@charset "UTF-8";
/* =========================================================
	SCSS document
========================================================= */
/* Contents ///////////////////////////////////////////////// */
#contents .tmp_mainVisualBg {
	min-height: initial;
}
@media print, screen and (min-width: 751px) {
	#contents .tmp_heading01Outer {
		padding: min(80px, 7.8125vw) 0 min(65px, 6.5104166667vw);
	}
}
#contents .tmp_heading02Outer {
	margin-bottom: min(40px, 3.90625vw);
}
@media only screen and (max-width: 750px) {
	#contents .tmp_heading02Outer {
		margin-bottom: 6.6666666667vw;
	}
}
#contents .tmp_btn_grn[href^="#"]::after {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-bottom: 0.15em #ffffff solid;
	border-right: 0.15em #ffffff solid;
	transform: translate(0.15em, -0.1em) rotate(45deg);
	margin-left: 0.3em;
	margin-right: 0.3em;
	background: none;
}
#contents .tmp_icon_blank_grn {
	display: inline;
}
@media only screen and (max-width: 750px) {
	#contents hr {
		margin: 10.6666666667vw 0 6.6666666667vw;
	}
}

/* H1関連  */
.eticket_headingPoint {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
	.eticket_headingPoint {
		flex-direction: column;
		gap: 2.1333333333vw;
		margin-bottom: 5.3333333333vw;
	}
}
.eticket_headingPoint > span {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 25px;
	border-radius: 6px;
	font-size: min(2.2rem, 2.34375vw);
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
}
.eticket_headingPoint > span.point01 {
	background-color: #D6F2BA;
}
.eticket_headingPoint > span.point02 {
	background-color: #E2F6A8;
}
@media only screen and (max-width: 750px) {
	.eticket_headingPoint > span {
		padding: 2.6666666667vw;
		font-size: 1.6rem;
	}
}

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

/* ページ内リンクナビ  */
.eticket_pageLink {
	position: relative;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}

.eticket_pageBtnWrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: min(40px, 2.4vw);
}
@media only screen and (max-width: 750px) {
	.eticket_pageBtnWrapper {
		display: block;
	}
	.eticket_pageBtnWrapper > a:nth-of-type(n+2) {
		margin-top: 4vw;
	}
}
.eticket_pageBtnWrapper .tmp_btnList02Link {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	justify-content: initial;
	gap: 18px;
	padding: 25px 0 40px;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.eticket_pageBtnWrapper .tmp_btnList02Link {
		gap: 3.2vw;
		padding: 4vw 0 6.1333333333vw;
	}
	.eticket_pageBtnWrapper .tmp_btnList02Link::after {
		bottom: 2.6666666667vw;
	}
}
@media only screen and (max-width: 750px) {
	.eticket_pageBtnWrapper > a:nth-of-type(n+2) {
		margin-top: 4vw;
	}
}

.eticket_btnText_target,
.eticket_btnText {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width: 750px) {
	.eticket_btnText_target,
	.eticket_btnText {
		width: 92%;
	}
}

.eticket_btnText_target {
	border-bottom: 1px solid #DDD;
	padding-bottom: 15px;
	font-size: min(1.6rem, 1.6927083333vw);
}
@media only screen and (max-width: 750px) {
	.eticket_btnText_target {
		padding-bottom: 2.1333333333vw;
		font-size: clamp(9px, 3.2vw, 16px);
	}
}

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

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

.sectionColumn {
	display: grid;
	grid-template-columns: 1fr 1.09fr;
	gap: min(50px, 3.90625vw);
}
@media only screen and (max-width: 750px) {
	.sectionColumn {
		grid-template-columns: 1fr;
		gap: 5.3333333333vw;
	}
}

.sectionImage {
	max-width: 550px;
}

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

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

