.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 */

/* 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] {
	height: 1px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 1px;
}

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

body {
	color: #212121;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

/* ローディング中のスクロール無効化 */

body.is-loading {
	height: 100vh;
	overflow: hidden;
}

.layout-about {
	margin-top: 9.375rem;
}

.layout-above-footer {
	margin-top: 6.25rem;
}

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

.layout-footer {
	background-color: #F5F2EC;
	color: #4A403A;
	margin-top: 6.25rem;
}

.layout-footer a {
	color: #4A403A;
}

.layout-footer .footer__wrap {
	border-top-color: rgba(74, 64, 58, 0.3);
}

.layout-footer .footer__copyright {
	border-top-color: rgba(74, 64, 58, 0.3);
}

.layout-keyword {
	margin-top: 10.5rem;
}

.layout-sub-info {
	margin-top: 4rem;
}

.layout-sub-items {
	margin-top: 6.25rem;
}

.layout-sub-map {
	margin-top: 6.25rem;
}

.layout-sub-mv {
	margin-top: 2.5rem;
}

.layout-sub-spot {
	margin-top: 8.5rem;
}

.about {
	overflow-x: hidden;
}

.about__wrap {
	display: flex;
	justify-content: space-between;
}

.about__img {
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 40vw;
}

.about__img img {
	-o-object-fit: cover;
	aspect-ratio: 480/603;
	object-fit: cover;
	width: 100%;
}

.about__content {
	display: flex;
	flex-direction: row-reverse;
	gap: 4.125rem;
	justify-content: space-around;
}

.about__title {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	writing-mode: vertical-rl;
}

.about__content-text {
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	line-height: 2.2;
	writing-mode: vertical-rl;
}

.about__content-btn {
	margin-top: 3.125rem;
}

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

.above-footer__inner {
	padding-top: 4.0625rem;
}

.button {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #212121;
	border: 1px solid;
	border-radius: 56.25rem;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	justify-content: center;
	line-height: 1;
	padding: 1rem 0.3125rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	width: 100%;
}

.button:hover {
	background-color: #fff;
	color: #212121;
}

.button__text-small {
	font-size: 0.75rem;
}

.button__text {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.button.button--white {
	background-color: #fff;
	border-color: #212121;
	color: #212121;
	margin-left: auto;
	margin-right: auto;
	max-width: 27vw;
	width: 100%;
}

.button.button--white:hover {
	background-color: #212121;
	color: #fff;
}

.button.button--width {
	margin-left: auto;
	margin-right: auto;
	max-width: 20rem;
}

.courses {
	background-color: #f8f8f8;
	padding: 6.25rem 0 9.0625rem;
}

.courses__list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5rem;
}

.courses__item {
	overflow: hidden;
	position: relative;
}

.courses__item a:hover img {
	transform: scale(1.05);
}

.courses__img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	object-fit: cover;
	transition: transform 0.3s;
	width: 100%;
}

.courses__model-title {
	align-items: center;
	background-color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	height: 90%;
	left: 5%;
	padding: 0.625rem 0.5rem;
	position: absolute;
	top: 5%;
	width: -moz-fit-content;
	width: fit-content;
	writing-mode: vertical-rl;
	z-index: 1;
}

.drawer {
	background-color: #fff;
	border-left: 1px solid #212121;
	color: #212121;
	height: 100vh;
	overflow-y: scroll;
	padding: 2.5rem 3.75rem;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: opacity 0.5s cubic-bezier(0.83, 0, 0.17, 1), transform 0.5s cubic-bezier(0.83, 0, 0.17, 1);
	width: 34.375rem;
	z-index: 100;
}

.drawer.is-open {
	transform: translateX(0);
}

.drawer__items {
	counter-reset: number;
}

.drawer__item {
	counter-increment: number;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.2;
	padding-left: 24px;
	position: relative;
}

.drawer__item:not(:first-child) {
	margin-top: 2.5rem;
}

.drawer__item::before {
	content: counter(number, decimal-leading-zero);
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	left: 0;
	position: absolute;
	top: 0;
}

.drawer__item a {
	display: block;
	padding: 0.5rem 0;
}

.drawer__item a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.drawer__submenu {
	font-size: 0.75rem;
	margin-top: 0.5rem;
}

.drawer__item-sub {
	font-family: "Roboto", sans-serif;
}

.drawer__item-sub a {
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.7;
	padding: 0.5rem 0;
}

.drawer__item-sub a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

.drawer__footer {
	margin-top: 4rem;
}

.drawer__language {
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	gap: 1rem;
	line-height: 1;
	margin-top: 1.5rem;
}

.drawer__language-ja a:hover,
.drawer__language-en a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-underline-offset: 0.125rem;
}

.drawer__language-en {
	border-left: 1px solid;
	padding-left: 0.875rem;
}

.footer__wrap {
	border-top: 1px solid;
	padding-top: 2.5rem;
}

.footer__main {
	display: flex;
	gap: 3rem;
	align-items: flex-start;
}

