/*==================================================================
幁E
==================================================================*/

/*==================================================================
余白
==================================================================*/

/*==================================================================
フォント
==================================================================*/

/*==================================================================
色
==================================================================*/

body {
	color: #000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

}

body.js-fixed {
	height: 100%;
	position: fixed;
	width: 100%;
}

.md-none {
	display: block;
}

.md-show {
	display: none;
}

/* リキチE��レイアウト対忁E*/

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article>*+* {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
	padding: 0;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセチE�� */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.7;
}

.layout-about {
	margin-top: 5.25rem;
	padding-bottom: 4.6875rem;
}

.layout-contact {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.footer__inner {
	padding-bottom: 2.125rem;
	padding-top: 2.3125rem;
}

.layout-header {
	height: 4.0625rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.layout-price {
	padding-bottom: 12.125rem;
	padding-top: 5.4375rem;
}

.layout-privacy-footer {
	margin-top: 3.125rem;
	padding-bottom: 3.125rem;
	padding-top: 6.25rem;
}

.layout-privacy-policy {
	margin-top: 6.25rem;
}

.layout-recommend {
	padding-bottom: 7.5625rem;
	padding-top: 5rem;
}

.layout-season {
	padding-bottom: 8rem;
	padding-top: 4.8125rem;
}

.layout-shop {
	margin-top: 5rem;
}

.layout-sightseeing {
	padding-bottom: 12.0625rem;
	padding-top: 5.375rem;
}

.layout-slide {
	margin-top: 6.25rem;
}

.layout-staff {
	margin-top: 7.75rem;
	padding-bottom: 11.875rem;
	padding-top: 5rem;
}

.about {
	position: relative;
}

.about::before,
.about::after {
	background-image: url(../images/common/asirai.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.125rem;
	position: absolute;
	width: 9.25rem;
}

.about::before {
	bottom: 13.75rem;
	left: calc(50% - min(48vw, 40.125rem));
}

.about::after {
	bottom: 13rem;
	right: calc(50% - min(48vw, 38.75rem));
}

.about__text-wrap {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 58.125rem;
	row-gap: 2.1875rem;
	width: 100%;
}

.about__text-wrap p {
	color: #00486C;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.1111111111;
}

.about__text-wrap strong {
	font-size: 2.5rem;
	line-height: 1;
}

.about__bottom {
	margin-top: 10.9375rem;
}

.about__links {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 59.375rem;
	width: 100%;
}

.about__link {
	display: flex;
	flex-direction: column;
	position: relative;
	row-gap: 0.75rem;
}

.about__link:not(:last-child)::after {
	background-image: url(../images/common/about-line.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	position: absolute;
	right: -0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.about__link img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 3.75rem;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
	width: 3.75rem;
}

.about__link span {
	color: #004465;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
}

.contact-form__items {
	display: flex;
	flex-direction: column;
	row-gap: 1.5625rem;
}

.contact-form__terms {
	margin-top: 1.5625rem;
	position: relative;
}

.contact-form__terms [type=checkbox] {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

.contact-form__terms [type=checkbox]:checked+span::after {
	opacity: 1;
}

.contact-form__terms .wpcf7-list-item {
	margin-left: 0;
}

.contact-form__terms .wpcf7-list-item-label {
	display: inline-block;
	padding-left: 0.75rem;
	position: relative;
}

.contact-form__terms .wpcf7-list-item-label::before {
	background: #fff;
	border: 1px solid #00486C;
	content: "";
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.contact-form__terms .wpcf7-list-item-label::after {
	border-bottom: 1px solid #00486C;
	border-left: 1px solid #00486C;
	content: "";
	height: 3px;
	left: 0.125rem;
	opacity: 0;
	position: absolute;
	top: 48%;
	transform: translateY(-50%) rotate(-45deg);
	transition: opacity 0.3s;
	width: 6px;
}

.contact-form__terms span a {
	-webkit-text-decoration: underline;
	color: #000;
	text-decoration: underline;
}

.contact-form__terms .required {
	color: #F70000;
}

.contact-form__submit {
	margin-top: 1.875rem;
	text-align: center;
}

.contact {
	background: #F3FBFF;
	position: relative;
}

.contact::before,
.contact::after {
	background-image: url(../images/common/asirai.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.125rem;
	position: absolute;
	width: 9.25rem;
}

.contact::before {
	bottom: 15rem;
	left: calc(50% - min(48vw, 34rem));
}

.contact::after {
	right: calc(50% - min(48vw, 35.625rem));
	top: 14.0625rem;
}

.contact__title {
	text-align: center;
}

.contact__form {
	margin: 3.25rem auto 0;
	max-width: 36.75rem;
	width: 100%;
}

.drawer {
	background: #fff;
	display: none;
}

.drawer__container {
	height: inherit;
	overflow-y: scroll;
	padding-bottom: 9.375rem;
	padding-top: 9.375rem;
	width: 100%;
}

.drawer__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 1.5625rem;
	width: 100%;
}

.drawer__item {
	width: 100%;
}

.drawer__item a {
	color: #004465;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	width: 100%;
}

.footer {
	background: #0B8CCC;
}

.footer__inner {
	position: relative;
}

.footer__inner.inner {
	max-width: 74.375rem;
}

.footer__inner::after {
	bottom: 4.6875rem;
	color: rgba(255, 255, 255, 0.39);
	content: "ボロジノDIVE";
	font-size: 2.5rem;
	font-weight: 700;
	left: calc(50% - min(40vw, 35.625rem));
	position: absolute;
}

.footer__container {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.footer__left {
	color: #fff;
}

.footer__logo {
	font-size: 1.5rem;
	font-weight: 700;
}

.footer__info {
	display: flex;
	flex-direction: column;
	margin-top: 1.0625rem;
	row-gap: 1.0625rem;
}

.footer__info-item {
	align-items: center;
	display: flex;
}

.footer__info-left {
	flex-shrink: 0;
	font-weight: 700;
	width: 3.125rem;
}

.footer__info-right {
	width: calc(100% - 3.125rem);
}

.footer__sns-items {
	-moz-column-gap: 0.9375rem;
	align-items: center;
	column-gap: 0.9375rem;
	display: flex;
	margin-top: 3.75rem;
}

.footer__sns-item {
	height: 2.5rem;
	width: 2.5rem;
}

.footer__sns-item img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.footer__righ {
	max-width: 24rem;
	width: 100%;
}

.footer__iframe {
	width: 100%;
}

.footer__iframe iframe {
	-o-object-fit: cover;
	aspect-ratio: 384/314;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer__copyright {
	color: #fff;
	font-size: 0.75rem;
	margin-top: 0.3125rem;
	text-align: center;
}

.form-form__label,
.contact-form__terms {
	background: #FFF5DB;
	border-radius: 10px;
	color: #00486C;
	font-weight: 700;
	padding: 0.8125rem 0.625rem;
}

.form-item__required {
	color: #F70000;
	display: inline-block;
	vertical-align: super;
}

.form-item__input {
	background: #FDFDFD;
	border-radius: 10px;
	margin-top: 0.625rem;
}

.form-item__input [type=text],
.form-item__input [type=email],
.form-item__input [type=tel],
.form-item__input textarea {
	padding: 0.8125rem 0.625rem;
	width: 100%;
}

.form-item__input textarea {
	min-height: 8.75rem;
	resize: vertical;
}

.fv {
	height: 65.9027777778vw;
}

.fv__inner {
	height: inherit;
}

.fv__slider {
	height: inherit;
}

.swiper-wrapper {
	height: inherit;
}

.fv__slide {
	height: inherit;
}

.fv__slide img {
	-o-object-fit: cover;
	aspect-ratio: 1440/949;
	height: 100%;
	object-fit: cover;
}

.hamburger span {
	background: #00486C;
	height: 3px;
	left: 0;
	position: absolute;
	transition: transform 0.3s, opacity 0.3s;
	width: 100%;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.hamburger span:nth-child(3) {
	bottom: 0;
}

.hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
	bottom: auto;
	bottom: initial;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.header {
	background: #fff;
}

.header__hamburger {
	height: 0.9375rem;
	position: relative;
	width: 1.5625rem;
	z-index: 1000;
}

.header__drawer {
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.price-list {
	-moz-column-gap: 0.9375rem;
	align-items: center;
	column-gap: 0.9375rem;
	display: flex;
}

.price-list__title {
	background: #FFF5DB;
	flex-shrink: 0;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 0.96875rem 0.3125rem;
	text-align: center;
	width: 13.125rem;
}

.price-list__cost {
	font-size: 1.25rem;
	font-weight: 700;
	width: calc(100% - 13.125rem);
}

.price-list__cost span {
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 500;
}

.price {
	background-image: url(../images/common/price-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.price::before,
.price::after {
	background-image: url(../images/common/asirai.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.125rem;
	left: calc(50% - min(48vw, 37.1875rem));
	position: absolute;
	width: 9.25rem;
}

.price::before {
	top: 11.125rem;
}

.price::after {
	bottom: 9.25rem;
}

.price__title {
	text-align: center;
}

.price__blocks {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin: 7rem auto 0;
	max-width: 51.25rem;
	position: relative;
	width: 100%;
}

.price__blocks::after {
	background-image: url(../images/common/price-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 5rem;
	content: "";
	height: 12.1875rem;
	left: 1.5rem;
	position: absolute;
	width: 17.875rem;
}

.price__lists {
	margin-top: 2.3125rem;
}

.price__block-title {
	color: #00486C;
	font-size: 1.75rem;
	font-weight: 700;
	padding-left: 0.625rem;
	position: relative;
}

.price__block-title::before {
	background: #0B8CCC;
	content: "";
	height: 2.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
}

.price__text {
	font-size: 0.75rem;
	font-weight: 700;
	margin-left: 0.6875rem;
	margin-top: 0.75rem;
}

.privacy-footer {
	background: #003366;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.privacy-footer__items {
	-moz-column-gap: 1.875rem;
	align-items: center;
	column-gap: 1.875rem;
	display: flex;
	justify-content: center;
}

.privacy-footer__item {
	font-size: 1.125rem;
}

.privacy-footer__copyright {
	margin-top: 1.875rem;
	text-align: center;
}

.privacy-fv {
	background: #00486C;
	height: 24.6875rem;
}

.privacy-fv {
	position: relative;
}

.privacy-fv__title {
	color: #fff;
	font-family: "Barlow", sans-serif;
	font-size: 3.5rem;
	left: 50%;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.privacy-fv__title::after {
	content: attr(data-ja);
	display: block;
	font-size: 1.25rem;
}

.privacy-policy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.privacy-policy__inner.inner {
	max-width: 67.5rem;
}

.privacy-policy__title {
	font-weight: 700;
	text-align: center;
}

.privacy-policy__body {
	border: 4px solid #e8eff9;
	margin-top: 1.875rem;
	padding: 0.9375rem 1.25rem;
}

.privacy-policy__item:not(:last-child) {
	border-bottom: 1px solid #e8eff9;
	padding-bottom: 1.25rem;
}

.privacy-policy__item:not(:first-child) {
	padding-top: 1.25rem;
}

.privacy-policy__sub-title {
	font-size: 1rem;
	font-weight: 700;
}

.privacy-policy__text {
	font-size: 0.875rem;
	margin-top: 2.5rem;
}

.privacy-policy__text .md {
	font-size: 0.8125rem;
	margin-left: 2rem;
}

.privacy-policy__text .sm {
	font-size: 0.75rem;
	margin-left: 3rem;
}

.privacy-policy__item:last-child p:nth-child(2) {
	margin-top: 1.25rem;
}

.recommend-card {
	border-radius: 10px;
	border-top: 5px solid #0B8CCC;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.recommend-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 351/235;
	height: 100%;
	object-fit: cover;
}

.recommend-card__body {
	background: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 1.125rem 2.75rem 3rem;
}

.recommend-card__title {
	color: #004465;
	font-size: clamp(1.125rem, 0.411rem + 1.49vw, 1.75rem);
	font-weight: 700;
	padding-left: 0.9375rem;
	position: relative;
}

.recommend-card__title::before {
	background: #0B8CCC;
	content: "";
	height: 2.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
}

.recommend-card__text {
	font-weight: 500;
	margin-top: 1.25rem;
}

.recommend-cards {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.recommend {
	background: #F3FBFF;
	position: relative;
}

.recommend::before,
.recommend::after {
	background-image: url(../images/common/asirai.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.125rem;
	position: absolute;
	width: 9.25rem;
}

.recommend::before {
	right: calc(50% - min(48vw, 39.25rem));
	top: 3.3125rem;
}

.recommend::after {
	bottom: 2.0625rem;
	left: calc(50% - min(48vw, 40.3125rem));
}

.recommend__inner.inner {
	max-width: 71.25rem;
}

.recommend__title {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.recommend__cards {
	margin-top: 6.25rem;
}

.season {
	position: relative;
}

.season::before,
.season::after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.season::before {
	background-image: url(../images/common/season-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -2;
}

.season::after {
	background: rgba(0, 72, 108, 0.4);
	z-index: -1;
}

.season__inner.inner {
	max-width: 78.8125rem;
}

.season__title {
	text-align: center;
}

.season__table {
	margin-top: 6.25rem;
}

.season__bottom {
	background: rgba(11, 140, 204, 0.7);
	border-radius: 10px;
	margin: 1.875rem auto 0;
	max-width: 59.375rem;
	padding: 1.8125rem 0.9375rem;
	width: 100%;
}

.season__bottom-items {
	display: flex;
	flex-direction: column;
	row-gap: 0.3125rem;
}

.season__bottom-item {
	color: #fff;
	font-weight: 700;
	padding-left: 1em;
	text-indent: -1em;
}

.section-title {
	position: relative;
}

.section-title::before {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5rem;
	position: absolute;
	top: 0;
	width: 5rem;
}

.section-title.section-title--recommend::before {
	background-image: url(../images/common/about1.svg);
	left: calc(50% - 15rem);
}

.section-title.section-title--season::before {
	background-image: url(../images/common/about8.svg);
	left: calc(50% - 21.875rem);
}

.section-title.section-title--price::before {
	background-image: url(../images/common/about2.svg);
	left: calc(50% - 14.375rem);
	top: -0.9375rem;
}

.section-title.section-title--shop::before {
	background-image: url(../images/common/about3.svg);
	left: calc(50% - 14.375rem);
}

.section-title.section-title--staff::before {
	background-image: url(../images/common/about4-blue.svg);
	height: 3.75rem;
	left: calc(50% - 12.5rem);
	width: 3.75rem;
}

.section-title.section-title--sightseeing::before {
	background-image: url(../images/common/about5-orange.svg);
	height: 3.75rem;
	left: calc(50% - 14.375rem);
	width: 3.75rem;
}

.section-title.section-title--contact::before {
	background-image: url(../images/common/about7-blue.svg);
	left: calc(50% - 14.375rem);
}

.section-title__ja {
	color: #00486C;
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-bottom: 1.125rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.section-title__ja--small {
	font-size: 0.6em;
}

.section-title__ja::after {
	animation: wave 6s linear infinite;
	background-image: url(../images/common/border2.png);
	background-repeat: repeat;
	background-size: 20.875rem 0.5rem;
	bottom: 0;
	content: "";
	height: 8px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 41.75rem;
}

.section-title__ja.section-title__ja--white::after {
	background-image: url(../images/common/border-white.png);
	background-size: 41.75rem 0.625rem;
	height: 10px;
	width: 68.75rem;
}

.section-title__ja.section-title__ja--white {
	color: #fff;
}

.shop-boat__wrap {
	align-items: center;
	display: flex;
	margin-top: 2.875rem;
	position: relative;
}

.shop-boat__wrap::after {
	background-image: url(../images/common/boat-asirai.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 13.9375rem;
	position: absolute;
	right: calc(50% - min(48vw, 34.375rem));
	top: 50%;
	transform: translateY(-50%);
	width: clamp(17.5rem, 1.214rem + 23.51vw, 22.375rem);
}

.shop-boat__image {
	max-width: 24.8125rem;
	width: 100%;
}

.shop-boat__image img {
	-o-object-fit: cover;
	aspect-ratio: 397/266;
	height: 100%;
	object-fit: cover;
}

.shop-boat__message {
	background: #0B8CCC;
	border-radius: 10px;
	box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.25);
	color: #fff;
	margin-left: -1.875rem;
	padding: 1.9375rem 1.3125rem 2.8125rem;
	position: relative;
	width: 19.5625rem;
	z-index: 2;
}

.shop-boat__title {
	font-size: 1.5rem;
}

.shop-boat__items {
	margin-top: 0.5rem;
}

.shop-boat__item {
	font-size: 1.25rem;
	font-weight: 700;
}

.shop-facility__items {
	grid-column-gap: 2.1875rem;
	-moz-column-gap: 2.1875rem;
	column-gap: 2.1875rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.1875rem;
}

.shop-facility__item p {
	font-size: clamp(0.988rem, 0.259rem + 0.89vw, 1.063rem);
	font-weight: 700;
	text-align: center;
}

.shop-facility__image img {
	-o-object-fit: cover;
	aspect-ratio: 333/233;
	height: 100%;
	object-fit: cover;
}

.shop-facility__body {
	margin-top: 0.625rem;
}

.shop-stay {
	position: relative;
}

.shop-stay::before,
.shop-stay::after {
	background-image: url(../images/common/asirai.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.125rem;
	position: absolute;
	width: 9.25rem;
	z-index: 2;
}

.shop-stay::before {
	bottom: 4.625rem;
	left: calc(50% - min(48vw, 36.875rem));
}

.shop-stay::after {
	bottom: 3.125rem;
	right: calc(50% - min(48vw, 36.875rem));
}

.shop-stay__text {
	margin-top: 1.5625rem;
}

.shop-stay__text span {
	font-weight: 700;
}

.shop-stay__items {
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
	max-width: 66.875rem;
	row-gap: 3.875rem;
	width: 100%;
}

.shop-stay__item {
	-moz-column-gap: 3.125rem;
	align-items: center;
	column-gap: 3.125rem;
	display: flex;
}

.shop-stay__left {
	position: relative;
}

.shop-stay__left h4 {
	color: #00486C;
	font-size: 1.25rem;
	font-weight: 700;
}

.shop-stay__image {
	max-width: 20.8125rem;
	width: 100%;
}

.shop-stay__image img {
	-o-object-fit: cover;
	aspect-ratio: 333/233;
	height: 100%;
	object-fit: cover;
}

.shop-stay__right {
	display: flex;
	flex-direction: column;
	margin-top: 1.5625rem;
	row-gap: 0.3125rem;
	width: calc(100% - 20.8125rem);
}

.shop-stay__message {
	-moz-column-gap: 0.9375rem;
	align-items: center;
	column-gap: 0.9375rem;
	display: flex;
}

.shop-stay__message-left {
	background: #FFF5DB;
	flex-shrink: 0;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 1.5rem 0.3125rem;
	text-align: center;
	width: 13.375rem;
}

.shop-stay__message:nth-child(1) .shop-stay__message-left {
	padding: 0.5625rem;
}

.shop-stay__message-left span {
	display: inline-block;
	font-size: 0.9375rem;
}

.shop-stay__message-right {
	width: calc(100% - 13.375rem);
}

.shop-stay__message:nth-child(1) .shop-stay__message-right p:nth-child(1) {
	font-size: 1.25rem;
}

.shop-stay__right p:nth-child(2) {
	font-size: 0.625rem;
}

.shop-stay__right p {
	font-size: clamp(0.9rem, 0.33rem + 0.74vw, 1rem);
	font-weight: 700;
}

.shop-stay__right p:nth-child(2) {
	font-size: 0.9375rem;
	font-weight: 500;
}

.shop-stay__bottom {
	background: #F3FBFF;
	margin: 3.25rem auto 0;
	max-width: 51.4375rem;
	padding: 2.1875rem 2.1875rem 2.1875rem 3.4375rem;
	position: relative;
	width: 100%;
}

.shop-stay__bottom::before {
	background-image: url(../images/common/parasol.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.8125rem;
	position: absolute;
	right: 0;
	top: -4.6875rem;
	width: 4.8125rem;
}

.shop-stay__texts {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.9375rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 51.875rem;
	width: 100%;
}

.shop-stay__bottom p {
	width: calc(50% - 1.875rem);
}

.shop {
	position: relative;
}

.shop::after {
	background-image: url(../images/common/shop-asirai.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.9375rem;
	position: absolute;
	right: calc(50% - min(48vw, 31.875rem));
	top: 1rem;
	width: 6.0625rem;
}

.shop__inner.inner {
	max-width: 70rem;
}

.shop__title {
	text-align: center;
}

.shop__block:nth-child(2) {
	margin-top: 7.625rem;
}

.shop__block:nth-child(3) {
	margin-top: 5.625rem;
}

.shop__block-title {
	color: #00486C;
	font-size: 1.75rem;
	font-weight: 700;
	padding-left: 0.9375rem;
	position: relative;
}

.shop__block-title::before {
	background: #0B8CCC;
	content: "";
	height: 2.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
}

.sightseeing__title {
	text-align: center;
}

.sightseeing__image {
	margin: 5rem auto 0;
	max-width: 82.1875rem;
	width: 100%;
}

.sightseeing__image img {
	-o-object-fit: contain;
	aspect-ratio: 1315/911;
	height: 100%;
	object-fit: contain;
}

.slide {
	overflow: hidden;
}

.slide__item img {
	-o-object-fit: cover;
	aspect-ratio: 334/223;
	height: 100%;
	object-fit: cover;
}

.staff-item {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.staff-item__image {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	overflow: visible;
	width: 100%;
}

.staff-item__image img {
	-o-object-fit: contain;
	aspect-ratio: auto;
	border-radius: 0;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.staff-item__body {
	background: #0B8CCC;
	border-radius: 10px;
	box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin: -2rem auto 0;
	max-width: 37.5rem;
	padding: 0.5625rem 0.875rem 1.6875rem 1.625rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.staff-item__title-wrap {
	-moz-column-gap: 2.8125rem;
	align-items: center;
	column-gap: 2.8125rem;
	display: flex;
	justify-content: center;
}

.staff-item__title-wrap p {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
}

.staff-item__texts {
	color: #fff;
	display: flex;
	flex-direction: column;
	margin-top: 0.5625rem;
	row-gap: 0.4375rem;
}

.staff-item__texts p {
	padding-left: 1em;
	text-indent: -1em;
}

.staff {
	background-image: url(../images/common/staff-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.staff::before,
.staff::after {
	background-image: url(../images/common/asirai.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.125rem;
	position: absolute;
	width: 9.25rem;
}

.staff::before {
	bottom: 6.875rem;
	left: calc(50% - min(48vw, 39.375rem));
}

.staff::after {
	bottom: 5.9375rem;
	right: calc(50% - min(48vw, 41.5625rem));
}

.staff__title {
	text-align: center;
}

.staff__items {
	grid-column-gap: 6.25rem;
	-moz-column-gap: 6.25rem;
	column-gap: 6.25rem;
	display: grid;
	grid-template-columns: 1fr;
	margin: 3.625rem auto 0;
	max-width: 50rem;
	width: 100%;
}

.submit-button {
	background: #F7B200;
	border-radius: 40px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 1.5625rem;
	text-align: center;
	transition: background-color 0.3s;
	width: 19.3125rem;
}

.submit-button:hover {
	background: #00486C;
}

.swiper2 .swiper-wrapper {
	transition-timing-function: linear;
}

.shop-stay__swiper-container {
	max-width: 20.8125rem;
	overflow: hidden;
	position: relative;
}

.swiper3 .swiper-slide,
.swiper4 .swiper-slide {
	position: relative;
	text-align: center;
}

.swiper3 .swiper-slide img,
.swiper4 .swiper-slide img {
	border-radius: 10px;
	width: 318px;
}

.swiper3 .caption,
.swiper4 .caption {
	color: #000;
	padding: 5px;
	text-align: left;
	width: 100%;
}

.swiper-button-wrapper {
	cursor: pointer;
	left: 0;
	max-width: 20.8125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 10;
}

.swiper-button-wrapper .swiper-button-prev,
.swiper-button-wrapper .swiper-button-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.swiper-button-wrapper .swiper-button-prev::after,
.swiper-button-wrapper .swiper-button-prev::before,
.swiper-button-wrapper .swiper-button-next::after,
.swiper-button-wrapper .swiper-button-next::before {
	display: none;
}

.swiper-button-wrapper .swiper-button-prev {
	background: url(../images/common/swiper-button-prev.png) no-repeat center center/contain;
	height: 20px;
	left: -30px;
	width: 20px;
}

.swiper-button-wrapper .swiper-button-next {
	background: url(../images/common/swiper-button-next.png) no-repeat center center/contain;
	height: 20px;
	right: -15px;
	width: 20px;
}

.swiper3-thumnail,
.swiper4-thumnail {
	max-width: 737px;
}

.swiper3-thumnail .shop-stay__thumbnail,
.swiper4-thumnail .shop-stay__thumbnail {
	display: flex;
	margin-top: 10px;
	text-align: center;
}

.swiper3-thumnail .shop-stay__thumbnail .swiper-slide img,
.swiper4-thumnail .shop-stay__thumbnail .swiper-slide img {
	border: 2px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	height: auto;
	opacity: 0.7;
	overflow: hidden;
	width: 80px;
}

.swiper3-thumnail .shop-stay__thumbnail .swiper-slide.swiper-slide-thumb-active img,
.swiper4-thumnail .shop-stay__thumbnail .swiper-slide.swiper-slide-thumb-active img {
	border: 3px solid #0B8CCC;
	opacity: 1;
}

.table__row {
	display: flex;
}

.table__row:not(:first-child) {
	margin-top: 0.25rem;
}

.table__row span:not(:first-child) {
	border-right: 1px dotted #000;
}

.table__row span:last-child {
	border-right: none;
}

.table__row span:nth-child(1) {
	margin-right: 0.1875rem;
}

.table__row:first-child span {
	background: #0B8CCC;
	color: #fff;
}

.table__row:nth-child(2) span {
	background: #FFF5DB;
}

.table__row:nth-child(3) span {
	background: #F3FBFF;
}

.table__row:nth-child(4) span {
	align-items: center;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.table__row span {
	display: inline-block;
	text-align: center;
}

.table__row:first-child span {
	height: 3.75rem;
}

.table__row:last-child span {
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
}

.table__row:nth-child(2) span:first-child,
.table__row:nth-child(3) span:first-child {
	align-items: center;
	display: flex;
	justify-content: center;
}

.table__row:last-child span {
	height: auto;
	height: initial;
	line-height: normal;
	line-height: initial;
}

.table__row span:first-child {
	min-width: 6.9375rem;
}

.table__row span:not(:first-child) {
	line-height: 60px;
	width: 6.25rem;
}

.table__row:first-child span,
.table__row span strong {
	font-size: 1.1875rem;
	font-weight: 700;
}

.table__row:last-child span {
	font-size: clamp(0.688rem, 0.33rem + 0.74vw, 1rem);
	font-weight: 700;
}

.table__row span .small {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	margin-bottom: 0.1875rem;
	margin-top: 0.1875rem;
}

.table__row:last-child span:not(:first-child) {
	line-height: normal;
	line-height: initial;
}

.table__row:last-child span:nth-child(2) {
	min-width: 18.75rem;
	width: 18.75rem;
	width: 27.2727272727%;
}

.table__row:last-child span:nth-child(3) {
	min-width: 40rem;
	width: 50.9090909091%;
}

.table__row:last-child span:nth-child(4) {
	line-height: normal;
	line-height: initial;
	width: calc(100% - 53.75rem);
}

@media screen and (max-width: 1439px) {

	.table__row:last-child span:nth-child(2) {
		min-width: 0;
		min-width: initial;
	}

	.table__row:last-child span:nth-child(3) {
		min-width: 0;
		min-width: initial;
	}

}

@media (max-width: 1050px) {

	html {
		font-size: 1.5238095238vw;
	}

}

@media screen and (max-width: 1023px) {

	.fv__slide img {
		-o-object-position: right center;
		object-position: right center;
	}

	.fv__slide.fv__slide--left img {
		-o-object-position: left center;
		object-position: left center;
	}

	.price__blocks::after {
		left: 3.75rem;
	}

	.section-title__ja::after {
		height: 7px;
	}

	.section-title__ja.section-title__ja--white::after {
		background-size: 41.75rem 7px;
		height: 7px;
	}

}

@media screen and (max-width: 895px) {

	.section-title__ja::after {
		height: 6px;
	}

}

@media screen and (max-width: 767px) {

	.md-none {
		display: none;
	}

	.md-show {
		display: block;
	}

	html {
		font-size: 16px;
	}

	.layout-about {
		margin-top: 2.625rem;
		padding-bottom: 7.3125rem;
	}

	.layout-contact {
		padding-bottom: 3.75rem;
		padding-top: 1.875rem;
	}

	.footer__inner {
		padding-bottom: 1.4375rem;
		padding-top: 1.4375rem;
	}

	.layout-fv {
		margin-top: 4.0625rem;
	}

	.layout-price {
		padding-bottom: 3.375rem;
		padding-top: 1.875rem;
	}

	.layout-privacy-footer {
		padding-bottom: 2.5rem;
		padding-top: 2.5rem;
	}

	.layout-recommend {
		padding-bottom: 2.625rem;
		padding-top: 1.875rem;
	}

	.layout-season {
		padding-bottom: 4rem;
		padding-top: 3rem;
	}

	.layout-shop {
		margin-top: 2.25rem;
	}

	.layout-sightseeing {
		padding-bottom: 3.625rem;
		padding-top: 1.875rem;
	}

	.layout-slide {
		margin-top: 2.9375rem;
	}

	.layout-staff {
		margin-top: 3.75rem;
		padding-bottom: 3.75rem;
		padding-top: 1.8125rem;
	}

	.about::before,
	.about::after {
		height: 1.75rem;
		width: 3.8125rem;
	}

	.about::before {
		bottom: 2.25rem;
		left: calc(50% - min(50vw, 10.59375rem));
	}

	.about::after {
		bottom: 1.9375rem;
		right: calc(50% - min(50vw, 10.21875rem));
	}

	.about__text-wrap {
		max-width: 20.9375rem;
		row-gap: 0.9375rem;
	}

	.about__text-wrap p {
		font-size: 0.875rem;
		line-height: 1.4285714286;
	}

	.about__text-wrap strong {
		font-size: 1rem;
		line-height: 1.25;
	}

	.about__bottom {
		margin-top: 0;
	}

	.about__links {
		display: none;
	}

	.contact-form__items {
		row-gap: 0.9375rem;
	}

	.contact-form__terms {
		margin-top: 0.9375rem;
	}

	.contact-form__terms .wpcf7-list-item-label::after {
		top: 50%;
	}

	.contact-form__submit {
		margin-top: 3.125rem;
	}

	.contact::before,
	.contact::after {
		height: 1.875rem;
		width: 4.0625rem;
	}

	.contact::before {
		bottom: auto;
		bottom: initial;
		left: auto;
		left: initial;
		right: calc(50% - min(50vw, 10.59375rem));
		top: 2.875rem;
	}

	.contact::after {
		bottom: 1.25rem;
		left: calc(50% - min(50vw, 10.46875rem));
		right: auto;
		right: initial;
		top: auto;
		top: initial;
	}

	.contact__form {
		margin-top: 1.875rem;
		max-width: 17.1875rem;
	}

	.footer__inner.inner {
		padding-left: 3.125rem;
		padding-right: 3.125rem;
	}

	.footer__inner::after {
		bottom: 4.0625rem;
		left: 50%;
		text-align: center;
		transform: translateX(-50%);
		width: 100%;
	}

	.footer__container {
		align-items: center;
		flex-direction: column;
	}

	.footer__info {
		row-gap: 0.625rem;
	}

	.footer__info-left {
		font-size: 0.875rem;
	}

	.footer__info-right {
		font-size: 0.75rem;
	}

	.footer__sns-items {
		-moz-column-gap: 0.625rem;
		column-gap: 0.625rem;
		margin-top: 1.5rem;
	}

	.footer__sns-item {
		height: 2.1875rem;
		width: 2.1875rem;
	}

	.footer__righ {
		margin: 1.5rem auto 0;
		width: 14.75rem;
	}

	.footer__iframe iframe {
		aspect-ratio: 236/197;
	}

	.footer__copyright {
		margin-top: 7.5rem;
	}

	.form-form__label,
	.contact-form__terms {
		font-size: 0.75rem;
		padding: 0.234375rem 0.3125rem;
	}

	.form-item__input {
		margin-top: 0.3125rem;
	}

	.form-item__input [type=text],
	.form-item__input [type=email],
	.form-item__input [type=tel],
	.form-item__input textarea {
		padding: 0.1875rem 0.3125rem;
	}

	.form-item__input textarea {
		min-height: 8.125rem;
	}

	.fv {
		height: 15.5rem;
		height: 66.1333333333vw;
	}

	.fv__slide img {
		aspect-ratio: 375/248;
	}

	.header__inner.inner {
		align-items: center;
		display: flex;
		height: inherit;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.inner {
		padding-left: 15px;
		padding-right: 15px;
	}

	.inner input[type=submit],
	.inner input[type=button] {
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		background: transparent;
		border: none;
		border-radius: 0px;
		box-sizing: border-box;
		cursor: pointer;
	}

	.inner input[type=submit]::-webkit-search-decoration,
	.inner input[type=button]::-webkit-search-decoration {
		display: none;
	}

	.inner .row.jc-center {
		justify-content: center;
	}

	.price-list__title {
		font-size: 0.8125rem;
		padding: 0.53125rem 0.1875rem;
		width: 9.0625rem;
	}

	.price-list__cost {
		font-size: 0.875rem;
		width: calc(100% - 9.0625rem);
	}

	.price-list__cost span {
		font-size: 0.6875rem;
	}

	.price::before,
	.price::after {
		height: 1.875rem;
		width: 4.0625rem;
	}

	.price::before {
		left: auto;
		left: initial;
		right: calc(50% - min(50vw, 10.46875rem));
		top: 7.5rem;
	}

	.price::after {
		bottom: 3.125rem;
		left: auto;
		left: initial;
		right: calc(50% - min(50vw, 10.46875rem));
	}

	.price__blocks {
		flex-direction: column;
		margin-top: 1.875rem;
		max-width: 17.1875rem;
		row-gap: 1.875rem;
	}

	.price__blocks::after {
		height: 5rem;
		left: auto;
		left: initial;
		right: -5rem;
		top: 25%;
		width: 9.4375rem;
	}

	.price__lists {
		grid-row-gap: 0.9375rem;
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 0.75rem;
		row-gap: 0.9375rem;
	}

	.price__block-title {
		font-size: 1rem;
		padding-left: 0.3125rem;
	}

	.price__block-title::before {
		height: 1.25rem;
		width: 2px;
	}

	.price__text {
		margin-left: 0.4375rem;
		margin-top: 0.3125rem;
	}

	.privacy-footer__items {
		flex-direction: column;
		row-gap: 1.25rem;
	}

	.privacy-footer__item {
		font-size: 1rem;
	}

	.privacy-footer__copyright {
		font-size: 0.875rem;
	}

	.privacy-fv {
		height: 13.5625rem;
	}

	.privacy-fv__title {
		font-size: 1.875rem;
	}

	.privacy-fv__title::after {
		font-size: 0.8125rem;
	}

	.privacy-policy__title {
		font-size: 1rem;
	}

	.privacy-policy__body {
		padding: 0.9375rem;
	}

	.recommend-card {
		border-top: 3px solid #0B8CCC;
	}

	.recommend-card__image img {
		aspect-ratio: 182/122;
	}

	.recommend-card__body {
		padding: 0.5625rem 0.9375rem 1.5625rem;
	}

	.recommend-card__title {
		font-size: 0.875rem;
		padding-left: 0.4375rem;
	}

	.recommend-card__title::before {
		height: 1.3125rem;
		width: 2px;
	}

	.recommend-card__text {
		font-size: 0.75rem;
	}

	.recommend-cards {
		grid-template-columns: 1fr;
	}

	.recommend::before,
	.recommend::after {
		height: 1.875rem;
		width: 4.0625rem;
	}

	.recommend::before {
		bottom: 0.9375rem;
		left: calc(50% - min(48vw, 10.46875rem));
		right: auto;
		right: initial;
		top: auto;
		top: initial;
	}

	.recommend::after {
		display: none;
	}

	.recommend__cards {
		margin: 1.875rem auto 0;
		max-width: 11.375rem;
	}

	.season::before {
		background-image: url(../images/common/season-bg-sp.jpg);
	}

	.season__table {
		margin-top: 1.6875rem;
		overflow-y: scroll;
	}

	.season__bottom {
		max-width: 18.125rem;
		padding: 1rem 0.625rem;
	}

	.season__bottom-item {
		font-size: 0.75rem;
		letter-spacing: 0.03em;
	}

	.section-title::before {
		height: 2.5rem;
		width: 2.5rem;
	}

	.section-title.section-title--recommend::before {
		left: calc(50% - 7.5rem);
	}

	.section-title__ja {
		font-size: 1.125rem;
		padding-bottom: 0.5rem;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.section-title__ja::after {
		background-size: 8.625rem 0.3125rem;
		height: 5px;
		width: 18.75rem;
	}

	.section-title__ja.section-title__ja--white::after {
		background-size: 22rem 0.375rem;
		height: 6px;
		width: 34.375rem;
	}

	.shop-boat__wrap::after {
		background-image: url(../images/common/boat-asirai-sp.svg);
		height: 2.25rem;
		right: 0;
		top: -2.1875rem;
		width: 9.875rem;
	}

	.shop-boat__image {
		max-width: none;
		max-width: initial;
		width: 10rem;
	}

	.shop-boat__image img {
		aspect-ratio: 160/106;
	}

	.shop-boat__message {
		min-width: 8.125rem;
		padding: 0.125rem 0.5rem 0.375rem 0.5rem;
		width: calc(100% - 10rem);
	}

	.shop-boat__title {
		font-size: 0.6875rem;
	}

	.shop-boat__item {
		font-size: 0.625rem;
	}

	.shop-facility__items {
		grid-template-columns: 1fr;
		margin-top: 1.25rem;
		row-gap: 2.5rem;
	}

	.shop-facility__item p {
		font-size: 0.75rem;
	}

	.shop-facility__image img {
		aspect-ratio: 253/177;
	}

	.shop-facility__body {
		margin-top: 0.375rem;
	}

	.shop-stay::before,
	.shop-stay::after {
		height: 1.875rem;
		width: 4.0625rem;
	}

	.shop-stay::before {
		display: none;
	}

	.shop-stay::after {
		bottom: 0.3125rem;
		right: -1.875rem;
	}

	.shop-stay__text {
		font-size: 0.875rem;
		margin-top: 0.9375rem;
	}

	.shop-stay__items {
		margin-top: 1.875rem;
		row-gap: 1.875rem;
	}

	.shop-stay__item {
		flex-direction: column;
	}

	.shop-stay__left {
		max-width: 100%;
	}

	.shop-stay__left h4 {
		font-size: 1rem;
	}

	.shop-stay__image {
		margin-top: 0.9375rem;
	}

	.shop-stay__image img {
		aspect-ratio: 253/177;
	}

	.shop-stay__right {
		margin-top: 0.9375rem;
		row-gap: 0.625rem;
		width: 100%;
	}

	.shop-stay__message {
		-moz-column-gap: 0.625rem;
		column-gap: 0.625rem;
	}

	.shop-stay__message-left {
		font-size: 0.625rem;
		padding: 0.96875rem 0.1875rem;
		width: 8.4375rem;
	}

	.shop-stay__message:nth-child(1) .shop-stay__message-left {
		padding: 0.53125rem;
	}

	.shop-stay__message-left span {
		font-size: 0.625rem;
	}

	.shop-stay__message-right {
		min-width: 9.375rem;
		width: calc(100% - 8.4375rem);
	}

	.shop-stay__message:nth-child(1) .shop-stay__message-right p:nth-child(1) {
		font-size: 0.6875rem;
	}

	.shop-stay__right p {
		font-size: 0.6875rem;
	}

	.shop-stay__right p:nth-child(2) {
		font-size: 0.625rem;
	}

	.shop-stay__bottom {
		margin-top: 1.875rem;
		min-width: 17.1875rem;
		padding: 0.9375rem 0.625rem;
	}

	.shop-stay__bottom::before {
		height: 2rem;
		top: -2rem;
		width: 2rem;
	}

	.shop-stay__texts {
		font-size: 0.875rem;
		grid-template-columns: 1fr;
		row-gap: 0.8125rem;
	}

	.shop-stay__bottom p {
		width: 100%;
	}

	.shop-stay__texts p:nth-child(2) {
		order: 3;
	}

	.shop-stay__texts p:nth-child(3) {
		order: 2;
	}

	.shop-stay__texts p:nth-child(4) {
		order: 5;
	}

	.shop::after {
		height: 2.5rem;
		right: 2.0625rem;
		right: calc(50% - min(50vw, 9.65625rem));
		width: 2.5rem;
	}

	.shop__inner.inner {
		max-width: 17.1875rem;
	}

	.shop__block:nth-child(2) {
		margin-top: 3.4375rem;
	}

	.shop__block:nth-child(3) {
		margin-top: 3.4375rem;
	}

	.shop__block-title {
		font-size: 1rem;
		padding-left: 0.3125rem;
	}

	.shop__block-title::before {
		height: 1.25rem;
		width: 2px;
	}

	.sightseeing__image {
		margin-top: 2.5rem;
		max-width: none;
		max-width: initial;
	}

	.sightseeing__image img {
		aspect-ratio: 375/263;
	}

	.staff-item__image {
		max-width: none;
		max-width: initial;
		width: 81.8770226537%;
	}

	.staff-item__body {
		padding: 0.375rem 0.875rem 1.25rem;
	}

	.staff-item__title-wrap p {
		font-size: 1rem;
	}

	.staff-item__texts {
		margin-top: 0.3125rem;
	}

	.staff-item__texts p {
		font-size: 0.75rem;
	}

	.staff {
		background-position: left -10rem bottom;
	}

	.staff::before,
	.staff::after {
		height: 1.875rem;
		width: 4.0625rem;
	}

	.staff::before {
		bottom: auto;
		bottom: initial;
		left: auto;
		left: initial;
		right: calc(50% - min(50vw, 10.46875rem));
		top: 3.125rem;
	}

	.staff::after {
		bottom: -0.625rem;
		left: calc(50% - min(50vw, 10.46875rem));
		right: auto;
		right: initial;
	}

	.staff__items {
		grid-template-columns: 1fr;
		margin-top: 1.875rem;
		max-width: 19.3125rem;
		row-gap: 1.875rem;
	}

	.submit-button {
		font-size: 1rem;
		padding: 0.78125rem;
		width: 14rem;
	}

	.shop-stay__swiper-container {
		margin-top: 0.9375rem;
	}

	.swiper3 .caption,
	.swiper4 .caption {
		font-size: 0.75rem;
	}

	.swiper-button-wrapper .swiper-button-next {
		right: -30px;
	}

	.swiper3-thumnail .shop-stay__thumbnail,
	.swiper4-thumnail .shop-stay__thumbnail {
		display: none;
	}

	.table__wrap {
		min-width: 75.6875rem;
	}

	.table__row:last-child span {
		font-size: 1rem;
	}

	.table__row:last-child span:nth-child(2) {
		min-width: 18.75rem;
	}

	.table__row:last-child span:nth-child(3) {
		min-width: 40rem;
	}

}

@media screen and (max-width: 767px) and (max-width: 767px) {

	.section-title.section-title--season::before {
		left: calc(50% - 10rem);
	}

	.section-title.section-title--price::before {
		height: 1.875rem;
		left: calc(50% - 5.625rem);
		top: -0.1875rem;
		width: 1.875rem;
	}

	.section-title.section-title--shop::before {
		height: 1.875rem;
		left: calc(50% - 6.25rem);
		width: 1.875rem;
	}

	.section-title.section-title--staff::before {
		height: 1.875rem;
		left: calc(50% - 5.9375rem);
		width: 1.875rem;
	}

	.section-title.section-title--sightseeing::before {
		height: 1.875rem;
		left: calc(50% - 6.5625rem);
		width: 1.875rem;
	}

	.section-title.section-title--contact::before {
		height: 1.875rem;
		left: calc(50% - 5.9375rem);
		width: 1.875rem;
	}

}

@media (max-width: 375px) {

	html {
		font-size: 4.2666666667vw;
	}

}

@keyframes wave {

	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -100% 0;
	}

}


/*# sourceMappingURL=style.css.map */


/* Schedule Section */
.schedule-section {
	background-color: #fff;
	padding: 5rem 2rem;
	max-width: 70rem;
	margin: 0 auto;
}

.schedule-section.layout-schedule {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

@media screen and (max-width: 767px) {
	.schedule-section.layout-schedule {
		padding-bottom: 3rem;
		padding-top: 3rem;
	}
}

.schedule-section dl {
	padding: 0;
	margin: 0;
}

.schedule-section ol {
	list-style: none;
	padding: 0;
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

/* Vertical Line */
.schedule-section ol::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100px;
	/* Adjust purely based on visual preference */
	width: 4px;
	background-color: #00486C;
	border-radius: 2px;
}

.schedule-section ol>li {
	position: relative;
	margin-bottom: 2rem;
	min-height: 60px;
}

.schedule-section ol>li.schedule-gap-large {
	margin-bottom: 6rem;
}

.schedule-section ol>li:last-child {
	margin-bottom: 0;
}

/* Flex container for the row */
.schedule-section ol>li>dl {
	display: flex;
	align-items: flex-start;
}

/* Time Column */
.schedule-section ol>li>dl>dt {
	width: 80px;
	text-align: right;
	padding-right: 72px;
	/* Space between time and line */
	font-size: 1.5rem;
	font-weight: 700;
	color: #000;
	line-height: 1.2;
	margin: 0;
	background: transparent;
	/* Reset */
	border-radius: 0;
	/* Reset */
	position: relative;
}

/* Remove CodePen styles */
.schedule-section ol>li>dl>dt::after {
	display: none;
}

.schedule-section ol>li>dl>dt span {
	display: none;
}

/* Hide icons */
.schedule-section>dl>dt {
	display: none;
}

/* Dot on the Line */
.schedule-section ol>li::after {
	content: '';
	position: absolute;
	left: 87px;
	top: 0;
	width: 30px;
	height: 30px;
	background-color: #00486C;
	border-radius: 50%;
	z-index: 1;
}

/* Content Column */
.schedule-section ol>li>dl>dd {
	flex: 1;
	padding-left: 68px;
	/* Space from line */
	margin: 0;
	background: transparent;
	/* Reset */
	border-radius: 0;
	/* Reset */
	width: 100%;
}

/* Reset CodePen Triangles */
.schedule-section ol>li>dl>dd::before {
	display: none;
}

.schedule-section ol>li::before {
	display: none;
}

.schedule-section ol>li:nth-child(2n)>dl>dd {
	background: transparent;
}

/* Inner Content Styling */
.schedule-section ol>li>dl>dd dt {
	font-size: 1.5rem;
	font-weight: 700;
	color: #000;
	margin: 0 0 0.5rem 0;
	padding: 0;
	border: none;
	/* Reset */
}

.schedule-section ol>li>dl>dd dd {
	font-size: 1rem;
	font-weight: 700;
	color: #000;
	margin: 0;
	padding: 0;
}

/* Schedule Footer */
.schedule-footer {
	margin-top: 3rem;
	font-size: 0.8rem;
	color: #000;
	line-height: 1.6;
}

.schedule-footer p {
	margin-bottom: 0.5rem;
}

/* Schedule Images */
.schedule-images {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin-top: 3rem;
}

.schedule-images img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 10px;
}

/* Message Header */
.schedule-section .message-header h2 {
	text-align: center;
	color: #00486C;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Mobile Responsive */
@media screen and (max-width: 640px) {
	.schedule-section ol::before {
		left: 20px;
	}

	.schedule-section ol>li::after {
		left: 12px;
		width: 20px;
		height: 20px;
		/* Line 20 + 2 = 22. Dot 20/2=10. 22-10=12 */
	}

	.schedule-section ol>li>dl>dt {
		width: auto;
		padding-right: 0;
		margin-bottom: 5px;
		text-align: left;
		padding-left: 40px;
		/* Align with content */
	}

	.schedule-section ol>li>dl {
		flex-direction: column;
	}

	.schedule-section ol>li>dl>dd {
		padding-left: 40px;
	}

	/* Mobile Font Sizes */
	.schedule-section ol>li>dl>dt {
		font-size: 1rem;
	}

	.schedule-section ol>li>dl>dd dt {
		font-size: 1rem;
	}

	.schedule-section ol>li>dl>dd dd {
		font-size: 0.875rem;
	}

	.schedule-footer {
		font-size: 0.75rem;
	}
}


.layout-schedule {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}




.schedule__title {
	text-align: center;
}


/* Correcting decoration to use ::before and higher specificity */
.schedule-section .schedule-item-decorated::before {
	display: block;
	background-image: url(../images/common/asirai.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 4.125rem;
	position: absolute;
	right: -6rem;
	top: 10%;
	transform: translateY(-50%);
	width: 9.25rem;
	z-index: 1;
}

@media screen and (max-width: 1000px) {
	.schedule-section .schedule-item-decorated::before {
		right: 0;
		opacity: 0.5;
	}
}

@media screen and (max-width: 767px) {
	.schedule-section .schedule-item-decorated::before {
		height: 1.75rem;
		width: 3.8125rem;
	}
}

/* Updated Schedule Images to match Shop Facility */
.schedule-images {
	grid-column-gap: 2.1875rem;
	-moz-column-gap: 2.1875rem;
	column-gap: 2.1875rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3rem;
}

.schedule-image img {
	-o-object-fit: cover;
	aspect-ratio: 333/233;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}


@media screen and (max-width: 767px) {
	.schedule-images {
		grid-template-columns: 1fr;
		row-gap: 2.5rem;
		margin-top: 1.25rem;
		max-width: 17.1875rem;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 768px) {
	.about__content {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 40px;
		margin-bottom: 8px;
	}

	.about__image {
		width: 45%;
		flex-shrink: 0;
	}

	.about__text-body {
		width: 50%;
	}

	.about__links {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 40px;
	}
}

.about {
	padding-top: 20px;
	padding-bottom: 40px;
	position: relative;
}

.about__top {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

/* 波線装飾 */
.section-title__ja--blue-wave {
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
}

.section-title__ja--blue-wave::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 300px;
	height: 20px;
	background-image: url(../images/common/asirai.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.about__image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	aspect-ratio: 351 / 235;
	object-fit: cover;
}

.about__text-body p {
	font-size: 1rem;
	line-height: 2;
	margin-bottom: 24px;
	text-align: justify;
	color: #00486C;
}

.about__lead {
	font-size: 1.375rem;
	font-weight: 700;
	color: #004465;
	margin-bottom: 12px;
	line-height: 1.6;
}

.about__middle {
	text-align: center;
	margin-bottom: 40px;
	padding-inline: 20px;
}

.about__message-blue {
	font-size: 1.75rem;
	/* 24px -> 28px */
	font-weight: 700;
	color: #004465;
	text-align: center;
}

.about__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	position: relative;
}

.about__link:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	width: 1px;
	height: 80%;
	background-color: #ccc;
}

@media screen and (max-width: 767px) {
	.about__content {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}

	.about__image {
		width: 100%;
		margin-bottom: 8px;
	}

	.about__text-body {
		width: 100%;
	}

	.about__links {
		display: flex;
		gap: 20px;
	}

	.about__link:not(:last-child)::after {
		right: -10px;
	}

	.about__lead {
		font-size: 1.25rem;
	}

	.about__message-blue {
		font-size: 1rem;
	}
}

.about__top {
	position: relative;
	max-width: 1100px;
	/* コンテンツ幅に合わせる */
	margin-left: auto;
	margin-right: auto;
}

.about__icon {
	position: absolute;
	top: 0px;
	right: 0;
	width: 100px;
	height: auto;
}

@media screen and (max-width: 767px) {
	.about__icon {
		width: 60px;
		top: 20px;
		right: -12px;
	}
}

.about__top .section-title__ja {
	font-size: 1.75rem;
}

@media screen and (max-width: 767px) {
	.about__top .section-title__ja {
		font-size: 1.25rem;
		/* or 1.25rem */
	}

	.about__text-body p {
		font-size: 0.875rem;
	}

	.about__lead {
		font-size: 1rem;
	}

	/* message-blue already has responsive styles */
}

/* Points Section */
.points {
	position: relative;
	background: #F3FBFF;
	padding-top: 5rem;
	padding-bottom: 7.5rem;
}

.points__inner.inner {
	max-width: 70rem;
	/* 1000px / 16 -> 70rem is 1120px */
}

@media screen and (max-width: 767px) {
	.points__inner.inner {
		max-width: 17.1875rem;
	}
}

.points__title {
	text-align: center;
	margin-bottom: 2.5rem;
	/* 40px */
}

.section-title.section-title--points::before {
	left: calc(50% - 15rem);
	/* 240px */
	background-image: url(../images/common/about1.svg);
}

@media screen and (max-width: 767px) {
	.section-title.section-title--points::before {
		left: calc(50% - 7.5rem);
		/* 120px */
	}
}

/* Update Schedule Section Title Icon */
.section-title.section-title--schedule::before {
	top: 4px;
	left: calc(50% - 10.5rem);
	background-image: url(../images/common/timelapse.svg);
	width: 3.5rem;
	/* 62px */
	height: 3.5rem;
	/* 62px */
}

@media screen and (max-width: 767px) {
	.section-title.section-title--schedule::before {
		left: calc(50% - 5rem);
		width: 1.875rem;
		height: 1.875rem;
		top: 0;
	}
}

.schedule__title {
	margin-bottom: 3.75rem;
}

@media screen and (max-width: 767px) {
	.schedule__title {
		margin-bottom: 2.5rem;
	}
}


.points__map {
	text-align: center;
	margin-bottom: 3.75rem;
	/* 60px */
}

.points__map img {
	max-width: 100%;
	width: 80%;
	height: auto;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.points__map img {
		width: 100%;
	}
}

.points__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2.5rem 1.875rem;
	/* 40px 30px */
	gap: 2.5rem 1.875rem;
}

@media screen and (max-width: 767px) {
	.points__items {
		grid-template-columns: 1fr;
		grid-gap: 2.5rem;
		gap: 2.5rem;
	}
}

.points-item {
	display: flex;
	flex-direction: column;
}

.points-item__image {
	width: 100%;
	margin-bottom: 0.9375rem;
	/* 15px */
}

.points-item__image img {
	width: 100%;
	aspect-ratio: 300 / 200;
	object-fit: cover;
	border-radius: 10px;
}

.points-item__title {
	font-size: 1.125rem;
	/* 18px */
	font-weight: 700;
	color: #00486C;
	margin-bottom: 0.625rem;
	/* 10px */
	display: flex;
	align-items: center;
}

.points-item__desc {
	font-size: 0.875rem;
	/* 14px */
	margin-bottom: 0.625rem;
	line-height: 1.6;
}

.points-item__specs {
	font-size: 0.8125rem;
	/* 13px */
	color: #333;
}

.points-item__specs p {
	margin-bottom: 0.3125rem;
	/* 5px */
	text-indent: -1em;
	padding-left: 1em;
}

.points__images {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
	/* 20px */
	margin-top: 3.75rem;
	/* 60px */
}

.points__image img {
	width: 100%;
	height: 100%;
	aspect-ratio: 300 / 200;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.points__images {
		grid-template-columns: 1fr;
		gap: 0.625rem;
		/* 10px */
		margin-top: 2.5rem;
		/* 40px */
	}
}

/* Sightseeing Restaurants */
.layout-sightseeing {
	padding-bottom: 5.375rem;
	padding-top: 5.375rem;
}

@media screen and (max-width: 767px) {
	.layout-sightseeing {
		padding-bottom: 1rem;
		padding-top: 3rem;
	}
}

.sightseeing__restaurants {
	margin-top: 7.5rem;
	/* 120px */
}

@media screen and (max-width: 767px) {
	.sightseeing__restaurants {
		margin-top: 5rem;
		/* 80px */
	}
}

.sightseeing__restaurants-title {
	text-align: left;
	max-width: 70rem;
	margin: 0 auto 2.875rem;
	padding: 0 1.25rem;
}

@media screen and (max-width: 767px) {
	.sightseeing__restaurants-title {
		margin-bottom: 2.5rem;
		/* 40px */
		max-width: 17.1875rem;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		padding: 0;
	}
}

/* Reuse logic from points__items for grid */
.sightseeing-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem 2.5rem;
	max-width: 70rem;
	margin: 0 auto;
	padding: 0 1.25rem;
}

@media screen and (max-width: 767px) {
	.sightseeing-items {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		/* 40px */
		padding: 0 0.9375rem;
		/* 15px */
		max-width: 17.1875rem;
	}
}

/* Reuse logic from points-item for items */
.sightseeing-item {
	display: flex;
	flex-direction: column;
}

.sightseeing-item__image {
	width: 100%;
	margin-bottom: 1rem;
	/* 24px */
}

.sightseeing-item__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.sightseeing-item__link:hover {
	opacity: 0.7;
}

.sightseeing-item__image img {
	width: 100%;
	aspect-ratio: 320 / 228;
	object-fit: cover;
	border-radius: 10px;
}

.sightseeing-item__image-placeholder {
	width: 100%;
	aspect-ratio: 320 / 228;
	background-color: #d9d9d9;
	border-radius: 10px;
}

.sightseeing-item__title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #00486C;
	margin-bottom: 0.25rem;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.sightseeing-item__title {
		font-size: 1rem;
	}
}

.sightseeing-item__desc {
	font-size: 0.875rem;
	/* 14px */
	line-height: 2;
	margin-bottom: 1rem;
	/* 16px */
	flex-grow: 1;
}

.sightseeing-item__specs {
	font-size: 0.875rem;
	/* 14px */
	color: #333;
	line-height: 1.5;
}

.sightseeing-item__specs p {
	margin-bottom: 0.3125rem;
	/* 5px */
}

.sightseeing-item__specs p:last-child {
	margin-bottom: 0;
}

.u-pl-5p {
	padding-left: 5em;
}

/* Sightseeing Appeal Section */
.sightseeing__appeal {
	margin-top: 1rem;
	padding-top: 5rem;
	position: relative;
}

.sightseeing__appeal::before {
	background-image: url(../images/common/asirai.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.125rem;
	position: absolute;
	width: 9.25rem;
	right: calc(50% - min(48vw, 39.25rem));
	top: 3.3125rem;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.sightseeing__appeal {
		margin-top: 1rem;
		padding-top: 3.75rem;
	}

	.sightseeing__appeal::before {
		width: 4rem;
		height: 1.8rem;
		top: 2rem;
		right: 1rem;
	}
}

.sightseeing__appeal-header {
	max-width: 70rem;
	margin: 0 auto 2.875rem;
	padding: 0 1.25rem;
}

@media screen and (max-width: 767px) {
	.sightseeing__appeal-header {
		margin-bottom: 2.5rem;
		max-width: 17.1875rem;
		padding: 0;
	}
}

.sightseeing__appeal-title-wrap {
	background-color: #F3FBFF;
	padding: 1.25rem 1.25rem;
	text-align: left;
	position: relative;
	border-radius: 10px;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.sightseeing__appeal-title {
	font-size: 1.5rem;
	/* 24px */
	font-weight: 700;
	color: #00486C;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.sightseeing__appeal-title {
		font-size: 1rem;
	}

	.sightseeing__appeal-header {
		margin-bottom: 2.5rem;
	}
}

.season__bottom {
	background: rgba(11, 140, 204, 0.7);
	border-radius: 10px;
	margin: 1.875rem auto 0;
	max-width: 70rem;
	padding: 1.8125rem 0.9375rem;
	width: 100%;

}

.price__note {
	font-size: 0.875rem;
	/* 14px */
	margin-top: 1rem;
	line-height: 1.5;
}

.price-list__small {
	font-size: 0.75rem;
	/* 12px */
	display: block;
	margin-top: 0.25rem;
	font-weight: normal;
}

.price-list__cost {
	white-space: nowrap;
}

.price-list__cost span {
	display: inline-block;
}

.price-list {
	margin-bottom: 1rem;
}

.price-list:last-child {
	margin-bottom: 0;
}


@media screen and (min-width: 768px) {
	.shop-facility__items {
		grid-column-gap: 2.1875rem;
		-moz-column-gap: 2.1875rem;
		column-gap: 2.1875rem;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		margin-top: 2.1875rem;
		row-gap: 2.1875rem;
	}
}

.shop__block:nth-child(4) {
	margin-top: 5.625rem;
}

@media screen and (max-width: 767px) {
	.price-list {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.staff__items {
		max-width: 100%;
		padding: 0 1.25rem;
	}

	.staff-item__image {
		width: 100%;
		max-width: 100%;
	}

	.staff-item__body {
		margin-top: -1.5rem;
		padding: 1rem;
		max-width: calc(100% - 2.5rem);
	}
}

/* Instagram Section */
.layout-instagram {
	padding-bottom: 5.375rem;
	padding-top: 1rem;
}

.instagram__inner {
	max-width: 70rem;
	margin: 0 auto;
	padding: 0 1.25rem;
}

@media screen and (max-width: 767px) {
	.instagram__inner {
		max-width: 17.1875rem;
	}

	.layout-instagram {
		padding-bottom: 3rem;
		padding-top: 1rem;
	}
}

/* Payment Section */
.contact__payment {
	margin: 3rem auto 0;
	max-width: 36.75rem;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.contact__payment {
		max-width: 17.1875rem;
	}
}

.contact__payment-text {
	font-size: 1rem;
	font-weight: 700;
	color: #00486C;
	margin-bottom: 1rem;
}

.contact__payment-images {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	flex-wrap: wrap;
	background-color: #fff;
	border-radius: 20px;
	padding: 1.25rem 1.25rem;
	width: 100%;
}

.contact__payment-images img {
	height: auto;
	max-width: 320px;
	width: 30%;
}

@media screen and (max-width: 767px) {
	.contact__payment-images {
		flex-direction: column;
		gap: 1rem;
	}

	.contact__payment-images img {
		width: 100%;
		max-width: 400px;
	}
}

@media screen and (max-width: 767px) {
	.shop__block:nth-child(4) {
		margin-top: 3.4375rem;
	}
}

@media screen and (max-width: 767px) {
	.price__blocks::after {
		height: 5rem;
		left: auto;
		left: initial;
		right: -5rem;
		top: 30%;
		width: 9.4375rem;
	}
}