@charset "utf-8";

/* =====================
   Price page
   ===================== */
#price {
	overflow-x: clip;
	font-family: 'Noto Sans Japanese', sans-serif;
}

body.page-template-page-price,
body.page-id-2602,
body.price {
	overflow-x: hidden;
}

#price .intro-title,
#price .intro-lead,
#price .overview,
#price .section > .trial,
#price .section > .course,
#price .section > .plan-support,
#price .section > .service,
#price .section > .payment,
#price .cta {
	width: calc(100% - 60px);
	max-width: 960px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}

#price .intro-title {
	margin-bottom: 50px;
	clear: both;
	font-size: 160%;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
#price .intro-title-mark {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: middle;
}
#price .intro-title-mark-left {
	width: 12px;
	height: 24px;
	margin-right: 12px;
	background-image: url(../img/item9.png);
}
#price .intro-title-mark-right {
	width: 12px;
	height: 24px;
	margin-left: 12px;
	background-color: #fbfdfd;
	background-image: url(../img/item10.png);
}
#price .intro-lead {
	margin-bottom: 40px;
	clear: both;
	font-size: 100%;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.1em;
}

#price .overview {
	margin-top: 42px;
	margin-bottom: 54px;
}
#price .overview-list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
#price .overview-item {
	width: calc((100% - 32px) / 3);
}
#price .overview-link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 160px;
	padding: 22px 20px 42px;
	border: 1px solid #111;
	background: #fff;
	box-sizing: border-box;
	color: #111;
	text-decoration: none;
	transition: .25s linear;
}
#price .overview-link:hover {
	opacity: .68;
}
#price .overview-label {
	display: block;
	color: #d4145a;
	font-size: 12px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.18em;
}
#price .overview-link::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 18px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 9px solid #111;
	transform: translateX(-50%);
}
#price .overview-title {
	display: block;
	margin-top: 12px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
#price .overview-text {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.7;
}

#price .section {
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 140px;
	scroll-margin-top: 0;
}
#price #common-service {
	margin-bottom: 140px;
}
#price .section-heading {
	margin-bottom: 50px;
	clear: both;
	background-color: #000;
	color: #fff;
	font-size: 180%;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
}
#price .section-subheading {
	margin-bottom: 30px;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
	clear: both;
	font-size: 18px;
	line-height: 40px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
}
#price .section-lead {
	margin: 0 10px 40px;
	clear: both;
	font-size: 100%;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.1em;
}

#price .trial-body {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 0;
}
#price .trial-image,
#price .trial-text {
	float: none;
	margin: 0;
	padding: 0;
}
#price .trial-image {
	width: 38%;
}
#price .trial-image img {
	width: 100%;
	height: auto;
}
#price .trial-text {
	width: calc(62% - 40px);
}
#price .trial-copy {
	margin-bottom: 14px;
	clear: both;
	font-size: 100%;
	line-height: 36px;
	letter-spacing: 0.1em;
}
#price .trial-copy:last-child {
	margin-bottom: 0;
}
#price .trial-copy a {
	color: #111;
	text-decoration: underline;
	text-underline-offset: 3px;
}

#price .course,
#price .plan-support,
#price .service,
#price .payment {
	margin-bottom: 0;
}
#price .course-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}
#price .course-item {
	float: none;
	width: calc((100% - 24px) / 2);
	margin: 0;
}
#price .course-item img {
	width: 100%;
	height: auto;
}
#price .course-note {
	margin-top: 20px;
	margin-bottom: 0;
	clear: both;
	font-size: 100%;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.1em;
}
#price #ticket-course .course {
	border-bottom: none;
}

