@charset "UTF-8";

/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #fafafa;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #111;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Menu Button end */

/* =============================================

	Common settings

============================================= */
/* table border and paddings */
table th,
table td{
	border: 1px solid #424242;
	padding: 10px;
}

/* =============================================

	Media Query

============================================= */
@media screen and (max-width: 1400px) { /* for iPad pro landscapes */

}

@media screen and (max-width: 1180px) { /* for tablet landscapes */

	#pagewrap {
		position: relative;
		padding-bottom: 51px;
	}

	#header.header {
		padding-top: 0;
	}

	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	#main-menu-container {
		position: fixed;
		z-index: 700;
		top: 0;
		left: -100vw;
		right: auto;
		bottom: auto;
		overflow-y: auto;
		background-color: #f1f1f1;
		display:block;
		width: 100vw;
		height: 100vh;
		transition: .3s linear;
	}
	#main-menu-container.is-active{
		left: 0;	
	}
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */

}

@media screen and (max-width: 1024px) { /* for tablet landscape */

	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	.wpcf7 table tr th,
	.wpcf7 table tr td{
		width:100%;
		display:block;
		padding: 10px 0px;
	}
	.wpcf7 table tr th{
		padding-bottom:0;
	}
	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/

}

@media screen and (max-width: 980px) { /* for mobile landscape */
	#pc-backtop {
		display: none;
	}
	#footer .sp-footer-icons-container {
		display: flex;
	}
}

@media screen and (max-width: 820px) { /* for tablet portrate */
	#pc-backtop {

	}
	#footer .sp-footer-icons-container {

	}
}

@media screen and (max-width: 768px) { /* for mobile  */
	

}

@media screen and (max-width: 460px) { /* for mobile small  */
	

}





#pagewrap .pagenav,
.header-brand-container,
.module.m_price,
.m_qa .accordion-title a:before{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	display: flex;
}
.header-brand-container,
.module.m_price,
.m_qa .accordion-title a:before{
    -webkit-align-content: center; 
    -moz-align-content: center; 
    -ms-align-content: center; 
	align-content: center;
}
#pagewrap .pagenav,
.header-brand-container,
.module.m_price,
.m_qa .accordion-title a:before{
    -webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
	align-items: center;
}
#pagewrap .pagenav,
.m_qa .accordion-title a:before{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.header-brand-container{
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#pagewrap .pagenav,
.module.m_price{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}




:root{
	
	/* font */
	/* --ls-base: 0.00em; */
	
	/* color */
	--c-base: #333;
	--c-dark: #3f271a;
	--c-yel: #bca474;
	--c-light: #fbf8f2;
	--c-gray: #f2f2f2;
	--c-white: #fff;
	
}





/*--------------------------------- PAGE ---------------------------------*/
body{
	--c_base: var(--c-base);
	--c_dark: var(--c-dark);
	--c_yel: var(--c-yel);
	--c_gray: var(--c-gray);
	/* letter-spacing: var(--ls-base); */
	interpolate-size: allow-keywords;
}
body *,
body *:before,
body *:after{
	/* letter-spacing: var(--ls-base); */
	box-sizing: border-box;
}
#pagewrap .pagewidth,
.header-brand-container,
#headerwrap #main-menu{
    width:1020px;
	max-width:94%;
	margin-left:auto;
	margin-right:auto;
}
#header.pagewidth,
#footer.pagewidth{
    width: 100%;
    max-width: 100%;
}
#pagewrap{
	background:#fff;
	color:var(--c_base);
}
body img{
	vertical-align:top;
	box-sizing:content-box;
}

.module .image-wrap > a{
	display:inline-block;
	vertical-align:top;
}
#pagewrap a img,
#pagewrap a,
#pagewrap a:hover,
#pagewrap a:active,
#pagewrap a:visited,
.main-menu-container #main-menu > li > a:before,
.main-menu-container #main-menu > li > a:after,
.main-menu-container #main-menu ul,
#pagewrap .pagenav a:before,
#pagewrap .pagenav a:after,
body .module .wpcf7 input[type=submit],
#pagewrap #main-menu-container{
	transition: all 0.5s cubic-bezier(.165,.84,.44,1);
}
a:hover img:not(.module .image-wrap img),
.module .image-wrap > a:hover{
	opacity:0.7;
}
#pagewrap a,
#pagewrap a:hover,
#pagewrap a:active,
#pagewrap a:visited{
	text-decoration:underline;
	text-underline-offset:2px;
	color:var(--c_base);
}
#pagewrap a:hover{
	/* text-decoration:none; */
	text-decoration-color:transparent;
}
#pagewrap a:focus{outline: none;}

#main-menu:before,
#main-menu:after,
#content:before,
#content:after,
.module .wpcf7:before,
.module .wpcf7:after{
    content:'';
    display:table;
    clear:both;
}

