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

/*------------------共通部分----------------------*/
html{
	font-size: 1rem;
	scroll-behavior: smooth;
	scroll-padding-top: 135px;
}
@media(max-width:960px){
	html{
		scroll-padding-top: 80px;
	}
}

body{
	font-family: sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
p{
	font-size: 1rem;
	letter-spacing: 0.08em;
	margin: 5px 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #333;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}
.logo img{
	pointer-events: none;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}
.mg100{
	margin-bottom: 100px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}

span.red{
	color: #f05742;
}
.overwrap{
	overflow: hidden;
}

.en{
	font-family: "Orbitron", sans-serif;
}

/*---------メインタイトル--------------*/
.main_ttl {
	font-size: 2rem;
	letter-spacing: 0.15em;
	text-align: center;
	color: #602D1D;
	font-family: "Shippori Mincho", serif;
}

.main_ttl span {
	display: block;
	color: #333;
	font-size: 1.5rem;
	font-family: "Shippori Mincho", serif;

}

.main_ttl_wh {
	font-size: 2rem;
	letter-spacing: 0.15em;
	text-align: center;
	color: #602D1D;

}

.main_ttl_wh span {
	display: block;
	color: #fff;
	font-size: 1.5rem;

}



@media(max-width:550px){
	.main_ttl_wh,.main_ttl{
		font-size: 1.5rem;
		letter-spacing:0.15em;
	}
	.main_ttl_wh span,.main_ttl span{
		font-size: 1.2rem;
	}

}


/*--------サブタイトル----------*/


.sub_ttl{
	font-family: "Shippori Mincho", serif;
	font-size: 1.5rem;
	border-bottom: 1px solid #602D1D;
	letter-spacing: 0.15em;
}
.sub_ttl span{
	font-family: "Shippori Mincho", serif;
	color: #602D1D;
	font-size: 2rem;
    font-weight: 900;
	display: block;
    top: 5px;
    position: relative;
}


.sub_ttl2{
    border-bottom: 1px solid #602D1D;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	color: #602D1D;
	font-weight: 400;
	width: 80%;
	margin: auto;
	margin-bottom: 50px;
}



.sub_ttl3 {
    position: relative;
	font-size: 1.5rem;
    padding: .3em 0 .2em 1.5em;
    border-bottom: 3px solid #602D1D;
    color: #333333;
}

.sub_ttl3::before {
	content: "\f015";
	font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 7px;
    left: 0;
    color: #602D1D;
	font-weight: 900;
}



@media(max-width:1024px){
	.sub_ttl{
		font-size: 1.3rem;
	}
}

@media(max-width:768px){

}

@media(max-width:460px){
	.sub_ttl{
		font-size: 1rem;
	}
	.sub_ttl span{
		font-size: 1.3rem;
	}

}


.txt_left{
	text-align: left
}
.txt_right{
	text-align: right;
}
.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 768px){
	.pc_center{
		text-align: left;
	}
}


.w960{
	max-width: 960px;
	margin: auto;
}




/*--------ボタン--------*/


.btn01 a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 240px;
    padding: 10px 25px;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 400;
	font-size:1rem;
	letter-spacing: 0.1em;
}
.btn01 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #602D1D;
    transition: 0.3s;
}
.btn01 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #602D1D;
    transition: 0.3s;
}
.btn01 a:hover:before, .btn01 a:hover:after {
    right: -2.5em;
}
.btn01 a:hover {
    background: #efe8dd;
    color: #333;
}




.insta_btn {/*ボタンの下地*/
	color: #fff;/*文字・アイコン色*/
	border-radius: 100%;/*角丸に*/
	position: relative;
	display: block;
	height: 45px;/*高さ*/
	width: 45px;/*幅*/
	font-size: 1rem;
	text-align: center;/*中身を中央寄せ*/
	padding-top: 9px;/*上側との余白*/
	box-sizing: border-box;
	border: 1px solid #fff;
	overflow: hidden;/*はみ出た部分を隠す*/
	text-decoration:none;/*下線は消す*/
	transition: all .5s ease;
	margin-left: 10px;

}
.insta_btn i{
	font-size: 1.5rem;
	transition: all .5s ease;
	color:#fff;
}

.insta_btn:hover{
	background: #602D1D;
	color: #fff;
	border: 1px solid #602D1D;
}
.insta_btn:hover.insta_btn i{
	color: #fff;
}

.btn02 a {
/*    background: #eee;*/
	border: 1px solid #333;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.btn02 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #333;
    transition: 0.3s;
}
.btn02 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #333;
    transition: 0.3s;
}
.btn02 a:hover:before, .btn02 a:hover:after {
    right: -2.5em;
}
.btn02 a:hover {
    background: #626262;
    color: #fff;
	border: 1px solid #fff;
}






.sbtn{
	width: 300px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	border:1px solid #fff;
	color:#fff;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	letter-spacing: 0.15em;
	font-size: 0.9rem;
	transition: all .5s ease;
	
}
.sbtn a:hover{
	color: #fff;
	background: #602D1D;
	border: 1px solid #602D1D;
}
.sbtn.wh a{
	background:#fff;
	color: #333;
	border: 1px solid #333;
}
.sbtn.wh a:hover{
	color: #fff;
	background: #000;
	border: 1px solid #fff;
}
.sbtn.bk a{
	background:#333;
	color: #fff;
	border: 1px solid #333;
}
.sbtn.bk a:hover{
	color: #333;
	background: #fff;
	border: 1px solid #fff;
}

