@charset "utf-8";

/* addressWrap */
.addressWrap {
	margin-top: var(--15px);
	font-size: var(--14px);
	line-height: 1.7;
	display: flex;
	flex-wrap: wrap;
}
.addressWrap dt {
	width: 2.1em;
}
.addressWrap dd {
	width: calc(100% - 2.1em);
	text-indent: -1em;
	padding-left: 1em;
}
.addressWrap dd::before {
	content: "：";
}

/* mainAnchor */
.mainAnchor {
	margin-top: var(--30px);
	display: flex;
	flex-wrap: wrap;
	gap: var(--10px) var(--8px);
}
.mainAnchor li {
	width: calc((100% - var(--16px)) / 3);
}
.mainAnchor li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid var(--baseColor);
	border-radius: var(--48px);
	font-size: var(--13px);
	font-weight: 600;
	line-height: 1.3;
	padding: var(--5px) var(--18px) var(--7px) var(--13px);
	min-height: var(--48px);
	height: 100%;
}
.mainAnchor li a::after {
	content: "";
	position: absolute;
	display: block;
	top: calc(50% - var(--6px));
	right: var(--9px);
	width: var(--7px);
	height: var(--7px);
	border-top: 1px solid var(--baseColor);
	border-right: 1px solid var(--baseColor);
	transform: rotate(135deg);
}

/* contentsWrap */
.contentsWrap {
	padding: 0 0 var(--35px);
	margin-top: var(--40px);
	font-size: var(--14px);
	line-height: 1.7;
}
.contentsWrap + .contentsWrap {
	margin-top: 0;
}
.contentsWrap:last-of-type {
	padding-bottom: 0;
}
.contentsWrap h3 {
	position: relative;
	padding-left: var(--25px);
	padding-bottom: var(--6px);
	margin-bottom: var(--15px);
	font-size: var(--18px);
	font-weight: 600;
	line-height: 1.5;
	border-bottom: 1px solid var(--baseColor);
}
.contentsWrap h3::before {
	content: "";
	position: absolute;
	width: var(--20px);
	height: var(--20px);
	background: url(/common/img/ico_train.svg) no-repeat;
	background-size: contain;
	top: calc(50% - var(--2px));
	left: 0;
	transform: translateY(-50%);
}
.contentsWrap.car h3::before {
	background: url(/common/img/ico_car.svg) no-repeat;
	background-size: contain;
}
.contentsWrap.bicycle h3::before {
	background: url(/common/img/ico_bicycle.svg) no-repeat;
	background-size: contain;
}
.contentsWrap .txt + .txt,
.contentsWrap ul + .txt {
	margin-top: var(--15px);
}
.contentsWrap .txt + .txtLink {
	margin-top: var(--2px);
}
.contentsWrap .note {
	font-size: var(--12px);
}
.contentsWrap ul.note {
	margin-top: var(--12px);
}
.contentsWrap ul.indent li,
.contentsWrap dl.indent dd {
	text-indent: -1em;
	padding-left: 1em;
}
.contentsWrap sup {
	font-size: var(--10px);
	line-height: 1;
	position: relative;
	top: var(--1px);
}
.contentsWrap .numberList {
	margin-top: var(--15px);
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 1.5em;
}
.contentsWrap .numberList li::marker {
	font-weight: bold;
}
.contentsWrap .numberList li + li {
	margin-top: var(--10px);
}
.contentsWrap .numberList ul {
	margin-top: var(--5px);
}
.contentsWrap .numberList ul li + li {
	margin-top: 0;
}

/* train */
.train .routeWrap .route {
	font-weight: 600;
}
.train .routeWrap li + li {
	margin-top: var(--10px);
}