.eticketPoint > dt {
	display: inline-flex;
	font-size: min(2.8rem, 2.8645833333vw);
	font-weight: bold;
}
@media only screen and (max-width: 750px) {
	.eticketPoint > dt {
		font-size: clamp(16px, 5.8666666667vw, 24px);
	}
}
.eticketPoint > dt::before {
	content: "";
	display: block;
	width: min(34px, 3.6458333333vw);
	height: min(34px, 3.6458333333vw);
	background: url("/multi/ticket/img/eticket/icon_point.svg") no-repeat 0 0/contain;
	margin: 0.15em 10px 0 0;
	line-height: 1.3;
}
@media only screen and (max-width: 750px) {
	.eticketPoint > dt::before {
		width: 6.6666666667vw;
		height: 6.6666666667vw;
		margin-right: 1.3333333333vw;
	}
}
.eticketPoint > dd {
	margin-top: min(10px, 0.6510416667vw);
	padding-left: min(44px, 4.9479166667vw);
}
@media only screen and (max-width: 750px) {
	.eticketPoint > dd {
		margin-top: 1.0666666667vw;
		padding-left: 8vw;
	}
}

/* ご利用の流れ */
.eticket_flow {
	padding: min(48px, 5.2083333333vw) min(40px, 3.90625vw);
	border-radius: 20px;
	background-color: #F3F8F0;
}
@media only screen and (max-width: 750px) {
	.eticket_flow {
		padding: 8vw 6.6666666667vw;
	}
}
.tmp_bg_grn .eticket_flow {
	background-color: #FFF;
}

