/*
Theme Name: Asante Web Child
Template: asante-web
Version: 202409
*/

.grecaptcha-badge{
	display:none;
}
form label > span:first-child{
	color: #F00;
}
form textarea{
	max-height: 8em;
}
/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960px) {


}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {



}

/*media Queries スマホサイズ（768px以下）
----------------------------------------------------*/
@media only screen and (max-width: 767.99px) {
	.home-hero{
		box-sizing: border-box;
		min-height: calc(100VW* 1.06);
	}
	.home-hero-slide img.sp-hero{
		height: calc(100VW * 1.5);
	}


}
/*media Queries PCサイズ（768px以上）
----------------------------------------------------*/
@media screen and (min-width: 768px) {
	header.d2 ~ .wrap{
		margin-top: 96px;
	}


}


.copy-catch{
    color: #ffffff;
    background: #00000000;
	text-shadow: 1px 1px 2px #00000080;
	box-shadow: none;
}
.home-hero-cont{
	align-items: center;
	justify-content: center;
	position: relative;
    top: 50px;
}
.sidebyside_blc h3{
	height: auto;
	width: 100%;
	padding-bottom: 0.4em;
}
.assembly_cont .type-custom table {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.assembly_cont .type-custom table th,.assembly_cont .type-custom table td{
	border: none;
	border-bottom: 1px solid #acacac;
	font-size: 1em;
	line-height: 2;
}
.assembly_cont .type-custom table th{
	font-size: 1.2em;
	width: 30%;
	text-align: left;
	padding-left: 20px;
}

@media screen and (min-width: 767.99px) {
    header.d2 .head-logo {
        max-width: 250px;
    }
    header.d2 .smanone ul.menu li {
        padding: 0 10px;
    }
	.sidebyside_cont{
		flex-wrap: wrap
/* 		justify-content: space-around; */
	}
	#sec5 .sidebyside_blc {
		padding: 0 0 3em;
	}
	#sec5 .sidebyside_blc:nth-child(n+4), #sec6 .sidebyside_blc:nth-child(n+6) {
		margin-top: 120px;
	}
	#sec5 .sidebyside_cont,#sec6 .sidebyside_cont{
		justify-content: space-evenly;
	}
	#sec5 .sidebyside_blc{
		width: 31%;
	}
	#sec5 .sidebyside_blc figure{
		text-align: center;
	}
	#sec6 .sidebyside_blc{
		padding: 0 1% 3em;
		width: 18%;
	}
	.assembly_cont#sec6 .sidebyside_blc .btn-more{
		bottom: -20px;
	}
	.assembly_cont#sec6 .inner{
		padding-bottom: 12vh;
	}
	footer{
		padding-bottom: 40px;
	}
	.footer-c .footer-menu{
		display: flex;
		justify-content: flex-end;
	}
	.footer-c .footer-menu ul{
		width: 30%;
		padding: 40px 3%;
		font-size: 1.3rem;
	}
/* 	.footer-c .footer-menu ul:first-child{
		width: 20%;
	} */
	.footer-c .footer-menu ul li{
		text-align: left;
		font-weight: bold;
		line-height: 2.5;
	}
	.footer-c .footer-menu ul li.child{
		font-weight: normal;
		line-height: 2;
	}
	footer #footer p.copy{
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 767.98px) {
	.assembly_cont h3 small{
		font-size: 60%;
		display: block;
	}
	.copy-catch{
		width: fit-content;
		margin: 0 auto;
	}
	#footer{
		padding: 40px 15px;
	}
	.footer-c .footer-menu ul{
		font-size: 1.2rem;
	}
	.footer-c .footer-menu ul li{
		text-align: left;
		font-weight: bold;
		line-height: 2.5;
	}
	.footer-c .footer-menu ul li.child{
		font-weight: normal;
		line-height: 1.5;
        padding-bottom: 0.5em;
	}
	.footer-wbox{
		padding-bottom: 40px;
	}
}

.assembly_cont table{
	
}
.assembly_cont h3:has(+table){
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	text-align: left;
	margin-top: 80px;
	margin-bottom: 20px;
    font-size: 1.8em;
    border-bottom: 2px solid #666;
}

.footer-wbox{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

@media screen and (min-width: 767.99px) {
.footerlogo,.footer-special{
	float: left;
}
}
#footer .footer-special p{
	font-size: 1.1em;
	text-align: left;
	margin-left: 10px;
}

@media screen and (max-width: 767.98px) {
	#footer .footer-special p{
		text-align: center;
	}
	#footer .footer-special p a{
		text-decoration: underline;
	}
	.foot_online .foot_fix_link .btn-store a{
		padding: 0.4em 2em;
	}
}