@charset "UTF-8";
/*
Theme Name: Custom Theme
Template: basic
Author: Trendmake
Copyright: (c) 2023 Trendmake
Version: 20231228
*/

/* custom icon */
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?klagb8');
	src:  url('fonts/icomoon.eot?klagb8#iefix') format('embedded-opentype'),
	  url('fonts/icomoon.ttf?klagb8') format('truetype'),
	  url('fonts/icomoon.woff?klagb8') format('woff'),
	  url('fonts/icomoon.svg?klagb8#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-chevron-up:before {
	content: "\e900";
  }
  .icon-phone:before {
	content: "\e901";
  }
  .icon-mail:before {
	content: "\e902";
  }
  .icon-paperplane:before {
	content: "\e903";
  }
  .icon-mail-envelope-closed:before {
	content: "\e904";
  }
  .icon-envelope:before {
	content: "\e905";
  }
  .icon-location:before {
	content: "\e906";
  }
  .icon-phone1:before {
	content: "\e907";
  }
  .icon-home:before {
	content: "\e908";
  }
  .icon-phone2:before {
	content: "\e942";
  }
  .icon-envelop:before {
	content: "\e945";
  }
  .icon-location1:before {
	content: "\e947";
  }
  .icon-amazon:before {
	content: "\ea87";
  }
  .icon-facebook2:before {
	content: "\ea91";
  }
  .icon-instagram:before {
	content: "\ea92";
  }
  

/*******************************
Common Setting
*******************************/
body {
	font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	line-height: 2;
	letter-spacing:0.05em;
	font-weight:400;
}
body #content {
	padding: 0;
}
/* Those Classes change row_inner width,
   when you set the Themify Builder > Row Options > Row Width to Default and Boxed. */
/*.module_row > .row_inner,
.module-layout-part .module_row.fullwidth_row_container > .row_inner {
	width: 100%;
}*/

/* table setting */
body table{
	width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}

/*******************************
Header Fix
*******************************/
body #header.header {
	height: auto;
	border-bottom: none;
}

/* Header Site Branding */
body #site-logo,
body #site-description {
	position: static;
}
body #site-logo {
	line-height: 1;
}
body #site-logo a,
body #site-logo a img {
	display: block;
}
/* Search Form in Header */
body #headerwrap #header #searchform {
	position: static;
}
body #headerwrap #header #searchform #s {
	float: none;
}

/*******************************
Footer Fix
*******************************/
body #footer {
	border-top: none;
	clear: none;
	padding: 0;
}
body #pc-backtop {
	display: block;
	position: fixed;
	z-index: 500;
	bottom: 50px;
	right: 50px;
	opacity: 0;
	transition: opacity .3s;
	width: 32px;
	height: 32px;
	font-size: 30px;
}
body #pc-backtop.is-visible {
	opacity: 1;
}
body #pc-backtop.is-visible:hover {
	opacity: .7;
}
body #pc-backtop a,
body #pc-backtop a img {
	display: block;
}
body .sp-footer-icons-container {
	display: none;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	z-index: 600;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: calc( env(safe-area-inset-bottom) / 2 );
	background: #4f4f4f;
}

body #footer .sp-footer-icons-container a span{
	display: block;
	font-size: 20px;
	margin-bottom: 8px;
}
body #footer .sp-footer-icons-container a {
	display: block;
	width: 100%;
	line-height: 1;
	text-align: center;
	background-color: #fafafa;
	text-decoration: none;
	font-size:10px;
	padding: 10px 0 6px;
	border-left:1px solid #1f7bb6;
}
body #footer .sp-footer-icons-container a:first-child{
	border-left:0;
}


/*******************************
Contact form
*******************************/
.wpcf7 table tr th{
	width:30%;
	text-align: left;
}
.wpcf7 table tr th,
.wpcf7 table tr td{
	padding:10px 15px
}
.wpcf7 table tr td input,
.wpcf7 table tr td select,
.wpcf7 table tr td textarea{
	background-color: #f3f3f3;
    border: solid 1px #ddd;
    padding: 6px 10px;
    border-radius: 5px;
	width:100%;
	max-width:100%;
	box-sizing:border-box;
}
.wpcf7 table tr td span input{
	margin-top:10px;
}
.wpcf7 table tr td span:first-child input{
	margin-top:0px;
}
.wpcf7 table tr td input[type="radio"],
.wpcf7 table tr td input[type="checkbox"]{
	width:auto;
}
.wpcf7 .submit_btn{
	display:block;
}
.wpcf7 .submit_btn input[type="submit"]{
	display:block;
	width:250px;
	margin:0 auto;
}

/* =============================================
	menu settings
=============================================　*/
#main-nav{

}

#main-nav .current_page_item a,
#main-nav .current-menu-item a{
	
}

#main-nav li{

}

/* =============================================
	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: 1200px) { /* for tablet landscapes */

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

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

	/* mobile menu visibility */
	body #header #main-nav{
		display: block;
	}

	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	
	@media screen and (max-width: 1200px) { /* for tablet landscapes big */

		#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;
		max-width: 42vw;
		padding: 2%;
		height: 100vh;
		box-sizing: border-box;
		}
		#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
	コンタクフォームのテーブル調整　不要なら消す*/
	body .sp-footer-icons-container{
		display: flex;
	}
	#pc-backtop{
		display: none;
	}
}

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

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

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





