@charset "UTF-8";
/* =========================================================
	SCSS document
========================================================= */
/* Contents ///////////////////////////////////////////////// */
#contents .tmp_heading02Outer {
	margin-bottom: min(45px, 3.90625vw);
}
@media only screen and (max-width: 750px) {
	#contents .tmp_heading02Outer {
		margin-bottom: 6.6666666667vw;
	}
}
#contents .tmp_discListText > li + li {
	margin-top: 3px;
}

/* H1関連  */
.luggage-area_imageList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin-top: 20px;
}
@media only screen and (max-width: 750px) {
	.luggage-area_imageList {
		gap: 10px;
		margin-top: 15px;
	}
}
.luggage-area_imageList > li {
	width: 90px;
}
@media only screen and (max-width: 750px) {
	.luggage-area_imageList > li {
		width: min(18.6666666667vw, 80px);
	}
}

.luggage-area_image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #FFF;
	border: 3px solid #CEE1C3;
}
@media only screen and (max-width: 750px) {
	.luggage-area_image {
		width: 60px;
		height: 60px;
		border-width: 2px;
	}
}
.luggage-area_image > img {
	width: 48px;
}
@media only screen and (max-width: 750px) {
	.luggage-area_image > img {
		width: 34px;
	}
}
.luggage-area_image + figcaption {
	margin-top: 8px;
	font-size: min(1.5rem, 1.953125vw);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.luggage-area_image + figcaption {
		margin-top: 5px;
		font-size: clamp(10px, 2.9333333333vw, 13px);
	}
}

.luggage-area_headingLead {
	margin-top: 35px;
	font-size: min(1.8rem, 2.0833333333vw);
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.luggage-area_headingLead {
		margin-top: min(5.3333333333vw, 60px);
		padding: 0 1em;
		font-size: clamp(10px, 3.7333333333vw, 18px);
	}
}

/* ページ内リンクナビ  */
.luggage-area_pageLink {
	background-color: #FFF;
	box-shadow: 0 2px 40px 6px rgba(0, 0, 0, 0.05);
}
@media print, screen and (min-width: 751px) {
	.luggage-area_pageLink {
		position: sticky;
		top: 130px;
		z-index: 1;
	}
}

.luggage-area_pageLinkContents {
	padding: 0 calc((100% - 1260px) / 2);
}

.luggage-area_pageLinkBtnList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.luggage-area_pageLinkBtnListItem {
	position: relative;
}
.luggage-area_pageLinkBtnListItem:first-of-type::before, .luggage-area_pageLinkBtnListItem::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 60%;
	background-color: #DDD;
	margin: auto;
}
@media only screen and (max-width: 750px) {
	.luggage-area_pageLinkBtnListItem:first-of-type::before, .luggage-area_pageLinkBtnListItem::after {
		height: 70%;
	}
}
.luggage-area_pageLinkBtnListItem:first-of-type::before {
	left: 0;
}
@media only screen and (max-width: 750px) {
	.luggage-area_pageLinkBtnListItem:first-of-type::before {
		display: none;
	}
}
.luggage-area_pageLinkBtnListItem::after {
	right: 0;
}
@media only screen and (max-width: 750px) {
	.luggage-area_pageLinkBtnListItem:last-of-type::after {
		display: none;
	}
}
.luggage-area_pageLinkBtnListItem > a {
	position: relative;
	padding: 25px 15px 35px;
	height: 100%;
	display: grid;
	place-content: center;
	place-items: center;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
	text-decoration: none !important;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.luggage-area_pageLinkBtnListItem > a {
		padding: 18px 10px 30px;
		font-size: clamp(10px, 3.4666666667vw, 16px);
	}
}

/* Section内 共通設定 */
.sectionGap {
	margin: min(60px, 5.2083333333vw) 0;
}
@media only screen and (max-width: 750px) {
	.sectionGap {
		margin: 8vw 0;
	}
}

.sectionText {
	font-size: min(1.7rem, 1.953125vw);
	line-height: 1.7;
}
@media only screen and (max-width: 750px) {
	.sectionText {
		font-size: clamp(10px, 4vw, 18px);
	}
}

/* 手荷物持ち込みの基本ルール */
.luggage_ruleList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: min(30px, 2.6041666667vw);
}
@media only screen and (max-width: 750px) {
	.luggage_ruleList {
		grid-template-columns: repeat(2, 1fr);
		gap: min(4vw, 20px);
	}
}

