body {
	/*font-family: "Noto Serif JP", serif;*/
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

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;
}

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

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

/* フォームリセット */

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;
}

.choice-margin {
	margin-top: 11.875rem;
}

.contact-info-margin {
	margin-top: 6.25rem;
}

.contact-info-margin100 {
	margin-top: 6.25rem;
}

.faq-margin {
	margin-top: 12.5rem;
}

.features-margin {
	margin-top: 7.5rem;
}

.footer-margin {
	margin-top: 12.5rem;
}

.hoyo-margin {
	margin-top: 6.25rem;
}

.medals-margin {
	margin-top: 6.875rem;
}

.origami-margin {
	margin-top: 6.75rem;
}

.pets-margin {
	margin-top: 6.25rem;
}

.point-margin {
	margin-top: 11.875rem;
}

.price-margin {
	margin-top: 6.25rem;
}

.reserve-margin {
	margin-top: 6.25rem;
}

.seasons-acc-margin {
	margin-top: 6.25rem;
}

.shiki-slider-margin {
	margin-top: 12.5rem;
}

.video-guide-margin {
	margin-top: 12.5rem;
}

.voice-margin {
	margin-top: 6.25rem;
}

.access {
	padding: 6.25rem 0 0;
}

.access__inner {
	display: grid;
	justify-content: center;
}

.access__map {
	margin-top: 4.375rem;
	overflow: hidden;
}

.access__info {
	display: flex;
	flex-wrap: wrap;
	gap: 3.125rem;
	justify-content: center;
	margin-top: 3.125rem;
}

.access__column {
	grid-gap: 3.125rem;
	display: grid;
	gap: 3.125rem;
	line-height: 1.8;
}

.access__title {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 0.5rem;
}

.access__title span {
	color: #00bcd4;
	font-size: 0.875rem;
}

.access__text {
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	line-height: 1.666;
}

.brand-message__inner {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	text-align: left;
}

.brand-message__logo {
	align-items: flex-end;
	display: flex;
	height: auto;
	width: 18.75rem;
}

.brand-message__logo img {
	display: block;
	height: auto;
	width: 100%;
}

.brand-message__text {
	align-items: flex-end;
	color: #8b6b2d;
	display: flex;
	font-size: 3.4375rem;
	font-weight: 600;
	gap: 0.25rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.brand-message__small {
	color: #000;
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1;
}

.brand-message__highlight {
	color: #8b6b2d;
	font-weight: 600;
}						

/* ============== choice ============== */

.choice__item {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	margin-top: 4.5rem;
}

/* 画像 */

.choice__image {
	max-width: 44.1875rem;
	width: 100%;
}

.choice__image img {
	border-radius: 1rem;
	display: block;
	height: auto;
	width: 100%;
}

/* コンテンツ */

.choice__content {
	grid-gap: 3.75rem;
	color: #000;
	display: grid;
	gap: 3.75rem;
	margin: 0;
	max-width: 40.625rem;
	width: 100%;
}

/* ============== 数字と装飾 ============== */

.choice__head {
	align-items: center;
	display: flex;
	gap: 3.4375rem;
}

.choice__num {
	flex-shrink: 0;
	position: relative;
	text-align: center;
	width: 5rem;
}

/* 装飾画像 */

.choice__num::before {
	background: url("../images/number_accent.png") no-repeat center/contain;
	content: "";
	height: 2.5rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 5.625rem;
}

/* 数字 */

.choice__num-text {
	color: #000;
	display: inline-block;
	font-size: 4.5625rem;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
	margin-top: 2.25rem; /* 装飾画像分だけ下げる */
	position: relative;
}

/* タイトルブロック */

.choice__textGroup {
	flex: 1;
}

.choice__label {
	color: #000;
	font-size: 1.28rem;
	line-height: 1.6;
	margin-bottom: 0.25rem;
	font-weight: 600;
	letter-spacing: 0.15rem;
}

.choice__title {
	color: #967537;
	font-size: 2.3125rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	letter-spacing: 0.15rem;
}

/* テキスト本文 */

.choice__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	line-height: 1.9;
	margin: 0;
}

/* 交互レイアウト */

.choice__item--reverse .choice__image {
	order: 2;
}

.choice__item--reverse .choice__content {
	order: 1;
}

/* ============== Responsive ============== */

.contact-info {
	text-align: center;
}

.contact-info__text {
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.58;
	letter-spacing: 0.06em;
	margin-bottom: 2.8125rem;
}

.contact-info__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: center;
	margin-bottom: 2.5rem;
}

.contact-info__button {
	-webkit-text-decoration: none;
	align-items: center;
	border: 0.125rem;
	border-color: #fff;
	box-shadow: 0 0 0.625rem rgba(153, 153, 153, 0.6);
	color: #fff;
	display: inline-flex;
	font-size: 1.5625rem;
	font-weight: 600;
	gap: 0.5rem;
	justify-content: center;
	overflow: hidden;
	padding: 1rem 2rem;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
	width: 26.25rem;
}

.contact-info__button::before {
	border: 0.125rem solid #fff;
	bottom: 0rem;
	content: "";
	left: 0rem;
	pointer-events: none;
	position: absolute;
	right: 0rem;
	top: 0rem;
}

.contact-info__button--line {
	background-color: #06c755;
}

