@charset "utf-8";
/*
Theme Name: BizVektor
Theme URI: http://bizvektor.com
Description: BizVektor theme will allow you to build a high-quality web site. It is possible to change the color, to switch to a completely different design. In addition, it is also possible to increase the number of designs by plug-ins.
Author: Vektor,Inc.
Author URI: http://www.vektor-inc.co.jp
Version: 1.9.1

Tags: white, red, blue, black, green, orange, purple, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style,theme-options
Text Domain: biz-vektor
License: GNU General Public License
License URI: license.txt


BizVektor WordPress theme, Copyright (C) 2016 Vektor,Inc.
BizVektor WordPress theme is licensed under the GPL.
*/
#powerd{
	display: none;
}
a {
	color: #afb42c;
}
.sticky {}
.bypostauthor {}

.form {
	margin: 2em 0 0 0;
}
p.caution{
	color: red;
	font-weight: ;
}
span.wpcf7-list-item {
	display: block;
}
/*コンタクトフォームの幅調整*/
.contactform-width {
	max-width: 90%;
}
.open {
	display: inline-block;
	background-color: #ca34e5;
	color: white;
	cursor: pointer;
	padding: 4px 12px;
 	border-radius: 4px;
	width: 90%;
}
.open:hover  {
	background: #e90000;
	color:white;
}
#slideBox {
	padding: 16px; 
	display: none;
}
#slideBox img {
	float: left;
	margin-right: 16px;
}
#slideBox:after {  
	content: ".";
	display: inline-block;
	height: 0;
	clear: both;
	visibility: hidden;
}
@media screen and (max-width: 599px) {
	#slideBox img {
		float: none;
		margin-right: 0;
	}
}
#order h3 {
	border: 1px solid #8206c2;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .4) inset,
	             0 0 4px rgba(0, 0, 0, .8) inset,
	             2px 2px 2px rgba(0, 0, 0, .4);
	color: #fff;
	padding: 1em;
	margin: 0 0 0 -7px;
	font-size: 1.2em;
}

.card {
	max-width: 20rem;
	position: relative;
	display: block;
	margin-bottom: .75rem;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid rgba(0,0,0,.125);
}
.card-img-top {
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem;
}
.card-block {
	padding: 1.25rem;
}
.card-title {
	margin-bottom: .75rem;
}
h4 {
	font-size: 1.5rem;
}
.btn-primary {
	color: #fff;
	background-color: #0275d8;
	border-color: #0275d8;
}
.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: .25rem;
}
.sideTower .sideWidget li a::first-letter {
    margin-left: -20px;
    font-family: 'vektor_kado_icons';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
}
.content p {
    margin-bottom: 5px;
    padding: 0px;
}
.page-content ul li {
	list-style-type: none;
	position: relative;
}

.page-content li:after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -1em;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border: 1px solid #f7594d;
	border-radius: 100%;
}
@media (min-width: 970px) { /* スクロール分余裕に20px */
	  .headMainMenu .menu li > a {
	 border-right: 1px solid #e5e5e5; padding: 7px 12px; 
	}
}
.entry-content img{
	max-width: 35%;
	display: block;
	margin: auto;
}

@media (max-width: 969px) {
    /* メニューの幅
    #gMenu .assistive-text {
        width:160px;
        margin-top:5px;
    }
  */

    /* メニューのフォントサイズ */
    #gMenu .assistive-text span {
        font-size: 0.8em;
    }
 
    /* 開くとき */
    #header .assistive-text span:before,
    #header.itemClose .assistive-text span:before {
        content: "";
        font-size:16px;
        /* font-family: "Lato",sans-serif; */
        line-height:24px;
    }
 
    /* 閉じるとき */
    #header.itemOpen .assistive-text span:before {
        content: " close";
        font-size:16px;
        /* font-family: "Lato",sans-serif; */
        line-height:24px;
    }
}
#gMenu .assistive-text span {
    display: block;
    overflow: hidden;
    padding: 6px 0;
    margin: 0;
}



/* addcss */

header#top {
	width: 100%;
    min-width: 950px;
    overflow: hidden;
}

header#top #header,
nav#head > ul,
nav#sub ul,
#top_main h1 {
	width: 950px;
    margin: 0 auto;
}

nav#sub ul li a:hover {
	color: #c00;
}

header#top #header .logo {
    float: left;
	padding:18px 0;
}

header#top #header .sns {
    float: right;
    margin-top: 27px;
	margin-left:15px;
}