/*--------------------------------- END PAGE ---------------------------------*/
/*--------------------------------- HEADER ---------------------------------*/
#headerwrap #header.header{
    padding:0;
}
.header-brand-container{
	padding:20px 0 0;
}
#header #site-logo{
    margin:0 0 30px;
    line-height:1;
	text-align:center;
}
#header #site-logo a{
    display:inline-block;
    vertical-align: top;
}
.rb{
	font-size:10px;
	line-height:1;
    text-align:right;
	padding:0 0 30px 3.2%;
}
.rb div:not(:last-child){
	margin-bottom:8px;
}
.rb div.header_tel{
	margin-bottom:14px;
}
@media screen and (width > 1180px) {

	.main-menu-container{
		background:var(--c_dark);
	}
    .main-menu-container #main-menu{
        margin:0;
    }
    .main-menu-container #main-menu > li{
        display:block;
        margin: 0;
        float: left;
        position: relative;
    }
    .main-menu-container #main-menu > li > a{
        display:block;
		text-align:center;
        background:url(../../uploads/navi-1.jpg)left top no-repeat;
        text-indent:100%;
        overflow: hidden;
        white-space: nowrap;
        width:170px;height:75px;
    }
    .main-menu-container #main-menu > li.nav02 > a{
        background-position:left -170px top;
    }
    .main-menu-container #main-menu > li.nav03 > a{
        background-position:left -340px top;
    }
    .main-menu-container #main-menu > li.nav04 > a{
        background-position:left -510px top;
    }
    .main-menu-container #main-menu > li.nav05 > a{
        background-position:left -680px top;
    }
    .main-menu-container #main-menu > li.nav06 > a{
        background-position:left -850px top;
    }
    .main-menu-container #main-menu > li:hover > a
/* 	.main-menu-container #main-menu > li.current-menu-item > a,
	.main-menu-container #main-menu > li.current-menu-parent:not(.nav01) > a */
	{
        background-image:url(../../uploads/navi_on.jpg);
    }
	.main-menu-container #main-menu > li.nav01 ul{
		display:none;
	}
    .main-menu-container #main-menu ul{
        position: absolute;
        z-index: 9;
        top: 100%;
        left: 10px;right:11px;
        background-color:rgba(255,255,255,0.8);
        padding:10px 0;
        margin:0;
        width:auto;
		opacity:0;
		visibility:hidden;
    }
	.main-menu-container #main-menu li:first-child ul{
		left:11px;
	}
	.main-menu-container #main-menu > li:hover{z-index:1;}
	.main-menu-container #main-menu > li:hover ul{
		opacity:1;
		visibility:visible;
	}
    .main-menu-container #main-menu ul li{
        display:block;
        margin: 0;
        font-size: 13px;
        line-height: 1.7;
    }
    .main-menu-container #main-menu ul li a{
        display:block;
        padding:5px 0 7px;
		text-align:center;
    }
	.main-menu-container #main-menu ul li a:hover{
		text-decoration-color:transparent;
	}

}

/*--------------------------------- END HEADER ---------------------------------*/
/*--------------------------------- FOOTER ---------------------------------*/
#nendebcopy{
	display:none;
}
#footerwrap{
	background:var(--c-light);
}
.footer_inner{
	overflow:hidden;
	padding:45px 0 15px;
}
.footer-widgets{
	float:left;
	width:48.4%;
}
#footerwrap .widget{
    margin-bottom: 0;
}
#footerwrap .footer-nav{
	float:right;
	width:48.4%;
	padding:0 0 25px;
	margin:0 0 0 3.2%;
	line-height:1;
	overflow:hidden;
}
#footerwrap .footer-nav > li{
	display:block;
	float:left;
	font-size:13px;
	line-height:1.7;
	width:31.2%;
    margin:0 0 7px 3.2%;
	vertical-align:top;
}
#footerwrap .footer-nav > li:first-child{
	margin-left:0;
}
#footerwrap .footer-nav li.hnav{
	display:none;
}
#footerwrap .footer-nav > li.menu-item-has-children > a{
	margin-bottom:7px;
}
#footerwrap .footer-nav > li.nav01 a,
#footerwrap .footer-nav > li.menu-item-has-children > a{
	font-weight:bold;
}
#footerwrap .footer-nav li a{
	background:url(../../uploads/icon_arrow.png)left top 7px no-repeat;
    padding:0 0 0 15px;
    display:inline-block;
}
#footerwrap .footer-nav ul{
	display:block;
	line-height:inherit;
	margin:0;
}
#footerwrap .footer-nav ul li{
	display:block;
	line-height:inherit;
	margin:0 0 7px;
}
#footerwrap .footer-nav ul li:last-child{
	margin:0;
}
.copyright-container{
    padding:10px 3% 0;
    background:var(--c_dark);
    text-align:center;
}
.copyright-container > *{
    display:inline-block;
    vertical-align:middle;
    margin:0 2px 10px;
}
.copyright-container .copyright{
	font-size:13px;
	color:#fff;
    margin-top:-5px;
    margin-bottom:5px;
}
.copyright-container span:not(.copyright){
	line-height:1;
}
body #pc-backtop{
	bottom:40px;
	right:40px;
	width:auto;height:auto;
}
body #pc-backtop.is-visible:hover{
	opacity:1;
}
#pc-backtop a img{
	width:auto;
}
body.tb_responsive_mode #footerwrap .f-con{
    position: fixed;
    bottom:0;
    width:100%;
}

