@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,
.row_footer > .row_inner,
.srow_top_fes_tit .module .fancy-heading,
.row_main .tb-column{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	display: flex;
}
.srow_top_fes_tit .subrow_inner{
	display: inline-flex;
}
.header-brand-container,
.srow_top_fes_tit .subrow_inner,
.srow_top_fes_tit .module .fancy-heading,
.row_main .tb-column{
    -webkit-align-content: center; 
    -moz-align-content: center; 
    -ms-align-content: center; 
	align-content: center;
}
#pagewrap .pagenav,
.header-brand-container,
.srow_top_fes_tit .subrow_inner,
.srow_top_fes_tit .module .fancy-heading,
.row_main .tb-column{
    -webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
	align-items: center;
}
#pagewrap .pagenav,
.srow_top_fes_tit .subrow_inner,
.srow_top_fes_tit .module .fancy-heading,
.row_main .tb-column{
	-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;
}
.row_footer > .row_inner{
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	justify-content: space-evenly;
}
#pagewrap .pagenav,
.srow_top_fes_tit .subrow_inner{
	-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: #333;
	--c-red: #af2719;
	--c-light: #fff;
	--c-white: #fff;
	
}





/*--------------------------------- PAGE ---------------------------------*/
body{
	--c_base: var(--c-base);
	--c_dark: var(--c-dark);
	--c_red: var(--c-red);
	/* 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{
    width:1200px;
	max-width:94%;
	margin-left:auto;
	margin-right:auto;
}
#header.pagewidth{
    width: 100%;
    max-width: 100%;
}
#footer.pagewidth{
    max-width: 100%;
}
#pagewrap{
	background:#fff url(../../uploads/bg.jpg)center top -174px repeat;
	color:var(--c_base);
	font-weight:500;
}
/* h1,
h2,
h3,
h4,
h5,
h6,
strong,
th{
	font-weight:500;
} */
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:0 min(5.2vw,100px);
}
#header #site-logo{
    margin:10px 0;
    line-height:1;
	text-align:center;
}
#header #site-logo a{
    display:inline-block;
    vertical-align: top;
}
.rb{
    text-align:right;
}

	#pagewrap #main-menu-container .main-menu li.nav_sns ul{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		-webkit-align-items: center; 
		-moz-align-items: center; 
		-ms-align-items: center; 
		align-items: center;
		-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;
		padding:10px;
        margin:0;
    }
	#pagewrap #main-menu-container .main-menu li.nav_sns > a{
		display:none;
	}
	#pagewrap #main-menu-container .main-menu li.nav_sns ul li{
		display:block;
		line-height:1;
		padding:10px;
		margin:0;
	}
	#pagewrap #main-menu-container .main-menu li.nav_sns ul li a{
		display:block;
		text-indent:100%;
        overflow: hidden;
        white-space: nowrap;
		background-position:center center;
		background-repeat:no-repeat;
		padding:0;
	}
	#pagewrap #main-menu-container .main-menu li.nav_sns ul li.nav_sns_x a{
		width:30px;height:30px;
		background-image:url(../../uploads/sns_x.png);
	}
	#pagewrap #main-menu-container .main-menu li.nav_sns ul li.nav_sns_fb a{
		width:30px;height:28px;
		background-image:url(../../uploads/sns_fb.png);
	}

@media screen and (width > 1180px) {

	.main-menu-container #main-menu{
		padding:17px 0 18px 18px;
		transform:translate(17px,0);
	}
    .main-menu-container #main-menu{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		-webkit-align-items: center; 
		-moz-align-items: center; 
		-ms-align-items: center; 
		align-items: center;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
        margin:0;
    }
    .main-menu-container #main-menu > li{
        display:block;
        margin: 0;
    }
    .main-menu-container #main-menu > li > a{
        display:block;
		text-align:center;
		font-size:16px;
		line-height:3.125;
		text-decoration-color:transparent;
		padding:0 17px;
    }
    .main-menu-container #main-menu > li:hover > a,
	.main-menu-container #main-menu ul li:hover a{
        opacity:0.7;
    }
	#pagewrap #main-menu-container .main-menu li.nav_sns ul{
		padding:0 0 0 14px;
	}
	#pagewrap #main-menu-container .main-menu li.nav_sns ul li{
		padding:18px 17px 16px 3px;
	}

}