.eticket_flowListWrapper {
	display: grid;
	grid-template-columns: min(212px, 18.2291666667vw) 1fr;
	gap: 38px min(33px, 3.2552083333vw);
}
@media only screen and (max-width: 750px) {
	.eticket_flowListWrapper {
		grid-template-columns: 1fr;
		gap: 0;
	}
}
.eticket_flowListWrapper > dt {
	padding: 10px;
	border-radius: 6px;
	font-size: min(2.1rem, 2.2135416667vw);
	font-weight: bold;
}
@media only screen and (max-width: 750px) {
	.eticket_flowListWrapper > dt {
		border-radius: 6px 6px 0 0;
		padding: 10px 16px;
		font-size: clamp(13px, 4.2666666667vw, 21px);
	}
}
.eticket_flowListWrapper > dt.bg_grn {
	background-color: #D4F1D4;
}
.eticket_flowListWrapper > dt.bg_ylw {
	background-color: #FDF1C7;
}
@media only screen and (max-width: 750px) {
	.eticket_flowListWrapper > dt.bg_ylw {
		margin-top: 38px;
	}
}
@media print, screen and (min-width: 751px) {
	.eticket_flowListWrapper > dt > span {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
}

.eticket_flowList > li {
	position: relative;
	padding: 20px 28px;
	border-radius: 6px;
	background-color: #FFF;
}
@media only screen and (max-width: 750px) {
	.eticket_flowList > li {
		padding: 4.8vw 5.3333333333vw 6.6666666667vw;
	}
	.eticket_flowList > li:first-child {
		border-radius: 0 0 6px 6px;
	}
}
.eticket_flowList > li + li {
	margin-top: 38px;
}
.eticket_flowList > li::after {
	content: "";
	position: absolute;
	bottom: -29px;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 50px;
	height: 18px;
	background-color: #CDDEC2;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.eticket_flowList > li.arwNone::after {
	display: none;
}
.tmp_bg_grn .eticket_flowListWrapper dt.bg_grn + dd > .eticket_flowList > li {
	background-color: #F3F8F0;
}

.tmp_bg_grn .eticket_flowListWrapper dt.bg_ylw + dd > .eticket_flowList > li {
	background-color: #FCFAF0;
}

.eticket_flowContents {
	display: grid;
	grid-template-columns: 1fr min(160px, 15.625vw);
	align-items: center;
	gap: 30px;
}
@media only screen and (max-width: 750px) {
	.eticket_flowContents {
		grid-template-columns: 1fr;
		gap: 15px;
	}
}

@media only screen and (max-width: 750px) {
	.eticket_flowIcon {
		max-width: 36vw;
		margin-right: auto;
		margin-left: auto;
	}
}

.eticket_flowIconColumn {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
@media only screen and (max-width: 750px) {
	.eticket_flowIconColumn {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	}
}

.eticket_flowIconColumnItem + .eticket_flowIconColumnItem {
	position: relative;
}
.eticket_flowIconColumnItem + .eticket_flowIconColumnItem::before {
	content: "";
	position: absolute;
	top: -27px;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 44px;
	height: 16px;
	background-color: #CDDEC2;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (max-width: 750px) {
	.eticket_flowIconColumnItem + .eticket_flowIconColumnItem::before {
		top: 0;
		bottom: 0;
		right: auto;
		left: 0;
		width: 16px;
		height: 44px;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
	}
}

/* 乗車に必要なもの一覧 */
.eticket_essentialsList {
	display: grid;
	justify-content: center;
}
.eticket_essentialsList:has(> :nth-child(2):last-child) {
	grid-template-columns: repeat(2, 1fr);
	gap: min(50px, 3vw);
}
@media only screen and (max-width: 750px) {
	.eticket_essentialsList:has(> :nth-child(2):last-child) {
		grid-template-columns: 1fr;
		gap: 8vw;
	}
}
.eticket_essentialsList:has(> :nth-child(2):last-child) > .eticket_essentialsListItem {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 0;
}

.eticket_essentialsListItem {
	width: 100%;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 0px 26px 3px rgba(0, 0, 0, 0.09);
}
@media only screen and (max-width: 750px) {
	.eticket_essentialsListItem {
		display: block;
		padding: 5.3333333333vw 6.6666666667vw 8vw;
		border-radius: 20px;
		box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.05);
	}
}

.eticket_essentialsTitle {
	margin: min(30px, 3.2552083333vw) min(25px, 3.2552083333vw) 0;
	padding-bottom: 20px;
	border-bottom: 2px solid #222222;
	font-size: min(2.7rem, 2.734375vw);
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.eticket_essentialsTitle {
		margin: 0 0 4vw;
		padding-bottom: 4vw;
		font-size: clamp(13px, 4.5333333333vw, 22px);
	}
}
@media print, screen and (min-width: 751px) {
	.eticket_essentialsTitle > span {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
}

.eticket_essentialsText {
	margin-bottom: 15px;
	font-size: min(2rem, 2.2135416667vw);
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.eticket_essentialsText {
		margin-bottom: 2.6666666667vw;
		font-size: clamp(10px, 3.7333333333vw, 18px);
	}
}

@media print, screen and (min-width: 751px) {
	.eticket_essentialsContents {
		margin: min(30px, 3.2552083333vw) min(25px, 3.2552083333vw) min(35px, 3.90625vw);
	}
}

.eticket_essentialsImage {
	text-align: center;
}
.eticket_essentialsImage img {
	max-width: 248px;
}

.eticket_essentialsColumn,
.eticket_essentialsColumn02 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: min(34px, 3.2552083333vw);
	padding: 0 min(20px, 1.3020833333vw);
}
@media only screen and (max-width: 750px) {
	.eticket_essentialsColumn,
	.eticket_essentialsColumn02 {
		gap: 6.6666666667vw;
		padding: 0;
	}
}

@media print, screen and (min-width: 751px) {
	.eticket_essentialsColumn02 {
		grid-template-columns: min(224px, 29.1666666667vw) min(224px, 29.1666666667vw);
		gap: min(70px, 6.5104166667vw);
		justify-content: center;
		padding: 0;
	}
}

.eticket_essentialsCaption {
	margin-top: 10px;
}

.eticket_essentialsLink {
	font-weight: bold;
	text-decoration: none !important;
}
.eticket_essentialsLink .tmp_icon_link_grn_left {
	display: inline-flex;
	padding-left: 2em;
}
.eticket_essentialsLink .tmp_icon_link_grn_left::before {
	width: 24px;
	height: 24px;
}

/* Welcome Suica Mobileバナー */
.wsm_bnr {
	position: relative;
	display: block;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: min(50px, 3.90625vw) min(80px, 9.1145833333vw) min(50px, 3.90625vw) min(50px, 3.90625vw);
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 26px 3px rgba(0, 0, 0, 0.09);
	text-decoration: none !important;
	transition: 0.5s;
}
@media only screen and (max-width: 750px) {
	.wsm_bnr {
		padding: 6.6666666667vw 6.6666666667vw 16vw;
		box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.05);
	}
}
.wsm_bnr::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: min(30px, 2.34375vw);
	margin: auto;
	width: 36px;
	height: 36px;
	background: url("/multi/material/img/icon_link_wht.svg") no-repeat 0 0/contain;
}
@media only screen and (max-width: 750px) {
	.wsm_bnr::after {
		top: auto;
		bottom: 4vw;
		right: 0;
		left: 0;
	}
}
.wsm_bnr > figure {
	display: grid;
	grid-template-columns: min(350px, 39.0625vw) 1fr;
	align-items: center;
	gap: min(30px, 3.2552083333vw);
}
@media only screen and (max-width: 750px) {
	.wsm_bnr > figure {
		grid-template-columns: 1fr;
		gap: 4vw;
	}
}
.wsm_bnr > figure dt {
	font-size: min(2rem, 2.2135416667vw);
	font-weight: bold;
}
@media only screen and (max-width: 750px) {
	.wsm_bnr > figure dt {
		font-size: clamp(11px, 4.2666666667vw, 20px);
	}
}
.wsm_bnr > figure dd {
	margin-top: 5px;
}
@media only screen and (max-width: 750px) {
	.wsm_bnr > figure dd {
		margin-top: 1.3333333333vw;
	}
}
@media (hover: hover) and (pointer: fine) {
	.wsm_bnr:hover {
		background-color: #F3FAEE;
	}
}

