@charset "utf-8";
/* CSS Document */


/* #＃＃### 共通項目 ＃＃#### */
	table.eigyo {
		border-collapse: collapse;
		color: #AD8F53;
		font-size: 12px;
		margin-top: 15px;
	}	
	table.eigyo th {
		border: solid 1px #d0a900;
		background-color: #e7d7b7;
		padding: 2px;
	}	
	table.eigyo td {
		border: solid 1px #d0a900;
		background-color: #F3ECE0;
		padding: 2px;
	}




/* ## header ## */
#header {
	width: 100%;
	box-sizing: border-box;
	
	background-color: rgba(255,255,255,0.94);
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*
#header .inner {
	position: relative;
	/*
	background-color: #ffffff;
	
}

#header #logo {
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 102;
}
#header #logo img {
	width: 80px;
	box-sizing: border-box;
	vertical-align: bottom;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
*/

hr.ajHeight {
   border-width: 0 0 0 0;	/* 太さ */
   border-style: none;		/* 線種 */
   border-color: transparent;		/* 線色 */
   height: 0;				/* 高さ */
   margin: 0;
}
	
/* ## contact box ## */
#conBox {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	background-color: #444444;
	position: fixed;
	bottom: 0;
	display: none;
	z-index: 10000;
}
#conBox .inner {
	width: 100%;
	max-width: 1150px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 24px;
}
#conBox .inner .line {
	width: 25%;
	box-sizing: border-box;
	margin-top: 2px;
	float: left;
}
#conBox .inner .line a {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #ffffff;
}
#conBox .inner .line a i {
	font-size: 26px;
}
#conBox .inner .line a:hover {
	opacity: 0.84;
}

#conBox .inner .telSub {
	width: 28%;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.6;
	float: left;
	color: #ffffff;
}
#conBox .inner #snsLink {
	width: 16%;
	box-sizing: border-box;
	margin-top: 10px;
	float: left;
}
#conBox .inner #snsLink li {
	margin-left: 24px;
	float: left;
}
#conBox .inner #snsLink li i {
	font-size: 24px;
}
#conBox .inner #snsLink li a i {
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#conBox .inner #fContact {
	width: 28%;
	box-sizing: border-box;
	float: left;
}
#conBox .inner #fContact a {
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	background-color: #eeddbb;
	text-align: center;
	color: #78520F;
	font-weight: bold;
	font-size: 18px;
	border: solid 2px #8C681A;
	border-radius: 8px;
	line-height: 1.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin: 0 auto;
	padding: 10px 8px;
	display: block;
	position: relative;
}
#conBox .inner #fContact a i.arrow {
	color: #444444;
	position: absolute;
	top: 32%;
	right: 22px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#ribon {

}

/* ## wrapper ## */
#wrapper {
}
#wrapper:after {
	content: "";
	display: block;
	clear: both;
}

/* #### side #### */
aside#side {
	padding-bottom: 24px;
}

/* ## main ## */
ul#bans {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
ul#bans li {
	width: 24%;
	max-width: 250px;
	box-sizing: border-box;
	padding: 4px 8px;
	display: inline-block;
}
ul#bans li img {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #d0d0d0;
}

/* ## footer ## */
#footer {
	color: #444444;
	background-color: #f1e9da;
	margin-bottom: 60px;
	position: relative;
}
#footer .boxT, #footer .boxB,#footer .cInfo {
	box-sizing: border-box;
	padding-right: 14px;
	padding-left: 14px;
	overflow: hidden;
}
#footer .boxT .inner, #footer .boxB .inner,#footer .cInfo .inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .boxT {
	font-size: 12px;
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .boxT .bLogo {
	text-align: center;
	margin-top: 14px;
	margin-bottom: 14px;
}
#footer .boxT .bLogo img {
	width: 80px;
}
#footer .boxT ul {
	width: 100%;
	text-align: center;
}
#footer .boxT li {
	width: calc(100%/3);
	box-sizing: border-box;
	margin-bottom: 40px;
	float: left;
}
#footer .boxT li:nth-child(3n) {
}
#footer .boxT li .cfTitle {
	font-size: 14px;
	font-weight: 600;
}
#footer .boxT li:last-child {
}
#footer .boxT ul.second {
	margin-top: 8px;
}
#footer .boxT ul.second li {
	width: 100%;
	margin: 2px 0;
}
#footer .boxT ul.third li {
	padding-left: 10px;
}
#footer .boxT a {
	color: #444444;
}
#footer .boxT a:hover {
	text-decoration: none;
}
#footer .boxB {
	font-size: 14px;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	clear: left;
	overflow: hidden;
}
#footer .boxB address {
	color: #cccccc;
}