/*--------------------------------- END FOOTER ---------------------------------*/
.module.top_greeting_tit:before,
.module.tit_lc .module-title:before,
.module.tit_box .module-title:before,
.module.fc_deco .fancy-heading:before{
	content:'';
	display:block;
	position:absolute;
	top:0;bottom:0;
	left:0;right:0;
}





/*--------------------------------------------------
- TITLE -
--------------------------------------------------*/
.module.tit_0 .module-title{margin-bottom: 0;}
.module.tit_5 .module-title{margin-bottom: 5px;}
.module.tit_10 .module-title{margin-bottom: 10px;}
.module.tit_15 .module-title{margin-bottom: 15px;}
.module.tit_20 .module-title{margin-bottom: 20px;}

#pagewrap .m_fff,
#pagewrap .tit_fff .module-title,
#pagewrap .tit_fff .fancy-heading{
	--c_base: var(--c-white);
	--c_dark: var(--c-white);
/* 	--c_yel: var(--c-white);
	--c_gray: var(--c-gray); */
    color:var(--c_base);
}

.module .module-title,
body .module .fancy-heading{
    font-size:14px;
    line-height:1.4;
	margin-bottom: 0;
}
.module .fancy-heading{
	margin:0;
}

.module.fc_deco .fancy-heading:before{
	top:50%;bottom:auto;
	transform:translate(0,-50%);
	height:76px;
	background:url(../../uploads/deco_flo.png)center center no-repeat;
}
.module.fc_deco .fancy-heading > *{
	position:relative;
	z-index:1;
}
.module.tit_fc .main-head{
    font-size:30px;
}
.module.fc_deco .main-head{
    font-size:28px;
}
.module.tit_fc .sub-head,
.module.fc_deco .sub-head{
	display:inline-block;
	vertical-align:top;
    font-size:20px;
	font-weight:normal;
	color:var(--c_yel);
    padding:0 13px;
	margin:-3px 0 0;
	position:relative;
}
.module.fc_deco .sub-head{
	font-size:18px;
}
body .module.tit_fc .sub-head:before,
body .module.tit_fc .sub-head:after,
body .module.fc_deco .sub-head:before,
body .module.fc_deco .sub-head:after{
	content:'-';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:auto;
	border:none;
	padding:0;
}
body .module.tit_fc .sub-head:after,
body .module.fc_deco .sub-head:after{
	left:auto;right:0;
}
.module.tit_lc_s .module-title,
.module.tit_lc_m .module-title,
.module.tit_lc .module-title{
	text-align:center;
}
.module.tit_lc_s .module-title,
.module.tit_lc_m .module-title{
	border-bottom:1px solid var(--c_dark);
}
.module.tit_lc_s .module-title{
	font-size:18px;
	padding:0 0 10px;
}
.module.tit_lc_m .module-title{
	font-size:21px;
	color:#3a311f;
	padding:0 0 15px;
}
.module.tit_lc .module-title{
	font-size:30px;
	padding:0 0 20px;
	position:relative;
}
.module.tit_lc .module-title:before{
	top:auto;
	width:100%;
	max-width:130px;
	border-top:1px solid var(--c_dark);
	margin:0 auto;
}
.module.tit_box .module-title,
#pagewrap .m_qa .accordion-title a{
	font-size:21px;
	color:var(--c-white);
	background:var(--c_dark);
	padding:11px 15px 9px 35px;
	position:relative;
}
.row_hall .module.tit_box .module-title{
	font-size:19px;
	padding-top:12px;
	padding-bottom:12px;
}
.module.tit_box .module-title:before{
	top:50%;bottom:auto;
	right:auto;
	transform:translate(0,-50%);
	width:20px;
	border-top:7px solid var(--c_yel);
}

