@charset "utf-8";

/*--------------------------------------------------
	アーカイブページ
--------------------------------------------------*/
.archive__header {
	position: relative;
	padding: 12px var(--container-padding) 0;
}
.spot-archive .archive__header,
.experience-archive .archive__header,
.gourmet-archive .archive__header,
.souvenir-archive .archive__header,
.stay-archive .archive__header {
	margin-top: 158px;
}
.tax-area .archive__header {
	margin-top: 58px;
	padding-bottom: 12px;
	background: var(--color-white);
}
.archive__header .archive__title,
.archive__filters-title {
	font-weight: 700;
	font-size: 1.25rem;
	text-align: center;
}
.archive__catch {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	color: var(--color-white);
}
.archive__catch::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
}
.spot-archive .archive__catch::after {
	width: 63px;
	height: 35px;
	background: url(../images/icon_spot.svg) no-repeat center center / contain;
}
.experience-archive .archive__catch::after {
	bottom: -2px;
	width: 75px;
	height: 48px;
	background: url(../images/icon_experience.svg) no-repeat center center / contain;
}
.gourmet-archive .archive__catch::before {
		position: absolute;
		bottom: 24px;
		left: var(--container-padding);
		width: 213px;
		height: 64px;
		background: url(../images/icon_wave.svg) no-repeat center center / contain;
		content: '';
}

.gourmet-archive .archive__catch::after {
	width: 47px;
	height: 42px;
	background: url(../images/icon_gourmet.svg) no-repeat center center / contain;
}
.souvenir-archive .archive__catch::after {
	width: 54px;
	height: 38px;
	background: url(../images/icon_souvenir.svg) no-repeat center center / contain;
}
.stay-archive .archive__catch::after {
	width: 46px;
	height: 35px;
	background: url(../images/icon_stay.svg) no-repeat center center / contain;
}
.archive__catch-text {
	margin-bottom: 24px;
	font-weight: 700;
	font-size: clamp(2rem, 1.35rem + 2.67vw, 3.75rem);
	line-height: 1;
	letter-spacing: 0.05em;
	text-shadow:
		1px 1px 0 var(--gray-700), -1px -1px 0 var(--gray-700),
		-1px 1px 0 var(--gray-700),  1px -1px 0 var(--gray-700),
		1px 0 0 var(--gray-700), -1px  0 0 var(--gray-700),
		0 1px 0 var(--gray-700),  0 -1px 0 var(--gray-700);
}
.archive__nav {
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 58px;
	padding-top: 10px;
	transition: transform 0.3s ease;
}
.is-header-hidden + .site-main .archive__nav {
	transform: translateY(-100%);
}
.page-search-purpose__links {
	padding: 0 var(--container-padding);
}
.archive__nav-title,
.page-search-purpose__link-title {
	display: none;
}
.archive__nav-list {
	display: flex;
	gap: 8px;
	overflow-x: scroll;
	padding-bottom: 16px;
	padding-left: 1rem;
}
.page-search-purpose__links-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px 8px;
	max-width: 480px;
	margin: 0 auto;
}
.page-search-purpose__links-item {
	width: calc(40% - 4px);
	min-width: 124px;
	max-width: 142px;
}
.archive__nav-list a,
.page-search-purpose__links-list a {
	display: block;
	position: relative;
	min-width: 80px;
	padding: 9px 16px 9px 34px;
	border-radius: var(--radius-full);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
	background: var(--color-white);
	font-size: 0.875rem;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}
.tax-area .archive__nav-list a {
	padding-left: 16px;
}
.-all a {
	padding-left: 16px;
}
.archive__nav-list a::before,
.page-search-purpose__links-list a::before {
	position: absolute;
	top: calc(50% - 8px);
	left: 8px;
	width: 16px;
	height: 16px;
	border-radius: var(--radius-full);
	content: '';
}
.spot-archive .archive__catch,
.-spot a::before {
	background: var(--color-spot);
}
.experience-archive .archive__catch,
.-experience a::before {
	background: var(--color-experience);
}
.gourmet-archive .archive__header,
.gourmet-archive .archive__catch,
.gourmet-archive .archive__content,
.-gourmet a::before {
	background: var(--color-gourmet);
}
.souvenir-archive .archive__header,
.souvenir-archive .archive__catch,
.souvenir-archive .archive__content,
.-souvenir a::before {
	background: var(--color-souvenir);
}
.stay-archive .archive__catch,
.-stay a::before {
	background: var(--color-stay);
}
.archive__filters,
.event-archive .calendar {
	padding: 20px var(--container-padding) 0;
}
.archive__filters:has(.archive__filters-title) {
	padding-top: 12px;
}
.spot-archive .archive__header,
.spot-archive .archive__filters {
	background: #F9FBEB;
}
.experience-archive .archive__header,
.experience-archive .archive__filters {
	background: #FFFBDA;
}
.gourmet-archive .archive__filters {
	background: #FDEFE0;
}
.souvenir-archive .archive__filters {
	background: #FDF1F0;
}
.stay-archive .archive__header,
.stay-archive .archive__filters {
	background: #F0FFF3;
}
.event-archive .archive__header,
.event-archive .archive__search,
.event-archive .archive__filters {
	background: #D6EBF5;
}

@media (min-width: 768px) {
	.spot-archive .archive__header,
	.experience-archive .archive__header,
	.gourmet-archive .archive__header,
	.souvenir-archive .archive__header,
	.stay-archive .archive__header {
		margin-top: 220px;
	}
	.tax-area .archive__header {
		margin-top: 80px;
	}
	.archive__catch {
		top: -140px;
		height: 140px;
	}
	.spot-archive .archive__catch::after {
		width: 90px;
		height: 50px;
	}
	.experience-archive .archive__catch::after {
		width: 98px;
		height: 64px;
	}
	.gourmet-archive .archive__catch::after {
		width: 62px;
		height: 56px;
	}
	.souvenir-archive .archive__catch::after {
		width: 76px;
		height: 54px;
	}
	.stay-archive .archive__catch::after {
		width: 64px;
		height: 48px;
	}
	.archive__nav,
	.page-search-purpose__links {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: var(--max-content-width);
		height: 80px;
		margin: 0 auto;
		padding: 0 var(--container-padding);
	}
	.is-header-hidden + .site-main .archive__nav {
		transform: translateY(calc(-100% - 10px));
	}
	.archive__nav-title,
	.page-search-purpose__link-title {
		display: block;
		flex-shrink: 0;
		color: var(--gray-700);
		font-size: 0.8125rem;
		line-height: 1;
	}
	.archive__nav-list,
	.page-search-purpose__links-list {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		flex-grow: 1;
		overflow-x: visible;
		padding-bottom: 0;
	}
	.tax-area .archive__nav-list {
		grid-template-columns: repeat(7, 1fr);
	}
	.page-search-purpose__links-list {
		max-width: inherit;
		padding-left: 1rem;
	}
	.page-search-purpose__links-item {
		width: auto;
		min-width: inherit;
		max-width: inherit;
	}
	.archive__nav-list a,
	.page-search-purpose__links-list a {
		padding: 12px 8px;
		box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
		font-size: clamp(0.8125rem, 0.8125rem + 0.25vw, 0.9375rem);
	}
	.tax-area .archive__nav-list a {
		padding-left: 8px;
	}
	.-spot a {
		background: var(--color-spot);
	}
	.-experience a {
		background: var(--color-experience);
	}
	.-gourmet a {
		background: var(--color-gourmet);
	}
	.-souvenir a {
		background: var(--color-souvenir);
	}
	.-stay a {
		background: var(--color-stay);
	}
	.archive__nav-list a::before,
	.page-search-purpose__links-list a::before {
		display: none;
	}
	.gourmet-archive .archive__content {
		background-image: url(../images/bg_gourmet.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 717px;
	}
}

@media (min-width: 1024px) {
	.archive__header {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 24px;
	}
	.spot-archive .archive__header,
	.experience-archive .archive__header,
	.gourmet-archive .archive__header,
	.souvenir-archive .archive__header,
	.stay-archive .archive__header {
		margin-top: 300px;
	}
	.tax-area .archive__header {
		margin-top: 100px;
		padding-bottom: 24px;
	}
	.gourmet-archive .archive__catch::before {
		left: var(--container-padding);
		width: 284px;
		height: 86px;
	}
	.archive__catch {
		top: -200px;
		height: 200px;
	}
	.spot-archive .archive__catch::after {
		width: 114px;
		height: 63px;
	}
	.experience-archive .archive__catch::after {
		bottom: -4px;
		width: 130px;
		height: 85px;
	}
	.gourmet-archive .archive__catch::after {
		width: 84px;
		height: 75px;
	}
	.souvenir-archive .archive__catch::after {
		width: 98px;
		height: 69px;
	}
	.stay-archive .archive__catch::after {
		width: 80px;
		height: 58px;
	}
	.stay-archive .archive__catch::after {
		bottom: -1px;
		width: 87px;
		height: 67px;
	}
	.archive__nav {
		top: 90px;
		left: 50%;
		height: 100px;
		padding: 0;
		transform: translateX(-50%);
	}
	.is-header-hidden + .site-main .archive__nav {
		transform: translate(-50%, calc(-100% - 20px));
	}
	.archive__nav-list {
		gap: 2%;
		padding-left: 20px;
	}
	.tax-area .archive__nav-list {
		padding-left: 0;
	}
	.archive__filters:has(.archive__filters-title) {
		padding-top: 24px;
	}
	.gourmet-archive .archive__content {
		background-size: auto 956px;
	}
}

/* フィルターフォーム */
.archive-filter-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.archive-filter-form__row.-filter {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-top: 50px;
}
.archive-filter-form__row .archive-filter-form__field > label {
	position: absolute;
	top: 0;
	width: calc((100% - 16px) / 3);
}
.event-archive .archive-filter-form__row .archive-filter-form__field > label {
	position: relative;
	width: auto;
}
.archive-filter-form__row .archive-filter-form__field:nth-child(1) > label {
	left: 0;
}
.archive-filter-form__row .archive-filter-form__field:nth-child(2) > label {
	left: calc((100% - 16px) / 3 + 8px);
}
.archive-filter-form__row .archive-filter-form__field:nth-child(3) > label {
	left: calc((100% - 16px) * 2 / 3 + 16px);
}
.archive-filter-form__field > label {
	display: block;
	position: relative;
	padding: 8px 16px;
	border-radius: var(--radius-full);
	background: var(--color-white);
	border-width: 2px;
	border-style: solid;
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.4;
	cursor: pointer;
	transition: background-color 0.2s, border-color 0.2s;
}
.archive-filter-form__field > label::after {
	position: absolute;
	top: calc(50% - 4px);
	right: 16px;
	width: 12px;
	height: 7px;
	background: url(../images/icon_arrow_down.svg) no-repeat center center / contain;
	transition: transform 0.2s;
	content: '';
}
.event-archive .archive-filter-form__field > label::after {
	display: none;
}

.archive-filter-form__checkbox-label {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 4px 0;
	font-size: 0.875rem;
	cursor: pointer;
}
.archive-filter-form__checkbox-label input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0;
	border: 2px solid #212121;
	border-radius: 4px;
	background: #F4F4F4;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	flex-shrink: 0;
}
.archive-filter-form__checkbox-label input[type="checkbox"]:checked {
	background: #2C2C2C;
	position: relative;
}
.archive-filter-form__checkbox-label input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 4px;
	height: 8px;
	border: solid #FFF9C4;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -60%) rotate(45deg);
}
.archive-filter-form__field:first-child .archive-filter-form__checkbox-label input[type="checkbox"]:checked::after {
	border-color: #FFF;
}
.archive-filter-form__row.-keyword {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 480px;
}
.archive-filter-form__field--keyword {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 8px;
	width: calc(100% - 142px);
	max-width: 330px;
	height: 43px;
	margin-right: auto;
	border-width: 2px;
	border-style: solid;
	border-radius: var(--radius-full);
	background: var(--color-white);
}
.spot-archive .archive-filter-form__field--keyword {
	border-color: var(--color-spot);
}
.experience-archive .archive-filter-form__field--keyword {
	border-color: var(--color-experience);
}
.gourmet-archive .archive-filter-form__field--keyword {
	border-color: var(--color-gourmet);
}
.souvenir-archive .archive-filter-form__field--keyword {
	border-color: var(--color-souvenir);
}
.stay-archive .archive-filter-form__field--keyword {
	border-color: var(--color-stay);
}
.model-course-archive .archive-filter-form__field--keyword {
	border-color: var(--color-model-course);
}
.archive-filter-form__field--keyword label {
	background: transparent;
	border: none;
	padding: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #2C2C2C;
	cursor: default;
}
.archive-filter-form__field--keyword label::after {
	display: none;
}
.archive-filter-form__field--keyword input[type="search"],
input[type="date"] {
	flex: 1;
	min-width: 0;
	padding: 0 1em;
	border: none;
	border-radius: var(--radius-full);
	background: transparent;
	font-size: 1rem;
}
input[type="date"] {
	flex: 1;
	min-width: 0;
	padding: 0 1em;
	border: none;
	border-radius: var(--radius-full);
	background: var(--color-white);
	font-size: 1rem;
	color: transparent;
}
/* 値がある時は文字を表示する */
input[type="date"]:not(:placeholder-shown),
input[type="date"]:focus {
  color: var(--color-black);
}
.archive-filter-form__field--keyword input[type="search"]:focus,
input[type="date"]:focus {
	outline: none;
}
.archive-filter-form__field--keyword input[type="search"]::placeholder {
	color: #999;
}
.archive-filter-form__reset {
	display: inline-block;
	flex-shrink: 0;
	padding: 12px 24px;
	border-radius: var(--radius-full);
	background: var(--color-white);
	border: 2px solid var(--gray-200);
	color: #999;
	font-weight: 700;
	font-size: 0.8125rem;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s, border-color 0.2s;
}
.archive-filter-form__reset:hover {
	background: #D0D0D0;
	border-color: #A0A0A0;
}
.archive-filter-form__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	margin: 20px auto -22px;
}
.archive-filter-form__submit {
	position: relative;
	width: 100%;
	max-width: 640px;
	padding: 12px 24px;
	border-radius: var(--radius-full);
	background: var(--color-black);
	color: var(--color-white);
	font-weight: 700;
	font-size: 0.9375rem;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.2s, border-color 0.2s;
}
.archive-filter-form__submit::before {
	position: absolute;
	top: calc(50% - 8px);
	left: 16px;
	width: 20px;
	height: 20px;
	background: url(../images/icon_search_wh.svg) no-repeat center center / contain;
	content: '';
}

