.fare2026_kv{
	position: relative;
	background: #ffcee9;
	padding-top: min(calc(457 / 1250 * 100%), 457px);
}
.fare2026_kv_title {
	background: url(/static/img/fare2026/kv_title_pc.png) no-repeat top center;
	position: absolute;
	top: 0;
	left: 50%;
	width: calc(2284 / 1250 * 100%);
	height: 100%;
	transform: translateX(-50%);
	background-size: contain;
	z-index: 0;
}
.fare2026_lead{
	position: relative;
	padding: 100px 0;
	background: url("/static/img/fare2026/lead_bg_01.png") no-repeat bottom center;
	text-align: center;
	background-size: auto 100%;
	border-bottom: 5px solid #00205b;
}
.fare2026_lead:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	background: url("/static/img/fare2026/lead_bg_02.png") repeat top center;
	background-size: contain;
	z-index: -1;
}
.fare2026_lead_wrap{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fare2026_lead_wrap:after {
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	border-top: 284px solid rgba(228, 0, 127, 0.05);
	border-right: 163px solid transparent;
}
.fare2026_lead_wrap:before {
	content: "";
	position: absolute;
	bottom: -100px;
	right: 0;
	border-bottom: 284px solid rgba(228, 0, 127, 0.05);
	border-left: 163px solid transparent;
}
.fare2026_lead_sub{
	display: inline-block;
	margin-bottom: 15px;
	font-size: 24px;
	color: #00205A;
	line-height: 1;
	background: #fff;
	padding: 0 10px;
}
.fare2026_lead_main{
	display: inline-block;
	margin-bottom: 20px;
	font-size: 36px;
	color: #E4007F;
	line-height: 1;
	font-weight: bold;
	background: #fff;
	padding: 0 10px;
}
.fare2026_lead_text{
	display: inline-block;
	font-size: 20px;
	line-height: 2;
	background: #fff;
	padding: 0 10px;
}
.fare2026_section{
	max-width: 950px;
	margin: 100px auto;
	padding: 0 20px;
}
.fare2026_title{
	display: table;
	margin: 0 auto 40px;
	padding-bottom: 10px;
	color: #00205b;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
	border-bottom: 3px solid #d40e7d;
}
.fare2026_title div{
	display: flex;
	align-items: center;
}
.fare2026_title img{
	width: 55px;
	height: auto;
	margin-right: 10px;
}
.fare2026_title span{
	display: inline-block;
}
.text__lead {
	margin-bottom: 40px;
	font-size: 16px;
	text-align: center;
}
.fare2026_fare {
	padding: 20px;
	background: #EFF4F8;
}
.fare2026_fare + .fare2026_fare{
	margin-top: 20px;
}
.fare2026_fare_item {
	display: flex;
	align-items: stretch;
	gap: 10px;
}
.fare2026_fare_item img {
	display: block;
	width: 50px;
	height: 30px;
}
.fare2026_fare_before_wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 250px;
}
.fare2026_fare_before {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	background: #FFF;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	color: #00205A;
	border: 1px solid #D0DBE5;
}
.fare2026_fare_arrow {
	display: flex;
	align-items: center;
	max-width: 50px;
}
.fare2026_fare_after_wrap {
	display: flex;
	gap: 10px;
	width: 100%;
	max-width: 590px;
	flex-grow: 1;
}
.fare2026_fare_after {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #00205A;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
	flex-grow: 1;
}
.fare2026_fare_after img {
	height: 30px;
	width: 30px;
}
.fare2026_fare_after.i-special{
	background: #00B5C9;
}
.fare2026_fare_after.i-flexible{
	background: #1251E5;
}
.fare2026_fare_after.sale{
	background: #E4007F;
}
.fare2026_plan_list{
	width: 100%;
	margin-bottom: 20px;
}
.fare2026_plan_title{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 60px;
	font-weight: bold;
	background: #00205b;
	color: #fff;
	text-align: center;
	border-radius: 10px 10px 0 0;
	gap: 10px;
}
.fare2026_plan_title img{
	width: 30px;
	height: 30px;
}
.fare2026_plan_content{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 30px;
	border-radius: 0 0 10px 10px;
	border: solid #00205b;
	border-width: 0 3px 3px 3px;
	gap: 20px;
}
.fare2026_plan_img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: auto;
}
.fare2026_plan_img img{
	width: auto;
	height: 144px;
}
.fare2026_plan_text_lead{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.5;
	color: #00205b;
}
.fare2026_plan_text_title{
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	color: #00205b;
}
.fare2026_plan_text_detail{
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
}
.fare2026_plan_text_list{
	position: relative;
	padding-left: 1em;
	font-size: 16px;
	line-height: 1.5;
}
.fare2026_plan_text_list li:before{
	content: '・';
	position: absolute;
	left: 0;
}
.fare2026_plan_attention{
	text-indent: -50px;
	padding-left: 50px;
}
.i-special .fare2026_plan_title{
	background: #00B5C9;
}
.i-special .fare2026_plan_content{
	border: solid #00B5C9;
	border-width: 0 3px 3px 3px;
}