#pagewrap .pagenav,
.header-brand-container,
.rb,
#footerwrap .footer_sns ul.ui.nav ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	display: flex;
}
#pagewrap .pagenav,
.header-brand-container,
.rb,
.col_c_first .tb-column.first,
.col_c_last .tb-column.last,
.scol_c_first .sub_column.first,
.scol_c_last .sub_column.last{
    -webkit-align-content: center; 
    -moz-align-content: center; 
    -ms-align-content: center; 
	align-content: center;
}
#pagewrap .pagenav,
.header-brand-container,
.rb,
.col_c_first .tb-column.first,
.col_c_last .tb-column.last,
.scol_c_first .sub_column.first,
.scol_c_last .sub_column.last{
    -webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
	align-items: center;
}
.rb{
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
#pagewrap .pagenav{
	-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{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*--------------------------------- PAGE ---------------------------------*/
*{box-sizing: border-box;}
#pagewrap .pagewidth,
#pagewrap #footerwrap .module_row .row_inner{
    width:1200px;
	max-width:94%;
	margin-left:auto;
	margin-right:auto;
}
#header.pagewidth,
#footer.pagewidth{
    width: 100%;
    max-width: 100%;
}
#pagewrap{
	background:#9a9a9a;
	color:#fff;
}
img{vertical-align:top;}

.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;
	color:#fff;
}
#pagewrap a:hover{
	text-decoration:none;
}
#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{
	background:#8c8c8c;
}
#headerwrap #header.header{
    padding:5px 40px 5px 35px;
}
.header-brand-container{}
#header #site-logo{
	font-size:10px;
    margin:15px 0;
    line-height:1;
	text-align:center;
}
#header #site-logo a{
    display:inline-block;
    vertical-align: top;
}
.rb{
    text-align:center;
}
.header_tel{
	flex-shrink:0;
}
@media screen and (width > 1200px) {

    .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;
		padding:5px 0 5px 20px;
    }
    .main-menu-container #main-menu > li{
        display:block;
        margin: 0;
        position: relative;
    }
    .main-menu-container #main-menu > li > a{
        display:block;
		text-align:center;
		font-size:14px;
		line-height:2;
		letter-spacing:0.05em;
		font-weight:500;
		text-decoration:none;
		padding:1px 15px 2px;
    }
	.main-menu-container #main-menu > li.nav_sns > a{
		display:none;
	}
    .main-menu-container #main-menu > li:hover > a{
        opacity:0.7;
    }
	.main-menu-container #main-menu ul{
        position: static;
        background-color:none;
        padding:0;
        margin:0;
        width:100%;
		opacity:1;
		visibility:visible;
    }
	.main-menu-container #main-menu > li.nav_sns ul{
		padding:0 5px;
	}
    .main-menu-container #main-menu ul li{
        display:block;
        margin: 0;
        font-size: 14px;
        line-height: 2;
    }
	.main-menu-container #main-menu > li.nav_sns ul li{
		padding:10px;
	}
    .main-menu-container #main-menu ul li a{
        display:block;
        padding:0;
		text-decoration:none;
    }
	.main-menu-container #main-menu ul li a:hover{
		opacity:0.7;
	}

}



	#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: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
	}
	#pagewrap #main-menu-container #main-menu > li.nav_sns li > a,
	#footerwrap .footer_sns ul.ui.nav ul li a{
		background:red;
		padding:0;
		text-indent:100%;
        overflow: hidden;
        white-space: nowrap;
        width:21px;height:21px;
	}
	#pagewrap #main-menu-container #main-menu > li.nav_sns li.nav_sns_line a,
	#footerwrap .footer_sns ul.ui.nav ul li.nav_sns_line a{
		background:url(../../uploads/sns_line.png)center center no-repeat;
	}
	#pagewrap #main-menu-container #main-menu > li.nav_sns li.nav_sns_insta a,
	#footerwrap .footer_sns ul.ui.nav ul li.nav_sns_insta a{
		background:url(../../uploads/sns_insta.png)center center no-repeat;
	}

/*--------------------------------- END HEADER ---------------------------------*/
/*--------------------------------- FOOTER ---------------------------------*/
#nendebcopy{
	display:none;
}
#footerwrap .widget{
    margin-bottom: 0;
}
#footerwrap .footer_nav ul.ui.nav{
	display:block;
	column-count: 2;
}
#footerwrap .footer_nav ul.ui.nav > li{
	display:block;
	margin:0;
}
#footerwrap .footer_nav ul.ui.nav > li.nav_sns,
#footerwrap .footer_sns ul.ui.nav > li:not(.nav_sns),
#footerwrap .footer_sns ul.ui.nav > li > a{
	display:none;
}
#footerwrap .footer_nav ul.ui.nav > li > a{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:2;
	letter-spacing:0.05em;
	font-weight:500;
	text-decoration:none;
	padding:6px 0 7px;
}
.row_footer ul.ui.nav li a:hover{
	opacity:0.7;
}
#footerwrap .footer_sns ul.ui.nav{
	display:block;
	line-height:1;
}
#footerwrap .footer_sns ul.ui.nav ul{
	position:static;
	background:none;
	box-shadow:none;
	border-radius:0;
	transform:none;
	width:auto;
	opacity:1;
	padding:0;
}
#footerwrap .footer_sns ul.ui.nav ul li{
	display:block;
	width:auto;
	margin:0 20px 20px 0;
}
#footerwrap .footer_sns ul.ui.nav ul li a{
	display:block;
}
.copyright-container{
    padding:5px 3%;
    background:#e8d339;
    text-align:center;
}
.copyright-container .copyright{
	display:block;
	font-weight:500;
    color:#656565;
}
.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;
}
body #pc-backtop a{
	text-decoration:none;
}
#pc-backtop a img{
	width:auto;
}
body.tb_responsive_mode #footerwrap .f-con{
    position: fixed;
    bottom:0;
    width:100%;
}

