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

.entry-content {
	margin-bottom: 60px;
}
iframe.wp-embedded-content{
	width: 100%;
}
.entry-content .btn-more {
	text-align: center;
}
.entry-content .btn-more a {
    display: inline-block;
    /* font-size: 1.5rem; */
    line-height: 1.6;
    font-family: 'Poppins', '游ゴシック体', Yu Gothic, YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    border: 1px solid #333;
    padding: .4em 2em;
    border-radius: 9999px;
    overflow: hidden;
    position: relative;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    text-decoration: none;
    color: #222;
    background: #FFF;
}
.entry-content .btn-more a:hover {
    background: #333;
    color: #FFF;
}
.post h2 {
	background: #f3f3f3;
	color: #1a1a1a;
	font-size: 21px;
	line-height: 28px;
	margin: 24px 0 12px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 12px;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
}
.post h3 {
	font-size: 19px;
	line-height: 24px;
	margin: 20px 0 10px;
	padding: 10px 15px;
	color: #1a1a1a;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px #999999 dotted;
}
.post h4 {
	padding: 8px 12px;
	margin: 20px 0 8px;
	background-color: #f3f3f3;
	font-size: 17px;
	line-height: 21px;
}

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

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


}


.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;
	padding-bottom: 0.4em;
}
@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,#sec6 .sidebyside_blc {
		padding: 0 4% 3em;
	}
	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;
	}
	#sec4 .sidebyside_blc{
		width: 32%;
	}
}

@media screen and (max-width: 767.98px) {
	.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;
	}
}

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

@media screen and (min-width: 768px) {
	.footer-foot{
		display: flex;
		justify-content: space-evenly;
	}
	.footer-special{
		font-size: 0.9em;
	}
}
#footer .footer-special p{
	font-size: 1.1em;
	text-align: left;
	margin-left: 10px;
}

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