#price .monthly-table {
	width: 100%;
	border: 1px solid #e4e1da;
	box-sizing: border-box;
}
#price .monthly-row {
	display: flex;
	align-items: stretch;
	background: #fff;
}
#price .monthly-row:nth-child(odd):not(.monthly-row-head) {
	background: #f4f2ea;
}
#price .monthly-row-head {
	background: #373332;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
}
#price .monthly-cell {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 22px 24px;
	font-size: 15px;
	line-height: 1.7;
}
#price .monthly-cell-course {
	justify-content: center;
	width: 24%;
	font-weight: bold;
	white-space: nowrap;
}
#price .monthly-cell-course span {
	margin-right: 8px;
	font-size: 34px;
	line-height: 1;
	font-weight: 500;
}
#price .monthly-cell-purpose {
	width: 48%;
}
#price .monthly-cell-purpose ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#price .monthly-cell-purpose li {
	position: relative;
	margin-top: 4px;
	padding-left: 20px;
}
#price .monthly-cell-purpose li:first-child {
	margin-top: 0;
}
#price .monthly-cell-purpose li::before {
	content: "";
	position: absolute;
	top: .6em;
	left: 0;
	width: 9px;
	height: 9px;
	border: 1px solid #9c874f;
	box-sizing: border-box;
}
#price .monthly-cell-price {
	justify-content: center;
	width: 28%;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 0.04em;
	white-space: nowrap;
}
#price .monthly-notes {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.04em;
}
#price .monthly-notes li::before {
	content: "※";
}

#price .plan-support {
	margin-top: 36px;
}
#price .plan-support-title {
	margin-bottom: 0;
	clear: both;
	font-size: 160%;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
#price .support-list {
	display: flex;
	gap: 40px;
	margin-top: 28px;
}
#price .support-card {
	width: calc((100% - 40px) / 2);
}
#price .support-card:only-child {
	width: 100%;
	max-width: 620px;
	margin-right: auto;
	margin-left: auto;
}
#price .support-card img {
	width: 100%;
	height: auto;
}
#price .support-title {
	margin-top: 16px;
	margin-bottom: 20px;
	clear: both;
	font-size: 110%;
	line-height: 40px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
}
#price .support-text {
	margin: 10px 10px 0;
	clear: both;
	font-size: 110%;
	line-height: 30px;
	letter-spacing: 0.1em;
}

#price .comparison {
	width: calc(100% - 60px);
	max-width: 960px;
	box-sizing: border-box;
	margin: 90px auto 0;
}
#price .comparison-label,
#price .comparison-title,
#price .comparison-lead {
	clear: both;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
#price .comparison-label,
#price .comparison-title {
	margin-bottom: 50px;
	font-size: 160%;
	line-height: 40px;
}
#price .comparison-title {
	font-size: 120%;
}
#price .comparison-lead {
	margin-bottom: 40px;
	font-size: 160%;
	line-height: 40px;
}
#price .comparison-table-scroll {
	width: 100%;
	margin: 0 auto;
	overflow-x: visible;
}
#price .comparison-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 6px;
	table-layout: fixed;
	color: #152b53;
	font-weight: bold;
}
#price .comparison-table caption {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}
#price .comparison-col-label {
	width: 22%;
}
#price .comparison-col-brand,
#price .comparison-table col:not(.comparison-col-label):not(.comparison-col-brand) {
	width: 26%;
}
#price .comparison-table th,
#price .comparison-table td {
	vertical-align: middle;
	min-height: 66px;
	padding: 14px 12px;
	box-sizing: border-box;
	background: #e9f2f4;
	font-size: 18px;
	line-height: 1.55;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.03em;
}
#price .comparison-table td > span {
	display: block;
}
#price .comparison-table thead th {
	min-height: 58px;
	background: #152b53;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
}
#price .comparison-table thead .comparison-cell-label {
	background: transparent;
}
#price .comparison-table thead th:not(.comparison-cell-label) {
	border-radius: 14px 14px 0 0;
}
#price .comparison-table thead .comparison-cell-brand {
	background: linear-gradient(100deg, #16a5dc 0%, #19c889 100%);
	color: #fff;
	font-size: 24px;
	letter-spacing: 0.08em;
}
#price .comparison-cell-label {
	background: #152b53;
	border-radius: 14px 0 0 14px;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
}
#price .comparison-table tbody th.comparison-cell-label {
	background: #152b53;
	color: #fff;
}
#price .comparison-cell-brand {
	background: #e7f2f4;
}
#price .comparison-mark {
	display: block;
	margin-bottom: 4px;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
}
#price .comparison-mark-best {
	color: #e60012;
}
#price .comparison-note {
	margin-top: 28px;
	margin-bottom: 0;
	clear: both;
	font-size: 100%;
	line-height: 36px;
	letter-spacing: 0.1em;
}