/*--------------------------------- END FOOTER ---------------------------------*/
.module.tit_line .module-title:before,
.module.tit_ll .module-title:before,
.module.list_maru ul li:before,
.module.list_maru_link ul li:before,
.module.list_maru_link ul li:after,
.srow_flow .sub_column:not(.first):before,
.srow_flow .sub_column.last:after{
	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 .m_fff .module-title,
#pagewrap .m_fff .fancy-heading,
#pagewrap .tit_fff .module-title,
#pagewrap .tit_fff .fancy-heading{
	color:#fff;
}

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

.module.top_greeting_tit .main-head{
    font-size:144px;
	font-size:min(7.8125vw,144px);
	line-height:1;
	letter-spacing:0.05em;
	margin:-28px 0 -22px;
	margin:max(-1.5vw,-28px) 0 max(-2.5vw,-35px);
	word-break:break-all;
}
.module.top_greeting_tit .sub-head{
    font-size:56px;
	line-height:1.2;
	letter-spacing:0.05em;
	font-weight:500;
	color:#8c8c8c;
	background:#e8d339;
    padding:10px 20px 16px;
	margin:0;
}
.module.tit_fcs .main-head{
    font-size:28px;
	letter-spacing:0.05em;
	color:#e8d339;
}
.module.tit_fcs .sub-head{
    font-size:64px;
	font-size:min(5.2vw,64px);
	line-height:1.2;
	letter-spacing:0.05em;
    padding:0;
	margin:0;
}
.module.tit_b .module-title{
	font-size:64px;
	font-size:min(5.2vw,64px);
	letter-spacing:0.05em;
}
.module.tit_bs .module-title{
	font-size:24px;
	letter-spacing:0.05em;
}
.module.tit_line .module-title{
	font-size:60px;
	font-size:min(5.2vw,60px);
	line-height:1.2;
	letter-spacing:0.05em;
	padding:0 0 16px;
	position:relative;
}
.module.tit_line .module-title:before{
	top:auto;
	border-top:5px solid #e8d339;
	width:100vw;
}
.module_column.first .module.tit_line .module-title:before{
	left:auto;
}
.module_column.last .module.tit_line .module-title:before{
	right:auto;
}
.module.tit_box2 .module-title,
.module.tit_box .module-title{
	font-size:42px;
	letter-spacing:0.05em;
	font-weight:500;
	color:#8c8c8c;
	background:#e8d339;
	padding:8px 20px 12px;
}
.module.tit_box2 .module-title {
    font-size: 24px;
	margin-bottom: 30px;
    padding: 10px 15px;
}
.module.tit_box2 .module-title span{
	font-size: 22px;
}
.module.fc_step .main-head{
    font-size:16px;
	letter-spacing:0.05em;
	font-weight:500;
}
.module.fc_step .main-head:before{
	content:'STEP ';
}
.module.tit_step .module-title:before{
	content: "Step";
	margin-right: 10px;
}
.module.fc_step .sub-head{
    font-size:25px;
	letter-spacing:0.05em;
	font-weight:500;
    padding:0;
	margin:0;
}
.module.tit_step .module-title{
	font-size:24px;
	letter-spacing:0.05em;
	color:#e8d339;
}
.module.tit_ll .module-title{
	font-size:30px;
	letter-spacing:0.05em;
	font-weight:500;
	padding:0 0 0 30px;
	position:relative;
}
.module.tit_ll .module-title:before{
	top:8px;bottom:5px;
	right:auto;
	border-left:10px solid #e8d339;
}

/*--------------------------------------------------
- TEXT -
--------------------------------------------------*/
.module p{
	overflow:hidden;
}
.module p:last-child,
.module ul:last-child,
.module ul 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{
 	margin-top: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: 40px 0 0;
	text-align:center;
}
#pagewrap .pagenav a,
#pagewrap .pagenav span{
	font-weight:500;
	padding: 0px 0 0;
	text-decoration: none;
	color:#8c8c8c;
	min-width:30px;
	min-height:40px;
	border:1px solid #e8d339;
	background:#e8d339;
	border-radius:0;
	margin:0 5px 10px;
}
#pagewrap .pagenav .current{
	background:transparent;
	color:#e8d339;
}
#pagewrap .pagenav a:hover{
	opacity:0.7;
}
#pagewrap .pagenav a:hover:before,
#pagewrap .pagenav a:hover:after{
	border-top-color:#e8d339;
}
#pagewrap .pagenav a.firstp:hover:before,
#pagewrap .pagenav a.firstp:hover:after,
#pagewrap .pagenav a.prevp:hover:before{
	border-left-color:#e8d339;
}
#pagewrap .pagenav a.lastp:hover:before,
#pagewrap .pagenav a.lastp:hover:after,
#pagewrap .pagenav a.nextp:hover:before{
	border-right-color:#e8d339;
}