.sbtn p{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.sbtn p::before,
.sbtn p::after{
	content: '';
	background: #005897;
	height: 1px;
	flex-grow: 1;
	opacity: 0.5;
}
.sbtn p::before{
	margin-right: 1em;
}
.sbtn p::after{
	margin-left: 1em;
}

.sbtn.left{
	margin: 0 auto 0 0;
}
.sbtn.long a{
	width: 100%;
}
.m_contact a{
	min-width: 280px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #efe8dd;
	color: #333;
	width: 30%;
/*	border-right: 1px solid #ccc;*/
	font-weight: 500;
}
.info_table td{
	background: #fff;
	width: 70%;
/*
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
*/
}
@media (max-width: 768px){
	.info_table th,
	.info_table td{
		display: block;
		width: 90%;
		margin: auto;
		border: none;
		text-align: left;
	}
	.info_table tr{
		border: none;
	}
	
	.info_table{
		font-size: 0.9rem;
	}
}

/*ver2*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 6px;
}
.info_table02 tr{
}
.info_table02 tr:last-child{
	border-bottom: none !important;
}
.info_table02 th,
.info_table02 td{
	padding: 18px 0;
	letter-spacing: 0.08em;
	font-size: 0.95rem;
}
.info_table02 th{
	position: relative;
	background: #626262;
	width: 200px;
	font-weight: 500;
	color: #fff;
}
.info_table02 th::after{
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #626262;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}
@media (max-width: 768px){
	.info_table02 tr{
		border-width: 4px;
	}
	.info_table02 th,
	.info_table02 td{
		padding: 18px 0;
		font-size: 0.9rem;
	}
	.info_table02 th{
		width: 120px;
	}
	.info_table02 td{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 40px 0;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.08em;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 768px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}



/*list*/
ul.check_list li{
/*	border-bottom: 1px solid #ddd;*/
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #333;
	margin-right: .5em;
	font-size: 1rem;
	transform: translateY(-2px);
}
ul.check_list02 li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #333;
	margin-right: .5em;
	font-size: 1rem;;
}
ul.check_list02_wh li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.check_list02_wh li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #fff;
	margin-right: .5em;
	font-size: 1rem;;
}



ul.check_list li:last-child,
ul.check_list02 li:last-child,
ul.check_list02_wh li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row,
ul.check_list02_wh.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li,
ul.check_list02_wh.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 768px){
	ul.check_list02.row,
	ul.check_list02_wh.row{
		display: block;
	}
	ul.check_list02.row li,
	ul.check_list02_wh.row li{
		margin-right: 0;
	}
}

ul.check_list03{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list03 li{
	width: 31%;
	letter-spacing: 0.08em;
	margin: 0 1%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #f7b525;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #f7b525;
	margin-right: .5em;
	font-size: .9em;
}
@media (max-width: 960px){
	ul.check_list03{
		justify-content: space-between;
	}
	ul.check_list03 li{
		width: 48%;
		margin: 0 0 10px;
	}
}
@media (max-width: 768px){
	ul.check_list03 li{
		width: 100%;
	}
}


ul.dot_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #08A6A6;
	margin-right: 5px;
}

ul.care_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	font-size: 0.8rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

ul.text_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}

ul.single_list{
}
ul.single_list li{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	font-size: 0.9rem;
}
ul.single_list li:last-child{
	margin-bottom: 0;
}
ul.single_list li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
	color: #08A6A6;
}
ul.single_list.non li::before{
	display: none;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}

.f_center{
	align-items: center;
}
@media (max-width: 768px){
	.info_flexbox{
		flex-direction: column;
		gap:30px;
	}
	.info_flexbox.reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox .img{
		width: 90%;
	}
	.info_flexbox .text{
		width: 95%;
		margin-top: 20px;
	}
}





.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 768px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map{
	position: relative;
	aspect-ratio: 600 / 450;
	width: 100%;
	max-height: 510px;
	overflow: hidden;
}
.map iframe{
	vertical-align: top;
	width: 100%;
	height: 100%;
}


/*===// 共通部分ここまで ===========*/






/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	padding: 15px 0;
}
.site_header .inner{
/*	background-color: rgba(36,133,203,0.79);*/
/*
	background: #ffffff;
	background: linear-gradient(rgba(255, 255, 255, 0.05) 0%, rgba(163, 163, 163, 0.05) 100%);
*/
	max-width: none;
}

.sticky{
	position: sticky;
	top: 0;
	left:0;
	right:0;
	z-index: 100;
}

.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
/*	padding: 0 20px;*/
}

.site_header h1{
/*	width: 35%;*/
	transition: 0.6s;
	font-size: 1.5rem;
	letter-spacing: 0.2em;

/*
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-size: contain;
*/
}
.logo{
	position: relative;
	
}

.logo_wh{

}
.logo_bk{
	opacity: 0;
	
}
.site_header h1 a{
	display: flex;
	color: #fff;
	align-items: center;
	gap:10px;
	
/*	width: 50%;*/
}
.site_header h1 a img{
	display: block;
	width: 100px;
	transition: .4s;
}
.site_header h1 a:hover{
	opacity: .6;
}

.site_header .info{
/*
	position: absolute;
	top:27%;
	right:5%;
*/
}
.site_header .tr{
	display: flex;
	justify-content: right;
	align-items: center;
	margin-bottom: 5px;
}
.site_header .tr .sbtn{
	margin: 0;
    margin-left: 20px;
    width: 200px;
	
}
.site_header .tr .sbtn a{
	padding: 10px 0;
	line-height: normal;
}
.sbtn span{

}