/*--------------------------------- END HEADER ---------------------------------*/
/*--------------------------------- FOOTER ---------------------------------*/
#nendebcopy{
	display:none;
}
#footerwrap{
	background:#000 url(../../uploads/bg_dark.jpg)center top repeat;
}
#footerwrap .widget{
    margin-bottom: 0;
}
.footer_menu ul.ui.nav{
	display:block;
}
.footer_menu ul.ui.nav li{
	display:block;
	line-height:1;
	width:auto;
	margin:0;
}
.footer_menu ul.ui.nav > li:not(.nav_sns){
	display:none;
}
#footerwrap .footer_menu ul.ui.nav li a{
	line-height:1;
	padding:0;
	text-indent:100%;
    overflow: hidden;
    white-space: nowrap;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
}
#footerwrap .footer_menu ul.ui.nav li.nav_sns > a{
	display:none;
}
.footer_menu ul.ui.nav li a:hover{
	opacity:0.7;
}
.footer_menu ul.ui.nav ul{
	display:block;
	width:100%;
	background:none;
	box-shadow:none;
	border-radius:0;
	padding:0;
	transform:none;
	opacity:1;
	position:static;
}
.footer_menu ul.ui.nav li.nav_sns ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
    align-items: center;
    -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;
}
#pagewrap #footerwrap .footer_menu ul.ui.nav ul li{
	margin:0 8px 15px;
}
#footerwrap .footer_menu ul.ui.nav li.nav_sns li.nav_sns_x a{
	width:29px;height:30px;
	background-image:url(../../uploads/sns_x_fff.png);
}
#footerwrap .footer_menu ul.ui.nav li.nav_sns li.nav_sns_fb a{
	width:30px;height:29px;
	background-image:url(../../uploads/sns_fb_fff.png);
}
.copyright-container,
.copyright-container .copy_logo{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
    align-items: center;
    -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;
}
.copyright-container{
    padding:0 3%;
    text-align:center;
}
.copyright-container > *{
    display:inline-block;
    vertical-align:middle;
    margin:0 5px 10px;
}
.copyright-container .copyright{
	font-size:13px;
	color:#fff;
    margin-top:-15px;
    margin-bottom:-5px;
}
.copyright-container .copy_logo{
	line-height:1;
	background:#fff;
}
.copyright-container .copy_logo span{
	display:block;
}
.copyright-container .copy_logo span:not(:first-child){
	background:url(../../uploads/copy_slash.png)left center no-repeat;
	padding:0 0 0 9px;
}
body #pc-backtop{
	bottom:40px;
	right:40px;
	width:auto;height:auto;
}
body #pc-backtop.is-visible:hover{
	opacity:1;
}
#pagewrap #pc-backtop a{
	text-decoration:none;
	color:var(--c-white);
}
#pc-backtop a{
	font-size:20px;
	line-height:1;
	font-weight:800;
	text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
	writing-mode: tb-lr;
	-moz-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	background:url(../../uploads/backtop.png)center top no-repeat;
	padding:57px 0 0 1px;
}
#pc-backtop a:hover{
	opacity:0.7;
}
.copyright-container .copy_logo img,
#pc-backtop a img{
	width:auto;
}
body.tb_responsive_mode #footerwrap .f-con{
    position: fixed;
    bottom:0;
    width:100%;
}

/*--------------------------------- END FOOTER ---------------------------------*/
.z{
	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_red: var(--c-white);
    color:var(--c_base);
}

.module .module-title,
body .module .fancy-heading,
body .module .image-title,
.module.txt_b{
    font-size:16px;
    line-height:1.875;
	font-family:"Yu Mincho","游明朝","YuMincho","游明朝体","MS PMincho","ＭＳ Ｐ明朝",serif;
	margin-bottom: 0;
}
.module .fancy-heading{
	margin:0;
}