@media (max-width: 479px) {
	.archive-filter-form__checkboxes {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 480px) {
	.archive-filter-form__checkboxes {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 768px) {
	.archive__header .archive__title,
	.archive__filters-title {
		font-size: clamp(1.25rem, 1.25rem + 0.75vw, 2rem);
	}
	.souvenir-archive .archive__header .archive__title {
		position: relative;
	}
	.souvenir-archive .archive__header .archive__title::before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100px;
		height: 60px;
		background: url(../images/icon_souvenir_01.svg) no-repeat center center / contain;
		content: '';
	}
	.archive__filters-title {
		margin-bottom: 20px;
	}
	.archive-filter-form {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 16px;
		max-width: var(--max-content-width);
		margin: 0 auto;
		padding: 0;
	}
	.event-archive .archive-filter-form {
		flex-direction: column;
		max-width: 420px;
		margin-left: 0;
	}
	.event-archive .archive-filter-form__row {
		display: flex;
		flex-wrap: wrap;
	}
	.archive-filter-form__row.-filter {
		width: 50%;
		padding-top: 60px;
	}
	.model-course-archive .archive-filter-form__row.-filter {
		width: 20%;
	}
	.archive-filter-form__row .archive-filter-form__field > label {
		width: calc((100% - 16px) / 3);
		padding: 12px 16px;
	}
	.model-course-archive .archive-filter-form__row .archive-filter-form__field > label {
		width: 100%;
	}
	.archive-filter-form__row.-keyword {
		width: calc(50% - 16px);
	}
	.model-course-archive .archive-filter-form__row.-keyword {
		width: calc(80% - 16px);
		max-width: inherit;
	}
	.event-archive .archive-filter-form__row.-keyword,
	.event-archive .archive-filter-form__row.-genre {
		width: 100%;
	}
	.archive-filter-form__field--keyword {
		height: 49px;
	}
	.archive-filter-form__submit {
		padding: 18px 24px;
		font-size: clamp(0.9375rem, 0.9375rem + 0.25vw, 1.25rem);
	}
	.archive-filter-form__submit::before {
		width: 28px;
		height: 28px;
		top: calc(50% - 14px);
		left: 24px;
	}
	.event-archive .archive-filter-form__submit {
		padding-left: 56px;
	}
	.event-archive .archive-filter-form__submit::before {
		left: 16px;
	}
	.archive-filter-form__checkboxes {
		grid-template-columns: 1fr 1fr;
		margin-right: -100%;
	}
	.archive-filter-form__actions {
		margin-bottom: -33px;
	}
}

@media (min-width: 1024px) {
	.archive-filter-form__checkboxes {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

/* イベントアーカイブ */
.event-archive .archive__header .archive__title {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	font-size: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
	line-height: 1.2;
}
.event-archive .archive__header .archive__title .en {
	color: var(--color-white);
	font-family: var(--font-montserrat);
	font-size: clamp(2rem, 1.35rem + 2.67vw, 3.75rem);
	letter-spacing: 0.05em;
	text-shadow:
		1px 1px 0 var(--gray-700), -1px -1px 0 var(--gray-700),
		-1px 1px 0 var(--gray-700),  1px -1px 0 var(--gray-700),
		1px 0 0 var(--gray-700), -1px  0 0 var(--gray-700),
		0 1px 0 var(--gray-700),  0 -1px 0 var(--gray-700);
}
.event-archive .archive-filter-form {
	gap: 12px;
}
.event-archive .archive-filter-form__row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 8px 12px;
}
.event-archive .archive-filter-form__row .archive-filter-form__field {
	flex: 1;
	min-width: 0;
}
.event-archive .archive-filter-form__row .archive-filter-form__field > label {
	position: relative;
	left: auto;
	width: auto;
	display: block;
	margin-bottom: 6px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.4;
	cursor: default;
}
.event-archive .archive-filter-form__row.-keyword .archive-filter-form__field > label {
	margin-bottom: 0;
}
.event-archive .archive-filter-form__field input[type="date"],
.event-archive .archive-filter-form__field select,
.event-archive .archive-filter-form__field--keyword input[type="search"] {
	display: block;
	width: 100%;
	padding: 10px 16px;
	border: 1px solid var(--color-black);
	border-radius: var(--radius-full);
	background: var(--color-white);
	font-size: 0.9375rem;
	appearance: none;
	-webkit-appearance: none;
	background-image: none;
}
.event-archive .archive-filter-form__field input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 1;
	cursor: pointer;
}
.event-archive .archive-filter-form__field input[type="date"]::placeholder,
.event-archive .archive-filter-form__field--keyword input[type="search"]::placeholder {
	color: #757575;
}
.event-archive .archive-filter-form__field select {
	padding-right: 40px;
	background-image: url(../images/icon_arrow_down.svg);
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 12px 7px;
}
.event-archive .archive-filter-form__field--keyword {
	height: auto;
	border: none;
	background: transparent;
	flex-grow: 1;
	min-width: 120px;
}
.event-archive .archive-filter-form__field--keyword label {
	margin-bottom: 6px;
}
.event-archive .archive-filter-form__field--keyword input[type="search"] {
	flex: 1;
	min-width: 0;
}
.event-archive .archive-filter-form__date-sep {
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0 4px;
	font-size: 1rem;
}
.event-archive .archive-filter-form__actions {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 0;
}
.event-archive .archive-filter-form__submit {
	padding-left: 48px;
}
.event-archive .archive-filter-form__submit::before {
	left: 16px;
}

.archive-filter-form__field.is-open > label::after {
	transform: rotate(-180deg);
}
.archive-filter-form__checkboxes {
	padding: 0 24px;
	border-radius: var(--radius-m);
	background: var(--color-white);
}
.archive-filter-form__field.is-open .archive-filter-form__checkboxes {
	display: flex;
	padding-top: 12px;
	padding-bottom: 12px;
	border-width: 2px;
	border-style: solid;
}
.spot-archive .archive-filter-form__field > label,
.spot-archive .archive-filter-form__field.is-open .archive-filter-form__checkboxes {
	border-color: var(--color-spot);
}
.spot-archive .archive-filter-form__field.is-open > label {
	background: var(--color-spot);
}
.experience-archive .archive-filter-form__field > label,
.experience-archive .archive-filter-form__field.is-open .archive-filter-form__checkboxes {
	border-color: var(--color-experience);
}
.experience-archive .archive-filter-form__field.is-open > label {
	background: var(--color-experience);
}
.gourmet-archive .archive-filter-form__field > label,
.gourmet-archive .archive-filter-form__field.is-open .archive-filter-form__checkboxes {
	border-color: var(--color-gourmet);
}
.gourmet-archive .archive-filter-form__field.is-open > label {
	background: var(--color-gourmet);
}
.souvenir-archive .archive-filter-form__field > label,
.souvenir-archive .archive-filter-form__field.is-open .archive-filter-form__checkboxes {
	border-color: var(--color-souvenir);
}
.souvenir-archive .archive-filter-form__field.is-open > label {
	background: var(--color-souvenir);
}
.stay-archive .archive-filter-form__field > label,
.stay-archive .archive-filter-form__field.is-open .archive-filter-form__checkboxes {
	border-color: var(--color-stay);
}
.stay-archive .archive-filter-form__field.is-open > label {
	background: var(--color-stay);
}
.model-course-archive .archive-filter-form__field > label,
.model-course-archive .archive-filter-form__field.is-open .archive-filter-form__checkboxes {
	border-color: var(--color-model-course);
}
.model-course-archive .archive-filter-form__field.is-open > label {
	background: var(--color-model-course);
}

/* グルメアーカイブ, お土産アーカイブ */
.archive-content {
	padding: 12px 0 48px;
}
.archive-content__inner {
	max-width: var(--max-content-width);
	margin: 0 auto;
	padding: 12px var(--container-padding) 24px;
}
.archive-content__intro {
	margin: 0 0 32px;
}
.archive-content__intro-heading {
	font-weight: 700;
	font-size: clamp(1.063rem, 0.973rem + 0.45vw, 1.375rem);
	line-height: 1.64;
}
.archive-content__intro-list {
	margin-top: 1.5rem;
}
.archive-content__intro-list li {
	font-weight: 700;
	font-size: clamp(0.938rem, 0.902rem + 0.18vw, 1.063rem);
	line-height: 1.64;
}
.archive-content__intro-list li:not(:last-child) {
	margin-bottom: 0.25em;
}
.archive-content__intro-list li::before {
	margin-right: 4px;
	content: '-';
}
.archive-content__intro-text {
	margin-top: 1.5rem;
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
	line-height: 1.8;
}
.feature-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
	max-width: 320px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.feature-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.feature-card__figure {
	position: relative;
}
.feature-card__figure::after {
	display: block;
	position: absolute;
	content: '';
}
.-sushi .feature-card__figure::after {
	right: -10px;
	bottom: -12px;
	width: 107px;
	height: 51px;
	background: url(../images/icon_gourmet_sushi.svg) no-repeat center center / contain;
}
.-seafood .feature-card__figure::after {
	bottom: -8px;
	left: calc(50% - 53px);
	width: 107px;
	height: 51px;
	background: url(../images/icon_gourmet_seafood.svg) no-repeat center center / contain;
}
.-ramen .feature-card__figure::after {
	right: -14px;
	bottom: -14px;
	width: 92px;
	height: 87px;
	background: url(../images/icon_gourmet_ramen.svg) no-repeat center center / contain;
}
.feature-card__image {
	display: block;
	width: 100%;
	height: auto;
	border: 2px solid var(--color-black);
	border-radius: var(--radius-full);
	object-fit: cover;
	aspect-ratio: 2 / 1;
}
.feature-card__body {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.feature-card__title {
	margin-top: 0.5em;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.4;
	text-align: center;
}
.feature-card__subtitle {
	display: block;
	font-size: 0.875rem;
}
.feature-card__text {
	margin-top: 1.25rem;
	font-size: 0.8125rem;
	line-height: 1.7;
}
.feature-card__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 1rem;
	padding: 8px 1.5em 8px 2em;
	border-radius: var(--radius-full);
	background: var(--color-black);
	color: var(--color-white);
	font-weight: 700;
	font-size: 0.9375rem;
}
.feature-card__button::after {
	width: 12px;
	height: 12px;
	margin-bottom: 6px;
	border-right: 3px solid var(--color-white);
	border-bottom: 3px solid var(--color-white);
	transform: rotate(45deg);
	transition: transform 0.2s;
	content: '';
}
.feature-card__button-text {
	flex-grow: 1;
}
.feature-card__button-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}
.feature-card__button-icon img {
	display: block;
	width: 12px;
	height: auto;
}

@media (min-width: 768px) {
	.souvenir-archive .archive__content {
		position: relative;
	}
	.souvenir-archive .archive__content::before {
		position: absolute;
		top: -14px;
		right: 0;
		width: 148px;
		height: 101px;
		background: url(../images/icon_souvenir_02.svg) no-repeat center center / contain;
		content: '';
	}
	.archive-content__intro {
		width: 80vw;
		max-width: 740px;
		margin: 0 auto 40px;
		text-align: center;
	}
	.archive-content__intro-list {
		position: relative;
	}
	.archive-content__intro-list::before {
		position: absolute;
		top: calc(50% - 32px);
		left: -54px;
		width: 54px;
		height: 64px;
		background: url(../images/icon_gourmet_01.svg) no-repeat center center / contain;
		content: '';
	}
	.archive-content__intro-list::after {
		position: absolute;
		top: 0;
		right: -74px;
		width: 74px;
		height: 150px;
		background: url(../images/icon_gourmet_02.svg) no-repeat center center / contain;
		content: '';
	}
	.archive-content__intro-text {
		font-size: 0.9375rem;
	}
	.feature-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
		align-items: stretch;
		max-width: inherit;
		margin-right: calc(var(--container-padding) * -1 / 2);
		margin-left: calc(var(--container-padding) * -1 / 2);
	}
	.feature-card {
		height: 100%;
	}
	.gourmet-archive .feature-card__title {
		height: 48px;
	}
	.feature-card__text {
		margin-top: 12px;
	}
}

@media (min-width: 1024px) {
	.souvenir-archive .archive__content::before {
		display: none;
	}
	.souvenir-archive .archive-content__intro-heading {
		position: relative;
	}
	.souvenir-archive .archive__header .archive__title::before {
		position: absolute;
		top: -10px;
		left: -240px;
		width: 132px;
		height: 78px;
		background: url(../images/icon_souvenir_01.svg) no-repeat center center / contain;
		content: '';
	}
	.souvenir-archive .archive-content__intro-heading::after {
		position: absolute;
		top: -60px;
		right: -10vw;
		width: 174px;
		height: 118px;
		background: url(../images/icon_souvenir_02.svg) no-repeat center center / contain;
		content: '';
	}
	.archive-content__inner {
		padding: 24px 0 80px;
	}
	.archive-content__intro-list {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
	}
	.archive-content__intro-list::before {
		top: 0;
		left: -124px;
		width: 72px;
		height: 86px;
	}
	.archive-content__intro-list::after {
		top: -20px;
		right: -164px;
		width: 99px;
		height: 200px;
	}
	.archive-content__intro-list li {
		font-size: 1.125rem;
	}
	.archive-content__intro-text {
		font-size: 1rem;
	}
	.feature-grid {
		width: calc(100% - 40px);
		margin-right: auto;
		margin-left: auto;
		gap: 40px;
	}
	.feature-grid__item {
		max-width: 320px;
	}
	.feature-card__figure {
		border-radius: 160px 160px 0 0;
	}
	.-ramen .feature-card__figure::after {
		right: -20px;
	}
}

@media (min-width: 1096px) {
	.feature-grid {
		width: 100%;
	}
}

/* モデルコースアーカイブ */
.model-course-archive .archive__header {
	margin-top: 100px;
}
.model-course-archive .archive__catch {
	top: -100px;
	background: var(--color-model-course);
}
.model-course-archive .archive__catch::after {
	position: absolute;
	right: 12px;
	bottom: -4px;
	width: 114px;
	height: 48px;
	background: url(../images/icon_model_course.svg) no-repeat center center / contain;
	content: '';
}
.model-course-archive .archive__header,
.model-course-archive .archive__filters {
	background: #DCD5E6;
}

@media (min-width: 768px) {
	.model-course-archive .archive__header {
		margin-top: 140px;
	}
	.model-course-archive .archive__catch {
		top: -140px;
	}
	.model-course-archive .archive__catch::after {
		right: var(--container-padding);
		width: 154px;
		height: 66px;
		transform: translateX(100%);
	}
	.model-course-archive .archive__catch-text {
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.model-course-archive .archive__header {
		margin-top: 200px;
	}
	.model-course-archive .archive__catch {
		top: -200px;
	}
	.model-course-archive .archive__catch::after {
		width: 190px;
		height: 80px;
	}
}

.archive__wrapper {
	padding: 32px calc(var(--container-padding) / 2);
	background: var(--gray-100);
}
.page .archive__wrapper {
	margin-top: 32px;
	background: var(--gray-100);
}
.archive__list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 16px;
	padding: 20px 3vw;
	border-top-right-radius: var(--radius-m);
	border-top-left-radius: var(--radius-m);
	background: var(--color-white);
}
.archive__item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	position: relative;
	width: calc((100% - 16px) / 2);
}
.archive__thumbnail {
	overflow: hidden;
	position: relative;
	border-radius: var(--radius-s);
	background: var(--gray-50);
	aspect-ratio: 4 / 3;
}
.archive__thumbnail img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	max-width: inherit;
	height: 100%;
	transform: translateX(-50%);
}
.archive__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: calc(75% - 20px);
}
.archive__meta .btn-favorite {
	position: static;
}
.archive__item .event__date {
	margin-top: 12px;
	font-size: 0.9375rem;
	line-height: 1.6;
}
.archive__item .archive__title {
	margin-top: 6px;
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.6;
}
.archive__info,
.model-course__duration {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}
.archive__genre,
.single__genre,
.model-course__duration {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	color: var(--gray-700);
	font-size: 0.75rem;
	line-height: 1;
}
.archive__post-type,
.archive__genre-tag,
.single__genre-tag {
	display: inline-block;
	padding: 4px 12px;
	border: 1px solid var(--gray-700);
	border-radius: var(--radius-full);
	background: transparent;
	color: var(--gray-700);
	font-size: 0.675rem;
	line-height: 1;
}
.archive__area,
.single__area {
	display: flex;
	gap: 4px;
	width: 100%;
	color: var(--gray-700);
	font-size: 0.75rem;
	line-height: 1.4;
}
.archive__area svg,
.single__area svg {
	flex-shrink: 0;
}
.archive__area svg {
	margin-top: 4px;
}
.single__area svg {
	margin-left: 1em;
}
.archive__pagination {
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px var(--container-padding);
	border-bottom-right-radius: var(--radius-m);
	border-bottom-left-radius: var(--radius-m);
	background: var(--color-white);
}
.archive__pagination:not(:has(nav)) {
	padding-bottom: 0;
}
.nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--gray-700);
	border-radius: var(--radius-full);
	background: var(--color-white);
	font-size: 0.875rem;
}
.page-numbers.current,
.page-numbers.dots,
.next.page-numbers,
.prev.page-numbers {
	border: 0;
}
.next.page-numbers {
	background: url(../images/icon_next.svg) no-repeat center center / 7px 12px;
	font-size: 0;
}
.prev.page-numbers {
	background: url(../images/icon_prev.svg) no-repeat center center / 7px 12px;
	font-size: 0;
}

.archive__description {
	max-width: 620px;
	margin: 32px auto 0;
	padding: 16px;
	border: 1px solid var(--gray-700);
	border-radius: var(--radius-s);
}
.archive__description-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.4;
}
.archive__description-title-en {
	margin-top: 2px;
	color: #7EABB7;
	font-style: italic;
	font-family: var(--font-montserrat);
	font-size: 0.8125rem;
}
.archive__description-text {
	margin-top: 12px;
	font-weight: 700;
	font-size: 0.8125rem;
	line-height: 1.4;
}

@media (max-width: 479px) {
	.archive__list {
		gap: 24px 12px;
	}
	.archive__item {
		width: calc((100% - 12px) / 2);
	}
	.archive__genre-tag,
	.single__genre-tag {
		padding: 2px 8px;
	}
}

@media (min-width: 768px) {
	.archive__wrapper {
		padding: 60px var(--container-padding);
	}
	.page-search-purpose__links + .archive__wrapper {
		padding-top: 40px;
	}
	.archive__list {
		gap: 24px;
		max-width: 1280px;
		margin: 0 auto;
		padding: 20px var(--container-padding) 40px;
		border-top-right-radius: calc(var(--radius-m) * 2);
		border-top-left-radius: calc(var(--radius-m) * 2);
	}
	.archive__item {
		width: calc((100% - 24px) / 2);
	}
	.archive__thumbnail {
		border-radius: var(--radius-m);
	}
	.archive__item .event__date {
		font-size: 1rem;
	}
	.archive__item .archive__title {
		font-size: clamp(0.9375rem, 0.9375rem + 0.125vw, 1.0625rem);
	}
	.archive__pagination {
		padding-bottom: 40px;
	}
}

@media (min-width: 1024px) {
	.archive__wrapper {
		padding: 80px var(--container-padding);
	}
	.archive__list {
		gap: 32px;
		padding: 40px var(--container-padding) 60px;
	}
	.archive__item {
		width: calc((100% - 64px) / 3);
	}
	.archive__info {
		margin-top: 10px;
	}
	.archive__pagination {
		padding-bottom: 60px;
	}
}

.archive__results-info {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}
.archive__search-condition-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 0.75rem;
}
.archive__search-condition-btn {
	display: flex;
	align-items: center;
	gap: 4px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 2px 3px;
	padding: 5px 10px 5px 5px;
	border: 0;
	border-radius: var(--radius-full);
	box-shadow: none;
	background: var(--gray-100);
	font: inherit;
	font-size: 0.75rem;
	line-height: 1.2;
	text-align: left;
	cursor: pointer;
}
.archive__search-condition-btn::before {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/icon_clear.svg) no-repeat center center / contain;
	content: '';
}
.archive__search-conditions-reset {
	display: inline-flex;
	margin-left: auto;
	padding: 8px 12px;
	border-radius: var(--radius-full);
	background: var(--color-white);
	border: 1px solid var(--gray-200);
	color: #999;
	font-size: 0.75rem;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s, border-color 0.2s;
}
.archive__results-count {
	font-size: 0.8125rem;
}

@media (min-width: 768px) {
	.archive__search-condition-group {
		font-size: 0.8125rem;
	}
	.archive__search-condition-btn {
		gap: 6px;
		padding: 4px 10px 4px 6px;
		font-size: 0.8125rem;
	}
	.archive__search-condition-btn::before {
		width: 14px;
		height: 14px;
	}
	.archive__results-count {
		margin-top: 12px;
		margin-left: auto;
		font-size: 0.9375rem;
	}
}

@media (min-width: 768px) {
	.event-archive .archive__search {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		padding: 20px var(--container-padding) 48px;
	}
	.event-archive .calendar {
		width: 40.54054%;
		max-width: 560px;
		padding: 0;
	}
	.event-archive .archive__filters {
		width: 54.05405%;
		max-width: 420px;
		margin-left: clamp(3rem, 1.893rem + 5.54vw, 6.875rem);
		padding: 0;
	}
}

/*--------------------------------------------------
	詳細ページ
--------------------------------------------------*/
.single__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px var(--container-padding);
	background: var(--color-white);
}
.single__title {
	order: 1;
	max-width: var(--max-content-width);
	margin: 0 auto;
	font-weight: 700;
	font-size: clamp(1.25rem, 1.25rem + 0.75vw, 2rem);
	text-align: center;
}
.single__title-kana {
	display: block;
	font-weight: 500;
	font-size: clamp(0.875rem, 0.875rem + 0.125vw, 1rem);
}
.single__type {
	order: 2;
	margin-top: 12px;
	padding: 4px 1.5em;
	border-radius: var(--radius-full);
	font-size: 0.75rem;
	line-height: 1;
}
.feature-single .single__type {
	background: #CCC;
}
.spot-single .single__type {
	background: var(--color-spot);
}
.experience-single .single__type {
	background: var(--color-experience);
}
.gourmet-single .single__type {
	background: var(--color-gourmet);
}
.souvenir-single .single__type {
	background: var(--color-souvenir);
}
.stay-single .single__type {
	background: var(--color-stay);
}
.event-single .single__type {
	background: var(--color-event);
}
.event .single__type {
	order: 3;
}
.event .single__date {
	order: 2;
	font-weight: 400;
	font-size: 0.875rem;
}
.single__meta.single__meta--top {
	order: 3;
}
.single__favorite-share {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	position: relative;
	margin-left: auto;
}
.single__favorite-share .btn-favorite,
.single__favorite-share .btn-share {
	position: static;
	border: 1px solid #9E9E9E;
	background: #9E9E9E;
}
.single__favorite-share .btn-favorite.is-active {
	border-color: var(--color-favorite);
	background: var(--color-favorite);
}
.single__header .btn-favorite svg path {
	fill: var(--color-white);
}
.single__members-batch {
	display: block;
	text-align: center;
}