#price .service-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#price .service-copy {
	margin-bottom: 34px;
	clear: both;
	color: #152b53;
	font-size: 22px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
}
#price .service-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	float: none;
	width: calc((100% - 40px) / 3);
	min-height: 190px;
	margin: 0;
	padding: 24px 14px;
	border: 1px solid #152b53;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
}
#price .service-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	max-width: 100%;
	margin-bottom: 0;
}
#price .service-icon img {
	width: 200px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
#price .service-icon-locker img {
	transform: translateY(-8px);
}
#price .service-title {
	display: block;
	color: #152b53;
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0.08em;
}

#price .payment {
	margin-top: 90px;
	text-align: center;
}
#price .payment-heading {
	margin-bottom: 50px;
	clear: both;
	font-size: 200%;
	line-height: 40px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
}
#price .payment-text {
	margin-bottom: 40px;
	clear: both;
	font-size: 100%;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.1em;
}
#price .payment-limit {
	margin-bottom: 50px;
	clear: both;
	font-size: 160%;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
#price .payment-price {
	margin-bottom: 80px;
	clear: both;
	font-size: 240%;
	line-height: 40px;
	font-weight: 600;
	text-align: center;
}
#price .payment-price > span {
	padding-bottom: 10px;
	border-bottom: 3px solid #000;
}
#price .payment-price-small {
	padding-right: 10px;
	font-size: 60%;
}
#price .payment-image {
	margin: 0 auto 26px;
	clear: both;
	text-align: center;
}
#price .payment-image img {
	width: 100%;
	max-width: 400px;
	height: auto;
}

#price .cta {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 38px 42px;
	border: 4px solid #111;
	background-color: #fff;
	color: #111;
	text-align: center;
}
#price .cta-text {
	margin-bottom: 0;
	color: #111;
	font-size: 15px;
	line-height: 1.9;
}
#price .cta-actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 28px;
	margin-bottom: 0;
}
#price .cta-web,
#price .cta-line,
#price .cta-flow {
	width: 300px;
}
#price .cta-web a,
#price .cta-line a,
#price .cta-flow a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 62px;
	padding: 5px 14px 0;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	transition: .25s linear;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
#price .cta-web a {
	border: 1px solid #fff36b;
	background: linear-gradient(45deg, #f7b1a8 0%, #fff08a 35%, #fff200 50%, #fff08a 65%, #f7b1a8 100%);
	background-size: 200% 200%;
	background-position: 100% 0;
	color: #111;
}
#price .cta-web a:hover {
	background-position: 0 100%;
	color: #111;
}
#price .cta-line a {
	border: 1px solid #06c755;
	background-color: #fff;
	color: #06c755;
}
#price .cta-line a:hover {
	border-color: #05b84f;
	background-color: #05b84f;
	color: #fff;
}
#price .cta-flow a {
	border: 1px solid #111;
	background-color: #fff;
	color: #111;
}
#price .cta-flow a:hover {
	background-color: #111;
	color: #fff;
}

#price .booking {
	clear: both;
	width: 100%;
	padding: 100px 0;
	background-image: url(../img/bana02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#price .booking-head {
	text-align: center;
}
#price .booking-label {
	margin-bottom: 20px;
	color: #d9e021;
	font-family: 'Satisfy', cursive;
	font-size: 150%;
	line-height: 36px;
	text-align: center;
}
#price .booking-title {
	margin-bottom: 40px;
	color: #d9e021;
	font-size: 210%;
	line-height: 36px;
	font-weight: 600;
	text-align: center;
}
#price .booking-title span {
	display: inline-block;
	padding: 20px;
	border: 1px solid #d9e021;
}
#price .booking-text {
	margin-bottom: 20px;
	color: #d9e021;
	font-size: 100%;
	line-height: 36px;
	text-align: center;
}
#price .store-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 24px;
	width: calc(100% - 60px);
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}
#price .store-card {
	display: flex;
	flex-direction: column;
	width: calc((100% - 48px) / 3);
	padding: 26px 22px;
	border: 2px solid #d9e021;
	background: rgba(255,255,255,.1);
	box-sizing: border-box;
	text-align: center;
}
#price .store-name {
	margin-bottom: 14px;
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
}
#price .store-card-line {
	display: block;
	width: 54px;
	height: 2px;
	margin: 0 auto 18px;
	background: #d9e021;
}
#price .store-contact {
	margin-top: 0;
	padding: 0;
	border: none;
	background: transparent;
}
#price .store-tel,
#price .store-hours {
	color: #d9e021;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}
