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

@media screen and (max-width:480px) {

.ver2022 .store-title{
	line-height:1em;
	margin-top:3.5vw;
	margin-bottom:6.5vw;
}
.store-image_01{
	width:90vw;
	height:auto;
	margin:auto;
}
.store-image_01 img{
	width:90vw;
	height:73.2vw;
}
.store-detail{
	width:90vw;
	height:auto;
	margin:auto;
}
.store-detail table.storeinfo{
	height:auto;
	margin:auto auto 6.5vw auto;
}
.store-detail table.storeinfo td img{
    padding-left: 2vw;
    height: 5vw;
    width: auto;
    margin-top: 1vw;
}
.store-detail table.storeinfo td .tbl_floorguide_btn{
	margin-top: 2.25vw;
	max-width: 78vw;
	width: 95%;
}
.store-calender{
	width:90vw;
	height:140vw;
	margin:auto;
}
.store-calender p{
	text-align:center;
	line-height:1em;
	margin-top:6.5vw;
	margin-bottom:6.5vw;
}
.store-calender p.calender-title{
	text-align:center;
	font-size:5.1vw;
	line-height:1em;
	margin-top:6.5vw;
	margin-bottom:3.5vw;
}
	.store-map iframe {
		margin-top: 3rem;
	}

}

@media screen and (min-width:481px) {

.ver2022 .store-title{
	font-size:2.1rem;
	line-height:1em;
	margin-top:2rem;
	margin-bottom:3.5rem;
}
.ver2022 .store-blocks{
	width:98rem;
	height: 126rem;
	position:
	relative;
	margin:0 auto 4rem auto;
}
.ver2022 .store-blocks .store-detail{
	width:49rem;
	height:auto;
	position:absolute;
	top:0;left:0;
}
.ver2022 .store-blocks .store-detail table.storeinfo td{
	font-size:1.5rem;
	padding:1.8rem !important;
	position: relative;
}
.ver2022 .store-blocks .store-detail table.storeinfo td img{
    padding-left: 1.2rem;
    height: 2rem;
    width: auto;
    margin-top: 0.3rem;
}
.ver2022 .store-blocks .store-detail table.storeinfo td .map_mark{
	position: absolute;
	right: 0.5rem;
	top: 35%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-50%);
}
.ver2022 .store-blocks .store-detail table.storeinfo td .tbl_floorguide_btn{
	margin-top: 1.8rem;
	padding: 0.5rem 0;
}
.ver2022 .store-blocks .store-image_01{
	width:46.3rem;
	height:auto;
	position:absolute;
	top:0;right:0;
}
.ver2022 .store-blocks .store-calender{
	width:46.3rem;
	height:47.8rem;
	position:absolute;
	bottom:0;right:0;
}
.ver2022 .store-blocks .store-calender p{
	text-align:center;
	line-height:1em;
	margin:0;
	margin-top:2rem;
}
.ver2022 .store-blocks .store-calender p.calender-title{
	text-align:center;
	font-size:2.1rem;
	line-height:1em;
	margin:0;
	margin-bottom:2rem;
}
	.store-map {
		height: 38.9rem;
	}

	.store-map iframe {
		height: 100%;
		margin-top: 20.8rem;
	}
}

@media screen and (max-width: 480px) {
}