/*--------------------------------------------------
- TEXT -
--------------------------------------------------*/
.module p{
	overflow:hidden;
}
.module p:last-child,
.module ul:last-child,
.module ol:last-child,
#pagewrap .module:not(.anchor_load) ul li:last-child,
#pagewrap .module ol li:last-child,
.module .ui.module-accordion,
#pagewrap .module .module-accordion > li:last-child{
    margin-bottom: 0;
}
.module.module-buttons .module-buttons-item{
	max-width:100%;
	vertical-align: top;
}
.module-buttons a.ui.builder_button:hover{opacity:0.7;}
.module-buttons a span{
	margin:0;
	vertical-align:top;
	font-size: 100%;
}
.module ul,
.module ol,
.module ul li,
.module ol li{
	line-height:inherit;
}
.module ul,
.module ol{
 	margin-top:0;
 	margin-bottom:1.2em;
}
.module ul li,
.module ol li{
 	padding:0;
	margin:0;
}
.module.anchor_load ul{
	text-align:center;
	line-height:1;
	margin:0;
}
.module.anchor_load ul li{
	display:inline-block;
	vertical-align:top;
	line-height:1;
	margin:0 0 10px;
	border-right:1px solid var(--c_base);
}
.module.anchor_load ul li:last-child{
	border:none;
}
.module.anchor_load ul li a{
	padding:0 10px;
}
#pagewrap .pagenav{
    padding: 0;
	text-align:center;
}
#pagewrap .pagenav a,
#pagewrap .pagenav span{
	padding: 10px 0 0;
	text-decoration-color:transparent;
	color:#000;
	min-width:50px;
	min-height:50px;
	border:1px solid #000;
	background:none;
	border-radius:0;
	margin:0 0 0 0px;
}
#pagewrap .pagenav .current,
#pagewrap .pagenav a:hover{
	background:#000;
	color:#fff;
}
#pagewrap .pagenav a:hover:before,
#pagewrap .pagenav a:hover:after{
	border-top-color:#fff;
}
#pagewrap .pagenav a.firstp:hover:before,
#pagewrap .pagenav a.firstp:hover:after,
#pagewrap .pagenav a.prevp:hover:before{
	border-left-color:#fff;
}
#pagewrap .pagenav a.lastp:hover:before,
#pagewrap .pagenav a.lastp:hover:after,
#pagewrap .pagenav a.nextp:hover:before{
	border-right-color:#fff;
}

.module.top_greeting_tit{
	font-size:23px;
	line-height:1.4;
	font-weight:bold;
	padding:0 0 20px;
}
.module.top_greeting_tit:before{
	top:auto;
	right:auto;
	width:100%;
	max-width:130px;
	border-top:1px solid var(--c_dark);
}
.module.top_greeting_tit strong{
	display:inline-block;
	vertical-align:bottom;
	font-size:30px;
	color:#a8416e;
	margin:-2px 0 -1px;
}
.module.bp_gray strong,
.module[class*="txt_icon_"] strong,
.module.b_yel strong{
	color:var(--c_yel);
}
.module.txt_icon_map > .tb_text_wrap{
	background:url(../../uploads/icon_map.png)left top 1px no-repeat;
	padding-left:34px;
}
.module.txt_icon_hand > .tb_text_wrap{
	background:url(../../uploads/icon_hand.png)left top no-repeat;
	padding-left:36px;
}
#pagewrap .m_qa .module-accordion > li{
	margin-bottom:40px;
}
#pagewrap .m_qa .accordion-title{
	line-height:1.4;
	padding-bottom:0;
	margin-bottom:0;
}
#pagewrap .m_qa .accordion-title a{
	text-decoration-color:transparent;
	padding-left:60px;
	font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic ProN, Hiragino Sans, "ヒラギノ角ゴシック", "游ゴシック体", Yu Gothic, YuGothic, "メイリオ", sans-serif;
}
.m_qa .accordion-title a:before{
	content:'Q';
	display:block;
	position:absolute;
	top:6px;bottom:6px;
	left:6px;right:auto;
	font-size:29px;
	line-height:1;
	font-weight:normal;
	font-family:'Arapey',serif;
	color:var(--c-white);
	text-align:center;
	width:38px;
	background:var(--c_yel);
	padding:0 0 2px;
}
#pagewrap .m_qa .accordion-content{
	line-height:1.7;
	padding:0;
}
.m_qa .accordion-content > .tb_text_wrap{
	background:var(--c-gray);
	padding:15px 20px;
	margin-top:25px;
	overflow:hidden;
}
.m_qa .accordion-content > .tb_text_wrap img{
	float:right;
	max-width:48.25%;
	margin-left:min(3.5%,34px);
}
.module.m_policy {
    padding: 0 15px 0 0;
    height: 250px;
	overflow:auto;
    overflow-y: scroll;
}

/*--------------------------------------------------
- IMAGE -
--------------------------------------------------*/
.module .image-wrap{
    display: block;
    line-height:1;
}
.module:not(.auto_fullwidth) .image-wrap img{
	/* width:auto; */
	max-width:100%;
}
.module.img_right,
.module.img_r{
    text-align: right;
}
#pagewrap .module-image .image-content{
	padding:0;
	margin:0;
}
#pagewrap .gallery .module-gallery-grid{
	grid-column-gap: 1.5%;
	grid-row-gap: 1.5%;
}
.gallery,
#pagewrap .themify_builder_slider .slide-image{margin-bottom:0;}
/* #pagewrap .gallery .gallery-item{margin-bottom:1.5%;}
#pagewrap .gallery-columns-2 .gallery-item{margin-bottom:3.046%;}
#pagewrap .gallery-columns-3 .gallery-item{margin-bottom:4.64%;}
#pagewrap .gallery-columns-4 .gallery-item{margin-bottom:6.283%;}
#pagewrap .gallery-columns-5 .gallery-item{margin-bottom:7.98%;}
#pagewrap .gallery-columns-6 .gallery-item{margin-bottom:9.73%;}
#pagewrap .gallery-columns-7 .gallery-item{margin-bottom:11.54%;}
#pagewrap .gallery-columns-8 .gallery-item{margin-bottom:13.408%;}
#pagewrap .gallery-columns-9 .gallery-item{margin-bottom:15.34%;} */
.module.module-gallery .gallery-icon{cursor:auto;}
.module.module-gallery .gallery-icon img{width:auto;}
#pagewrap .gallery .gallery-caption{
	font-size:100%;
	line-height:1.7;
	font-weight:bold;
	margin:15px 0 -5px;
}

