@charset "utf-8";
/*
	Theme Name: 匠のGEN
	Description: 匠のGENのレスポンシブテーマ
	Theme URI: 
	Author: 匠のGEN
	Author URI: 

*/

/*--------------------------------------- 
 base （全体の制御）
===========================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,input{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing:border-box;
	/*vertical-align: baseline;*/
}
strong{
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color:#10131A;
	font-size:62.5%;
	margin-top: 0 !important;
}
ol, ul {
	list-style: none;
}
h3,h4,h5,h6{
	font-weight: 400;
}
p{
	font-weight: 400;
	line-height: 2.4;
}
a{
	text-decoration:none;
	color:#333333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width:100%;
	height:auto;
}

/*---------------------------------------
 common （共通のスタイル）
=======================================*/
body{
	font-size:1.6rem;
	line-height:1.8;
}
.clear{
	clear:both;
}
.layout{
	width:1200px;
	margin:0 auto;
}
.layout01{
	width:1000px;
	margin:0 auto;
}

a:hover{
	opacity:0.7;
}

/*--- layout_flex ---*/
.space{
	justify-content:space-between;
}
.space_around{
	justify-content: space-around;
}
.flex{
	display: flex;
}
.align_items{
	align-items:center;
}
.layout_flex{
    display:flex;
    flex-wrap:wrap;
}
.layout_flex .child_box{
	margin-bottom: 2rem;
}
.type_5 .child_box{
	width:18.4%;
	margin-left:2%;
}
.type_5 .child_box:first-of-type,
.type_5 .child_box:nth-of-type(5n+1){
	margin-left:0;
}
.type_4 .child_box{
	width:23.5%;
	margin-left:2%;
}
.type_4 .child_box:first-of-type,
.type_4 .child_box:nth-of-type(4n+1){
	margin-left:0;
}
.type_3 .child_box{
	width:32%;
	margin-left:2%;
}
.type_3 .child_box:first-of-type,
.type_3 .child_box:nth-of-type(3n+1){
	margin-left:0;
}
.type_2 .child_box{
	width:49%;
	margin-left:2%;
}
.type_2 .child_box:first-of-type,
.type_2 .child_box:nth-of-type(2n+1){
	margin-left:0;
}
.text_red{
	color: #FF0000;
}