.contact-info__button--line:hover {
	opacity: 0.85;
}

.contact-info__button--document {
	background-color: #c80047;
}

.contact-info__button--document:hover {
	opacity: 0.85;
}

.contact-info__icon {
	height: auto;
	vertical-align: middle;
	width: 1.5rem;
}

.contact-info__tel {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-weight: 600;
	gap: 1rem;
	line-height: 1;
}

.contact-info__tel-icon {
	height: auto;
	width: 3.0625rem;
}

.contact-info__tel-top {
	align-items: center;
	display: flex;
	gap: 1.375rem;
	justify-content: center;
}

.contact-info__tel-number {
	font-size: 3.8125rem;
	letter-spacing: 0.05em;
}

.contact-info__tel-hours {
	font-size: 1.1875rem;
}

/* ============== faq ============== */

.faq__section {
	margin: 0 auto;
	max-width: 75rem;
	width: 100%;
}

.faq__head {
	color: #975f1d;
	font-size: 2.3125rem;
	font-weight: 600;
	margin-top: 4.5rem;
	text-align: center;
}

.faq__body {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	margin-top: 3.125rem;
}

.faq__item {
	background-color: #f4f3f2;
	border: 0.0625rem solid #a58b5d;
	border-radius: 0.5rem;
	overflow: hidden;
}

/* 質問ボタン行 */

.faq__question {
	align-items: center;
	background: none;
	border: none;
	color: #9a7c41;
	cursor: pointer;
	display: flex;
	font-size: 1.25rem;
	gap: 0.75rem;
	justify-content: flex-start;
	line-height: 1.6;
	padding: 1.5rem;
	text-align: left;
	width: 100%;
}

.faq__label {
	flex: 1 1 auto; /* テキストは左側で伸縮 */
}

/* 右端の＋／－アイコン（CSSで描画） */

.faq__icon {
	flex: 0 0 auto;
	height: 1.125rem;
	margin-left: auto; /* 右端へ */
	position: relative;
	width: 1.125rem;
}

.faq__icon::before,
.faq__icon::after {
	background: #bfa76a;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s;
	width: 100%;
}

.faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg); /* 縦棒で＋ */
}

/* 開いた状態（.is-open）で「−」にする → 縦棒を消す */

.faq__item.is-open .faq__icon::after {
	opacity: 0;
}

/* 回答 */

.faq__answer {
	border-top: 0.0625rem solid #bfa76a;
	color: #333;
	display: none; /* jQueryでslideToggle */
	font-size: 1.25rem;
	margin: 0;
	padding: 1.5rem;
}

.faq__answer[hidden] {
	display: none !important;
}

.faq__answer[hidden] { /* hidden属性の明示制御 */
}

/* hover（任意） */

.faq__question:hover {
	background-color: #f8f6f1;
}

/* ============== SP ============== */

/* ============== features ============== */

.features__inner {
	grid-gap: 5rem;
	display: grid;
	gap: 5rem;
	justify-content: center;
}

.features__item {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	margin: auto;
	max-width: 80rem;
	width: 100%;
}

.features__item:last-child {
	margin-bottom: 0;
}

/* 画像 */

.features__image {
	margin: 0;
	max-width: 32.6875rem;
	width: 100%;
}

.features__image img {
	border-radius: 1.5rem; /* やわらかい角丸（簡易マスク） */
	display: block;
	height: auto;
	width: 100%;
}

/* テキスト */

.features__content {
	grid-gap: 2.5rem;
	color: #333;
	display: grid;
	gap: 2.5rem;
	margin: 0;
	max-width: 41.875rem;
	width: 100%;
}

.features__title {
	color: #b0378f; /* 見出しの紫 */
	font-size: 3.4375rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.085em;
}

.features__lead {
	color: #404040;
	font-size: 2.3125rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.065em;
}

.features__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	line-height: 1.75;
}

/* 交互レイアウト */

.features__item--reverse .features__image {
	order: 2;
}

.features__item--reverse .features__content {
	order: 1;
}

/* ============== Responsive ============== */

/* 固定CTA全体 */

.floating-cta {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	position: fixed;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}

/* 各ボタン画像 */

.floating-cta__btn {
	border-radius: 0.375rem;
	display: block;
	height: 7.9375rem;
	overflow: hidden;
	transition: transform 0.25s ease, opacity 0.25s ease;
	width: 7.9375rem;
}

.floating-cta__btn:hover {
	opacity: 0.9;
	transform: translateY(-0.125rem);
}

/* 画像そのものをフィットさせる */

.floating-cta__btn img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ===== SP ===== */

.footer {
	background: #363636;
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 0.75rem;
	padding: 4.4375rem 1rem 3.3125rem;
	text-align: center;
}

.footer__logo {
	margin: 0 0 1rem;
}

.footer__logo img {
	display: inline-block;
	height: auto;
	max-width: 11.25rem; /* ロゴ横幅（禅-ZEN までの画像） */
	width: auto;
}

.footer__links {
	display: inline-flex;
	gap: 0.25rem;
	justify-content: center;
	margin: 0 0 0.8125rem;
}

.footer__link a {
	transition: opacity 0.25s ease;
}

.footer__link a:hover {
	opacity: 0.8;
}

.footer__copy {
	display: block;
}

/* SP */