/* ## width 767px 以下の場合の設定 (for All Mobile Dvices) ## */
@media (max-width: 767px) {
	.snsbox {
		margin: 1% 10% 1% 12%;
	}	
	.snsbox i {
		font-size: 24px;
	}	
	
/*トップページCSSワイドバージョン*/
.leftBox {
	width: 100%

}
.leftBox img {
	width: 100%;
}
.rightBox {
	width: 100%;
	padding: 2%;
	line-height: 1.7;
		
}		
.rightBox h2 {
	font-size: 20px;
	margin-bottom: 20px;
		
}
.rightBox h3 {
	font-size: 24px;
	color: #987C05;
	font-weight: bold;
	margin: 8px 0;
		
}
.rightBox p {
	font-size: 16px;
	margin-left: 15px;
}
.topComments {
	font-size: 16px;
}
/*トップページメニューエリアCSSワイドバージョン*/
.MleftBox {
	width: 100%;
	padding: 2%;
	line-height: 1.6;
}
.MleftBox h3 {
	font-size: 24px;
	color: #987C05;
	font-weight: bold;
	margin: 8px 0;
		
}
.MleftBox h4 {
	font-size: 20px;
	margin: 15px 0;
	border-bottom: 1px dotted #B0B0B0;
	padding-bottom: 5px;
		
}
.MleftBox p.mHosoku {
	font-size: 14px;
	color:#a6607e;
}
.MleftBox p.mPrice {
	font-size: 16px;
	text-align: right;
	font-weight: bold;
}
.MleftBox p {
	font-size: 16px;
	margin-left: 15px;
}
.MrightBox {
	width: 100%;
}
.MrightBox img {
	width: 100%;
}
.menuComments {
	font-size: 14px;
}
/*トップページメニューエリアCSSワイドバージョン逆*/
.MrightBox2 {
	width: 100%;
	padding: 2%;
	line-height: 1.9;
}
.MrightBox2 h3 {
	font-size: 24px;
	color: #987C05;
	font-weight: bold;
	margin: 8px 0;
		
}
.MrightBox2 h4 {
	font-size: 20px;
	margin: 15px 0;
	border-bottom: 1px dotted #B0B0B0;
	padding-bottom: 5px;
		
}
.MrightBox2 p.mHosoku {
	font-size: 14px;
	color:#a6607e;
}
.MrightBox2 p.mPrice {
	font-size: 16px;
	text-align: right;
	font-weight: bold;
}
.MrightBox2 p {
	font-size: 16px;
	margin-left: 15px;
}
.MleftBox2 {
	width: 100%;
}
.MleftBox2 img {
	width: 100%;
	margin-top: 100px;
}
	
	
.staffList {
	margin: 10px 2%;
}
.staffList .stBox {
	width: 100%;
	margin: 0 0.5% 10px 0.5%;
	border: solid 1px #E4E4E4;
	float: left;
	

}	
.staffList .stBox p {
	font-size: 14px;
}
.staffList .stBox .imgBox {
	margin: 0 auto;
}	
.staffList .stBox .imgBox img {
	width: 80%;
	margin: 0 auto;
}	
.staffList .stBox .stName {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 8px;
	height: 60px;
	border-bottom: dotted 1px #cccccc;
}
.staffList .stBox .stComme {
	font-size: 14px;
	mrrgin-top: 15px;
	padding: 5px 8px;
}	
.staffList .stBox .kanagaki {
	font-size: 10px;
	padding: 2px 0 0 5px;
}	
	
.CleftBox {
	width: 100%;
	padding: 0 2%;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom:10px;
}
.CrightBox {
	width: 100%;
	padding: 0 2%;
}

/*フッター*/
.FleftBox {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.FleftBox img {
	width: 15%;
	margin: 0 auto;
}
.FrightBox {
	width: 100%;
	background-color: blue;
}

/* ## header ## */
/*
#header {
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}
#header .inner {
	height: 50px;
/*	background-color: rgba(255,255,255,1);
	padding-left: 8px;
	padding-right: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
#header #logo {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin: 4px auto 0 auto;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header #logo img {
	width: 60px;
	box-sizing: border-box;
	vertical-align: bottom;
	margin-top: 5px;
}

/* ## header fix ## 
#header.headFix #logo {
}
#header.headFix #logo img {
}
*/	
#header .hTel {
	width: 36px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
}
#header .hTel a {
	color: #545454;
	padding: 4px;
	display: block;
}
#header .hTel i {
	font-size: 24px;
}
	