@media (min-width: 768px) {
	.single__header {
		padding: 52px var(--container-padding) 20px;
	}
	.single__favorite-share {
		margin-bottom: -32px;
	}
}

@media (min-width: 1024px) {
	.single__header {
		position: relative;
	}
	.single__favorite-share {
		flex-direction: column;
		gap: 24px;
		position: absolute;
		right: var(--container-padding);
		bottom: -96px;
		z-index: 1;
		margin-bottom: 0;
	}
	.single__favorite-button,
	.single__share-button {
		width: 36px;
		height: 36px;
	}
	.single__favorite-button svg {
		width: 16px;
		height: auto;
	}
}

@media (min-width: 1280px) {
	.single__favorite-share {
		right: calc(50% - 528px);
	}
}

.single__gallery {
	position: relative;
	margin: 0 auto;
	padding: 0 3.076923vw 36px;
	background: var(--gray-100);
}
.single__gallery::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 23.076923vw;
	max-height: 230px;
	background: var(--color-white);
	content: '';
}
.single__gallery-main {
	overflow: visible;
	position: relative;
	z-index: 1;
	width: 93.84615vw;
	max-width: 760px;
	margin: 0 auto 20px;
}
.single__gallery-main:has(.single__gallery-caption) {
	margin-bottom: 0;
}
.single__gallery-main .single__gallery-item {
	height: 100%;
}
.single__gallery-main .single__gallery-image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 3 / 2;
}
.single__gallery-main .single__gallery-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.single__gallery-main .single__gallery-caption {
	width: 100%;
	padding: 12px 0 20px;
	font-weight: 500;
	font-size: 0.8125rem;
	line-height: 1.6;
	text-align: center;
}
.single__gallery-thumbnail-wrapper {
	opacity: 0;
	position: relative;
	margin: 0 var(--container-padding);
}
.single__gallery-main.swiper-initialized + .single__gallery-thumbnail-wrapper {
	opacity: 1;
}
.single__gallery-thumbnail .swiper-wrapper {
	justify-content: flex-start;
}
.single__gallery-thumbnail .swiper-slide {
	opacity: 0.5;
	width: calc((100% - 20px) / 3);
	aspect-ratio: 3 / 2;
}
.single__gallery-thumbnail .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.single__gallery-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: var(--radius-s);
}
.single__gallery-thumbnail-wrapper .swiper-button-next,
.single__gallery-thumbnail-wrapper .swiper-button-prev {
	display: flex !important;
	align-items: center;
	justify-content: center;
	top: calc(50% - 16px);
	width: 32px;
	height: 32px;
	margin-top: 0;
	background-color: var(--color-black);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	border: 1px solid var(--color-black);
	border-radius: var(--radius-full);
	cursor: pointer;
	transition: background 0.2s ease;
}
.single__gallery-thumbnail-wrapper .swiper-button-next {
	right: calc(var(--container-padding) * -1);
	background-image: url(../images/icon_arrow_white.svg);
}
.single__gallery-thumbnail-wrapper .swiper-button-prev {
	left: calc(var(--container-padding) * -1);
	background-image: url(../images/icon_arrow_white.svg);
	transform: rotate(180deg);
}
.single__gallery-thumbnail-wrapper .swiper-button-next:after,
.single__gallery-thumbnail-wrapper .swiper-button-prev:after {
	display: none;
}

@media (min-width: 768px) {
	.single__gallery {
		padding: 0 0 56px;
	}
	.single__gallery-main figcaption {
		padding: 12px 0;
		text-align: center;
	}
	.single__gallery-thumbnail-wrapper {
		max-width: 680px;
		margin: 0 auto;
	}
	.single__gallery-thumbnail.swiper {
		margin-top: 16px;
		padding: 0;
	}
	.single__gallery-thumbnail .swiper-slide {
		width: calc((100% - 36px) / 4);
	}
}

.single__information {
	padding: 38px var(--container-padding) 30px;
	background: var(--color-favorite);
}
.single__information-inner {
	position: relative;
	max-width: var(--max-content-width);
	margin: 0 auto;
	padding: 16px 12px 28px;
	border-radius: var(--radius-s);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	background: var(--color-white);
	font-size: 0.875rem;
	line-height: 1.6;
}
.single__information-inner::before {
	position: absolute;
	top: calc(-1.25rem + 3px);
	left: 0;
	width: 100%;
	height: 1.25rem;
	font-family: var(--font-montserrat);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1;
	text-align: center;
	color: var(--color-white);
	content: 'INFORMATION';
}
.single__information-inner::after {
	position: absolute;
	right:8px;
	bottom: -24px;
	width: 77px;
	height: 53px;
	background: url(../images/icon_information.svg) no-repeat center center / contain;
	content: '';
}

@media (min-width: 768px) {
	.single__information {
		padding: 56px var(--container-padding) 64px;
	}
	.single__information-inner {
		padding: 32px 5.925925% 48px;
		font-size: 1rem;
	}
	.single__information-inner::after {
		right: 24px;
		bottom: -48px;
		width: 126px;
		height: 87px;
	}
}

@media (min-width: 1024px) {
	.single__information-inner::after {
		right: 20px;
		width: 146px;
		height: 100px;
	}
}

.single__catchphrase {
	padding: 42px var(--container-padding) 32px;
	background: var(--color-white);
}
.single__catchphrase .wp-block-heading {
	font-weight: 700;
	font-size: clamp(1.25rem, 1.25rem + 0.75vw, 2rem);
	text-align: center;
}

@media (min-width: 768px) {
	.single__catchphrase {
		padding: 80px var(--container-padding);
	}
	.single__catchphrase .wp-block-heading {
		max-width: var(--max-content-width);
		margin: 0 auto;
		font-size: 2rem;
		text-align: center;
	}
}

.single__lead {
	padding: 42px var(--container-padding) 32px;
}
.single-experience .single__lead {
	background: var(--color-experience);
}
.single-gourmet .single__lead {
	background: var(--color-gourmet);
}
.single-souvenir .single__lead {
	background: var(--color-souvenir);
}
.single-stay .single__lead {
	background: var(--color-stay);
}
.single-experience .single__lead {
	position: relative;
	padding-bottom: 32px;
}
.single-experience:not(:has(.single__guide)) .single__lead::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
	background: var(--color-white);
	content: '';
}
.single__lead > * {
	max-width: var(--max-content-width);
	margin: 0 auto;
}
.single-experience .single__lead > *:last-child {
	margin-bottom: 64px;
}
.single__lead h2.wp-block-heading:first-of-type {
	margin-bottom: 32px;
	font-weight: 700;
	font-size: clamp(1.25rem, 1.25rem + 0.75vw, 2rem);
	text-align: center;
}

@media (min-width: 768px) {
	.single-experience .single__lead {
		padding-bottom: 100px;
	}
	.single-experience .single__lead::after {
		height: 48px;
	}
}

@media (min-width: 1024px) {
	.single-experience .single__lead::after {
		height: 58px;
	}
}
.single__highlights {
	position: relative;
	padding: 42px 0 24px;
	background: #B4D75F url(../images/bg_highlights_sp.png) no-repeat left center / cover;
}
.single__highlights::before {
	position: absolute;
	top: -30px;
	left: -16px;
	width: 164px;
	height: 81px;
	background: url(../images/tit_highlights_sp.png) no-repeat center center / contain;
	pointer-events: none;
	content: '';
}
.single__highlights::after {
	position: absolute;
	right: 0;
	bottom: -42px;
	z-index: 1;
	width: 160px;
	height: 161px;
	background: url(../images/img_highlights_sp.png) no-repeat center center / contain;
	pointer-events: none;
	content: '';
}
.single__highlights-inner {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 0 var(--container-padding);
}
.single__highlights-list.swiper {
	overflow: visible;
}
.single__highlights-list .swiper-wrapper {
	align-items: stretch;
}
.single__highlight-item.swiper-slide {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	overflow: hidden;
	width: 68.20512vw;
	max-width: 268px;
	height: auto;
	background: var(--color-white);
	border-radius: var(--radius-m);
}
.single__highlights-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 20px;
}
.highlights__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: var(--color-black);
	border: 1px solid var(--color-black);
	border-radius: var(--radius-full);
	color: var(--color-white);
	cursor: pointer;
	transition: background 0.2s ease;
}
.highlights__nav:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.highlights__nav svg {
	width: 14px;
	height: 14px;
}
.single__highlight-image {
	aspect-ratio: 16 / 11;
}
.single__highlight-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single__highlight-caption {
	flex-grow: 1;
	padding: 12px 20px;
	font-weight: 500;
	font-size: 0.8125rem;
}

@media (min-width: 768px) {
	.single__highlights {
		padding: 12px 0;
		background: var(--color-white) url(../images/bg_highlights_pc.png) repeat-x left bottom / contain;
	}
	.single__highlights::before {
		top: -90px;
		left: 0;
		width: 267px;
		height: 162px;
		background-image: url(../images/tit_highlights_pc.png);
	}
	.single__highlights::after {
		bottom: -68px;
	}
	.single__highlights-list.swiper {
		padding-top: 40px;
	}
	.single__highlight-item.swiper-slide:nth-of-type(even) {
		position: relative;
		top: -40px;
	}
	.single__highlight-caption {
		padding: 16px 24px;
		font-size: 0.875rem;
	}
	.single__highlights-navigation {
		justify-content: flex-end;
		margin-right: 80px;
		margin-left: auto;
	}
}

/* swiper-wrapper の子が3つ以下のとき（4番目が存在しない） */
@media (min-width: 940px) {
	.single__highlights-list.swiper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.single__highlights-list.swiper:has(> .swiper-wrapper:not(:has(> :nth-child(4)))) {
		display: flex;
		justify-content: center;
	}
	.single__highlights-list.swiper .swiper-wrapper:has(> :nth-child(-n+3):last-child) {
		width: fit-content;
	}
	.single__highlights-list.swiper .swiper-wrapper:has(> :nth-child(-n+3):last-child) > :last-child {
		margin-right: 0 !important;
	}
}

@media (min-width: 1024px) {
	.single__highlights-list .swiper-wrapper {
		max-width: var(--max-content-width);
	}
	.single__highlights-navigation {
		gap: 24px;
	}
	.highlights__nav {
		width: 46px;
		height: 46px;
	}
	.highlights__nav svg {
		width: 16px;
		height: 16px;
	}
}

@media (min-width: 1280px) {
	.single__highlight-item.swiper-slide {
		max-width: 320px;
	}
	.single__highlight-caption {
		padding: 20px 32px 24px;
		font-size: 0.9375rem;
	}
}

@media (min-width: 1440px) {
	.single__highlights-inner {
		padding: 0 8vw;
	}
}

.single__guide {
	width: 100%;
	padding: 0 var(--container-padding);
	background: #E4EDCF;
}
.single__guide-profile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	position: relative;
	z-index: 1;
	margin-top: -40px;
	padding: 22px var(--container-padding);
	border-radius: var(--radius-m);
	background: var(--color-white);
}
.single__guide-image {
	position: relative;
	flex: 0 0 auto;
	width: 140px;
}
.single__guide-image img {
	display: block;
	width: 140px;
	height: 140px;
	border-radius: var(--radius-full);
	object-fit: cover;
}
.single__guide-name {
	display: block;
	margin-top: 12px;
	font-size: 0.8125rem;
	line-height: 1.4;
	text-align: center;
}
.single__guide-comment {
	flex: 1 1 auto;
	min-width: 0;
}
.single__guide-comment-title {
	margin: 0 0 12px;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.4;
}
.single__guide-comment-text {
	margin: 0;
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
	line-height: 1.85;
}
.single__guide-destination {
	margin: 80px calc(var(--container-padding) * -1) 0;
	padding: 0 var(--container-padding) 32px;
	background: #B4D75F url(../images/bg_guide.png) no-repeat center center / cover;
}
.single__guide-destination-title {
	position: relative;
	top: -40px;
	font-weight: 700;
	font-size: clamp(1.25rem, 1.25rem + 0.75vw, 2rem);
	line-height: 1.2;
	text-align: center;
}
.single__guide-destination-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	padding-top:36px;
	padding-bottom: 36px;
}
.single__guide-destination-list::before,
.single__guide-destination-list::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: var(--color-white);
	font-weight: 700;
	font-size: 1.5rem;
	font-family: var(--font-montserrat);
	line-height: 1;
	letter-spacing: 0.05em;
	content: '';
}
.single__guide-destination-list::before {
	top: 0;
	content: 'START';
}
.single__guide-destination-list::after {
	bottom: 0;
	content: 'GOAL';
}
.single__guide-destination-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px;
	position: relative;
	padding: 9px 16px;
	border: 1px solid var(--color-spot);
	border-radius: var(--radius-full);
	background: var(--color-white);
	font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
}
.single__guide-destination-item:not(:last-child)::before {
	position: absolute;
	bottom: -22px;
	left: calc(50% - 5px);
	z-index: 0;
	width: 10px;
	height: 22px;
	background: url(../images/icon_arrow_guide.svg) no-repeat center center / contain;
	content: '';
}
.single__guide-destination-note {
	margin-top: 32px;
	font-size: 0.875rem;
	line-height: 1.75;
}

@media (min-width: 768px) {
	.single__guide-profile {
		flex-direction: row;
		gap: 32px;
		max-width: var(--max-content-width);
		margin: -100px auto 0;
		padding: 24px var(--container-padding);
	}
	.single__guide-image {
		width: 142px;
	}
	.single__guide-destination {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 40px 1fr;
		grid-column-gap: 64px;
		position: relative;
		margin-top: 140px;
	}
	.single__guide-destination::before {
		position: absolute;
		top: -64px;
		right: calc(50% - 232px);
		width: 194px;
		height: 208px;
		background: url(../images/icon_guide.svg) no-repeat center center / contain;
		content: '';
	}
	.single__guide-destination-title {
		grid-area: 1 / 1 / 2 / 3;
		top: -48px;
		width: 100%;
		max-width: var(--max-content-width);
		margin: 0 auto;
		text-indent: calc(-50% - 32px);
	}
	.single__guide-destination-list {
		grid-area: 2 / 1 / 3 / 2;
		width: 100%;
		margin-right: 0;
	}
	.single__guide-destination-note {
		grid-area: 2 / 2 / 3 / 3;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 1024px) {
	.single__guide-destination-title {
		text-indent: calc(-400px - 2em);
	}
}

@media (min-width: 1280px) {
	.single__guide-destination::before {
		top: -78px;
		right: inherit;
		left: calc(50% + 78px);
		width: 232px;
		height: 250px;
	}
}

.single__content {
	padding: 48px var(--container-padding);
	font-size: clamp(0.875rem, 0.875rem + 0.1875vw, 1.0625rem);
	line-height: 1.8;
}
.single__content h2 {
	font-weight: 700;
	font-size: 1.5em;
}
.single__content h3,
.single__lead h3 {
	font-weight: 700;
	font-size: 1.25em;
}
.single__content h4,
.single__lead h4 {
	font-weight: 700;
	font-size: 1.125em;
}
.single__content p + p,
.single__lead p + p,
.single__lead > div + div {
	margin-top: 1.8em !important;
}
.single__content ul,
.single__content ol,
.single__lead ul,
.single__lead ol {
	margin-top: 1.8em !important;
}
.single__content ul li,
.single__content ol li,
.single__lead ul li,
.single__lead ol li {
	padding-left: 1em;
	text-indent: -1em;
}
.single__content ul li::before,
.single__lead ul li::before {
	font-weight: 700;
	content: '・';
}
.single__content ol li::before,
.single__lead ol li::before {
	font-weight: 700;
	content: counter(list-item) ". ";
}
.single__content > .wp-block-columns,
.single__content > .wp-block-buttons,
.single__content > *:not(.wp-block-columns) {
	margin-top: 2em;
}
.single__content .wp-block-image.is-landscape {
	aspect-ratio: 3 / 2;
}
.single__content .wp-block-image.is-portrait {
	width: 80%;
	margin: 0 auto;
	aspect-ratio: 9 / 16;
	text-align: center;
}
.single__content .wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--radius-m);
}
.single__content .wp-element-caption {
	font-size: 0.75rem;
	line-height: 1.6;
}
.single__content > .wp-block-image .wp-element-caption {
	text-align: center;
}
.single__content .wp-block-buttons {
	gap: 24px;
}
.single__content .wp-block-buttons .wp-block-button {
	width: 83.58974vw;
	max-width: 568px;
	margin: 0 auto;
}
.single__content .wp-block-buttons .wp-block-button__link {
	position: relative;
	padding: 12px 8px 12px 1.2em;
	background: var(--gray-700);
	font-size: 1rem;
	text-align: left;
}
.single__content .wp-block-buttons .wp-block-button__link::before {
	margin-right: 6px;
	content: '●';
}
.single__content .wp-block-buttons .wp-block-button__link[href*="spot"]::before {
	color: var(--color-spot);
}
.single__content .wp-block-buttons .wp-block-button__link[href*="experience"]::before {
	color: var(--color-experience);
}
.single__content .wp-block-buttons .wp-block-button__link[href*="gourmet"]::before {
	color: var(--color-gourmet);
}
.single__content .wp-block-buttons .wp-block-button__link[href*="souvenir"]::before {
	color: var(--color-souvenir);
}
.single__content .wp-block-buttons .wp-block-button__link[href*="stay"]::before {
	color: var(--color-stay);
}
.single__content .wp-block-buttons .wp-block-button__link[href*="model-course"]::before {
	color: var(--color-model-course);
}
.single__content .wp-block-buttons .wp-block-button__link[href*="event"]::before {
	color: var(--color-event);
}
.single__content .wp-block-buttons .wp-block-button__link[href*="feature"]::before,
.single__content .wp-block-buttons .wp-block-button__link[href*="#"]::before {
	color: #CCCCCC;
}
.single__content .wp-block-buttons .wp-block-button__link::after {
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	right: 20px;
	width: 18px;
	height: 18px;
	background: url(../images/icon_link.svg) no-repeat center center / contain;
	content: '';
}
.single__content .wp-block-embed {
	margin-right: auto;
	margin-left: auto;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.is-provider-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	position: relative;
	max-width: 640px !important;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.wp-block-embed.is-type-video.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-block-embed.is-provider-youtube.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
	position: relative;
	max-width: 360px !important;
	padding-bottom: 177.77778%;
	height: 0;
	overflow: hidden;
}
.wp-block-embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
article table td a {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.single__content {
		padding: 64px 4.6875vw;
	}
	.single__content > *:not(.wp-block-columns) {
		max-width: 780px;
		margin: 0 auto;
	}
	.single__content > .wp-block-embed.is-type-video.wp-embed-aspect-16-9,
	.single__content > .wp-block-embed.is-provider-youtube.wp-embed-aspect-16-9 {
		max-width: 640px !important;
	}
	.single__content > .wp-block-embed.is-type-video.wp-embed-aspect-9-16,
	.single__content > .wp-block-embed.is-provider-youtube.wp-embed-aspect-9-16 {
		max-width: 360px !important;
	}
	.single__content .wp-block-columns,
	.single__content .wp-block-buttons,
	.single__content > *:not(.wp-block-columns) {
		margin-top: 78px;
	}
	.single__content h2.wp-block-heading {
		font-size: 1.75rem;
	}
	.single__content .wp-block-image img {
		border-radius: var(--radius-m);
	}
	.single__content .wp-block-columns {
		max-width: var(--max-content-width);
		margin: 40px auto;
	}
	.single__content .wp-block-columns:last-of-type {
		margin-bottom: 0;
	}
}