.luggage_ruleListItem {
	display: grid;
	place-content: center;
	place-items: center;
	padding: 25px;
	border: 5px solid #83C05A;
	border-radius: 20px;
	background-color: #FFF;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.luggage_ruleListItem {
		border-width: 3px;
		padding: 4.8vw 4vw;
	}
}
.luggage_ruleListItem.orange {
	border-color: #FF964E;
}
.luggage_ruleListItem dt {
	font-size: min(1.7rem, 2.0833333333vw);
	font-weight: bold;
}
@media only screen and (max-width: 750px) {
	.luggage_ruleListItem dt {
		font-size: clamp(11px, 4vw, 16px);
	}
}
.luggage_ruleListItem dd {
	font-size: min(2.2rem, 2.34375vw);
	font-weight: bold;
	line-height: 1.4;
}
@media only screen and (max-width: 750px) {
	.luggage_ruleListItem dd {
		font-size: clamp(13px, 4.5333333333vw, 20px);
	}
}
.luggage_ruleListItem dd > strong {
	font-size: 130%;
}

/* 注意BOX */
.luggage_cautionBox,
.luggage_cautionBoxRed {
	padding: min(40px, 3.90625vw);
	background-color: #FFF5D9;
	border: 2px solid #ED631E;
	border-radius: 20px;
}
@media only screen and (max-width: 750px) {
	.luggage_cautionBox,
	.luggage_cautionBoxRed {
		padding: 20px 25px 20px 12px;
	}
}

.luggage_cautionBoxTitle {
	position: relative;
	padding-left: 55px;
	font-size: 2rem;
	font-weight: bold;
	color: #DE391C;
	line-height: 1.4;
}
@media only screen and (max-width: 750px) {
	.luggage_cautionBoxTitle {
		padding-left: 35px;
		font-size: clamp(13px, 4.2666666667vw, 18px);
	}
}
.luggage_cautionBoxTitle::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	margin-right: 10px;
	display: block;
	width: 42px;
	height: 42px;
	background: url("/multi/luggage-area/img/icon_caution.svg") no-repeat 0 0/contain;
}
@media only screen and (max-width: 750px) {
	.luggage_cautionBoxTitle::before {
		top: -3px;
		width: 26px;
		height: 26px;
	}
}

.luggage_cautionBoxText {
	margin-top: 10px;
	padding-left: 55px;
}
@media only screen and (max-width: 750px) {
	.luggage_cautionBoxText {
		padding-left: 35px;
	}
}

.luggage_cautionBox_column {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
@media only screen and (max-width: 750px) {
	.luggage_cautionBox_column {
		grid-template-columns: 1fr;
		gap: 15px;
	}
}

/* 赤枠 */
.luggage_cautionBoxRed {
	background-color: #FFF2F2;
	border-color: #E70000;
}
.luggage_cautionBoxRed .luggage_cautionBoxTitle {
	color: #E70000;
}
.luggage_cautionBoxRed .luggage_cautionBoxTitle::before {
	background: none;
	background-color: #E70000;
	mask: url("/multi/luggage-area/img/icon_caution.svg") no-repeat 0 0/contain;
}

/* 車内の荷物置場 */
.luggage_storageContentsTitle,
.luggage_storageContentsTitle_border {
	margin-bottom: 20px;
	font-size: min(2.5rem, 2.8645833333vw);
}
@media only screen and (max-width: 750px) {
	.luggage_storageContentsTitle,
	.luggage_storageContentsTitle_border {
		margin-bottom: 15px;
		font-size: clamp(16px, 4.8vw, 23px);
	}
}

.luggage_storageContentsTitle_border {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	border-bottom: 2px solid #222;
	width: fit-content;
}
@media only screen and (max-width: 750px) {
	.luggage_storageContentsTitle_border {
		padding-bottom: 5px;
	}
}

.luggage_storageImagewrapper {
	margin-top: 40px;
}
@media only screen and (max-width: 750px) {
	.luggage_storageImagewrapper {
		margin-top: 20px;
	}
}

.luggage_storageImage_message {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	margin: 0 auto;
	max-width: fit-content;
	padding: 10px 30px;
	border: 3px solid #ED631E;
	border-radius: 5px;
	background-color: #FFF;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.luggage_storageImage_message {
		flex-direction: column;
		gap: 0;
		padding: 10px 15px;
		border-width: 2px;
	}
}