.top_slider_tit{
	font-size:80px;
	font-size:min(5.2vw,80px);
	line-height:1.125;
	letter-spacing:0.05em;
	font-weight:500;
}
.top_slider_txt{
	font-size:30px;
	line-height:1.4;
	letter-spacing:0.05em;
	font-weight:500;
}
.header_tel{
	padding:15px 0 15px 20px;
}
.header_tel_inner{
	display:block;
	background:#e8d339 url(../../uploads/icon_phone.png)left 30px center no-repeat;
	padding:7px 30px 8px 65px;
}
.header_tel span{
	display:block;
	font-size:11px;
	line-height:1.4;
	letter-spacing:0.05em;
	font-weight:500;
	color:#8c8c8c;
}
.header_tel .header_tel_num{
	font-size:20px;
	line-height:1;
	letter-spacing:0.05em;
	font-weight:bold;
}
.module.footer_info{
	line-height:1.3;
	font-weight:500;
}
.module.btn_arrow .module-buttons-item{
    width:300px;
}
#pagewrap .module.btn_arrow a.ui.builder_button{
    display:block;
	font-size:20px;
    line-height:1.4;
	letter-spacing:0.05em;
    color:#8c8c8c;
    font-weight:500;
	text-decoration:none;
	background:#e8d339 url(../../uploads/arrow_right.png)right 30px center no-repeat;
	padding:13px 90px 18px 30px;
}
.module.list_maru ul{
	margin:0 0 -4px;
}
.module.list_maru_link ul{
	margin:0;
}
.module.list_maru ul li,
.module.list_maru_link ul li{
	display:inline-block;
	vertical-align:top;
	line-height:2;
	padding:0 0 15px 23px;
	margin:0 20px 0 0;
	position:relative;
}
.module.list_maru_link ul li:last-child{
	margin-bottom:0;
}
.module.list_maru ul li:before,
.module.list_maru_link ul li:before{
	top:9px;bottom:auto;
	right:auto;
	width:13px;height:13px;
	background:#e8d339;
	border-radius:50%;
}
.module.list_maru_link ul li:after{
	bottom:-4px;
	left:6px;right:auto;
	border-left:2px solid #e8d339;
}
.module.list_maru_link ul li:first-child:after{
	top:15px;
}
.module.list_maru_link ul li:last-child:after{
	bottom:auto;
	height:15px;
}
.srow_step .sub_column .module-text:not(.tit_step){
/* 	max-width:333px; */
	letter-spacing: 0.05em;
}

/*--------------------------------------------------
- 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:0;
	margin-bottom:-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;}

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

#pagewrap #content .row_wf > .row_inner{
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}

.bg_dark{background-color:#8c8c8c;}
.bp_dark{
	background-color:#8c8c8c;
	padding:30px;
}

.row_top_slider{
	padding:0 4.166%;
}
.row_top_slider .tb-column{
	padding:33.75vw 0 0;
}
.row_top_slider .row-slider{
	display:none;
}
.row_top_img.col_c_first .tb-column.first{
	padding:0 min(1.488vw,19px) 0 3vw;
}
.row_top_img.col_c_first .tb-column.last{
	padding-left:min(1.488vw,19px);
}
.row_top_img.col_c_last .tb-column.last{
	padding:0 3vw 0 min(1.488vw,19px);
}
.row_top_img.col_c_last .tb-column.first{
	padding-right:min(1.488vw,19px);
}
.row_top_img.col_c_first .tb-column.first > .tb-column-inner,
.row_top_img.col_c_last .tb-column.last > .tb-column-inner{
	max-width:585px;
}
.row_top_img.col_c_first .tb-column.first > .tb-column-inner{
	margin-left:auto;
}
.row_top_greeting .top_greeting_tit .main-head{
	padding-right:3vw;
	font-family: "Roboto", sans-serif;
}
.row_top_greeting .tb-column.last .module:not(.top_greeting_tit){
	max-width:894px;
	margin-right:3vw;
}
.srow_flow .sub_column{
	background-color:#8c8c8c;
	padding:55px 30px 65px;
}
.bg_dark .srow_flow .sub_column{
	background-color:#9a9a9a;
}
.srow_flow .sub_column:not(.first):before{
	z-index:1;
	background:#9a9a9a;
	left:auto;right:100%;
	width:45px;
	transform:translate(20px,0);
	clip-path:polygon(0% 0%,33.333% 0%,100% 50%,33.333% 100%,0% 100%,66.666% 50%);
}
.srow_flow .sub_column.last:after{
	z-index:1;
	background:#9a9a9a;
	left:auto;
	width:30px;
	clip-path:polygon(0% 0%,100% 0,100% 100%,0% 100%,100% 50%);
}
.bg_dark .srow_flow .sub_column:not(.first):before,
.bg_dark .srow_flow .sub_column.last:after{
	background:#8c8c8c;
}
.srow_flow .sub_column .module{
	z-index:2;
}

/*--------------------------------------------------
- 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 #fff;
	padding:12px 20px;
}
.module table tr th{
	text-align:left;
}
.module table tr th:first-child{
    width:200px;
}
body .module .wpcf7 input[type=submit]{
	font-size:20px;
	line-height:1.4;
	color:#8c8c8c;
	background:#e8d339;
	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_info table tr td,
.module.table_info table tr th{
	border-width:0 0 1px;
	padding:12px 0;
	vertical-align:top;
}
.module.table_info table tr th:first-child{
	width:95px;
}

/*--------------------------------------------------
- POST -
--------------------------------------------------*/
.module .post-date,
.module .post-title{
    line-height: 2;
}
.module-post .post-title a{text-decoration: underline;}
.module-post .post-title a:hover{text-decoration: none;}
.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;
}

.post .entry-content img:not(.gallery img),
.module .accordion-content img:not(.gallery img){
	padding:6px 0 8px;
}
.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:12px 0;
    margin-bottom:0;
	border-bottom:1px solid #fff;
}
.module.post_news .post-date{
    float:left;
    margin:0 min(8.62%,50px) 0 0;
}
#pagewrap .module.post_news .post-title{
    font-size:15px;
	font-weight:normal;
    margin-bottom:0;
    overflow:hidden;
}





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:none;
}
body.single .history-back-button:hover{
	opacity:0.7;
}
body.archive #body .widget ul li.cat-item-1{
	display: none;
}