.single__facility,
.single__info {
	padding: 20px 3.076923vw 38px;
}
.single__info {
	background: #FFF58680;
}
.event .single__info {
	background: #D9EBF6;
}
.single__facility > h2,
.single__basic-info-title,
.single__event-info-title,
.single__product-title {
	margin-bottom: 12px;
	font-size: 1.25rem;
	text-align: center;
}
.single__facility .facility,
.single__basic-info,
.single__event-info,
.single__product {
	padding: 24px 2.45901% 32px;
	border-radius: var(--radius-m);
	background: var(--color-white);
}
.facility-info-table,
.single__basic-info-table,
.single__event-info-table,
.single__product-table {
	width: 100%;
}
.facility-info-table th,
.facility-info-table td,
.single__basic-info-table th,
.single__basic-info-table td,
.single__event-info-table th,
.single__event-info-table td,
.single__product-table th,
.single__product-table td {
	padding: 10px 4px;
	border-top: 1px solid var(--gray-100);
	border-bottom: 1px solid var(--gray-100);
	font-size: 0.875rem;
	line-height: 1.8;
	word-break: break-all;
}
.facility-info-table th,
.single__basic-info-table th,
.single__event-info-table th,
.single__product-table th {
	font-weight: 700;
	white-space: nowrap;
}
.access-item {
	display: flex;
	align-items: flex-start;
}
.access-icon {
	flex-shrink: 0;
	margin: -2px 4px 0 0;
}
.access-icon img {
	width: 21px;
	height: 21px;
}
.facility-info-table td a:has(img),
.single__basic-info-table td a:has(img),
.single__event-info-table td a:has(img),
.single__product-table td a:has(img) {
	display: inline-block;
	margin-right: 16px;
}
.facility-map {
	overflow: hidden;
	position: relative;
	margin-top: 24px;
	aspect-ratio: 5 / 4;
}
.facility-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.facility-tags,
.single__conditions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}
.facility-tag,
.single__condition-tag {
	display: inline-block;
	padding: 4px 12px;
	border: 1px solid var(--gray-500);
	border-radius: calc(var(--radius-s) / 3 * 2);
	background: transparent;
	color: var(--gray-700);
	font-size: 0.75rem;
	line-height: 1;
}
.facility-file,
.facility-link,
.single__flyer,
.single__external-link {
	display: flex;
	justify-content: center;
	width: 83.58974vw;
	margin: 24px auto 0;
}
.facility-file + .facility-link,
.single__flyer + .single__external-link {
	margin-top: 12px;
}
.facility-file a,
.facility-link a,
.single__flyer a,
.single__external-link a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-width: 20em;
	padding: 12px 8px 12px 1.2em;
	border-radius: var(--radius-full);
	line-height: 1.4;
}
.facility-file a,
.single__flyer a {
	border: 1px solid #E9612D;
	background: #E9612D;
	color: var(--color-white);
}
.facility-link a,
.single__external-link a {
	border: 1px solid var(--gray-700);
	background: var(--color-white);
	color: var(--gray-700);
}
.facility-file a::after,
.single__flyer a::after {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 1em;
	padding: 4px 8px;
	border-radius: var(--radius-full);
	background: rgba(255, 255, 255, 0.2);
	color: var(--color-white);
	font-family: var(--font-montserrat);
	font-size: 0.8125rem;
	line-height: 1;
	content: '';
}
.facility-file a[href$=".pdf"]::after,
.single__flyer a[href$=".pdf"]::after {
	content: 'PDF';
}
.facility-file a[href$=".docx"]::after,
.single__flyer a[href$=".docx"]::after {
	content: 'DOCX';
}
.facility-file a[href$=".doc"]::after,
.single__flyer a[href$=".doc"]::after {
	content: 'DOC';
}
.facility-file a[href$=".xlsx"]::after,
.single__flyer a[href$=".xlsx"]::after {
	content: 'XLSX';
}
.facility-file a[href$=".xls"]::after,
.single__flyer a[href$=".xls"]::after {
	content: 'XLS';
}
.facility-link a::after,
.single__external-link a::after {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-right: 0.5em;
	background: url(../images/icon_blank_gr.svg) no-repeat center center / contain;
	content: '';
}

.single__footer {
	padding: 0 var(--container-padding) 64px;
}
.single__footer-info {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 18px 12px;
	border-radius: var(--radius-s);
	background: var(--gray-100);
}
.single__back-link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
}
.single__back-link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 54px;
	border: 1px solid var(--color-black);
	border-radius: var(--radius-full);
	background: var(--color-black);
	color: var(--color-white);
	font-weight: 700;
	font-size: 1rem;
}
.single__back-link-button::after {
	position: absolute;
	top: calc(50% - 8px);
	left: 24px;
	width: 16px;
	height: 16px;
	background: url(../images/icon_arrow_white.svg) no-repeat center center / contain;
	transform: rotate(180deg);
	content: '';
}

@media (min-width: 768px) {
	.single__facility .facility,
	.single__basic-info,
	.single__event-info,
	.single__product {
		max-width: var(--max-content-width);
		margin: 0 auto;
		padding: 40px 2.45901%;
		border-radius: calc(var(--radius-m) * 2);
	}
	.single__facility > h2,
	.single__basic-info-title,
	.single__event-info-title,
	.single__product-title {
		font-size: 1.375rem;
	}
	.facility-content,
	.single__basic-info > *,
	.single__event-info > *,
	.single__product > * {
		max-width: 780px;
		margin: 0 auto;
	}
	.facility-info-table th,
	.facility-info-table td,
	.single__basic-info-table th,
	.single__basic-info-table td,
	.single__event-info-table th,
	.single__event-info-table td {
		padding: 18px 10px 12px;
	}
	.facility-info-table th,
	.single__basic-info-table th,
	.single__event-info-table th {
		width: 20%;
	}
	.access-icon {
		margin-right: 6px;
	}
	.facility-tag {
		padding: 8px 16px;
	}
	.facility-map {
		aspect-ratio: 2 / 1;
	}
	.facility-file,
	.facility-link,
	.single__flyer,
	.single__external-link {
		width: 100%;
		max-width: 400px;
		margin-top: 40px;
	}
	.facility-file + .facility-link,
	.single__flyer + .single__external-link {
		margin-top: 20px;
	}
	.facility-file a,
	.facility-link a,
	.single__flyer a,
	.single__external-link a {
		min-width: 100%;
		padding: 16px 8px 16px 1.2em;
	}
	.facility-file a::after,
	.single__flyer a::after {
		padding: 8px 12px;
	}
	.single__footer > * {
		max-width: 780px;
		margin: 0 auto;
	}
	.single__footer-info {
		padding: 20px;
		border-radius: var(--radius-m);
	}
	.single__back-link {
		margin-top: 40px;
	}
	.single__back-link-button {
		width: 100%;
		max-width: 520px;
		height: 64px;
		font-size: 1rem;
	}
	.single__back-link-button::after {
		top: calc(50% - 10px);
		left: 28px;
		width: 20px;
		height: 20px;
	}
}

.single__samurai {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 38px 0 12px;
}
.single__samurai-booking {
	width: 100%;
}
.single__samurai-booking-link {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 8px 12px;
	width: 100%;
	min-height: 56px;
	padding: 14px 20px 14px 18px;
	border-radius: 100px;
	border: 1px solid var(--color-black);
	background: var(--color-black);
	color: var(--color-white);
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.35;
	text-align: center;
}
.single__samurai-booking-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
}
.single__samurai-booking-icon img {
	display: block;
	width: 28px;
	height: 28px;
	object-fit: contain;
}
.single__samurai-booking-label {
	justify-self: center;
	text-align: center;
}
.single__samurai-booking-arrow {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	background: url(../images/icon_arrow_white.svg) no-repeat center center / contain;
}
.single__samurai-guide {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
.single__samurai-guide-link,
.single__samurai-faq-link {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	gap: 8px;
	position: relative;
	min-width: 0;
	padding: 12px 8px 12px 1.2em;
	border-radius: 100px;
	border: 1px solid var(--color-black);
	background: var(--color-white);
	color: var(--color-black);
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.35;
}
.single__samurai-sub-label {
	flex: 1;
	min-width: 0;
}
.single__samurai-sub-arrow {
	position: absolute;
	top: 50%;
	right: 16px;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background: url(../images/icon_arrow_black.svg) no-repeat center center / contain;
}

@media (min-width: 768px) {
	.single__samurai {
		width: 71.969697%;
		max-width: 760px;
		margin: 0 auto;
		gap: 24px;
		padding: 48px 0 20px;
	}
	.single__samurai-guide {
		gap: 16px;
	}
	.single__samurai-booking-link {
		height: 64px;
	}
	.single__samurai-guide-link,
	.single__samurai-faq-link {
		height: 56px;
		text-align: center;
		text-indent: -1em;
	}
}

@media (min-width: 1024px) {
	.single__samurai {
		gap: 40px;
	}
	.single__samurai-booking-link {
		height: 78px;
		font-size: 1.25rem;
	}
	.single__samurai-guide-link,
	.single__samurai-faq-link {
		text-indent: 0;
	}
}

/*--------------------------------------------------
	周辺おすすめスライダー
--------------------------------------------------*/
.single__nearby-spots,
.single__nearby-gourmets,
.single__relation-shops,
.page__relation {
	padding: 40px var(--container-padding) 24px;
}
.single__nearby-spots {
	background: var(--color-spot);
}
.single__nearby-gourmets {
	background: var(--color-gourmet);
}
.single__relation-shops {
	background: var(--color-souvenir);
}
.page__relation-recommend_souvenirs {
	background: var(--color-souvenir);
}
.page__relation-recommend_stays {
	background: var(--color-stay);
}
.page__relation-recommend_feature {
	background: var(--color-white);
}

.single__nearby-spots-inner,
.single__nearby-gourmets-inner,
.single__relation-shops-inner,
.page__relation-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: var(--max-content-width);
}
.single__nearby-spots-title,
.single__nearby-gourmets-title,
.single__relation-shops-title,
.page__relation-title {
	font-weight: 700;
	font-size: clamp(1.125rem, 1.079rem + 0.19vw, 1.25rem);
}
.single__nearby-spots-button,
.single__nearby-gourmets-button,
.single__relation-shops-button,
.page__relation-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: fit-content;
	height: 38px;
	padding: 0 12px 0 24px;
	border: 1px solid var(--color-black);
	border-radius: var(--radius-full);
	background: var(--color-black);
	color: var(--color-white);
	font-weight: 700;
	font-size: 0.875rem;
}
.single__nearby-spots-button::after,
.single__nearby-gourmets-button::after,
.single__relation-shops-button::after,
.page__relation-button::after {
	width: 16px;
	height: 16px;
	background: url(../images/icon_arrow_white.svg) no-repeat center center / contain;
	content: '';
}
.single__nearby-spots-list,
.single__nearby-gourmets-list,
.single__relation-shops-list,
.page__relation-list {
	width: 100vw;
	margin: 0 calc(var(--container-padding) * -1) !important;
	padding: 0 var(--container-padding) !important;
}

@media (min-width: 768px) {
	.single__nearby-spots-inner,
	.single__nearby-gourmets-inner,
	.single__relation-shops-inner,
	.page__relation-inner {
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.single__nearby-spots-button,
	.single__nearby-gourmets-button,
	.single__relation-shops-button,
	.page__relation-button {
		justify-content: space-between;
		min-width: 188px;
		margin-left: auto;
	}
}

.single__nearby-spots-list,
.single__nearby-gourmets-list,
.single__relation-shops-list,
.page__relation-list {
	padding-right: var(--container-padding);
	padding-left: var(--container-padding);
}
.single__nearby-spots-list .swiper-wrapper,
.single__nearby-gourmets-list .swiper-wrapper,
.single__relation-shops-list .swiper-wrapper,
.page__relation-list .swiper-wrapper {
	height: fit-content;
}
/* model-course__slider / experience__slider と同一仕様 */
.single__nearby-spots-list .single__nearby-spots-item,
.single__nearby-gourmets-list .single__nearby-gourmets-item,
.single__relation-shops-list .single__relation-shops-item,
.page__relation-list .page__relation-item {
	position: relative;
	flex-shrink: 0;
	width: auto;
	height: fit-content;
}
.single__nearby-spots-item a,
.single__nearby-gourmets-item a,
.single__relation-shops-item a,
.page__relation-item a {
	display: block;
	width: 268px;
}
.single__nearby-spots-thumbnail,
.single__nearby-gourmets-thumbnail,
.single__relation-shops-thumbnail,
.page__relation-thumbnail {
	position: relative;
	border-radius: var(--radius-m);
	overflow: hidden;
	aspect-ratio: 4 /3;
}
.single__nearby-spots-thumbnail img,
.single__nearby-gourmets-thumbnail img,
.single__relation-shops-thumbnail img,
.page__relation-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single__nearby-spots-item .single__nearby-spots-title,
.single__nearby-gourmets-item .single__nearby-gourmets-title,
.single__relation-shops-item .single__relation-shops-title,
.page__relation-item .page__relation-title {
	margin-top: 12px;
	font-weight: 700;
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
	line-height: 1.71;
}
.single__nearby-spots-navigation,
.single__nearby-gourmets-navigation,
.single__relation-shops-navigation,
.page__relation-navigation {
	display: flex;
	align-items: center;
	position: relative;
	gap: 24px;
	margin-top: 40px;
}
.nearby-spots__nav,
.nearby-gourmets__nav,
.nearby-shops__nav,
.relation__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: var(--color-black);
	border: 1px solid var(--color-black);
	border-radius: var(--radius-full);
	cursor: pointer;
	transition: background 0.2s ease;
}
.nearby-spots__nav:disabled,
.nearby-gourmets__nav:disabled,
.nearby-shops__nav:disabled,
.relation__nav:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.nearby-spots__nav svg,
.nearby-gourmets__nav svg,
.nearby-shops__nav svg,
.relation__nav svg {
	width: 14px;
	height: 14px;
}
.nearby-spots__pagination,
.nearby-gourmets__pagination,
.nearby-shops__pagination,
.relation__pagination {
	display: flex;
	align-items: center;
	gap: 32px;
}
.nearby-spots__pagination-text,
.nearby-gourmets__pagination-text,
.nearby-shops__pagination-text,
.relation__pagination-text {
	font-size: 0.875rem;
	font-weight: 500;
	white-space: nowrap;
}
.nearby-spots__progress,
.nearby-gourmets__progress,
.nearby-shops__progress,
.relation__progress {
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(0, 0, 0, 0.16);
	overflow: hidden;
}
.nearby-spots__progress-bar,
.nearby-gourmets__progress-bar,
.nearby-shops__progress-bar,
.relation__progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: var(--color-black);
	transition: width 0.3s ease;
}

@media (max-width: 374px) {
	.single__nearby-spots-item,
	.single__nearby-gourmets-item,
	.single__relation-shops-item,
	.page__relation-item {
		width: 80vw;
	}
}

@media (min-width: 768px) {
	.single__nearby-spots-item a,
	.single__nearby-gourmets-item a,
	.single__relation-shops-item a,
	.page__relation-item a {
		width: calc((100vw - 80px) / 3);
	}
	.nearby-spots__pagination,
	.nearby-gourmets__pagination,
	.nearby-shops__pagination,
	.page__relation-pagination {
		flex-grow: 1;
	}
	.single__nearby-spots-navigation,
	.single__nearby-gourmets-navigation,
	.single__relation-shops-navigation,
	.page__relation-navigation {
		max-width: 940px;
		margin: 20px auto 0;
	}
	.nearby-spots__nav,
	.nearby-gourmets__nav,
	.nearby-shops__nav,
	.relation__nav {
		width: 46px;
		height: 46px;
	}
	.nearby-spots__progress,
	.nearby-gourmets__progress,
	.nearby-shops__progress,
	.relation__progress {
		position: relative;
		top: inherit;
		left: inherit;
	}
}