/* ## header fix ## */
#header.headFix {
	position: fixed;
	opacity: 0.94;
}
#header.headFix .inner {
	height: 50px;
	background-color: #fffffff;
	box-shadow: 2px 2px 4px rgba(220,220,220,0.84);
}

hr.ajHeight {
	display: none;
}
	
#header #cChoice {
	display: none;
}
	
#ribon {

}

/* ## breadcrumb ## */
#breadcrumb {
	display: none;
}

/* ## dropmenu ## */
#dropmenu {
	text-align: center;
}
#dropmenu li {
	border-top: solid 1px #333333;
}
#dropmenu li.menu_single .nmlCtitle {
	display: none;
}
#dropmenu li h2.noLink {
	color: #545454;
}
.mbCtitle {
	color: #ffffff;
	background-image: url(../img/common/arrow_down.gif);
	background-position: center bottom 4px;
	background-repeat: no-repeat;
	background-size: 12px;
	padding-top: 8px;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}
.mbCtitle.active {
	background-image: url("../img/common/arrow_up.gif");
	background-repeat: no-repeat;
	background-position: center bottom 4px;
	background-size: 12px;
	background-color: #444444;
}
#dropmenu li.menu_single ul {
	display: none;
}
#dropmenu li.menu_single ul li a {
	text-decoration: none;
	background-color: #333333;
	border-top: solid 1px #282828;
}
#dropmenu li.menu_single ul li:first-child a {
	border-top: none;
}
#dropmenu > li a {
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
	background-color: #333333;
	padding: 12px 0;
	display: block;
}
#dropmenu > li a:active {
	background-color: #444444;
}
#dropmenu > li.cCurre > h2 a {
	background-color: #FDA800;
}
#dropmenu > li.cCurre .mbCtitle {
	background-color: #333333;
}


/* ## wrapper ## */
#wrapper {
	padding-left: 0;
	padding-right: 0;
}

/* ## main ## */

section#main {
	padding-top: 14px;
	padding-bottom: 14px;
}

/* dl.dt.dd 設定 */
section#main dl {
}
section#main dt {
	font-size: 13px;
	width: 100%;
	padding: 8px 0 0 0;
}
section#main dd {
	border-bottom: dotted 1px #dcdcdc;
	margin: 0 ;
	padding: 8px 0;
}

ul#bans li {
	width: 48%;
	box-sizing: border-box;
	max-width: 250px;
	padding: 4px 4px;
}	

/* ## menu ## */
aside#menu {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 8px;
	padding: 0 14px;
}

/* ## contact box ## */
#conBox {
	width: 100%;
	height: 50px;
	background-color: rgba(74,74,74,0.94);
	border-top: none;
}
#conBox .inner {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
#conBox .inner .dpnn {
	display: none;
}
#conBox .inner .tel {
	display: none;

}

#conBox .inner #fContact {
	width: 100%;
}
#conBox .inner #fContact a {
	width: 100%;
	box-sizing: border-box;
	max-width: 100%;
	background-color: #626262;
	height: 50px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5;
	padding: 12px 4px;
}
#conBox .inner #fContact a:active {
	opacity: 0.78;
}
#conBox .inner #fContact a i.arrow {
	color: #ffffff;
	position: absolute;
	top: 34%;
	right: 22px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#conBox .inner #fContact a:active i.arrow {
	color: #ffffff;
	right: 14px;
}

#conBox .inner #snsLink li#hFb a:active i {
	color: #FFFFFF;
}
#conBox .inner #snsLink li#hInsta a:active i {
	color: #d100a9;
}
#conBox .inner #snsLink li#hTwt a:active i {
	color: #2baff2;
}
#conBox .inner #snsLink li#hYutube a:active i {
	color: #FF0000;
}	
#conBox .inner .line {
	display: none;
}
#hContact a {
	width: 42px;
	height: 42px;
	box-sizing: border-box;
	color: #ffffff;
	border-radius: 21px;
	font-size: 9px;
	text-align: center;
	line-height: 1;
	background-color: #ceb593;
	padding: 6px 0 0 0;
	float: right;
	display: block;
	position: fixed;
	right: 14px;
	bottom: 24px;
	z-index: 1000;
}
#hContact a:active {
	background-color: #fcaf2a;
	text-decoration: none;
}
#hContact a i {
	font-size: 20px;
	line-height: 1;
}
#hContact a span.free {
	width: 30px;
	font-size: 9px;
	color: #ffffff;
	margin: 0 auto 0 auto;
	padding: 0;
	display: block;
}
	