/* add 0522 */
.module.tab_price table tr td:first-child {
    background: #222;
    color: #fff;
}
.module.tab_price table tr td {
    border: solid 1px #8c8c8c;
    background: #fff;
    color: #222;
	padding: 10px;
}
.module.tab_price.td_white table tr:not(tr:first-child) td{
	background: #fff;
	color: #222;
}
.module_subrow.set_box {
    max-width: 1000px;
    margin: 0 auto;
	padding: 30px 0 10px;
}
.set_box .module.list_maru .module-title {
    background: #e8d339;
    color: #8c8c8c;
    font-size: 24px;
	padding: 10px;
    text-align: center;
}
.set_box .module:not(.module.list_maru) .module-title {
    font-weight: normal;
	margin-bottom: 15px;
}
.set_box .module.list_maru .tb_text_wrap{
	padding: 20px 50px;
}
.module.list_maru.box_center ul li,
.set_box .module.list_maru ul li {
    line-height: 1.5;
	margin-right: 0;
    padding-bottom: 0;
}
.module.list_maru.box_center ul li{
	padding-bottom: 7px;
}
.module.list_maru.box_center ul li:before {
    top: 5px;
}
.set_box .module.list_maru ul li:before {
    top: 12px;
}
.module.tab_price.td_black table tr:first-child td{
	background: #222;
	border: none;
	color:#fff;
}
.module.tab_price.td_black table tr:last-child td:not(td:first-child) {
	font-size: 11px;
    text-align: left;
    padding-left: 65px;
	vertical-align: top;
}
.module.tab_price.tab_coating table tr td{
	width: 21%;
}
.module.tab_price.tab_p05 table tr td:first-child,
.module.tab_price.tab_p04 table tr td:first-child,
.module.tab_price.tab_coating table tr td:first-child {
    width: 13%;
}
.module.tab_price.tab_p01 table tr:first-child td {
    padding: 30px;
}
.module.tab_price.tab_p01 table tr:nth-child(n+4):nth-child(-n+12) td:not(:first-child),
.module.tab_price.tab_p02 table tr:nth-child(n+3):nth-child(-n+18) td:not(:first-child){
	font-size: 11px;
	padding: 10px 5px;
    text-align: left;
	vertical-align: top;
}
body #pagewrap .module.tab_price.tab_p01 table tr:nth-child(13) td:not(:first-child):not(:nth-child(2)),
body #pagewrap .module.tab_price.tab_p01 table tr:nth-child(15) td:not(:first-child):not(:nth-child(2)),
body #pagewrap .module.tab_price.tab_p01 table tr:nth-child(17) td:not(:first-child):not(:nth-child(2)),
body #pagewrap .module.tab_price.tab_p01 table tr:nth-child(14) td:not(:first-child),
body #pagewrap .module.tab_price.tab_p01 table tr:nth-child(16) td:not(:first-child),
body #pagewrap .module.tab_price.tab_p01 table tr:nth-child(18) td:not(:first-child),
body #pagewrap .module.tab_price.tab_p01 table tr:nth-child(n+4):nth-child(-n+12) td:not(:first-child){
	width: calc(100% / 9.2);
}
.module.tab_price.tab_p02 table tr:nth-child(n+3):nth-child(-n+18) td:not(:first-child),
body #pagewrap .module.tab_price.tab_p02 table tr:nth-child(19) td:not(:first-child):not(:nth-child(2)),
body #pagewrap .module.tab_price.tab_p02 table tr:nth-child(21) td:not(:first-child):not(:nth-child(2)),
body #pagewrap .module.tab_price.tab_p02 table tr:nth-child(23) td:not(:first-child):not(:nth-child(2)),
body #pagewrap .module.tab_price.tab_p02 table tr:nth-child(20) td:not(:first-child),
body #pagewrap .module.tab_price.tab_p02 table tr:nth-child(22) td:not(:first-child),
body #pagewrap .module.tab_price.tab_p02 table tr:nth-child(24) td:not(:first-child){
	width: calc(100% / 7);
}
#pagewrap .module.box_center{
	margin: 0 auto 50px;
}
body #pagewrap .module.tab_price.tab_p03 table tr td:first-child {
    width: 160px;
}
.module.tab_price:not(.tab_p02) table tr:first-child td {
    height: 93px;
}






/************************************************
***************** Media Query *******************
*************************************************/
#pagewrap #menu-button,
body #pagewrap .sp-footer-icons-container a{
	font-weight:500;
	color:#8c8c8c;
	background:#e8d339;
	border:none;
	text-decoration:none;
}
body #pagewrap .sp-footer-icons-container a{
	border-top:1px solid #8c8c8c;
}
body #pagewrap .sp-footer-icons-container a span{
	font-size:16px;
}
body #pagewrap .sp-footer-icons-container a svg{
	fill:#8c8c8c;
}
#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:#8c8c8c;
}