/* ===== hero ===== */

.hero {
	background: url("../images/hero.png") top/cover no-repeat;
	color: #fff;
	overflow: hidden;
	padding-bottom: 6.25rem;
	position: relative;
}

.hero__inner {
	padding: 2.75rem 0 0;
}

/* 上部バー（ロゴ＋バッジ） */

.hero__top {
	align-items: center;
	display: flex;
	gap: 3.1875rem;
	justify-content: center;
}

.hero__sidecopy p {
	margin: 0;
}

.hero__inner {
	height: 100%;
	position: relative;
	z-index: 1;
}

/* ロゴ（左上固定） */

.hero__logo {
	aspect-ratio: 276/99;
	display: block;
	height: auto;
	max-width: 17.25rem;
}

.hero__logo img {
	height: 100%;
	width: 100%;
}

/* バッジ群 */

.hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.hero__badge {
	align-items: center;
	background: #fff;
	border-radius: 0.625rem; /* 角丸（画像の雰囲気に近い） */
	color: #917233;
	display: inline-flex;
	font-size: 1.53rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1;
	min-width: 16.125rem;
	padding: 0.875rem 0;
}

.hero__content {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 1.8125rem;
}

/* ヒーロー縦書きコピー */

.hero__sidecopy {
	color: #fff;
	font-size: 2.85rem;
	font-weight: 600;
	letter-spacing: 0.125em;
	line-height: 1.23;
	text-orientation: upright;
	text-shadow: 0 0 1.3125rem rgb(0 0 0 / 60%), 0 0 1.3125rem rgb(0 0 0 / 60%);
	writing-mode: vertical-rl;
}

.hero__maincopy {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
}

/* コピー */

.hero__copy {
	color: #fee3ab;
	letter-spacing: 0.3em;
	text-align: center;
}

.hero__copy-sub {
	font-size: 2.85rem;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0.125em;
	text-shadow: 0 0rem 1.3125rem rgb(0 0 0 / 60%), 0 0rem 1.3125rem rgb(0 0 0 / 60%);
}

.hero__copy-title {
	font-size: 8rem;
	font-weight: 600;
	line-height: 1;
	margin: 1rem 0 0;
	text-shadow: 0 0rem 1.3125rem rgb(0 0 0 / 60%), 0 0rem 1.3125rem rgb(0 0 0 / 60%);
}

.hero__copy-title span {
	font-size: 5.875rem;
}

span.kagi{
	font-size: 5.875rem;
	font-weight: 500;
	text-shadow: 0 0rem 1.3125rem rgb(0 0 0 / 60%), 0 0rem 1.3125rem rgb(0 0 0 / 60%);
}

/* オープン価格バナー */

.hero__open {
	aspect-ratio: 797/287;
	max-width: 49.8125rem;
	text-align: center;
}