/* ## footer ## */
#footer {
	margin-bottom: 50px;
}
#footer .boxT {
	padding-top: 10px;
	padding-bottom: 0;
}
#footer .boxT a:active {
	text-decoration: none;
	color: #1c84ef;
}
#footer .boxT .bLogo {
	margin-top: 10px;
}
#footer .boxT ul {
	width: 100%;
	margin-bottom: 15px;
}
#footer .boxT li {
	width: calc(98%/2);
	font-size: 12px;
	text-align: left;
	margin-bottom: 14px;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin: 0.5%;
}
	
#footer .boxT ul > li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 4px;
	overflow: hidden;
}
#footer .boxT li ul li {
	display: block;
}
#footer .boxT li .cfTitle {
	font-size: 13px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 2px;
}
#footer .boxT ul.second {
	margin-bottom: 14px;
}
#footer .boxT li ul.second li:before {
    content: "・ ";
    color: #cccccc;
}
#footer .boxT li ul.third li:before {
	content: "├ ";
	color: #cccccc;
}
#footer .boxT li ul.third li:last-child:before {
	content: "└ ";
	color: #cccccc;
}
#footer .boxB {
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer .boxB address {
	font-size: 9px;
}

#back-top {
	display: none;
}
#back-top i {
	display: none;
}
.ul_kokowa {
	margin-top: 15px;
	margin-left: 15px;
}

.ul_kokowa li {
	padding-left: 3px;
	position: relative;
	border-bottom: 1px dotted #c1a47d;
	display: table;
	margin-bottom: 7px;
 	list-style-position: inside;
	padding-bottom: 3px;
}

.ul_kokowa li:before {
	content: "";
	display: block;
	position: absolute;
}

.ul_kokowa li:before {
	width: 6px;
	height: 6px;
	border-radius: 80px;
	background-color: #444444;
	left: -15px;
	top: 7px;
	border: none;
}
.backWhite {
	border-radius: 14px;
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 14px;
	background-color: #ffffff;
}
}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
.snsbox {
	display: none;
}
/*トップページCSSワイドバージョン*/
.leftBox {
	float: left;
	width: 46%

}
.leftBox img {
	width: 100%;
	margin-top: 160px;
}
.rightBox {
	float: left;
	width: 54%;
	padding: 2%;
	line-height: 1.9;
		
}		
.rightBox h2 {
	font-size: 35px;
	margin-bottom: 20px;
		
}
.rightBox h3 {
	font-size: 20px;
	color: #987C05;
	font-weight: bold;
	margin: 8px 0;
		
}
.rightBox p {
	font-size: 16px;
	margin-left: 15px;
}
.topComments {
	font-size: 16px;
}
/*トップページメニューエリアCSSワイドバージョン*/
.MleftBox {
	float: left;
	width: 63%;
	padding: 2%;
	line-height: 1.9;
}
.MleftBox h3 {
	font-size: 26px;
	color: #987C05;
	font-weight: bold;
	margin: 8px 0;
		
}
.MleftBox h4 {
	font-size: 20px;
	margin: 15px 0;
	border-bottom: 1px dotted #B0B0B0;
	padding-bottom: 5px;
		
}
.MleftBox p.mHosoku {
	font-size: 14px;
	color:#a6607e;
}
.MleftBox p.mPrice {
	font-size: 16px;
	text-align: right;
	font-weight: bold;
}
.MleftBox p {
	font-size: 16px;
	margin-left: 15px;
}
.MrightBox {
	float: right;
	width: 37%;
}
.MrightBox img {
	width: 100%;
	margin-top: 100px;
}
.menuComments {
	font-size: 16px;
}
/*トップページメニューエリアCSSワイドバージョン逆*/
.MrightBox2 {
	float: right;
	width: 63%;
	padding: 2%;
	line-height: 1.9;
}
.MrightBox2 h3 {
	font-size: 26px;
	color: #987C05;
	font-weight: bold;
	margin: 8px 0;
		
}
.MrightBox2 h4 {
	font-size: 20px;
	margin: 15px 0;
	border-bottom: 1px dotted #B0B0B0;
	padding-bottom: 5px;
		
}
.MrightBox2 p.mHosoku {
	font-size: 14px;
	color:#a6607e;
}
.MrightBox2 p.mPrice {
	font-size: 16px;
	text-align: right;
	font-weight: bold;
}
.MrightBox2 p {
	font-size: 16px;
	margin-left: 15px;
}
.MleftBox2 {
	float: left;
	width: 37%;
}
.MleftBox2 img {
	width: 100%;
	margin-top: 100px;
}
.menuComments {
	font-size: 16px;
}
.staffList {
	margin: 10px 2%;
}
.staffList .stBox {
	float: left;
	width: calc(97%/3);
	margin: 0 0.5%;
	border: solid 1px #E4E4E4;

}	
.staffList .stBox p {
	font-size: 14px;
}
.staffList .stBox .imgBox {
	margin: 0 auto;
}	
.staffList .stBox .imgBox img {
	width: 80%;
	margin: 0 auto;
}	
.staffList .stBox .stName {
	font-size: 22px;
	font-weight: bold;
	margin: 5px 8px;
	border-bottom: dotted 1px #cccccc;
}
.staffList .stBox .stComme {
	font-size: 14px;
	mrrgin-top: 15px;
	padding: 5px 8px;
	min-height: 140px;

}	
.staffList .stBox .kanagaki {
	font-size: 12px;
	padding: 2px 0 0 5px;
}
	
