@charset "utf-8";

/*============================
mv
============================*/
.mv {
	background-image: url(../img/cts/mv.jpg);
}

/*============================
マップ
============================*/
.map_wrap {
	padding-top: 1.1rem;
	padding-bottom: 0.70rem;
	position: relative;
	background-color: rgba(241, 240, 235, 0.7);
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.map_wrap {
		padding-top: 0.5rem;
		padding-bottom: 0.40rem;
	}
}

.map_wrap .ttl {
	font-size: 0.40rem;
	line-height: 1.6;
	color: #0E819F;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.map_wrap .ttl {
		font-size: 0.26rem;
	}
}

.map_wrap .lead {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
	padding-top: 0.20rem;
	width: 100%;
	max-width: 10.00rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.map_wrap .lead {
		font-size: 0.14rem;
		padding: 0.10rem 0.20rem 0;
		text-align: justify;
	}
}

/* タブ */
.map_wrap .tab_wrap {
	display: flex;
	justify-content: center;
	gap: 0 0.40rem;
	padding-top: 0.67rem;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 640px) {
	.map_wrap .tab_wrap {
		padding: 0.20rem;
		gap: 0 0.10rem;
	}
}

.map_wrap .tab_wrap .tab {
	appearance: none;
	border: 0;
	width: 3.00rem;
	font-size: 0.20rem;
	line-height: 1.5;
	font-family: inherit;
	letter-spacing: 0.05em;
	color: #193053;
	padding: 0.10rem 0;
	background-color: #FFF;
	border-radius: 0.06rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	box-shadow: 0 0.02rem 0.10rem rgba(0,0,0,0.14);
}
@media screen and (max-width: 640px) {
	.map_wrap .tab_wrap .tab {
		max-width: 2.40rem;
		font-size: 0.16rem;
		padding: 0.15rem 0 0.17rem;
	}
}

.map_wrap [hidden] {
	display: none;
}

.map_wrap .tab_wrap .tab.-active {
	background-color: #193053;
	color: #FFF;
}

@media (hover: hover) {
	.map_wrap .tab_wrap .tab:hover {
		background-color: #193053;
		color: #FFF;
	}
}

.map_wrap .map_img .map {
	width: 100%;
	display: block;
	margin: auto;
}

/* マップ基本（日本語以外は英語マップを表示） */
.map_wrap .map_img .map.-en {
	display:block;
}
.map_wrap .map_img .map.-ja {
	display:none;
}

/* 日本語マップ */
:lang(ja) .map_wrap .map_img .map.-ja {
	display:block;
}
:lang(ja) .map_wrap .map_img .map.-en {
	display:none;
}



/* LocalMapのみのキャプション */
.map_wrap .map_img .small_caption {
	font-size: 0.11rem;
	font-weight: 500;
	line-height: 1.4;
	color: #193053;
	position: absolute;
	bottom: 0.50rem;
	right: 1.7rem;
}
@media screen and (max-width: 640px) {
	.map_wrap .map_img .small_caption {
		font-size: 0.10rem;
		letter-spacing: 0.05em;
		bottom: 0.10rem;
		right: 0.20rem;
	}
}

/* マップの広がるアニメーション */
.map_img .point_wrap {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0,0,0,0.2); */
}