@media(max-width:1200px){
	.site_header h1{
		width: 40%;
	}
}

@media(max-width:960px){
	.site_header h1 a img{
		width:  50px;
	}
}

/*---------------global_nav----------------*/
.global_nav{
	width: 100%;
	height: 50px;
	padding-top: 10px;
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	width: -moz-fit-content;
	width: fit-content;
	gap:10px;
}
.global_nav ul li{
	margin-left: 40px;
	transition: .4s;
	height: 0;
	position: relative;
}
.global_nav ul li a{
	display: block;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.2em;
	text-align: center;
	color: #fff;
	position: relative;
}

.global_nav ul li a span{
	display: block;
	font-size: 0.8rem;
	color: #fff;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
}
.global_nav > ul > li > a::after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	margin: 5px auto;
	transition: all 0.2s ease-in;
}
.global_nav > ul > li:hover a::after{
	width: 50px;
}


.global_nav li.nav_child{
	position: relative;
	pointer-events: auto;
	cursor: default;
}

/*--下矢印--*/
.global_nav .nav_child::before{
	content:'';
	position: absolute;
	top: 20px;
    right: -10px;
	width:6px;
	height:6px;
	border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(135deg);
}


/*下の階層を持っているulの指定*/
.global_nav .nav_child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	flex-direction: column;
	 left: 50%;
	transform: translateX(-50%);
	top:55px;
	z-index: 4;
	padding: 20px 0;
	background: rgba(255,255,255,1);
	width:180px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
}


.nav_child ul li{
	height: 40px;
	margin-left: 0;
}
.nav_child ul li a{
	color: #333;
	font-size: 0.9rem;
	padding: 10px 0;

/*	border-bottom:solid 1px rgba(255,255,255,0.6);*/
}

.nav_child ul li a span{
	color:#333;
}

/*
.nav_child ul li:last-child > a{
 	border-bottom:none;
 }
*/
.nav_child ul li a::after{
	content: "";
	border-bottom: 1px solid #333;
	width: 0;
	z-index: 100;
}
.nav_child ul li a:hover,
.nav_child ul li a:active .nav_child ul li a::after{
	background:#efe8dd;
	
}

/*hoverしたら表示*/
.global_nav li.nav_child:hover > ul,
.global_nav li.nav_child ul li:hover > ul,
.global_nav li.nav_child:active > ul,
.global_nav li.nav_child ul li:active > ul{
	visibility: visible;
	opacity: 1;
}




@media (max-width: 1200px){
	.global_nav ul li{
		margin-left: 20px;
	}
	.global_nav ul li a{
		font-size: 0.8rem;
	}
	.nav_child ul li{
		margin-left: 0!important;
	}
}
@media (max-width: 960px){

	.site_header .info{
		display: none;
	}
	

}
/*---------------ヘッダー変化----------------*/

.site_header.transform_header{
	width: 100%;
	background-color: rgba(255, 255, 255,1);
	padding: 15px 0;
}
@media(max-width:960px){
	
	.site_header h1{
		width: 85%;
		font-size: 1.2rem;
	}
}
.site_header.transform_header h1 a{
	color:#333;
}
.transform_header .global_nav{
	padding-bottom: 30px;
}
.transform_header .global_nav ul li a{
	color:#333;
}

.transform_header .global_nav ul li a span{
	color:#333;
}

.transform_header .global_nav ul li a::after{
	background: #333;
}
.transform_header .global_nav .nav_child::before{

	border-top: 2px solid #333;
    border-right:2px solid #333;
    transform: rotate(135deg);
}
.transform_header .sbtn a{
	color:#333;
	border: 1px solid #333;
}
.transform_header .sbtn a:hover{
	background: #602D1D;
	color: #fff;
}
.transform_header .insta_btn{
	color: #333;
	border: 1px solid #333;
}
.transform_header .insta_btn:hover{
	color:#fff;
	background: #602D1D;
	border: none;
}

.transform_header .insta_btn i{
	color:#333;
}

/*---------装飾　背景-----------*/

.bg_black{
	background: #1d1d1d;
}

.bg_white{
    background: #fff;
}

.bg_gray{
	background:#f8f8f8;
}

.bg_beige{
    background:#f4eee6;
}



.bg_flame01{
	border-radius: 47% 53% 38% 62% / 41% 44% 56% 59% ;
	width: 100%;
	height: 100%;
}




.bg01{
	background:url("../img/bg001.webp");
	object-fit: cover;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}


