@charset "UTF-8";
/**
 * Template: snow-monkey
 * Theme Name: 田島石油　車検LP
 */

/* フォント */
:root {
	--font-family: "Noto Sans JP", sans-serif;
}
@media not all and (min-width: 640px) {
	:root {
		--_global--font-size-px: 14px;
	}
}

/* ボタン */
.smb-btn {
	border-radius: 9999px;
}
@media (hover: hover) and (pointer: fine) {
	.smb-btn:active, .smb-btn:focus, .smb-btn:hover {
		-webkit-filter: brightness(110%);
		        filter: brightness(110%);
	}
}

/* 改行 */
@media (min-width: 640px) {
	br.sp {
		display: none;
	}
}
@media (min-width: 1024px) {
	br.tb {
		display: none;
	}
}
@media (max-width: 1024px) {
	br.pc {
		display: none;
	}
}
/* 非表示 */
@media not all and (min-width: 640px) {
	p.sp-hidden {
		display: none;
	}
}

/* セクション */
.smb-section {
	--smb-section--padding: 80px;
}
@media not all and (min-width: 1024px) {
	.smb-section {
		--smb-section--padding: 60px;
	}
}
@media not all and (min-width: 640px) {
	.smb-section {
		--smb-section--padding: 40px;
	}
}