.map_img .point .ani {
	position: absolute;
	border-radius: 50%;
	/* background-color: rgba(213, 180, 92, 0.8); */
	border: 0.02rem solid #D5B45C;
	animation: pulse 3s linear infinite;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.map_img .point .ani.-large {
	width: 0.20rem;
	height: 0.20rem;
	animation-delay: 0s;
}
.map_img .point .ani.-mid {
	width: 0.14rem;
	height: 0.14rem;
	animation-delay: 0.5s;
}
.map_img .point .ani.-small {
	width: 0.08rem;
	height: 0.08rem;
	animation-delay: 1s;
}

/* マップ（Global View） */
.map_img.-global {
	width: 100%;
	max-width: 14.50rem;
	display: block;
	margin: auto;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 640px) {
	.map_img.-global .map {
		margin: 0 -0.10rem;
	}
	.map_img.-global .map img {
		width: 110%;
		max-width: none;
	}
}

.map_img.-global .point {
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	position: absolute;
	/* background-color: red; */
	/* top: 3.17rem;
	left: 6.77rem; */
	top: 42.2%;
	left: 46.7%;
}
@media screen and (max-width: 640px) {
	.map_img.-global .point {
		top: 24vw;
		left: 48.7vw;
	}
}

/* マップ（Local View） */
.map_img.-local {
	width: 100%;
	max-width: 10.90rem;
	display: block;
	margin: auto;
	position: relative;
	z-index: 0;
	left: 1.70rem;
}
@media screen and (max-width: 640px) {
	.map_img.-local {
		width: 100%;
		max-width: 5.00rem;
		left: 0;
	}
	.map_img.-local .map img {
		width: 130%;
		max-width: fit-content;
	}
}

.map_img.-local .point {
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	position: absolute;
	/* background-color: red; */
	top: 4.20rem;
	left: 3.14rem;
}
@media screen and (max-width: 640px) {
	.map_img.-local .point {
		top: 49.8vw;
		left: 37.1vw;
	}
}

/* Local Viewのみ: 最大5rem / 線幅一定 / ゆっくり */
.map_img.-local .point .ani {
	width: 0;
	height: 0;
	box-sizing: border-box;
	animation: pulse_local 5s linear infinite;
}

.map_img.-local .point .ani.-large {
	animation-delay: 0s;
}

.map_img.-local .point .ani.-mid {
	animation-delay: 1.67s;
}

.map_img.-local .point .ani.-small {
	animation-delay: 3.33s;
}

@media screen and (max-width: 640px) {
	.map_img.-local .point .ani {
		animation-name: pulse_local_sp;
	}
}

/* Global Viewのみ: 最大8.5rem / 線幅一定 / 5リング */
.map_img.-global .point .ani {
	width: 0;
	height: 0;
	box-sizing: border-box;
	animation: pulse_global 6s linear infinite;
}

.map_img.-global .point .ani.-large {
	animation-delay: 0s;
}

.map_img.-global .point .ani.-mid {
	animation-delay: 1.2s;
}

.map_img.-global .point .ani.-small {
	animation-delay: 2.4s;
}

.map_img.-global .point .ani.-large::before,
.map_img.-global .point .ani.-mid::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border: 1px solid #D5B45C;
	border-radius: 50%;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	animation: pulse_global 6s linear infinite;
}

.map_img.-global .point .ani.-large::before {
	animation-delay: 3.6s;
}

.map_img.-global .point .ani.-mid::before {
	animation-delay: 4.8s;
}

@media screen and (max-width: 640px) {
	.map_img.-global .point .ani,
	.map_img.-global .point .ani.-large::before,
	.map_img.-global .point .ani.-mid::before {
		animation-name: pulse_global_sp;
	}
}

@keyframes pulse {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(12);
		opacity: 0;
	}
}

@keyframes pulse_global {
	0% {
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		width: 8.5rem;
		height: 8.5rem;
		opacity: 0;
	}
}

@keyframes pulse_global_sp {
	0% {
		width: 0;
		height: 0;
		opacity: 0;
	}
	8% {
		opacity: 1;
	}
	99% {
		opacity: 0;
	}
	100% {
		width: 3rem;
		height: 3rem;
		opacity: 0;
	}
}

@keyframes pulse_local {
	0% {
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		width: 8rem;
		height: 8rem;
		opacity: 0;
	}
}

@keyframes pulse_local_sp {
	0% {
		width: 0;
		height: 0;
		opacity: 0;
	}
	8% {
		opacity: 1;
	}
	99% {
		opacity: 0;
	}
	100% {
		width: 3rem;
		height: 3rem;
		opacity: 0;
	}
}

/* エリアボックス */
.map_wrap .area_box {
	width: 100%;
	max-width: 10.00rem;
	margin: auto;
	background-color: rgba(255,255,255,0.8);
	backdrop-filter: blur(10px);
	border-radius: 0.10rem;
	box-shadow: 0 0.03rem 0.10rem rgba(0,0,0,0.14);
	padding: 0.25rem 0.40rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.20rem 0.40rem;
	position: relative;
	top: -0.20rem;
}
@media screen and (max-width: 640px) {
	.map_wrap .area_box {
		width: calc(100% - 0.60rem);
		max-width: auto;
		box-sizing: border-box;
		padding: 0.20rem;
		top: 0;
		gap: 0.15rem 0;
	}
}