nav#head {
    background: linear-gradient(to right, #4641AA,#953177 50%,#466FA3);
	background: -moz-linear-gradient(to right, #4641AA,#953177 50%,#466FA3); 
	background: -webkit-linear-gradient(to right, #4641AA,#953177 50%,#466FA3);
	/*overflow: hidden;*/
	margin-bottom: 6px;
}

nav#head > ul > li {
    /*float: left;*/
	display:inline-block;
	width:16%; 
	vertical-align: top;
}

nav#head > ul > li.menu_shop {
	width:20%;  
}

nav#head > ul > li.nav_home {
	display:none;
}

nav#head > ul > li > a,
nav#head > ul > li > span {
    display: block;
	text-align: center;
	border-left: #512B6D 1px solid;
	border-right: #BA9FCE 1px solid;
	padding: 10px;
	font-size: 12px;
	color:#fff;
	text-decoration:none; 
}

nav#sub {
	overflow: hidden;
}

nav#sub ul li {
    float: left;
	margin-bottom: 6px;
}

nav#sub ul li a {
	padding: 5px 10px;
	font-size: 13px;
	color:#333;
	text-decoration:none; 
}

nav#sub ul li::after {
	content: "\FF5C";
}

nav#sub ul li:last-child::after {
	content: none;
}

#top_main {
    background: linear-gradient(to right, #AC8B7A,#624363);
	background: -moz-linear-gradient(to right, #AC8B7A,#624363); 
	background: -webkit-linear-gradient(to right, #AC8B7A,#624363);
}

#top_main h1 img {
	max-width:100%;
	height:auto;
}

#top_links ul {
	overflow:hidden;
	margin:20px 0;
	text-align:center;
}

#top_links ul li {
	display:inline-block;
	margin: 0 25px 30px;
	width: 230px;
	list-style: none;
	text-align: center;
	vertical-align: top;
}

#top_links ul li a {
	color:#333;
	text-decoration:none;
}

#top_links ul li a:hover {
	color: #c00;
	text-decoration:underline;
}

#top_links ul li a:hover img {
    opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}

.tl_facebook {
	float:left;
	width:48%;
}

.tl_twitter {
	float:right;
	width:48%;
}

#content .socialSet {
    padding-top: 30px;
}

#main #container .content,
#main #container #sideTower {
    float: none;
    width: 100%;
}

#pageTitBnr {
    background-color: #AD2E6B;
}

#footer {
	border-top: 2px solid #5F3FA2;
}

.content h2, .content h1.contentTitle, .content h1.entryPostTitle, .sideTower h3.localHead, .sideWidget h4,
#footer {
    border-image: linear-gradient(to left, #3C3C8C 0%, #953177 50%, #653892 100%);
    border-image-slice: 1;
	border-bottom:none;
}

#pageTitBnr #pageTitInner {
    /*background: url(images/common/pageTit_bg.png) left 50% no-repeat;*/
}

#rss_widget {
	float:left;
	width:48%;
}

#topInfo {
	float:right;
	width:48%;
}

#searchform input[type="submit"], p.form-submit input[type="submit"], form#searchform input#searchsubmit, .content form input.wpcf7-submit, #confirm-button input, a.btn, .linkBtn a, input[type="button"], input[type="submit"], .sideTower li#sideContact.sideBnr a, .content .infoList .rssBtn a,.moreLink a:hover {
    background-color: #5F3FA2;
}

#footer dl#footerOutline dt img {
	max-height:none !important;
}




/* メガドロップメニュー */
nav#head > ul {
	position: relative;
}

nav#head > ul li .menu__second-level {
    z-index: 999;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu__mega span {
  cursor: pointer;
}

li.menu__mega > div {
    position: absolute;
    top: 42px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
	background-color: rgba(71,65,170,0.95);
	display:none;
}

li.menu__mega:hover .menu__second-level {
    opacity: 1;
}

li.menu__mega .menu__second-level ul {
    margin-top:0;
	text-align: left;
}

li.menu__mega .menu__second-level ul > li {
	display:inline-block;
	vertical-align:top;
    width: 32%;
    border: none;
	text-indent:0;
	margin-bottom:10px;
	color: #fff;
	text-align: left;
}

li.menu__mega .menu__second-level ul > li a {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	font-size: 14px;
}

li.menu__mega .menu__second-level ul > li::before {
	content: "\03e";
}

li.menu__mega .menu__second-level ul > li a:hover {
	text-decoration:underline;
}

li.menu__mega .menu__second-level ul > li:nth-child(3n+2) {
    margin: 0 1% 10px;
}