/* ヘッダー */
@media not all and (min-width: 1024px) {
	.l-header {
		overflow: visible;
	}
}
@media (min-width: 1024px) {
	.l-header .l-1row-header__branding {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media not all and (min-width: 1024px) {
	.l-header .u-invisible-md-down {
		display: block !important;
	}
}
.l-header .header-cta-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 35px;
}
@media not all and (min-width: 1024px) {
	.l-header .header-cta-items {
		gap: 20px;
	}
}
@media not all and (min-width: 640px) {
	.l-header .header-cta-items {
		gap: 10px;
	}
}
.l-header .header-cta-buttons {
	grid-column: 2/3;
	grid-row: 1/2;
}
.l-header .header-cta-button .header-cta-button_link {
	-webkit-transition: -webkit-filter 0.2s ease-out;
	transition: -webkit-filter 0.2s ease-out;
	transition: filter 0.2s ease-out;
	transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
	.l-header .header-cta-button .header-cta-button_link:active, .l-header .header-cta-button .header-cta-button_link:focus, .l-header .header-cta-button .header-cta-button_link:hover {
		-webkit-filter: brightness(110%);
		        filter: brightness(110%);
	}
}
.l-header .tel-button .header-cta-button_link {
	text-decoration: none;
	display: grid;
	grid-template-columns: -webkit-min-content 1fr;
	grid-template-columns: min-content 1fr;
	grid-template-columns: min-content 1fr;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 20px;
}
@media not all and (min-width: 1024px) {
	.l-header .tel-button .header-cta-button_link {
		gap: 0;
	}
}
.l-header .tel-button .header-cta-button_link::before {
	grid-column: 1/2;
	grid-row: 1/3;
	display: block;
	content: "";
	background-image: url(/shaken/wp-content/uploads/2025/12/tel-icon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
}
@media not all and (min-width: 1024px) {
	.l-header .tel-button .header-cta-button_link::before {
		width: 44px;
		height: 44px;
	}
}
@media not all and (min-width: 640px) {
	.l-header .tel-button .header-cta-button_link::before {
		width: 36px;
		height: 36px;
	}
}
.l-header .tel-button .header-cta-button_text {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}
@media not all and (min-width: 1024px) {
	.l-header .tel-button .header-cta-button_text {
		display: none;
	}
}
.l-header .tel-times {
	grid-column: 2/3;
	grid-row: 2/3;
	justify-self: end;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}
@media not all and (min-width: 1024px) {
	.l-header .tel-times {
		display: none;
	}
}
.l-header .reservation-button .header-cta-button_link {
	text-decoration: none;
	color: #fff;
	background-color: var(--accent-color);
	border: 2px solid rgba(255, 255, 255, 0.9);
	border-radius: 9999px;
	-webkit-box-shadow: inset 0px -10px 40px rgba(197, 4, 4, 0.4);
	        box-shadow: inset 0px -10px 40px rgba(197, 4, 4, 0.4);
	padding: 20px 30px;
	white-space: nowrap;
	position: relative;
}
@media not all and (min-width: 1024px) {
	.l-header .reservation-button .header-cta-button_link {
		padding: 10px 20px;
	}
}
@media not all and (min-width: 640px) {
	.l-header .reservation-button .header-cta-button_link {
		padding: 8px 16px;
	}
}
.l-header .reservation-button .header-cta-button_link::after {
	content: "";
	background-image: url(/shaken/wp-content/uploads/2025/12/reservation-icon-s.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 58px;
	height: 75px;
	position: absolute;
	right: 0;
	bottom: -80%;
}
@media not all and (min-width: 1024px) {
	.l-header .reservation-button .header-cta-button_link::after {
		width: 36px;
		height: 47px;
	}
}
@media not all and (min-width: 640px) {
	.l-header .reservation-button .header-cta-button_link::after {
		width: 30px;
		height: 39px;
		right: -10%;
		bottom: -45%;
	}
}
.l-header .reservation-button .header-cta-button_text {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	white-space: nowrap;
}
@media not all and (min-width: 1024px) {
	.l-header .reservation-button .header-cta-button_text {
		font-size: 18px;
	}
}
@media not all and (min-width: 640px) {
	.l-header .reservation-button .header-cta-button_text {
		font-size: 14px;
	}
}

/* FV */
section.fv {
	--smb-section--padding: 0;
}
section.fv .fv-img img {
	width: 100vw;
}
section.fv .fv-img-sp {
	margin-top: 0;
}

/* 安心の理由 */
section.reason {
	--smb-section--padding: 50px;
}
@media not all and (min-width: 1024px) {
	section.reason {
		--smb-section--padding: 30px;
	}
}
@media not all and (min-width: 640px) {
	section.reason {
		--smb-section--padding: 20px;
	}
}
section.reason .reason-title-box {
	background-color: var(--accent-color);
	padding: 60px 90px;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-title-box {
		padding: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.reason .reason-title-box {
		padding: 20px;
	}
}
section.reason .reason-title {
	color: #fff;
	font-size: 36px;
	line-height: 1;
}
@media not all and (min-width: 640px) {
	section.reason .reason-title {
		font-size: 20px;
	}
}
section.reason .reason-title-img {
	margin-top: 20px;
}
section.reason .reason-heading-group {
	display: grid;
	grid-template-columns: -webkit-min-content 1fr;
	grid-template-columns: min-content 1fr;
	grid-template-rows: -webkit-min-content 1fr;
	grid-template-rows: min-content 1fr;
	gap: 20px 30px;
}
@media not all and (min-width: 640px) {
	section.reason .reason-heading-group {
		gap: 15px;
	}
}
section.reason .reason-heading-group > :not(:first-child) {
	margin-top: 0;
}
section.reason .reason-heading-group + * {
	margin-top: 40px;
}
@media not all and (min-width: 640px) {
	section.reason .reason-heading-group + * {
		margin-top: 20px;
	}
}
section.reason .reason-items {
	margin-top: 100px;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-items {
		margin-top: 40px;
	}
}
section.reason .reason-items .c-row--margin {
	--_gap: 60px;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-items .c-row--margin {
		--_gap: 30px;
	}
}
@media (min-width: 1024px) {
	section.reason .reason-items .text-col {
		--_item-width: calc(100% - 560px);
	}
}
section.reason .reason-items .text-col .smb-items__item__body > p {
	line-height: 1.25;
}
@media (min-width: 1024px) {
	section.reason .reason-items .image-col {
		--_item-width: 560px;
	}
}
section.reason .reason-items + .reason-items {
	margin-top: 80px;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-items + .reason-items {
		margin-top: 40px;
	}
}
section.reason .reason-num {
	grid-column: 1/2;
	grid-row: 1/3;
	font-family: "Roboto", sans-serif;
	font-size: 96px;
	font-weight: 700;
	line-height: 0.65;
}
@media not all and (min-width: 640px) {
	section.reason .reason-num {
		font-size: 60px;
	}
}
section.reason .reason-heading-main {
	grid-column: 2/3;
	grid-row: 1/2;
	color: var(--accent-color);
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1;
	margin-left: 0 !important;
}
@media not all and (min-width: 640px) {
	section.reason .reason-heading-main {
		font-size: 28px;
	}
}
section.reason .reason-heading-sub {
	grid-column: 2/3;
	grid-row: 2/3;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1;
	margin-left: 0 !important;
}
@media not all and (min-width: 640px) {
	section.reason .reason-heading-sub {
		font-size: 18px;
	}
}

/* 特典割引 */
section.discount {
	--smb-section--padding: 60px;
}
@media not all and (min-width: 640px) {
	section.discount {
		--smb-section--padding: 40px;
	}
}
section.discount .c-container {
	--_container-max-width: 1266px;
}
section.discount .discount-title {
	color: #fff;
	font-size: 48px;
	line-height: 1;
}
@media not all and (min-width: 1024px) {
	section.discount .discount-title {
		font-size: 32px;
	}
}
@media not all and (min-width: 640px) {
	section.discount .discount-title {
		font-size: 24px;
	}
}
section.discount .discount-title-img {
	margin-top: 60px;
}
@media not all and (min-width: 1024px) {
	section.discount .discount-title-img {
		width: 300px;
		margin-top: 30px;
	}
}
@media not all and (min-width: 640px) {
	section.discount .discount-title-img {
		width: 200px;
	}
}
section.discount .discount-lead {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.25;
}
@media not all and (min-width: 1024px) {
	section.discount .discount-lead {
		font-size: 32px;
	}
}
@media not all and (min-width: 640px) {
	section.discount .discount-lead {
		font-size: 22px;
	}
}
section.discount .discount-items {
	margin-top: 40px;
}
@media not all and (min-width: 640px) {
	section.discount .discount-items {
		margin-top: 30px;
	}
}
section.discount .discount-items .c-row--margin {
	--_gap: 55px;
}
@media not all and (min-width: 640px) {
	section.discount .discount-items .c-row--margin {
		--_gap: 20px;
	}
}
section.discount .discount-item .smb-items__item__body {
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 0 #D9D9D9;
	        box-shadow: 5px 5px 0 #D9D9D9;
	padding: 30px 20px;
}
@media not all and (min-width: 640px) {
	section.discount .discount-item .smb-items__item__body {
		padding: 20px;
	}
}
section.discount .discount-item .smb-items__item {
	height: 100;
}
@media (min-width: 1024px) {
	section.discount .discount-item.point-01 .discount-heading, section.discount .discount-item.point-02 .discount-heading {
		font-size: 40px;
	}
	section.discount .discount-item.point-01 .discount-amount, section.discount .discount-item.point-02 .discount-amount {
		font-size: 40px;
	}
	section.discount .discount-item.point-01 .discount-amount .sme-text-color, section.discount .discount-item.point-02 .discount-amount .sme-text-color {
		font-size: 2.375em;
	}
	section.discount .discount-item.point-01 .smb-items__item__body {
		padding: 30px 80px;
	}
	section.discount .discount-item.point-02 .smb-items__item__body {
		padding: 30px 60px;
	}
	section.discount .discount-item.point-03 {
		--_item-width: 36.6%;
	}
	section.discount .discount-item.point-04, section.discount .discount-item.point-05 {
		--_item-width: 31.7%;
	}
}
section.discount .discount-heading-group {
	background-color: #FFEE00;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 30px;
}
@media not all and (min-width: 640px) {
	section.discount .discount-heading-group {
		gap: 15px;
	}
}
section.discount .discount-heading-group > :not(:first-child) {
	margin-top: 0;
}
section.discount .discount-num {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1.875;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
@media not all and (min-width: 640px) {
	section.discount .discount-num {
		font-size: 20px;
	}
}
section.discount .discount-heading {
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	margin-left: 0 !important;
}
@media not all and (min-width: 640px) {
	section.discount .discount-heading {
		font-size: 24px;
	}
}
section.discount .discount-text {
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
}
@media not all and (min-width: 640px) {
	section.discount .discount-text {
		font-size: 20px;
	}
}
section.discount .discount-amount {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	padding-top: 20px;
}
@media not all and (min-width: 640px) {
	section.discount .discount-amount {
		font-size: 16px;
	}
}
section.discount .discount-amount .sme-text-color {
	font-family: "Roboto", sans-serif;
	font-size: 2.667em;
	font-weight: 700;
	line-height: 0.95;
	padding-right: 10px;
}

/* 料金表 */
section.price .price-table {
	overflow-x: auto;
	overflow-y: hidden;
}
section.price .price-table .price-table-inner {
	min-width: 1080px;
}
@media not all and (min-width: 640px) {
	section.price .price-table .price-table-inner {
		min-width: 750px;
	}
}
section.price .price-table-heading .c-row {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	max-width: 1080px;
}
section.price .price-table-heading .c-row--margin {
	--_gap: 2px;
}
section.price .price-table-heading .smb-items__item__body {
	padding: 10px;
}
@media not all and (min-width: 640px) {
	section.price .price-table-heading .smb-items__item__body {
		padding: 10px 5px;
	}
}
section.price .price-th-col._01 {
	--_item-width: 20%;
}
section.price .price-th-col._02, section.price .price-th-col._03, section.price .price-th-col._04, section.price .price-th-col._05, section.price .price-th-col._06 {
	--_item-width: 11.5%;
}
section.price .price-th-col._07 {
	--_item-width: 22.5%;
}
section.price .price-th-text {
	font-weight: 700;
	line-height: 1.7;
}
section.price .price-table-row {
	border-bottom: 1px solid #7f7f7f;
	margin-top: 0;
}
section.price .price-table-row .c-row {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	max-width: 1080px;
}
section.price .price-table-row .c-row--margin {
	--_gap: 2px;
}
section.price .price-table-row .smb-items__item__body {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 40px 10px;
}
@media not all and (min-width: 640px) {
	section.price .price-table-row .smb-items__item__body {
		padding: 15px 5px;
	}
	section.price .price-table-row .smb-items__item__body:is(._01 *) {
		padding: 15px;
	}
}
section.price .price-tr-col._01 {
	--_item-width: 20%;
}
section.price .price-tr-col._02, section.price .price-tr-col._03, section.price .price-tr-col._04, section.price .price-tr-col._05, section.price .price-tr-col._06 {
	--_item-width: 11.5%;
}
section.price .price-tr-col._07 {
	--_item-width: 22.5%;
}
section.price .car-text {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1.2;
	margin-top: 20px !important;
}
@media not all and (min-width: 640px) {
	section.price .car-text {
		font-size: 14px;
	}
}
section.price .price-amount {
	font-size: 14px;
	line-height: 1.15;
	margin-bottom: auto !important;
}
@media not all and (min-width: 640px) {
	section.price .price-amount {
		font-size: 12px;
	}
}
section.price .price-amount .has-sm-l-font-size {
	font-size: 1.7em !important;
	line-height: 1.15;
	padding-right: 8px;
}
@media not all and (min-width: 640px) {
	section.price .price-amount .has-sm-l-font-size {
		font-size: 1.5em !important;
		padding-right: 2px;
	}
}
section.price .price-amount-del {
	font-size: 14px;
	line-height: 1.15;
	position: relative;
}
section.price .price-amount-del .has-sm-l-font-size {
	font-size: 1.4em !important;
}
section.price .price-amount-del::before {
	content: "";
	background-color: var(--accent-color);
	width: calc(100% + 10px);
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
section.price .price-amount-total {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
	margin-top: 0 !important;
}
@media not all and (min-width: 640px) {
	section.price .price-amount-total {
		font-size: 14px;
	}
}
section.price .price-amount-total .has-sm-l-font-size {
	font-size: 2em !important;
	line-height: 1.15;
	padding-right: 5px;
}
@media not all and (min-width: 640px) {
	section.price .price-amount-total .has-sm-l-font-size {
		padding-right: 2px;
	}
}
section.price .scroll-hint {
	color: #777;
	font-size: 0.8em;
	margin-bottom: 10px;
}
section.price .scroll-hint + * {
	margin-top: 0;
}

/* 特典無料進呈 */
section.benefit .benefit-title {
	font-size: 48px;
	line-height: 1;
}
@media not all and (min-width: 1024px) {
	section.benefit .benefit-title {
		font-size: 32px;
	}
}
@media not all and (min-width: 640px) {
	section.benefit .benefit-title {
		font-size: 20px;
	}
}
section.benefit .benefit-title-img {
	margin-top: 40px;
}
@media not all and (min-width: 1024px) {
	section.benefit .benefit-title-img {
		width: 400px;
		margin-top: 30px;
	}
}
@media not all and (min-width: 640px) {
	section.benefit .benefit-title-img {
		width: 300px;
		margin-top: 20px;
	}
}
section.benefit .benefit-box {
	padding: 52.5px 60px;
	margin-top: 40px;
}
@media not all and (min-width: 1024px) {
	section.benefit .benefit-box {
		padding: 30px;
		margin-top: 30px;
	}
}
@media not all and (min-width: 640px) {
	section.benefit .benefit-box {
		padding: 15px;
		margin-top: 20px;
	}
}
@media (min-width: 640px) {
	section.benefit .benefit-box .smb-box__body {
		display: grid;
		grid-template-columns: -webkit-max-content 1fr;
		grid-template-columns: max-content 1fr;
		grid-template-rows: -webkit-min-content 1fr;
		grid-template-rows: min-content 1fr;
		gap: 15px 60px;
	}
}
@media not all and (min-width: 1024px) {
	section.benefit .benefit-box .smb-box__body {
		gap: 15px 30px;
	}
}
section.benefit .benefit-box .smb-box__body > :not(:first-child) {
	margin-top: 0;
}
@media not all and (min-width: 640px) {
	section.benefit .benefit-box .smb-box__body > :not(:first-child) {
		margin-top: 20px;
	}
}
section.benefit .benefit-num {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: 64px;
	font-weight: 500;
	line-height: 1;
}
@media (min-width: 640px) {
	section.benefit .benefit-num {
		grid-column: 1/2;
		grid-row: 1/3;
	}
}
@media not all and (min-width: 1024px) {
	section.benefit .benefit-num {
		font-size: 32px;
	}
}
@media not all and (min-width: 640px) {
	section.benefit .benefit-num {
		font-size: 24px;
	}
}
section.benefit .benefit-num .sme-bg-color {
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	width: 1em;
	height: 1em;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 10px;
}
section.benefit .benefit-heading {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	margin-left: 0 !important;
}
@media (min-width: 640px) {
	section.benefit .benefit-heading {
		grid-column: 2/3;
		grid-row: 1/2;
	}
}
@media not all and (min-width: 1024px) {
	section.benefit .benefit-heading {
		font-size: 28px;
	}
}
@media not all and (min-width: 640px) {
	section.benefit .benefit-heading {
		font-size: 20px;
	}
}
section.benefit .benefit-text {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin-left: 0 !important;
}
@media (min-width: 640px) {
	section.benefit .benefit-text {
		grid-column: 2/3;
		grid-row: 2/3;
	}
}
@media not all and (min-width: 640px) {
	section.benefit .benefit-text {
		font-size: 15px;
	}
}

/* CTA */
section.cta {
	--smb-section--padding: 100px;
}
@media not all and (min-width: 1024px) {
	section.cta {
		--smb-section--padding: 60px;
	}
}
@media not all and (min-width: 640px) {
	section.cta {
		--smb-section--padding: 40px;
	}
}
section.cta .smb-section-with-bgimage__bgimage img {
	-o-object-fit: contain;
	   object-fit: contain;
}
section.cta .cta-title {
	color: var(--accent-color);
	font-size: 64px;
	font-weight: 700;
	line-height: 0.5;
}
@media not all and (min-width: 1024px) {
	section.cta .cta-title {
		font-size: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.cta .cta-title {
		font-size: 24px;
	}
}
section.cta .reservation-buttons {
	margin-top: 75px;
}
@media not all and (min-width: 1024px) {
	section.cta .reservation-buttons {
		margin-top: 60px;
	}
}
@media not all and (min-width: 640px) {
	section.cta .reservation-buttons {
		margin-top: 30px;
	}
}
section.cta .reservation-buttons .smb-btn {
	border: 5px solid rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: inset 0px -30px 40px rgba(197, 4, 4, 0.5);
	        box-shadow: inset 0px -30px 40px rgba(197, 4, 4, 0.5);
	padding: 40px 120px;
	position: relative;
}
@media not all and (min-width: 640px) {
	section.cta .reservation-buttons .smb-btn {
		padding: 20px 40px;
	}
}
section.cta .reservation-buttons .smb-btn::after {
	content: "";
	background-image: url(/shaken/wp-content/uploads/2025/12/reservation-icon-l.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 101px;
	height: 130px;
	position: absolute;
	right: -1%;
	bottom: -15%;
}
@media not all and (min-width: 1024px) {
	section.cta .reservation-buttons .smb-btn::after {
		width: 80px;
		height: 104px;
	}
}
@media not all and (min-width: 640px) {
	section.cta .reservation-buttons .smb-btn::after {
		width: 40px;
		height: 52px;
	}
}
section.cta .reservation-buttons .smb-btn__label {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
@media not all and (min-width: 1024px) {
	section.cta .reservation-buttons .smb-btn__label {
		font-size: 28px;
	}
}
@media not all and (min-width: 640px) {
	section.cta .reservation-buttons .smb-btn__label {
		font-size: 20px;
	}
}

/* 流れ */
section.flow .flow-title {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.3;
}
@media not all and (min-width: 1024px) {
	section.flow .flow-title {
		font-size: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.flow .flow-title {
		font-size: 24px;
	}
}
section.flow .flow-box {
	padding: 0;
	margin-top: 60px;
}
@media not all and (min-width: 1024px) {
	section.flow .flow-box {
		padding: 20px;
		margin-top: 30px;
	}
}
@media not all and (min-width: 640px) {
	section.flow .flow-box {
		padding: 15px;
		margin-top: 20px;
	}
}
@media (min-width: 1024px) {
	section.flow .flow-box .smb-box__body {
		display: grid;
		grid-template-columns: 120px 1fr 220px;
		grid-template-rows: -webkit-min-content -webkit-min-content;
		grid-template-rows: min-content min-content;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 30px 60px;
	}
}
@media (min-width: 1024px) {
	section.flow .flow-box .smb-box__body > :not(:first-child) {
		margin-top: 0;
	}
}
section.flow .flow-num {
	color: #fff;
	background-color: var(--accent-color);
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}
@media (min-width: 1024px) {
	section.flow .flow-num {
		grid-column: 1/2;
		grid-row: 1/3;
	}
}
@media not all and (min-width: 1024px) {
	section.flow .flow-num {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		width: calc(100% + 40px);
		max-width: unset;
		padding: 10px;
		margin: -20px -20px var(--_margin1) !important;
	}
}
@media not all and (min-width: 640px) {
	section.flow .flow-num {
		width: calc(100% + 30px);
		margin: -15px -15px var(--_margin1) !important;
	}
}
section.flow .flow-num .has-sm-l-font-size {
	font-size: 2em !important;
	line-height: 1;
}
section.flow .flow-heading {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	margin-left: 0 !important;
}
@media (min-width: 1024px) {
	section.flow .flow-heading {
		grid-column: 2/3;
		grid-row: 1/2;
		align-self: end;
	}
}
@media not all and (min-width: 1024px) {
	section.flow .flow-heading {
		font-size: 28px;
	}
}
@media not all and (min-width: 640px) {
	section.flow .flow-heading {
		font-size: 22px;
	}
}
section.flow .flow-text {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.75;
	margin-left: 0 !important;
}
@media (min-width: 1024px) {
	section.flow .flow-text {
		grid-column: 2/3;
		grid-row: 2/3;
		align-self: start;
	}
}
@media not all and (min-width: 1024px) {
	section.flow .flow-text {
		font-size: 16px;
	}
}
@media not all and (min-width: 640px) {
	section.flow .flow-text {
		font-size: 14px;
	}
}
section.flow .flow-text .has-sm-m-font-size {
	font-size: 20px !important;
	line-height: 1;
}
@media not all and (min-width: 1024px) {
	section.flow .flow-text .has-sm-m-font-size {
		font-size: 16px !important;
	}
}
section.flow .flow-text .has-sm-s-font-size {
	display: inline-block;
	font-size: 18px !important;
	line-height: 1.67;
	margin-top: 20px;
}
@media not all and (min-width: 1024px) {
	section.flow .flow-text .has-sm-s-font-size {
		font-size: 14px !important;
	}
}
@media not all and (min-width: 640px) {
	section.flow .flow-text .has-sm-s-font-size {
		margin-top: 0;
	}
}
section.flow .flow-img {
	margin-left: 0 !important;
}
@media (min-width: 1024px) {
	section.flow .flow-img {
		grid-column: 3/4;
		grid-row: 1/3;
	}
}
@media not all and (min-width: 1024px) {
	section.flow .flow-img {
		float: right;
		width: 100px;
		margin-top: 0;
		margin-left: 1rem !important;
		margin-bottom: 1rem;
	}
}

/* お客様の声 */
section.voice .c-container {
	--_container-max-width: 950px;
}
section.voice .voice-title {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-title {
		font-size: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-title {
		font-size: 30px;
	}
}
section.voice .voice-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	gap: 60px;
	margin-top: 80px;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-container {
		gap: 30px;
		margin-top: 30px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-container {
		gap: 15px;
		margin-top: 20px;
	}
}
section.voice .voice-img-group {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-img-group {
		width: 100px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-img-group {
		width: 50px;
	}
}
section.voice .voice-name {
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-name {
		font-size: 24px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-name {
		font-size: 16px;
	}
}
section.voice .voice-img {
	margin-top: 30px;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-img {
		margin-top: 20px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-img {
		margin-top: 15px;
	}
}
section.voice .voice-box {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding: 73px 79px;
	margin-top: 12px;
	margin-bottom: 12px;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-box {
		padding: 30px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-box {
		padding: 20px;
		margin-top: 6px;
		margin-bottom: 6px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-box .smb-box__background {
		border-radius: 20px;
	}
}
section.voice .voice-heading {
	font-size: 36px;
	font-weight: 700;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-heading {
		font-size: 28px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-heading {
		font-size: 20px;
	}
}
section.voice .voice-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.875;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-text {
		margin-top: 10px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-text {
		font-size: 14px;
	}
}

/* よくある質問 */
section.faq .faq-title {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.3;
}
@media not all and (min-width: 1024px) {
	section.faq .faq-title {
		font-size: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.faq .faq-title {
		font-size: 30px;
	}
}
section.faq .faq-container {
	padding-bottom: 30px;
	margin-top: 60px;
	position: relative;
}
@media not all and (min-width: 640px) {
	section.faq .faq-container {
		padding-bottom: 20px;
		margin-top: 30px;
	}
}
section.faq .faq-container::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-image: repeating-linear-gradient(90deg, #333 0 2px, transparent 2px 7px);
}
section.faq .faq-question {
	padding: 18px 32px;
}
@media not all and (min-width: 640px) {
	section.faq .faq-question {
		padding: 10px;
	}
}
section.faq .faq-question .smb-box__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	gap: 40px;
}
@media not all and (min-width: 640px) {
	section.faq .faq-question .smb-box__body {
		gap: 15px;
	}
}
section.faq .faq-question .smb-box__body > :not(:first-child) {
	margin-top: 0;
}
section.faq .faq-answer {
	padding: 10px 32px;
	margin-top: 10px;
}
@media not all and (min-width: 640px) {
	section.faq .faq-answer {
		padding: 10px;
	}
}
section.faq .faq-answer .smb-box__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	gap: 40px;
}
@media not all and (min-width: 640px) {
	section.faq .faq-answer .smb-box__body {
		gap: 15px;
	}
}
section.faq .faq-answer .smb-box__body > :not(:first-child) {
	margin-top: 0;
}
section.faq .faq-icon {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	color: #fff;
	background-color: var(--sub-accent-color);
	font-size: 24px;
	font-weight: 700;
	width: 43px;
	height: 43px;
	border-radius: 9999px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media not all and (min-width: 640px) {
	section.faq .faq-icon {
		font-size: 18px;
		width: 36px;
		height: 36px;
	}
}
section.faq .question-text {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-item-align: center;
	    align-self: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin-left: 0 !important;
}
@media not all and (min-width: 640px) {
	section.faq .question-text {
		font-size: 18px;
	}
}
section.faq .answer-text {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-item-align: center;
	    align-self: center;
	line-height: 1.2;
	margin-left: 0 !important;
}

/* フッター */
section.footer {
	--smb-section--padding: 20px;
}
section.footer .c-container {
	max-width: 100%;
}
@media not all and (min-width: 1024px) {
	section.footer .footer-logo img {
		width: 193px;
	}
}

.footer-link a{
	    text-decoration: none;
    color: #000;
}