.bg02{
	background:url("../img/illust001.svg");
	object-fit: cover;
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.bg03 {
	background:url("../img/illust006.svg");
	object-fit: cover;
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.bg04 {
	background:url("../img/illust005.svg");
	object-fit: cover;
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.5;
}


@media(max-width:768px){
	.bg03{
		width: 50%;
	}
}



/*-----背景右下寄-----*/
.bg_right{
    width: 80%;
    height: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
/*	opacity: 0.3;*/
	z-index: -1;
}
.bg_right2{
    width: 80%;
    height: 15%;
    position: absolute;
    right: 0;
    bottom: 0;
/*	opacity: 0.3;*/
	z-index: -1;
}
/*-----背景左下寄-----*/
.bg_left{
	width: 80%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
/*	opacity: 0.3;*/
	z-index: -1;
}
/*-----背景左上寄-----*/
.bg_left_top{
	width: 80%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
/*	opacity: 0.3;*/
	z-index: -1;
}

/*-----背景上寄-----*/
.bg_top{
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
	z-index: -1;
}
/*-----背景下寄-----*/
.bg_bottom{
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
	z-index: -1;
}

.sp_br{
	display: none;
}
.sp_br2{
	display: block;
}
.sp_none{
	display: inline-block;
}
@media(max-width:768px){
	.sp_br2{
		display: none;
	}
    .sp_br{
		display: block;
	}
}
@media(max-width:460px){
	
	.sp_none{
		display: none;
	}
}


/*--------------------imgフレーム imgタグにつける-----------------------*/
.photo_flame01{
	width: 100%;
	object-fit: cover;
	border-radius: 29% 71% 24% 76% / 59% 31% 69% 41% ;
}

.photo_flame02{
	width: 100%;
	object-fit: cover;
	border-radius: 84% 16% 70% 30% / 50% 50% 50% 50% 
}

/*--------------------SVGフレーム-----------------------*/


.deco001{
overflow:hidden;
position:relative;
	height: 100px;
}
.deco001::before{
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
bottom: -1px;
left: -1px;
right: -1px;
top: -1px;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat; 
background-size: 100% 57px;
background-position: 50% 0%;    
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23fff0f8"/></svg>'); 
}

/*
@media (min-width:768px){
.deco001::before{
background-size: 100% 83px;
background-position: 50% 0%;   
}  
}
*/
 
@media (min-width:1025px){
.deco001::before{ 
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 83px;
background-position: 50% 0%;  
}
}
@media (min-width:2100px){
.deco001::before{
background-size: 100% calc(2vw + 83px);
}
}
 
 

.deco002{
	overflow:hidden;
	position:relative;
	height: 100px;
}
.deco002::before{
	content:'';
	font-family:'shape divider from ShapeDividers.com';
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	top: -1px;
	z-index: 3;
	pointer-events: none;
	background-repeat: no-repeat; 
	background-size: 100% 63px;
	background-position: 50% 0%;    
	background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23ffffff"/></svg>'); 
}

@media (min-width:768px){
	.deco002::before{
		background-size: 100% 84px;
		background-position: 50% 0%;   
	}  
}
 
@media (min-width:1025px){
	.deco002::before{ 
		bottom: -0.1vw;
		left: -0.1vw;
		right: -0.1vw;
		top: -0.1vw; 
		background-size: 100% 71px;
		background-position: 50% 0%;  
	}
}
@media (min-width:2100px){
	.deco002::before{
		background-size: 100% calc(2vw + 71px);
	}
}
 
/*------画像フィルター------*/

.img_filter {
	   filter: blur(2px) grayscale(80%);
}

.img_btn .img_filter{
	transition:1s all;
}
.img_btn .img_filter:hover{
	filter: none;
	transition:1s all;
}


/*-------流れる文字--------------- */
.flowimg::before, .flowimg::after {
	content: ".CO.,LTD.";
	position: absolute;
	bottom: 35px;
	width: 100%;
	height: auto;
	font-size: 12rem;
	line-height: 1.0;
	text-align: center;
	white-space: nowrap;
	color: rgba(50,63,197,0.8);
	font-family: "Audiowide", sans-serif;
	font-weight: 400;
	pointer-events: none;
	z-index: 1;
}
.flowimg::before {
  left: 0;
  animation: flowimg 35s linear infinite;
}
.flowimg::after {
  left: 3000px;
  animation: flowimg 35s linear infinite;
}
@keyframes flowimg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3000px);
  }
}
@media (max-width: 550px) {
  .flowimg::before, .flowimg::after {
    font-size: 5rem;
  }
  .flowimg::after {
    left: 1115px;
  }
  @keyframes flowimg {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1115px);
    }
  }
}
/*---------------------------------------*/




/*-------------loading------------*/
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	/* 背景色の設定 */
	background-color: #333;
	z-index: 100;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
}
.load_logo{
	width: 450px;
	text-align: center;
}

.load_logo img{
	width: 80%;
	margin: auto;
}

.loading p{
	font-size:1.5rem;
	display: block;
	text-align: center;
	padding-bottom: 50px;
}
	

/* HTML: <div class="loader"></div> */
.loader {
  width: fit-content;
  font-size: 40px;
  font-family: system-ui,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #0000;
  -webkit-text-stroke: 1px #000;
  --l:#0000 45%,#000 0 55%,#0000 0;
  --g:0/300% 100% no-repeat text;
  background: 
    linear-gradient(-60deg,var(--l)) var(--g),
    linear-gradient( 60deg,var(--l)) var(--g);
  animation: l7 4s linear infinite;
}
.loader:before {
  content: "Loading";
}
@keyframes l7 {
  0%  {background-position: 100%,0   }
  50% {background-position: 0   ,0   }
  to  {background-position: 0   ,100%}
}



/*---------アニメーション------------*/

/* ---テキストアニメ-- */
.eachTextAnime span{
	opacity: 0;
}
.eachTextAnime.appeartext span{ 
	display: inline-block;
	animation:text_anime_on 1s 3s ease forwards; 
	backface-visibility: hidden;
	perspective: 1000px;
}
@keyframes text_anime_on {
	0%,30% {
		transform: translateY(1.5rem) rotate(10deg);
		opacity:0;
	}
	to {
		transform: translateY(0rem) rotate(0deg);
		opacity:1;
	}
}

/*------フェードアップ-------*/
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 30%);
	transition: 2s;
}
.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}



.fadeIn_right {
	opacity: 0;
	transform: translate(30%, 0);
	transition: 2s;
}
.fadeIn_right.is-show {
	transform: translate(0, 0);
	opacity: 1;
}