.module.top_banner_tit{
	padding:0 20px;
}
.module.top_banner_tit .image-wrap{
	border-bottom:1px solid var(--c-yel);
}
.row_top_banner .tb-column:not(.first,.last) .top_banner_tit .image-wrap{
	border-bottom-color:var(--c_dark);
}
.module.m_price{
	border-bottom:1px solid #d8d8d8;
}
.module.m_price .image-wrap{
	margin:0 30px 25px 0;
}
.module.m_price .image-caption{
	font-size:30px;
	line-height:1.4;
	font-weight:bold;
	color:#a8416e;
	margin:-9px 0 18px;
}

/*--------------------------------------------------
- MODULE - BACKGROUND - BORDER -
--------------------------------------------------*/
.module iframe{display:block;margin:0 auto;}
#pagewrap .module_column.first{margin-left:0;}
#pagewrap .module-layout-part .module_column{min-height:auto;}
.row_overflow{
	overflow:hidden;
}
.module_row .row_inner{
	width:100%;
	max-width:100%;
}

.bg_dark,
.bp_dark{
/* 	background-color:var(--c-dark); */
	background: #3a311f;
}
.bg_yel,
.bp_yel{
	background-color:var(--c-yel);
}
.bg_light,
.bp_light{
	background-color:var(--c-light);
}
.bg_gray,
.bp_gray{
	background-color:var(--c-gray);
}
.bg_fff,
.bp_fff{
	background-color:var(--c-white);
}
/* .m_fff .bg_dark,
.m_fff .bp_dark{
	--c_base: var(--c-base);
	--c_dark: var(--c-dark);
	--c_gray: var(--c-gray);
	background-color:var(--c-white);
} */
.bp_dark,
.bp_yel,
.bp_light,
.bp_gray,
.bp_fff{
	padding:20px;
}

.row_top_banner .tb-column{
	margin-bottom:40px;
}
.row_top_banner .module-image:not(.top_banner_tit,:last-child){
	margin-bottom:min(6.913%,22px);
}
.row_main{
	padding-top:139px;
	padding-bottom:144px;
}
.row_line{
	border-top:1px solid var(--c_yel);
}

/*--------------------------------------------------
- TABLE -
--------------------------------------------------*/
.module table{
	width:100%;
    border-collapse: collapse;
}
.module table tr td,
.module table tr th,
.module .wpcf7 table tr td,
.module .wpcf7 table tr th{
	display:table-cell;
	width:auto;
	background:var(--c_gray);
	border:1px solid #b2b2b2;
	border-width:0 0 1px;
	padding:15px 25px 14px;
}
.module table tr:last-child td,
.module table tr:last-child th,
.module .wpcf7 table tr:last-child td,
.module .wpcf7 table tr:last-child th{
	border-width:0;
}
.module table tr td:not(:first-child){
	padding-left:0;
}
.module table tr th{
	color:var(--c_yel);
	text-align:left;
}
.module table tr th:first-child:not(:last-child){
    width:200px;
}
body .module .wpcf7 input[type=submit]{
	font-size:23px;
	line-height:1.4;
	font-family:"Hiragino Mincho ProN","ヒラギノ明朝 ProN","Hiragino Mincho Pro","ヒラギノ明朝 Pro","Yu Mincho","游明朝","MS PMincho","ＭＳ Ｐ明朝",serif;
	color:#fff;
	width:100%;
	max-width:255px;
	background:var(--c_yel);
	border-radius:0;
	padding:10px 20px;
	margin:40px auto 5px;
	display:block;
}
.module .wpcf7 .wpcf7-spinner{
	display:block;
	margin:0 auto;
}
.module .wpcf7 form .wpcf7-response-output{
	margin:0 0 30px;
}
.module .wpcf7 input[type=submit]:focus{outline:none;}
.module .wpcf7 input[type=submit]:hover{opacity:0.7;}
.module .wpcf7-form > p{display:block;margin:0;}
.module .wpcf7-form .ajax-loader{display:block;margin:0 auto;}
.module .wpcf7-response-output{margin:0;}
.module .wpcf7-validation-errors{border-color:#333;margin-bottom:25px;}

#pagewrap .module .wpcf7 table tr td{
/* 	padding:10px; */
	padding: 8px 10px;
}
#pagewrap .module .wpcf7 table tr td:not(:first-child){
/* 	padding-left:0; */
}
.module .wpcf7 table tr th:first-child{
	width:200px;
}
#pagewrap .module .wpcf7 table tr th span{
	color: #a7416e;
    font-size: 0.625rem;
}
.module .wpcf7 table tr td .wpcf7-form-control-wrap{
	display:block;
	margin:10px 0 0;
}
.module .wpcf7 table tr td .wpcf7-form-control-wrap:first-of-type{
	margin-top:0;
}
.module .wpcf7 table tr td .wpcf7-form-control-wrap > input,
.module .wpcf7 table tr td .wpcf7-form-control-wrap > textarea{
	display:block;
	width:100%;
	max-width:100%;
	border-radius:0;
	border:none;
	outline:none;
	height:auto;
/* 	padding:10px 20px 9px; */
	padding: .5rem;
	background:var(--c-white);
	color:var(--c_base);
	font-size:14px;
	line-height:1.7;
	border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
}
.module .wpcf7 tbody tr td .wpcf7-form-control-wrap > textarea{
	height:255px;
	min-height:255px;
	resize: vertical;
}
.module .wpcf7 tbody tr td .wpcf7-checkbox .wpcf7-list-item{
	display:inline-block;
	vertical-align:top;
	margin:0 20px 0 0;
}
.module .wpcf7 tbody tr td .wpcf7-checkbox .wpcf7-list-item label input{
	margin:5px 0 0 0;
	vertical-align:top;
}