@media screen and (max-width: 1200px) {
	
	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 0;
		margin:0 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:none;
		color:#000;
		width: 100%;
		background: none;
		text-indent: unset;
		white-space: normal;
		height: auto;
	}
	/* --- styling --- */
	#pagewrap #main-menu-container{
		background:#8c8c8c;
		padding:0;
		max-width:none;
	}
	#pagewrap #main-menu-container #main-menu{
		max-width: 94%;
	}
	#pagewrap #main-menu-container .main-menu li{
		font-size:14px;
		line-height:2;
		letter-spacing:0.05em;
		font-weight:500;
	}
	#pagewrap #main-menu-container .main-menu li a{
		text-align:center;
		color:#fff;
		font-size: 16px;
		padding:6px 30px 7px;
	}
	#pagewrap #main-menu-container .main-menu li.nav_sns > a{
		display:none;
	}
	#pagewrap #main-menu-container .main-menu ul{
		margin:0;
	}
	#pagewrap #main-menu-container #main-menu > li.nav_sns ul{
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		padding:25px 20px 5px;
	}
	#pagewrap #main-menu-container #main-menu > li.nav_sns ul li{
		padding:10px;
	}
	
	
	
	#headerwrap #header.header{
		padding-left:3%;
		padding-right:3%;
	}
	.header-brand-container{
		padding-right:50px;
	}
	.header_tel{
		padding-left:35px;
	}

}





@media screen and (max-width: 1024px) {
	.module.table_scroll:before {
		content: "※表を横に動かせます";
		display:block;
		margin:0;
		color: #fff;
		text-align: left;
	}
	.module.table_scroll .tb_text_wrap{
		overflow:auto;
	}
	body #pagewrap .module.table_scroll table{
		width: 1200px!important;
	}
	.module.table_scroll.tab_p02:before{
		display: none;
	}

}





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





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

	#pagewrap .gallery .module-gallery-grid:not(.gallery-columns-1),
	.post .gallery .module-gallery-grid:not(.gallery-columns-1){
		--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 > .tb_text_wrap > table tr th,
	#pagewrap .module > .tb_text_wrap > table tr td,
	#pagewrap .module .wpcf7 table tr th,
	#pagewrap .module .wpcf7 table tr td{
		display:block;
		width:100%;
	}
	#pagewrap .module:not(.table_info) > .tb_text_wrap > table tr th,
	#pagewrap .module:not(.table_info) > .tb_text_wrap > table tr:not(:last-child) td,
	#pagewrap .module:not(.table_info) > .tb_text_wrap > table tr:last-child td:not(:last-child),
	#pagewrap .module .wpcf7 table tr th,
	#pagewrap .module .wpcf7 table tr:not(:last-child) td,
	#pagewrap .module .wpcf7 table tr:last-child td:not(:last-child){
		border-bottom:none;
	}
	.module.tab_price table tr td:last-child{
		width:auto;
		white-space:unset;
	}
	
	.module.table_scroll table{
		width:721px;
	}
	
	.module.table_info table tr th:not(:first-child),
	.module.table_info table tr td:not(:first-child){
		padding-top:0;
	}
	.module.table_info table tr th:not(:last-child),
	.module.table_info table tr td:not(:last-child){
		border-bottom:none;
		padding-bottom:4px;
	}
	.row_top_greeting .top_greeting_tit .main-head{
		padding-left:5px;
	}
	.row_top_greeting .tb-column.last .module:not(.top_greeting_tit){
		max-width:94%;
		margin-left:auto;
		margin-right:auto;
	}
	.row_top_img.col_c_first .tb-column.last,
	.row_top_img.col_c_last .tb-column.first{
		padding-left:0;
		padding-right:0;
	}
	.row_top_img.col_c_first .tb-column.first,
	.row_top_img.col_c_last .tb-column.last{
		padding:0 3%;
	}
	.row_top_img.col_c_first .tb-column.first > .tb-column-inner, 
	.row_top_img.col_c_last .tb-column.last > .tb-column-inner{
		max-width:none;
	}
	.top_slider_tit,
	.module.tit_fcs .sub-head,
	.module.tit_b .module-title
	.module.tit_line .module-title{
		font-size:30px;
		letter-spacing:0.05em;
	}
	.module.top_greeting_tit .main-head{
		font-size:60px;
		letter-spacing:0.05em;
		margin:-10px 0 -9px;
	}
	.module.top_greeting_tit .sub-head,
	.module.tit_box .module-title{
		font-size:24px;
		letter-spacing:0.05em;
		padding-top:14px;
		padding-bottom:18px;
	}
	.srow_flow .sub_column:not(.first):before{
		width:auto;height:45px;
		top:-30px;bottom:auto;
		left:0;right:0;
		transform:none;
		clip-path:polygon(0% 0%,50% 66.666%,100% 0%,100% 33.333%,50% 100%,0% 33.333%);
	}
	.srow_flow .sub_column.last:after{
		width:auto;height:30px;
		top:auto;
		left:0;right:0;
		clip-path:polygon(0% 0%,50% 100%,100% 0%,100% 100%,0% 100%);
	}
	body #pagewrap .module.tab_price table tr td{
		display: table-cell;
		width: auto;
	}
	body #pagewrap .module.tab_price table tr td:first-child{
		width: 155px;
	}

}





@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_center{
        text-align: center;
    }
	
	.header-brand-container,
	.rb{
		-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-brand-container{
		padding-right:0;
	}
	#header #site-logo{
		width:100%;
		padding:0 50px;
	}
	.rb{
		width:100%;
	}
	.header_tel{
		padding-left:0;
	}
	
}





/* --- vuong css --- */



.vsubmain .module {
    height: 400px;
	height: min(52vw, 400px);
    display: flex;
    align-items: flex-end;
}
.vsubmain .module .tb_text_wrap{
    color:white;
    line-height: 1;
    font-size: 120px;
    font-weight: bold;
    margin-bottom: -7px
}
.vtitle01.module .module-title{
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    margin: 0;
    position: relative;
    padding-bottom: 25px;
}

.vtitle01.module .module-title:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 5px;
    background: #e8d339;
    width: 150vw;
}