.map_wrap .area_box .area {
	display: flex;
	align-items: center;
	color: #193053;
	width: 2.00rem;
}
@media screen and (max-width: 640px) {
	.map_wrap .area_box .area {
		width: 100%;
		max-width: 100%;
	}
}

.map_wrap .area_box .area.-wide {
	width: 3.34rem;
}
@media screen and (max-width: 640px) {
	.map_wrap .area_box .area.-wide {
		width: 100%;
		max-width: 100%;
	}
}

html[lang="en"] .map_wrap .area_box .area,
html[lang="en"] .map_wrap .area_box .area.-wide {
	width: 48%;
}
@media screen and (max-width: 640px) {
	html[lang="en"] .map_wrap .area_box .area,
	html[lang="en"] .map_wrap .area_box .area.-wide {
		width: 100%;
		max-width: 100%;
	}
}

html[lang="ko"] .map_wrap .area_box .area {
	width: 2.10rem;
}
html[lang="ko"] .map_wrap .area_box .area.-wide {
	width: 3.42rem;
}
@media screen and (max-width: 640px) {
	html[lang="ko"] .map_wrap .area_box .area,
	html[lang="ko"] .map_wrap .area_box .area.-wide {
		width: 100%;
		max-width: 100%;
	}
}

.map_wrap .area_box .area .area_name {
	font-size: 0.16rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
	.map_wrap .area_box .area .area_name {
		font-size: 0.14rem;
	}
}

.map_wrap .area_box .area .area_name span::before {
	content: "●";
	color: #D5B45C;
	display: inline-block;
	padding-right: 0.04rem;
}

.map_wrap .area_box .area .dot {
	height: 1px;
	background-image: url(../img/common/area_dot.png);
	background-repeat: repeat-x;
	background-position: center;
	flex-grow: 1;
	margin: 0 0.05rem;
}

.map_wrap .area_box .area .hour {
	font-size: 0.13rem;
}
@media screen and (max-width: 640px) {
	.map_wrap .area_box .area .hour {
		font-size: 0.12rem;
	}
}

.map_wrap .area_box .area .hour em {
	font-style: normal;
	font-size: 0.16rem;
	display: inline-block;
	padding: 0 0.02rem;
	position: relative;
	top: 0.005rem;
}
@media screen and (max-width: 640px) {
	.map_wrap .area_box .area .hour em {
		font-size: 0.14rem;
		padding: 0 0.02rem;
	}
}

/*============================
Location
============================*/
.location {
	padding-top: 0.80rem;
}
@media screen and (max-width: 640px) {
	.location {
		padding-top: 0.50rem;
	}
}

.location .in1000 {
	width: 100%;
	max-width: 10.00rem;
	margin: auto;
}

.location .in1000 .ttl {
	font-size: 0.30rem;
	color: #0E819F;
	line-height: 1.6;
	text-align: center;
	padding-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
	location .in1000 .ttl {
		font-size: 0.26rem;
	}
}

.location .in1000 .lead {
	font-size: 0.15rem;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
	padding-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	.location .in1000 .lead {
		font-size: 0.14rem;
		padding-bottom: 0.20rem;
		text-align: justify;
	}
}

.location .in1000 .spec_box {
	border-top: 1px solid #193053;
	border-bottom: 1px solid #193053;
	padding: 0.20rem 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.15rem 0.40rem;
	font-size: 0.15rem;
}
@media screen and (max-width: 640px) {
	.location .in1000 .spec_box {
		flex-direction: column;
		align-items: center;
		font-size: 0.14rem;
	}
}


.location .in1000 .spec_box .upper {
	width: 100%;
	text-align: center;
}

.location .in1000 .google_map {
	width: 100%;
	height: 5.00rem;
	padding-top: 0.45rem;
}
@media screen and (max-width: 640px) {
	.location .in1000 .google_map {
		height: 2.50rem;
		padding-top: 0.20rem;
	}
}

.location .in1000 .google_map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}