@charset "utf-8";
/* /en/location/ CSS Document */
/* ========== SP ========== */
@media screen and (max-width:640px){
/* map01 */
#map01Wrap {
	width: 100%;
	height: 425px;
	overflow: auto;
	position: relative;
}
#map01Wrap::-webkit-scrollbar{
	width: 10px;
	background: #eee;
}
#map01Wrap::-webkit-scrollbar:horizontal{
	height: 10px;
	background: #eee;
}
#map01Wrap::-webkit-scrollbar-thumb{
	background: #666;
}
#map01Wrap::-webkit-scrollbar-thumb:horizontal{
	background: #666;
}
#map01Wrap .mapWrap {
	width: 760px;
	height: 670px;
	overflow: hidden;
}
#map01Wrap img {
	width: 760px !important;
	min-width: 760px !important;
	height: 670px;
	min-height: 670px !important;
}
#map01Wrap .swipeIcon {
	width: 58px;
	height: 58px;
	background: url(/en/img/location/index/ic_cross.png) no-repeat center center;
	background-size: 49px 49px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -29px;
	margin-top: -29px;
}
/* map02 */
#map02Wrap {
	width: 100%;
	height: 299px;
	overflow-x: auto;
	overflow-y:hidden;
	white-space: nowrap;
	position: relative;
}
#map02Wrap::-webkit-scrollbar {
	height: 10px;
}
#map02Wrap::-webkit-scrollbar-track {
	background: #eee;
}
#map02Wrap::-webkit-scrollbar-thumb {
	background: #666;
}
#map02Wrap .mapWrap {
	width: 738px;
	height: 299px;
	overflow: hidden;
}
#map02Wrap img {
	width: 738px;
	min-width: 738px;
	height: 299px;
	min-height: 299px;
}
#map02Wrap .swipeIcon {
	width: 58px;
	height: 58px;
	background: url(/en/img/location/index/ic_lateral.png) no-repeat center center;
	background-size: 49px 49px;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: -29px;
}
/* map03 */
#map03Wrap {
	width: 92.2%;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
#map03Wrap::-webkit-scrollbar{
	width: 10px;
	background: #eee;
}
#map03Wrap::-webkit-scrollbar:horizontal{
	height: 10px;
	background: #eee;
}
#map03Wrap::-webkit-scrollbar-thumb{
	background: #666;
}
#map03Wrap::-webkit-scrollbar-thumb:horizontal{
	background: #666;
}
#map03Wrap .mapWrap {
	width: 590px;
	height: 440px;
	overflow: hidden;
}
#map03Wrap img {
	width: 590px !important;
	min-width: 590px !important;
	height: 440px;
	min-height: 440px !important;
}
#map03Wrap .swipeIcon {
	width: 58px;
	height: 58px;
	background: url(/en/img/location/index/ic_cross.png) no-repeat center center;
	background-size: 49px 49px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -29px;
	margin-top: -29px;
}
/* map04/05 */
.col2L {
	margin-bottom: 2em;
}
#map04Wrap,
#map05Wrap {
	width: 92.2%;
	margin-left: auto;
	margin-right: auto;
}
/* kinki region */
#kinkiRegion {
	width: 56%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
}

/* ========== PC ========== */
@media screen and (min-width:641px){
.accessWrap {
	width: 93.6%;
	margin-left: auto;
	margin-right: auto;
}
.txtLImgR .fLTxt {
	float: left;
	width: 43.6%;
}
.txtLImgR .fRImg {
	float: right;
	width: 54.7%;
	padding-right: 30px;
	text-align: right;
}
.col2Wrap .col2L {
	width: 48.7%;
	float: left;
}
.col2Wrap .col2R {
	width: 48.7%;
	float: right;
}
.col2Wrap .col2L .img,
.col2Wrap .col2R .img {
	text-align: center;
}
#map04Wrap,
#map05Wrap {
	padding-left: 30px;
	padding-right: 30px;
}

/* kinki region */
#kinkiRegionWrap {
	margin-bottom: 2em;
}
#kinkiRegionWrap #kinkiRegionTxt {
	width: 67%;
	float: left;
}
#kinkiRegionWrap #kinkiRegion {
	width: 33%;
	float: right;
	text-align: center;
	padding-top: 30px;
}
#kinkiRegionWrap #kinkiRegion img {
	max-width: 176px;
	margin-left: auto;
	margin-right: auto;
}
}
/* ========== TAB ========== */
@media screen and (min-width:641px) and (max-width:768px){
/* map01 */
/*#map01Wrap {
	height: 850px;
}
#map01Wrap .mapWrap {
	width: 1520px;
	height: 1340px;
}
#map01Wrap img {
	width: 1520px !important;
	min-width: 1520px !important;
	height: 1340px;
	min-height: 1340px !important;
}*/
/* map02 */
/*#map02Wrap {
	height: 598px;
}
#map02Wrap .mapWrap {
	width: 1476px;
	height: 598px;
}
#map02Wrap img {
	width: 1476px;
	min-width: 1476px;
	height: 598px;
	min-height: 598px;
}*/
/* map03 */
/*#map03Wrap {
	height: 440px;
}
#map03Wrap .mapWrap {
	width: 1020px;
	height: 798px;
}
#map03Wrap img {
	width: 1020px !important;
	min-width: 1020px !important;
	height: 798px;
	min-height: 798px !important;
}*/
.txtLImgR .fLTxt,
.txtLImgR .fRImg {
	float: none;
	width: 100%;
}
.txtLImgR .fLTxt {
	margin-bottom: 1em;
}
.txtLImgR .fRImg {
	padding-right: 0;
	text-align: center;
}
.col2Wrap .col2L,
.col2Wrap .col2R {
	float: none;
	width: 100%;
}
.col2Wrap .col2L {
	margin-bottom: 2em;
}
}