.luggage_storageImageGroup {
	display: grid;
	grid-template-columns: 1fr min(52.0833333333vw, 736px) 1fr;
	align-items: center;
	gap: min(20px, 1.953125vw);
	margin-top: 25px;
}
@media only screen and (max-width: 750px) {
	.luggage_storageImageGroup {
		grid-template-rows: auto auto;
		grid-template-columns: auto auto;
		align-items: stretch;
		gap: 20px 15px;
	}
}

@media only screen and (max-width: 750px) {
	.luggage_storageMap {
		grid-row: 1/2;
		grid-column: 1/3;
	}
	.luggage_storageImage01 {
		grid-row: 2/3;
		grid-column: 1/2;
	}
	.luggage_storageImage02 {
		grid-row: 2/3;
		grid-column: 2/3;
	}
}
.luggage_storageImage01 img,
.luggage_storageImage02 img {
	border: 3px solid #ED631E;
	border-radius: 10px;
}

.luggage_mapCaption {
	display: flex;
	align-items: center;
	margin: 15px 0 0 10px;
}
@media only screen and (max-width: 750px) {
	.luggage_mapCaption {
		margin: 10px 0 0;
	}
}

.luggage_mapIcon {
	margin-right: 5px;
	width: 30px;
	flex-shrink: 0;
}
@media only screen and (max-width: 750px) {
	.luggage_mapIcon {
		width: 20px;
	}
}

.luggage_imageCaption {
	margin: 10px 10px 0;
}
@media only screen and (max-width: 750px) {
	.luggage_imageCaption {
		margin: 10px 0 0;
	}
}

.luggage_storageNone {
	display: grid;
	grid-template-columns: min(270px, 23.4375vw) 1fr;
	gap: 40px;
}
@media only screen and (max-width: 750px) {
	.luggage_storageNone {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 750px) {
	.luggage_storageNoneImage {
		max-width: 200px;
		margin: 0 auto;
	}
}

.luggage_storageNoneList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 25px;
}
@media only screen and (max-width: 750px) {
	.luggage_storageNoneList {
		grid-template-columns: 1fr;
		margin-top: 0;
		gap: 20px;
	}
}

.luggage_storageNoneListItem {
	position: relative;
	padding: 0 20px;
}
@media only screen and (max-width: 750px) {
	.luggage_storageNoneListItem {
		padding: 0;
	}
}
.luggage_storageNoneListItem dt {
	margin-bottom: 10px;
	font-size: min(1.7rem, 2.0833333333vw);
	font-weight: bold;
}
@media only screen and (max-width: 750px) {
	.luggage_storageNoneListItem dt {
		margin-bottom: 3px;
		font-size: clamp(12px, 4vw, 17px);
	}
}
.luggage_storageNoneListItem dd {
	font-size: min(1.5rem, 1.8229166667vw);
}
@media only screen and (max-width: 750px) {
	.luggage_storageNoneListItem dd {
		font-size: clamp(11px, 3.7333333333vw, 16px);
	}
}
@media print, screen and (min-width: 751px) {
	.luggage_storageNoneListItem:nth-of-type(n + 2)::before {
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		background-color: #DDD;
		position: absolute;
		top: 0;
		left: 0;
	}
	.luggage_storageNoneListItem:first-of-type {
		padding-left: 0;
	}
}

/* 便利なポイント */
.eticketPointList > li + li {
	margin-top: min(30px, 2.6041666667vw);
}
@media only screen and (max-width: 750px) {
	.eticketPointList > li + li {
		margin-top: 5.3333333333vw;
	}
}

/* FAQ */
.faq_qaListItem {
	border-bottom: 4px solid #e8f0e4;
	background-color: #FFF;
}
.faq_qaListItem:first-of-type {
	border-top: 4px solid #e8f0e4;
}

.faq_qaListDetailsSummary {
	display: flex;
	align-items: center;
	min-height: 100px;
	padding: 15px 60px 15px 30px !important;
	cursor: pointer;
	position: relative;
}
@media only screen and (max-width: 750px) {
	.faq_qaListDetailsSummary {
		min-height: min(120px, 18vw);
		padding: 15px 50px 15px 15px !important;
	}
}

