/* ==========================================================================
	 mainvisual
========================================================================== */
.mainvisual {
	width: 100%;
	height: 52vw;
	background-image: url(/assets/img/map/bg_mainvisual_sp.png?v=240527);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.mainvisual__container {
	padding-top: 6.6666666667vw;
	height: 52vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainvisual__title {
	font-size: 5.0666666667vw;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 1.6;
	letter-spacing: 0.15em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
	.mainvisual {
		height: 400px;
		background-image: url(/assets/img/map/bg_mainvisual.png?v=240527);
	}
	.mainvisual__container {
		padding-top: 0;
		height: 400px;
	}
	.mainvisual__title {
		font-size: 3rem;
	}
}
/* ==========================================================================
	 map
========================================================================== */
.map__container {
	padding-right: 8vw;
	padding-bottom: 18.6666666667vw;
	padding-left: 8vw;
}
.map__heading {
	margin-bottom: 6.6666666667vw;
	font-size: 2.9333333333vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
.map__heading span {
	font-family: "Montserrat", sans-serif;
	font-size: 6.9333333333vw;
	letter-spacing: 0;
}
.map__img {
	margin-bottom: 10.6666666667vw;
	border: 1px solid #d2e2e9;
}
.map__link {
	margin-bottom: 8vw;
}
.map__pdf {
	text-align: center;
}
.map__pdf-list {
	display: inline-block;
	text-align: left;
}
.map__pdf-item {
	margin-bottom: 2.6666666667vw;
}
.map__pdf-link {
	font-size: 4.2666666667vw;
	text-decoration: underline;
	color: #34afaa;
}
.map__pdf-link::before {
	content: "";
	display: inline-block;
	margin-right: 0.3em;
	vertical-align: -0.8vw;
	width: 4.8vw;
	height: 4.8vw;
	background-image: url(/assets/common/img/icon_pdf_black.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.map__pdf-link:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.map__container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 30px;
		padding-bottom: 150px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.map__heading {
		margin-bottom: 50px;
		font-size: 1.6rem;
	}
	.map__heading span {
		font-size: 4rem;
	}
	.map__img {
		margin-bottom: 50px;
	}
	.map__link {
		margin-bottom: 50px;
	}
	.map__pdf-list {
		display: flex;
		justify-content: center;
	}
	.map__pdf-item {
		margin-bottom: 0;
	}
	.map__pdf-item:not(:last-child) {
		margin-right: 30px;
	}
	.map__pdf-link {
		font-size: 1.6rem;
	}
	.map__pdf-link::before {
		vertical-align: -3px;
		width: 18px;
		height: 18px;
	}
}
/* ==========================================================================
	 guide
========================================================================== */
.guide {
	position: relative;
	background-image: url(/assets/common/img/bg_beige.jpg);
	background-position: center;
	background-repeat: repeat;
	background-size: 100px 100px;
}
.guide::before {
	content: "";
	display: block;
	position: absolute;
	top: -19px;
	left: 0;
	width: 100%;
	height: 20px;
	background-image: url(/assets/common/img/bg_beige_before.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.guide__container {
	position: relative;
	padding-top: 13.3333333333vw;
	padding-bottom: 18.6666666667vw;
}
.guide__inner {
	padding-right: 8vw;
	padding-left: 8vw;
}
.guide__heading {
	margin-bottom: 8vw;
	font-size: 2.9333333333vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
.guide__heading span {
	font-family: "Montserrat", sans-serif;
	font-size: 6.9333333333vw;
	letter-spacing: 0;
}
.guide__bodycopy {
	margin-bottom: 9.3333333333vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.guide__tab-list {
	margin-bottom: 1.3333333333vw;
	padding-right: 5.3333333333vw;
	padding-left: 5.3333333333vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.guide__tab-item {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.6em;
	padding-left: 0.5em;
	width: 32.25%;
	background-color: #fff;
	font-size: 3.2vw;
	text-align: center;
	color: #a5c6d4;
	line-height: 1.3;
	transition: 0.4s;
	cursor: pointer;
}
.guide__tab-item:hover {
	background-color: #4ec6c1;
	color: #fff;
}
.guide__tab-item:first-child {
	border-top-left-radius: 1.3333333333vw;
}
.guide__tab-item:last-child {
	border-top-right-radius: 1.3333333333vw;
}
.guide__tab-item.is-active {
	background-color: #4ec6c1;
	color: #fff;
}
.guide__tab-link {
	display: block;
}
.guide__tab-contents {
	margin-bottom: 10.6666666667vw;
	background-color: #fff;
}
.guide__tab-area {
	display: none;
	padding-top: 10.6666666667vw;
	padding-right: 9.3333333333vw;
	padding-bottom: 10.6666666667vw;
	padding-left: 9.3333333333vw;
}
.guide__tab-area.is-active {
	display: block;
	animation: tab-show 0.8s ease-in-out forwards;
}
.guide__list {
	margin-bottom: -8vw;
}
.guide__item {
	position: relative;
	margin-bottom: 8vw;
}
.guide__img img {
	width: 100%;
}
.guide__title {
	position: relative;
	z-index: 1;
	margin-top: -3.4666666667vw;
	margin-bottom: 3.2vw;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	width: 80%;
	background-color: #007764;
	font-size: 4vw;
	text-align: center;
	color: #fff;
	line-height: 1.6;
}
.guide__title::after {
	content: "";
	position: absolute;
	top: 0;
	right: -18%;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #007764;
	transform: scaleY(1.1) perspective(1.5em) rotateX(2deg);
	transform-origin: bottom left;
}
.guide__title span {
	display: inline-block;
	width: 115%;
}
.guide__text {
	font-size: 3.4666666667vw;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.guide::before {
		top: -67px;
		height: 68px;
	}
	.guide__container {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.guide__inner {
		margin-right: auto;
		margin-left: auto;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.guide__heading {
		margin-bottom: 40px;
		font-size: 1.6rem;
	}
	.guide__heading span {
		font-size: 4rem;
	}
	.guide__bodycopy {
		margin-bottom: 80px;
		font-size: 1.6rem;
	}
	.guide__tab-list {
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.guide__tab-item {
		width: 32.6%;
		padding-top: 0.8em;
		padding-bottom: 1em;
		font-size: 1.7rem;
	}
	.guide__tab-item:first-child {
		border-top-left-radius: 5px;
	}
	.guide__tab-item:last-child {
		border-top-right-radius: 5px;
	}
	.guide__tab-contents {
		margin-right: 40px;
		margin-bottom: 70px;
		margin-left: 40px;
	}
	.guide__tab-area {
		margin-right: auto;
		margin-left: auto;
		padding-top: 110px;
		padding-right: 30px;
		padding-bottom: 100px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.guide__list {
		margin-bottom: -40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.guide__list::after {
		content: "";
		display: block;
		width: 30.2%;
	}
	.guide__item {
		margin-bottom: 40px;
		width: 30.2%;
	}
	.guide__title {
		margin-top: -13px;
		margin-bottom: 12px;
		font-size: 1.5rem;
	}
	.guide__text {
		font-size: 1.4rem;
	}
}
@keyframes tab-show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* ==========================================================================
	 button
========================================================================== */
.guide__back {
	padding-right: 8vw;
	padding-left: 8vw;
}

.guide__back-link {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.6em;
	padding-right: 0.5em;
	padding-bottom: 0.8em;
	padding-left: 0.5em;
	display: block;
	max-width: 260px;
	background-color: #fff;
	border: 1px solid #34afaa;
	border-radius: 1.3333333333vw;
	font-size: 3.7333333333vw;
	text-align: center;
	color: #34afaa;
	line-height: 1.6;
	transition: 0.4s;
}
.guide__back-link::after {
	position: absolute;
	content: "";
	display: block;
	right: 6%;
	top: 55%;
	transform: translateY(-50%) rotate(45deg);
	width: 2.4vw;
	height: 2.4vw;
	border-top: 1.5px solid #34afaa;
	border-left: 1.5px solid #34afaa;
}
.guide__back-link:hover {
	opacity: 0.8;
}

@media screen and (min-width: 768px) {
	.guide__back {
		margin-right: auto;
		margin-left: auto;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.guide__back-link {
		max-width: 330px;
		border-radius: 5px;
		font-size: 1.6rem;
	}
	.guide__back-link:after {
		right: 8%;
		width: 10px;
		height: 10px;
	}
}

/*# sourceMappingURL=style.css.map */