/*--- font ---*/
.fwBold{
	font-weight:bold;
}
.fw400{
	font-weight: 400;
}
.fw500{
	font-weight: 500;
}
.fw600{
	font-weight: 600;
}
.fw700{
	font-weight: 700;
}
.fw800{
	font-weight: 800;
}
.fw900{
	font-weight: 900;
}
.fs110{
	font-size: 110%;
}
.fs120{
	font-size: 120%;
}
.fs140{
	font-size: 140%;
}
.fs160{
	font-size: 160%;
}
.fs200{
	font-size: 200%;
}
.fs250{
	font-size: 250%;
}
.fs300{
	font-size: 300%;
}
.taCenter{
	text-align:center;
}
.taRight{
	text-align: right;
}
.taLeft{
	text-align: left;
}
.fmincho{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.red{
	color: #ED1C24;
}
.blue{
	color: #1B75DE;
}
.green{
	color: #43A800;
}
.white{
	color: #FFF;
}
.black{
	color: #333 !important;
}
.orange{
	color: #FF4600;
}
.grey{
	color: #666666;
}
.pink{
	color: #FF8B8B;
}
.mText{
	font-size: 1.2rem;
}
.mText01{
	font-size: 80%;
}
.text_en{
	font-family: 'Arial Black', -apple-system, 'BlinkMacSystemFont' ,sans-serif;
}
/*--- etc ---*/
.sp_only{
	display:none ;
}
.sp_only01{
	display:none;
}
.mT0{
	margin-top: 0 !important;
}
.mT10{
	margin-top: 1rem;
}
.mT20{
	margin-top: 2rem;
}
.mT30{
	margin-top: 3rem;
}
.mT50{
	margin-top: 5rem !important;
}
.mB0{
	margin-bottom: 0 !important;
}
.mB10{
	margin-bottom: 1rem;
}
.mB20{
	margin-bottom: 2rem;
}
.mB30{
	margin-bottom: 3rem;
}
.mB40{
	margin-bottom: 4rem;
}
.mB50{
	margin-bottom: 5rem !important;
}

@media screen and (max-width: 1200px) {
	.type_5 .child_box{
		width:23.5%;
		margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(5n+1){
	margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(4n+1){
		margin-left:0;
	}
	.fs300{
		font-size: 250%;
	}
	.fs250{
		font-size: 200%;
	}
	.layout{
		width:97%;
		margin: 0 1.5%;
	}
}
@media screen and (max-width: 1000px) {
	.layout01{
		width:93%;
		margin: 0 3.5%;
	}
}
@media screen and (max-width: 840px) {
	.sp_only{
		display:block ;
	}
	.pc_only{
		display:none !important;
	}
	.fs200{
		font-size: 150%;
	}
	.fs250{
		font-size: 170%;
	}
	.fs140{
		font-size: 130%;
	}
	.fs160{
		font-size: 140%;
	}
	.fs300{
		font-size: 220%;
	}

	/*--- layout_flex ---*/
	.type_3 .child_box,.type_4 .child_box,.type_5 .child_box{
		width:49%;
		margin-bottom:2rem;
		margin-left:2%;
	}
	.type_4 .child_box:nth-of-type(4n+1){
		margin-left:2%;
	}
	.type_3 .child_box:nth-of-type(3n+1) {
		margin-left:2%;
	}
	.type_3 .child_box:first-of-type,
	.type_3 .child_box:nth-of-type(2n+1),
	.type_4 .child_box:first-of-type,
	.type_4 .child_box:nth-of-type(2n+1),
	.type_5 .child_box:first-of-type,
	.type_5 .child_box:nth-of-type(2n+1){
		margin-left:0;
	}
}

@media screen and (max-width: 480px) {
	.sp_only01{
		display:block;
	}
	.fs200{
		font-size: 160%;
	}
	.fs250{
		font-size: 160%;
	}
	.fs160{
		font-size: 120%;
	}
	.fs140{
		font-size: 115%;
	}
	.fs120{
		font-size: 110%;
	}
	.fs110{
		font-size: 100%;
	}
	.fs300{
		font-size: 180%;
	}
	.mB40{
		margin-bottom: 2rem;
	}
	.mB50{
		margin-bottom: 3rem;
	}
	.type_2 .child_box{
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 2rem;
	}
}

/* header
---------------------------------------*/
header{
	position: fixed;
	width: 100%;
	z-index: 998;
	top: 0;
	left: 0;
	background-color: #FFF;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 0;
}
.header_logo{
	width: 200px;
	padding-left: 3rem;
}
.header_logo img{
	display: block;
}
.header_R{
	padding-right: 120px;
}
.gnav{
	height: 28px;
	font-weight: 700;
}
.gnav ul{
	display: flex;
}
.gnav ul li{
	margin-right: 3rem;
}

.fix_nav{
	position: fixed;
	top: 2rem;
	right: 2%;
	z-index: 999;
}
.fix_icon{
	width: 50px;
	height: 50px;
	margin-top: 1rem;
	background-color: #000;
	border-radius: 2px;
}
.fix_icon a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.fix_icon a img{
	width: 70%;
}

@media screen and (max-width: 800px) {
	header{
		position: fixed;
		top: 0;
		background-color: #FFF;
		padding: 0.5rem 1rem;
	}
	.header_R{
		display: none;
	}
	.header_logo{
		width: 40%;
		margin-left: 30%;
		padding-top: 0.5rem;
	}
}
@media screen and (max-width: 480px) {
	.fix_nav{
		top: 1rem;
		right: 1%;
	}
	.fix_icon{
		width: 35px;
		height: 35px;
	}
}


/* --- hamburger-menu --- */
.ham_menu{
	margin-top: 1rem;
	font-size: 1.2rem;
	color: #00325E;
}
.menu-btn {
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
	position: relative;
	cursor: pointer;
	background-color: #000;
	border-radius: 2px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 30px;
    border-radius: 2px;
    background-color: #FFF;
    position: absolute;
	bottom: 50px;
}
.menu-btn span{
	bottom: 22px;
}
.menu-btn span:before {
	bottom: 10px;
}
.menu-btn span:after {
	top: 10px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check_sp:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check,#menu-btn-check_sp {
    display: none;
}
.menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 99999;
    background-color: #333;
    transition: all 0.5s;
	overflow: scroll;
	padding-top: 3rem;
}
.menu-content ul {
    padding: 0 10px;
}
.menu-content .sub-menu {
    padding: 0 0 0 20px;
}
.menu-content .sub-menu li:last-child{
	border: none;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    right: 20%;
}
#menu-btn-check_sp:checked ~ .menu-content {
    left: 20%;
}
@media screen and (max-width: 480px) {
	.menu-btn {
		height: 35px;
		width: 35px;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 20px;
		border-radius: 2px;
		background-color: #FFF;
		position: absolute;
		bottom: 30px;
	}
	.menu-btn span{
		bottom: 15px;
	}
	.menu-btn span:before {
		bottom: 5px;
	}
	.menu-btn span:after {
		top: 5px;
	}
}

/* footer
---------------------------------------*/
footer{
	background-color: #F0F0F0;
	position: relative;
	padding-top: 13rem;
}
.footer_area{
	overflow: hidden;
}
.Flead_box{
	position: absolute;
	top: -2.5rem;
	width: 100%;
	text-align: center;
}
.Flead_box .Flead01{
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
	font-weight: 900;
}
.Fbox01 .child_box{
	background-color: #FFF;
	padding: 3rem;
	border-radius: 3px;
}
.Fbox01 .child_box a{
	justify-content: center;
	align-items: center;
	height: 100%;
}
.Fbox01 .child_box a .Ftext01{
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	font-size: 2.4rem;
	color: #DDDDDD;
}
.Ftel_box{
	background-color: #FFF;
	padding: 4rem 0;
	margin: 1rem 0 5rem;
	border-radius: 3px;
}
.Ftel_box a{
	justify-content: center;
	align-items: center;
}
.Ftel_box a .Fimg01{
	width: 20%;
}
.Ftel_box .Fbox02{
	margin: 0 1rem;
}
.Ftel_box .Fbox02 p{
	font-size: 1.5rem;
}
.Ftel_box .Fbox02 .Ftel_num{
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;	
	font-size: 5rem;
	line-height: 1.2;
}
.Ftel_text{
	font-size: 1.3rem;
	border-radius: 20px;
	border: 1px solid #333333;
	padding: 0 1.5rem;
}
@media screen and (max-width: 480px) {
	.Flead_box{
		top: -1.5rem;
	}
	.Flead_box .Flead01{
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
	.Fbox01 .child_box{
		padding: 3rem;
		width: 100%;
	}
	.Fbox01 .child_box a .Fbox04,.Fbox01 .child_box a .Fbox02{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.Fbox01 .child_box a .Fbox05{
		margin: 0 1rem;
	}
	.Fbox01 .child_box a .img_box04{
		width: 25%;
	}
	.Fbox01 .child_box a .Fbox05 p{
		margin-bottom: 0;
	}
	.Ftel_box{
		padding: 2rem 0;
	}
	.Ftel_text{
		font-size: 1.2rem;
		border-radius: 15px;
		margin-top: 1rem;
		padding: 0 1.5rem;
	}
}

/*---- Fnav ----*/
.Fbox03{
	justify-content: space-between;
	margin-bottom: 5rem;
}
.Fbox03 .Fimg02{
	width: 23%;
}
.Fbox03 .Fimg02 address{
	font-size: 1.4rem;
	text-align: left;
}
.Fbox03 .Fnav{
	width: 65%;
	justify-content: space-between;
	text-align: left;
	font-weight: 600;
	line-height: 3.6rem;
}
.Fnav ul li::before{
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	margin-right: 1em;
	font-size: 1.2rem;
}
.Fimg03{
	margin-top: 5rem;
}
@media screen and (max-width: 480px) {
	.Fbox03 .Fimg02{
		width: 100%;
		margin-bottom: 2rem;
	}
	.Fbox03 .Fimg02 img{
		width: 50%;
		margin: 0 auto;
	}
	.Fbox03 .Fimg02 address{
		font-size: 1.4rem;
		text-align: left;
		padding-left: 25%;
	}
	.Fbox03 .Fnav{
		width: 100%;
		display: block;
		text-align: left;
		padding-left: 22%;
	}
}

/*---- back-top ----*/
/* ボタンの指定 */
.js-backToTop{
	position: fixed;
	right: 20px;
	bottom: 85px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	border: none;
	background-color: initial;
}
.js-backToTop .layout_flex{
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #FFF;
	border: 1px solid #F3F6FA;
	background: #000;
	border-radius: 50%;
	font-weight: bold;
	margin-left: 0.3rem;
}
.js-backToTop .layout_flex i{
	margin-right: 0;
}
.js-backToTop span{
	text-align: center;
	color: #000;
	display: block;
	font-size: 1.2rem;
}
.is-active{
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 480px) {
	.js-backToTop{
		right: 2%;
		bottom: 20px;
	}
}
.Ffix_nav{
	position: fixed;
	right: 5%;
	top: 450px;
	width: 150px;
}
@media screen and (max-width: 480px) {
	.Ffix_nav{
		position: fixed;
		right: 0%;
		top: 450px;
		width: 80px;
	}
}
/*---------------------------------------
 　　各ページ
=======================================*/
/* 共通
---------------------------------------*/
.contents{
	overflow: hidden;
}
.contents section{
	margin-bottom: 8rem;
}
.width90{
	width: 90%;
	margin: 0 auto;
}
.width80{
	width: 80%;
	margin: 0 auto;
}
.width70{
	width: 70%;
	margin: 0 auto;
}
.width60{
	width: 60%;
	margin: 0 auto;
}
.width40{
	width: 30%;
	margin: 0 auto;
}
.top_fix{
	margin-top: 105px;
}
i{
	margin-right: 0.5rem;
}
.anchor{
	margin-top:-100px;
	padding-top:100px;
}
@media screen and (max-width: 1080px) {
	.width80{
		width: 100%;
	}
}
@media screen and (max-width: 960px) {
	.width80{
		width: 100%;
	}
}

@media screen and (max-width: 840px) {
	.top_fix{
		margin-top: 70px;
	}
	.anchor{
		margin-top:-80px;
		padding-top:80px;
	}
	.width70,.width60{
		width: 100%;
	}
	.width40{
		width: 50%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px) {
	.top_fix{
		margin-top: 70px;
	}
}

/* TOP PAGE
---------------------------------------*/
/* ---- fade_up ----*/
.fade_up{
    transform: translateY(50px);
    opacity: 0;
}
.fade_up.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}
/* ---- top_visual ----*/
.top_visual{
	align-items: center;
}
.top_visual .left_vusual{
	width: 25%;
}
.top_visual .right_vusual{
	width: 75%;
}
.top_text{
	display: flex;
	justify-content: center;
}
.top_text p{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 3.4rem;
	font-weight: bold;
}
.left_vusual .logo{
	text-align: center;
	margin-top: 4rem;
	padding-bottom: 2rem;
}
.left_vusual .logo img{
	width: 70%;
}
@media screen and (max-width: 1400px) {
	.top_text p{
		font-size: 3rem;
	}
}
@media screen and (max-width: 1200px) {
	.top_text p{
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 480px) {
	.top_text p{
		font-size: 2rem;
		line-height: 1.3;
	}
	.left_vusual .logo{
		margin-top: 2rem;
	}
	.left_vusual .logo img{
		width: 95%;
	}
}
/* ---- Event & Information ----*/
.tti_area01{
	margin-bottom: 2rem;
	align-items: center;
}
.lead01{
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;	
	font-size: 3rem;
	margin-right: 2rem;
}

.event_box .child_box a{
	display: block;
	border-radius: 10px;
	aspect-ratio: 9 / 9;
}
.event_box .child_box a img{
	object-fit: cover;
	height: 100%;
	width: auto;
}
.link01{
	background: #333333;
	position: relative;
	clip-path: polygon(0% 0%,90% 0%,100% 100%,0% 100%);
	border-radius: 3px;
}
.link01 a{
	color: #FFF;
	display: block;
	padding: 0.5rem 4rem 0.5rem 4rem;
	font-size: 1.4rem;
	font-weight: bold;
}
.link01 a span{
	position: relative;
}
.link01 a span::before{
	width: 20px;
	content: "";
	border-bottom: 1px solid #FFF;
	position: absolute;
	left: -3rem;
	top: 50%;
}
/* ---- 匠のＧＥＮのこだわり ----*/
.bg01{
	background-color: #F0F0F0;
	padding: 7rem 0;
}
.lead02{
	font-weight: 900;
	font-size: 3rem;
	margin-bottom: 3rem;
}
.box01{
	justify-content: center;
	margin-bottom: 5rem;
}
.box01 div{
	color: #FFF;
	background-color: #333333;
	border-radius: 50%;
	width: 15%;
	aspect-ratio: 1;
	margin: 0 0.3%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
}
.text01{
	font-weight: 900;
	line-height: 2.2;
	font-size: 2.4rem;
	margin-bottom: 2rem;
}
.box02{
	margin: 3rem 0 9rem;
}
.slider_area li img{
	border-radius: 10px;
}

.slider_area .slick-dots{
	bottom: -5.5rem;
}
.slider_area .slick-dots li button {
	color: #333;
	font-size: 1.6rem;
}
.slider_area .slick-dots li button::before {
	content: none;
}
.slider_area .slick-dots li.slick-active button {
	font-size: 3rem;
}
.btn01{
	text-align: center;
}
.btn01 .link01{
	width: 500px;
	margin: 0 auto;
}
.btn01 .link01 a{
	padding: 1rem 13rem;
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
	.lead02{
		font-size: 2rem;
	}
	.box01 div{
		width: 18%;
		aspect-ratio: 1;
		font-size: 1.4rem;
	}
	.btn01 .link01{
		width: 90%;
		margin: 0 auto;
	}
	.btn01 .link01 a{
		padding: 1rem 0;
		text-align: center;
		font-size: 1.8rem;
		display: block;
		width: 100%;
	}
}
/* ---- 匠のＧＥＮの家づくり ----*/
.lead03{
	font-size: 4rem;
	font-weight: bold;
	margin-top: -4rem;
}
.box03{
	margin-top: 5rem;
}
.box03 .inner_box01 .text_box01{
	width: 57%;
}
.box03 .inner_box01 .img_box01{
	width: 41%;
}
.box03 .inner_box01 .child_box{
	margin: 0;
}
.box03 .inner_box01:nth-child(even){
	flex-direction: row-reverse;
}
.inner_box01{
	align-items: center;
	margin-bottom: 5rem;
}
.box03 .inner_box01:nth-child(odd) .text_box01{
	padding-left: 5rem;
}
.box03 .inner_box01:nth-child(even) .text_box01{
	padding-right: 5rem;
}
.lead04{
	font-size: 3rem;
	font-weight: 900;
	margin-bottom: 2rem;
}
.text02{
	line-height: 2.4;
}
.box03 .inner_box01:nth-child(odd) .img_box01{
	flex: 1;
    margin-left: calc(50% - 50vw) !important;
}
.box03 .inner_box01:nth-child(even) .img_box01{
	flex: 1;
    margin-right: calc(50% - 50vw) !important;
}
.box03 .inner_box01:nth-child(odd) .img_box01 img{
	border-radius: 0 10px 10px 0;
}
.box03 .inner_box01:nth-child(even) .img_box01 img{
	border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 480px) {
	.lead03{
		font-size: 2.4rem;
		font-weight: bold;
		margin-top: -5rem;
	}
	.box03 .inner_box01:nth-child(even){
		flex-direction: row;
	}
	.box03 .inner_box01:nth-child(odd) .text_box01{
		padding-left: 0;
	}
	.box03 .inner_box01:nth-child(even) .text_box01{
		padding-right: 0;
	}
	.box03 .inner_box01 .text_box01,.box03 .inner_box01 .img_box01{
		width: 100%;
	}
	.box03 .inner_box01 .img_box01{
		margin-bottom: 2rem;
	}
	.lead04{
		font-size: 2rem;
	}
	.text02{
		line-height: 1.8;
	}
	.box03 .inner_box01:nth-child(odd) .img_box01{
		flex: auto;
		margin-left: 0 !important;
	}
	.box03 .inner_box01:nth-child(even) .img_box01{
		flex: auto;
		margin-right: 0 !important;
	}
}

/* ---- WORKS ----*/
.bg02{
	background-color: #333333;
	padding: 7rem 0 10rem;
}
.lead_area01{
	color: #DFDDDB;
}
.lead_area01 .lead01{
	font-size: 4rem;
}

.lead_area01 .link01 a{
	color: #333;
}
.lead_area01 .link01{
	background: #DFDDDB;
}
.lead_area01 .link01 a span::before{
	border-bottom: 1px solid #333;
}
.slider01.slider_area .slick-dots li button {
	color: #FFF;
}
.slider01 a{
	color: #FFF;
}
.slider01 li{
	padding-right: 0.5rem;
	width: 100%;
}
.slick-list {
  overflow: hidden;
}
.slick-track {
  display: flex;
  align-items: center;
}
.slider01 li a{
	display: block;
	background-color: #494949;
	border-radius: 10px;
	padding: 1rem 1rem 3rem;
}
.img_box03{
	border-radius: 10px;
	aspect-ratio: 9 / 14;
}
.img_box03 img{
	object-fit: cover;
	height: 100%;
	width: auto;
}
.slider_logo{
	margin: 2rem 0 1rem;
}
.slider_logo img{
	border-radius: 0;
	width: 30%;
}
.slider01 .slick-dots{
	
}
.slider01 .slick-dots li{
	background-color: transparent;
	border-radius: 0;
}
@media screen and (max-width: 480px) {
	.lead_area01 .lead01{
		font-size: 3.4rem;
	}
	
}

/* ---- 下部 ----*/
.box04{
	padding: 0 2%;
}
.box04 .img_box02{
	width: 70%;
	background-color: #F9F9F9;
	padding: 0 4rem;
}
.box04 .img_box02 img{
	transition: transform .6s ease;
}
.box04 .img_box02 a:hover img{
	transform: scale(1.1);
}
.box04 .text_box02{
	text-align: center;
	background-color: #333333;
	border-radius: 0 10px 10px 0;
	width: 30%;
}
.box04 .text_box02 a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	width: 100%;
	height: 100%;
}
.box04 .text_box02 .img_logo{
	margin-top: 4rem;
}
.box04 .text_box02 .img_logo img{
	width: 30%;
}
.box04 .text_box02 .text04{
	font-size: 3.5rem;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
	.box04 .img_box02{
		width: 50%;
		padding: 0 1rem;
	}
	.box04 .text_box02{
		width: 50%;
	}
	.box04 .text_box02 .img_logo img{
		width: 30%;
	}
	.box04 .text_box02 .text04{
		font-size: 1.8rem;
	}
	.box04 .text_box02 .text03{
		font-size: 1.1rem;
	}
	.box04 .text_box02 .img_logo{
		margin-top: 1rem;
	}
}

/* 下層ページ
---------------------------------------*/
.page.bg01{
	margin: 2rem 2%;
}
.wrap01{
	padding: 0 8%;
}
.breadcrumbs{
	font-size: 1.4rem;
}
.pad01{
	margin: 0 5% 3rem;
}
.default .bg02{
	margin: 0;
}
@media screen and (max-width: 1580px) {
	.wrap01{
		padding: 0 5%;
	}
}
@media screen and (max-width: 1200px) {
	.pad01{
		margin: 0 2% 3rem;
	}
}
@media screen and (max-width: 1300px) {
	.wrap01{
		padding: 0 2%;
	}
}
@media screen and (max-width: 800px) {
	.breadcrumbs{
		margin: 2rem auto 3rem;
	}
}
@media screen and (max-width: 480px) {
	.page.bg01{
		margin: 7rem 2% 2rem;
	}
}

/* 匠のGENのこだわり
---------------------------------------*/
.page{
	margin-top: 8rem;
}
.page_top_visual img{
	display: block;
}
.page_top_visual .left_vusual{
	width: 25%;
	position: relative;
}
.left_vusual .breadcrumbs{
	position: absolute;
	top: 1rem;
	left: 4%;
}
.left_vusual .bottom_box{
	position: absolute;
	width: 70%;
	left: 15%;
	bottom: 0;
	font-weight: bold;
}
.lead05{
	font-size: 5rem;
	margin-bottom: 3rem;
	line-height: 1.4;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.text05{
	font-size: 2rem;
	font-weight: 900;
	margin-bottom: 13rem;
}
.page_top_visual .right_vusual{
	width: 75%;
}
.mB_box{
	margin-top: 12rem;
}
@media screen and (max-width: 1400px) {
	.lead05{
		font-size: 4rem;
		margin-bottom: 2rem;
	}
	.text05{
		font-size: 2rem;
		margin-bottom: 10rem;
	}
}
@media screen and (max-width: 840px) {
	.page_top_visual{
		flex-direction: column-reverse;
	}
	.page_top_visual .left_vusual{
		width: 100%;
	}
	.left_vusual .breadcrumbs{
		position: relative;
		top: 0;
		left: 2%;
	}
	.left_vusual .bottom_box{
		position: relative;
		width: 80%;
		left: 10%;
		bottom: 0;
		font-weight: bold;
	}
	.lead05{
		font-size: 3rem;
		margin-bottom: 0;
	}
	.text05{
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	.page_top_visual .right_vusual{
		width: 100%;
	}
}
/* 匠のGENの家づくり
---------------------------------------*/
.ttl_img01{
	padding-left: 3%;
	margin-bottom: 1rem;
}
.lead06{
	font-weight: bold;
	font-size: 3rem;
	margin: 3rem 0 1rem;
}
.zeh_table{
	width: 100%;
	margin-top: 3rem;
}
.zeh_table tr th,.zeh_table tr td{
	border: 1px solid #707070;
	width: calc(100% / 7);
	text-align: center;
	padding: 1rem 0;
	font-size: 1.3rem;
	font-weight: bold;
}
.zeh_table tr th{
	background-color: #F0F0F0;
}
.flow_ttl .lead03{
	margin-top: -2rem;
	
}

/* Webモデルルーム
---------------------------------------*/
.lead07{
	font-weight: bold;
	font-size: 3rem;
	margin-bottom: 3rem;
}
.text06{
	color: #FFF;
	font-size: 1.8rem;
}
.box05{
	justify-content: center;
	align-items: center;
}
.box05 .img_box05{
	width: 20%;
	margin-right: 5%;
}
.box05 .text_area01{
	font-size: 1.8rem;
}
.box06 .inner_box02:nth-child(even){
	flex-direction: row-reverse;
}
.inner_box02{
	align-items: center;
	margin-bottom: 5rem;
}
.box06 .inner_box02:nth-child(even) .img_box06 img{
	border-radius: 0 10px 10px 0;
}
.box06 .inner_box02:nth-child(odd) .img_box06 img{
	border-radius: 10px 0 0 10px;
}

.box06 .inner_box02 .text_box03{
	width: 37%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box06 .inner_box02 .img_box06{
	width: 63%;
}
.box06 .inner_box02 .text_box03 .inner_box03{
	width: 70%;
}
.num_icon{
	text-align: center;
}
.num_icon p{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #333;
	color: #FFF;
	width: 100px;
	height: 100px;
	margin: 0 auto 2rem;
}
.num_icon p span{
	font-weight: bold;
	font-size: 4.5rem;
	display: block;
	line-height: 1;
}
.lead12{
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 2rem;
}
.btn02{
	margin-top: 2rem;
}
.btn02 .link01{
	display: inline-block;
}
.lead11{
	color: #fff;
}
@media screen and (max-width: 840px) {
	.box05 .img_box05{
		width: 28%;
		margin-right: 2%;
	}
	.box05 .text_area01{
		width: 70%;
	}	
	.box06{
		margin: 0 2% 4rem; 
	}
	.box06 .inner_box02 .text_box03{
		width: 100%;
		margin-bottom: 2rem;
	}
	.box06 .inner_box02 .img_box06{
		width: 100%;
	}
	.box06 .inner_box02 .text_box03 .inner_box03{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.lead07{
		font-size: 2rem;
	}
	.num_icon p{
		width: 80px;
		height: 80px;
	}
	.num_icon p span{
		font-size: 3rem;
	}
}

/* Webモデルルーム_詳細ページ
---------------------------------------*/
.page.bg03{
	margin-top: 0;
	margin-bottom: 2rem;
}
.bg03{
	background-color: #333333;
	padding: 10rem 0;
}
.web_room{
	color: #FFF;
}
.lead08{
	font-weight: bold;
	font-size: 2.4rem;
	margin-bottom: 10rem;
	color: #FFF;
}
.lead09{
	margin-bottom: 4rem;
}
.lead09 span{
	display: block;
	line-height: 1.3;
	font-weight: bold;
}
.lead09 .Btext01{
	font-size: 3.2rem;
}
.lead09 .Stext01{
}
.single_slider.slick-dotted.slick-slider{
	margin-bottom: 8rem;
}
.single_slider .slick-dotted.slick-slider{
	margin-bottom: 0;
}
.single_slider .slick-dots{
	bottom: -3rem;
}
.single_slider .slick-dots li{
	margin: 0;
}
.single_slider .slick-dots li button{
	padding: 2px;
}
.single_slider .slick-dots li button:before{
	color: #FFF;
	opacity: 1;
	font-size: 12px;
}
.single_slider .slick-dots li.slick-active button:before{
	color: #FFF;
}
.single_slider .slick-dots li img{
	border-radius: 10px;
}

/* 施工事例
---------------------------------------*/
.cat_select{
	position: relative;
}
.cat_select select{
	width: 100%;
	padding: 2.5rem 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	background-color: #494949;
	border-radius: 40px;
	color: #FFF;
	border: none;
	appearance: none; 
	cursor: pointer;
}
.cat_select::before{
	position: absolute;
	left: 8%;
	top: 30%;
	content: "Category";
	color: #FFF;
	font-weight: bold;
	z-index: 999;
}
.cat_select::after{
	position: absolute;
	right: 8%;
	top: 30%;
	content: "▼";
	color: #FFF;
	font-weight: bold;
	z-index: 999;
}
.construction_box .child_box{
	margin-bottom: 3rem;
}
.construction_box .child_box a{
	display: block;
	background-color: #494949;
	border-radius: 10px;
	padding: 1rem 1rem 3rem;
	color: #FFF;
}
.btn03 .link01{
	background-color: #FFF;
	text-align: center;
	width: 350px;
	margin: 7rem auto 0;
}
 .btn03 .link01 a{
	color: #333;
	 padding: 1rem 0;
	font-weight: bold;
	font-size: 1.6rem;
}
.btn03 .link01 a span::before{
	border: 1px solid #333;
	width: 30px;
}
@media screen and (max-width: 480px) {
	.btn03 .link01{
		width: 300px;
		margin: 5rem auto 0;
	}
	.btn03 .link01 a span::before{
		left: -4rem;
	}
}
/* お客様インタビュー
---------------------------------------*/
.construction_box .child_box{
    opacity: 1;
	transition: all 0.3s;
}
.construction_box .child_box.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}
.more{
	margin-top: 3rem;
}
.more button{
	cursor: pointer;
	display: inline-block;
	width: 350px;
	text-align: center;
	background-color: #FFF;
	 padding: 1.5rem 0;
	font-weight: bold;
	position: relative;
	border: none;
	clip-path: polygon(0% 0%,90% 0%,100% 100%,0% 100%);
	border-radius: 3px;
	font-size: 1.6rem;
}
.more button::before{
	width: 30px;
	content: "";
	border-bottom: 1px solid #333;
	position: absolute;
	left: 8rem;
	top: 50%;
}
.more.is-btn-hidden{
  display:none;
}
.img_box07 img{
	border-radius: 10px;
}
.img_box07{
	margin-bottom: 4rem;
}
.lead10{
	font-size: 2.4rem;
	margin-bottom: 3rem;
	font-weight: bold;
}




/* イベント情報
---------------------------------------*/
.date01{
	font-size: 1.2rem;
}
.event{
	color: #FFF;
}
.even_lead01{
	margin-bottom: 3rem;
}
.even_lead01 span{
	width: 380px;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 0.5rem 0;
	border: 1px solid #FFF;
	border-radius: 30px;
	display: inline-block;
}
.event_date,.address{
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 2.5rem;
}
.btn03.btn04{
	margin: 0 0 7rem;
}
.btn03.btn04 .link01{
	margin-top: 0;
}
.gmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
	margin-bottom: 7rem;
}

.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 10px;
}
.flyer_box{
	margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
	.even_lead01 span{
		width: 300px;
	}
}

/* 会社概要
---------------------------------------*/
.greetings{
	justify-content: space-around;
	align-items: center;
	margin-bottom: 8rem;
}
.lead10{
	font-size: 2rem;
	margin-top: 1rem;
	font-weight: bold;
}
.box03 .greetings .text_box01{
	width: 57%;
	padding-right: 5rem;
}
.box03 .greetings .img_box01{
	width: 41%;
}
.box03 .greetings .img_box01{
	flex: 1;
    margin-right: calc(50% - 50vw) !important;
}
.box03 .greetings .img_box01 img{
	border-radius: 10px 0 0 10px;
	width: 100%;
}
.about_table{
	width: 100%;
}
.about_table tr{
	border: 1px solid #DDDDDD;
}
.about_table tr th{
	width: 20%;
}
.about_table tr td{
	width: 80%;
}
.about_table tr th,.about_table tr td{
	padding: 2rem;
}

/* お知らせ
---------------------------------------*/
.info_box{
	border-bottom: 1px solid #DDDDDD;
	padding: 2rem 0;
}
.info_box .info_date{
	width: 20%;
	font-size: 1.4rem;
	text-align: center;
}
.info_box .info_ttl{
	width: 80%;
}
/* page
---------------------------------------*/
.font_black.lead09{
	color: #333;
	margin-top: 8rem;
}

/* プライバシーポリシー
---------------------------------------*/
.privacy h2{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
}
.privacy p{
	margin-bottom: 1.5em;
}

/* お問い合わせ
---------------------------------------*/
.contact{
	background-color: #F0F0F0;
	border-radius: 10px;
	padding: 3rem 10rem 10rem;
}
.contact .contact_inner{
	background-color: #FFF;
	margin-bottom: 2rem;
	padding: 1.5rem 3rem;
	position: relative;
}
.contact .contact_inner.bg_none{
	background-color: transparent;
	text-align: center;
}
.contact .contact_inner.required::before{
	content: "必須";
	position: absolute;
	left: -8rem;
	top: 30%;
	color: #FF0000;
	font-weight: bold;
}
.contact .mwform-radio-field{
	font-weight: bold;
	display: inline-block;
	margin-right: 2rem;
}
.contact .mwform-radio-field .mwform-radio-field-text{
	font-weight: bold;
	font-size: 1.8rem;
}
.contact .contact_inner input,.contact textarea{
	padding: 0.5rem 1.5rem;
	max-width: 100%;
}
.contact textarea{
	border: none;
	width: 95%;
}
.submit{
	margin-top: 3rem;
}
.submit input[type="submit"] {
	width: 350px;
	text-align: center;
	padding: 1.5rem 0;
	cursor: pointer;
	clip-path: polygon(0% 0%,90% 0%,100% 100%,0% 100%);
	background-color: #FFF;
	border: none;
	font-weight: bold;
	border-radius: 3px;
	position: relative;
}
.submit span{
	position: relative;
}
.submit span::before{
	width: 30px;
	content: "";
	border-bottom: 1px solid #333;
	position: absolute;
	left: 3.5rem;
	top: 50%;
	z-index: 9;
}
.mw_wp_form_input .back_btn{
	display: none;
}
.submit_btn{
	margin-right: 2rem;
}
@media screen and (max-width: 480px) {
	.contact{
		padding: 3rem 1.5rem;
	}
	.contact .contact_inner{
		background-color: #FFF;
		margin-top: 5rem;
		margin-bottom: 0;
		padding: 1.5rem 1rem;
		position: relative;
	}
	.contact .contact_inner.required::before{
		left: 0;
		top: -3.5rem;
	}
	.contact .mwform-radio-field{
		margin-right: 0;
	}
	.contact textarea{
		width: 92%;
	}
	.contact .consent{
		margin-top: 2rem;
	}
	.submit input[type="submit"] {
		width: 250px;
	}
	.submit_btn{
		margin-bottom: 2rem;
		display: inline-block;
	}

}

/* ご予約フォーム
---------------------------------------*/
.contact.reserve{
	padding: 3rem 10rem 3rem;
}
.contact table{
	width: 100%;
}	
.contact table tr{
	background-color: #FFF;
	margin-bottom: 2rem;
	padding: 1.5rem 3rem;
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
}
.contact table tr th,.contact table tr td{
	display: block;
}
.contact table tr th{
	width: 35%;
}
.contact table tr td{
	width: 65%;
}
.contact table tr td input,.contact tr td textarea{
	padding: 0.5rem 1.5rem;
	max-width: 100%;
	border: 1px solid #CCC;
}
.contact table tr td select{
	padding: 1rem 3rem;
	border: 1px solid #CCC;
}
@media screen and (max-width: 480px) {
	.contact.reserve{
		padding: 3rem 1.5rem 3rem;
	}
	.contact table{
		  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
	}
	.contact table tr{
		/*display: block;*/
		padding: 1.5rem;
		flex-wrap: wrap;
	}
	.contact table tr th,.contact table tr td{
		width: 100%;
	}
	.contact table tr th{
		text-align: left;
	}
	.contact table tr td input,.contact tr td textarea{
		max-width: 90%;
	}
	.contact tr td textarea{
		width: 90%;
	}
	.contact table tr td .width40{
		width: 37%;
	}
	.contact table tr td .width70{
		width: 90%;
	}
	
	
	
}

/* 不動産情報_詳細ページ
---------------------------------------*/
.estate_slider .slick-dots li button{
	color: #FFF;
}
.estate_box table{
	width: 100%;
	color: #FFF;
}
.estate_box table tr{
	border-bottom: 1px solid #FFF;
}
.estate_box table tr th,.estate_box table tr td{
	padding: 1.5rem 0;
}
.estate_box table tr th{
	width: 25%;
	text-align: left;
	padding-left: 5%;
}
.estate_box table tr td{
	width: 75%;
}
@media screen and (max-width: 480px) {
	.estate_box table tr th{
		width: 40%;
		text-align: left;
		padding-left: 2%;
	}
	.estate_box table tr td{
		width: 60%;
	}
}

/* 不動産情報 archive
---------------------------------------*/
.estate_bread,.estate_bread a{
	color: #FFF;
}
.estate_bread{
	margin-top: -8.5rem;
	margin-left: 3%;
	margin-bottom: 5rem;
}
.estate_arch .child_box a{
	position: relative;
	display: block;
}
.estate_ab{
	position: absolute;
	top: 5rem;
	left: 1rem;
	color: #FFF;
	padding: 0.5rem 3rem;
	background-color: #FF0057;
}
.estate_box01{
	padding: 0 3%;
}
.estate_arch h2{
	font-size: 2rem;
	margin: 1rem 0 0.5rem;
}
.location img,.location span{
	vertical-align: middle;
}
.location img{
	margin-right: 0.5rem;
}
.price{
	text-align: right;
}
.price span{
	vertical-align: baseline;
}
.price .price_num{
	font-weight: bold;
	font-size: 3rem;
}
@media screen and (max-width: 840px) {
	.estate_bread{
		margin-left: 2%;
	}
}
@media screen and (max-width: 480px) {
	.estate_arch h2{
		font-size: 1.8rem;
		margin: 1rem 0 0.5rem;
	}
	.estate_box01{
		padding: 0;
	}
}


















	
	