.module.tit_bcs .module-title,
.module.tit_bcm .module-title,
.module.tit_bcl .module-title,
.module.tit_lc,
.module.tit_lc_b{
	text-align:center;
}
.module.tit_bcs .module-title,
.module.tit_bs .module-title{
	font-size:38px;
}
.module.tit_bcm .module-title,
.module.tit_bm .module-title{
	font-size:40px;
}
.module.tit_bcl .module-title,
.module.tit_bl .module-title,
.module.txt_b{
	font-size:48px;
}
.module.tit_lc .module-title,
.module.tit_lc_b .module-title{
	display:inline-block;
	vertical-align:top;
	font-size:36px;
	border-bottom:1px solid var(--c-white);
	padding:0 15px 10px;
}
.module.tit_lc_b .module-title{
	font-size:48px;
	padding-bottom:5px;
}
.module.tit_first .module-title:first-letter,
.module.timg_line .image-title:first-letter{
	color:var(--c_red);
}
.row_main .module .module-title{
	font-size:60px;
	color:#fff;
	text-align:center;
	text-shadow: #000 1px 0 15px;
}
.module.timg_line .image-title{
	font-size:34px;
	font-weight:normal;
	margin-bottom:0;
}

.module.tit_fc_yel .main-head{
    font-size:32px;
}
.module.tit_fc_yel .sub-head{
    font-size:13px;
    padding:0;
}
body .module.tit_fc_yel .sub-head:before{
	width:42px;
	max-width:100%;
	border-top:2px solid #a88949;
	padding:0 0 0px;
}