.faq_qaListDetailsSummaryIcon {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
	background-color: #0a8a0d;
	border-radius: 50%;
	z-index: 1;
}
@media only screen and (min-width: 751px) and (max-width: 1199px) {
	.faq_qaListDetailsSummaryIcon {
		right: 12px;
	}
}
@media only screen and (max-width: 750px) {
	.faq_qaListDetailsSummaryIcon {
		width: 26px;
		height: 26px;
		right: 12px;
	}
}
.faq_qaListDetailsSummaryIcon::before {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #ffffff;
	z-index: 2;
	transition: 0.5s;
}
@media only screen and (max-width: 750px) {
	.faq_qaListDetailsSummaryIcon::before {
		width: 12px;
		height: 2px;
	}
}
.faq_qaListDetailsSummaryIcon::after {
	position: absolute;
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #ffffff;
	opacity: 1;
	transition-duration: 0.1s;
	z-index: 3;
	transition: 0.5s;
}
@media only screen and (max-width: 750px) {
	.faq_qaListDetailsSummaryIcon::after {
		width: 2px;
		height: 12px;
	}
}
.faq_qaListDetails.is-open .faq_qaListDetailsSummaryIcon::before {
	opacity: 0;
}
.faq_qaListDetails.is-open .faq_qaListDetailsSummaryIcon::after {
	transform: rotate(90deg);
}

.faq_qaListDetailsSummaryInner {
	position: relative;
	display: flex;
	align-items: baseline;
	width: 100%;
	gap: 10px;
}

.faq_qaListDetailsSummaryTitle {
	font-size: min(2.2rem, 2.6041666667vw);
	font-weight: bold;
}
@media only screen and (max-width: 750px) {
	.faq_qaListDetailsSummaryTitle {
		font-size: clamp(13px, 4.2666666667vw, 18px);
	}
}

.faq_qaListDetailsSummaryTitle-Q {
	flex-shrink: 0;
	font-size: min(2.5rem, 2.9947916667vw);
	font-weight: 900;
	color: #08760B;
}
@media only screen and (max-width: 750px) {
	.faq_qaListDetailsSummaryTitle-Q {
		font-size: 2rem;
	}
}

.faq_qaListDetailsData {
	background-color: #e8f0e4;
}

.faq_qaListDetailsDataInner .tmp_wrapper {
	padding: 55px 15px;
}
@media only screen and (max-width: 750px) {
	.faq_qaListDetailsDataInner .tmp_wrapper {
		padding: 5% 4%;
	}
}

.faq_qaListDetailsDataContentsOuter {
	background-color: #ffffff;
	border-radius: 30px;
	padding: 30px;
	box-shadow: 0px 0px 26.1px 2.9px rgba(0, 0, 0, 0.09);
}
@media only screen and (max-width: 750px) {
	.faq_qaListDetailsDataContentsOuter {
		padding: 10% 4.5% 11.25%;
		border-radius: min(50px, 7vw);
	}
}

.faq_qaListDetailsDataAnswer {
	display: flex;
	align-items: baseline;
	width: 100%;
	gap: 10px;
}

.faq_qaListDetailsDataAnswerTitle-A {
	flex-shrink: 0;
	font-size: min(2.5rem, 2.9947916667vw);
	font-weight: 900;
	color: #C93D00;
}
@media only screen and (max-width: 750px) {
	.faq_qaListDetailsDataAnswerTitle-A {
		font-size: 2rem;
	}
}

.faq_qaListDetailsDataAnswerText p + p {
	margin-top: 0.8em;
}

/* 汎用CSS */
.u-font50 {
	font-size: 50%;
}

.u-font85 {
	font-size: 85%;
}

.u-font105 {
	font-size: 105%;
}

.u-font110 {
	font-size: 110%;
}

.u-font115 {
	font-size: 115%;
}

.u-fontSzM {
	font-size: 1.4rem;
}
@media only screen and (max-width: 750px) {
	.u-fontSzM {
		font-size: clamp(10px, 3.7333333333vw, 17px);
	}
}

.u-fontSzS {
	font-size: 1.3rem;
}
@media only screen and (max-width: 750px) {
	.u-fontSzS {
		font-size: clamp(9px, 3.2vw, 16px);
	}
}

.u-fontR {
	font-weight: 400;
}

.u-fontOrange {
	color: #DE391C;
}