.i-special .fare2026_plan_text_lead,
.i-special .fare2026_plan_text_title{
	color: #00B5C9;
}
.i-flexible .fare2026_plan_title{
	background: #1251E5;
}
.i-flexible .fare2026_plan_content{
	border: solid #1251E5;
	border-width: 0 3px 3px 3px;
}

.i-flexible .fare2026_plan_text_lead,
.i-flexible .fare2026_plan_text_title{
	color: #1251E5;
}
.sale .fare2026_plan_title{
	background: #E4007F;
}
.sale .fare2026_plan_content{
	border: solid #E4007F;
	border-width: 0 3px 3px 3px;
}

.sale .fare2026_plan_text_lead,
.sale .fare2026_plan_text_title{
	color: #E4007F;
}
.fare_table_plan_img{
	display: block;
	width: 200px;
	height: 181px;
	margin-bottom: 10px;
}
.fare2026_thumb{
	width: 600px;
	margin: 0 auto;
}
.fare2026_merit{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 20px;
	margin-bottom: 40px;
}
.fare2026_merit_item {
	width: calc((100% / 3) - 20px);
}
.fare2026_merit_img{
	display: block;
	width: 145px;
	height: 145px;
	margin: 0 auto 20px;
}
.fare2026_merit_img.best{
	position: relative;
}
.fare2026_merit_img.best:before{
	content: "";
	position: absolute;
	top: -3px;
	left: -7px;
	width: 46px;
	height: 57px;
	background: url(/static/img/fare2026/best.png);
	background-size: contain;
}
.fare2026_merit_title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	color: #00205A;
	font-weight: bold;
}
.fare2026_merit_text {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
}
.fare2026_merit_text span {
	color: #E4007F;
}
.fare2026_merit_note{
	position: relative;
	padding-left: 1em;
	font-size: 14px;
	line-height: 1.5;
}
.fare2026_merit_note:before{
	content: '※';
	position: absolute;
	left: 0;
}
.fare2026_reservation{
	padding-top: 40px;
	border-top: 1px solid #BDBDBD;
}
.fare2026_reservation_text{
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
.fare2026_reservation_text + .fare2026_reservation_text{
	margin-top: 16px;
}
.link-btn__middle{
	margin: 40px auto;
}

@media screen and (max-width: 767px) {
	.fare2026_kv{
		padding-top: calc(300 / 375 * 100%);
	}
	.fare2026_kv_title {
		background: url(/static/img/fare2026/kv_title_sp.png) no-repeat top center;
		width: 100%;
		height: 100%;
		background-size: cover;
	}
	.fare2026_lead{
		padding: 50px 0 70px;
		background: url("/static/img/fare2026/lead_bg_01_sp.png") no-repeat bottom center;
		background-size: auto 100%;
		text-align: left;
		border-bottom: 3px solid #00205b;
	}
	.fare2026_lead:after{
		content: "";
		background: url("/static/img/fare2026/lead_bg_02_sp.png") repeat top center;
		background-size: cover;
	}
	.fare2026_lead_wrap {
		padding: 0 10px;
	}
	.fare2026_lead_wrap:after {
		content: "";
		top: -50px;
		border-top: 100px solid rgba(228, 0, 127, 0.05);
		border-right: 50px solid transparent;
	}
	.fare2026_lead_wrap:before {
		content: "";
		bottom: -70px;
		border-bottom: 108px solid rgba(228, 0, 127, 0.05);
		border-left: 56px solid transparent;
	}
	.fare2026_lead_sub{
		margin-bottom: 5px;
		font-size: 14px;
		padding: 0 5px;
	}
	.fare2026_lead_main{
		margin-bottom: 10px;
		font-size: 22px;
		padding: 0 5px;
	}
	.fare2026_lead_text{
		font-size: 16px;
		padding: 0 5px;
	}
	.fare2026_section{
		max-width: 100%;
		margin: 50px auto;
		padding: 0 2.66667%;
	}
	.fare2026_title{
		margin: 0 auto 20px;
		padding-bottom: 5px;
		font-size: 18px;
		line-height: 1.4;
	}
	.fare2026_title img{
		width: 43px;
		margin-right: 5px;
	}
	.text__lead {
		margin-bottom: 20px;
		text-align: left;
	}
	.fare2026_fare_item {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}
	.fare2026_fare_item img {
		width: 30px;
		height: 15px;
	}
	.fare2026_fare_before_wrap {
		width: 100%;
		gap: 5px;
	}
	.fare2026_fare_before {
		height: 56px;
		font-size: 16px;
	}
	.fare2026_fare_arrow {
		max-width: 30px;
	}
	.fare2026_fare_after_wrap {
		gap: 5px;
		max-width: 100%;
	}
	.fare2026_fare_after {
		gap: 5px;
		height: 56px;
		font-size: 18px;
		border-radius: 5px;
	}
	.fare2026_fare_after img {
		height: 24px;
		width: 24px;
	}
	.fare2026_fare_after.i-special,
	.fare2026_fare_after.i-flexible {
		flex-direction: column;
		width: calc(50% - 5px);
		padding: 15px 10px;
	}
	.fare2026_plan_list{
		margin-bottom: 10px;
	}
	.fare2026_plan_title{
		font-size: 14px;
		line-height: 50px;
		gap: 5px;
	}
	.fare2026_plan_title img{
		width: 24px;
		height: 24px;
	}
	.fare2026_plan_content{
		flex-direction: column;
		padding: 20px;
		border-radius: 0 0 10px 10px;
		gap: 10px;
	}
	.fare2026_plan_img{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		height: auto;
		gap: 10px;
	}
	.fare2026_plan_img img{
		width: 70px;
		height: auto;
	}
	.fare2026_plan_text_lead{
		margin-bottom: 0;
		font-size: 14px;
	}
	.fare2026_plan_text_title{
		margin-bottom: 0;
		font-size: 20px;
		line-height: 1.5;
	}
	.fare2026_plan_text_detail{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.fare2026_thumb{
		width: 100%;
	}
	.fare2026_merit{
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
	}
	.fare2026_merit_item {
		width: 100%;
	}
	.fare2026_merit_img{
		margin: 0 auto 10px;
	}
	.fare2026_merit_img.best:before{
		content: "";
		top: -2px;
		left: -7px;
	}
	.fare2026_merit_title {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.fare2026_merit_text {
		margin-bottom: 5px;
		text-align: left;
	}
	.fare2026_reservation{
		padding-top: 20px;
	}
	.fare2026_reservation_text{
		text-align: left;
	}
	.link-btn__middle{
		margin: 20px auto;
	}
}