@charset "utf-8";

/* UI
-------------------------------------------------- */
.wrp-container{
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}
@media screen and (max-width: 768px) {
	.wrp-container{
		padding: 0 8px;
	}
}
.fluid-image{
	max-width: 100%;
	height: auto;
}
.visible-pc{
	display: block !important;
}
.visible-sp{
	display: none !important;
}
@media screen and (max-width: 768px) {
	.visible-pc{
		display: none !important;
	}
	.visible-sp{
		display: block !important;
	}
}

/* .box-head
-------------------------------------------------- */
.box-head{
	background: #000;
	position: relative;
	overflow: hidden;
}
.box-head .wrp-container {
	position: relative;
}


.fadeIn {
	transition: all 1s;
	-webkit-opacity: 0;
	opacity: 0;
}
.fadeIn.animated {
	-webkit-opacity: 0;
	opacity: 1;
}

.wrp-head{
	max-width: 1800px;
	margin: 0 auto;
}
.box-head__title{
	background: #fff;
	text-align: center;
	padding: 40px 0 20px;
}
.box-head__content{
	text-align: center;
	font-size: 22px;
	line-height: 3;
	padding: 73px 0 47px;;
}
.box-head__content__title{
	color: #fff;
	font-size: 42px;
}
.title-lead {
	margin-bottom: 40px;
}
.box-head__visual{
	position: relative;
	text-align: center;
	line-height: 0;
}
.box-head__visual__image,
.box-head__slide{
	line-height: 0;
}
.box-head__visual__image{
	width: 60.42%;
	display: inline-block;
	margin: auto;
	position: relative;
	z-index: 2;
}
.box-head__visual__image img{
	width: 100%;
}
@media screen and (max-width: 768px) {
	.box-head {
		background-size: 50px auto;
	}
	.box-head__title{
		padding: 15px 0 20px;
	}
	.box-head__title h1 img{
		max-width: 263px;
	}
	.box-head__content{
		padding: 20px 0 24px;
	}
	.title-lead{
		padding: 0 55px;
		box-sizing: border-box;
		margin-bottom: 15px;
	}
	.title-lead img{
		width: 277px;
	}
	.title-content{
		padding: 0 20px;
		box-sizing: border-box;
	}
	.box-head__visual__image{
		width: 100%;
		display: block;
	}
	.box-head__slide{
		display: none;
	}
}
/* .slide
--------------------------------------------------*/
.map-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 0;
	background: #fff;
	z-index: 0;
}
.map-slide-inner {
	height: 100%;
}
.map-slide-item {
	pointer-events: none;
	display: inline-block;
	width: 19.79%;
	height: 50%;
	transition: all 0.5s;
	position: absolute;
}
.map-slide-item:nth-child(1){
	left: 0;
	top: 0;
}
.map-slide-item:nth-child(2){
	right: 0;
	top: 0;
}
.map-slide-item:nth-child(3){
	left: 0;
	bottom: 0;
}
.map-slide-item:nth-child(4){
	bottom: 0;
	right: 0;
}
.map-slide-item.show {
	opacity: 1;
}
.map-slide-item__inner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media screen and (max-width: 768px) {
	.map-slide {
		position: relative;
		padding-top: 0;
		overflow: hidden;
	}
	.map-slide:after {
		display: none;
	}
	.map-slide-item {
		height: 0;
		padding-top: 17%;
		float: left;
	}
	.map-slide-item:nth-child(n+5) {
		display: none;
	}
}
/* .map
-------------------------------------------------- */
.map-top {
	padding-bottom: 27px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.map-top {
		padding-bottom: 16%;
	}
}
.map-title {
	background: url("../image/bg-map-title01.png") no-repeat center bottom;
	text-align: center;
	padding: 34px 20px 25px;
	margin-bottom: -12px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.map-title {
		padding: 20px 20px 14px;
		background-size: 960px auto;
		margin-bottom: 10px;
	}
	.map-title img {
		height: 28px;
	}
}



.map-nav {
	margin: 0 auto;
}
.map-nav .img-map {
	margin: 0 auto;
	background: url("../image/pct-map.png") no-repeat;
	background-position: center;
	background-size: 100% auto;
	z-index: 0;
}
@media screen and (max-width: 768px) {
	.map-nav {
		width: 100%;
	}
	.map-nav .img-map {
		background: url("../image/pct-map02.png") no-repeat;
		background-position: center;
		background-size: 100% auto;
	}
}
@media (max-width: 414px) {
	.map-nav .img-map {
		background-size: 100% auto;
		background-position: left;
	}
}
.map-nav .img-map .main-map {
	position: relative;
	display: block;
	z-index: 1;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}