/* car */
.car .available {
	margin-top: var(--10px);
}
.car .freeService dt {
	margin-top: var(--10px);
}
.car .freeService dd {
	text-indent: -1.25em;
	padding-left: 1.25em;
}
.car .freeService dd::before {
	content: "→ ";
}
.car .freeService + .note {
	margin-top: var(--5px);
}
.car .pointappWrap {
	margin-top: var(--20px);
	margin-bottom: var(--25px);
	border: 1px solid var(--keyColor02);
	border-radius: var(--8px);
	overflow: hidden;
	line-height: 1.5;
}
.car .pointappWrap .ttl {
	position: relative;
	background: var(--blueBgColor);
	font-size: var(--14px);
	font-weight: 600;
	text-align: center;
	padding: var(--11px) var(--15px) var(--12px);
}
.car .pointappWrap .ttl::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: var(--12px) solid var(--keyColor02);
	border-right: var(--16px) solid transparent;
	border-left: var(--16px) solid transparent;
	left: 50%;
	bottom: calc(0px - var(--23px));
	transform: translateX(-50%);
}
.car .pointappWrap .inner {
	width: 89.820359%;
	padding: var(--30px) 0 var(--16px);
}
.car .pointappWrap .txt01 {
	font-size: var(--13px);
	font-weight: 600;
	text-align: center;
}
.car .pointappWrap .txt02 {
	font-size: var(--18px);
	display: block;
	color: var(--keyColor02);
	padding-left: 0.25em;
}
.car .pointappWrap .txt03 {
	border-top: 1px solid var(--grayBorderColor);
	margin-top: var(--15px);
	padding-top: var(--15px);
	font-size: var(--13px);
	font-weight: 600;
	text-align: center;
}
.car .pointappWrap .txt04 {
	color: var(--keyColor02);
}
.car .pointappWrap .moreBtn {
	margin-top: var(--12px);
	width: 86.666667%;
}
.car .pointappWrap .moreBtn a {
	font-size: var(--13px);
	line-height: 1.4;
	padding: var(--8px) var(--28px) var(--9px);
}
.car .pointappWrap .moreBtn a::after {
	width: var(--15px);
	height: var(--15px);
	/*top: calc(50% - var(--4px));*/
	right: var(--12px);
}
.car .pointappWrap .note {
	text-align: center;
}
.car .installationWrap {
	display: flex;
	flex-wrap: wrap;
}
.car .installationWrap dt {
	width: 2em;
}
.car .installationWrap dd {
	width: calc(100% - 2em);
	text-indent: -1em;
	padding-left: 1em;
}
.car .installationWrap dd::before {
	content: "：";
}
.car .electricList {
	margin-top: var(--6px);
}
.car .electricIcon {
	width: var(--19px);
	vertical-align: text-bottom;
	margin: 0 0.2em;
}

/* bicycle */
.bicycle .detailWrap {
	margin-top: var(--10px);
}
.bicycle .detailWrap .ttl {
	font-weight: 600;
}
.bicycle .detailWrap li + li {
	margin-top: var(--10px);
}

/* itemWrap*/
.contentsWrap .itemWrap .itemList {
	margin-top: var(--25px);
	padding-bottom: var(--30px);
}
.contentsWrap .itemWrap .itemList:last-child {
	padding-bottom: 0;
}
.contentsWrap .itemWrap .itemList + .itemList {
	margin-top: 0;
}
.contentsWrap .itemWrap .itemList h4 {
	background: #f2f2f2;
	border-top: 1px solid var(--grayBorderColor);
	font-size: var(--15px);
	font-weight: 600;
	line-height: 1.5;
	padding: var(--6px) var(--10px) var(--7px);
	margin-bottom: var(--15px);
}
.contentsWrap .itemWrap .itemList h5 {
	margin-top: var(--16px);
	font-size: var(--14px);
	font-weight: 600;
}
/* subItemWrap*/
.contentsWrap .subItemWrap .subItemList {
	border-top: 1px solid var(--grayBorderColor);
	margin-top: var(--15px);
	padding-top: var(--15px);
}
.contentsWrap .subItemWrap .subItemList:first-child {
	margin-top: var(--25px);
}
.contentsWrap .subItemWrap .subItemList h5 {
	margin-top: 0;
	margin-bottom: var(--10px);
	font-size: var(--14px);
	font-weight: 600;
	line-height: 1.5;
}
.contentsWrap .subItemWrap .subItemList h5.mbottom5 {
	margin-bottom: var(--5px);
}
.contentsWrap .subItemWrap .subItemList h5 + .pic {
	margin-top: var(--15px);
}

/* modal */
/* modalOverlay */
.modalOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
/* .modalCloseの「×」ボタン */
.modalClose {
	position: absolute;
	top: calc(0px - var(--45px));
	right: 0;
	width: var(--35px);
	height: var(--35px);
	z-index: 1001;
}
.modalClose::after,
.modalClose::before {
	content: "";
	position: absolute;
	width: var(--2px);
	height: var(--35px);
	top: 50%;
	left: 50%;
	background: #fff;
	transition: opacity 0.3s ease-out;
}
.modalClose::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.modalClose::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
/* フェードイン・フェードアウト */
@keyframes mmfadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes mmfadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}
.micromodalSlide {
	display: none;
}
.micromodalSlide.is-open {
	display: block;
}
.micromodalSlide[aria-hidden="false"] .modalOverlay {
	animation: mmfadeIn .5s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodalSlide[aria-hidden="true"] .modalOverlay {
	animation: mmfadeOut .5s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodalSlide .modalOverlay {
	will-change: transform;
}
/* .modalContainer */
.modalContainer {
	background: #fff;
	width: 89.333333%;
	max-width: var(--530px);
	max-height: calc(100dvh - var(--100px));		/* 「height」にすると、コンテンツ量関係なく高さが固定される */
	overflow: visible;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	margin-top: var(--30px);
}
.modalDocument {
	overflow-y: auto;
	max-height: calc(100dvh - var(--100px));		/* 「height」にすると、コンテンツ量関係なく高さが固定される */
	padding: var(--30px) var(--18px) var(--35px);
}
.modalDocument .modalTitle {
	font-size: var(--18px);
	font-weight: 600;
	text-align: center;
}
.modalDocument .pic {
	margin-top: var(--20px);
	text-align: center;
}
.modalBtnWrap {
	margin-bottom: var(--30px);
}