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

.mv{
	margin-bottom: 1px;
	background: #f0f0f0;
}
.mv .inner{
	max-width: none
}
.mv h2{
	width: 100%;
}
.mv .caption{
	top: auto;
	bottom: 0.5em;
}
.mv a.abs{
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	bottom: auto;
}


.tokyo_title{
	margin-bottom:7%;
	padding: 2em 0;
	background-color: #333;
	color: #fff;
	text-align: center;
}
.tokyo_title h3{
	margin-bottom: 3px;
	font-size: 22px;;
}

@media screen and (min-width: 560px) {	
	.tokyo_title{
		margin-bottom:50px;
	}

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





.map_wrap{
	margin: 0 auto 12%;
	width: 85%;
}
.map_wrap .map_all{
	position: relative;
	left: 15px;
}

.map_wrap .area_text li{
	font-size: 3.8vw;
}
.map_wrap .area_text li.narita{
	top: auto;
	bottom: 0;
	margin-bottom: 48%;
	margin-left: 57%;
}
.map_wrap .area_text li.haneda{
	margin-left: 38%;
	margin-top: 67%;
}
.map_wrap .area_text li.myogadani{
	left: auto;
	right: 0;
	margin-right: 63%;
	margin-top: 52%;
}



@media screen and (min-width: 560px) {	
	.map_wrap{
		margin-bottom: 65px;
	}
	.map_wrap .map_all{
		max-width: 425px;
	}
	.map_wrap .area_text li{
		font-size: 25px;
	}
}
@media screen and (min-width: 960px) {
	
}





.tokyo_store .inner{
	/*
	max-width: 1080px;
	*/
	max-width: 760px;
	text-align: center
}
.tokyo_store .store_info{
	margin: 0 auto 13%;
	width: 76%;
}

.tokyo_store .store_info .title_wrap{
	padding-bottom: 1.5em;
	position: relative;
}
.tokyo_store .store_info .title_wrap:before{
	content: "";
	display: block;
	margin: 0 auto 1em;
	width: 95%;
	height: 0;
	padding-bottom: 58%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.tokyo_store .store_info.narita .title_wrap:before{
	background-image: url(../images/img_tokyo_area_narita.png);
}
.tokyo_store .store_info.haneda .title_wrap:before{
	background-image: url(../images/img_tokyo_area_haneda.png);
}
.tokyo_store .store_info.myogadani .title_wrap:before{
	background-image: url(../images/img_tokyo_area_myogadani.png);
}


.tokyo_store .title_wrap strong,
.tokyo_store .title_wrap span{
	display: block;
}
.tokyo_store .title_wrap strong{
	font-size: 5vw;
}
.tokyo_store .title_wrap strong:after{
	content: "";
	position: relative;
	display: inline-block;
	margin-left: 0.25em;
	top: -3px;
	width: 5.8vw;
	height: 5.8vw;
	background: url(../images/icon_next_arrow.png) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}

.tokyo_store .title_wrap span{
	font-size: 3.5vw;
}
.tokyo_store .title_wrap span.abs{
	right: 2em;
	top: -1em;
	text-align: right;
	font-size: 2.5vw;
}


.tokyo_store .text_wrap{
	font-size: 3.8vw;
}

@media screen and (min-width: 560px) {	
	.tokyo_store .title_wrap strong{
		font-size: 28px;
	}
	.tokyo_store .title_wrap span{
		font-size: 14px;
	}
	.tokyo_store .text_wrap{
		font-size: 15px;
	}
	.tokyo_store .title_wrap strong:after{
		width: 24px;
		height: 24px;
	}
	.tokyo_store .title_wrap span.abs{
		font-size: 10px;
	}
}
@media screen and (min-width: 960px) {
	.tokyo_store .store_info{
		margin: 0 0 70px;
		width: 350px;
	}
}