.module.table_info table tr th,
.module.table_info table tr td{
	vertical-align:top;
}

/*--------------------------------------------------
- POST -
--------------------------------------------------*/
.module .post-date,
.module .post-title{
    line-height: 1.7;
}
.module-post .post-title a{text-decoration: underline;}
.module-post .post-title a:hover{text-decoration-color:transparent;}
.post .entry-content > p:last-child,
.post .entry-content > img:last-child,
.module .accordion-content > img:last-child,
.module.post_news .builder-posts-wrap .post:last-of-type{
    margin-bottom:0;
}
/* .post .entry-content > .themify_builder_content{
	margin-bottom:-1.2em;
} */

.module .post .entry-content img:not(.gallery img),
.module .accordion-content img:not(.gallery img){
	padding:5px 0 6px;
}
.post .entry-content img,
.module .accordion-content img{
	margin-bottom:0;
}
.post .entry-content > img,
.module .accordion-content > img{
	margin-bottom:1.2em;
}

.post .gallery {
    --galn: 1;
    --galN: 1;
    --galg: 1.5%;
    --galG: 1.5%;
    display: grid;
    column-gap: 1.5%;
    row-gap: 0;
	grid-template-columns: repeat(var(--galN),1fr);
}
.post .gallery-columns-2 {
    --galn: 2;
    --galN: 2;
}
.post .gallery-columns-3 {
    --galn: 3;
    --galN: 3;
}
.post .gallery .gallery-item{
	float:none;
	width:100%;
	text-align:center;
}
.post .gallery .gallery-item img{
	padding:0;
}

.module.post_news .builder-posts-wrap{
    max-height:300px;
	overflow:auto;
	overflow-y:scroll;
}
.module.post_news .builder-posts-wrap .post{
    padding:15px 20px 14px;
    margin-bottom:0;
}
.module.post_news .builder-posts-wrap .post:nth-child(odd){
	background:var(--c_gray);
}
.module.post_news .post-date{
    float:left;
    color:var(--c_yel);
    font-weight:bold;
    margin:0 15px 0 0;
}
#pagewrap .module.post_news .post-title{
    font-size:14px;
    margin-bottom:0;
    overflow:hidden;
}
.module.post_news .entry-content{
    clear:both;
}
.module.post_footer .builder-posts-wrap .post{
	overflow:hidden;
    margin-bottom:5px;
}
.module.post_footer .post-image{
	text-align:center;
	float:left;
	width:70px;
	max-width:29.3%;
	padding:5px 0 0;
	margin:0 15px 10px 0;
}
.module.post_footer .post-content{
	overflow:hidden !important;
}
#pagewrap .module.post_footer .post-title{
    font-size:15px;
	color:var(--c_yel);
    margin-bottom:0;
}
.module.post_footer .entry-content{
    font-size:13px;
	padding:0 0 5px;
}





body.single .post{
	padding:0;
	margin:0;
}
body.single #pagewrap .history-back-button{
	display:block;
	text-align:center;
	width:200px;
	max-width:100%;
	margin:0 auto 100px;
	text-decoration-color:transparent;
}
body.single .history-back-button:hover{
	opacity:0.7;
}