.hero__open img {
	-o-object-fit: cover;
	display: inline-block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ===== responsive ===== */

/* ========== hoyo section ========== */

.hoyo {
	background: #fff;
	text-align: center;
}

.hoyo__lead {
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	line-height: 1.75;
	margin-top: 4.5rem;
}

.hoyo__list {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3.5rem;
}

.hoyo__item {
	text-align: center;
}

.hoyo__image {
	aspect-ratio: 400/400;
	max-width: 25rem;
	width: 100%;
}

.hoyo__image img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ========== responsive ========== */

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

.sakura {
	background: url("../images/sakura_background.png") no-repeat center/114rem;
	position: relative;
}

.sakura_bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ===== medals ===== */

.medals {
	text-align: center;
}

.medals__title {
	color: #975f1d;
	font-size: 3.4375rem;
	font-weight: 600;
	letter-spacing: 0.085em;
	line-height: 1.45;
}

.medals__title span {
	font-size: 2.5rem;
}

.medals__list {
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin: 3.3125rem 0 0;
}

.medals__item {
	aspect-ratio: 305/314;
	max-width: 19.0625rem;
	width: 100%;
}

.medals__img {
	height: 100%;
	width: 100%;
}

/* ===== Responsive ===== */

/* ============== origami section ============== */

/* レイアウト */

.origami__inner {
	align-items: center;
	display: flex;
	gap: 3.75rem;
	justify-content: space-between;
}

/* 画像部分 */

.origami__image {
	aspect-ratio: 600/552;
	max-width: 37.5rem;
	width: 100%;
}

.origami__image img {
	-o-object-fit: cover;
	-o-object-position: center 60%;
	border-radius: 1.25rem;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center 60%; /* 少し下を見せる */
	width: 100%;
}

/* テキストエリア */

.origami__catch {
	color: #9a7b3f;
	font-size: 3.4375rem;
	font-weight: 600;
	letter-spacing: 0.225em;
	line-height: 1.15;
	text-orientation: mixed;
	writing-mode: vertical-rl; /* デザインに合わせて縦書き */
}

.origami__lead {
	font-size: 1.25rem;
	font-weight: 600;
}

.origami__lead strong {
	font-size: 2.3125rem;
	font-weight: 600;
}

.origami__text-block {
	display: flex;
	gap: 3.6875rem;
}

.origami__text-body {
	display: flex;
	flex-direction: column;
	gap: 3.6875rem;
}

.origami__text {
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	line-height: 1.6;
}

/* ============== responsive ============== */

/* ============== pets ============== */

.pets {
	background: #fcf8ef;
	padding: 6.25rem 0;
}

/* 交互レイアウト（choiceと同設計） */

.pets__item {
	grid-gap: 3.125rem;
	align-items: center;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 5.625rem;
}

.pets__item:first-of-type {
	margin-top: 5rem;
}

.pets__item--reverse .pets__image {
	order: 1;
}

.pets__item--reverse .pets__content {
	order: 2;
}

/* 画像 */

.pets__image {
	aspect-ratio: 707/433;
	border-radius: 1rem;
	max-width: 44.1875rem;
}

.pets__image img {
	-o-object-fit: cover;
	-o-object-position: center 55%;
	object-fit: cover;
	object-position: center 55%;
	width: 100%;
}

/* テキスト */

.pets__content {
	grid-gap: 3.6875rem;
	display: grid;
	gap: 3.258rem;
	margin: 0;
	max-width: 40.625rem;
	width: 100%;
}

.pets__title {
	color: #975f1d; /* 見出しの茶系 */
	font-size: 2.3125rem;
	font-weight: 600;
	line-height: 1.3;
}

.pets__text {
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	line-height: 1.75;
}

/* ============== Responsive ============== */

/* ============== point ============== */

.point__inner {
	grid-gap: 3.375rem;
	display: grid;
	gap: 3.375rem;
	grid-template-columns: repeat(3, 1fr);
	padding-bottom: 5rem;
}

/* カード */

.point__card {
	height: 33.5rem;
	max-width: 27.3125rem;
	opacity: 0;
	padding: 2.5rem 2.1875rem;
	position: relative;
	text-align: center;
	transform: translateY(1rem);
	transition: opacity 1s ease, transform 1s ease;
	width: 100%;
	will-change: opacity, transform;
}

.point__card.is-show {
	opacity: 1;
	transform: translateY(0);
}

.point__card::before {
	background: linear-gradient(90deg, #c78a02 0%, #d7a633 13%, #e8c668 31%, #f2d489 49%, #e8c668 68%, #d7a633 84%, #c78a02 100%);
	border-radius: 0.5rem;
	bottom: 0;
	box-shadow: 0 0.375rem 1.125rem rgba(0, 0, 0, 0.15); /* ← 指定：影付き */
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -2;
}

.point__card::after {
	background-color: #fcfaf6;
	border-radius: 0.5rem;
	content: "";
	display: block;
	height: calc(100% - 0.375rem);
	left: 0.1875rem;
	position: absolute;
	top: 0.1875rem;
	width: calc(100% - 0.375rem);
	z-index: -1;
}

.point__card:nth-child(2) {
	position: relative;
	top: 2.5rem;
}

.point__card:nth-child(3) {
	position: relative;
	top: 5rem;
}

/* 上部画像 */

.point__head {
	margin-bottom: 2.1875rem;
}

.point__head img {
	display: inline-block;
	height: auto;
	width: 100%;
}

/* 見出し（リード） */

.point__lead {
	color: #975f1d;
	font-size: 1.6875rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	margin-bottom: 1.5625rem;
	margin-top: 0;
}

/* テキスト本文 */

.point__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1.875;
	text-align: left;
}

/* ============== price ============== */

.price {
	grid-gap: 5.625rem;
	background: #fcf8ef;
	display: grid;
	gap: 8.5rem;
	padding: 6.25rem 0;
}

.price__content {
	text-align: center;
}

/* タイトル行 */

.price__head {
	align-items: center;
	display: inline-flex;
	flex-direction: column;
	gap: 1.0625rem;
	margin-bottom: 2.8125rem;
}

.price__head-icon {
	aspect-ratio: 389/35;
	display: block;
	height: auto;
	max-width: 24.3125rem;
	width: 100%;
}

.price__title {
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.045em;
	line-height: 1;
}

/* ヒーロー画像 */

.price__hero {
	margin: 0 0 3.3125rem;
}

.price__hero img {
	border-radius: 0.5rem;
	display: block;
	height: auto;
	width: 100%;
}

/* 「今だけ！オープン記念価格」帯 */

.price__badge {
	margin: 0 0 3.5rem;
}

.price__badge img {
	display: inline-block;
	height: auto;
	max-width: 44.9375rem;
	width: 100%;
}

/* 価格カード（画像4枚） */

.price__list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.5rem 3rem;
	justify-content: center;
}

.price__item {
	background: #fff;
	border-radius: 0.5rem;
	flex: 0 1 calc(50% - 3rem);
	overflow: hidden;
}

.price__item img {
	display: block;
	height: auto;
	width: 100%;
}

/* ============== Responsive ============== */

.reserve {
	background-color: #fdf7ed;
	padding: 6.25rem 0;
	text-align: center;
}

.reserve__head {
	margin-bottom: 4.1875rem;
}

.reserve__sub {
	color: #9a7c41;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	font-weight: 600;
    letter-spacing: 0.15rem;
}

.reserve__title {
	color: #9a7c41;
	font-size: 3.4375rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0.75rem;
}

.reserve__title span {
	color: #000;
	font-size: 2.5rem;
	font-weight: 600;
}

.reserve__form {
	-o-object-fit: cover;
	aspect-ratio: 969/1392;
	margin: auto;
	max-width: 60.5625rem;
	object-fit: cover;
}