.fadeIn_left {
	opacity: 0;
	transform: translate(-30%, 0);
	transition: 2s;
}
.fadeIn_left.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

/*------ふわふわ-------*/
.fuwafuwa {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}


/*------かくかく-------*/
.kakukaku {
  animation: kakukaku 1s steps(2, start) infinite;

}
@keyframes kakukaku {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}

.kakukaku2 {
  animation: kakukaku2 1s steps(3, start) infinite;

}
@keyframes kakukaku2 {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}



.slide_in_top_right{
	
}

.slide_in_top_right.is-show {
	animation:slide-top-right 1s linear both;
} 
@keyframes slide-top-right{
	0%
	{
		transform:translateY(300px) translateX(-300px);
		opacity: 0;
	}100%{
		transform:translateY(0) translateX(0);
		opacity: 1;
	}
}

.slide_in_top_left{
	
}


.slide_in_top_left.is-show {
	animation:slide-top-left 1s linear both;
} 
@keyframes slide-top-left{
	0%
	{
		transform:translateY(300px) translateX(300px);
		opacity: 0;
	}100%{
		transform:translateY(0) translateX(0);
		opacity: 1;
	}
}



.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #000 50%, #222 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}


@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}




/*-----------------swipe---------------------*/

.swipe{
	position: relative;
	overflow: hidden;
}
.swipe::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: #efe8dd;
	pointer-events: none;
	z-index: 1;
	transform: translateX(-100%);
	transition: 2s ease;
}
.swipe .swipe_in{
	opacity: 0;
	transition: opacity 1.4s, transform 1s;
	transition-delay: 0.6s;
	transform: scale(1.1) translate(-10px, 10px);
}
.swipe.inview::after{
	transform: translateX(101%);
}
.swipe.inview .swipe_in{
	opacity: 1;
	transform: scale(1) translate(0, 0);
}




.swipe1{
	position: relative;
	overflow: hidden;
}
.swipe1::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100px;
	left: 0;
	background: #efe8dd;
	pointer-events: none;
	z-index: 1;
	transform: translateX(-100%);
	transition: 2s ease;
}
.swipe1 .swipe_in{
	opacity: 0;
	transition: opacity 1.4s, transform 1s;
	transition-delay: 0.6s;
	transform: scale(1.1) translate(-10px, 10px);
}
.swipe1.inview::after{
	transform: translateX(101%);
}
.swipe1.inview .swipe_in{
	opacity: 1;
	transform: scale(1) translate(0, 0);
}


.swipe2{
	position: relative;
	overflow: hidden;
}
.swipe2::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #1d2087;
	pointer-events: none;
	z-index: 1;
	transform: translateX(-100%);
	transition: 2s ease;
}
.swipe2 .swipe_in{
	opacity: 0;
	transition: opacity 1.4s, transform 1s;
	transition-delay: 0.6s;
	transform: scale(1.1) translate(-10px, 10px);
}
.swipe2.inview::after{
	transform: translateX(101%);
}
.swipe2.inview .swipe_in{
	opacity: 1;
	transform: scale(1) translate(0, 0);
}







/*-----スクロールダウンアニメーション------*/

/* スクロールダウンの位置 */
.scroll {
	padding-top: 60px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%);
	color: #fff;
}
/* 矢印のアニメーション部分 */
	.scroll::before {
	animation: scroll 2s infinite;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	}
/* 矢印のアニメーション */
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}