@media (min-width: 1024px) {
	.single__nearby-spots,
	.single__nearby-gourmets,
	.single__relation-shops,
	.page__relation {
		padding: 40px 0;
	}
	h2.single__nearby-spots-title,
	h2.single__nearby-gourmets-title,
	h2.single__relation-shops-title,
	h2.page__relation-title {
		margin-left: 40px;
	}
	.single__nearby-spots-button,
	.single__nearby-gourmets-button,
	.single__relation-shops-button,
	.page__relation-button {
		margin-right: 40px;
	}
	.single__nearby-spots-list,
	.single__nearby-gourmets-list,
	.single__relation-shops-list,
	.page__relation-list {
		width: 90vw;
		max-width: calc(var(--max-content-width) - 40px);
		margin: 0 auto !important;
		padding: 0 !important;
	}
	.single__nearby-spots-list .single__nearby-spots-item,
	.single__nearby-gourmets-list .single__nearby-gourmets-item,
	.single__relation-shops-list .single__relation-shops-item,
	.page__relation-list .page__relation-item {
		width: auto;
	}
	.single__nearby-spots-item a,
	.single__nearby-gourmets-item a,
	.single__relation-shops-item a,
	.page__relation-item a {
		width: calc((90vw - 48px) / 3);
		max-width: 324px;
	}
	.nearby-spots__nav,
	.nearby-gourmets__nav,
	.nearby-shops__nav,
	.relation__nav {
		width: 46px;
		height: 46px;
	}
}

@media (min-width: 1128px) {
	.single__nearby-spots-item a,
	.single__nearby-gourmets-item a,
	.single__relation-shops-item a,
	.page__relation-item a {
		width: calc((calc(var(--max-content-width) - 40px) - 48px) / 3);
	}
}

@media (min-width: 1024px) and (hover: hover) {
	.nearby-spots__nav:hover,
	.nearby-gourmets__nav:hover,
	.nearby-shops__nav:hover,
	.relation__nav:hover {
		background: var(--color-white);
	}
	.single__nearby-spots-navigation:hover svg path,
	.single__nearby-gourmets-navigation:hover svg path,
	.single__relation-shops-navigation:hover svg path,
	.page__relation-navigation:hover svg path {
		fill: var(--color-black);
	}
}

/*--------------------------------------------------
	スピニーページ
--------------------------------------------------*/
.page-spinnie .page__header,
.feature-single--spinnie .single__header {
	background: url(../images/img_spinnie.jpg) no-repeat center center / cover;
	max-width: var(--max-content-width);
	margin: 0 auto;
	padding-top: 4vw;
	aspect-ratio: 8 /5;
}
.page-spinnie .page__title,
.feature-single--spinnie .single__title {
	font-weight: 500;
}
.page-spinnie .page__title {
	padding: 0;
	border-radius: 0;
	background: transparent;
}
.page__author,
.single__author {
	order: 2;
}
.page-spinnie .page__content p,
.feature-single--spinnie .single__content p {
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
}
.spinnie-toc {
	width: 100%;
	margin-top: 0 !important;
	margin-bottom: 4rem;
	padding: 24px;
	border-radius: calc(var(--radius-s) * 2);
	background: var(--color-white);
}
.spinnie-toc .wp-block-columns {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}
.spinnie-toc .wp-block-columns > .wp-block-column:nth-child(1) {
	flex-shrink: 0;
	flex-grow: 0;
	font-weight: 700;
	font-size: 0.875rem;
}
.spinnie-toc .wp-block-columns > .wp-block-column {
	flex-basis: inherit !important;
}
.spinnie-toc h1.wp-block-heading {
	margin-bottom: 0.5em;
	font-weight: 700;
	font-size: clamp(1.125rem, 1.018rem + 0.54vw, 1.5rem);
}
.spinnie-toc h1 + p {
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
	line-height: 1.8;
}
.spinnie-toc ol {
	margin-top: 1em !important;
}
.spinnie-toc a {
	text-decoration: underline;
}
.feature-single--spinnie h2.wp-block-heading {
	margin-bottom: 24px;
}
.feature-single--spinnie .wp-block-image {
	margin-bottom: 2em;
}
.feature-single--spinnie .wp-block-image:not(:first-of-type) {
	margin-top: 3em;
}
.feature-single--spinnie .wp-block-heading {
	margin-bottom: 1em;
}
.wp-block-group.shopdata {
	width: 100%;
	padding: 24px;
	border-radius: calc(var(--radius-s) * 2);
	background: var(--color-white);
}
.feature-single--spinnie .wp-block-group.shopdata .wp-block-image,
.wp-block-group.shopdata .wp-block-columns {
	margin-bottom: 0;
}
.wp-block-group.shopdata a {
	text-decoration: underline;
}
.page-spinnie .wp-block-group {
	margin: 48px var(--container-padding) 0;
	padding: 24px;
	border-radius: calc(var(--radius-s) * 2);
	background: var(--color-white);
}
.page-spinnie .wp-block-group h2.wp-block-heading {
	margin-bottom: 0.5em;
	font-weight: 700;
	font-size: clamp(1.0625rem, 1.009rem + 0.27vw, 1.25rem);
}
.page-spinnie .wp-block-group .wp-block-columns {
	margin-bottom: 0;
}
.page-spinnie .wp-block-group .wp-block-columns + p {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid var(--gray-100);
	color: var(--gray-700);
	font-family: var(--font-montserrat);
	line-height: 1.6;
}
.page-spinnie__features {
	margin: 48px var(--container-padding) 64px;
}
.page-spinnie__features > .page-spinnie__features-title {
	margin-bottom: 1em;
	font-size: clamp(1.125rem, 1.036rem + 0.36vw, 1.375rem);
	text-align: center;
}
.page-spinnie__features-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 42px 20px;
}
.page-spinnie__features-item {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: 0;
}
.page-spinnie__features-thumbnail {
	aspect-ratio: 3 / 2;
}
.page-spinnie__features-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--radius-m);
}
.page-spinnie__features-item .page-spinnie__features-title {
	margin-top: 0.5em;
	font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
	text-align: center;
}

@media (min-width: 768px) {
	.spinnie-toc {
		max-width: 780px;
		margin: 0 auto;
		padding: 32px 40px;
	}
	.single__content .spinnie-toc .wp-block-columns {
		margin-top: 0;
	}
	.spinnie-toc .wp-block-columns > .wp-block-column:nth-child(1) {
		flex-grow: inherit;
	}
	.spinnie-toc .wp-block-columns > .wp-block-column:nth-child(2) {
		flex-grow: inherit;
		padding-left: 24px;
		border-left: 1px solid var(--gray-100);
	}
	.wp-block-group.shopdata .wp-block-columns {
		flex-wrap: nowrap !important;
		margin-top: 0;
	}
	.page-spinnie .wp-block-group {
		width: calc(100% - var(--container-padding) * 2);
		max-width: 780px;
		margin: 64px auto 0;
	}
	.page-spinnie .wp-block-group .wp-block-columns {
		flex-wrap: nowrap !important;
		align-items: flex-end !important;
	}
	.page-spinnie .wp-block-group .wp-block-columns .wp-block-column:last-of-type {
		flex-basis: 0;
		flex-grow: 0.6;
	}
	.page-spinnie__features-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 28px;
		max-width: 760px;
		margin: 0 auto;
	}
}

@media (min-width: 960px) {
	.page-spinnie .page__header,
	.feature-single--spinnie .single__header {
		border-radius: calc(var(--radius-m) * 2);
	}
}


/*--------------------------------------------------
	エリアから探す：エリアガイド（page-search-area）
--------------------------------------------------*/
.page-search-area__guide {
	padding: 32px var(--container-padding) 40px;
}
.page-search-area__guide-title {
	font-weight: 700;
	font-size: clamp(1.125rem, 1.036rem + 0.36vw, 1.375rem);
	line-height: 1.35;
	text-align: center;
}
.page-search-area__guide-map {
	display: block;
	overflow: hidden;
	margin: 0 0 28px;
	padding: 0;
	border-radius: clamp(28px, 6vw, 48px);
	background: var(--color-white);
	line-height: 0;
}
.page-search-area__guide-map img {
	display: block;
	width: 100%;
	height: auto;
}

/* スマホ時: スクロールヒント（左右に動くアニメーション） */
.search-area__map-scroll-hint {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: calc(50% - 36px);
	left: calc((720px - 100vw) / 2);
	z-index: 2;
	width: 100%;
	height: 72px;
	pointer-events: none;
}
.search-area__map-scroll-hint {
	left: 0;
}
.search-area__map-scroll-hint.is-hidden {
	animation: none;
	opacity: 0;
	visibility: hidden;
}
.search-area__map-scroll-hint img {
	animation: access-scroll-hint-move 2s ease-in-out infinite;
	transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
@keyframes access-scroll-hint-move {
	0%,
	100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(-10px);
	}
}
.search-area__map-scroll-hint img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: contain;
}
.search-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	margin-top: 64px;
}

/* エリアマップ */
.search-area__map {
	position: relative;
	width: 100%;
	margin: 32px auto 0;
}
.search-area__map-wrapper {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.search-area__map-wrapper::-webkit-scrollbar {
	display: none;
}
.search-area__map-image {
	display: block;
	position: relative;
	width: 240vw;
	max-width: 1280px;
}
.search-area__map-link {
	position: absolute;
	top: 0;
	left: 0;
	height: 4.44444%;
	background: transparent;
	font-size: 0;
}
.search-area__map-link.-central {
	top: 37.22222%;
	left: 65.625%;
	width: 20%;
}
.search-area__map-link.-bay {
	top: 9.81481%;
	left: 30.20833%;
	width: 16.04166%;
}
.search-area__map-link.-kureha {
	top: 45.55555%;
	left: 21.25%;
	width: 6.25%;
}
.search-area__map-link.-fuchu-yatsuo {
	top: 75.74074%;
	left: 22.29166%;
	width: 14.47916%;
}
.search-area__map-link.-oyama {
	top: 72.59259%;
	left: 70.625%;
	width: 6.25%;
}
.search-area__map-link.-osawano-hosori {
	top: 65.18518%;
	left: 42.29166%;
	width: 11.5625%;
}
.search-area__map-image img {
	display: block;
	width: 100%;
	height: auto;
}
.search-area__map-nav {
	display: none !important;
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	gap: 24px;
	pointer-events: none;
}
.search-area__map-prev,
.search-area__map-next {
	pointer-events: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: none;
	border-radius: 50%;
	background: var(--color-black);
	color: var(--color-white);
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: background 0.3s, color 0.3s;
}
.search-area__map-prev:hover,
.search-area__map-next:hover {
	background: var(--color-black);
	color: var(--color-white);
}

@media (min-width: 768px) {
	.search-area {
		margin-bottom: 48px;
	}
	.search-area__map {
		min-width: auto;
		width: 100%;
	}
	.search-area__map-wrapper {
		overflow-x: visible;
		border-radius: calc(var(--radius-s) * 2);
	}
	.search-area__map-image {
		width: 100%;
		max-width: inherit;
	}
	.search-area__map img {
		max-width: none;
		min-width: auto;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: calc(var(--radius-s) * 2);
	}
	.search-area__map-nav {
		display: none;
	}
}

@media (min-width: 960px) {
	.search-area__map img {
		border-radius: calc(var(--radius-m) * 2);
	}
}

@media (min-width: 1024px) {
	.search-area__map {
		max-width: 1280px;
		margin: 48px auto 0;
	}
}

.page-search-area__guide-copy {
	margin-top: 24px;
	text-align: center;
}
.page-search-area__guide-heading {
	margin: 0 0 12px;
	font-weight: 700;
	font-size: clamp(1.25rem, 1.25rem + 0.75vw, 2rem);
}
.page-search-area__guide-lead {
	margin: 0 0 16px;
	font-weight: 700;
	font-size: clamp(0.9375rem, 0.884rem + 0.22vw, 1.0625rem);
	line-height: 1.5;
}
.page-search-area__guide-text {
	margin: 0;
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
	line-height: 1.75;
}

@media (min-width: 768px) {
	.page-search-area__guide-copy {
		margin-top: 32px;
	}
}

/*--------------------------------------------------
	エリアから探す：エリアカード一覧
--------------------------------------------------*/
.page-search-area__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: var(--max-content-width);
	margin: 0 auto;
	padding: 48px var(--container-padding);
}
.page-search-area__item {
	overflow: hidden;
	border: 1px solid var(--color-black);
	border-radius: var(--radius-m);
	background: var(--color-white);
}
.page-search-area__item-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px 20px 28px;
}
.page-search-area__item-header {
	text-align: left;
}
.page-search-area__item-catchphrase {
	margin: 0 0 8px;
	font-weight: 400;
	font-size: clamp(0.8125rem, 0.777rem + 0.18vw, 0.875rem);
	line-height: 1.55;
}
.page-search-area__item-title {
	margin: 0;
	font-weight: 700;
	font-size: clamp(1.125rem, 1.036rem + 0.36vw, 1.5rem);
	line-height: 1.35;
}
.page-search-area__item-body {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 20px;
}
.page-search-area__item-visual {
	flex-shrink: 0;
	max-width: 280px;
	margin: 0 auto;
}
.page-search-area__item-visual-img {
	display: block;
	width: 100%;
	max-width: 463px;
	height: auto;
	margin: 0 auto;
}
.page-search-area__item-main {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 20px;
	min-width: 0;
}
.page-search-area__item-description {
	margin: 0;
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
	line-height: 1.75;
}
.page-search-area__item-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: auto;
}
.page-search-area__item-more {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-width: min(100%, 220px);
	padding: 14px 20px 14px 24px;
	border-radius: var(--radius-full);
	background: var(--color-black);
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.2;
	text-decoration: none;
	color: var(--color-white);
	transition: opacity 0.2s ease, transform 0.2s ease;
}
.page-search-area__item-more:hover {
	opacity: 0.88;
	transform: translateY(-1px);
}
.page-search-area__item-more-text {
	flex-grow: 1;
	text-align: left;
}
.page-search-area__item-more-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	line-height: 0;
}
.page-search-area__item-more-icon img {
	display: block;
	width: 18px;
	height: auto;
}
.page-search-area__item-gallery {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin: 0;
}
.page-search-area__item-gallery-item {
	margin: 0;
}
.page-search-area__item-gallery-link {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	text-decoration: none;
	color: inherit;
}
.page-search-area__item-gallery-thumb {
	display: block;
	overflow: hidden;
	width: 100%;
	border-radius: 15px;
	aspect-ratio: 4 / 3;
	background: var(--gray-50);
	line-height: 0;
}
.page-search-area__item-gallery-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-search-area__item-gallery-caption {
	font-weight: 700;
	font-size: clamp(0.8125rem, 0.777rem + 0.18vw, 0.9375rem);
	line-height: 1.45;
	text-align: left;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 0.2em;
	transition: text-decoration-color 0.2s ease;
}
.page-search-area__item-gallery-link:hover .page-search-area__item-gallery-caption {
	text-decoration-color: currentColor;
}

@media (min-width: 768px) {
	.page-search-area__list {
		gap: 32px;
		padding-bottom: 64px;
	}
	.page-search-area__item {
		border-radius: calc(var(--radius-m) * 2);
	}
	.page-search-area__item-inner {
		gap: 28px;
		padding: 32px 36px 36px;
	}
	.page-search-area__item-body {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}
	.page-search-area__item-body--no-visual .page-search-area__item-main {
		max-width: none;
	}
	.page-search-area__item-visual {
		flex: 0 0 min(43.84469%, 463px);
		max-width: none;
		margin: 0;
	}
	.page-search-area__item-visual-img {
		max-width: 100%;
	}
	.page-search-area__item-main {
		gap: 24px;
	}
	.page-search-area__item-gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px 24px;
		padding-top: 12px;
	}
	.page-search-area__guide {
		padding: 0 var(--container-padding);
	}
	.page-search-area__guide-map {
		margin-bottom: 36px;
	}
	.page-search-area__guide-heading {
		margin-bottom: 16px;
	}
	.page-search-area__guide-lead {
		margin-bottom: 20px;
		font-size: 1rem;
	}
}

@media (min-width: 1024px) {
	.page-search-area__list {
		padding: 48px 0;
	}
}

@media (min-width: 1440px) {
	.page-search-area__guide {
		padding: 0 8vw;
	}
}


/*--------------------------------------------------
	固定ページ
--------------------------------------------------*/
.page__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 32px;
	padding: 8px var(--container-padding) 0;
}
.page__title {
	width: 100%;
	max-width: var(--max-content-width);
	margin: 0 auto;
	padding: 6px 12px;
	border-radius: var(--radius-full);
	background: var(--color-white);
	font-weight: 700;
	font-size: clamp(1.125rem, 0.946rem + 0.89vw, 1.75rem);
	text-align: center;
}

@media (min-width: 768px) {
	.page__header {
		padding-top: 12px;
	}
}

@media (min-width: 1024px) {
	.page__header {
		padding-top: 24px;
	}
}

/*--------------------------------------------------
	立山連峰ページ、路面電車ページ
--------------------------------------------------*/
.page-tateyama .page__header,
.page-tram .page__header {
	margin-bottom: 12px;
}
.page-tateyama .page__title,
.page-tram .page__title {
	background: transparent;
}
.tateyama-lead,
.tram-lead {
	position: relative;
	padding: 0 var(--container-padding) 36px;
	background: var(--gray-100);
}
.tateyama-lead::before,
.tram-lead::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50vw;
	background: var(--gray-50);
	content: '';
}
.tateyama-lead__visual-wrapper,
.tram-lead__visual-wrapper {
	margin-bottom: 32px;
}
.tateyama-lead__visual,
.tram-lead__visual {
	position: relative;
}
.tateyama-lead__video,
.tram-lead__video {
	display: block;
	width: 100%;
	height: auto;
	border-radius: calc(var(--radius-s) * 2);
}
.tateyama-lead__logo,
.tram-lead__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: -24px;
	transform: translateX(-50%);
	width: 80px;
	height: 80px;
	border-radius: var(--radius-full);
	background: var(--color-white);
}
.tateyama-lead__title,
.tram-lead__title {
	margin-bottom: 0.5em;
	font-weight: 700;
	font-size: clamp(1.125rem, 1.125rem + 0.5vw, 1.75rem);
	text-align: center;
}
.tateyama-lead__text,
.tram-lead__text {
	max-width: 900px;
	margin: 0 auto;
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
	line-height: 1.8;
}