.footer__logo-area {
	flex-shrink: 0;
	width: 33.333%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer__logo-link {
	display: block;
	width: 80%;
	transition: opacity 0.3s ease;
}

.footer__logo-link:hover {
	opacity: 0.7;
}

.footer__logo-link img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

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

.footer__nav-area {
	flex: 1;
	min-width: 0;
}

.footer__bottom {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr 1fr 0.5fr;
}

.footer__column {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.footer__nav-group {
	display: flex;
	flex-direction: column;
}

.footer__bottom-group {
	align-items: flex-end;
	display: flex;
	font-family: "Roboto", sans-serif;
	justify-content: space-between;
}

.footer__banner-img {
	max-height: 6.875rem;
	max-width: 3.125rem;
}

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

.footer__column:nth-child(2) {
	justify-content: space-between;
}

.footer__column:nth-child(3) {
	justify-content: flex-end;
}

.footer__column:nth-child(1),
.footer__column:nth-child(2) {
	border-right: 1px solid;
	padding-right: 2.5rem;
}

.footer__nav-menu .footer__section {
	position: relative;
}

.footer__section {
	margin-top: 1.25rem;
}

.footer__column:nth-child(1) .footer__section:first-child,
.footer__column:nth-child(2) .footer__section:first-child {
	margin-top: 0;
}

.footer__section-banner {
	margin-top: 1.25rem;
}

.footer__section-title {
	-webkit-text-decoration: none;
	display: block;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 500;
	text-decoration: none;
}

.footer__section-title:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

.footer__items {
	font-size: 0.75rem;
	margin-top: 1rem;
}

.footer__item:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

.footer__item a {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 0.75rem;
	padding: 0.25rem 0;
}

.footer__item a:hover {
	opacity: 0.7;
}

.footer__link a {
	-webkit-text-decoration: none;
	color: #4A403A;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer__link a:hover {
	opacity: 0.7;
}

.footer__contact {
	line-height: 1.5;
	margin-top: 2.5rem;
}

.footer__contact-title {
	font-size: 1rem;
}

.footer__contact-info {
	font-size: 0.875rem;
	margin-top: 0.3125rem;
}

.footer__contact-info span {
	display: block;
}

.footer__contact-info span + span {
	margin-top: 0.3125rem;
}

.footer__banners {
	display: flex;
	gap: 0.75rem;
}

.footer__banners p {
	margin: 0;
}

.footer__banners img {
	height: auto;
	max-width: 100%;
}

.footer__links .footer__items {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.footer__external-items {
	font-size: 0.75rem;
}

.footer__external-item:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

.footer__external-item a {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 0.75rem;
	padding: 0.25rem 0;
}

.footer__external-item a:hover {
	color: #212121;
}

.footer__copyright {
	border-top: 1px solid;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 0.75rem;
	margin-top: 2.5rem;
	padding: 1.875rem 0;
	text-align: center;
}

.hamburger {
	bottom: 1.5rem;
	height: 4.375rem;
	position: fixed;
	right: 1.25rem;
	transform: translateY(calc(100% + 1.875rem));
	transition: transform 0.8s;
	width: 4.375rem;
	z-index: 1000;
}

.page-loaded .hamburger {
	transform: translateY(0);
}

.hamburger button {
	background-color: #212121;
	border-radius: 2rem;
	box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.24);
	cursor: pointer;
	height: 100%;
	transition: all 0.2s;
	width: 100%;
}

.hamburger button:hover {
	background-color: #f8f8f8;
}

.hamburger button:hover span {
	background-color: #212121;
}

.hamburger button span {
	background-color: #fff;
	display: block;
	height: 0.125rem;
	left: 50%;
	margin-left: -0.75rem;
	position: absolute;
	transform-origin: 50% 50%;
	transition: background-color 0.2s, transform 0.3s, opacity 0.3s;
	width: 1.5rem;
}

/* 3本のハンバーガーライン */

.hamburger button span:nth-child(1) {
	top: calc(50% - 0.5rem);
}

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

.hamburger button span:nth-child(3) {
	top: calc(50% + 0.5rem);
}

/* メニューが開いているときのアニメーション（×マークに変形） */

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

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

.hamburger.is-open button span:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg);
}

.header {
	background-color: #F5F2EC;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.header__logo {
	flex-shrink: 0;
	margin-left: 1.5rem;
}

.header__logo a {
	display: block;
}

.header__logo img,
.header__logo .custom-logo {
	height: 3.75rem;
	-o-object-fit: contain;
	object-fit: contain;
	width: auto;
}

.header__nav {
	display: flex;
	margin-right: 36px;
}

.header__nav-list {
	align-items: center;
	display: flex;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header__nav-item {
	border-right: 1px solid rgba(74, 64, 58, 0.3);
}

.header__nav-item:first-child {
	border-left: 1px solid rgba(74, 64, 58, 0.3);
}

.header__nav-item a {
	color: #4A403A;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	padding: 0.5rem 1.5rem;
	text-decoration: none;
	transition: opacity 0.3s;
}

.header__nav-item a:hover {
	opacity: 0.6;
}

/* ヘッダー分の余白をbodyに確保 */
body {
	padding-top: 4.5rem;
}

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

.keyword-swiper .swiper-wrapper {
	border-bottom: 1px solid #212121;
	counter-reset: num 0;
	padding-bottom: 2.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.keyword-swiper .swiper-slide {
	display: flex;
	flex-direction: column;
	height: auto;
}

.keyword-item {
	border-right: 1px solid #212121;
	counter-increment: num;
	display: flex;
	flex-direction: column;
	height: 100%;
	max-width: 51.25rem;
	padding-right: 1.875rem;
}

.keyword-item__wrap {
	display: flex;
	flex: 1;
	gap: 2.5rem;
	margin-top: 1.25rem;
}

.keyword-item__img {
	flex-shrink: 0;
	max-width: 65%;
	width: 100%;
}

.keyword-item__img img {
	-o-object-fit: cover;
	aspect-ratio: 508/356;
	object-fit: cover;
	width: 100%;
}

.keyword-item__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
}

.keyword-item__name {
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
}

.keyword-item__name:before {
	border-right: 1px solid #212121;
	content: counter(num, decimal-leading-zero);
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	margin-right: 0.625rem;
	padding-right: 0.625rem;
}

.keyword-item__title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}

.keyword-item__text {
	flex: 1;
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 1.875rem;
}

.keyword-item__related {
	font-size: 0.875rem;
	margin-top: 1.875rem;
}

.keyword-item__related a {
	-webkit-text-decoration: underline;
	color: #656565;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	margin-left: 0.625rem;
	text-decoration: underline;
	text-underline-offset: 0.125rem;
}

.keyword-item__related a:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.keyword {
	overflow-x: hidden;
}