.CleftBox {
	float: left;
	width: 40%;
	padding: 0 2%;
	font-size: 16px;
	line-height: 1.8;
}
.CrightBox {
	float: right;
	width: 60%;
	padding: 0 2%;
}

/*フッター*/
.FleftBox {
	width: 30%;
	float: left;
	text-align: center;
}
.FleftBox img {
	width: 30%;
	margin: 0 auto;
}	
.FrightBox {
	margin-left: 5%;
	width: 65%;
	float: left;
}	
	
/* ## header ## */
/*
#header {
	width: 100%;
	box-sizing: border-box;
	height: 80px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: red;
	
}
	
#header .inner {
	width: 100%;
	box-sizing: border-box;
	height: 90px;
	margin: 0 auto;
	padding-right: 24px;
	padding-left: 24px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
#header #logo {
	width: 300px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	z-index: 102;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 5px;
}
*/

/* ## header fix ## */
/*
#header.headFix {
	height: 74px;
	background-color: #ffffff;
}
#header.headFix .inner {
	height: 74px;
	background-color: #ffffff;
}
#header.headFix #logo {
	width: 270px;
}
*/
/* #### nav #### */
nav {
	width: 76%;
	height: 42px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 22px;
	float: right;
}
#header.headFix nav {
	margin-top: 12px;
}
#header .hTel {
	display: none;
}
	
/* clearfix */
nav:after {
  content: "";
  clear: both;
  display: block;
}
	
/* ## dropdown menu ## */
#dropmenu {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
#dropmenu > li {
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0 2px;
	float: left;
	font-size: 8px;
}
#dropmenu > li h2 {
	/*
	font-family: "Noto Serif Japanese","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	*/
	
}
#dropmenu > li#hmDspln {
	display: none;
}
#dropmenu > li#hmDspln2 {
	display: none;
}
#dropmenu > li a {
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	text-decoration: none;
	color: #494949;
	text-shadow: 2px 2px 3px rgba(255,255,255,0.54);
	padding-top: 10px;
	display: block;
	position: relative;
}
#header.headFix #dropmenu > li a {
}
#dropmenu > li:last-child a {
/*	border-right: solid 1px #1e4289;*/
}
#dropmenu > li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ceb593;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#dropmenu > li a:hover::after {
	width: 100%;
}
#dropmenu > li.cCurre a {
}
#dropmenu > li.cCurre a::after {
	width: 100%;
}
#dropmenu > li:hover {
	text-decoration: none;
} 
#dropmenu > li:hover a::after {
	width: 100%;
}
#dropmenu > li:hover a {
}
#dropmenu > li a:hover {
	text-decoration: none;
}
#dropmenu li.menu_single {
	position: relative;
}
#dropmenu li.menu_single ul.menu_second-level {
	width: 100%;
	box-sizing: border-box;
	border-left: solid 1px transparent;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 30px;
	z-index: 9998;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#dropmenu li.menu_single ul.menu_second-level:after {
  content: "";
  clear: both;
  display: block;
}
#dropmenu li.menu_single ul.menu_second-level li a {
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	color: #444444;
	text-shadow: none;
	height: auto;
	background-color: #FDFDFD;
	border-bottom: 1px solid #909090;
	padding: 8px 0;
	display: block;
}
#header.headFix #dropmenu li.menu_single ul.menu_second-level li a {
	color: #444444;
}
#dropmenu li.menu_single ul.menu_second-level li a::after {
	height: 0;
}
#dropmenu li.menu_single ul.menu_second-level li a:hover {
	background-color: #2CB060;
	color: #ffffff;
	opacity: 1;
}
#dropmenu li.menu_single ul.menu_second-level li:first-child a {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#dropmenu li.menu_single ul.menu_second-level li:last-child a {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#dropmenu li.menu_single:hover ul.menu_second-level li {
  overflow: visible;
}
#dropmenu li.menu_single:hover ul.menu_second-level {
	top: 58px;
	visibility: visible;
	opacity: 1;
}
#dropmenu li.menu_single:hover ul.menu_second-level:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -8px;
  border: 7px solid transparent;
  border-bottom: 8px solid #94918c;
}