.tateyama-toc,
.tram-toc {
	max-width: var(--max-content-width);
	margin: 0 auto;
}
.tateyama-toc__inner,
.tram-toc__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	padding: 24px var(--container-padding) 48px;
}
.tateyama-toc__title,
.tram-toc__title {
	font-weight: 700;
	font-size: clamp(1.125rem, 1.125rem + 0.5vw, 1.75rem);
}
.tateyama-toc__panel,
.tram-toc__panel,
.feature-toc {
	position: relative;
	width: 100%;
	padding: 24px;
	border-radius: calc(var(--radius-s) * 2);
	background: var(--color-white);
}
.tateyama-toc__panel::before {
	position: absolute;
	top: -82px;
	right: calc(var(--container-padding) * -1);
	z-index: 1;
	width: 144px;
	height: 146px;
	background: url(../images/img_highlights_sp.png) no-repeat center center / contain;
	content: '';
}
.tram-toc__panel::before {
	position: absolute;
	top: -42px;
	right: calc(var(--container-padding) * -1);
	z-index: 1;
	width: 123px;
	height: 66px;
	background: url(../images/img_tram.svg) no-repeat center center / contain;
	content: '';
}
.tateyama-toc__body,
.tram-toc__body {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}
.tateyama-toc__label,
.tram-toc__label,
.feature-toc .wp-block-column:first-child {
	flex-shrink: 0;
	font-weight: 700;
	font-size: 0.875rem;
}
.feature-toc .wp-block-column:first-child {
	flex-grow: inherit;
	min-width: fit-content;
}
.tateyama-toc__list,
.tram-toc__list,
.feature-toc .wp-block-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.feature-toc .wp-block-list {
	margin-top: 0 !important;
}
.tateyama-toc__item,
.tram-toc__item,
.feature-toc .wp-block-list li {
	display: flex;
	align-items: center;
}
.feature-toc .wp-block-list li {
	padding-left: 0;
	text-indent: 0;
}
.feature-toc .wp-block-list li::before {
	content: '';
}
.tateyama-toc__link,
.tram-toc__link,
.feature-toc .wp-block-list li a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.9375rem;
}
.tateyama-toc__bullet,
.tram-toc__bullet,
.feature-toc .wp-block-list li a::before {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icon_bullet.svg) no-repeat center center / contain;
}
.feature-toc .wp-block-list li a::before {
	content: '';
}
.tateyama-toc__text,
.tram-toc__text {
	white-space: nowrap;
}

.tram-guide {
	max-width: var(--max-content-width);
	margin: 0 auto;
	padding: 40px var(--container-padding) 48px;
	background: var(--color-white);
	color: #000;
}
.tram-guide__inner {
	max-width: 920px;
	margin: 0 auto;
}
.tram-guide__title {
	margin: 0 0 32px;
	font-weight: 700;
	font-size: clamp(1.375rem, 1.2rem + 0.75vw, 1.875rem);
	line-height: 1.35;
	text-align: center;
}
.tram-guide__columns {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-bottom: 40px;
}
.tram-guide__subtitle {
	margin: 0 0 12px;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
}
.tram-guide__panel {
	margin: 0;
	padding: 16px 0;
	border-top: 1px solid #e08b6b;
	border-bottom: 1px solid #e08b6b;
}
.tram-guide__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tram-guide__item {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.6;
	text-align: left;
}
.tram-guide__note {
	margin: 12px 0 0;
	font-size: 0.75rem;
	line-height: 1.6;
	text-align: left;
}
.tram-guide__ic {
	margin-top: 20px;
}
.tram-guide__ic-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
}
.tram-guide__ic-logo {
	display: block;
	flex-shrink: 0;
	width: auto;
	max-height: 36px;
	object-fit: contain;
}
.tram-guide__ic-text {
	font-size: 0.875rem;
	line-height: 1.6;
	text-align: left;
}
.tram-guide__ic-detail {
	margin: 8px 0 0;
	font-size: 0.625rem;
	line-height: 1.5;
	text-align: left;
}
.tram-guide__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.tram-guide__btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 18px 14px 22px;
	border-radius: 9999px;
	border: 1px solid #000;
	background: var(--color-white);
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		opacity 0.2s ease;
}
.tram-guide__btn:hover {
	opacity: 0.85;
}
.tram-guide__btn:focus-visible {
	outline: 2px solid #000;
	outline-offset: 2px;
}
.tram-guide__btn-label {
	flex: 1;
}
.tram-guide__btn-icon {
	display: block;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #000;
	background: url(../images/icon_open_bk.svg) no-repeat center center / 14px 14px;
}

.tateyama-gallery {
	position: relative;
	margin-bottom: 80px;
	padding: 32px var(--container-padding) 64px;
	border-radius: calc(var(--radius-m) * 2);
	background: var(--gray-100);
	text-align: center;
}
.tateyama-gallery::before {
	position: absolute;
	bottom: -80px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 50%;
	background: var(--color-white);
	content: '';
}
.tateyama-gallery::after {
	position: absolute;
	bottom: -8px;
	left: calc(50% - 129px);
	width: 258px;
	height: 70px;
	background: url(../images/icon_toyama.svg) no-repeat center center / contain;
	content: '';
}
.tateyama-gallery__inner {
	max-width: 946px;
	margin: 0 auto;
}
.tateyama-gallery__title {
	margin-bottom: 12px;
	color: var(--color-white);
	font-weight: 700;
	font-size: clamp(2rem, 1.35rem + 2.67vw, 3.75rem);
	letter-spacing: 0.05em;
	text-shadow:
		1px 1px 0 var(--gray-700), -1px -1px 0 var(--gray-700),
		-1px 1px 0 var(--gray-700),  1px -1px 0 var(--gray-700),
		1px 0 0 var(--gray-700), -1px  0 0 var(--gray-700),
		0 1px 0 var(--gray-700),  0 -1px 0 var(--gray-700);
}
.tateyama-gallery__months {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px 2px;
	margin: 0 auto 24px;
	padding: 0;
	list-style: none;
}
.tateyama-gallery__month-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
	width: 52px;
	height: 52px;
	border-radius: var(--radius-full);
	border: 0;
	font-size: 0.625rem;
	font-family: var(--font-montserrat);
	line-height: 1;
	cursor: pointer;
	transition: opacity 0.2s ease;
}
.tateyama-gallery__month:nth-child(1) .tateyama-gallery__month-button,
.tateyama-gallery__month:nth-child(2) .tateyama-gallery__month-button,
.tateyama-gallery__month:nth-child(12) .tateyama-gallery__month-button {
	background: var(--color-blue);
}
.tateyama-gallery__month:nth-child(3) .tateyama-gallery__month-button,
.tateyama-gallery__month:nth-child(4) .tateyama-gallery__month-button,
.tateyama-gallery__month:nth-child(5) .tateyama-gallery__month-button {
	background: var(--color-yellow);
}
.tateyama-gallery__month:nth-child(6) .tateyama-gallery__month-button,
.tateyama-gallery__month:nth-child(7) .tateyama-gallery__month-button,
.tateyama-gallery__month:nth-child(8) .tateyama-gallery__month-button {
	background: var(--color-spot);
}
.tateyama-gallery__month:nth-child(9) .tateyama-gallery__month-button,
.tateyama-gallery__month:nth-child(10) .tateyama-gallery__month-button,
.tateyama-gallery__month:nth-child(11) .tateyama-gallery__month-button {
	background: var(--color-gourmet);
}
.tateyama-gallery__month-button.is-active {
	position: relative;
	opacity: 1;
}
.tateyama-gallery__month-button.is-active::before {
	position: absolute;
	top: -14px;
	left: 10px;
	width: 34px;
	height: 28px;
	background: url(../images/icon_birds.svg) no-repeat center center / contain;
	content: '';
}
.tateyama-gallery__month-num {
	font-size: clamp(1.5rem, 1.357rem + 0.71vw, 2rem);
}
.tateyama-gallery__month-label {
	font-size: clamp(0.75rem, 0.696rem + 0.27vw, 0.9375rem);
}
.tateyama-gallery__slider {
	max-width: 850px;
	margin: 0 auto;
}
.tateyama-gallery__figure {
	margin: 0;
}
.tateyama-gallery__figure img {
	display: block;
	width: 100%;
	height: auto;
}

.tateyama-spot20 {
	position: relative;
	padding: 32px var(--container-padding) 100px;
	background: var(--gray-100);
	text-align: center;
}
.tateyama-spot20::before {
	position: absolute;
	top: -52px;
	left: calc(50% - 52px);
	width: 104px;
	height: 104px;
	border-radius: var(--radius-full);
	background: var(--gray-100) url(../images/icon_tateyama.svg) no-repeat center center / 64px auto;
	content: '';
}
.tateyama-spot20__inner {
	max-width: var(--max-content-width);
	margin: 0 auto;
}
.tateyama-spot20__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
	gap: 12px;
	margin-bottom: 32px;
}
.tateyama-spot20__title {
	font-weight: 700;
	font-size: clamp(1.125rem, 1.125rem + 0.5vw, 1.75rem);
}
.tateyama-spot20__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 16px;
	margin: 0 auto 60px;
	padding: 0;
	list-style: none;
}
.tateyama-spot20__item {
	display: flex;
	justify-content: center;
}
.tateyama-spot20__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	position: relative;
}
.tateyama-spot20__thumb {
	position: relative;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	overflow: hidden;
}
.tateyama-spot20__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tateyama-spot20__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -4px;
	left: calc(50% - 74px);
	width: 32px;
	height: 32px;
	padding: 0 10px;
	border-radius: var(--radius-full);
	background: #54C3F1;
	color: var(--color-white);
	font-style: italic;
	font-size: 1.25rem;
	font-family: var(--font-montserrat);
	line-height: 1;
	text-indent: -0.25em;
}
.tateyama-spot20__name {
	display: block;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 1.4;
}
.tateyama-spot20__map {
	max-width: 750px;
	margin: 0 auto;
}
.tateyama-spot20__map-inner {
	position: relative;
	padding-top: calc(75% + 67px);
	overflow: hidden;
}
.tateyama-spot20__map-inner iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (min-width: 768px) {
	.tateyama-gallery__months {
		display: grid;
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 1px;
	}
	.tateyama-gallery__month-button {
		width: 100%;
		max-width: 78px;
		height: auto;
		aspect-ratio: 1 / 1;
	}
	.tateyama-gallery__month-button.is-active::before {
		width: 44px;
		height: 37px;
		top: -22px;
		left: calc(50% - 22px);
	}
	.tateyama-spot20__list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.tateyama-spot20 {
		padding-top: 60px;
		padding-bottom: 120px;
	}
}

@media (min-width: 960px) {
	.tateyama-lead__video {
		border-radius: calc(var(--radius-m) * 2);
	}
}

@media (min-width: 1024px) {
	.tateyama-gallery {
		padding: 60px 0 120px;
		margin-bottom: 120px;
		background: url(../images/bg_tateyama_gallery.png) no-repeat center center / contain;
	}
	.tateyama-gallery::before {
		bottom: -120px;
	}
	.tateyama-gallery::after {
		display: none;
	}
	.tateyama-spot20__list {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.tateyama-spot20 {
		padding-bottom: 120px;
	}
	.tateyama-spot20__thumb {
		width: 174px;
		height: 174px;
	}
	.tateyama-spot20__number {
		top: -6px;
		left: calc(50% - 83px);
		width: 48px;
		height: 48px;
		font-size: 1.5rem;
	}
}

.tateyama-spot20__banner {
	position: relative;
	padding: 24px var(--container-padding);
	background: var(--color-white);
	text-align: center;
}
.tateyama-spot20__banner::before {
	position: absolute;
	top: -124px;
	left: 0;
	width: 100vw;
	height: 160px;
	background: url(../images/bg_tateyama.png) no-repeat center center / cover;
	content: '';
}
.tateyama-banner {
	display: block;
	position: relative;
	z-index: 1;
	max-width: 600px;
	margin: 0 auto;
	border: 1px solid var(--gray-700);
	border-radius: var(--radius-s);
	background: var(--color-white);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
	overflow: hidden;
}
.tateyama-banner__inner {
	position: relative;
	padding: 20px 24px 28px;
	text-align: center;
}
.tateyama-banner__curve {
	position: absolute;
	top: 0;
	left: 50%;
	width: 260px;
	height: 120px;
	transform: translateX(-50%);
	border-radius: 50%;
	box-shadow: 0 24px 0 0 #E3F2FD;
}
.tateyama-banner__title {
	position: relative;
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 1rem;
}
.tateyama-banner__logo {
	margin-bottom: 16px;
}
.tateyama-banner__text {
	position: relative;
	font-size: 0.8125rem;
	line-height: 1.8;
}
.tateyama-banner__arrow {
	position: absolute;
	right: 20px;
	bottom: 16px;
	width: 18px;
	height: 12px;
	border-bottom: 2px solid var(--color-black);
	border-right: 2px solid var(--color-black);
	transform: skewX(-30deg);
}

.tateyama-live,
.tateyama-information {
	padding: 32px var(--container-padding) 100px;
	background: var(--color-white);
}
.tateyama-live__inner,
.tateyama-information__inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: var(--max-content-width);
	margin: 0 auto;
}
.tateyama-live__title,
.tateyama-information__title,
.tateyama-sns__title {
	font-weight: 700;
	font-size: clamp(1.125rem, 1.125rem + 0.5vw, 1.75rem);
	text-align: center;
}
.tateyama-live__content,
.tateyama-information__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.tateyama-live__video-inner {
	position: relative;
	padding-top: 56.25%;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
}
.tateyama-live__video-inner iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.tateyama-live__note {
	margin-top: 10px;
	color: var(--gray-700);
	font-size: 0.75rem;
}
.tateyama-live__info,
.tateyama-information__info {
	display: flex;
	flex-direction: column;
}
.tateyama-live__image,
.tateyama-information__image {
	max-width: 600px;
}
.tateyama-live__text,
.tateyama-information__text {
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
	line-height: 1.8;
}
.tateyama-live__buttons,
.tateyama-information__buttons {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 24px;
}
.tateyama-live__button,
.tateyama-information__button {
	display: inline-flex;
	align-items: center;
	position: relative;
	min-width: 20em;
	padding: 12px 8px 12px 1.2em;
	border: 1px solid var(--gray-700);
	border-radius: var(--radius-full);
	background: var(--gray-700);
	color: var(--color-white);
	line-height: 1.4;
}
.tateyama-live__button[target="_blank"],
.tateyama-information__button[target="_blank"] {
	background: var(--color-white);
	color: var(--gray-700);
}
.tateyama-live__button::before,
.tateyama-information__button::before {
	margin-right: 6px;
	color: #CCCCCC;
	content: '●';
}
.tateyama-live__button[target="_blank"]::before,
.tateyama-information__button[target="_blank"]::before {
	display: none;
}
.tateyama-live__button::after,
.tateyama-information__button::after {
	flex-shrink: 0;
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	right: 20px;
	width: 18px;
	height: 18px;
	background: url(../images/icon_link.svg) no-repeat center center / contain;
	content: '';
}
.tateyama-live__button[target="_blank"]::after,
.tateyama-information__button[target="_blank"]::after {
	display: block;
	flex-shrink: 0;
	position: absolute;
	top: calc(50% - 9px);
	right: 16px;
	width: 18px;
	height: 18px;
	background: url(../images/icon_blank_gr.svg) no-repeat center center / contain;
	content: '';
}

.tateyama-information {
	position: relative;
	padding-bottom: 24px;
}
.tateyama-information::before {
	position: absolute;
	top: -124px;
	left: 0;
	width: 100vw;
	height: 160px;
	background: url(../images/bg_tateyama.png) no-repeat center center / cover;
	content: '';
}
.tateyama-information__points {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
}
.tateyama-information__points-title {
	position: relative;
	margin-top: 2em;
	padding-left: 30px;
	font-weight: 700;
	font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
}
.tateyama-information__points-title::before {
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: var(--radius-full);
	background: #54C3F1;
	content: '';
}
.tateyama-information__points-text {
	margin-top: 0.5em;
	padding-left: 30px;
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
}
.tateyama-information__link-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin-top: 8px;
}
.tateyama-information__hint {
	margin: 0;
	font-size: 0.8125rem;
}
.tateyama-information__pamphlet {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 40px;
}
.tateyama-information__pamphlet-image {
	text-align: left;
}
.tateyama-information__pamphlet-image img {
	display: block;
	width: 100%;
	height: auto;
}
.tateyama-information__pamphlet-caption {
	margin-top: 4px;
	color: var(--gray-700);
	font-size: 0.75rem;
	text-align: right;
}

.tateyama-sns {
	display: flex;
	justify-content: center;
	padding: 24px var(--container-padding);
	background: var(--color-white);
}

.page-tateyama .page__model-course-wrapper {
	display: none;
}

@media (min-width: 768px) {
	.tateyama-information__content {
		flex-direction: row;
		align-items: flex-start;
		gap: 40px;
	}
	.tateyama-live__button br,
	.tateyama-information__button br {
		display: none;
	}
	.tateyama-information__pamphlet {
		align-items: center;
	}
}

@media (min-width: 768px) {
	.page-tateyama .page__header,
	.page-tram .page__header {
		padding-top: 24px;
	}
	.page-tateyama .page__content,
	.page-tram .page__content {
		padding-top: 24px;
	}
	.tateyama-lead::before,
	.tram-lead::before {
		max-height: 208px;
	}
	.tateyama-lead__visual-wrapper,
	.tram-lead__visual-wrapper {
		max-width: 900px;
		margin: 0 auto 40px;
	}
	.tateyama-lead__logo,
	.tram-lead__logo {
		bottom: -30px;
		width: 104px;
		height: 104px;
	}
	.tateyama-lead__logo-mark img {
		width: 72px;
		height: 47px;
	}
	.tram-lead__logo-mark img {
		width: 48px;
		height: 46px;
	}
	.tateyama-lead__text,
	.tram-lead__text {
		text-align: center;
	}
	.tateyama-toc__inner,
	.tram-toc__inner {
		padding-top: 48px;
		padding-bottom: 80px;
	}
	.tateyama-toc__panel,
	.tram-toc__panel,
	.single__content .feature-toc {
		max-width: 780px;
		margin: 0 auto;
		padding: 32px 40px;
	}
	.tateyama-toc__list,
	.tram-toc__list,
	.feature-toc .wp-block-list {
		gap: 16px;
	}
	.tateyama-toc__bullet,
	.tram-toc__bullet,
	.feature-toc .wp-block-list li a::before {
		width: 24px;
		height: 24px;
	}

	.tram-guide {
		padding-top: 48px;
		padding-bottom: 64px;
	}
	.tram-guide__title {
		margin-bottom: 40px;
	}
	.tram-guide__columns {
		flex-direction: row;
		align-items: flex-start;
		gap: 48px;
		margin-bottom: 48px;
	}
	.tram-guide__column {
		flex: 1;
		min-width: 0;
	}
	.tram-guide__actions {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 16px;
	}
	.tram-guide__btn {
		flex: 1;
		min-width: 240px;
	}

	.tateyama-spot20__map-inner {
		padding-top: 56.25%;
	}
	.tateyama-banner__text br {
		display: none;
	}
	.tateyama-live__inner,
	.tateyama-information__inner {
		gap: 48px;
	}
	.tateyama-live__content,
	.tateyama-information__content {
		flex-direction: row;
		align-items: flex-start;
		gap: 40px;
	}
	.tateyama-live__video,
	.tateyama-live__info,
	.tateyama-information__info {
		flex: 1;
	}
	.tateyama-live__buttons,
	.tateyama-information__info .tateyama-information__buttons {
		flex-direction: column;
		align-items: flex-start;
	}
	.tateyama-information__button {
		max-width: 526px;
	}

	.tateyama-sns {
		padding: 48px var(--container-padding);
	}
}