.seasons-acc__item {
	border-bottom: 0.1875rem solid #a2a2a2;
}

.seasons-acc__head {
	margin: 0;
}

.seasons-acc__trigger {
	align-items: center;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between; /* 文字は左、矢印は右端 */
	padding: 2.5rem;
	width: 100%;
}

.seasons-acc__label {
	align-items: center;
	display: flex;
	font-size: 1.6875rem;
	font-weight: 600;
	line-height: 1;
}

.seasons-acc__season {
	font-size: 2.3125rem;
	font-weight: 600;
	margin-right: 0.625rem;
}

.seasons-acc__season--spring {
	color: #ffb1c2;
}

.seasons-acc__season--summer {
	color: #eac62e;
}

.seasons-acc__season--autumn {
	color: #97683b;
}

.seasons-acc__season--winter {
	color: #4d608e;
}

/* 右端の矢印（▼） */

.seasons-acc__icon {
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	flex: 0 0 auto;
	height: 0;
	margin-left: 1rem;
	position: relative;
	transition: transform 0.25s ease;
	width: 0;
}

.seasons-acc__icon--spring {
	border-top: 1rem solid #ffb1c2; /* ▼の色 */
}

.seasons-acc__icon--summer {
	border-top: 1rem solid #eac62e; /* ▼の色 */
}

.seasons-acc__icon--autumn {
	border-top: 1rem solid #97683b; /* ▼の色 */
}

.seasons-acc__icon--winter {
	border-top: 1rem solid #4d608e; /* ▼の色 */
}

.seasons-acc__trigger[aria-expanded=true] .seasons-acc__icon {
	position: relative;
	top: 0.1875rem;
	transform: rotate(-180deg); /* 開いたら上向き */
}

/* パネル（スムース開閉） */

.seasons-acc__panel {
	border-top: 0.1875rem solid #a2a2a2;
	overflow: hidden;
	padding: 0 1rem;
}

.seasons-acc__panel[data-open=true] {
	padding: 0.75rem 1rem 1.25rem;
}

.seasons-acc__figure {
	border-radius: 0.5rem;
	margin: 0;
	overflow: hidden;
}

.seasons-acc__figure img {
	display: block;
	height: auto;
	width: 100%;
}

.seasons-acc__coming-soon {
	font-size: 2rem;
	padding: 5rem;
	text-align: center;
}

/* ============== shiki-slider ============== */

.shiki-slider__inner {
	position: relative;
}

.shiki-slider__swiper {
	border-radius: 0.75rem;
	margin-top: 5rem;
}

.shiki-slider__slide {
	line-height: 0;
}

.shiki-slider__slide img {
	border-radius: 0.625rem;
	display: block;
	height: auto;
}

.shiki-slider__nav {
	background: url("../images/slide_btn.png") no-repeat 100%/cover;
	display: block;
	height: 3.8125rem;
	position: absolute;
	top: calc(50% - 3.75rem);
	width: 3.8125rem;
	z-index: 100;
}

.shiki-slider__nav--prev {
	left: 25%;
	transform: rotate(-180deg);
}

.shiki-slider__nav--next {
	right: 25%;
}

.shiki-slider__pagination {
	margin-top: 2.5rem;
	position: relative;
	text-align: center;
}

.swiper-slide{
	overflow: hidden;
	border-radius: 0.625rem;
	height: 450px;
}

/* Swiperのbullet整形 */

.shiki-slider .swiper-pagination-bullet {
	margin: 0 0.68rem !important;
}

.shiki-slider .swiper-pagination-bullet {
	background: #fff;
	border: 1px solid #000;
	height: 0.65rem;
	opacity: 1;
	width: 0.65rem;
}

.shiki-slider .swiper-pagination-bullet-active {
	background: #444;
}

.swiper-slide shiki-slider__slide-t {
overflow: hidden;
border-radius: 0.625rem;
margin-right: 120px;
height: 500px;
}

.swiper-slide img:hover{
	opacity:0.8;
	transition:0.3s;
}

.shiki-slider__slide-t img:hover{
	opacity:0.8;
	transition:0.3s;
}

/* SP */


/* --- Lightbox base --- */