.keyword__category {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.keyword__category-title {
	border: 1px solid #212121;
	font-size: 1.875rem;
	padding: 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.keyword__gallery {
	margin-top: 5rem;
}

.keyword__description {
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
}

.keyword__swiper {
	margin-right: calc(50% - 50vw);
}

.keyword__lists {
	margin-top: 3.75rem;
}

.keyword__btn {
	margin-top: 6.25rem;
}

/* 画面全体（白背景） */

.loading {
	align-items: center;
	background: #fff;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.8s ease, visibility 0.8s ease;
	visibility: visible;
	z-index: 9999;
}

.loading.is-hide {
	opacity: 0;
	visibility: hidden;
}

.loading__wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 100%;
	padding: 0 5%;
	position: relative;
}

.loading__text-title {
	text-align: right;
}

.loading__text-first,
.loading__text-second,
.loading__text-third {
	opacity: 0;
	transform: translateY(0.625rem);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.loading__text-first.is-show,
.loading__text-second.is-show,
.loading__text-third.is-show {
	opacity: 1;
	transform: translateY(0);
}

.loading__text-first,
.loading__text-second {
	display: block;
	font-size: clamp(1.25rem, 2.2vw, 2rem);
}

.loading__text-first {
	text-align: right;
}

.loading__text-second {
	text-align: left;
}

.loading__text-third {
	font-size: clamp(2.5rem, 4.5vw, 4rem);
	margin-top: 0.625rem;
	text-align: left;
}

.loading__text-third-sub {
	display: inline-block;
	padding-left: 3em;
}

.mv-swiper .swiper {
	height: 78vh;
	max-height: 60rem;
}

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

.mv-swiper .swiper-wrapper,
.mv-swiper .swiper-slide {
	height: 100%;
}

.mv-swiper .swiper-slide img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv__title-wrap {
	margin-top: 2.5rem;
}

.mv__title {
	font-size: clamp(1.563rem, 1.232rem + 1.41vw, 2.5rem);
	font-weight: 700;
}

.mv__title-sub {
	display: block;
	font-size: clamp(0.938rem, 0.607rem + 1.41vw, 1.875rem);
	font-weight: 500;
}

.sub-info__wrap {
	display: flex;
	gap: 4rem;
}

.sub-info___content {
	width: 50%;
}

.sub-info__title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}

.sub-info__title-en {
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
}

.sub-info__list {
	margin-top: 2rem;
}

.sub-info__item {
	border-top: 1px solid #212121;
	display: flex;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.sub-info__item:last-child {
	border-bottom: 1px solid #212121;
}

.sub-info__term {
	font-size: 0.875rem;
	font-weight: 500;
	max-width: 7.5rem;
	width: 100%;
}

.sub-info__data {
	font-size: 0.875rem;
	margin-left: 1.25rem;
}

.sub-info__map {
	flex: 1;
}

.sub-info__map-wrap {
	background-color: #fff;
	border: 1px solid #212121;
	margin-top: 2rem;
	padding: 1rem;
}

.sub-info__map-area {
	height: 0;
	padding-top: 100%;
	position: relative;
	width: 100%;
}

.sub-info__map-area iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.sub-info__button {
	margin-top: 8rem;
}

.sub-items-item {
	border-right: 1px solid #212121;
	padding-right: 1rem;
}

.sub-items-item:last-child {
	border-right: none;
}

.sub-items-item .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 280/187;
	object-fit: cover;
	width: 100%;
}

.sub-items-item__content {
	margin-top: 1rem;
}

.sub-items-item__title {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
}

.sub-items-item__links {
	display: flex;
	justify-content: space-between;
	margin-top: 0.625rem;
}

.sub-items-item__category,
.sub-items-item__tag {
	font-size: 0.875rem;
}

.sub-items-item__tag {
	color: #656565;
	font-size: 0.75rem;
}

.sub-items {
	overflow-x: hidden;
}

.sub-items__wrap {
	margin-right: calc(50% - 50vw);
}

.sub-items__wrap + .sub-items__wrap {
	margin-top: 4.0625rem;
}

.sub-items__title {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
}

.sub-items__title-en {
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
}

.sub-items__lists {
	margin-top: 2.5rem;
}

.sub-items-swiper .swiper-wrapper {
	border-bottom: 1px solid #212121;
	padding-bottom: 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

.sub-map__wrap {
	width: 100%;
}

.sub-map__map {
	height: 0;
	padding-top: 47.5%;
	position: relative;
	width: 100%;
}

.sub-map__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.sub-mv-single-swiper {
	display: flex;
	gap: 1.25rem;
	height: clamp(25rem, 18.288rem + 28.64vw, 44.063rem);
	width: 50%;
}

.sub-mv-single-swiper__main,
.sub-mv-single-swiper__thumbnail {
	min-height: 0;
	min-width: 0;
}

.sub-mv-single-swiper__main {
	flex: 1;
	min-width: 0;
}

.sub-mv-single-swiper__main .swiper,
.sub-mv-single-swiper__main .swiper-wrapper,
.sub-mv-single-swiper__main .swiper-slide {
	height: 100%;
}

.sub-mv-single-swiper__main .swiper-slide img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sub-mv-single-swiper__thumbnail {
	display: flex;
	flex-shrink: 0;
	width: 8rem;
}

.sub-mv-single-swiper__thumbnail .swiper {
	height: 100%;
	min-height: 0;
}

.sub-mv-single-swiper__thumbnail .swiper-slide {
	cursor: pointer;
	height: -moz-max-content;
	height: max-content;
	position: relative;
}

.sub-mv-single-swiper__thumbnail .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 490/705;
	object-fit: cover;
	width: 100%;
}

.sub-mv-single-swiper__thumbnail .swiper-slide::before {
	background-color: rgba(255, 255, 255, 0.6);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.3s;
}

.sub-mv-single-swiper__thumbnail .swiper-slide.swiper-slide-thumb-active::before {
	background-color: transparent;
	background-color: initial;
}

.sub-mv-single__wrap {
	display: flex;
	gap: 4rem;
	margin-top: 5rem;
}

.sub-mv-single__title {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.4;
}

.sub-mv-single__title-sub {
	font-size: 1.125rem;
}

.sub-mv-single__description {
	font-size: 1rem;
	letter-spacing: 0.03em;
	line-height: 1.7;
	margin-top: 4rem;
}

.sub-mv__wrap {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.sub-mv__image {
	max-width: 100%;
	width: 52.5rem;
}

.sub-mv__image img {
	-o-object-fit: cover;
	aspect-ratio: 840/824;
	object-fit: cover;
	width: 100%;
}

.sub-mv__title {
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 1;
}

.sub-spot__content {
	background-color: #efeee9;
	display: flex;
	gap: 4.375rem;
	justify-content: space-between;
	padding: 5rem 3.5rem;
}

.sub-spot__wrap {
	flex: 1;
	height: 100%;
	position: relative;
}

.sub-spot__title {
	height: clamp(5.938rem, 4.287rem + 7.04vw, 10.625rem);
	left: -1.25rem;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: -2.5rem;
	width: clamp(10rem, 7.205rem + 11.92vw, 17.938rem);
	z-index: 2;
}

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

.sub-spot__map {
	max-width: 100%;
}

.sub-spot__map img {
	-o-object-fit: cover;
	aspect-ratio: 550/435;
	object-fit: cover;
	width: 100%;
}

.sub-spot__select-content-item {
	grid-gap: 1.25rem;
	align-items: start;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr 1fr;
}

.sub-spot__select-content-item + .sub-spot__select-content-item {
	margin-top: 3.125rem;
}

.sub-spot__select-title {
	font-size: 1.5rem;
	font-weight: 500;
	grid-column: 1/-1;
	line-height: 1.5;
}

.sub-spot__select-title span {
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
}

.sub-spot__select-list {
	display: flex;
	flex-direction: column;
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	gap: 1rem;
}

.sub-spot__select-item {
	align-items: center;
	cursor: pointer;
	display: flex;
	padding-left: 1.875rem;
	position: relative;
}

.sub-spot__select-item input[type=checkbox] {
	height: 1.125rem;
	opacity: 0;
	pointer-events: auto;
	position: absolute;
	width: 1.125rem;
	z-index: 1;
}

.sub-spot__select-item::before {
	background-color: #fff;
	border: 1px solid #212121;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.sub-spot__select-item input[type=checkbox]:checked + span::after,
.sub-spot__select-item:has(input[type=checkbox]:checked)::after {
	border-bottom: 1px solid #212121;
	border-left: 1px solid #212121;
	content: "";
	display: block;
	height: 0.25rem;
	left: 0.375rem;
	margin-top: -0.125rem;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s;
	width: 0.5rem;
}

.sub-spot__select-item:hover::before {
	border-color: rgba(33, 33, 33, 0.7);
}

.sub-spot__select-item:has(input[type=checkbox]:focus)::before {
	box-shadow: 0 0 0 2px rgba(33, 33, 33, 0.2);
}

.sub-spot__button {
	margin-top: 2.5rem;
}

.title {
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 1.4;
}

.title-en {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.7;
	text-transform: uppercase;
}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

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

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

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

.layout-sub-items {
	margin-top: 2.5rem;
}

.layout-sub-map {
	margin-top: 3.5rem;
}

.layout-sub-mv {
	margin-top: 1.875rem;
}

.layout-sub-spot {
	margin-top: 3.5rem;
}

.about__wrap {
	flex-direction: column-reverse;
}

.about__img {
	width: 100%;
}

.about__content {
	flex-direction: column;
	margin-top: 3.5rem;
}

.about__title {
	font-size: 1.75rem;
	writing-mode: horizontal-tb;
}

.about__content-text {
	font-size: 0.875rem;
	writing-mode: horizontal-tb;
}

.about__content-btn {
	margin-top: 2rem;
}

.button.button--white {
	font-size: 0.875rem;
	max-width: 100%;
}

.button.button--width {
	max-width: 100%;
}

.courses {
	padding: 5rem 0 6.25rem;
}

.courses__list {
	gap: 1.25rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2rem;
}

.courses__model-title {
	font-size: 0.875rem;
}

.header__nav {
	display: none;
}

.drawer {
	padding: 2.5rem 1rem 6.25rem;
	width: 100%;
}

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

.footer__logo-area {
	width: 100%;
	justify-content: flex-start;
}

.footer__logo-link {
	width: 60%;
}

.footer__bottom {
	gap: 1.875rem;
	grid-template-columns: 1fr;
}

.footer__bottom-group {
	border-bottom: 1px solid;
	padding-bottom: 1.5625rem;
}

.footer__column:nth-child(2) {
	gap: 6.25rem;
}

.footer__column:nth-child(3) {
	justify-content: flex-start;
}

.footer__column:nth-child(1),
.footer__column:nth-child(2) {
	border-right: none;
	padding-right: 0;
}

.footer__section-banner {
	margin-top: 0;
}

.footer__copyright {
	font-size: 0.625rem;
}

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

.keyword-swiper .swiper-wrapper {
	border-bottom: none;
}

.keyword-item {
	padding-right: 0.9375rem;
}

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

.keyword-item__img {
	max-width: 100%;
}

.keyword-item__name {
	font-size: 0.75rem;
}

.keyword-item__title {
	font-size: 1.125rem;
}

.keyword-item__text {
	margin-top: 0.625rem;
}

.keyword-item__related {
	font-size: 0.75rem;
}

.keyword__category {
	align-items: flex-start;
	flex-direction: column;
}

.keyword__category-title {
	font-size: 1.25rem;
	padding: 0.625rem;
}

.keyword__gallery {
	margin-top: 2rem;
}

.keyword__description {
	font-size: 0.75rem;
}

.keyword__lists {
	margin-top: 1.5rem;
}

.loading__text-first,
.loading__text-second {
	font-size: clamp(1rem, 4vw, 1.375rem);
}

.loading__text-third {
	font-size: clamp(1rem, 3.5vw, 1.75rem);
}

.loading__text-third-sub {
	padding-left: 2em;
}

.sub-info__wrap {
	flex-direction: column;
}

.sub-info___content {
	width: 100%;
}

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

.sub-info__title-en {
	font-size: 0.75rem;
}

.sub-info__button {
	margin-top: 2.5rem;
}

.sub-items-item__title {
	font-size: 1rem;
}

.sub-items-item__links {
	flex-direction: column;
	font-size: 0.875rem;
	gap: 0.625rem;
}

.sub-items__title {
	font-size: 1.5rem;
}

.sub-map__map {
	padding-top: 80%;
}

.sub-mv-single-swiper {
	gap: 0.625rem;
	width: 100%;
}

.sub-mv-single-swiper__thumbnail {
	width: 4rem;
}

.sub-mv-single-swiper__thumbnail .swiper-slide img {
	aspect-ratio: 256/400;
}

.sub-mv-single__wrap {
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 2.5rem;
}

.sub-mv-single__title {
	font-size: 1.75rem;
}

.sub-mv-single__title-sub {
	font-size: 1rem;
}

.sub-mv-single__description {
	font-size: 0.875rem;
	margin-top: 1.5rem;
}

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

.sub-mv__image {
	width: 100%;
}

.sub-mv__title {
	font-size: 1.75rem;
}

.sub-spot__content {
	flex-direction: column;
	gap: 2.5rem;
	padding: 2.5rem 1.25rem;
}

.sub-spot__select-content {
	align-items: flex-start;
	display: flex;
	gap: 1.25rem;
}

.sub-spot__select-content-item {
	flex: 1;
	grid-template-columns: 1fr;
}

.sub-spot__select-content-item + .sub-spot__select-content-item {
	margin-top: 0;
}

.sub-spot__select-title {
	font-size: 1.25rem;
}

.sub-spot__select-item {
	padding-left: 1.5625rem;
	white-space: nowrap;
}

.sub-spot__select-item::before {
	height: 1rem;
	width: 1rem;
}

.sub-spot__select-item input[type=checkbox]:checked + span::after,
.sub-spot__select-item:has(input[type=checkbox]:checked)::after {
	height: 0.1875rem;
	left: 0.3125rem;
	width: 0.4375rem;
}

.title {
	font-size: 1.625rem;
}

.title-en {
	font-size: 0.75rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/* ================================================
 * メニューカード共通デザイン
 * ================================================ */

/* --- カテゴリーラベル（TOPページ） --- */
.courses__category {
	margin-top: 3.5rem;
}

.courses__category:first-of-type {
	margin-top: 2.5rem;
}

.courses__category-label {
	border-bottom: 1px solid #212121;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding-bottom: 0.75rem;
}

.courses__category-en {
	color: #999;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}

.courses__grid {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
}

.courses__btn {
	margin-top: 3rem;
	text-align: center;
}

/* --- メニューグリッド（一覧・カテゴリーページ共通） --- */
.menu-grid {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
}

/* --- メニューカード --- */
.menu-card {
	background-color: #fff;
	border-radius: 0.25rem;
	overflow: hidden;
	transition: box-shadow 0.3s;
}

.menu-card:hover {
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
}

.menu-card__img {
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

.menu-card__img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.4s ease;
	width: 100%;
}

.menu-card:hover .menu-card__img img {
	transform: scale(1.05);
}

.menu-card__body {
	padding: 1rem 0.75rem 1.25rem;
}

.menu-card__name {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.menu-card__price {
	color: #4A403A;
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 0.375rem;
}

.menu-card__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #888;
	display: -webkit-box;
	font-size: 0.8125rem;
	line-height: 1.7;
	margin-top: 0.5rem;
	overflow: hidden;
}

/* --- メニューセクション（template-menu.php） --- */
.layout-menu-section {
	margin-top: 4rem;
}

.layout-menu-section:first-of-type {
	margin-top: 2.5rem;
}

.menu-section__heading {
	border-bottom: 1px solid #212121;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding-bottom: 0.75rem;
}

.menu-section__heading-en {
	color: #999;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}

.menu-section__heading--page {
	display: block;
	width: 100%;
	font-size: 1.75rem;
}

.menu-section__heading--page .menu-section__heading-en {
	font-size: 0.875rem;
}

.menu-section__empty {
	color: #999;
	margin-top: 2rem;
	text-align: center;
}

.menu-section__btn {
	margin-top: 2.5rem;
	text-align: center;
}

/* --- メニューグループ（taxonomy-menu_ctg.php タグ見出し） --- */
.layout-menu-category {
	margin-top: 2.5rem;
}

.menu-group {
	margin-top: 3rem;
}

.menu-group:first-child {
	margin-top: 0;
}

.menu-group__title {
	border-left: 3px solid #4A403A;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding-left: 0.75rem;
}

.menu-category__btn {
	margin-top: 3rem;
	text-align: center;
}

/* --- メニュー レスポンシブ（960px以下） --- */
@media screen and (max-width: 960px) {
	.courses__grid,
	.menu-grid {
		gap: 1.25rem;
		grid-template-columns: repeat(2, 1fr);
	}

	.courses__category {
		margin-top: 2.5rem;
	}

	.menu-section__heading {
		font-size: 1.25rem;
	}
}

/* --- メニュー レスポンシブ（480px以下） --- */
@media screen and (max-width: 480px) {
	.courses__grid,
	.menu-grid {
		grid-template-columns: 1fr;
	}
}


/* ==============================================
   新着コラム（TOPページ）
   ============================================== */
.layout-latest-column {
	padding: 5rem 0;
}

.latest-column__title {
	margin-bottom: 2.5rem;
}

.latest-column__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

.latest-column__item {
	display: flex;
	gap: 1.25rem;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.latest-column__item:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.latest-column__img {
	flex: 0 0 40%;
	max-width: 40%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

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

.latest-column__body {
	flex: 1;
	padding: 1.25rem 1.25rem 1.25rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.latest-column__date {
	font-size: 0.75rem;
	color: #999;
	font-family: "Roboto", sans-serif;
}

.latest-column__name {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 0.375rem;
	color: #4A403A;
}

.latest-column__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 0.5rem;
}

.latest-column__tag {
	font-size: 0.6875rem;
	background: #F5F2EC;
	color: #4A403A;
	padding: 0.125rem 0.5rem;
	border-radius: 3px;
}

.latest-column__excerpt {
	font-size: 0.8125rem;
	line-height: 1.8;
	color: #666;
	margin-top: 0.5rem;
}

.latest-column__btn {
	margin-top: 2.5rem;
	text-align: center;
}

/* --- 新着コラム レスポンシブ --- */
@media screen and (max-width: 960px) {
	.latest-column__list {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 480px) {
	.latest-column__item {
		flex-direction: column;
	}

	.latest-column__img {
		flex: none;
		max-width: 100%;
	}

	.latest-column__body {
		padding: 1rem;
	}
}

/* ==============================================
   コラム一覧ページ
   ============================================== */

/* --- タグフィルター（radio） --- */
.layout-column-filter {
	padding: 2rem 0 0;
}

.column-filter__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	justify-content: center;
}

.column-filter__radio {
	display: inline-block;
	padding: 0.5rem 1.25rem;
	border: 1px solid #ccc;
	border-radius: 50px;
	font-size: 0.875rem;
	color: #4A403A;
	cursor: pointer;
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.column-filter__radio:hover {
	border-color: #4A403A;
}

.column-filter__radio.is-active {
	background: #4A403A;
	border-color: #4A403A;
	color: #fff;
}

.column-filter__radio input[type="radio"] {
	display: none;
}

/* --- 記事グリッド（2列×3行） --- */
.layout-column-list {
	padding: 2.5rem 0 5rem;
}

.column-list__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

.column-list__card {
	list-style: none;
}

.column-list__card a {
	display: block;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.column-list__card a:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.column-list__img {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

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

.column-list__content {
	padding: 1.25rem;
}

.column-list__date {
	font-size: 0.75rem;
	color: #999;
	font-family: "Roboto", sans-serif;
}

.column-list__name {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 0.375rem;
	color: #4A403A;
}

.column-list__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 0.5rem;
}

.column-list__tag {
	font-size: 0.6875rem;
	background: #F5F2EC;
	color: #4A403A;
	padding: 0.125rem 0.5rem;
	border-radius: 3px;
}

.column-list__excerpt {
	font-size: 0.8125rem;
	line-height: 1.8;
	color: #666;
	margin-top: 0.5rem;
}

.column-list__empty {
	text-align: center;
	color: #999;
	padding: 3rem 0;
}

/* --- ページネーション --- */
.column-pagination {
	margin-top: 3rem;
	text-align: center;
}

.column-pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.375rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.column-pagination li {
	display: inline-block;
}

.column-pagination li a,
.column-pagination li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	height: 2.5rem;
	padding: 0 0.625rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 0.875rem;
	color: #4A403A;
	text-decoration: none;
	transition: background 0.25s ease, border-color 0.25s ease;
}

.column-pagination li a:hover {
	background: #F5F2EC;
	border-color: #4A403A;
}

.column-pagination li span.current {
	background: #4A403A;
	border-color: #4A403A;
	color: #fff;
}

/* --- コラム一覧 レスポンシブ --- */
@media screen and (max-width: 960px) {
	.column-list__grid {
		grid-template-columns: 1fr;
	}
}

/* ==============================================
   コラム記事詳細ページ
   ============================================== */
.layout-column-single {
	padding: 3rem 0 5rem;
}

.column-single__inner {
	max-width: 48rem;
	margin: 0 auto;
}

.column-single__head {
	margin-bottom: 2rem;
}

.column-single__date {
	font-size: 0.75rem;
	color: #999;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.05em;
}

.column-single__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 0.625rem;
}

.column-single__tag {
	font-size: 0.6875rem;
	background: #F5F2EC;
	color: #4A403A;
	padding: 0.125rem 0.625rem;
	border-radius: 3px;
}

.column-single__title {
	font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
	font-weight: 700;
	line-height: 1.6;
	color: #4A403A;
	margin-top: 0.75rem;
}

.column-single__thumbnail {
	margin-bottom: 2.5rem;
	border-radius: 4px;
	overflow: hidden;
}

.column-single__thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}

.column-single__body {
	font-size: 0.9375rem;
	line-height: 2;
	color: #444;
	letter-spacing: 0.03em;
}

.column-single__body p + p {
	margin-top: 1.5rem;
}

.column-single__body img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	margin: 1.5rem 0;
}

.column-single__body h2,
.column-single__body h3 {
	color: #4A403A;
	font-weight: 700;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

.column-single__body h2 {
	font-size: 1.375rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #e0dcd7;
}

.column-single__body h3 {
	font-size: 1.125rem;
}

.column-single__body blockquote {
	border-left: 3px solid #4A403A;
	padding: 1rem 1.25rem;
	margin: 1.5rem 0;
	background: #F5F2EC;
	color: #555;
	font-style: italic;
}

.column-single__btn {
	margin-top: 3rem;
	text-align: center;
}

/* ==============================================
   歩々清風とは（About）ページ
   ============================================== */

/* --- ヒーロー --- */
.about-hero {
	position: relative;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	margin-top: -4.5rem;
}

.about-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 1;
}

.about-hero__content {
	position: relative;
	z-index: 2;
}

.about-hero__subtitle {
	font-size: 0.8125rem;
	letter-spacing: 0.2em;
	opacity: 0.8;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.about-hero__title {
	font-size: clamp(2rem, 1.2rem + 3.4vw, 3.5rem);
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-top: 1rem;
	line-height: 1.3;
}

.about-hero__lead {
	font-size: clamp(0.875rem, 0.7rem + 0.75vw, 1.125rem);
	letter-spacing: 0.1em;
	margin-top: 1.5rem;
	opacity: 0.85;
}

/* スクロール誘導 */
.about-hero__scroll {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.about-hero__scroll span:first-child {
	font-size: 0.625rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	font-family: "Roboto", sans-serif;
}

.about-hero__scroll-line {
	display: block;
	width: 1px;
	height: 3rem;
	background: rgba(255, 255, 255, 0.5);
	position: relative;
	overflow: hidden;
}

.about-hero__scroll-line::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	animation: scrollLine 1.8s ease-in-out infinite;
}

@keyframes scrollLine {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

/* --- ストーリーセクション --- */
.about-story {
	padding: 6rem 0;
}

.about-story__block {
	display: flex;
	align-items: center;
	gap: 4rem;
}

.about-story__block + .about-story__block {
	margin-top: 6rem;
}

.about-story__block:nth-child(even) {
	flex-direction: row-reverse;
}

.about-story__img {
	flex: 0 0 50%;
	max-width: 50%;
	overflow: hidden;
	border-radius: 4px;
}

.about-story__img img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.about-story__block:hover .about-story__img img {
	transform: scale(1.03);
}

.about-story__body {
	flex: 1;
}

.about-story__number {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 0.75rem;
	letter-spacing: 0.15em;
	color: #999;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.25rem;
	margin-bottom: 1.25rem;
}

.about-story__heading {
	font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
	font-weight: 500;
	line-height: 1.6;
	color: #4A403A;
	letter-spacing: 0.05em;
}

.about-story__text {
	font-size: 0.9375rem;
	line-height: 2;
	color: #555;
	margin-top: 1.5rem;
	letter-spacing: 0.03em;
}

/* --- スクロールフェードイン --- */
.js-fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fade-in.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* --- レスポンシブ（960px以下） --- */
@media screen and (max-width: 960px) {
	.about-hero {
		background-attachment: scroll;
	}

	.about-story__block,
	.about-story__block:nth-child(even) {
		flex-direction: column;
		gap: 2rem;
	}

	.about-story__img {
		flex: none;
		max-width: 100%;
	}

	.about-story {
		padding: 4rem 0;
	}

	.about-story__block + .about-story__block {
		margin-top: 4rem;
	}
}

/* ==============================================
   サイトポリシーページ
   ============================================== */
.layout-policy {
	padding: 3rem 0 5rem;
}

.policy__inner {
	max-width: 48rem;
	margin: 0 auto;
}

.policy__body {
	font-size: 0.9375rem;
	line-height: 2;
	color: #444;
	letter-spacing: 0.03em;
}

.policy__body h2 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #4A403A;
	margin-top: 2.5rem;
	margin-bottom: 0.75rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #e0dcd7;
}

.policy__body h3 {
	font-size: 1.0625rem;
	font-weight: 700;
	color: #4A403A;
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}

.policy__body p + p {
	margin-top: 1.25rem;
}

.policy__body ul,
.policy__body ol {
	margin: 1rem 0;
	padding-left: 1.5rem;
}

.policy__body li {
	margin-bottom: 0.375rem;
}

.policy__body a {
	color: #4A403A;
	text-decoration: underline;
}

.policy__body a:hover {
	opacity: 0.7;
}

/* ==============================================
   アルコールページ アンカーナビ
   ============================================== */
.layout-alcohol-nav {
	padding: 2rem 0 0;
}

.alcohol-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.alcohol-nav__item a {
	display: inline-block;
	padding: 0.5rem 1.5rem;
	border: 1px solid #4A403A;
	border-radius: 50px;
	font-size: 0.875rem;
	color: #4A403A;
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease;
}

.alcohol-nav__item a:hover {
	background: #4A403A;
	color: #fff;
}

/* アンカースクロール時のヘッダー分オフセット */
.menu-group[id] {
	scroll-margin-top: 5.5rem;
}

/* ==============================================
   スポット一覧 - カテゴリフィルタ
   ============================================== */
.layout-spot-filter {
	padding: 2rem 0 0;
}

.spot-filter__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	justify-content: center;
}

.spot-filter__radio {
	display: inline-block;
	padding: 0.5rem 1.25rem;
	border: 1px solid #ccc;
	border-radius: 50px;
	font-size: 0.875rem;
	color: #4A403A;
	cursor: pointer;
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.spot-filter__radio:hover {
	border-color: #4A403A;
}

.spot-filter__radio.is-active {
	background: #4A403A;
	border-color: #4A403A;
	color: #fff;
}

.spot-filter__radio input[type="radio"] {
	display: none;
}

/* ==============================================
   スポット一覧 - マガジン風カードグリッド
   ============================================== */
.layout-spot-list {
	padding: 2.5rem 0 5rem;
}

.spot-list__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.spot-card {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	list-style: none;
}

.spot-card__link {
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	aspect-ratio: 3 / 4;
}

.spot-card__img {
	position: absolute;
	inset: 0;
}

.spot-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.spot-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.7) 0%,
		rgba(0, 0, 0, 0.15) 50%,
		rgba(0, 0, 0, 0.02) 100%
	);
	transition: background 0.4s ease;
	z-index: 1;
}

.spot-card__body {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1.25rem;
	z-index: 2;
}

.spot-card__ctg {
	display: inline-block;
	font-size: 0.6875rem;
	background: rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	color: #fff;
	padding: 0.125rem 0.625rem;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 0.5rem;
}

.spot-card__title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.spot-card__excerpt {
	font-size: 0.75rem;
	line-height: 1.6;
	margin-top: 0.375rem;
	opacity: 0.85;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.spot-card__link:hover .spot-card__img img {
	transform: scale(1.05);
}

.spot-card__link:hover .spot-card__overlay {
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.55) 0%,
		rgba(0, 0, 0, 0.1) 50%,
		rgba(0, 0, 0, 0.0) 100%
	);
}

.spot-list__empty {
	text-align: center;
	color: #999;
	padding: 3rem 0;
}

/* --- スポット一覧 レスポンシブ --- */
@media screen and (max-width: 960px) {
	.spot-list__grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.spot-card__link {
		aspect-ratio: 16 / 9;
	}

	.spot-card__title {
		font-size: 0.9375rem;
	}
}

/* ==============================================
   スポット詳細ページ
   ============================================== */
.layout-spot-single {
	padding: 3rem 0 5rem;
}

.spot-single__inner {
	max-width: 48rem;
	margin: 0 auto;
}

.spot-single__head {
	margin-bottom: 2rem;
}

.spot-single__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	margin-bottom: 0.625rem;
}

.spot-single__tag {
	font-size: 0.6875rem;
	background: #F5F2EC;
	color: #4A403A;
	padding: 0.125rem 0.625rem;
	border-radius: 3px;
}

.spot-single__title {
	font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
	font-weight: 700;
	line-height: 1.6;
	color: #4A403A;
}

.spot-single__thumbnail {
	margin-bottom: 2.5rem;
	border-radius: 4px;
	overflow: hidden;
}

.spot-single__thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}

.spot-single__body {
	font-size: 0.9375rem;
	line-height: 2;
	color: #444;
	letter-spacing: 0.03em;
}

.spot-single__body p + p {
	margin-top: 1.5rem;
}

.spot-single__body img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	margin: 1.5rem 0;
}