@media (min-width: 1024px) {
	.tateyama-lead__visual-wrapper,
	.tram-lead__visual-wrapper {
		margin-bottom: 48px;
	}
	.tateyama-lead,
	.tram-lead {
		padding-bottom: 60px;
	}
	.tateyama-toc__panel::before,
	.tram-toc__panel::before {
		right: 40px;
	}
	.tateyama-toc__body,
	.tram-toc__body,
	.single__content .feature-toc {
		gap: 40px;
	}
	.tateyama-toc__label,
	.tateyama-toc__text,
	.tram-toc__label,
	.tram-toc__text,
	.feature-toc .wp-block-column:first-child,
	.feature-toc .wp-block-list li a {
		font-size: 1rem;
	}
	.tateyama-spot20__banner {
		padding: 64px 0 48px;
	}
	.tateyama-spot20__banner::before {
		top: -160px;
		height: 240px;
	}
	.tateyama-live,
	.tateyama-information {
		padding: 60px var(--container-padding) 120px;
	}
	.tateyama-information {
		padding-bottom: 0;
	}
}

.page-tram .tram-vehicles__image {
	overflow: visible !important;
	border-radius: 0 !important;
}
.page-tram .tram-vehicles__image img {
	border-radius: var(--radius-m);
}
.page-tram .tram-vehicles__button img {
	border-radius: 0 !important;
}

/*--------------------------------------------------
	富山をめぐる12か月
--------------------------------------------------*/
.page__type {
	margin-top: 12px;
	padding: 4px 1.5em;
	border-radius: var(--radius-full);
	background: #B4956A;
	color: var(--color-white);
	font-size: 0.75rem;
	line-height: 1;
}
.touring-hero {
	position: relative;
	padding: 24px var(--container-padding) 36px;
	background: #E8E0D5;
}
.touring-hero::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30vw;
	background: var(--gray-50);
	content: '';
}
.touring-hero__image {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	aspect-ratio: 2 / 1;
}
.touring-hero__image > span,
.section-wrapper__title > span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 76px;
	background: url(../images/bg_month.png) no-repeat center center / contain;
	font-weight: 700;
	font-size: 2rem;
	font-family: var(--font-montserrat);
	line-height: 1;
	text-indent: 4px;
}
.touring-hero__image > span {
	position: absolute;
	top: -38px;
	left: calc(50% - 39px);
}
.touring-hero__image > span span,
.section-wrapper__title > span span {
	font-size: 0.75rem;
}
.touring-hero__image img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: var(--radius-m);
	object-fit: cover;
}
.touring-lead {
	max-width: 760px;
	margin: 24px auto 0;
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
	line-height: 1.8;
}

@media (min-width: 768px) {
	.touring-hero::before {
		max-height: 208px;
	}
}

/* .nav-section */
.nav-section {
	padding: 24px 0 40px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	background: var(--color-white);
}
.nav-section::-webkit-scrollbar {
	height: 4px;
}
.nav-section::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.2);
}
.nav-section__list {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
	width: max-content;
	min-width: 100%;
	margin: 0;
	padding: 0 var(--container-padding) 4px;
	list-style: none;
	box-sizing: border-box;
}
.nav-section__item {
	flex-shrink: 0;
}
.nav-section__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	position: relative;
	width: 100px;
	padding: 0;
	text-decoration: none;
}
.nav-section__link::after {
	position: absolute;
	bottom: -32px;
	left: calc(50% - 12px);
	width: 24px;
	height: 24px;
	background: url(../images/icon_bullet.svg) no-repeat center center / contain;
	content: '';
}
.nav-section__link:hover .nav-section__label {
	opacity: 0.75;
}
.nav-section__icon {
	position: relative;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	font-family: var(--font-montserrat);
	line-height: 0;
}
.nav-section__item--summer .nav-section__icon::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 32px;
	height: 29px;
	background: url(../images/icon_ptarmigan_summer.svg) no-repeat center center / contain;
	content: '';
}
.nav-section__item--winter .nav-section__icon::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 32px;
	height: 29px;
	background: url(../images/icon_ptarmigan_winter.svg) no-repeat center center / contain;
	content: '';
}
.nav-section__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.nav-section__icon > span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 8px;
	font-weight: 700;
	font-size: clamp(1.5rem, 1.357rem + 0.71vw, 2rem);
	font-family: var(--font-montserrat);
	line-height: 1;
	pointer-events: none;
}
.nav-section__icon > span span {
	display: block;
	margin-top: 2px;
	font-size: 0.6875rem;
	letter-spacing: 0.02em;
}
.nav-section__label {
	display: block;
	font-weight: 700;
	font-size: 0.8125rem;
	line-height: 1.35;
	text-align: center;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.nav-section {
		padding: 36px 40px 24px;
		overflow-x: visible;
	}
	.nav-section__list {
		gap: 32px;
		width: 100%;
		max-width: var(--max-content-width);
		min-width: 0;
		margin-right: auto;
		margin-left: auto;
	}
	.nav-section__item {
		flex: 1 1 0;
		width: auto;
		min-width: 0;
		max-width: 140px;
	}
	.nav-section__icon {
		width: 100px;
		height: 100px;
	}
	.nav-section__icon > span {
		font-size: 2.5rem;
	}
	.nav-section__icon > span span {
		font-size: 0.75rem;
	}
	.nav-section__label {
		max-width: none;
		font-size: 0.875rem;
		line-height: 1.4;
	}
}

@media (min-width: 1024px) {
	.nav-section__icon {
		width: 115px;
		height: 115px;
	}
	.nav-section__label {
		font-size: 1rem;
	}
}

/* .touring-weather */
.touring-weather {
	padding: 32px 0 40px;
}
.touring-weather__inner {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 var(--container-padding);
}
.touring-weather__title {
	margin: 0 0 16px;
	font-weight: 700;
	font-size: clamp(1.125rem, 1.036rem + 0.36vw, 1.375rem);
	line-height: 1.4;
}
.touring-weather__description {
	margin: 0 0 28px;
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
	line-height: 1.75;
}
.touring-weather__data {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.touring-weather__temperatures {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px 12px;
}
.touring-weather__temp-item {
	display: flex;
	flex: 1 1 calc(33.333% - 12px);
	flex-direction: column;
	align-items: center;
	min-width: 0;
	max-width: 160px;
	margin: 0;
}
.touring-weather__temp-label {
	font-weight: 700;
	font-size: 0.8125rem;
	text-align: center;
}
.touring-weather__temp-value {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-weight: 700;
	font-size: clamp(1.25rem, 1.089rem + 0.65vw, 1.625rem);
	font-family: var(--font-montserrat);
	line-height: 1.1;
}
.touring-weather__temp-value::before {
	display: block;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	margin-right: 8px;
	border-radius: var(--radius-full);
	background: url(../images/icon_thermometer.svg) no-repeat center center / contain;
	content: '';
}
.touring-weather__temp-item:nth-child(1) .touring-weather__temp-value::before {
	background-color: #E7B1B2;
}
.touring-weather__temp-item:nth-child(2) .touring-weather__temp-value::before {
	background-color: #E8DB80;
}
.touring-weather__temp-item:nth-child(3) .touring-weather__temp-value::before {
	background-color: #AFC7EA;
}
.touring-weather__temp-unit {
	margin-top: 2px;
	font-weight: 700;
	font-size: 0.75em;
}
.touring-weather__temp-note {
	width: 100%;
	font-size: 0.75rem;
	line-height: 1.4;
	text-align: right;
}
.touring-weather__precipitation {
	display: grid;
	align-items: start;
	gap: 8px;
	padding: 20px 18px;
	border-radius: var(--radius-m);
	background: var(--color-white);
}
.touring-weather__precipitation-item {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	align-items: start;
	gap: 4px 14px;
	margin: 0;
}
.touring-weather__precipitation-item::before {
	display: block;
	grid-column: 1;
	grid-row: 1 / -1;
	width: 44px;
	height: 44px;
	margin-top: 2px;
	background: url(../images/icon_umbrella.svg) no-repeat center center / contain;
	content: '';
}
.touring-weather__precipitation-label {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	font-weight: 700;
	font-size: 0.8125rem;
	line-height: 1.3;
}
.touring-weather__precipitation-value {
	grid-column: 2;
	grid-row: 2;
	margin: 0;
	font-size: clamp(1.375rem, 1.214rem + 0.65vw, 1.75rem);
	font-family: var(--font-montserrat);
	line-height: 1.2;
}
.touring-weather__precipitation-unit {
	margin-left: 4px;
	font-weight: 700;
	font-size: 0.65em;
}
.touring-weather__precipitation-under-text {
	margin: 0;
	padding-left: 58px;
	font-size: 0.8125rem;
	line-height: 1.6;
}
.touring-weather__precipitation-text {
	margin: 0;
	padding-top: 8px;
	border-top: 1px solid var(--gray-100);
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
	line-height: 1.75;
}
.touring-weather__clothing {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 32px;
}
.touring-weather__clothing-title {
	background: url(../images/icon_dots.svg) repeat-x center center / auto 8px;
	font-weight: 700;
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);;
	text-align: center;
}
.touring-weather__clothing-title span {
	padding: 4px 3em;
	background: var(--gray-50);
}
.touring-weather__clothing-title strong {
	font-size: clamp(1.125rem, 1.036rem + 0.36vw, 1.375rem);
}
.touring-weather__clothing-gallery {
	margin: 0 calc(var(--container-padding) * -1);
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}
.touring-weather__clothing-gallery::-webkit-scrollbar {
	height: 4px;
}
.touring-weather__clothing-gallery::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.2);
}
.touring-weather__clothing-gallery-list {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	width: max-content;
	min-width: 100%;
	margin: 0;
	padding: 0 var(--container-padding) 8px;
	list-style: none;
	box-sizing: border-box;
}
.touring-weather__clothing-gallery-item {
	flex-shrink: 0;
	width: 126px;
	margin: 0;
}
.touring-weather__clothing-gallery-item img {
	display: block;
	width: 100%;
	height: auto;
}
.touring-weather__clothing-info {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.touring-weather__clothing-item {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 12px 16px;
	font-weight: 700;
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
}
.touring-weather__clothing-label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: var(--radius-full);
}
.touring-weather__clothing-label::before {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: var(--radius-full);
	content: '';
}
.touring-weather__clothing-item:nth-child(1) .touring-weather__clothing-label::before {
	background: url(../images/icon_day.svg) no-repeat center center / contain;
}
.touring-weather__clothing-item:nth-child(2) .touring-weather__clothing-label::before {
	background: url(../images/icon_night.svg) no-repeat center center / contain;
}
.touring-weather__clothing-description {
	margin: 0;
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
	line-height: 1.75;
}

@media (min-width: 768px) {
	.touring-weather {
		padding: 48px var(--container-padding) 56px;
	}
	.touring-weather__inner {
		padding: 0;
	}
	.touring-weather__precipitation-item::before {
		width: 64px;
		height: 57px;
	}
	.touring-weather__description {
		margin-bottom: 32px;
		font-size: 0.9375rem;
	}
	.touring-weather__temperatures {
		gap: 16px;
		padding-bottom: 32px;
		margin-bottom: 12px;
	}
	.touring-weather__temp-item {
		flex: 1 1 0;
		max-width: none;
	}
	.touring-weather__temp-value::before {
		width: 52px;
		height: 52px;
	}
	.touring-weather__precipitation {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
		grid-template-rows: auto auto;
		gap: 8px 0;
		align-items: center;
		padding: 28px 32px;
		border-radius: 28px;
	}
	.touring-weather__precipitation-item {
		grid-column: 1;
		grid-row: 1;
	}
	.touring-weather__precipitation-under-text {
		grid-column: 1;
		grid-row: 2;
		padding-left: 78px;
	}
	.touring-weather__precipitation-text {
		display: flex;
		align-items: center;
		grid-column: 2;
		grid-row: 1 / -1;
		align-self: stretch;
		padding-top: 0;
		padding-left: 28px;
		border-top: 0;
		border-left: 1px solid var(--gray-100);
	}
	.touring-weather__clothing {
		gap: 32px;
		margin-top: 40px;
	}
	.touring-weather__clothing-gallery {
		margin: 0;
		overflow-x: auto;
	}
	.touring-weather__clothing-gallery-list {
		padding-right: 0;
		padding-left: 0;
	}
	.touring-weather__clothing-info {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		flex: 1 1 45%;
		gap: 16px 24px;
		min-width: 240px;
	}
	.touring-weather__clothing-item {
		flex: 1 1 0;
		min-width: 0;
	}
	.touring-weather__clothing-description {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
	.touring-weather__clothing-gallery-item {
		width: 126px;
	}
}

/* .touring-tateyama */
.touring-tateyama {
	padding: 32px 0 40px;
	background: var(--color-white);
}
.touring-tateyama__inner {
	max-width: var(--max-content-width);
	margin: 0 auto;
	padding: 0 var(--container-padding);
}
.touring-tateyama__title {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: clamp(1.125rem, 1.036rem + 0.36vw, 1.375rem);
	line-height: 1.4;
}
.touring-tateyama__image {
	position: relative;
	aspect-ratio: 16 / 9;
}
.touring-tateyama__image img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: var(--radius-m);
	object-fit: cover;
}
.touring-tateyama__description {
	margin-top: 24px;
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
	line-height: 1.8;
}

@media (min-width: 768px) {
	.touring-tateyama {
		padding: 48px var(--container-padding) 56px;
	}
	.touring-tateyama__inner {
		max-width: 760px;
		margin: 0 auto;
		padding: 0;
	}
	.touring-tateyama__title {
		margin-bottom: 24px;
	}
	.touring-tateyama__image {
		margin-bottom: 28px;
		border-radius: 28px;
	}
	.touring-tateyama__description {
		font-size: 0.9375rem;
	}
}

@media (min-width: 1024px) {
	.touring-tateyama__image {
		border-radius: 32px;
	}
}

/* .section-wrapper */
.section-wrapper {
	padding: 0 var(--container-padding) 48px;
	background: linear-gradient(to bottom, #E8E0D5 0%, #f5f1eb 35%, var(--color-white) 100%);
}
.section-wrapper__title {
	display: flex;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 12px;
}
.section-wrapper__title > span {
	position: relative;
	flex-shrink: 0;
}
.section-wrapper__title > span::after {
	position: absolute;
	bottom: 0;
	left: -14px;
	width: 42px;
	height: 38px;
	background: url(../images/icon_ptarmigan_winter.svg) no-repeat center center / contain;
	content: '';
}
.page-seasonal_guide-may .section-wrapper__title > span::after,
.page-seasonal_guide-jun .section-wrapper__title > span::after,
.page-seasonal_guide-jul .section-wrapper__title > span::after,
.page-seasonal_guide-aug .section-wrapper__title > span::after,
.page-seasonal_guide-sep .section-wrapper__title > span::after,
.page-seasonal_guide-oct .section-wrapper__title > span::after {
	right: -18px;
	left: inherit;
	background: url(../images/icon_ptarmigan_summer.svg) no-repeat center center / contain;
}

/* .touring-topics */
.touring-topics {
	margin: 0;
	padding: 0 0 40px;
}
.touring-topics__inner {
	max-width: var(--max-content-width);
	margin: 0 auto;
}
.touring-topics__title {
	margin: 0 0 28px;
	padding: 0;
	font-weight: 700;
	font-size: clamp(1.125rem, 1.036rem + 0.36vw, 1.375rem);
	line-height: 1.35;
	text-align: center;
}
.touring-topics__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 42px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.touring-topics__item {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: 0;
}
.touring-topics__image {
	overflow: hidden;
	margin: 0 0 12px;
	border-radius: 18px;
	line-height: 0;
}
.touring-topics__image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}
.touring-topics__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-grow: 1;
	gap: 8px;
}
.touring-topics__item-title {
	margin: 0;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.45;
	text-align: left;
}
.touring-topics__item-description {
	margin: 0 0 4px;
	font-size: 0.8125rem;
	line-height: 1.7;
	text-align: left;
}
.touring-topics__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
	margin-top: 12px;
}
.touring-topics__link {
	display: inline-flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-width: min(100%, 160px);
	padding: 10px 16px 10px 20px;
	border: 1px solid var(--color-black);
	border-radius: var(--radius-full);
	background: #fff8dc;
	font-weight: 700;
	font-size: 0.8125rem;
	line-height: 1.35;
	text-align: left;
	text-decoration: none;
	transition: opacity 0.2s ease, background-color 0.2s ease;
}
.touring-topics__link:only-child {
	flex: 1 1 100%;
	min-width: 0;
}
.touring-topics__link::after {
	flex-shrink: 0;
	width: 1em;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
	content: '→';
}
.touring-topics__link:hover {
	background: #fff3c4;
	opacity: 0.92;
}

@media (min-width: 768px) {
	.section-wrapper {
		padding-bottom: 56px;
	}
	.section-wrapper__title {
		padding-top: 48px;
		padding-bottom: 8px;
	}
	.touring-topics {
		padding-bottom: 48px;
	}
	.touring-topics__title {
		margin-bottom: 36px;
		font-size: 1.125rem;
	}
	.touring-topics__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 28px;
		max-width: 760px;
		margin: 0 auto;
	}
	.touring-topics__image {
		margin-bottom: 14px;
		border-radius: 20px;
	}
	.touring-topics__item-title {
		font-size: 1.0625rem;
	}
	.touring-topics__item-description {
		font-size: 0.875rem;
	}
	.touring-topics__link {
		padding: 12px 18px 12px 22px;
		font-size: 0.875rem;
	}
}

@media (min-width: 1024px) {
	.touring-topics__list {
		gap: 40px 32px;
	}
	.touring-topics__image {
		border-radius: 22px;
	}
}