/*--------FVスライダー使う場合--------------*/
.top_slider{
	position: relative;
	overflow: hidden;
}
.top_slider .slider{
}
.top_slider .slider li{
	width: 100%;
	height: 100vh;
	min-height: 400px;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background-image: url(../img/top01.jpg);
}
.top_slider .slider li.top02{
	background-image: url(../img/top02.jpg);
}
.top_slider .slider li.top03{
	background-image: url(../img/top03.jpg);
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.slide_items img{
	width: 100%;
    height: calc(100vh - 160px);
    object-fit: cover;
}

.fv_cover{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
}
.fv01{
	position: absolute;
	width: 20%;
	top: 0;
	left: 0;
}
.fv02{
	position: absolute;
	width: 20%;
	top: 0;
	right: 0;
}
.fv03{
	position: absolute;
	width: 10%;
	bottom: 0;
	left: 0;
}
.fv04{
	position: absolute;
	width: 10%;
	bottom: 0;
	right: 0;
}
@media(max-width:768px){
	.fv01{
		width: 40%;
	}
	.fv02{
		width: 50%;
	}
	.fv03{
		width: 40%;
	}
	.fv04{
		width: 40%;
	}
}
/*----------キャッチ----------------*/
.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	text-align: center;
	z-index: 2;
	width: 100%;
	max-width: 1000px;
	animation: apper 1.5s ease-in-out;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media (max-width: 768px){
	
}



.top_slider .catch h2 {
	font-family: "Shippori Mincho", serif;
	font-size: 2.5rem;
	letter-spacing: 0.15em;
	color: #fff;
	font-weight: 500;
/*	border: 1px solid #333;*/
	padding: 0.5em 1em;
	position: relative;
}
/*
.top_slider .catch h2::after {
	content: '';
	background-color: rgba(50,63,197,0.5);
	width: calc(100% + 3px);
	height: calc(100% + 3px);
	position: absolute;
	transform: skewX(-15deg);
	top: 0;
	left: 10px;
	z-index: -1;
}
*/

@media(max-width:1200px){
	.top_slider .catch{
		max-width:750px;
	}
	.top_slider .catch h2{
		font-size: 2rem;
	}
}
@media (max-width: 768px){
	.top_slider .catch{
		width: 100%;
	}

	.top_slider .catch h2::after{
		left:0;
	}
}
@media (max-width: 460px){
	.top_slider .catch h2{
		font-size: 1.7rem;
	}
}
.mask{
	mask-image: url(../img/mask.png);
    mask-size: 100% calc(100vh - 160px);
    mask-repeat: no-repeat;
}




/*===TOPメイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
	
/*
@media (max-width: 768px){
	main section{
		padding: 60px 0;
	}
}
*/

.inner.white{
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}
	
@media (max-width: 768px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 10px;
}
@media (max-width: 768px){
	.info_wrap{
		padding: 30px 15px;
	}
}

.shadow{
	text-shadow: 5px 4px 3px rgba(36, 133, 203, 0.8);
}

.u_line{
	background: linear-gradient(transparent 60%, #bfbfbf 60%);
}





/*-------TOP ごあいさつ----------------------*/
.t_greeting .info_flexbox{
	justify-content: center;
	align-items: baseline;
}

.t_greeting .info_flexbox::before{
	content:"";
	background: url("../img/illust005.svg");
	background-repeat: no-repeat;
    width: 25%;
    aspect-ratio: 16 / 9;
    position: absolute;
    right: 10%;
    top: 15%;
	
}

.t_greeting .info_flexbox .text{
	background: #fff;
    padding: 50px 20px;
    position: relative;
    right: 3%;
	margin-top: 27%;
	z-index: 1;
}
.t_greeting .info_flexbox .img{
    width: 40%;
    position: relative;
    left: 4%;
}

@media(max-width:768px){
	.t_greeting .info_flexbox{
		flex-direction: column;
	}
	.t_greeting .info_flexbox .text{
		padding: 10px 20px;
        right: inherit;
        margin-top: 0;
        width: 100%;
	}
	.t_greeting .info_flexbox .img {
    	width: 60%;
		margin: auto;
	}
	.t_greeting .info_flexbox::before{
		display: none;
	}
	
}

/*-------TOP 八田工務店の特徴----------------------*/
.info_flexbox .btn_flex{
	flex-direction: column;
	gap:20px;
	margin-top: 30px
}

.info_flexbox .btn_flex .btn01 a{
	width: 270px;
}

.bg_wood .info_flexbox{
	gap:0;
} 

.bg_wood{
	position: relative;
    overflow: hidden;
}
.bg_wood::before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/bg02.jpg);
    background-size: 110%;
	opacity: 0.3;
/*    background-repeat: no-repeat;*/
    z-index: -90;
}


/*-------TOP 高性能注文住宅--------------------------*/


.grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.grid_item {
	background: #efe8dd;
	padding: 30px 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap:15px;
}
.grid_item h3{
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.2em;
    font-size: 1.2rem;
}

.grid_item img {
	max-width: 100%;
	height: auto;
	padding: 10px 0;
}
.grid_item p {
	text-align: left;
}
.grid_item .btn01 a{
	background: #fff;
}

.btn_flex{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 100px;
	gap:100px;
}

.t_order .btn_flex .btn01 a{
	width: 300px;
	justify-content: center;
	gap:10px;
}

@media(max-width:768px){
	.btn_flex{
		flex-direction: column;
		gap:30px;
	}
}

/*-------TOP 施工事例----------------------*/

.works_order{
	position: relative;
}
.works_order::after{
	content: "";
    content: "";
    width: 25%;
    aspect-ratio: 16 / 9;
    position: absolute;
    bottom: -5%;
    right: 5%;
    background: url(../img/illust002.svg);
	background-repeat:no-repeat; 
}

.works_grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.t_works_flex{
	display: flex;
	width: 80%;
	margin: auto;
	justify-content: center;
	gap:50px;
	
}
.t_works_flex > img{
	width: 25%;
	object-fit: cover;
	position: relative;
    left: 5%;
}

.t_works_flex2{
	display: flex;
	width: 80%;
	margin: auto;
	justify-content: center;
	gap:50px;
	align-items: flex-start;
	padding-top: 50px;
}
.t_works_flex2 > img{
	width: 40%;
	object-fit: contain;
}
.t_works_flex2 > img:first-child{
	position: relative;
	margin-top: 100px;
	width: 50%;

}
.t_works_flex2:first-child{
	top: 50px;
	display: block;
    position: relative;
}


.t_works_item {
	width: 50%;
	display: flex;
	flex-direction: column;
	background: #fff;
	gap:50px;
}



.t_works_item img{
	width: 100%;
}
.t_reform{
	width: 100%;
	position: relative;
}
.t_reform::after{
    content: "";
	width: 23%;
    aspect-ratio: 4 / 3;
    position: absolute;
    bottom: -10%;
    left: 5%;
    background: url(../img/illust004.svg);
	background-repeat: no-repeat;
}

.t_reform .t_works_flex > img{
	width: 25%;
	object-fit: cover;
	position: relative;
    right: 5%;
	left:inherit;
}

.t_reform .t_works_flex2{
	display: flex;
	width: 80%;
	margin: auto;
	justify-content: center;
	gap:50px;
	align-items: flex-start;
	padding-top: 50px
}


.t_reform .t_works_flex2 img:first-child{
	margin-top: 0;
	width: 35%;
}
.t_reform .t_works_flex2 img:last-child{
	margin-top: 50px;
	position: relative;
	width: 50%;
}