/*--------------------------------------------------
- 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 #000;
}
.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.m_tel{
	line-height:1;
}
.module.m_tel .module-buttons-item{
    width:auto;
}
#pagewrap .module.m_tel a.ui.builder_button{
    display:block;
	font-size:35px;
    line-height:1;
    font-weight:700;
    text-align:center;
	text-decoration-color:transparent;
	background:none;
	border:none;
	padding:0;
}
.module.m_tel a.ui.builder_button span:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	width:19px;height:24px;
	background:url(../../uploads/icon_tel_fff.png)center center no-repeat;
	margin:9px 7px 0 0;
}
.module.txt_price{
	font-size:32px;
	line-height:1.875;
	font-weight:normal;
	font-family:"Yu Mincho","游明朝","YuMincho","游明朝体","MS PMincho","ＭＳ Ｐ明朝",serif;
	color:var(--c_red);
}
.module.btn_bd .module-buttons-item{
    width:300px;
}
#pagewrap .module.btn_bd a.ui.builder_button{
    display:block;
	font-size:16px;
    line-height:3.125;
    text-align:center;
	text-decoration-color:transparent;
	background:none;
	border:1px solid var(--c_base);
	padding:13px 30px 15px;
}
.srow_top_fes_tit .module,
.srow_top_fes_tit .module .fancy-heading{
	font-size:48px;
	line-height:1.25;
	font-family:"Yu Mincho","游明朝","YuMincho","游明朝体","MS PMincho","ＭＳ Ｐ明朝",serif;
}
.srow_top_fes_tit .module .fancy-heading .main-head{
	writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	writing-mode: vertical-rl;
	text-orientation: upright;
	padding:4px 15px 8px 0;
	margin:0 -7px;
}
.srow_top_fes_tit .module .fancy-heading .sub-head{
	font-size:72px;
	line-height:1;
	padding:6px 0 4px;
	margin:0;
}

/*--------------------------------------------------
- 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: 3.2%;
	grid-row-gap: 20px;
}
.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:3.125;
	font-weight:bold;
	margin:2px 0 -16px;
}

.module.timg_line{
	border-bottom:1px solid var(--c_base);
	padding-bottom:8px;
}
.module.timg_line > *{
	display:inline-block;
	vertical-align:bottom;
	padding-right:10px;
}
.module.timg_line .image-wrap{
	padding-bottom: 22px;
}

/*--------------------------------------------------
- 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%;
}

.m_w8{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

.row_dark,
.bg_dark,
.bp_dark{
	background:var(--c-dark) url(../../uploads/bg_dark2.jpg)left top repeat;
}
.m_fff .bg_dark,
.m_fff .bp_dark{
	--c_base: var(--c-base);
	--c_dark: var(--c-dark);
	--c_gray: var(--c-gray);
	background:var(--c-white) url(../../uploads/bg.jpg)center top repeat;
}
.bp_dark{
	padding-left:min(8.334%,100px);
	padding-right:min(8.334%,100px);
}

.row_top_slider .module{
	width:80vw;
	max-width:1010px;
	padding:0 5px;
}
.row_footer .tb-column{
	padding:0 1.5% 0 3%;
}
.row_footer .tb-column.last{
	padding:0 3% 0 1.5%;
}
.row_top_kuro .tb-column.first > .tb-column-inner,
.row_img:not(.row_rev) .tb-column.first > .tb-column-inner,
.row_menu_kuro .tb-column.first > .tb-column-inner{
	width:auto;
	padding-right:min(3.2%,19px);
	margin-left:auto;
}
.row_top_kuro .tb-column .module.m_img .image-wrap,
.row_menu_kuro .tb-column .module.m_img .image-wrap,
.row_men .tb-column .module.m_img .image-wrap,
.row_menu .sub_column .module.m_img .image-wrap{
	max-width:736px;
	margin-left:auto;
	margin-right:auto;
}
.row_menu_kuro .tb-column .module.m_img .image-wrap{
	max-width:708px;
}
.row_top_kuro .tb-column .module.m_img .image-wrap img{
	max-width:103.805%;
	margin:-0.951% 0 -6.521% -3.804%;
}
.row_menu_kuro .tb-column .module.m_img .image-wrap img{
	max-width:108%;
	margin:-0.847% -3.954% -6.779%;
}
.row_top_kuro .tb-column.last,
.row_img:not(.row_rev) .tb-column.last,
.row_menu_kuro .tb-column.last{
	padding-right:6%;
}
.row_top_kuro .tb-column.last > .tb-column-inner,
.row_img:not(.row_rev) .tb-column.last > .tb-column-inner,
.row_menu_kuro .tb-column.last > .tb-column-inner{
	max-width:600px;
	padding-left:min(3.2%,19px);
}
.row_men .tb-column.last > .tb-column-inner,
.row_img.row_rev .tb-column.last > .tb-column-inner{
	width:auto;
	padding-left:min(3.2%,19px);
	margin-right:auto;
}
.row_men .tb-column .module.m_img .image-wrap{
	max-width:941px;
}
.row_men .tb-column .module.m_img .image-wrap img{
	max-width:104.5%;
	margin:-0.637% -2.975% -5.207% -1.487%;
}
.row_men .tb-column.first,
.row_img.row_rev .tb-column.first{
	padding-left:6%;
}
.row_men .tb-column.first > .tb-column-inner,
.row_img.row_rev .tb-column.first > .tb-column-inner{
	max-width:600px;
	padding-right:min(3.2%,19px);
	margin-left:auto;
}
.row_img.row_rev .tb-column.last > .tb-column-inner,
.row_img:not(.row_rev) .tb-column.first > .tb-column-inner{
	width:100%;
	max-width:960px;
}
.srow_top_fes_img .module:not(:last-child){
	margin-bottom:7.66%;
}
.srow_top_fes_img .sub_column.last .module:not(:last-child){
	margin-bottom:11.494%;
}
.srow_top_fes_tit{
	text-align:center;
}
.srow_top_fes_tit .subrow_inner{
	width:auto;
	border-bottom:1px solid var(--c_base);
	padding-bottom:20px;
}
.srow_top_fes_tit .sub_column{
	padding:0 15px;
}
.row_menu .sub_column.first .module.m_img .image-wrap{
	max-width:580px;
}
.row_menu .sub_column.first .module.m_img .image-wrap img{
	max-width:108.3%;
	margin:-0.862% -4.137% -6.724%;
}
.row_menu .sub_column.last .module.m_img .image-wrap{
	max-width:498px;
}
.row_menu .sub_column.last .module.m_img .image-wrap img{
	max-width:108.84%;
	margin:-1.204% -4.417% -7.7%;
}
.row_main .tb-column{
	height: min(50vw,600px);
	padding:74px 0 69px;
}

/*--------------------------------------------------
- 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;
	border:1px solid var(--c_base);
	border-width:0 0 1px;
	padding:2px 0 4px;
	vertical-align:top;
}
.module table tr th{
	text-align:left;
}
.module table tr th:first-child:not(:last-child),
.module.table_recruit table tr td:first-child:not(:last-child){
    width:195px;
}
body .module .wpcf7 input[type=submit]{
	font-size:20px;
	line-height:1.4;
	color:#fff;
	background:#ee4815;
	border-radius:0;
	margin:40px auto 5px;
	display:block;
	font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
}
.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;}

.module.table_price table tr td:last-child{
	text-align:right;
}
.module.table_recruit table tr th,
.module.table_recruit table tr td{
    padding:32px 20px 34px;
}
.module.table_info table tr th,
.module.table_info table tr td{
	border:none;
	padding:0;
}
.module.table_info table tr td:first-child:not(:last-child){
    width:115px;
}

/*--------------------------------------------------
- POST -
--------------------------------------------------*/
.module .post-date,
.module .post-title{
    line-height: 3.125;
}
.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,
.module-post .entry-content > p:last-child:empty{
	margin-bottom:-1.2em;
}

