body {
	background-color: #1A1A1A;
	color: #fff;
	font-family: "Noto Serif JP", serif;
}

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

html {
	visibility: hidden;
}

html.wf-active {
	visibility: visible;
}

.u-desktop {
	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;
}

.top-access {
	margin-top: 9.375rem;
}

.top-admission {
	margin-top: 9.375rem;
}

.top-guidance {
	margin-top: 13.4375rem;
}

.top-information {
	margin-top: 9.375rem;
}

.top-news {
	margin-top: 5rem;
}

.top-overview {
	margin-top: 9.375rem;
}

.top-shop {
	margin-top: 9.375rem;
}

.top-site {
	margin-top: 8.4375rem;
}

.access__inner {
	margin: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.access__images {
	margin-top: 4.375rem;
}

.access__img + .access__img {
	margin-top: 5.75rem;
}

.access__map {
	aspect-ratio: 335/251;
	border-radius: 0.5rem; /* 角をrem(10)で丸くする */
	margin-top: 2.5rem;
	overflow: hidden; /* 丸い角がiframeに反映されるようにする */
}

.access__map iframe {
	-o-object-fit: cover;
	border-radius: 0.25rem; /* iframe自体も角を丸くする */
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.accordion__title {
	align-items: center;
	background: transparent;
	border-top: solid 1px #fff;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	justify-content: space-between;
	padding: 1.25rem 3.75rem 1.25rem 1.25rem;
	position: relative;
	z-index: 1;
}

.accordion__title-time {
	font-size: 0.8125rem;
	font-weight: 300;
	line-height: 2;
}

.accordion__title-text {
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.75;
}

.accordion__text {
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.75;
	margin-bottom: 0; /* marginも同様に調整 */
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 1.25rem; /* 初期状態のpaddingを明示的に設定 */
	transition: max-height 0.6s ease, opacity 0.6s ease, margin-bottom 0.6s ease;
	visibility: hidden;
}

.open .accordion__text {
	margin-bottom: 3.75rem; /* 開いている時のmarginを指定 */
	max-height: 1000px; /* 十分大きい値を設定してアニメーションをスムーズに */
	opacity: 1;
	padding: 0rem 1.25rem; /* 開いている時のpaddingを指定 */
	visibility: visible;
}

.accordion__title .accordion__title-box:before {
	border-radius: 50%; /* 円にするためのボーダー半径 */
	content: "";
	display: block;
	height: 18px; /* 丸い円の高さ */
	position: absolute;
	right: 10px;
	top: 52%;
	transform: translateY(-50%);
	width: 18px; /* 丸い円の幅 */
}

.accordion__title .accordion__title-box:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translate(50%, -50%) rotate(45deg); /* デフォルトで下向き */
	transform-origin: calc(50% + 1px) calc(50% + 1px);
	transition: transform 0.3s ease;
	width: 10px;
}

.accordion__title-box.active:after {
	transform: translate(50%, -50%) rotate(-135deg); /* アクティブ時に上向き */
}

.admission__inner {
	margin: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.admission__content {
	margin-top: 3.125rem;
}

.admission__wrapper + .admission__wrapper {
	margin-top: 5.625rem;
}

.admission__wrapper-title {
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.2;
	padding-bottom: 1.5625rem;
	text-align: center;
}

.admission__wrapper-title span {
	font-size: 0.8125rem;
	font-weight: 300;
}

.admission__list {
	border-top: 1px solid #fff;
}

.admission__item {
	align-items: center;
	border-bottom: solid 1px #fff;
	display: flex;
	gap: 0 4.375rem;
	padding: 1.875rem 0;
}

.admission__item dt {
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.2;
	margin-left: 0.625rem;
	text-align: center;
}

.admission__item dd {
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.2;
}

.admission__item span {
	font-size: 0.75rem;
	line-height: 1.2;
}

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

.admission__button {
	background-color: #fff;
	border-radius: 6.25rem;
	color: #111;
	display: inline-block;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.5882352941;
	padding: 0.5rem 0;
	text-align: center;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: 20.9375rem;
}

.admission__button + .admission__button {
	margin-top: 1.875rem;
}

.admission__button:hover {
	background-color: #D27D3C;
	color: white;
	cursor: pointer;
}

.fv {
	position: relative;
}

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

.fv__heading {
	color: #fff;
	position: absolute;
	text-align: center;
	top: 10.8%;
	width: 100%;
	z-index: 100;
}

.fv__subtitle {
	color: #D27D3C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.fv__title {
	font-family: "dnp-shuei-nshogomincho-std";
	margin-top: 1.5rem;
}

.fv__title-jp {
	font-size: 1.9375rem;
	letter-spacing: -0.05em;
	line-height: 1.2;
}

.fv__title-en {
	font-size: 1.0625rem;
	letter-spacing: 0.2em;
	line-height: 1.2;
	margin-top: 0.625rem;
}

.guidance {
	overflow: visible;
	position: relative;
	text-align: center;
}

.guidance__inner {
	max-width: 500px;
	overflow: hidden;
}

.guidance::before {
	background-image: url("../images/common/guidance-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 13.6875rem;
	position: absolute;
	right: calc(50% - min(50%, 60rem));
	top: 2.5rem;
	width: 20.875rem;
	z-index: -1;
}

.guidance__text {
	font-size: 0.8125rem;
	font-weight: 300;
	letter-spacing: -0.01em;
	line-height: 2.6666666667;
	margin-top: 2.5rem;
	padding: 0 1.25rem;
	text-align: left;
}

.guidance__map {
	margin: 2.5rem auto 0;
	position: relative;
	width: 100%;
	z-index: 10;
}

.guidance__map img {
	-o-object-fit: cover;
	aspect-ratio: 550/250;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.guidance__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3.125rem;
	/* 追加 0531 */
	justify-content: space-between; 
}

.guidance__item {
	max-width: calc(33.3333% - 0.417rem);
	/* 追加 0531 */
	margin-top: 2.3%;
}

.guidance__item + .guidance__item {
	/* 削除 0531 */
	/* margin-left: 0.625rem; */
}



.guidance-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 105/85;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.header__hamburger {
	margin-left: auto; /* 追加: これで右寄せに */
	padding: 0;
	position: relative; /* 追加 */
	top: 25px; /* 追加: 50px下に移動 */
	z-index: 9999;
}

.header__hamburger span {
	background: #fff;
	display: block;
	height: 0.19375rem;
	position: relative;
	transition: ease 0.3s;
	width: 1.5625rem;
}

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

.header__hamburger span:nth-child(2) {
	margin-bottom: 0.3125rem; /* 真ん中の線の間隔 */
	margin-top: 0.375rem; /* 真ん中の線の間隔 */
}

.header__hamburger span:nth-child(3) {
	margin-top: 6px;
}

.header__hamburger.is-open span {
	background: #1a1a1a; /* is-open時にボタンを黒くする */
	width: 0.625rem; /* Width for the open state */
}

.header__hamburger.is-open {
	top: 20px; /* 開いた時だけ上から20px */
}

.header__hamburger.is-open span:nth-child(1) {
	position: relative;
	top: 0.5rem; /* 中心に位置させる */
	transform: rotate(45deg);
}

.header__hamburger.is-open span:nth-child(2) {
	opacity: 0; /* 真ん中の線を消す */
}

.header__hamburger.is-open span:nth-child(3) {
	position: relative;
	top: -0.625rem; /* 中心に位置させる */
	transform: rotate(-45deg);
}

.header__sp-nav {
	text-align: center;
}

.sp-nav {
	background: rgba(255, 255, 255, 0.85);
	height: 54.5%;
	position: fixed;
	right: -100%; /* 初期位置を画面の外側（右）に */
	top: 0;
	transition: ease 0.3s;
	width: 100%;
	z-index: 8888;
	z-index: 9998;
}

.sp-nav.is-open {
	right: 0; /* メニューが開いた時に右側に表示 */
}

.sp-nav__wrapper {
	height: 100%;
	overflow-y: auto;
	padding: 3.375rem 0 2.5rem;
	width: 100%;
}

.sp-nav__wrapper,
.sp-nav__body {
	box-sizing: border-box;
}

.sp-nav__body {
	text-align: center; /* テキストを中央揃え */
}

.sp-nav__items + .sp-nav__items {
	margin-top: 1rem;
}

.sp-nav__item a {
	color: #111;
	display: inline-block;
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.75;
	padding-bottom: 0.1875rem;
	padding-top: 0.1875rem;
	text-align: center; /* 各リンクを中央揃え */
	width: 100%;
}

.sp-nav__item-title {
	position: relative;
}

.sp-nav__flex {
	align-items: center;
	display: flex;
	gap: 0 2.3125rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 0 1.25rem;
}

.header__logo {
	height: 2.75rem;
	position: relative;
	width: 2.75rem;
	z-index: 9999;
}

.header__logo a {
	transition: 0.5s;
}

.header__logo a:hover {
	opacity: 0.5;
}

.information__inner {
	margin: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.information__list {
	margin-left: auto;
	margin-top: 3.75rem;
	padding: 0 1.25rem;
}

.information__item {
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	gap: 0 1.875rem;
}

.information__item + .information__item {
	margin-top: 2.5rem;
}

.information__item dt {
	font-size: 1.0625rem;
	font-weight: 100;
	line-height: 1.75;
	width: 4.25rem;
}

.information__item dd {
	font-size: 0.8125rem;
	font-weight: 100;
	line-height: 2;
	padding-top: 0.125rem;
	text-align: left;
}

.information__item dd p:nth-of-type(2) {
	margin-top: 1.5rem;
}

.information__link {
	-webkit-text-decoration: underline;
	position: relative;
	text-decoration: underline;
	text-decoration-color: inherited;
	text-decoration-color: initial; /* 初期の下線の色 */
	text-decoration-thickness: 1px; /* 初期の下線の太さ */
	transition: text-decoration-color 0.3s ease, text-decoration-thickness 0.3s ease; /* 太さと色の変化をアニメーション */
}

.information__link:hover {
	text-decoration-color: #D27D3C; /* 好きな色に変更 */
	text-decoration-thickness: 3px; /* 下線を太くする */
}

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

.news {
	overflow: hidden;
}

.news__inner {
	max-width: 500px;
}

.news__items {
	border-bottom: solid 1px #fff;
	margin-top: 3.75rem;
}

.overview {
	overflow: visible;
	position: relative;
}

.overview::before {
	background-image: url("../images/common/overview-bg-sp_new.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 17.5625rem;
	position: absolute;
	right: calc(50% - min(50%, 60rem));
	top: 17.25rem;
	width: 23.25rem;
	z-index: -1;
}

.overview__inner {
	max-width: 500px;
	overflow: hidden;
}

.overview__text {
	font-size: 0.8125rem;
	font-weight: 300;
	line-height: 2.4615384615;
	margin-top: 2.5rem;
	padding: 0 1.25rem;
}

.scroll-top {
	background-color: #fff;
	border-radius: 50%;
	bottom: 3.125rem;
	height: 3.125rem;
	position: fixed;
	right: 4%;
	width: 3.125rem;
	z-index: 10;
}

.scroll-top img:hover {
	transform: scale(1.1);
	transition: 0.3s;
}

.section-title {
	text-align: center;
}

.section-title--left {
	margin-left: 1.875rem;
	text-align: left;
}

.section-title__jp {
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 1.4193548387;
}

.overview__title {
	display: flex; /* フレックスボックスを使用 */
	justify-content: center; /* 要素全体を中央寄せ */
}

.section-title--overview {
	text-align: left; /* 中のテキストを右寄せ */
	width: 100%; /* 追加: 中身の幅を100%にすることで、フレックスボックスの中で効率的に配置 */
}

.shop-accordion__title {
	background: transparent;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.shop-accordion__title-text {
	-webkit-text-decoration: none;
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 2.9411764706;
	text-decoration: none; /* デフォルトでは下線なし */
}

.shop-accordion__title-text:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline; /* ホバー時に下線を追加 */
}

.shop-accordion__title .shop-accordion__title-box:before {
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	top: 52%;
	transform: translateY(-50%);
}

.shop-accordion__title-box:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: block;
	height: 13px;
	position: absolute;
	right: 30%;
	top: 48%;
	transform: translate(50%, -50%) rotate(45deg); /* デフォルトで下向き */
	transform-origin: calc(50% + 1px) calc(50% + 1px);
	transition: transform 0.3s ease, top 0.3s ease; /* topの移動もトランジションで追加 */
	width: 13px;
}

.shop-accordion__title-box:hover:after {
	top: 60%; /* 閉じている状態でホバー時に下に移動 */
}

.shop-accordion__title-box.active:after {
	transform: translate(50%, -50%) rotate(-135deg); /* アクティブ時に上向き */
}

.shop-accordion__title-box.active:hover:after {
	top: 40%; /* 開いている状態でホバー時に上に移動 */
}

.shop-accordion__wrapper {
	height: 0;
	margin-top: 3.125rem;
	opacity: 0;
	overflow: hidden;
	transition: all 0.4s;
	visibility: hidden;
}

.open .shop-accordion__wrapper {
	height: auto;
	line-height: 1.45;
	opacity: 1;
	visibility: visible;
}

.shop-accordion__wrapper + .shop-accordion__wrapper {
	margin-top: 6.25rem;
}

.shop-accordion__name {
	font-size: 1.625rem;
}

.shop-accordion__list {
	margin-top: 1.875rem;
}

.shop-cards__item + .shop-cards__item {
	margin-top: 3.125rem;
}

/* 枚数が増えたときのための処理 */

/* 枚数が増えたときのための処理 */

.shop-cards__item:nth-child(n+3) {
	margin-top: 3.75rem;
}

.shop-card__img {
	margin: 0 auto;
	width: 62.7%;
}

.shop-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 210/210;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.shop-cards__sentence {
	margin-top: 1.25rem;
}

.shop-cards__name {
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.75;
}

.shop-cards__price {
	font-size: 0.8125rem;
	font-weight: 300;
	line-height: 2.1853846154;
}

.shop {
	text-align: center;
}

.shop__inner {
	margin: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.shop__subtitle {
	font-size: 0.8125rem;
	font-weight: 300;
	line-height: 2.4615384615;
	margin-top: 1.875rem;
	padding: 0 1.25rem;
	text-align: left;
}

.shop__img {
	margin: 2.1875rem auto 0;
	width: 100%;
}

.shop__img img {
	-o-object-fit: cover;
	aspect-ratio: 850/410;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.shop__content {
	margin-top: 3.125rem;
}

.site {
	padding-bottom: 3.125rem;
	text-align: center;
}

.site__inner {
	margin: 0 auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.site__headBox {
	display: inline-block;
	margin-top: 3.625rem;
}

.site__border {
	border: solid 1px #fff;
	margin-top: 3.125rem;
}

.site__bottomBox {
	margin-top: 3.125rem;
}

.site__link {
	align-items: center;
	display: flex;
	gap: 0.375rem;
	justify-content: center; /* 横方向の中央揃え */
	text-align: center; /* テキストの中央揃え */
	width: auto; /* 幅を内容に合わせる */
}

.site__link + .site__link {
	margin-top: 1.875rem;
}

.site__text {
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.75;
}

.site__icon {
	height: 17;
	transition: transform 0.3s ease; /* 変化をスムーズに */
	width: 1.0625rem;
}

.site__link:hover .site__icon {
	transform: translate(5px, -5px); /* 右斜め上に移動 */
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.top-access {
	margin-top: 16.875rem;
}

.top-admission {
	margin-top: 17.5rem;
}

.top-guidance {
	margin-top: 28.125rem;
}

.top-information {
	margin-top: 21.25rem;
}

.top-overview {
	margin-top: 28.125rem;
}

.top-shop {
	margin-top: 21.25rem;
}

.top-site {
	margin-top: 15.3125rem;
}

.access__inner {
	max-width: 56.25rem;
	padding: 0 1.5625rem;
}

.access__images {
	margin-top: 6.25rem;
}

.access__img + .access__img {
	margin-top: 10rem;
}

.access__map {
	aspect-ratio: 850/638;
	margin-top: 3.75rem;
}

.accordion__title {
	font-size: 1.25rem;
	padding: 2.5rem 2.5rem 2.25rem 3.75rem;
}

.accordion__title-time {
	font-size: 1.5625rem;
}

.accordion__title-text {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.75;
}

.accordion__text {
	font-size: 1.5625rem;
	line-height: 1.75;
	padding: 0 3.75rem;
}

.open .accordion__text {
	padding: 0rem 3.75rem;
}

.accordion__title .accordion__title-box:after {
	height: 15px;
	right: 55px;
	width: 15px;
}

.admission__inner {
	max-width: 58.6875rem;
	padding: 0;
}

.admission__content {
	margin-top: 8.125rem;
}

.admission__wrapper + .admission__wrapper {
	margin-top: 7.1875rem;
}

.admission__wrapper-title {
	font-size: 2.5rem;
	font-weight: 700;
}

.admission__wrapper-title span {
	font-size: 1.5625rem;
}

.admission__item {
	gap: 13.75rem;
}

.admission__item dt {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	margin-left: 7.5rem;
}

.admission__item dd {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.28125;
}

.admission__item span {
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

.admission__buttons {
	align-items: center;
	display: flex;
	gap: 5rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.admission__button {
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.75;
	padding: 1.734375rem 0;
	width: 24.625rem;
}

.admission__button + .admission__button {
	margin-top: 0rem;
}

.fv__img img {
	height: 1082px;
}

.fv__heading {
	top: 12%;
}

.fv__subtitle {
	font-size: 1.6875rem;
	font-weight: 100;
	line-height: 1.75;
}

.fv__title {
	margin-top: 2.5rem;
}

.fv__title-jp {
	font-size: 4.5625rem;
	letter-spacing: -0.15em;
	line-height: 1;
}

.fv__title-en {
	font-size: 2rem;
	line-height: 1.1875;
	margin-top: 1.25rem;
}

.guidance::before {
	background-image: url("../images/common/guidance-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 43.8125rem;
	position: absolute;
	right: calc(50% - min(50%, 60rem));
	top: -6.875rem;
	width: 60.75rem;
	z-index: -1;
}

.guidance__text {
	font-size: 1.5625rem;
	letter-spacing: -0.045em;
	line-height: 2;
	margin-top: 1.25rem;
	padding: 0;
	text-align: center;
}

.guidance__map {
	margin: 8.75rem auto 0;
	width: 94.7%;
}

.guidance__map img {
	aspect-ratio: 1100/500;
}

.guidance__list {
	margin-top: 6.25rem;
}

.guidance__item {
	max-width: calc(33.3333% - 1.25rem);
	width: 100%;
}

.guidance__item + .guidance__item {
	/* 削除 0531 */
	/* margin-left: 1.875rem; */
}

.guidance-card__img img {
	aspect-ratio: 345/280;
}

.header__hamburger {
	top: 50px;
}

.header__hamburger span {
	width: 2.75rem;
}

.header__hamburger span:nth-child(2) {
	margin-bottom: 0.875rem; /* 真ん中の線の間隔 */
	margin-top: 0.875rem; /* 真ん中の線の間隔 */
}

.header__hamburger span:nth-child(3) {
	margin-top: 7px;
}

.header__hamburger.is-open span {
	width: 1.125rem; /* Width for the open state */
}

.header__hamburger.is-open {
	top: 50px;
}

.header__hamburger.is-open span:nth-child(3) {
	top: -1.625rem; /* 中心に位置させる */
}

.sp-nav {
	height: 68%;
	width: 39.0625rem;
}

.sp-nav__wrapper {
	padding: 7.6875rem 0;
}

.sp-nav__item a {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.75;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.header__inner {
	padding: 0 3.25rem;
}

.information__inner {
	max-width: 48.8125rem;
	padding: 0;
}

.information__list {
	padding: 0;
}

.information__item {
	gap: 5rem;
}

.information__item dt {
	font-size: 2rem;
	line-height: 1.75;
	width: 9.0625rem;
}

.information__item dd {
	font-size: 1.5625rem;
	line-height: 2.04;
	width: 34rem;
}

.information__item span {
	white-space: nowrap;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.overview::before {
	background-image: url("../images/common/overview-bg_new.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 45.9375rem;
	position: absolute;
	right: calc(50% - min(50%, 60rem));
	top: -4.375rem;
	width: 60.75rem;
	z-index: -1;
}

.overview__text {
	font-size: 1.5rem;
	line-height: 2.0833333333;
	margin-top: 3.125rem;
	padding: 0;
}

.scroll-top {
	bottom: 5.375rem;
	height: 6.25rem;
	right: 7.5%;
	width: 6.25rem;
}

.section-title--left {
	margin-left: 3.75rem;
}

.section-title__jp {
	font-size: 4.5625rem;
	line-height: 1.7397260274;
}

.shop-accordion__title-text {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5625;
}

.shop-accordion__title-box:after {
	height: 15px;
	right: 37%;
	width: 15px;
}

.shop-accordion__wrapper {
	margin-top: 7.1875rem;
}

.shop-accordion__wrapper + .shop-accordion__wrapper {
	margin-top: 8.75rem;
}

.shop-accordion__name {
	font-size: 2.25rem;
}

.shop-accordion__list {
	margin-top: 3.125rem;
}

.shop-cards {
	display: flex;
	flex-wrap: wrap;
}

.shop-cards__item {
	max-width: calc(50% - 6.25rem);
	width: 100%;
}

.shop-cards__item + .shop-cards__item {
	margin-left: 12.5rem;
	margin-top: 0;
}

.shop-cards__item:nth-child(2n+1) {
	margin-left: 0;
}

.shop-cards__item:nth-child(n+3) {
	margin-top: 8.125rem;
}

.shop-card__img {
	width: 100%;
}

.shop-card__img img {
	aspect-ratio: 372/372;
}

.shop-cards__sentence {
	margin-top: 2.75rem;
}

.shop-cards__name {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.75;
}

.shop-cards__price {
	font-size: 1.5625rem;
	line-height: 2;
}

.shop__inner {
	max-width: 59.3125rem;
	padding: 0;
}

.shop__subtitle {
	font-size: 1.5625rem;
	line-height: 2;
	padding: 0;
	text-align: center;
}

.shop__img {
	margin: 5.625rem auto 0;
	width: 84.3%; /* 必要に応じてサイズを指定 */
}

.shop__content {
	margin-top: 3.75rem;
}

.site {
	padding-bottom: 7.5rem;
}

.site__inner {
	max-width: 56.25rem;
	padding: 0 1.5625rem;
}

.site__headBox {
	margin-top: 5rem;
}

.site__border {
	margin-top: 5.625rem;
}

.site__bottomBox {
	align-items: center;
	display: flex;
	gap: 8.125rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.site__link {
	display: inline-flex; /* コンテンツの幅に応じたリンク領域にする */
}

.site__link + .site__link {
	margin-top: 0rem;
}

.site__text {
	font-size: 1.875rem;
	line-height: 1.75;
}

.site__link--margin {
	margin-left: -2.5rem;
}

.site__icon {
	height: 1.875rem;
	width: 1.875rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


.accordion__text a {
	text-decoration: underline;
}




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