@media only screen and (max-width: 750px) {
	.u-sp-none {
		display: none;
	}
}
@media print, screen and (min-width: 751px) {
	.u-pc-none {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.u-sp-txtL {
		text-align: left !important;
	}
}

@media print, screen and (min-width: 751px) {
	.u-pc-txtC {
		text-align: center !important;
	}
}

@media print, screen and (min-width: 751px) {
	.u-pc-centerBlock {
		display: grid;
		place-content: center;
		place-items: center;
	}
}

.u-paragraph {
	margin-top: 1.5em;
}

.u-orangeTextBox {
	display: inline-block;
	margin-right: 0.2em;
	padding: 0.05em 0.6em;
	background-color: #DE391C;
	color: #FFF;
	font-weight: bold;
}

.u-disp-inb {
	display: inline-block;
}

.u-lineText {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.u-cautionList > li {
	display: flex;
	gap: 0.4em;
}
.u-cautionList > li::before {
	content: "※";
	flex-shrink: 0;
	font-size: 100%;
}
.u-cautionList > li + li {
	margin-top: 3px;
}

.u-baloonTextOuter {
	margin-right: 20px;
	margin-left: 20px;
}

.u-baloonText {
	position: relative;
	display: inline-flex;
	padding: 0 1em;
}
.u-baloonText::before, .u-baloonText::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: #222;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.u-baloonText::before {
	left: 0;
	transform: rotate(-35deg);
}
.u-baloonText::after {
	right: 0;
	transform: rotate(35deg);
}

.u-linkBnr {
	transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
	.u-linkBnr:hover {
		opacity: 0.7;
	}
}

.u-whiteBox {
	padding: min(45px, 3.90625vw) min(50px, 3.90625vw) min(50px, 5.2083333333vw);
	border-radius: 30px;
	background-color: #FFF;
	box-shadow: 0px 2px 24px 5px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 750px) {
	.u-whiteBox {
		padding: 8vw 6.6666666667vw 6.6666666667vw;
		border-radius: 20px;
		box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.05);
	}
}

.u-borderBox_red {
	padding: min(25px, 2.6041666667vw);
	border: 1px solid #B01010;
}
@media only screen and (max-width: 750px) {
	.u-borderBox_red {
		padding: 4vw;
	}
}

.u-table {
	position: relative;
}

@media only screen and (max-width: 750px) {
	.u-table--scrollable {
		margin-left: -4%;
		margin-right: -4%;
		padding: 0 15px 15px;
		overflow: auto;
	}
	.u-table--scrollable .u-table__inner {
		width: 1000px;
	}
}
.u-table table {
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
	font-size: 1.4rem;
	line-height: 1.5;
}
@media only screen and (max-width: 750px) {
	.u-table table {
		font-size: clamp(10px, 3.7333333333vw, 17px);
	}
}

.u-table table th,
.u-table table td {
	padding: 20px;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	vertical-align: middle;
	text-align: left;
}
@media only screen and (max-width: 750px) {
	.u-table table th,
	.u-table table td {
		padding: 15px;
	}
}

.u-table table th {
	padding: 18px 16px;
}
@media only screen and (max-width: 750px) {
	.u-table table th {
		padding: 15px;
	}
}

.u-table table thead th {
	border-color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.u-table table thead th {
		font-size: clamp(11px, 4vw, 18px);
	}
}

.u-table table tbody th {
	font-weight: 400;
}

.u-table table tbody td {
	border-left: 1px solid #E2E2E2;
}

.u-table table th:last-child,
.u-table table td:last-child {
	border-right: none;
}

.u-table table tbody tr:last-child th,
.u-table table tbody tr:last-child td {
	border-bottom: none;
}

.u-table__title {
	background-color: #D8EECC;
}

.u-table figure {
	text-align: center;
}

.u-table figure img.w200 {
	max-width: 200px;
}

.u-table figcaption {
	margin: 10px 0 15px;
}

.u-table dl {
	margin-top: 25px;
	padding: 15px 20px;
	background: #F5F5F5;
}

.u-table__swipe {
	padding-left: 4em;
	margin-bottom: 15px;
	background: url("/multi/material/img/icon_swipe.svg") no-repeat left center;
	background-size: 40px;
	position: sticky;
	top: 0;
	left: 0;
}
@media print, screen and (min-width: 751px) {
	.u-table__swipe {
		display: none;
	}
}/*# sourceMappingURL=luggage-area.css.map */