li.menu__mega .menu__second-level h2 {
    width:100%;
	border-bottom:2px solid #fff;
	text-indent:0;
	color:#FFF;
	margin-bottom:15px;
	padding-top:20px;
	font-weight:bold;
	font-size: 17px;
}


/* 吹き出し */
.menu__second-level:before {
	content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    top: -20px;
}

.menu_shop .menu__second-level:before {
    left: 85px;
}


.content .childPageBox {
    display: none;
}



@media (max-width: 969px) {
	#wrap img {
		max-width: 100%;
		height: auto;
	}
	
	header#top {
	  min-width: inherit;
	}
	
	header#top #header,
	nav#head > ul,
	nav#sub ul,
	#top_main h1 {
		width: 100%;
	}
	
	header#top {
		width: 94%;
		margin: 0 auto;
	}
	
	header#top #header .logo {
		max-width:50%;
	}
	
	nav#head > ul > li > a,
	nav#head > ul > li > span {
		padding: 10px 0;
		font-size: 12px;
	}
	
	nav#head > ul > li:nth-child(6n-4) > a,
	nav#head > ul > li:nth-child(6n-4) > span {
		letter-spacing:-0.2em;
	}
	
	nav#head > ul > li:first-child > span {
		border-left: none;
	}
	
	nav#sub ul > li > a {
		font-size: 11px;
	}
	
	#footer dl#footerOutline {
		width: 100%;
		text-align: center;
		margin-left: 0;
	}


	/* メガドロップメニュー */
	.menu_shop .menu__second-level:before {
		left: 29%;
	}
	
	li.menu__mega .menu__second-level ul > li {
		width: 48%;
	}
	
	li.menu__mega .menu__second-level ul > li:nth-child(3n+2) {
		margin: 0 0 10px;
	}
	
	li.menu__mega .menu__second-level ul > li a {
		font-size: 13px;
	}
	
	.menu__second-level::before {
		border: 7px solid transparent;
		border-bottom-color: transparent;
		border-bottom-color: #fff;
		top: -15px;
	}
	
}

@media (min-width: 711px) {
	nav#head > ul > li:nth-child(6n-4) > span {
		border-left: #AD9FD1 1px solid;
	}
		
}


@media (max-width: 710px) {
	#top_links ul li {
		margin: 1%;
		width: 45%;
	}
	
	#top_links ul li a img {
		display: block;
	}
	
	.content .infoList ul li .infoDate {
		float: none;
	}
	
	.tl_facebook,
	.tl_twitter {
		float: none;
		width: 90%;
		text-align: center;
		margin: 0 auto 20px;
	}
	
	#pageTitBnr #pageTitInner #pageTit {
		font-size: 15px;
		display: inline;
		float: left;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 8px;
		line-height: 105%;
	}
	
	
	/* メガドロップメニュー */
	.menu_shop .menu__second-level:before {
		left: 16%;
	}
	
	li.menu__mega .menu__second-level ul > li {
		width: 100%;
	}
	
	li.menu__mega .menu__second-level ul > li {
		font-size: 12px;
	}
	
	li.menu__mega .menu__second-level h2 {
		padding-top: 5px;
		font-size: 14px;
	}
	
	nav#head > ul > li.nav_home {
	}
	
	nav#head > ul > li,
	nav#head > ul > li.menu_shop {
		width:33%;
	}
	
	nav#head > ul > li:nth-child(3n) {
		width:34%;
	}
	
	nav#head > ul > li:nth-child(3n+1) {
		border-right: none;
	}
	
	nav#head > ul > li:nth-child(n+5):nth-child(-n+7) a {
		border-top: #BA9FCE 1px solid;
	}
	
}

@media (max-width: 400px) {
	header#top #header .logo {
		max-width:50%;
		padding: 10px 0;
	}
	
	header#top #header .sns {
		margin-top: 10px;
	}
	
	nav#head > ul > li > a,
	nav#head > ul > li > span {
		padding: 8px 0;
		font-size: 9px;
	}
	
	nav#sub ul > li a {
		font-size: 9px;
	}
	
	#rss_widget,
	#topInfo {
		float: none;
		width: 100%;
	}
	
	
	/* メガドロップメニュー */
	li.menu__mega > div {
		top: 38px;
	}
	
	li.menu__mega .menu__second-level ul > li,
	li.menu__mega .menu__second-level ul > li:nth-child(3n+2) {
		margin: 0;
	}
	
	li.menu__mega .menu__second-level ul > li a {
		font-size: 10px;
	}
	
	li.menu__mega .menu__second-level h2 {
		padding-top: 0px;
		font-size: 15px;
	}
}

body.home #wrap .content img.aligncenter {
	max-width:50%;
}
	