/* .touring-event */
.touring-event {
	padding: 8px 0 32px;
}
.touring-event__inner {
	max-width: var(--max-content-width);
	margin: 0 auto;
	padding: 28px 20px 32px;
	border: 3px solid var(--color-blue);
	border-radius: var(--radius-m);
	background: var(--color-white);
	box-sizing: border-box;
}
.touring-event__title {
	margin-bottom: 24px;
	font-weight: 700;
	font-size: clamp(1.125rem, 1.036rem + 0.36vw, 1.375rem);
	line-height: 1.35;
}
.touring-event__description {
	margin: 0 0 20px;
	font-size: 0.8125rem;
	line-height: 1.75;
}
.touring-event__list {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--gray-100);
}
.touring-event__row {
	display: grid;
	grid-template-columns: 1fr;
	align-items: start;
	margin-bottom: 8px;
	border-bottom: 1px solid var(--gray-100);
}
.touring-event__date {
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
	padding: 14px 10px 0;
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.45;
}
.touring-event__date::before {
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--color-blue);
	content: '';
}
.touring-event__names {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 10px;
}
.touring-event__link {
	display: inline-block;
	max-width: 100%;
	font-size: 0.9375rem;
	line-height: 1.5;
	text-decoration: underline;
}
.touring-event__link:hover {
	text-decoration-color: var(--color-black);
	opacity: 0.8;
}
.touring-event__more {
	margin-top: 24px;
	text-align: center;
}
.touring-event__more-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: fit-content;
	height: 38px;
	padding: 0 12px 0 24px;
	border: 1px solid var(--color-black);
	border-radius: var(--radius-full);
	background: var(--color-black);
	color: var(--color-white);
	font-weight: 700;
	font-size: 0.875rem;
}
.touring-event__more-link::after {
	width: 16px;
	height: 16px;
	background: url(../images/icon_arrow_white.svg) no-repeat center center / contain;
	content: '';
}
.touring-event__more-link:hover {
	text-decoration-color: var(--color-black);
	opacity: 0.85;
}

@media (min-width: 640px) {
	.touring-event__inner {
		padding: 32px 28px 36px;
		border-radius: calc(var(--radius-s) * 2);
	}
	.touring-event__row {
		grid-template-columns: minmax(200px, 30%) minmax(0, 1fr);
		align-items: start;
	}
	.touring-event__date {
		padding: 1em;
	}
	.touring-event__row:last-of-type .touring-event__date::after {
		display: block;
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 2px;
		background: var(--color-blue);
		content: '';
	}
	.touring-event__names {
		padding: 1em 1em 1em 2em;
	}
	.touring-event__more {
		text-align: right;
	}
}

@media (min-width: 768px) {
	.touring-event {
		position: relative;
		max-width: var(--max-content-width);
		margin: 0 auto;
		padding: 12px 0 40px;
	}
	.touring-event::before {
		position: absolute;
		top: 40px;
		right: calc(var(--container-padding) + 100px);
		font-size: 1.5rem;
		font-family: var(--font-montserrat);
		letter-spacing: 0.05em;
		color: var(--color-white);
		text-shadow:
			1px 1px 0 var(--gray-700), -1px -1px 0 var(--gray-700),
			-1px 1px 0 var(--gray-700),  1px -1px 0 var(--gray-700),
			1px 0 0 var(--gray-700), -1px  0 0 var(--gray-700),
			0 1px 0 var(--gray-700),  0 -1px 0 var(--gray-700);
		content: 'EVENT';
	}
	.touring-event::after {
		position: absolute;
		top: -8px;
		right: var(--container-padding);
		z-index: 1;
		width: 100px;
		height: 110px;
		background: url(../images/icon_event.svg) no-repeat center center / contain;
		content: '';
	}
	.touring-event__inner {
		padding: 36px 36px 40px;
		border-radius: calc(var(--radius-m) * 2);
	}
	.touring-event__description {
		margin-bottom: 28px;
		font-size: 0.875rem;
	}
	.touring-event__row {
		grid-template-columns: minmax(280px, 36%) minmax(0, 1fr);
		margin-bottom: 0;
	}
	.touring-event__date {
		font-size: 0.9375rem;
	}
	.touring-event__names {
		font-size: 0.875rem;
	}
	.touring-event__link {
		font-size: 0.875rem;
	}
}

/* .touring-sushi */
.touring-sushi__inner {
	position: relative;
	z-index: 0;
	max-width: var(--max-content-width);
	margin: 0 auto;
	padding: 36px clamp(20px, 4vw, 40px) 32px;
	overflow: hidden;
	border: 3px solid var(--color-gourmet);
	border-radius: var(--radius-m);
	background: url(../images/bg_sushi.png) no-repeat center top / cover;
}
.touring-sushi__title,
.touring-sushi__description,
.touring-sushi__images,
.touring-sushi__toppings,
.touring-sushi__brand {
	position: relative;
	z-index: 1;
}
.touring-sushi__title {
	margin-bottom: 24px;
	font-weight: 700;
	font-size: clamp(1.125rem, 1.036rem + 0.36vw, 1.375rem);
	line-height: 1.35;
}
.touring-sushi__description {
	margin: 0 0 28px;
	font-size: clamp(0.8125rem, 0.777rem + 0.18vw, 0.9375rem);
	line-height: 1.75;
	color: var(--gray-500);
}
.touring-sushi__images {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 0 32px;
}
.touring-sushi__figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin: 0;
}
.touring-sushi__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 98px;
	aspect-ratio: 1;
	overflow: hidden;
	border: 4px solid #CDB491;
	border-radius: 50%;
	background: #fff;
	line-height: 0;
}
.touring-sushi__image img {
	display: block;
	width: 90%;
	height: 90%;
	object-fit: contain;
	margin-bottom: 8px;
}
.touring-sushi__caption {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	color: var(--gray-700);
	font-size: 0.75rem;
	line-height: 1.4;
	text-align: center;
}
.touring-sushi__toppings {
	margin-top: 8px;
	padding: 18px 0;
	border-top: 1px dashed rgba(0, 0, 0, 0.22);
	border-bottom: 1px dashed rgba(0, 0, 0, 0.22);
}
.touring-sushi__toppings-text {
	margin: 0;
	font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
	font-weight: 500;
	line-height: 1.75;
	text-align: center;
}
.touring-sushi__brand {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}
.touring-sushi__brand-link {
	display: block;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
	.touring-sushi {
		position: relative;
		max-width: var(--max-content-width);
		margin: 0 auto;
	}
	.touring-sushi::before {
		position: absolute;
		top: 30px;
		right: calc(var(--container-padding) + 98px);
		z-index: 1;
		font-size: 1.5rem;
		font-family: var(--font-montserrat);
		letter-spacing: 0.05em;
		color: var(--color-white);
		text-shadow:
			1px 1px 0 var(--gray-700), -1px -1px 0 var(--gray-700),
			-1px 1px 0 var(--gray-700),  1px -1px 0 var(--gray-700),
			1px 0 0 var(--gray-700), -1px  0 0 var(--gray-700),
			0 1px 0 var(--gray-700),  0 -1px 0 var(--gray-700);
		content: 'SUSHI';
	}
	.touring-sushi::after {
		position: absolute;
		top: 52px;
		right: var(--container-padding);
		width: 92px;
		height: 44px;
		background: url(../images/icon_sushi3.svg) no-repeat center center / contain;
		content: '';
	}
	.touring-sushi__inner {
		padding-top: 44px;
		padding-bottom: 40px;
		border-radius: calc(var(--radius-m) * 2);
	}
	.touring-sushi__images {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		gap: clamp(24px, 5vw, 48px);
		margin-bottom: 40px;
	}
	.touring-sushi__figure {
		flex: 0 1 220px;
		max-width: 220px;
	}
	.touring-sushi__image {
		width: min(200px, 100%);
	}
	.touring-sushi__caption {
		bottom: 18px;
		font-size: 0.9375rem;
	}
	.touring-sushi__toppings-text {
		text-align: left;
	}
}

@media (min-width: 1024px) {
	.touring-event::before {
		top: 40px;
		right: calc(var(--container-padding) + 124px);
		font-size: 1.5rem;
	}
	.touring-event::after {
		top: 24px;
		width: 117px;
		height: 129px;
	}
	.touring-sushi::before {
		top: 30px;
		right: calc(var(--container-padding) + 120px);
		font-size: 1.5rem;
	}
	.touring-sushi::after {
		top: 44px;
		width: 111px;
		height: 53px;
	}
}

.seasons-section {
	position: relative;
	padding: 40px 0;
	background: #E8E0D5;
	overflow: hidden;
}
.seasons__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0.15;
}
.seasons__bg-mountain {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	height: 80%;
	object-fit: contain;
	object-position: right bottom;
}
.seasons__inner {
	position: relative;
	z-index: 1;
	width: 100%;
}
.seasons__header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 var(--container-padding);
}
.seasons__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.2em;
	position: relative;
	font-size: 1rem;
	color: var(--gray-700);
	line-height: 1.4;
}
.seasons__title::before {
	position: absolute;
	top: -12px;
	left: -58px;
	width: 49px;
	height: 45px;
	background: url(../images/icon_ptarmigan.svg) no-repeat center center / contain;
	content: '';
}
.seasons__title::after {
	position: absolute;
	top: -24px;
	right: calc(50% - 50vw);
	width: 136px;
	height: 19px;
	background: url(../images/seasonal_guide/icon_footprints.svg) no-repeat center center / contain;
	content: '';
}
.seasons__title img {
	width: clamp(13.25rem, 12.161rem + 5.45vw, 17.063rem);
}
.seasons__title .en {
	font-size: clamp(0.8125rem, 0.795rem + 0.09vw, 0.875rem);
	font-family: var(--font-montserrat);
	letter-spacing: 0.05em;
}

/* Slider Container */
.seasons__slider-container {
	display: flex;
	align-items: center;
	position: relative;
}
.seasons__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: var(--radius-full);
	background: var(--color-black);
	cursor: pointer;
}
.seasons__nav-prev {
	left: 8px;
}
.seasons__nav-next {
	right: 8px;
}
.seasons__slider-wrapper {
	width: 100%;
	padding: 20px var(--container-padding);
}
.seasons__slider-wrapper.swiper {
	overflow: hidden;
}
.seasons__list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.seasons__list.swiper-wrapper {
	display: flex;
	align-items: stretch;
	padding: 20px 0;
}
.seasons__item {
	flex-shrink: 0;
}
.seasons__item.swiper-slide {
	box-sizing: border-box;
	width: auto;
}
.seasons__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
}
.seasons__link.-current::before {
	position: absolute;
	top: -8px;
	left: -8px;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	border: 8px solid rgba(255, 255, 255, 0.64);
	border-radius: var(--radius-full);
	pointer-events: none;
	content: '';
}
.seasons__image {
	order: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 98px;
	height: 98px;
	border-radius: var(--radius-full);
	background: var(--color-white);
	overflow: hidden;
}
.seasons__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.seasons__month-num {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: clamp(1.875rem, 1.554rem + 1.61vw, 3rem);
	aspect-ratio: 1 / 1;
	border-radius: var(--radius-full);
	background: var(--color-white);
	color: #B7C7AA;
	font-style: italic;
	font-size: clamp(1.5rem, 1.357rem + 0.71vw, 2rem);
	font-family: var(--font-montserrat);
	line-height: 1;
	text-indent: -0.25em;
}
.seasons__month-name {
	position: absolute;
	bottom: 0.5em;
	left: 0;
	width: 100%;
	color: #B7C7AA;
	font-size: clamp(0.75rem, 0.607rem + 0.71vw, 1.25rem);
	font-family: var(--font-montserrat);
	text-align: center;
}

@media (min-width: 480px) {
	.seasons__title::after {
		top: -20px;
		right: -136px;
	}
}

@media (min-width: 768px) {
	.seasons-section {
		padding: 64px 0;
	}
	.seasons__link.-current::before {
		top: -12px;
		left: -12px;
		width: calc(100% + 24px);
		height: calc(100% + 24px);
		border-width: 12px;
	}
	.seasons__link.-current::before {
		top: -12px;
		left: -12px;
		width: calc(100% + 24px);
		height: calc(100% + 24px);
		border-width: 12px;
	}
	.seasons__image {
		width: 152px;
		height: 152px;
	}
}

@media (min-width: 1024px) {
	.seasons__bg-mountain {
		height: 100%;
		opacity: 0.2;
	}
	.seasons__header {
		margin-bottom: 24px;
	}
	.seasons__title::before {
		top: -2px;
		left: -80px;
		width: 66px;
		height: 60px;
	}
	.seasons__title::after {
		top: 4px;
		right: -166px;
	}
	.seasons__nav {
		width: 44px;
		height: 44px;
	}
	.seasons__nav-prev {
		left: 20px;
	}
	.seasons__nav-next {
		right: 20px;
	}
	.seasons__item {
		position: relative;
	}
	.seasons__item::after {
		position: absolute;
		bottom: -50%;
		right: -50%;
		width: 307px;
		height: 266px;
		background: url(../images/img_shadow.png) no-repeat center center / contain;
		content: '';
	}
	.seasons__image {
		width: 180px;
		height: 180px;
	}
	.seasons__image img {
		width: 90%;
		height: 90%;
	}
}

@media (min-width: 1440px) {
	.seasons-section {
		height: 480px;
		padding: 74px 0;
	}
}

/*--------------------------------------------------
	NEWS
--------------------------------------------------*/
.news-section {
	padding: 64px var(--container-padding);
	background: var(--gray-100);
}
.news-section .section__title {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	margin-bottom: 24px;
	font-size: clamp(0.75rem, 0.679rem + 0.36vw, 1rem);
	line-height: 1.2;
}
.news-section .section__title .en {
	font-weight: 700;
	font-size: clamp(1.6875rem, 1.491rem + 0.98vw, 2.375rem);
	font-family: var(--font-montserrat);
}
.news__list {
	max-width: var(--max-content-width);
	margin: 0 auto 24px;
	border-top: 1px solid var(--gray-300);
}
.news__item {
	border-bottom: 1px solid var(--gray-300);
}
.news__link {
	display: block;
	padding: 16px 0;
	text-decoration: none;
}
.news__date {
	display: block;
	margin-bottom: 4px;
	font-size: 0.8125rem;
	font-family: var(--font-montserrat);
}
.news__title {
	font-size: 0.9375rem;
	line-height: 1.71;
}

@media (min-width: 768px) {
	.news-section {
		padding: 80px 0;
	}
	.news-section .section__inner {
		position: relative;
	}
	.news-section .section__title {
		flex-direction: row-reverse;
		align-items: center;
		gap: 20px;
		line-height: 1;
	}
	.news__list {
		margin-bottom: 0;
	}
	.news__link {
		display: flex;
		gap: 40px;
	}
	.news__date {
		margin-top: 2px;
		margin-bottom: 0;
	}
}

@media (min-width: 960px) {
	.news-section .section__inner {
		padding: 0 var(--container-padding);
	}
}

@media (min-width: 1024px) {
	.news-section .section__header {
		max-width: var(--max-content-width);
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 60px;
	}
}

/*--------------------------------------------------
	スタイル上書き
--------------------------------------------------*/
.button,
.photo-archive .archive-filter-form__view-list.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: fit-content;
	height: 38px;
	padding: 0 12px 0 24px;
	border: 1px solid var(--color-black);
	border-radius: var(--radius-full);
	background: var(--color-white);
	color: var(--color-black);
	font-weight: 700;
	font-size: 0.875rem;
}
.button.button-primary {
	background: var(--color-black);
	color: var(--color-white);
}
.button::after {
	width: 16px;
	height: 16px;
	background: url(../images/icon_arrow_black.svg) no-repeat center center / contain;
	content: '';
}
.button.button-primary::after {
	background-image: url(../images/icon_arrow_white.svg);
}
.photo-archive__intro-actions {
	display: flex;
	gap: 8px;
	margin-bottom: 2em !important;
}
.post-type-archive-pamphlet .pamphlet-archive.wp-block {
	padding: 0 var(--container-padding);
	padding-inline: 0;
	padding-block: 0;
}
.pamphlet-archive__section .pamphlet-archive__grid {
	margin-top: 1.5rem;
	padding-inline: inherit;
	background: var(--color-white);
	border-radius: var(--radius-m);
}
.pamphlet-archive__thumb {
	margin-bottom: 0.5rem !important;
	border-radius: 0;
}
.post-type-archive-pamphlet .pamphlet-archive.wp-block .pamphlet-archive__thumb img {
	height: 100%;
	border-radius: 0;
}

@media (min-width: 768px) {
	.pamphlet-archive__body .pamphlet-archive__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.button {
		justify-content: space-between;
		min-width: 188px;
	}
	:is(.page__content, .single__content,
	.access-content__inner).wp-block .wp-block-columns, :is(.page__content,
	.single__content, .access-content__inner).wp-block .wp-block-buttons,
	:is(.page__content, .single__content, .access-content__inner).wp-block > *:not(.wp-block-columns) {
		margin-top: 1.25em !important;
	}
	.page-climber .page__content {
		padding-top: 40px !important;
	}
}

@media (min-width: 1024px) {
	.pamphlet-archive__body .pamphlet-archive__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1180px) {
	.post-type-archive-pamphlet .pamphlet-archive.wp-block {
		padding: 0;
	}
	.photo-archive .photo-archive__intro .archive__filters {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

.great-deals-archive__item .great-deals-archive__item-link {
	height: 100%;
}
.great-deals-single .wp-block-table.sub-table,
.page-coin-locker .wp-block-table {
	max-width: var(--max-content-width) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

@media (min-width: 768px) {
	.great-deals-archive .great-deals-archive__list {
		padding-top: 80px;
	}
}

@media (min-width: 1024px) {
	.great-deals-archive .great-deals-archive__list {
		padding-top: 100px;
	}
}

/* はじめての富山市 */
.page-first {
	overflow-x: hidden;
}

/* ボランティアガイド */
@media (max-width: 479px) {
	.archive__list .volunteer-archive .archive__index {
		width: 32px;
		height: 32px;
		font-size: 1rem;
	}
}

:is(.page__content, .single__content, .access-content__inner, .pamphlet-archive).wp-block .wp-block-buttons {
	gap: 12px;
	margin-top: 1.25em !important;
}

@media (min-width: 768px) {
	:is(.page__content, .single__content, .access-content__inner, .pamphlet-archive).wp-block .wp-block-buttons {
		gap: 24px;
	}
}

.favorite-archive .archive__excerpt {
	display: none;
}