@media(max-width:1024px){
	.t_works_flex{
		flex-direction: column;
	}
	.t_reform .t_works_flex{
		flex-direction: column-reverse;
	}
	.t_works_item{
		width: 100%;
	}
	.t_works_flex > img{
		width: 50%;
		left: 0;
	}
	.t_reform .t_works_flex > img{
		width: 50%;
		right: -50%;
	}
	.t_works_flex2 > img:first-child{
		width: 60%;
		left: -25%;
		margin-top: 50px;
	}
	.t_works_flex2 > img:last-child{
		width: 45%;
		position: absolute;
		right: -5%;
		top:-50%;
	}
	.works_order::after{
		width: 40%;
	}
	.t_reform::after{
		width: 45%;
	}
	.works_order .t_works_flex2{
		position: relative;
	}
	.t_reform .t_works_flex2{
		position: relative;
		top :-10%;
	}
	.t_reform .t_works_flex2 img:first-child{
		position: absolute;
		width: 50%;
		left:-5%;
		top:-50%;
	}
	.t_reform .t_works_flex2 img:last-child{
		right: -20%;
        width: 60%;
		margin-top: 0;
	}
}

/*-------TOP お客様の声----------------------*/



/*-------TOP 対応エリア--------------------------*/
	
.t_area img{
	width: 40%;
}


.t_area{
	padding-bottom: 0;
}


.t_area h3{
	font-size: 1.3rem;
	border-bottom: 1px solid #fff;
	letter-spacing: 0.15em;
}

.t_area .btn_flex{
	background: url("../img/bg001.webp");
	background-size: cover;
	width: 100%;
	padding: 50px 20px;
	justify-content: space-around;
}
.t_area .btn_flex img{
	width: 400px;
}
@media(max-width:1024px){
	.t_area .btn_flex{
		flex-direction: column;
		align-items: center;
		gap:30px;
	}
	.t_area img{
		width: 50%;
	}
}
@media(max-width:768px){
	.t_area .btn_flex{
		align-items: center;
	}
}

@media(max-width:460px){
	.t_area .btn_flex a{
		width: 90%;
		margin: auto;
	}
}

/*-------TOP 新着情報--------------------------*/

.news_area .info_flexbox{
	justify-content: center;
	gap:50px;
}

@media(max-width:1024px){
	.news_area .info_flexbox{
		flex-direction: column;
	}
}


/*===フッター==============================*/
.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
    vertical-align:middle;
    object-fit: cover;
	background-size: cover;
	background-position: top;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .footer_top{
	background-attachment: scroll;
}
.footer_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index:-1;
}




.footer_top .main_ttl{
	color: #fff;
}
.footer_top .main_ttl span{
	color: #fff;
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}


.footer_top .text{
	text-align: center;
}
.footer_top .text p{
	color: #fff;
}

.footer_top .sbtn{
	width: 300px;
	margin: 0;
}
.footer_top .sbtn a{
	font-size: 1rem;
	letter-spacing: 0.2em;
	font-weight: 500;
/*	width: 260px;*/
}


.footer_flex{
	width: 100%;
	display: flex;
	justify-content: center;
	gap:100px;
}

.footer_text{
	padding: 0;
	width: 100%;
	color:#333
}
.footer_text p{
	margin: 0;
	
}
.footer_text h3{
	display: block;

	width: 100%;
	font-size: 1.5rem;
	font-weight: 500;
}
.footer_text h3 span{
	font-size: 1.2rem;
	font-weight: 400;
}
.footer_text img{
	width: 100px;
}
.transform .inner .main_ttl::before{
	color: #fff;
}
.footer_middle{
	text-align: center;
	position: relative;
	padding:50px 0; 

}

.footer_contact{
	padding-top: 100px;
	position: relative;

}

.footer_flex .sbtn a{
	color:#fff;
	border: 1px solid #fff;
}
.footer_flex .sbtn a:hover{
	background: #fff;
	color: #333;
	border: 1px solid #fff;

}
@media(max-width:1024px){
	.footer_flex{	
		gap:50px;
		flex-direction: column;
		align-items: center;
	}
}

@media(max-width:768px){
	.footer_flex{
		gap:30px;
		
	}
}

.copyright{
	text-align: center;
	background: #602D1D;
	padding: 10px 0;
	color: #fff;
	letter-spacing: 0.08em;
}
.copyright p{
	font-size: 0.8rem;
	
}
@media(max-width:580px){
	.copyright p{
		font-size: 0.5rem;
	}
}


/*-------トップに戻る----------*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
	aspect-ratio: 1 / 1;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	transition: 1s;
	background: #602D1D;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
	
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
  	font-weight: 900;
  	font-size: 10px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
}
@media (max-width: 768px){
	.page_top{
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
	}
}





/*-----------下層トップ------------*/

.kasou_top{
	position: relative;
	z-index: 1;
	background: url("../img/kasou_top.webp");
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 130px 0;
	padding: 180px 0 100px;
}

.kasou_works{
	background: url("../img/kasou_works.webp");
	background-size: cover;
	background-position: center;
}
.kasou_detail{
	background: url("../img/kasou_detail.webp");
	background-size: cover;
	background-position: center;
}
.kasou_reform{
	background: url("../img/kasou_reform.webp");
	background-size: cover;
	background-position: center;
}
.kasou_about{
	background: url("../img/kasou_about.webp");
	background-size: cover;
	background-position: center;
}
.kasou_house01{
	background: url("../img/kasou_house01.jpg");
	background-size: cover;
	background-position: center;
}
.kasou_house02{
	background: url("../img/kasou_house02.jpg");
	background-size: cover;
	background-position: center;
}
.kasou_house03{
	background: url("../img/kasou_house03.jpg");
	background-size: cover;
	background-position: center;
}