#price .store-tel {
	margin-bottom: 0;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#price .store-tel a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}
#price .store-hours {
	letter-spacing: 0.1em;
}
#price .store-line {
	margin-top: 20px;
	margin-bottom: 0;
}
#price .store-line a {
	display: block;
	width: 100%;
	padding: 14px 0;
	border: 2px solid #d9e021;
	background: #d9e021;
	color: #111;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	transition: .25s linear;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
#price .store-line a:hover {
	background: rgba(255,255,255,.1);
	color: #fff;
}

#price .related {
	display: flex;
	clear: both;
	width: 100%;
	overflow: hidden;
}
#price .related-card {
	width: 50%;
	padding-top: 250px;
	padding-bottom: 130px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	box-sizing: border-box;
}
#price .related-card-food {
	background-image: url(../img/bana04.png);
}
#price .related-card-training {
	background-image: url(../img/bana05.png);
}
#price .related-heading {
	margin-bottom: 35px;
	color: #fff;
	font-size: 190%;
	line-height: 36px;
	font-weight: 600;
	text-align: center;
}
#price .related-subheading {
	font-size: 50%;
	line-height: 20px;
	font-weight: 500;
}
#price .related-text {
	margin-bottom: 40px;
	clear: both;
	color: #fff;
	font-size: 100%;
	line-height: 36px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
}
#price .related-button {
	display: block;
	width: 100%;
	clear: both;
}
#price .related-button a {
	display: block;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px 0;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	font-size: 100%;
	font-weight: bold;
}
#price .related-button a:hover {
	border-color: #ccc;
	color: #ccc;
}