/* no link 用処理 */
#dropmenu li h2.noLink {
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	height: 50px;
	color: #999999;
	border-left: solid 1px transparent;
	padding-top: 14px;
}

/* mobile 用処理 */
#dropmenu li .mbCtitle {
	display: none;
}
#dropmenu li.menu_single ul.menu_second-level li.mbTop {
	display: none;
}
#dropmenu li.mbSns {
	display: none;
}

/* ## wrapper ## */
#wrapper {
	width: 100%;
	box-sizing: border-box;
}

/* ## breadcrumb ## */
#breadcrumb {
	width: 100%;
	box-sizing: border-box;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	background-color: #f9f9f9;
}
#breadcrumb ul {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	height: 32px;
	text-align: left;
	margin: 0 auto;
	padding: 0 16px;
}
#breadcrumb ul li {
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding: 0 8px;
	margin: 10px 11px 9px 11px;
}
#breadcrumb ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}
#breadcrumb ul li:last-child {
	font-weight: bold;
	color: #383c3d;
}
#breadcrumb ul li:not(:last-child)::before, #breadcrumb ul li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -17px;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 13px solid;
	right: -16px;
}
#breadcrumb ul li:not(:last-child)::before {
	border-left-color: #e4e4e4;
	right: -17px;
	z-index: 1;
}
#breadcrumb ul li:not(:last-child)::after {
	z-index: 2;
	border-left-color: #f9f9f9;
}
	
/* ## main ## */
section#main {
	width: 74%;
	box-sizing: border-box;
	min-height: 340px;
	margin-bottom: 30px;
	padding: 0;
	float: left;
}

/* ## main wide ## */
section#mainW {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
section#mainW:after {
  content: "";
  clear: both;
  display: block;
}

/* ## side ## */
aside#side {
	width: 26%;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding-left: 42px;
	float: left;
}


/* ## menu ## */
aside#menu {
	width: 25%;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding-right: 44px;
	padding-left: 0;
	float: left;
}
	
/* ## contact box ## */
#conBox .inner .tel a {
	font-size: 22px;
}
#conBox .inner .tel a i {
	font-size: 22px;
}
#conBox .inner {
	padding: 24px;
}
#conBox .inner #fContact a:hover {
	color: #8C681A;
	text-decoration: none;
	background-color: #e7d7b7;
	opacity: 1;
}
#conBox .inner #fContact a i.arrow {
	color: #A97C1C;
	position: absolute;
	top: 32%;
	right: 22px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#conBox .inner #fContact a:hover i.arrow {
	color: #8C681A;
	right: 14px;
}
#conBox .inner #snsLink li#hFb a:hover i {
	color: #ffffff;
}
#conBox .inner #snsLink li#hInsta a:hover i {
	color: #ffffff;
}
#conBox .inner #snsLink li#hTwt a:hover i {
	color: #2baff2;
}
#conBox .inner #snsLink li#hYutube a:hover i {
	color: #FF0000;
}

#back-top {
	position: fixed;
	bottom: 124px;
	right: 24px;
	z-index: 100;
}
#back-top a i {
	color: #b3b1ad;
	font-size: 44px;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#back-top a i:hover {
	opacity: 1;
}