.vtitle01_right.module .module-title:after{
    right: auto;
    left: 0;
}
.vtitle02.module{
    display: flex;
    
}
.vtitle02.module .module-title{
    line-height: 1;
    color: #e8d339;
    text-align: center;
    margin: 0 20px 0 0;
    font-size: 40px;
    padding-top: 15px;
    font-family: "Roboto", sans-serif;
}
.vtitle02.module .module-title:before{
    content: "POINT";
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
}
.vtitle02.module .tb_text_wrap{
    font-size: 42px;
    color:white;
    font-weight: bold;
}
#content a.linkyellow{
    color: #e8d339;
    text-decoration: underline;
}

#content .vform1.module th{
    width: 220px;
	font-weight: normal;
}
#content .vform1.module th span{
    color: red;
}
.vcontact1.module{
    height: 250px;
    overflow-y: scroll;
    padding-right: 20px;
}
#content .vfaq1 .accordion-title a{
    text-decoration: none;
    font-size: 20px;
    display: block;
    line-height: 2;
    padding: 0 0 5px 0;
    border-bottom: 5px solid #e8d339;
    background: url(../../uploads/faq2.png) right 20px center no-repeat;
	font-weight: 500;
}
#content .vfaq1 .accordion-title a:before{
    content: "Q.";
    font-size: 25px;
    display: inline-block;
    margin: 0 15px 0 0;
}
#content .vfaq1 .accordion-content{
/*     display: block; */
    padding: 15px 30px 0 0;
}
#content .vfaq1 .module-accordion > li{
    padding-bottom: 30px;
}
.vtable_info.module table tr th{
    font-weight: normal;
}
.vtable_info.module table tr:first-child th,
.vtable_info.module table tr:first-child td{
    padding-top: 0
}
.vtitle01_580.module .module-title{
    max-width: 580px;
}
body.archive .page-title{
    display: none;
}
body.archive #content .post{
    padding: 20px 0;
    border-bottom: 1px solid white;
    margin-bottom: 0;
}
body.archive .post .post-content{
    display: flex;
}
body.archive .post .post-date{
    font-size: 15px;
    line-height: 2;
    margin: 0 50px 0 0;
}
body.archive .post .post-title{
    font-size: 15px;
    line-height: 2;
    font-weight: normal;
    margin: 0;
}
body.archive #content .post .post-title a{
    text-decoration: none;
}
body.archive #body .wp-block-heading{
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    margin: 0;
}
body.archive #body #block-8{
	margin-bottom:25px;
}
body.archive #body .widget ul{
    display: flex;
    flex-wrap: wrap;
	margin-top:0;
}
body.archive #body .widget ul.children {
    margin-left: 20px;
}
body.archive #body .widget ul li{
    margin: 0px 20px 0 0;
/*     display: block; */
    line-height: 1;
    padding: 0;
	display: flex;
    align-items: flex-start;
}
body.archive #body .widget ul li a{
    display: block;
    line-height: 1;
    color: #9a9a9a;
    width: 90px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 2;
    background: #e8d339;
    text-align: center;
    text-decoration: none;
}
body.archive #layout{
    padding: 100px 0;
}
body.archive #pagewrap #sidebar{
    width: 32%;
    padding: 25px 0 60px 0;
}
body.archive #pagewrap #content{
    width: 65%;
}
body.archive #pagewrap .pagenav{
    padding: 40px 0 0 0;
}
body.archive #pagewrap .pagenav .number{
    padding: 0;
    line-height: 40px;
    background: #e8d339;
    color: #8c8c8c;
    
}
body.archive #pagewrap .pagenav .number.current{
    color: #e8d339;
    background: none;
}

body.archive .vsubmain .module .tb_text_wrap,
body.single .vsubmain .module .tb_text_wrap{
    line-height: 1.3;
    margin-bottom: -26px;
}
body.single .post-content{
    position: relative;
}
body.single .post-meta{
    position: absolute;
    top: 0;
    left: 0;
}
body.single .post-author{
    display: none;
}
body.single .post-date{
    padding-left: 120px;
    color: #ffffff;
    font-size: 19px;
    line-height: 32px;
    margin: 0;
}
body.single #pagewrap .post-meta .post-category a{
    display: block;
    line-height: 1;
    color: #9a9a9a;
    width: 90px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 2;
    background: #e8d339;
    text-align: center;
    text-decoration: none;
    pointer-events: none;
}
body.single .post-meta .post-category:after{
    display: none;
}
body.single #pagewrap .post-title{
    font-size: 20px;
    line-height: 2;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid white;
    font-weight: normal;
}
body.single .post{
    margin: 120px 0 60px 0;
}
body.single #pagewrap .backbtn{
    display: block;
    margin: 0 auto 120px auto;
    max-width: 300px;
    width: 100%;
    text-align: right;
    color: #8c8c8c;
    text-decoration: none;
    line-height: 60px;
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 30px;
    background: #e8d339 url(../../uploads/news1.png) left 30px center no-repeat;
}
#pagewrap .module.post_news .post-title a{
	text-decoration: none;
}
#pagewrap .module.post_news .post-title a:hover{
	text-decoration: underline;
}