.post .entry-content img:not(.gallery img),
.module .accordion-content img:not(.gallery img){
	padding:18px 0 168px;
}
.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 .post{
	padding:22px 0 22px 30px;
    margin-bottom:0;
	border:1px solid var(--c_base);
	border-width:0 0 1px;
}
.module.post_news .builder-posts-wrap .post:first-child{
	border-width:1px 0;
}
.module.post_news .builder-posts-wrap .post:not(:last-child){
	border-bottom-style:dotted;
}
.module.post_news .post-date{
    float:left;
    margin:0 15px 0 0;
}
#pagewrap .module.post_news .post-title{
    font-size:16px;
	font-weight:500;
    margin-bottom:0;
    overflow:hidden;
}
#pagewrap .module.post_news .post-title a{
	display:block;
	text-decoration-color:transparent;
	background:url(../../uploads/arrow_right.png)center right no-repeat;
	padding:0 65px 2px 0;
	position:relative;
}
.module.post_news .post-title a:hover{
	opacity:0.7;
}





body.single .post{
	padding:45px 0 0;
	margin:0 0 60px;
}
body.single .post-image{
	text-align:center;
	margin:0 0 50px;
}
body.single .post-date{
	display:block;
}
body.single #pagewrap .post-title{
	line-height: 1.4;
	margin-bottom:0px;
}
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;
}




/* 20250602 */
.footer-sns.tf_w .tb-column-inner {
	display: flex;
    justify-content: center;
    align-items: center;
}
.footer-sns .module-image {
	width: fit-content;
}
.footer-sns .module-image .image-wrap a img {
	margin: 0 10px;
}
.kuro_text p {
	text-align: left;
}
.postid-903 .post .gallery {
    --galn: 5;
    --galN: 5;
    --galg: 1.5%;
    --galG: 1.5%;
    display: grid;
    column-gap: 1.5%;
    row-gap: 1.5%;
    grid-template-columns: repeat(var(--galN), 1fr);
}





/************************************************
***************** Media Query *******************
*************************************************/
#pagewrap #menu-button,
body #pagewrap .sp-footer-icons-container a{
	color:var(--c-white);
	background:var(--c_base);
	border:none;
	text-decoration-color:transparent;
}
body #pagewrap .sp-footer-icons-container a{
	border-top:1px solid var(--c-white);
}
body #pagewrap .sp-footer-icons-container a span{
	font-size:16px;
}
body #pagewrap .sp-footer-icons-container a svg{
	fill: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;
	}
	#pagewrap #main-menu-container .main-menu li{
		font-size:16px;
		line-height:3.125;
		text-align:center;
	}
	#pagewrap #main-menu-container .main-menu li a{
		padding:2px 20px 4px;
	}
	#pagewrap #main-menu-container .main-menu ul{
		margin:0;
	}
	
	.header-brand-container{
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		padding:0 calc(50px + 3%);
	}

}





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

}