/* 20250513 */
#pagewrap {
    background: #fff;
    font-family: "ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    /* font-weight: 500; */
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}
.module .module-title,
.module-fancy-heading .main-head{
    font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic ProN, Hiragino Sans, "ヒラギノ角ゴシック", "游ゴシック体", Yu Gothic, YuGothic, "メイリオ", sans-serif;
/* 	font-family: "ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
}
.module.bp_gray {
    background: #f2f2f2;
    padding: 16px 20px 14px 12px;
}
#pagewrap #body .module.contact_form .wpcf7 table tbody tr th {
    padding: 14px;
    padding-left: 23px;
    width: 23%;
    font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic ProN, Hiragino Sans, "ヒラギノ角ゴシック", "游ゴシック体", Yu Gothic, YuGothic, "メイリオ", sans-serif;
    font-size: 15px;
	color: #333;
}
#pagewrap #body .module.contact_form .wpcf7 table tbody tr th, #pagewrap #body .module.contact_form .wpcf7 table tbody tr td {
    vertical-align: middle;
    border: 1px solid #e0e0e0;
    background: #f3f3f2;
}
#pagewrap #body .module.contact_form .wpcf7 input[type=submit] {
    height: 55px;
    font-size: 16px;
/*     background: #a7416e; */
	background: url(../../uploads/mail-icon.png) no-repeat center left 38% / 7% #a7416e;
    letter-spacing: 0.2rem;
}
.module.top_greeting_tit {
    padding: 0 0 14px;
    position: relative;
    font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic ProN, Hiragino Sans, "ヒラギノ角ゴシック", "游ゴシック体", Yu Gothic, YuGothic, "メイリオ", sans-serif;
}










/************************************************
***************** Media Query *******************
*************************************************/
#pagewrap #menu-button,
body #pagewrap .sp-footer-icons-container a{
	color:#cdb1a2;
	background:var(--c_dark);
	border:none;
	text-decoration-color:transparent;
}
body #pagewrap .sp-footer-icons-container a{
	border-top:1px solid #977e71;
	border-left: 1px solid #fff;
	padding: 12px 0 8px;
}
body #pagewrap .sp-footer-icons-container a span{
	font-size:22px;
	color:var(--c-white);
}
#pagewrap #menu-button{
	width:50px;height:50px;
}
#pagewrap #menu-button .ham-lines span,
#pagewrap #menu-button .ham-lines::before,
#pagewrap #menu-button .ham-lines::after{
	background:var(--c-white);
}





@media screen and (max-width: 1180px) {
	
	body #pc-backtop {
		display: none;
	}
	#footer .sp-footer-icons-container {
		display: flex;
	}
	
	#pagewrap #main-menu-container{
		background:#fff;
		position: fixed;
		z-index: 700;
		top: 0;
		left: 0;
		right: auto;
		bottom: auto;
		overflow-y: auto;
		display:block;
		width: 100vw;
		height: 100vh;
		opacity:0;
		visibility:hidden;
	}
	#pagewrap #main-menu-container.is-active{
		opacity:1;
		visibility:visible;
	}
	#headerwrap #main-menu-container #main-menu{
		width:100%;
		max-width:94%;
		padding:60px 0;
		margin:auto;
	}
	#pagewrap #main-menu-container .main-menu{
		text-align:left;
	}
	#pagewrap #main-menu-container .main-menu li{
		padding:0;
		margin:0;
		border-color: #333;
		float:none;
		display:block;
		text-align:left;
		line-height:1.7;
	}
	#pagewrap #main-menu-container .main-menu ul{
		margin:0 0 0 3%;
	}
	#pagewrap #main-menu-container .main-menu li a{
		display: block;
		padding: 8px 3%;
		text-decoration-color:transparent;
		color:#000;
		width: 100%;
		background: none;
		text-indent: unset;
		white-space: normal;
		height: auto;
	}
	/* --- styling --- */
	#pagewrap #main-menu-container{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		background:var(--c_dark);
	}
	#pagewrap #main-menu-container .main-menu > li{
		font-size:15px;
		line-height:1.4;
		text-align:center;
		border:1px solid #977e71;
		border-width:0 0 1px;
	}
	#pagewrap #main-menu-container .main-menu > li:first-child{
		border-width:1px 0;
	}
	#pagewrap #main-menu-container .main-menu li.nav01 ul{
		display:none;
	}
	#pagewrap #main-menu-container .main-menu li a{
		color:var(--c-white);
	}
	#pagewrap #main-menu-container .main-menu > li > a{
		font-family:"Hiragino Mincho ProN","ヒラギノ明朝 ProN","Hiragino Mincho Pro","ヒラギノ明朝 Pro","Yu Mincho","游明朝","MS PMincho","ＭＳ Ｐ明朝",serif;
		padding:17px 0 15px;
	}
	#pagewrap #main-menu-container .main-menu > li > a:after{
		content:attr(title);
		display:block;
		font-size:12px;
		font-family: 'Arapey', sans-serif;
		color:#cdb1a2;
		padding:1px 0 0;
	}
	#pagewrap #main-menu-container .main-menu ul{
		padding:0 0 10px;
		margin:0;
	}
	#pagewrap #main-menu-container .main-menu ul li{
		font-size:13px;
		text-align:center;
	}
	#pagewrap #main-menu-container .main-menu ul li a{
		padding:5px 0 7px;
	}

}