.shiki-lightbox {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.shiki-lightbox.is-open {
	display: block;
}

.shiki-lightbox__overlay {
	background: rgba(0, 0, 0, 0.55);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.shiki-lightbox__stage {
	align-items: center;
	bottom: 0;
	display: grid;
	justify-items: center;
	left: 0;
	padding: 1rem;
	place-items: center;
	position: absolute;
	right: 0;
	top: 0;
}

.shiki-lightbox__img {
	-o-object-fit: contain;
	background: #000; /* 読み込み中の背景 */
	border-radius: 0.375rem;
	box-shadow: 0 1.25rem 3.75rem rgba(0, 0, 0, 0.35);
	height: auto;
	max-height: 85vh;
	max-width: 90vw;
	object-fit: contain;
	width: auto;
}

/* Close / Prev / Next */

.shiki-lightbox__close,
.shiki-lightbox__nav {
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	border: none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: grid;
	font-size: 1.25rem;
	height: 2.5rem;
	justify-items: center;
	line-height: 1;
	place-items: center;
	position: absolute;
	width: 2.5rem;
}

.shiki-lightbox__close {
	right: 0.75rem;
	top: 0.75rem;
}

.shiki-lightbox__nav--prev {
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

.shiki-lightbox__nav--next {
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

.shiki-no-scroll {
	overflow: hidden;
}

/* モーション配慮 */

/* ============== video-guide ============== */

.video-guide {
	background: url("../images/pink_background.png") no-repeat 0 27.8125rem/contain;
	padding-bottom: 7.5rem;
}

.video-guide__head {
	margin-bottom: 1.5rem;
	text-align: center;
}

.video-guide__accent {
	aspect-ratio: 129/63;
	height: auto;
	margin: auto;
	max-width: 8.0625rem;
}

.video-guide__accent img {
	height: 100%;
	width: 100%;
}

.video-guide__title {
	font-size: 1.68rem;
	font-weight: 600;
    letter-spacing: 0.138rem;
	line-height: 1;
	margin: 1.625rem auto 0;
}

.video-guide__logo {
	height: auto;
	margin: 1.25rem auto 0;
	width: 18.5625rem;
}

/* リスト */

.video-guide__list {
	display: flex;
	justify-content: space-between;
	margin-top: 4.5rem;
}

.video-guide__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 26.5rem;
	width: 100%;
}

/* ラベル（左に小さなドット） */

.video-guide__label {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	font-weight: 600;
	gap: 1.1875rem;
	line-height: 1.5;
	letter-spacing: 0.158rem;
}

.video-guide__dot {
	background: #b0378f;
	display: inline-block;
	height: 0.75rem;
	width: 0.75rem;
}

/* 動画枠 */

.video-guide__video {
	align-items: center;
	aspect-ratio: 9/16; /* 縦長を想定 */
	background: #000;
	box-shadow: 0 0.625rem 1.75rem rgba(0, 0, 0, 0.12);
	display: grid;
	justify-items: center;
	overflow: hidden;
	place-items: center;
	width: 100%;
}

.video-guide__video video {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* プレースホルダー */

.video-guide__video--soon {
	background: rgba(49, 49, 49, 0.8);
	height: 100%;
	position: relative;
	width: 100%;
}

.video-guide__soon {
	color: #fff;
	font-size: 1.25rem;
	letter-spacing: 0.02em;
}

/* ============== Responsive ============== */

/* スライダー枠 */

.voice {
	background: url("../images/pink_background.png") no-repeat center/cover;
	padding: 6.25rem 0 8.125rem;
}

.voice__head {
	text-align: center;
}

.voice__accent {
	-o-object-fit: cover;
	aspect-ratio: 129/63;
	margin: auto;
	max-width: 8.0625rem;
	object-fit: cover;
	width: 100%;
}

.voice__accent img {
	height: 100%;
	width: 100%;
}

.voice__lead {
	color: #fff;
	font-size: 1.5625rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-top: 1.625rem;
	text-shadow: 0 0.125rem 0.75rem rgb(0 0 0 / 70%), 0 0.125rem 0.75rem rgb(0 0 0 / 70%);
}

.voice__title {
	color: #fff;
	font-size: 3.4375rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 1.125rem;
	text-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.8);
}

.voice__inner {
	margin: 4.125rem auto 0;
	max-width: 120rem;
	width: 100%;
}

/* Swiper本体 */

.voice__swiper {
	overflow: hidden;
}

/* 一定速度スクロールを滑らかに */

.voice__swiper .swiper-wrapper {
	transition-timing-function: linear !important;
}

/* 各スライド幅（カードの外寸） */

.voice__swiper .swiper-slide {
	height: auto;
	width: 46.875rem; /* PC基準幅 */
}

/* 既存のカードをスライドにフィットさせる */

.voice-card {
	grid-gap: 2.5rem;
	align-items: center;
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 15.625rem 22rem;
	height: 20rem;
	justify-content: center;
	padding: 2.25rem 2.5rem;
}

.voice-card:hover {
	cursor: pointer;
}

.voice-card__image {
	aspect-ratio: 250/250;
	border-radius: 0.625rem;
	margin-bottom: auto;
	max-width: 15.625rem;
	overflow: hidden;
}

.voice-card__image img {
	-o-object-fit: cover;
	-o-object-position: center 10%;
	height: 100%;
	object-fit: cover;
	object-position: center 10%;
	width: 100%;
}

.voice-card__content {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.75rem;
	margin: 0 0 auto 0;
}

.voice-card__title {
	color: #d62581;
	font-size: 1.239rem;
	font-weight: 600;
	line-height: 1.25;
}

.voice-card__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	display: -webkit-box;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	line-height: 1.6875;
	overflow: hidden;
}

/* ===== modal base ===== */

.voice-modal {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.voice-modal.is-open {
	display: block;
}

.voice-modal__overlay {
	background: rgba(0, 0, 0, 0.55);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/* ダイアログ本体：縦並び */

.voice-modal__dialog {
	background: #fff;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	height: 43.75rem;
	margin: 5vh auto 0;
	max-height: 90vh;
	overflow: auto;
	padding: 3.5rem 2.5rem 1rem;
	position: relative;
	width: 35rem;
}

/* ×ボタン（右上固定） */

.voice-modal__close {
	border: none;
	border-radius: 50%;
	color: #d62581;
	cursor: pointer;
	font-size: 1.375rem;
	font-weight: bold;
	height: 2.25rem;
	line-height: 1;
	position: absolute;
	right: 0.75rem;
	top: 0.75rem;
	width: 2.25rem;
}

/* 画像：比率維持で最大化（小さくても拡大） */

.voice-modal__image {
	border-radius: 0.5rem;
	height: 25rem;
	overflow: hidden;
	width: 100%;
}

.voice-modal__image img {
	-o-object-fit: cover;
	-o-object-position: center 30%;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
	width: 100%;
}

/* テキスト縦並び */

.voice-modal__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.voice-modal__title {
	color: #d62581;
	font-size: 1.5625rem;
	font-weight: 600;
	line-height: 1;
}

.voice-modal__text {
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	line-height: 1.6875;
}

/* 背景スクロール固定用 */

.is-modal-lock {
	overflow: hidden;
}

/* レスポンシブ：スライド幅とカードレイアウトを縮小 */

@media (prefers-reduced-motion: reduce) {

.shiki-lightbox__img {
	transition: none;
}

}

@media (max-width: 1440px) {

.hero__sidecopy {
	font-size: 2.75rem;
}

}

@media (max-width: 1430px) {

html {
	font-size: 1.1188811189vw;
}

}

@media (max-width: 1023px) {

.choice__item {
	gap: 1.5rem;
	margin-bottom: 4rem;
}

.choice__num img {
	width: 4rem;
}

.choice__title {
	font-size: 1.875rem;
}

.choice__text {
	font-size: 1.125rem;
}

.features__item {
	gap: 1.75rem;
	margin-bottom: 4rem;
}

.features__title {
	font-size: 1.75rem;
}

.features__lead {
	font-size: 1.125rem;
}

.hero__badge {
	font-size: 1rem;
	min-width: auto;
	padding: 0.5rem 0.75rem;
}

.hero__copy {
	top: 26%;
}

.hero__open {
	bottom: 16%;
}

.medals__title {
	font-size: 2rem;
}

.medals__img {
	max-width: 18.75rem;
}

.pets__item {
	gap: 1.75rem;
	margin-top: 4rem;
}

.pets__title {
	font-size: 1.5rem;
}

.point__inner {
	gap: 1.5rem;
}

.shiki-slider__inner {
	padding: 0 1.5625rem;
}

.shiki-slider .swiper-pagination-bullet {
	height: 0.5rem;
	width: 0.5rem;
}

.video-guide__list {
	gap: 3.5rem;
}

.voice {
	background-size: cover;
}

.voice__swiper .swiper-slide {
	width: 35rem;
}

.voice-card {
	gap: 1rem;
	grid-template-columns: 11.25rem 1fr;
}

.voice-card__title {
	font-size: 1.25rem;
}

}

@media (max-width: 768px) {

.shiki-lightbox__img {
	max-height: 80vh;
	max-width: 92vw;
}

.shiki-lightbox__nav {
	height: 2.25rem;
	width: 2.25rem;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.access__info {
	justify-content: flex-start;
}

.contact-info__text {
	font-size: 1.25rem;
}

.contact-info__tel-top {
	flex-direction: column;
}

.contact-info__tel-number {
	font-size: 2.5rem;
}

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

.reserve__sub {
	font-size: 1.23rem;
}

.reserve__title {
	font-size: 2rem;
}

.reserve__title span {
	font-size: 1.25rem;
}

.seasons-acc__trigger {
	padding: 1rem 0.5rem;
}

.seasons-acc__label {
	font-size: 1rem;
	color: #000;
}

.seasons-acc__season {
	font-size: 1.5rem;
}

.shiki-slider__nav {
	height: 2.5rem;
	top: calc(50% - 2.5rem);
	width: 2.5rem;
}

.shiki-slider__nav--prev {
	left: 1rem;
}

.shiki-slider__nav--next {
	right: 1rem;
}

}

@media (max-width: 767px) {

.brand-message__inner {
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.brand-message__logo {
	width: 15rem;
}

.brand-message__text {
	font-size: 1.5rem;
}

.brand-message__small {
	font-size: 1rem;
}

.choice__item {
	flex-direction: column;
	gap: 1.25rem;
}

.choice__item--reverse .choice__image,
.choice__item--reverse .choice__content {
	order: initial;
}

.choice__head {
	gap: 0.75rem;
}

.choice__num {
	width: 3.75rem;
}

.choice__num::before {
	height: 1.875rem;
	width: 4.375rem;
}

.choice__num-text {
	font-size: 2.625rem;
	margin-top: 1.75rem;
}

.choice__title {
	font-size: 1.458rem;
}

.choice__content {
	gap: 1.875rem;
}

.faq__question {
	font-size: 1rem;
	padding: 0.875rem 1rem;
}

.faq__text,
.faq__list {
	font-size: 0.875rem;
}

.faq__icon {
	height: 1rem;
	width: 1rem;
}

.features__item {
	flex-direction: column;
	gap: 1.25rem;
}

.features__item--reverse .features__image,
.features__item--reverse .features__content {
	order: initial; /* SPは上下に */
}

.features__content {
	gap: 1.25rem;
}

.floating-cta {
	bottom: 1rem;
	display: flex;
	gap: 0.75rem;
	right: 50%;
	top: auto;
	transform: translateX(50%);
}

.floating-cta__btn {
	height: 6.25rem;
	width: 6.25rem;
}

.footer {
	padding: 2.5rem 1rem;
}

.footer__logo img {
	max-width: 13.75rem;
}

.footer__links {
	gap: 0.375rem;
}

.hero {
	height: auto;
	padding-bottom: 6.25rem;
}

.hero__top {
	align-items: center;
	flex-direction: column;
	gap: 1.58rem;
}

.hero__badges {
	justify-content: center;
}

.hero__badge {
	font-size: 1rem;
}

.hero__content {
	flex-direction: column;
}

.hero__maincopy {
	order: 1;
}

.hero__sidecopy {
	font-size: 1.25rem;
	line-height: 1.8;
	order: 2;
	writing-mode: inherit;
}

.hero__copy-sub {
	font-size: 1.25rem;
}

.hero__copy-title {
	font-size: 3.45rem;
}

.hero__copy-title span {
	font-size: 2.25rem;
}

.hero__open img {
	width: min(96%, 40rem);
}

.hoyo__list {
	gap: 1.5rem;
	justify-content: center;
}

.medals__title {
	font-size: 1.55rem;
}

.medals__title span {
	font-size: 1.25rem;
}

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

.medals__img {
	max-width: 20rem;
}

.origami__inner {
	flex-direction: column;
	gap: 2rem;
}

.origami__image {
	flex: none;
	width: 100%;
}

.origami__text-block {
	flex-direction: column;
}

.origami__catch {
	font-size: 1.958rem;
	line-height: 1.35;
	letter-spacing: 0.15rem;
	text-align: center;
	writing-mode: horizontal-tb;
}

.origami__content {
	flex: none;
	text-align: center;
	width: 100%;
}

.pets__item {
	align-items: center;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	justify-items: center;
	place-items: center;
}

.pets__item--reverse .pets__image {
	order: 2;
}

.pets__item--reverse .pets__content {
	order: 1;
}

.pets__content {
	gap: 1.5rem;
}

.pets__image {
	aspect-ratio: auto;
}

.point__inner {
	align-items: center;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	justify-items: center;
	place-items: center;
}

.point__card {
	padding: 2rem 1.25rem;
}

.point__lead {
	font-size: 1.375rem;
}

.price__list {
	gap: 1rem;
}

.price__item {
	flex: 0 1 100%;
}

.price__title {
	font-size: 1.5rem;
}

.price__head-icon {
	width: 80%;
}

.video-guide {
	background-size: cover;
	padding: 2.5rem 0 6.25rem;
}

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

.video-guide__item {
	gap: 0.5rem;
}

.video-guide__title {
	font-size: 1.25rem;
}

.video-guide__label {
	font-size: 1.38rem;
    font-weight: 600;
}

.voice__swiper .swiper-slide {
	width: 90%;
}

.voice-card {
	grid-template-columns: 1fr;
	height: auto;
	padding: 1rem;
}

.voice-card__image {
	height: 100%;
	margin: 0 auto;
	max-width: 100%;
}

.voice__head {
	margin-bottom: 1.5rem;
	padding-top: 2.5rem;
}

.voice__head::before {
	height: 2.25rem;
	width: 5.625rem;
}

.voice__lead {
	font-size: 0.875rem;
}

.voice__title {
	font-size: 1.625rem;
}

.voice-modal__dialog {
	gap: 0.75rem;
	padding: 1rem;
	width: min(94vw, 45rem);
}

.voice-modal__image img {
	max-height: 50vh;
}

.voice-modal__title {
	font-size: 1.25rem;
}

.voice-modal__text {
	font-size: 0.875rem;
}

.medals__item {
    width: 70%;
}

.contact-info__button {
    font-size: 1.45rem;
}

.voice-modal__close {
	color: #fff;
	font-weight: bold;
}

.shiki-slider-margin {
    margin-top: 6.25rem;
}

.footer-margin {
    margin-top: 10rem;
}

.swiper-slide{
	overflow: hidden;
	border-radius: 0.625rem;
	height: 300px;
}

.swiper-slide img{
	height: 100%;
	width: auto!important;
}

.shiki-slider__slide-t img{
	height: auto!important;
	width: 100%!important;
}

.shiki-slider__pagination {
    display: none;
}

.seasons-acc-margin {
    margin-top: 3.25rem;
}

.features__inner {
    gap: 2.58rem;
}

.choice__label {
    font-size: 1.235rem;
    line-height: 1.35;
}

.choice-margin {
    margin-top: 10.58rem;
}

.point-margin{
	margin-top: 10.58rem;
}

.faq__head {
    font-size: 2rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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



@media (max-width: 767px) {
    .footer {
        padding: 2.5rem 1rem 9.5rem 1rem;
    }
}


.reserve__form {
    aspect-ratio: auto!important;
}

.hero {
    padding-bottom: 8rem;
}


@media (max-width: 767px) {
.medals-margin {
    margin-top: 0.875rem;
}
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pcc { display: block !important; }
.spp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pcc { display: none !important; }
    .spp { display: block !important; }
}


.map {
    position: relative;
    width: 100%;
    padding-top: 46.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
.map {
    position: relative;
    width: 100%;
    padding-top: 76.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}
}