@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;
	}
	#pagewrap .module:not(.table_scroll,.table_price) > .tb_text_wrap > table tr th,
	#pagewrap .module:not(.table_scroll,.table_price) > .tb_text_wrap > table tr td{
/* 		display:block; */
/* 		width:100%; */
	}
	#pagewrap .module:not(.table_scroll,.table_price) > .tb_text_wrap > table tr th:not(:last-child),
	#pagewrap .module:not(.table_scroll,.table_price) > .tb_text_wrap > 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);
	}
	
	/* sp font-size */
	.srow_top_fes_tit .module .fancy-heading{
		font-size:42px;
		padding:3px 0 2px;
	}
	.module.tit_bcl .module-title,
	.module.txt_b,
	.module.tit_bl .module-title {
		font-size: 40px;
	}
	.srow_top_fes_tit .module {
		font-size: 30px;
	}
	.module.tit_lc_b .module-title{
		padding-bottom:7px;
	}
	.srow_top_fes_tit .module{
		
	}
	.srow_top_fes_tit .module .fancy-heading{
		padding:0;
	}
	.srow_top_fes_tit .module .fancy-heading .main-head{
		padding-top:2px;
	}
	.srow_top_fes_tit .module .fancy-heading .sub-head{
		font-size:60px;
		padding:5px 0 9px;
	}
	.row_main .module .module-title{
		font-size:50px;
		padding:5px 0 4px;
	}
	
	.srow_top_fes_img{
		max-width:542px;
		margin-left:auto;
		margin-right:auto;
	}
	#pagewrap .srow_top_fes_img .subrow_inner{
		--colg:3.69%;
	}
	.srow_top_fes_img .sub_column.first .module,
	.srow_top_fes_img .sub_column.first + .sub_column .module{
		margin-bottom: 7.66%;
	}
	#pagewrap .row_top_kuro .tb-column, 
	#pagewrap .row_img .tb-column, 
	#pagewrap .row_menu_kuro .tb-column,
	#pagewrap .row_men .tb-column, 
	#pagewrap .row_img .tb-column{
		padding-left:3%;
		padding-right:3%;
	}
	#pagewrap .row_top_kuro .tb-column > .tb-column-inner, 
	#pagewrap .row_img .tb-column > .tb-column-inner, 
	#pagewrap .row_menu_kuro .tb-column > .tb-column-inner,
	#pagewrap .row_men .tb-column > .tb-column-inner, 
	#pagewrap .row_img .tb-column > .tb-column-inner{
		width:100%;
		max-width:none;
		padding:0;
	}
	.row_top_kuro .tb-column .module.m_img .image-wrap{
		max-width:708px;
	}
	.row_top_kuro .tb-column .module.m_img .image-wrap img{
		max-width:108%;
		margin:-0.847% -3.954% -6.779%;
	}
	.row_men .tb-column .module.m_img .image-wrap{
		max-width:927px;
	}
	.row_men .tb-column .module.m_img .image-wrap img{
		max-width:106.041%;
		margin:-0.647% -3.02% -5.285%;
	}
	.row_footer > .row_inner{
		display:grid;
	}
	#pagewrap .row_footer .tb-column{
		padding:0 3%;
	}
	.module.table_recruit table tr th:not(:first-child),
	.module.table_recruit table tr td:not(:first-child){
		padding-top:0;
	}
	.module.table_recruit table tr th:not(:last-child),
	.module.table_recruit table tr td:not(:last-child){
		padding-bottom:16px;
	}
	.module.tit_bcs .module-title,
	.module.tit_lc .module-title,
	.module.tit_lc_b .module-title {
		font-size: 30px;
	}
	.sp_center {
		text-align: center;
	}
	
	.module.table_price table tr td{
		width: 65%;
	}
	
}





@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;
    }
	
	.srow_top_fes_img{
		max-width:261px;
	}
	#pagewrap .srow_top_fes_img .module{
		margin-bottom:7.66%;
	}
	#pagewrap .srow_top_fes_img .last .module:last-child{
		margin-bottom:0;
	}
	.men-img img {
		width: 130px;
	}
	.dashi-img img {
		width: 250px;
	}
	.kuro_text p {
		text-align: center;
	}

}