.map-nav .img-map .main-map.hidden {
	opacity: 0;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.map-nav .img-map .map-parts {
	position: relative;
	z-index: 10;
}
@media (max-width: 414px) {
	.map-nav .img-map .map-parts {
		width: 100%;
	}
}
.map-nav .img-map .hover-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.map-nav .img-map .hover-img.show, .map-nav .img-map .hover-img.current {
	opacity: 1;
}
.map-nav .img-map img {
	width: 100%;
	height: auto;
}
@media (max-width: 414px) {
	.map-nav .img-map img {
		width: 100%;
		height: auto;
	}
}
.map-nav #hokkaido {
	position: absolute;
	top: 1%;
	right: 20.65%;
}
@media screen and (max-width: 1129px) {
	.map-nav #hokkaido {
		top: 0%;
		right: 35%;
	}
}
@media screen and (max-width: 768px) {
	.map-nav #hokkaido {
		top: 0%;
		right: 25%;
	}
}
.map-nav #tohoku {
	position: absolute;
	top: 30%;
	right: 32%;
}
@media screen and (max-width: 1129px) {
	.map-nav #tohoku {
		top: 26%;
		right: 32%;
	}
}
@media screen and (max-width: 768px) {
	.map-nav #tohoku {
		top: 24%;
		right: 35%;
	}
}
.map-nav #kanto {
	position: absolute;
	bottom: 28%;
	right: 4.5%;
}
@media screen and (max-width: 1129px) {
	.map-nav #kanto {
		bottom: 30%;
		right: 0;
	}
}
@media screen and (max-width: 768px) {
	.map-nav #kanto {
		bottom: 38%;
		right: 0;
	}
}
.map-nav #chubu {
	position: absolute;
	top: 76.5%;
	left: 62%;
}
@media screen and (max-width: 1129px) {
	.map-nav #chubu {
		top: 74.5%;
		left: 62%;
	}
}
@media screen and (max-width: 768px) {
	.map-nav #chubu {
		top: 68%;
		left: 65%;
	}
}
.map-nav #kinki {
	position: absolute;
	bottom: 10%;
	left: 40%;
}
@media screen and (max-width: 1129px) {
	.map-nav #kinki {
		bottom: 6%;
		left: 35%;
	}
}
@media screen and (max-width: 768px) {
	.map-nav #kinki {
		bottom: 14%;
		left: 40%;
	}
}
.map-nav #shikoku {
	position: absolute;
	bottom: -2%;
	left: 22.5%;
}
@media screen and (max-width: 1129px) {
	.map-nav #shikoku {
		bottom: -20px;
		left: 20%;
	}
}
@media screen and (max-width: 768px) {
	.map-nav #shikoku {
		bottom: 8%;
		left: 12.5%;
	}
}
.map-nav #chugoku {
	position: absolute;
	top: 42%;
	left: 22%;
}
@media screen and (max-width: 1129px) {
	.map-nav #chugoku {
		top: 38%;
		left: 20%;
	}
}
@media screen and (max-width: 768px) {
	.map-nav #chugoku {
		top: 38%;
		left: 20%;
	}
}
.map-nav #kyusyu {
	position: absolute;
	bottom: 38%;
	left: -15px;
}
@media screen and (max-width: 1129px) {
	.map-nav #kyusyu {
		bottom: 40%;
		left: -15px;
	}
}
@media screen and (max-width: 768px) {
	.map-nav #kyusyu {
		bottom: -5%;
		left: 0;
	}
}

.map-button {
	cursor: pointer;
	display: inline;
	padding: 9px 20px 7px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 2px 4px #ddd;
	border: 1px solid #c2c2c1;
	color: #646464;
	font-size: 15px;
	font-weight: normal;
	transition: all 0.5s;
	min-width: 120px;
	text-align: center;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 3;
}
.map-button:hover,
.map-button.is-hovered,
.map-button.current {
	background: #f29010;
	border: 1px solid #f29010;
	color: #fff;
}
.map-button .icn,
.map-button .region {
	display: inline-block;
	vertical-align: middle;
}
.map-button .icn {
	position: relative;
	width: 7px;
	height: 10px;
	margin-left: 5px;
	top: -2px;
}
.map-button .icn:before,
.map-button .icn:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	position: absolute;
}
.map-button .icn:before {
	background: url("../image/icn-arrow-right-or.png") no-repeat center;
	background-size: 7px auto;
}