#hContact a {
	display: none;
}

/* ## footer ## */
#footer .boxT, #footer .boxB {
	box-sizing: border-box;
	padding-right: 14px;
	padding-left: 14px;
	overflow: hidden;
}
#footer .boxT .inner, #footer .boxB .inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .boxT .inner {
	max-width: 980px;
}
#footer .boxT {
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .boxT li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding-right: 24px;
}
#footer .boxT > li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding-right: 24px;
	padding-left: 24px;
}
#footer .boxT li ul li {
	display: block;
}
#footer .boxT ul.second li {
}
#footer .boxT li ul.second li:before {
    content: "・ ";
    color: #cccccc;
}
#footer .boxT li ul.third li {
	font-size: 11px;
}
#footer .boxT li ul.third li:before {
	content: "├ ";
	color: #cccccc;
}
#footer .boxT li ul.third li:last-child:before {
	content: "└ ";
	color: #cccccc;
}
#footer .boxT .bLogo {
	margin-bottom: 24px;
}
#footer .boxT .bLogo img {
	width: 80px;
}

#footer .boxT a {
}
#footer .boxT a:hover {
	text-decoration: none;
	color: #ceb593;
}
#footer .boxB {
	padding-top: 14px;
	padding-bottom: 14px;
	clear: left;
	overflow: hidden;
}
#footer .boxB address {
	font-size: 11px;
}
.ul_kokowa {
	margin-top: 30px;
	margin-left: 15px;
}

.ul_kokowa li {
	padding-left: 3px;
	position: relative;
	border-bottom: 1px dotted #c1a47d;
	display: table;
	margin-bottom: 10px;
 	list-style-position: inside;
	padding-bottom: 3px;
}

.ul_kokowa li:before {
	content: "";
	display: block;
	position: absolute;
}

.ul_kokowa li:before {
	width: 6px;
	height: 6px;
	border-radius: 80px;
	background-color: #444444;
	left: -15px;
	top: 7px;
	border: none;
}
.backWhite {
	border-radius: 14px;
	background-color: #ffffff;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 18px 14px 14px 14px;
	overflow: hidden;
}

}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

#header #logo {
	width: 328px;
}

#cChoice li a {
	font-size: 13px;
	padding: 8px 4px;
}

/* #### nav #### */
nav {
	width: 74%;
}
	
#dropmenu > li a {
	font-size: 13px;
}
	
/* ## contact box ## */
#conBox .inner .tel a {
	font-size: 24px;
}
#conBox .inner .tel a i {
	font-size: 24px;
}
	
}

/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

/* inner box設定 */
#header .inner, #root .inner, #footer .inner {
}

#header #logo {
	width: 354px;
}
	
/* sns link button */
#snsLink {
	right: 228px;
}
	
#dropmenu > li a {
	font-size: 15px;
}

/* ## contact box ## */
#conBox .inner {
	padding: 24px 0;
}
#conBox .inner .tel a {
	font-size: 24px;
}
#conBox .inner .tel a i {
	font-size: 24px;
}

/* #### nav #### */
nav {
	width: 74%;
}
	
/* ## breadcrumb ## */
#breadcrumb {
}
#breadcrumb ul {
	padding: 0;
}
}




/* ## width 500px～767pxの場合の設定 (ipad) ## */
@media (min-width: 500px) and (max-width: 767px) {


}

/* ## width 376px～499pxの場合の設定 (iPhone12以降) ## */
@media (min-width: 376px) and (max-width: 499px) {

/* #### header #### */

/* ## main ## */

/* #### footer #### */
#footer .boxT li {
}
#footer .boxB {
	font-size: 9px;
}
}

/* ## width 321px～375pxの場合の設定 (iPhone6〜iPhone11) ## */
@media (min-width: 321px) and (max-width: 375px) {

/* #### header #### */


/* ## main ## */


/* #### footer #### */
#footer .boxT > li {
}
#footer .boxB {
	font-size: 10px;
}
}



/* ## width 320px以下の場合の設定 (iPhone5s以下) ## */
@media (max-width: 320px) {

/* #### header #### */
#header #logo img {
	width: 60px;
}
	
	
#footer address{
	font-size: 9px;
}
	
/* #### footer #### */
#footer .boxT li {
}
#footer .boxB {
	font-size: 9px;
}

}