@media screen and (max-width: 1024px) {
	
	.header-brand-container{
		padding-right:50px;
	}

}





@media screen and (max-width: 980px) {
	
	#pagewrap .module_row > .row_inner{
		max-width:100%;
	}
	
}





@media screen and (max-width: 820px) {

	#pagewrap .gallery .module-gallery-grid:not(.gallery-columns-1, [class*="gallery-t-"], [class*="gallery-m-"]),
	.post .gallery .module-gallery-grid:not(.gallery-columns-1, [class*="gallery-t-"], [class*="gallery-m-"]){
		--galn: 2;
		--galN: 2;
	}
	/* #pagewrap .gallery .gallery-item{
		margin-bottom:3.045%;
	} */
	#pagewrap #content .gallery .gallery-item:nth-of-type(odd){
		clear:left;
	}
	#pagewrap #content .gallery .gallery-item:nth-of-type(even){
		margin-right:0;
	}
	.module table:not(.wpcf7 table) tr td:not(:first-child), 
	.module table:not(.wpcf7 table) tr th:not(:first-child){
/* 		padding-top:0; */
	}
	.module table:not(.wpcf7 table) tr td:not(:last-child), 
	.module table:not(.wpcf7 table) tr th:not(:last-child){
		padding-bottom:10px;
	}
/* 	#pagewrap .module:not(.table_scroll) > .tb_text_wrap > table tr th,
	#pagewrap .module:not(.table_scroll) > .tb_text_wrap > table tr td, */
	#pagewrap .module .wpcf7 table tr th,
	#pagewrap .module .wpcf7 table tr td{
		display:block;
		width:100%;
	}
	.module table tr td:not(:first-child){
		padding-left:25px;
	}
	#pagewrap .module .wpcf7 table tr td:not(:first-child){
		padding-left:10px;
	}
/* 	#pagewrap .module:not(.table_scroll) > .tb_text_wrap > table tr th,
	#pagewrap .module:not(.table_scroll) > .tb_text_wrap > table tr td:not(:last-child), */
	#pagewrap .module .wpcf7 table tr th,
	#pagewrap .module .wpcf7 table tr td:not(:last-child){
		border-bottom:none;
	}
	.module.table_price table tr td:last-child{
		width:auto;
		white-space:unset;
	}
	.module.table_scroll:before {
		content: "※表を横に動かせます";
		display:block;
		margin:0;
		color: #f00;
	}
	.module.table_scroll .tb_text_wrap{
		overflow:auto;
	}
	.module.table_scroll table{
		width:max(100%,721px);
	}
	
	.header-brand-container{
		padding-right:0;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#header #site-logo{
		width:100%;
		padding:0;
	}
	.rb{
		width:100%;
		text-align:center;
		padding-left:0;
	}
	.footer-widgets,
	#footerwrap .footer-nav{
		float:none;
		width:100%;
		margin-left:0;
	}
	#pagewrap .module .wpcf7 table tr td{
/* 		padding-top:0; */
	}
	.row_main{
		padding-top:18%;
		padding-bottom:calc(18% + 5px);
	}
	
}





@media screen and (max-width: 680px) {
	
	#pagewrap .module_column{
		width:100%;
		margin-left:0;
	}
    #pagewrap .module.img_right .image-wrap,
    #pagewrap .module.img_left .image-wrap,
	#pagewrap .module.sp_c{
        text-align: center;
    }
	
	.row_top_banner .module-image:not(.top_banner_tit,:last-child) {
		margin-bottom: 20px;
	}
	.module.post_footer .post-image{
		width:130px;
	}
	.module.m_price .image-wrap{
		margin-right:4.7%;
	}
	.m_qa .accordion-content > .tb_text_wrap img{
		display:block;
		float:none;
		max-width:none;
		margin:0 auto 10px;
	}
	.header-brand-container {
		padding-top: 60px;
	}
	
/* 	sp_202505 */
	.module.post_news .post-date {
        float: none;
    }
	.module.m_price .image-caption {
        font-size: 24px;
		text-align: left;
    }
	.module.tit_lc .module-title {
        font-size: 24px;
    }
	.module.m_price {
/* 		flex-direction: column; */
		display: block;
	}
	#pagewrap .module:not(.table_scroll) > .tb_text_wrap > table tr th,
	#pagewrap .module:not(.table_scroll) > .tb_text_wrap > table tr td:not(:last-child) {
		width: 30%;
	}
	#pagewrap #body .module.contact_form .wpcf7 table tbody tr th {
    	width: 100%;
	}
	#pagewrap #body .module.contact_form .wpcf7 table tbody tr td {
		background: #fff;
	}
	.checkbox_list span .wpcf7-form-control {
		display: flex; 
		flex-direction: column;
		padding-left: 10px;
	}
}