.spot-single__body h2,
.spot-single__body h3 {
	color: #4A403A;
	font-weight: 700;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

.spot-single__body h2 {
	font-size: 1.375rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #e0dcd7;
}

.spot-single__body h3 {
	font-size: 1.125rem;
}

.spot-single__body blockquote {
	border-left: 3px solid #4A403A;
	padding: 1rem 1.25rem;
	margin: 1.5rem 0;
	background: #F5F2EC;
	color: #555;
	font-style: italic;
}

.spot-single__body iframe {
	max-width: 100%;
	margin: 1.5rem 0;
	border-radius: 4px;
}

.spot-single__btn {
	margin-top: 3rem;
	text-align: center;
}

/* ==============================================
   全体モバイル対応 追加分
   ============================================== */

/* --- 960px: タブレット〜スマホ --- */
@media screen and (max-width: 960px) {

	/* ヘッダー */
	.header__logo {
		margin-left: 0;
	}

	.header__logo img,
	.header__logo .custom-logo {
		height: 2.5rem;
	}

	/* メインビジュアル（sub-mv） */
	.sub-mv__title {
		font-size: 1.5rem;
	}

	/* 歩々清風とは - ヒーロー */
	.about-hero__title {
		font-size: 1.75rem;
		letter-spacing: 0.08em;
	}

	.about-hero__scroll {
		display: none;
	}

	/* 歩々清風とは - ストーリー */
	.about-story__subtitle {
		font-size: 1rem;
	}

	.about-story__text {
		font-size: 0.875rem;
	}

	/* 店舗情報セクション */
	.sub-info__wrap {
		gap: 2rem;
	}

	.sub-info__map-wrap {
		margin-top: 1.5rem;
	}

	.sub-info__data dt {
		font-size: 0.8125rem;
	}

	.sub-info__data dd {
		font-size: 0.875rem;
	}

	/* メニュー一覧セクション */
	.layout-menu-section {
		margin-top: 3rem;
	}

	.menu-section__heading--page {
		font-size: 1.375rem;
	}

	.menu-section__heading--page .menu-section__heading-en {
		font-size: 0.75rem;
	}

	/* メニューカテゴリーページ */
	.layout-menu-category {
		margin-top: 2rem;
	}

	.menu-group__title {
		font-size: 1rem;
	}

	/* アルコールナビ */
	.alcohol-nav__list {
		justify-content: center;
	}

	.alcohol-nav__item a {
		padding: 0.375rem 1rem;
		font-size: 0.8125rem;
	}

	/* コラム一覧 */
	.layout-column-filter {
		padding: 1.5rem 0 0;
	}

	.column-filter__list {
		gap: 0.5rem;
	}

	.column-filter__radio {
		padding: 0.375rem 1rem;
		font-size: 0.8125rem;
	}

	.layout-column-list {
		padding: 2rem 0 4rem;
	}

	/* コラム詳細 */
	.layout-column-single {
		padding: 2rem 0 4rem;
	}

	.column-single__title {
		font-size: 1.25rem;
	}

	.column-single__body {
		font-size: 0.875rem;
	}

	.column-single__body h2 {
		font-size: 1.125rem;
	}

	.column-single__body h3 {
		font-size: 1rem;
	}

	/* スポット一覧フィルタ */
	.layout-spot-filter {
		padding: 1.5rem 0 0;
	}

	.spot-filter__radio {
		padding: 0.375rem 1rem;
		font-size: 0.8125rem;
	}

	/* スポット一覧 */
	.layout-spot-list {
		padding: 2rem 0 4rem;
	}

	/* スポット詳細 */
	.layout-spot-single {
		padding: 2rem 0 4rem;
	}

	.spot-single__body {
		font-size: 0.875rem;
	}

	.spot-single__body h2 {
		font-size: 1.125rem;
	}

	.spot-single__body h3 {
		font-size: 1rem;
	}

	/* サイトポリシー */
	.layout-policy {
		padding: 2rem 0 4rem;
	}

	.policy__body {
		font-size: 0.875rem;
	}

	.policy__body h2 {
		font-size: 1.0625rem;
	}

	/* 新着コラム */
	.layout-latest-column {
		padding: 3rem 0;
	}

	.latest-column__name {
		font-size: 0.9375rem;
	}

	/* フッター */
	.footer__column:nth-child(1),
	.footer__column:nth-child(2) {
		border-bottom: 1px solid #e0dcd7;
		padding-bottom: 1.5rem;
	}

	.footer__column:nth-child(2) {
		gap: 2rem;
	}

	.footer__section-title {
		font-size: 1.0625rem;
	}

	/* インスタギャラリー上部 */
	.above-footer__inner {
		padding-top: 2rem;
	}

	.button__text {
		font-size: 0.875rem;
	}

	.button__text-small {
		font-size: 0.6875rem;
	}

	/* ページネーション */
	.column-pagination li a,
	.column-pagination li span {
		min-width: 2rem;
		height: 2rem;
		padding: 0 0.5rem;
		font-size: 0.75rem;
	}
}

/* --- 480px: 小型スマホ --- */
@media screen and (max-width: 480px) {

	/* ヘッダーロゴ */
	.header__logo img,
	.header__logo .custom-logo {
		height: 2rem;
	}

	/* サブMVタイトル */
	.sub-mv__title {
		font-size: 1.25rem;
	}

	/* メニューカード */
	.menu-card__name {
		font-size: 0.875rem;
	}

	.menu-card__price {
		font-size: 0.8125rem;
	}

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

	/* メニューセクション見出し */
	.menu-section__heading {
		font-size: 1.0625rem;
	}

	.menu-section__heading--page {
		font-size: 1.125rem;
	}

	/* アルコールナビ */
	.alcohol-nav__item a {
		padding: 0.3125rem 0.75rem;
		font-size: 0.75rem;
	}

	/* コラム一覧カード */
	.column-list__name {
		font-size: 0.875rem;
	}

	.column-list__content {
		padding: 1rem;
	}

	/* コラム詳細 */
	.column-single__date {
		font-size: 0.6875rem;
	}

	.column-single__title {
		font-size: 1.0625rem;
	}

	.column-single__body {
		font-size: 0.8125rem;
		line-height: 1.9;
	}

	/* スポットカード */
	.spot-card__title {
		font-size: 0.875rem;
	}

	.spot-card__excerpt {
		font-size: 0.6875rem;
	}

	.spot-card__body {
		padding: 1rem;
	}

	/* スポット詳細 */
	.spot-single__title {
		font-size: 1.0625rem;
	}

	.spot-single__body {
		font-size: 0.8125rem;
		line-height: 1.9;
	}

	/* サイトポリシー */
	.policy__body {
		font-size: 0.8125rem;
		line-height: 1.9;
	}

	/* 歩々清風とは - ヒーロー */
	.about-hero {
		height: 60vh;
	}

	.about-hero__title {
		font-size: 1.375rem;
	}

	/* 歩々清風とは - ストーリー */
	.about-story {
		padding: 3rem 0;
	}

	.about-story__block + .about-story__block {
		margin-top: 3rem;
	}

	/* 店舗情報 */
	.sub-info__title {
		font-size: 1rem;
	}

	/* フッター */
	.footer__logo-link {
		width: 70%;
	}

	.footer__section-title {
		font-size: 0.9375rem;
	}

	.footer__contact-title {
		font-size: 0.875rem;
	}

	.footer__contact-info {
		font-size: 0.75rem;
	}

	/* ページネーション */
	.column-pagination {
		margin-top: 2rem;
	}

	.column-pagination li a,
	.column-pagination li span {
		min-width: 1.75rem;
		height: 1.75rem;
		font-size: 0.6875rem;
	}

	/* ボタン共通 */
	.button.button--white a {
		font-size: 0.8125rem;
		padding: 0.75rem 1.5rem;
	}
}

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