.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
    opacity: 0.3;
	pointer-events: none;
	z-index:-1;
}

@media (max-width: 450px){
	.kasou_top::after{
		background-size: 1px 1px;
		opacity: 0.5;
	}
}
.kasou_top h2{
	position: relative;

	z-index: 3;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 768px){
	.kasou_top{
		padding: 150px 0 100px;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 11px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}

/*---下層ページ-------------------------*/





/*---耐久の家-------------------------*/

.madori .info_flexbox .img{
    display: flex;
    flex-direction: column;
}

.madori .info_flexbox .img p{
    background: #602D1D;
    color: #fff;
    padding-left: 10px;
}


.point .info_flexbox{
    padding: 30px;
}
.point .sub_ttl2{
    width: 100%;
    margin-bottom: 30px;
}



.youtube{
    width: 80%;
    margin: auto;
    aspect-ratio:16/9;
}

.youtube iframe{
    width: 100%;
    height: 100%;
}


/*---ふたりの平屋-------------------------*/
.house02 .grid_item h3{
    min-height: 4rem;
}
.house_flex{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap:wrap; 
}
.house_flex div{
    width: 30%;
}
.house_flex img{
    object-fit: contain;
}


/*---自由な箱の家-------------------------*/

.house03 .grid_item h3{
    min-height: 4rem;
}



@media(max-width:768px){
    .house_flex{
       gap:50px;
    }
    .house_flex div{
        width: 45%;
    }
}

@media(max-width:500px){
    .house_flex div{
        width: 80%;
    }
    .house02 .grid_item h3{
        letter-spacing: 0.1em;
    }
    .house03 .grid_item h3{
        letter-spacing: 0.1em;
    }
}

/*---施工事例-------------------------*/





.voice_card{
	background: rgba(239,232,221,0.9);
	padding: 20px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	gap:30px;
}
.voice_card h3{
	color:#602D1D;
}

.voice_img{
	width: 150px;
}
.voice_img img{
	width: 100%;
}

.voice_text{
	width: 70%;
}

@media(max-width:768px){
	.voice_card{
		flex-direction: column;
	}
	
	.voice_text{
		width: 95%;
		margin: auto;
	}
}


/*---会社概要・お問い合わせ-------------------------*/
.greeting .info_flexbox{
	
}


.dl{
	padding-bottom: 0;
}
.cc{
	font-family: "Shippori Mincho", serif;
	font-size: 2.5rem;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 100px;
}

.cc_img{
	width: 100%;
	text-align: center;
}
.cc_img img{
	max-width: 350px;
}

.greeting_flex{
	width: 48%;
	display: flex;
	justify-content: center;
	gap:50px;
}
.greeting_flex .img{
	max-width: 350px;
}
.greeting_flex .img:nth-child(2){
	padding-top: 100px;
}
.access_map{
	width: 100%;
	height: 450px;
	border: none;
}

@media(max-width: 768px){
	.greeting_flex{
		width: 100%;
	}
}

@media(max-width:460px){
	.cc{
		font-size: 2rem;
	}
}
/*===お問い合わせページ==============================*/
.contact .tel_contact{
	text-align: center;
	
	padding: 10px 0;
	margin: 0 auto;
	max-width: 600px;
}
.contact .tel_contact a{
	display: block;
	font-size: 2rem;
	white-space: nowrap;
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
.contact .tel_contact p{
	font-size: .8rem;
}
.tel_contact i{
	color: #333;
	padding-left: 10px;
}

.contact_flexbox{
	display: flex;
	justify-content: space-around;
	width: 80%;
	margin: auto;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #008bc8 0%, #005897 50%, #1d2087 100%) 1;
}
@media (max-width: 768px){
	.contact_flexbox{
		flex-direction: column;
		gap:50px;
	}
	.contact .tel_contact a{
		font-size: 2rem;
	}
}

/*メールフォーム*/
.mailform{
	margin: 0 auto;
	max-width: 960px;
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
}
.mailform .row span.hissu{
	color: #fff;
	background: #602D1D;
}
.mailform .row span.ninni{
	border: 1px solid #602D1D;
	color: #602D1D
/*	background: linear-gradient(90deg, rgba(0,139,200,1) 0%, rgba(0,88,151,1) 50%, rgba(29,32,135,1) 100%);*/

}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}

.selectbox {
/*	width: 100% !important;*/
	border: 1px solid #ddd;
  	padding: 5px;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
/*    pointer-events: none;*/
}
.selectbox select {
    appearance: none;
    width: 100%;
/*    padding: .4em calc(.8em + 30px) .4em .8em;*/
    border: none;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
.selectbox select:focus {
    outline: none;
}


.mailform .box.mini{
	width: 120px !important;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #f4f4f4;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.mailform .postal_btn:hover{
	opacity: 0.7;
}
.mailform button{
	display: block;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background:#602D1D;
	border: 1px solid #602D1D;
/*	border-radius: 25px;*/
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #602D1D;
	border: 1px solid #602D1D;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 768px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #602D1D;
    border-bottom: 3px solid #602D1D;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 768px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #dd7e52;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #dd7e52;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 768px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	
}
.privacy li .privacy_wrap .privacy_subject{
	text-align: center;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}
.privacy li .privacy_wrap .privacy_subject:hover{
	text-decoration: none;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}

/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
	background-color: #e6e6e6;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	color: #333;
	font-size: 0.9rem;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #433c2e;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 768px){
}
@media (max-width: 450px){
}