/* サービス対象列車 */
.eticketExpressList > dt {
	margin-bottom: 20px;
	font-size: min(2.8rem, 3.125vw);
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.eticketExpressList > dt {
		font-size: clamp(12px, 4.8vw, 20px);
		margin-bottom: 2.6666666667vw;
	}
}
.eticketExpressList > dd {
	padding: 20px;
	border-radius: 6px;
	background-color: #F4F4F4;
	font-size: min(2rem, 2.2135416667vw);
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.eticketExpressList > dd {
		font-size: clamp(11px, 4vw, 18px);
		margin-bottom: 2.6666666667vw;
	}
}

/* 乗車に必要なもの一覧 */
#essentials_list.tmp_bg_grn {
	background-color: rgba(232, 241, 226, 0.5098039216);
}

/* 汎用CSS */
.u-font85 {
	font-size: 85%;
}

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

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

.u-fontRed {
	color: #B01010;
}

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

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

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

.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-radius {
	border-radius: 10px;
}

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

.u-whiteBox {
	padding: min(45px, 4.5572916667vw) min(50px, 5.2083333333vw) min(60px, 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: 6.6666666667vw 5.8666666667vw 5.3333333333vw;
		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;
}

.u-table__inner {
	padding: 3px;
	background-color: #fff;
}

@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%;
	font-size: min(1.5rem, 1.8229166667vw);
	line-height: 1.5;
}
@media only screen and (max-width: 750px) {
	.u-table table {
		font-size: clamp(11px, 4vw, 18px);
	}
}

.u-table table th,
.u-table table td {
	padding: 14px 16px;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	vertical-align: top;
	text-align: left;
}

.u-table table th {
	border-color: #FFF;
	vertical-align: middle;
	font-weight: 500;
}
@media print, screen and (min-width: 751px) {
	.u-table table th {
		font-size: min(1.6rem, 1.8229166667vw);
	}
}

.u-table table thead th {
	text-align: center;
}

.u-table table 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__bb_none {
	border-bottom: none !important;
}

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

.u-table__sub__bg_blue {
	background-color: #DDEBF6;
}

.u-table__sub__bg_grn {
	background-color: #DFEDD4;
}

.u-table__swipe {
	padding-left: 4em;
	margin-bottom: 8px;
	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;
	}
}

.u-bg_circle_top {
	position: relative;
}
.u-bg_circle_top::before {
	content: "";
	display: block;
	width: 100%;
	aspect-ratio: 30/2;
	background: url("/multi/material/img/cercle_top.svg") no-repeat 50% 0/contain;
	position: absolute;
	top: -6.5vw;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 750px) {
	.u-bg_circle_top::before {
		aspect-ratio: 15/8;
		background: url("/multi/material/img/cercle_top_sp.svg") no-repeat 50% 0/contain;
		top: -52vw;
	}
}/*# sourceMappingURL=eticket.css.map */