@media screen and (max-width: 767px) {
	#price .intro-title,
	#price .intro-lead,
	#price .overview,
	#price .section > .trial,
	#price .section > .course,
	#price .section > .plan-support,
	#price .section > .service,
	#price .section > .payment,
	#price .cta {
		width: calc(100% - 40px);
	}
	#price .intro-title {
		margin-bottom: 32px;
		font-size: 140%;
		line-height: 1.6;
	}
	#price .intro-lead {
		margin-bottom: 32px;
		line-height: 1.9;
		text-align: left;
	}
	#price .overview {
		margin: 32px auto 38px;
	}
	#price .overview-list {
		display: block;
	}
	#price .overview-item {
		width: 100%;
		margin-top: 12px;
	}
	#price .overview-item:first-child {
		margin-top: 0;
	}
	#price .overview-link {
		min-height: 0;
		padding: 20px;
	}
	#price .overview-title {
		font-size: 17px;
	}
	#price .section {
		padding-top: 80px;
	}
	#price #common-service {
		margin-bottom: 80px;
	}
	#price .section-heading {
		margin-bottom: 32px;
		font-size: 150%;
		line-height: 44px;
	}
	#price .section-subheading {
		font-size: 18px;
		line-height: 1.6;
	}
	#price .section-lead {
		margin-right: 0;
		margin-left: 0;
		text-align: left;
		line-height: 1.8;
	}
	#price .monthly-table {
		border: none;
	}
	#price .monthly-row,
	#price .monthly-cell {
		display: block;
	}
	#price .monthly-row {
		margin-top: 14px;
		border: 1px solid #e4e1da;
		background: #fff;
	}
	#price .monthly-row:first-child {
		margin-top: 0;
	}
	#price .monthly-row-head {
		display: none;
	}
	#price .monthly-row:nth-child(odd):not(.monthly-row-head) {
		background: #fff;
	}
	#price .monthly-cell {
		width: 100%;
		padding: 16px 18px;
	}
	#price .monthly-cell-course {
		border-bottom: 1px solid #e4e1da;
		background: #f4f2ea;
		text-align: center;
	}
	#price .monthly-cell-course span {
		font-size: 32px;
	}
	#price .monthly-cell-purpose {
		font-size: 14px;
	}
	#price .monthly-cell-price {
		padding-top: 0;
		text-align: center;
		font-size: 24px;
	}
	#price .monthly-notes {
		font-size: 12px;
		line-height: 1.7;
	}
	#price .trial-body {
		display: block;
		margin-bottom: 0;
	}
	#price .trial-image,
	#price .trial-text {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#price .trial-image {
		margin-bottom: 20px;
	}
	#price .trial-copy {
		margin-bottom: 10px;
		line-height: 1.6;
	}
	#price .course-list {
		gap: 18px 14px;
	}
	#price .course-item {
		width: calc((100% - 14px) / 2);
	}
	#price .plan-support-title {
		font-size: 130%;
		line-height: 1.6;
	}
	#price .support-list {
		display: block;
	}
	#price .support-card {
		width: 100%;
		margin-top: 28px;
	}
	#price .support-card:first-child {
		margin-top: 0;
	}
	#price .comparison {
		width: calc(100% - 40px);
		margin-top: 60px;
	}
	#price .comparison-label,
	#price .comparison-title {
		margin-bottom: 32px;
		line-height: 1.6;
	}
	#price .comparison-label {
		font-size: 130%;
	}
	#price .comparison-title {
		font-size: 120%;
	}
	#price .comparison-lead {
		margin-bottom: 28px;
		font-size: 120%;
		line-height: 1.8;
		text-align: left;
	}
	#price .comparison-table-scroll {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 8px;
	}
	#price .comparison-table {
		width: 438px;
		min-width: 438px;
		border-spacing: 4px;
	}
	#price .comparison-table th,
	#price .comparison-table td {
		padding: 8px 5px;
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: 0;
	}
	#price .comparison-table thead th {
		font-size: 11px;
	}
	#price .comparison-table thead .comparison-cell-brand {
		font-size: 13px;
	}
	#price .comparison-cell-label {
		font-size: 10px;
		line-height: 1.4;
	}
	#price .comparison-mark {
		margin-bottom: 2px;
		font-size: 15px;
	}
	#price .comparison-note {
		font-size: 90%;
		line-height: 1.8;
	}
	#price .service-list {
		gap: 14px;
	}
	#price .service-copy {
		margin-bottom: 24px;
		font-size: 17px;
		line-height: 1.6;
	}
	#price .service-item {
		width: calc((100% - 14px) / 2);
		min-height: 154px;
		padding: 18px 10px;
	}
	#price .service-icon {
		width: 200px;
		max-width: 100%;
		margin-bottom: 0;
	}
	#price .service-title {
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.04em;
	}
	#price .payment {
		margin-top: 60px;
	}
	#price .payment-heading {
		font-size: 150%;
		line-height: 1.5;
	}
	#price .payment-text {
		line-height: 1.8;
		text-align: left;
	}
	#price .payment-limit {
		font-size: 130%;
		line-height: 1.5;
	}
	#price .payment-price {
		font-size: 180%;
	}
	#price .cta {
		margin: 28px auto;
		padding: 28px 20px;
	}
	#price .cta-text {
		font-size: 14px;
		text-align: left;
	}
	#price .cta-actions {
		display: block;
	}
	#price .cta-web,
	#price .cta-line,
	#price .cta-flow {
		width: 100%;
		margin-top: 12px;
	}
	#price .cta-web {
		margin-top: 0;
	}
	#price .cta-web a,
	#price .cta-line a,
	#price .cta-flow a {
		font-size: 14px;
	}
	#price .booking {
		padding: 80px 0;
	}
	#price .booking-title {
		font-size: 160%;
		line-height: 1.4;
	}
	#price .store-list {
		display: block;
		width: calc(100% - 40px);
	}
	#price .store-card {
		width: 100%;
		margin-bottom: 30px;
	}
	#price .store-card:last-child {
		margin-bottom: 0;
	}
	#price .related {
		display: block;
	}
	#price .related-card {
		width: 100%;
		padding-top: 100px;
		padding-bottom: 60px;
	}
	#price .related-button a {
		width: calc(100% - 40px);
		max-width: 330px;
	}
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	#price .store-list {
		width: calc(100% - 40px);
		gap: 18px;
	}
	#price .store-card {
		width: calc((100% - 18px) / 2);
	}
}