@media screen and (max-width: 1129px) {
	.map-button {
		min-width: 100px;
		font-size: 13px;
		padding: 5px 10px 4px;
	}
	.map-button .icn {
		width: 8px;
		height: 11px;
		 margin-left: 1px;
		top: 0;
	}
}
@media screen and (max-width: 768px) {
	.map-button {
		font-size: 14px;
		min-width: 85px;
		padding: 4px 10px;
		box-shadow: 0 1px 2px #ddd;
	}
	.map-button .icn {
		width: 6px;
		height: 8px;
		margin-left: 5px;
	}
	.map-button .icn:before,
	.map-button .icn:after {
		background-size: 6px auto;
	}
}
@media screen and (max-width: 374px) {
	.map-button {
		min-width: 75px;
	}
}

.map-bottom {
	padding: 66px 0 1px;
}
@media screen and (max-width: 768px) {
	.map-bottom {
		padding: 4% 0 1px;
	}
}

/* .box-detail
-------------------------------------------------- */
.box-detail{
	display: table;
	width: 100%;
	margin: 75px 0 105px;
}
.box-detail__map{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	position: relative;
	padding-left: 20px;
	padding-bottom: 15px;
}
.box-detail__shops{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-left: 75px;
}
@media screen and (max-width: 1129px) {
	.box-detail__shops{
		padding-left: 20px;
	}
	.box-detail__map{
		padding: 0;
	}
}
@media screen and (max-width: 768px) {
	.box-detail{
		display: block;
		width: 100%;
		margin: 10px 0 40px;
	}
	.box-detail__map{
		display: block;
		width: 100%;
	}
	.box-detail__shops{
		display: block;
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
}
.box-detail__title{
	text-align: center;
	font-size: 29px;
	font-weight: normal;
	padding: 20px 0 30px;
}
.box-detail__shops__list{
	position: relative;
	border-left: 1px dashed #8b8b8b;
}
.box-detail__shops__list:after{
	content: '';
	display: block;
	clear: both;
}
.box-detail__shops__list > li{
	display: inline-block;
	width: 50%;
	float: left;
	border-right: 1px dashed #8b8b8b;
	border-bottom: 1px dashed #8b8b8b;
}
.box-detail__shops__list > li:first-child{
	border-top: 1px dashed #8b8b8b;
}
.box-detail__shops__list > li:nth-child(2){
	border-top: 1px dashed #8b8b8b;
}
.box-detail__shops__list > li a, .box-detail__shops__list > li p{
	display: block;
	font-size: 18px;
	height: 100%;
	padding: 10px;
	transition: all .3s;
}
.box-detail__shops__list > li p{
	color: #dbdbdb;
}
.box-detail__shops__list > li a:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.box-detail__shops__list > li span{
	display: inline-block;
	vertical-align: middle;
	background: url(../image/icn-arrow-right-or.png) no-repeat 0 center;
	background-size: 7px auto;
	padding-left: 15px;
}
.box-detail__shops__list > li a:hover{
	background-color: #f29010;
	color: #fff;
	text-decoration: none;
}
.box-detail__shops__inner{
	display: none;
}
.box-detail__shops__preload{
	padding-top: 100px;
	padding-left: 60px;
}
.box-detail__shops__image{
	text-align: center;
}
.box-detail__shops__image img{
	width: 100%;
	height: auto;
}
.box-detail__shops__desc{
	font-size: 28px;
	text-align: center;
	color: #000;
	margin-top: 5px;
	letter-spacing: 0.3em;
}
@media screen and (max-width: 1129px) {
	.box-detail__shops__preload{
		padding-top: 50px;
		padding-left: 30px;
	}
	.box-detail__shops__list > li a,
	.box-detail__shops__list > li p{
		font-size: 14px;
		padding: 5px 7px;
	}
	.box-detail__shops__list > li span{
		padding-left: 10px;
	}
	.box-detail__shops__desc{
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.box-detail__shops__preload{
		padding: 50px 10px 0;
	}
	.box-detail__shops__image img{
		width: 350px;
		height: auto;
	}
	.box-detail__title{
		font-size: 16px;
		padding: 10px 0 15px;
	}
	.box-detail__shops__list > li{
		display: block;
		width: 100%;
		text-align: center;
	}
	.box-detail__shops__list > li a,
	.box-detail__shops__list > li p{
		font-size: 15px;
	}
	.box-detail__shops__list > li span{
		background: url(../image/icn-arrow-right-or.png) no-repeat 0 center;
		background-size: 4px auto;
	}
	.box-detail__shops__desc{
		letter-spacing: 0.1em;
	}
	.box-detail__shops__list > li:nth-child(2) {
	   border-top: 0;
	}
}
.lst-banner{
	display: table;
}
.lst-banner li{
	display: table-cell;
	width: 550px;
}
@media screen and (max-width: 1129px) {
	.lst-banner li{
		width: 300px;
	}
}
@media screen and (max-width: 768px) {
	.lst-banner li{
		width: 95px;
	}
}