@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;
}
.ver2022 .store-blocks .store-image_01,
.ver2022 .store-blocks .store-image_02{
	width:90vw;
	height:auto;
	margin:auto;
}
.ver2022 .store-blocks .store-detail{
	width:90vw;
	height:auto;
	margin:auto;
}
.ver2022 .store-blocks .store-detail table.storeinfo{
	height:auto;
	margin:auto auto 6.5vw auto;
}
.ver2022 .store-blocks .store-detail table.storeinfo td img{
    padding-left: 2vw;
    height: 5vw;
    width: auto;
    margin-top: 1vw;
}

.ver2022 .store-blocks .store-calender{
	width:90vw;
	height:140vw;
	margin:auto;
}
.ver2022 .store-blocks .store-calender p{
	text-align:center;
	line-height:1em;
	margin-top:6.5vw;
	margin-bottom:6.5vw;
}
.ver2022 .store-blocks .store-calender p.calender-title{
	text-align:center;
	font-size:5.1vw;
	line-height:1em;
	margin-top:6.5vw;
	margin-bottom:3.5vw;
}

}

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

.ver2022 .store-title{
	font-size:calc(100vw * calc(21 / 1100));
	line-height:1em;
	margin-top:calc(100vw * calc(20 / 1100));
	margin-bottom:calc(100vw * calc(35 / 1100));
}
.ver2022 .store-blocks{
	width:
	calc(100vw * calc(980 / 1100));
	height: calc(100vw * calc(1680 / 1100));
	position:
	relative;
	margin:0 auto
	calc(100vw * calc(40 / 1100)) auto;
}
.ver2022 .store-blocks .store-detail{
	width:calc(100vw * calc(490 / 1100));
	height:auto;
	position:absolute;
	top:0;left:0;
}
.ver2022 .store-blocks .store-detail table.storeinfo td{
	padding-right:calc(100vw * calc(15 / 1100));
	font-size:calc(100vw * calc(15 / 1100));
}
.ver2022 .store-blocks .store-detail table.storeinfo td img{
    padding-left: calc(100vw * calc(12 / 1100));
    height: calc(100vw * calc(20 / 1100));
    width: auto;
    margin-top: calc(100vw * calc(3 / 1100));
}

.ver2022 .store-blocks .store-image_01{
	width:calc(100vw * calc(463 / 1100));
	height:auto;
	position:absolute;
	top:0;right:0;
}
.ver2022 .store-blocks .store-image_02{
	width:calc(100vw * calc(463 / 1100));
	height:auto;
	position:absolute;
	top:calc(100vw * calc(441 / 1100));right:0;
}
.ver2022 .store-blocks .store-calender{
	width:calc(100vw * calc(463 / 1100));
	height:calc(100vw * calc(478 / 1100));
	position:absolute;
	bottom:0;right:0;
}
.ver2022 .store-blocks .store-calender p{
	text-align:center;
	line-height:1em;
	margin:0;
	margin-top:calc(100vw * calc(20 / 1100));
}
.ver2022 .store-blocks .store-calender p.calender-title{
	text-align:center;
	font-size:calc(100vw * calc(21 / 1100));
	line-height:1em;
	margin:0;
	margin-bottom:calc(100vw * calc(20 / 1100));
}

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

.ver2022 .store-title{
	font-size:21px;
	line-height:1em;
	margin-top:20px;
	margin-bottom:35px;
}
.ver2022 .store-blocks{
	width:980px;
	height: 1680px;
	position:
	relative;
	margin:0 auto 40px auto;
}
.ver2022 .store-blocks .store-detail{
	width:490px;
	height:auto;
	position:absolute;
	top:0;left:0;
}
.ver2022 .store-blocks .store-detail table.storeinfo td{
	padding-right:15px;
	font-size:15px;
}
.ver2022 .store-blocks .store-detail table.storeinfo td img{
    padding-left: 12px;
    height: 20px;
    width: auto;
    margin-top: 3px;
}
.ver2022 .store-blocks .store-image_01{
	width:463px;
	height:auto;
	position:absolute;
	top:0;right:0;
}
.ver2022 .store-blocks .store-image_02{
	width:463px;
	height:auto;
	position:absolute;
	top:441px;right:0;
}
.ver2022 .store-blocks .store-calender{
	width:463px;
	height:478px;
	position:absolute;
	bottom:0;right:0;
}
.ver2022 .store-blocks .store-calender p{
	text-align:center;
	line-height:1em;
	margin:0;
	margin-top:20px;
}
.ver2022 .store-blocks .store-calender p.calender-title{
	text-align:center;
	font-size:21px;
	line-height:1em;
	margin:0;
	margin-bottom:20px;
}
}