@media screen and (max-width: 980px){
    .vtitle02.module{
        flex-direction: column;
    }
    .vtitle02.module .module-title{
        text-align: left;
    }
    .vtitle02.module .tb_text_wrap{
        font-size: 30px;
		line-height: 1.6;
    }
    .vsubmain .module{
        align-items: center;
        justify-content: center;
        margin: 0;
        line-height: 1;
    }
    #pagewrap .vsubmain .module .tb_text_wrap{
        font-size: 100px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 680px){
    #pagewrap .vsubmain .module .tb_text_wrap{
        font-size: 40px;
    }
	.module.tit_line .module-title,
    .vtitle01.module .module-title{
        font-size: 40px;
    }
    .vcontact1.module{
        padding-right: 0;
    }
    #content .vfaq1 .accordion-content{
        display: none;
		padding: 15px 0 0 0;
    }
    body.archive #pagewrap #content{
        padding-bottom: 40px;
    }
    body.archive #layout{
        padding-bottom: 40px;
		display: flex;
        flex-direction: column-reverse;
    }
	body.archive #pagewrap #sidebar{
		padding-bottom: 0;
	}
	body.single .post{
		margin-top: 100px;
	}
    body.archive .post .post-content{
        display: block;
    }
	.row_top_slider .tb-column{
/* 		padding-top: 20vw;
		padding-bottom: 10vw; */
		height: 710px;
	}
	.top_slider_txt{
		font-size: 22px;
	}
	.module.top_greeting_tit .main-head{
		font-size: 48px;
	}
	.module.top_greeting_tit .sub-head{
		padding-left:10px;
		padding-right:10px;
	}
	.module.tit_fcs .main-head{
		font-size: 20px;
	}
	.module.tit_b .module-title{
		font-size: 30px;
	}
	.vtitle01.module .module-title{
		padding-bottom: 10px;
	}
	.vtitle02.module{
		flex-direction: row;
		align-items: flex-end;
	}
	.vtitle02.module .module-title{
		font-size: 35px;
	}
	.vtitle02.module .module-title:before{
		font-size: 16px;
	}
	.module.list_maru_link ul li{
		margin-right: 0;
	}
	#content .vfaq1 .accordion-title a:before,
	.module.tit_bs .module-title{
		font-size: 22px;
	}
	#content .vfaq1 .accordion-title a{
		background: url(../../uploads/faq2.png) right 5px center no-repeat;
		padding-right: 20px;
	}
	#content .vfaq1 .accordion-title a{
		font-size: 18px;
		display: flex;
        align-items: flex-start;
	}
	.module.top_greeting_tit .sub-head {
		font-size: 20px;
		padding-top: 5px;
        padding-bottom: 5px;
	}
	.module.tit_ll .module-title{
		font-size: 22px;
	}
	.set_box .module.list_maru .tb_text_wrap {
		padding: 20px;
	}
	.module.tab_price.td_black table tr:last-child td:not(td:first-child){
		padding: 20px 10px;
	}

	.module.list_maru.box_center ul li, .set_box .module.list_maru ul li{
		padding-bottom: 15px;
	}
	.module.tit_box2 .module-title span{
		display: block;
		font-size: 18px;
	}
	.module.tab_price:not(.tab_p01) table tr:first-child td,
	.module.tab_price:not(.tab_p02) table tr:first-child td{
		text-align: left;
	}
	#pagewrap .module.tab_price.tab_sp table tr:first-child td,
	#pagewrap .module.tab_price.td_black table tr:first-child td{
		text-align: center;
	}
}
/*car-coating-fix*/


.car-colfix1_3 .tb-column-inner{
	display: grid;
	grid-template-columns: 1fr;
	gap:8px;
}
.car-colfix1_3 .tb-column-inner .module:first-child {
	grid-column: span 3;
}
.car-colfix1_3 .tb-column-inner .module:nth-child(2),
.car-colfix1_3 .tb-column-inner .module:nth-child(3),
.car-colfix1_3 .tb-column-inner .module:nth-child(4) {
            grid-column: span 1;
}
.car-colfix .tb-column-inner{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.yes_no-txt .module-title{
	margin-bottom:20px;
	font-size:18px;
}
.module_column.h-col-fix{
	display:block;
}
.yes_no_subrow .module_column .tb-column-inner,
.yes_no_subrow .module_column .tb-column-inner .yes_no-txt{
	height:100%;
}
.yes_no_subrow .module_column .tb-column-inner .yes_no-txt .tb_text_wrap{
	height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.yes_no-txt .yn-wrap{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.yn-wrap .yn.nn-top{
	margin-top:30px;
}
.yes_no-txt .module-title span,
.yn-wrap .yn{
	color: #e8d339;
	font-size: 18px;
}
.yn-wrap .yn{
	margin:0;
}
.yes_no-txt ul{
	margin:0  0 40px;
}
.yes_no-txt ul li{
	list-style:none;
	font-size:16px;
	display: flex;
    align-items: center;
}
.yes_no-txt ul li:before{
	content:"";
	background:url("../../uploads/check.png");
	width:27px;
	height:27px;
	display:inline-block;
	margin-right:20px;
}
.module.tab_price.tab_p06 table tr:not(tr:nth-child(1)) td {
    background: #fff;
    color: #222;
}
.module.tab_price.tab_p06 table tr:nth-child(2) td:first-child,
.module.tab_price.tab_p06 table tr:last-child td:first-child,
.module.tab_price.tab_p06 table tr:nth-child(1) td {
    background: #222;
    color: #fff;
}
.module.tab_price.tab_p06 table tr:nth-child(2) td:first-child, .module.tab_price.tab_p06 table tr:last-child td:first-child {
    width: 13%!important;
}

@media screen and (max-width: 680px){
	body .car-colfix1_3 .tb-column-inner {
		 grid-template-columns: 1fr 1fr 1fr;
	 }
	body .car-colfix1_3 .tb-column-inner .module:first-child {
		grid-column: span 3;
	}
	body .car-colfix .tb-column-inner{
		gap:8px;
	}
	body #pagewrap .module.tab_price table tr td:first-child{
		width: auto;
	}
	
}
/*end*/



