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

/*mainV*/
#shop_detail.design_square .main_v{
	display:block;
}
#shop_detail.design_square .main_v .max639{
	display: none;
}

#shop_detail.design_square .wrapper{
	padding: 40px 0;
    margin-bottom: 120px;
	background: #fff098;
}
#shop_detail.design_square .btn{
	width: 100%;
    text-align: center;
    background: #ffde32;
    display: block;
    padding: 10px;
    border-radius: 10px;
	margin-top: 30px;
}
#shop_detail.design_square .btn:hover{
	color: #fff;
}
#shop_detail.design_square .linkText{
	text-align: right;
	text-decoration: underline;
}
#shop_detail.design_square img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*lead*/
.lead dl{
	display: flex;
	justify-content: space-between;
}
.lead dl dd{
	width: 50%;
}
.lead dl dd h3{
	margin-bottom: 20px;
}
.lead dl dt{
	width: 45%;
}
.lead dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*floor*/
.floor{
	margin: 0 auto;
}
.floor img{
	width: 80% !important;
	margin: 0 auto;
}

/*introduction*/
.introduction ul .booth{
	margin: 0 0 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.introduction ul .booth:nth-child(2n){
	flex-direction: row-reverse;
}
.introduction ul .thermal{
	display: block;
}
.introduction ul .description{
	width: 55%;
}
.introduction ul .booth h4{
	line-height: 1em;
	font-size: 200%;
	position: relative;
    padding: 0.5em 0 0.5em 0.5em;
}
.introduction ul .booth h4:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    display: block;
    background: #ffde32;
    z-index: -1;
}
.introduction ul .booth h4 span{
	display: block;
    font-size: 70%;
}
.introduction ul .booth ol{
	margin-top: 40px;
}
.introduction ul .description ol{
	display: flex;
	justify-content: space-between;
}
.introduction ul .description ol li{
	width: 48%;
}
.introduction ul .main{
	width: 40%;
}
.introduction ul .thermal ol{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.introduction ul .thermal ol li{
	border-right: 1px dotted #999;
    padding: 30px;
	width: 33.3%;
}
.introduction ul .thermal ol li:last-child{
	border: none;
}
.introduction ul .thermal ol li h5{
    text-align: center;
    padding: 7.5% 0;
    position: relative;
	font-size: 120%;
}
.introduction ul .thermal ol li h5::after{
	content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 60px;
    background: #ffde32;
    left: calc(50% - 30px);
    bottom: 0;
}
.introduction ul .thermal ol li p{
	padding: 7.5% 0 0;
}
.youtube{
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	width: 100%;
}
.youtube iframe{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 80%;
}

/*information*/
.information{
	margin: 0 auto;
}
.information ul{
	display: flex;
	justify-content: space-between;
}
.information ul li{
	width: 48%;
	padding: 30px;
	position: relative;
	background: #fff;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.information ul li h4{
	position: absolute;
	top: -0.5em;
	left: 30px;
	font-size: 200%;
}
.information ul li .btn{
	margin-bottom: 30px;
}
.information ul li dt{
	margin-top: auto;
	position: relative;
}
.information ul li dt::before{
	content: '';
	position: absolute;
	width: 70%; 
	height: 100%;
	background: url(/wp/img/company/shop/new/design_square/img_kids.webp) 0 0 / 100% auto no-repeat;
	right: 0;
	top: -50%;
}
#shop_detail.design_square .wrapper.gray{
	background: #f2f2f2;
}

@media screen and (max-width: 768px){
	.introduction ul .thermal ol li{
		width: 50%;
	}
	.introduction ul .thermal ol li:nth-child(-n+2) {
		border-bottom: 1px dotted #999;
	}
	.introduction ul .thermal ol li:nth-child(odd) {
		border-right: 1px dotted #999;
	}
	.introduction ul .thermal ol li:nth-child(even) {
		border-right: none;
	}
}
@media screen and (max-width: 640px){
	#shop_detail.design_square .main_v .max639{
		display: block;
	}
	.lead dl{
		display: block;
	}
	.lead dl dt,.lead dl dd{
		width: 100%;
	}
	.lead dl dt{
		margin-top: 30px;
	}
	.introduction ul .booth{
		display: block;
	}
	.introduction ul .description,.introduction ul .main{
		width: 100%;
	}
	.introduction ul .description{
		margin-bottom: 30px;
	}
	.introduction ul .main{
		height: 40vw;
	}
	.introduction ul .thermal ol{
		display: block
	}
	.introduction ul .thermal ol li{
		width: 100% !important;
		border-right: none;
	    border-bottom: 1px dotted #999;
	    margin-top: 20px;
	}
	.introduction ul .thermal li:first-child {
	    margin-top: 0;
	}
	.introduction ul .thermal ol li:nth-child(odd) {
		border-right: none;
	}
	.introduction ul .thermal ol li div img{
		width: 100%;
	    max-width: 400px;
		margin: auto;
	}
	.information ul{
		display: block;
	}
	.information ul li{
		width: 100%;
		margin-bottom: 30px;
	}
	.information ul li:last-child{
		margin-bottom: none;
	}
	.information ul li dt{
		margin-top: 100px;
	}
	.information ul li dt::before{
		width: 60%;
		top: -40%;
	}
	.youtube{
		margin-top: 30px;
	}
	.youtube iframe{
		width: 100%;
		height: 100%;
	}
}