@charset "UTF-8";
/* Web Font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://use.typekit.net/ydm4vqk.css");
/* Custom Properties */
:root {
	/* color */
	--color-main: #35A605;
	--color-main-dark: #04603E;
	--color-sub: rgb(50 165 0 / .22);
	--color-accent: #A61E05;
	--color-text: #080808;
	/* font */
	--font-default: "Zen Maru Gothic", sans-serif;
	--font-gothic: "Noto Sans", sans-serif;
	--font-en: memimas-pro, sans-serif;
}

/*-------------------------
reset
---------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	-webkit-text-size-adjust: 100%;
}

body, input, textarea {
	font-size: 16px;
}

body {
	color: var(--color-default);
	font-family: var(--font-default);
	font-size: 16px;
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: justify;
	line-height: 1.5;
	background-color: #DDF0D5;
	margin: 0;
	position: relative;
}
body.body-white {
	background: linear-gradient(180deg, #FFFFFF 20%, #DDF0D5);
}
body.body-white .l-fv__inner::after {
	background-image: url(../img/common/fv_sep01.png);
}

img, a, ul, li, iframe, fieldset {
	border: none;
	outline: none;
}

a, img {
	display: block;
	width: 100%;
}

a.inline, img.inline {
	display: inline;
	width: auto;
}

img {
	line-height: 0;
}

a {
	color: var(--color-text);
	text-decoration: none;
	transition: 0.2s ease-out;
}

h1, h2, h3, h4, ol, ul, li, dl, dt, dd, p, figure, from, iframe, fieldset, legend {
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4 {
	font-size: 100%;
	font-weight: normal;
}

em {
	font-style: normal;
}

article, aside, footer, header, main, nav, section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea {
	resize: vertical;
}

input, textarea, select {
	font-size: 16px;
	padding: 3px;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
}

select {
	padding: 2.5px 3px;
}

label {
	display: -webkit-box;
	display: flex;
}

label input {
	display: block;
}

/* iOSでのデフォルトスタイルをリセット */
input:focus {
	outline: none;
}

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

input[type=radio],
input[type=checkbox] {
	display: inline-block;
	height: 2em;
	font-size: 16px;
	margin: 0 5px 0 0;
	cursor: pointer;
}

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

input[type=submit]:focus,
input[type=button]:focus {
	outline-offset: -2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin-left: 5px;
	opacity: 0.5;
}

@media (width <= 640px) {
	.pc {
		display: none !important;
	}
}
@media (width > 640px) {
	.sp {
		display: none !important;
	}
}
/* サイド */
.box-side {
	padding-inline: 20px;
}

/* 横幅 */
.w1000 {
	width: min(100%, 1000px);
}
.w1000.box-side {
	width: min(100%, 1040px);
}

.w1190 {
	width: min(100%, 1190px);
}
.w1190.box-side {
	width: min(100%, 1230px);
}

/* 背景色 */
/* セクション */
/* マージン */
.c-mt15 {
	margin-top: 15px !important;
}

.c-mt-s {
	margin-top: 30px !important;
}
@media (width <= 640px) {
	.c-mt-s {
		margin-top: 20px !important;
	}
}

.c-mt-m {
	margin-top: 60px !important;
}
@media (width <= 640px) {
	.c-mt-m {
		margin-top: 40px !important;
	}
}

.c-mt-l {
	margin-top: 100px !important;
}
@media (width <= 640px) {
	.c-mt-l {
		margin-top: 80px !important;
	}
}

.m-auto {
	margin-inline: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

/* リスト */
.c-list01 > li {
	padding-left: 1em;
	position: relative;
}
.c-list01 > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.c-list01--notes > li::before {
	content: "※";
}
.c-list01--circle > li::before {
	content: "●";
	font-size: 0.75em;
	top: 0.25em;
}

/* 汎用タイトル */
.c-title01 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 34px;
	font-weight: bold;
	color: var(--color-main);
	writing-mode: vertical-rl;
	letter-spacing: 0.05em;
}
@media (width <= 640px) {
	.c-title01 {
		font-size: 26px;
		gap: 0;
		flex-direction: column;
		writing-mode: horizontal-tb;
	}
}
.c-title01::before {
	content: "";
	display: block;
	width: 74px;
	aspect-ratio: 9/4;
	background: url(../img/common/icon_yama.png) center/contain no-repeat;
}
@media (width <= 640px) {
	.c-title01::before {
		order: -2;
	}
}
.c-title01__en {
	font-size: 0.58em;
	color: var(--color-main-dark);
}
@media (width <= 640px) {
	.c-title01__en {
		order: -1;
	}
}

.c-title02 {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 42px;
	font-weight: bold;
}
@media (width <= 640px) {
	.c-title02 {
		font-size: 26px;
	}
}
.c-title02::before {
	content: "";
	display: block;
	width: 205px;
	aspect-ratio: 9/4;
	background: url(../img/common/icon_yama.png) center/contain no-repeat;
}
@media (width <= 640px) {
	.c-title02::before {
		width: 130px;
	}
}
.c-title02--s::before {
	width: 140px;
}

.c-title03 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
@media (width <= 640px) {
	.c-title03 {
		font-size: 24px;
	}
}

.c-title04 {
	font-size: 28px;
	font-weight: bold;
	padding-left: 1em;
	position: relative;
}
@media (width <= 640px) {
	.c-title04 {
		font-size: 24px;
	}
}
.c-title04::before {
	content: "";
	display: block;
	width: 14px;
	aspect-ratio: 1;
	background-color: #267E00;
	background-color: var(--color-main);
	border-radius: 50%;
	position: absolute;
	inset: 50% auto auto 0;
	translate: 0 -50%;
}
.c-title04--green {
	color: #1F6700;
}
.c-title04--green::before {
	background-color: #267E00;
}
.c-title04--fz26 {
	font-size: 26px;
}
@media (width <= 640px) {
	.c-title04--fz26 {
		font-size: 24px;
	}
}

.c-title05 {
	font-size: 28px;
	font-weight: bold;
	padding-left: 100px;
	position: relative;
}
@media (width <= 640px) {
	.c-title05 {
		font-size: 22px;
		padding-left: 40px;
	}
}
.c-title05::before {
	content: "";
	display: block;
	width: 80px;
	height: 6px;
	background-color: #267E00;
	border-radius: calc(infinity * 1px);
	position: absolute;
	inset: 50% auto auto 0;
	translate: 0 -50%;
}
@media (width <= 640px) {
	.c-title05::before {
		width: 30px;
	}
}

/* 汎用テキスト */
.ib {
	display: inline-block !important;
}

.lb {
	word-break: keep-all;
	overflow-wrap: anywhere;
}
.lb--l {
	text-align: left;
}
.lb--c {
	text-align: center;
}
.lb--l-c {
	text-align: left;
}
@media (width <= 640px) {
	.lb--l-c {
		text-align: center;
	}
}

.c-text-j {
	text-align: justify !important;
}

.c-text-r {
	text-align: right !important;
}

.c-text-c {
	text-align: center !important;
}

.c-fw-m {
	font-weight: 500 !important;
}

.c-fw-b {
	font-weight: bold !important;
}

.c-color-accent {
	color: var(--color-accent) !important;
}

/* 汎用ボタン */
.c-btn01 {
	display: block;
	font-weight: bold;
	color: #fff;
	width: fit-content;
	background-color: var(--color-main);
	border: 1px solid var(--color-main);
	border-radius: calc(infinity * 1px);
	padding: 15px 60px 15px 35px;
	position: relative;
}
.c-btn01::after {
	content: "";
	display: block;
	width: 10px;
	aspect-ratio: 10/11;
	background-color: #fff;
	position: absolute;
	inset: 50% 35px auto auto;
	translate: 0 -50%;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (any-hover: hover) {
	.c-btn01:hover {
		color: var(--color-main);
		background-color: #fff;
	}
	.c-btn01:hover::after {
		background-color: var(--color-main);
	}
}

.c-btn02 {
	--color: var(--color-main);
	font-weight: bold;
	color: var(--color);
	width: fit-content;
	background-color: #fff;
	border: 3px solid var(--color);
	border-radius: calc(infinity * 1px);
	padding: 13px 60px 13px 25px;
	position: relative;
}
.c-btn02::after {
	content: "";
	display: block;
	width: 10px;
	aspect-ratio: 10/11;
	background-color: var(--color);
	position: absolute;
	inset: 50% 20px auto auto;
	translate: 0 -50%;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (any-hover: hover) {
	.c-btn02:hover {
		color: #fff;
		background-color: var(--color);
	}
	.c-btn02:hover::after {
		background-color: #fff;
	}
}
.c-btn02--accent {
	--color: var(--color-accent);
}
.c-btn02--l {
	font-size: 26px;
	text-align: center;
	width: min(100%, 315px);
	padding: 18px 115px 18px 75px;
}
@media (width <= 640px) {
	.c-btn02--l {
		padding: 18px 75px 18px 25px;
	}
}
.c-btn02--l::after {
	width: 20px;
	right: 50px;
}

.c-link01 {
	color: #01ABE4;
}

.c-link02 {
	color: #0020A7;
}

/* テーブル */
.c-table01 {
	letter-spacing: 0;
	min-width: max-content;
	border-radius: 11px;
	overflow: hidden;
}
.c-table01 thead {
	background-color: #267E00;
}
.c-table01 tbody {
	background-color: #fff;
}
.c-table01 tbody > tr + tr {
	border-top: 1px solid rgba(117, 181, 89, 0.3);
}
.c-table01 tr > * + * {
	border-left: 1px solid rgba(117, 181, 89, 0.3);
}
.c-table01 th {
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	padding: 5px;
}
.c-table01 td {
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	padding: 10px 35px;
}
.c-table01 td.c-table01__left {
	text-align: left;
}
.c-table01 td.c-table01__text {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}
.c-table01__wrap {
	overflow: auto;
}
.c-table01__month small {
	font-size: 20px;
}
.c-table01__time small {
	font-size: 16px;
}
.c-table01__notes {
	display: flex;
	align-items: center;
	gap: 10px;
}
.c-table01__notes small {
	font-size: 14px;
	color: var(--color-accent);
	line-height: 1;
}
.c-table01__bt-none {
	border-top: 0 !important;
}
.c-table01__bl {
	border-left: 1px solid rgba(117, 181, 89, 0.3) !important;
}
.c-table01__vab {
	vertical-align: baseline;
}
.c-table01__fz10 {
	font-size: 10px !important;
}
.c-table01__fz12 {
	font-size: 12px !important;
}
.c-table01__fz15 {
	font-size: 15px !important;
}
.c-table01__fz16 {
	font-size: 16px !important;
}
.c-table01__text-l {
	text-align: left !important;
}

/* フェードイン */
.c-feed {
	translate: 0 100px;
	opacity: 0;
	transition: opacity 1s, translate 1s;
}
.c-feed.animated {
	translate: 0 0;
	opacity: 1;
}

/* 下層 */
.l-fv {
	padding: 15px 15px 0;
}
.l-fv__inner {
	display: grid;
	place-items: center;
	min-height: 335px;
	padding: 0 10px;
	position: relative;
}
@media (width <= 640px) {
	.l-fv__inner {
		min-height: 300px;
	}
}
.l-fv__inner::after {
	content: "";
	display: block;
	width: 100%;
	height: 3.66vw;
	background: url(../img/common/fv_sep.png) center bottom/100% auto no-repeat;
	position: absolute;
	inset: auto auto -1px 0;
}
.l-fv__title {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}
@media (width <= 640px) {
	.l-fv__title {
		font-size: 32px;
	}
}
.l-fv__title-s {
	display: block;
	font-size: 0.61em;
	margin-top: -0.5em;
}
.l-fv__title-kana {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #267E00;
	min-height: 30px;
	width: fit-content;
	background-color: #F6FFF2;
	border-radius: calc(infinity * 1px);
	padding: 0 15px;
	margin: 0 auto;
}
.l-fv__title-main {
	text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
}
.l-fv__bg {
	width: 100%;
	height: 100%;
	border-radius: 16px 16px 0 0;
	position: absolute;
	inset: 0 auto auto 0;
	overflow: hidden;
}
.l-fv__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.l-fv__breadList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.l-fv__breadList > li {
	display: flex;
	align-items: center;
	font-size: 15px;
}
.l-fv__breadList > li::after {
	content: "＞";
	display: inline-block;
	font-size: 0.75em;
	margin-inline: 0.5em;
}
.l-fv__breadList > li:last-child::after {
	content: none;
}

.l-btngroup {
	padding-block: 140px 190px;
}
@media (width <= 640px) {
	.l-btngroup {
		padding-top: 80px;
	}
}
.l-btngroup__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.l-btngroup__list--col1 .l-btngroup__item {
	width: 100%;
}
.l-btngroup__list--col4 .l-btngroup__item {
	width: calc((100% - 60px) / 4);
}
@media (width <= 640px) {
	.l-btngroup__list--col4 .l-btngroup__item {
		width: 100%;
	}
}
.l-btngroup__list--col4 .l-btngroup__link {
	font-size: 20px;
}
.l-btngroup__list--col4 .l-btngroup__link-en {
	font-size: 13px;
}
.l-btngroup__list + .l-btngroup__list {
	margin-top: 20px;
}
.l-btngroup__item {
	width: calc((100% - 40px) / 3);
}
@media (width <= 640px) {
	.l-btngroup__item {
		width: 100%;
	}
}
.l-btngroup__link {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 35px 10px;
}
.l-btngroup__link::before {
	content: "";
	display: block;
	width: 70px;
	aspect-ratio: 7/4;
	background: center/contain no-repeat;
	margin: 0 auto 10px;
}
@media (any-hover: hover) {
	.l-btngroup__link:hover {
		color: #fff;
		background-color: var(--color-main);
	}
	.l-btngroup__link:hover::before {
		filter: brightness(0) invert(1);
	}
	.l-btngroup__link:hover .l-btngroup__link-en {
		color: #fff;
	}
}
.l-btngroup__link--01::before {
	background-image: url(../img/common/icon_link01.png);
}
.l-btngroup__link--02::before {
	background-image: url(../img/common/icon_link02.png);
}
.l-btngroup__link--03::before {
	background-image: url(../img/common/icon_link03.png);
}
.l-btngroup__link--04::before {
	background-image: url(../img/common/icon_link04.png);
}
.l-btngroup__link--05::before {
	background-image: url(../img/common/icon_link05.png);
}
.l-btngroup__link--06::before {
	background-image: url(../img/common/icon_link06.png);
}
.l-btngroup__link--07::before {
	background-image: url(../img/common/icon_link07.png);
}
.l-btngroup__link--08::before {
	background-image: url(../img/common/icon_link08.png);
}
.l-btngroup__link--09::before {
	background-image: url(../img/common/icon_link09.png);
}
.l-btngroup__link--10::before {
	background-image: url(../img/common/icon_link10.png);
}
.l-btngroup__link--11::before {
	background-image: url(../img/common/icon_link11.png);
}
.l-btngroup__link--12::before {
	background-image: url(../img/common/icon_link12.png);
}
.l-btngroup__link--13::before {
	background-image: url(../img/common/icon_link13.png);
}
.l-btngroup__link--14::before {
	background-image: url(../img/common/icon_link14.png);
}
.l-btngroup__link--15::before {
	background-image: url(../img/common/icon_link15.png);
}
.l-btngroup__link--16::before {
	background-image: url(../img/common/icon_link16.png);
}
.l-btngroup__link--17::before {
	background-image: url(../img/common/icon_link17.png);
}
.l-btngroup__link--18::before {
	background-image: url(../img/common/icon_link18.png);
}
.l-btngroup__link--19::before {
	background-image: url(../img/common/icon_link19.png);
}
.l-btngroup__link-en {
	display: block;
	font-size: var(--font-en);
	font-size: 16px;
	font-weight: 400;
	color: #328011;
	font-style: italic;
	text-transform: uppercase;
	opacity: 0.3;
}

/* ライトボックス上書き */
.lightbox {
	display: flex;
	flex-direction: column-reverse;
	row-gap: 10px;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 135px 20px 40px;
	position: fixed;
	inset: 0 auto auto 0;
	z-index: 10;
	transition: background-color 0.2s ease-out;
}
@media (width <= 767px) {
	.header {
		padding: 20px 80px 20px 10px;
	}
}
.header--bg {
	background-color: #fff;
}
.header--l {
	background-color: #fff;
	position: sticky;
}
.header__title {
	width: 355px;
}
@media (width <= 640px) {
	.header__title {
		width: 260px;
	}
}
.header__nav {
	display: flex;
	align-items: center;
	gap: 35px;
}
.header__list {
	display: flex;
	gap: 25px;
}
@media (width <= 1200px) {
	.header__list {
		display: none;
	}
}
.header__list-item {
	position: relative;
}
.header__list-item:has(.header__list-child) {
	cursor: pointer;
}
@media (any-hover: hover) {
	.header__list-item:has(.header__list-child):hover .header__list-child {
		opacity: 1;
		pointer-events: auto;
	}
}
@media (any-hover: hover) {
	.header__list-link:hover {
		color: var(--color-main);
	}
}
.header__list-child {
	width: max-content;
	background-color: var(--color-main);
	padding: 15px;
	position: absolute;
	inset: 100% auto auto 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	border-radius:10px;
}
.header__list-child-item + .header__list-child-item {
	border-top: 1px solid #fff;
	padding-top: 1em;
	margin-top: 1em;
}
.header__list-child-link {
	color: #fff;
}
.header__lang {
	position: relative;
}
.header__lang::after {
	content: "";
	display: block;
	width: 8px;
	aspect-ratio: 8/9;
	background-color: #fff;
	position: absolute;
	inset: 50% 16px auto auto;
	translate: 0 -50%;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (width <= 640px) {
	.header__lang {
		display: none;
	}
}
.header__lang select {
	color: #fff;
	font-weight: bold;
	width: 136px;
	height: 40px;
	background-color: var(--color-main);
	border: 1px solid var(--color-main);
	border-radius: calc(infinity * 1px);
	margin:0;
	padding: 0 15px 2px 15px;
	position: relative;
	appearance: none;
}

.footer {
	background: url(../img/common/footer_bg.png) center top/cover no-repeat;
	padding: 115px 10px 15px;
	position: relative;
}
@media (min-width: 1366px) {
	.footer {
		padding-top: 8.41vw;
	}
}
@media (width <= 640px) {
	.footer {
		background-position: center;
		padding-top: 200px;
	}
}
.footer--home {
	background-color: var(--color-sub);
}
.footer--home::before {
	background-color: var(--color-sub);
}
.footer__panel {
	width: min(100%, 1190px);
	background-color: #fff;
	border: 3px solid var(--color-main);
	border-radius: 20px;
	padding: 70px 35px 30px;
	margin-inline: auto;
	position: relative;
}
@media (width <= 640px) {
	.footer__panel {
		padding: 30px 20px;
	}
}
.footer__panel::before {
	content: "";
	display: block;
	width: 144px;
	aspect-ratio: 144/136;
	background: url(../img/common/footer_sun.png) center/contain no-repeat;
	position: absolute;
	inset: auto auto calc(100% + 20px) 0;
	z-index: -1;
}
.footer__top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}
.footer__addr {
	width: min(100%, 422px);
	padding-top: 10px;
}
.footer__addr-name, .footer__addr-addr {
	font-size: 20px;
	font-weight: bold;
}
.footer__addr-name {
	margin-top: 45px;
}
.footer__addr-addr {
	margin-top: 10px;
}
.footer__addr-addr-s {
	font-size: 0.8em;
}
.footer__addr-tel {
	font-weight: normal;
}
.footer__btn {
	margin-top: 45px;
}
.footer__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 65px;
	width: min(100%, 640px);
}
.footer__menu-left {
	width: min(100%, 135px);
}
.footer__menu-right {
	width: min(100%, 440px);
}
.footer__menu-list + .footer__menu-list {
	margin-top: 15px;
}
@media (any-hover: hover) {
	.footer__menu-list-item a:hover {
		color: var(--color-main);
	}
}
.footer__menu-list-link {
	font-size: 19px;
	font-weight: 900;
	line-height: 2.1;
}
.footer__menu-child {
	display: flex;
	flex-direction: column;
	gap: 10px 15px;
	padding-left: 15px;
}
.footer__menu-child--yoko {
	flex-direction: row;
	flex-wrap: wrap;
}
.footer__menu-child-link {
	letter-spacing: 0.05em;
}
.footer__bottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap-reverse;
	gap: 20px;
	margin-top: 20px;
}
@media (width <= 640px) {
	.footer__bottom {
		flex-direction: column-reverse;
		align-items: center;
		margin-top: 40px;
	}
}
.footer__sns-text {
	font-size: 21px;
	text-align: center;
	line-height: 1.7;
}
.footer__sns-list {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 15px;
}
.footer__submenu {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
}
@media (width <= 640px) {
	.footer__submenu {
		flex-direction: column;
		width:100%;
	}
}
.footer__submenu-link {
	display: block;
	font-size: 10px;
	font-weight: bold;
	border: 2px solid var(--color-main);
	padding: 5px 15px;
}
@media (any-hover: hover) {
	.footer__submenu-link:hover {
		color: #fff;
		background-color: var(--color-main);
	}
}
@media (width <= 640px) {
	.footer__submenu-link {
		text-align:center;
	}
}
.footer__copy {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

.offcanvas {
	position: fixed;
	inset: 25px 50px auto auto;
	z-index: 100;
}
.offcanvas__icon {
	width: 50px;
	height: 38px;
	aspect-ratio: 1;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	z-index: 200;
	/*ボタン内側*/
}
.offcanvas__icon::before, .offcanvas__icon::after {
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	background-color: var(--color-main);
	border-radius: calc(infinity * 1px);
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	position: absolute;
}
.offcanvas__icon span {
	color: var(--color-main);
	font-weight: bold;
	line-height: 1;
	position: absolute;
	inset: auto auto 0 50%;
	translate: -50% 0;
}
.offcanvas__icon::before {
	inset: 0 auto auto 0;
}
.offcanvas__icon::after {
	inset: 13px auto auto 0;
}
.offcanvas__icon--active::before, .offcanvas__icon--active::after {
	inset: 50% auto auto 50%;
	background-color: #fff;
}
.offcanvas__icon--active::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.offcanvas__icon--active::after {
	transform: translate(-50%, -50%) rotate(45deg);
}
.offcanvas__icon--active span {
	opacity: 0;
}
@media (width <= 767px) {
	.offcanvas {
        inset: 20px 10px auto auto;
    }
	.offcanvas__icon{
		width:40px;
	}
	.offcanvas__icon span{
		font-size:10px;
		inset: 16px auto 0 50%;
	}
	.offcanvas__icon::after {
    	inset: 8px auto auto 0;
	}
	.offcanvas__icon--active::after{
		inset: 50% 50% 0;
	}
}
.offcanvas__menu {
	background-color: var(--color-main);
	width: 100vw;
	height: 100vh;
	padding: 75px 10px;
	position: fixed;
	inset: 0 auto auto 0;
	z-index: 99;
	translate: 100% 0;
	transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	overflow: auto;
}
.offcanvas__menu--active {
	translate: 0 0;
}
.offcanvas__menu .footer__panel::before {
	content: none;
}

.t-fv {
	display: flex;
	align-items: flex-end;
	height:100vh;
	min-height: 780px;
	position: relative;
}
.t-fv__panel {
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
	padding-block: 100px 42px;
}
.t-fv__catch {
	padding-bottom: 150px;
}
@media (width <= 640px) {
	.t-fv {
		height:initial;
	}
	.t-fv__catch {
		padding-bottom: 60px;
	}
}
.t-fv__catch-text {
	display: block;
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
}
@media (width <= 640px) {
	.t-fv__catch-text {
		font-size: 30px;
	}
}
.t-fv__catch-text + .t-fv__catch-text {
	margin-top: 15px;
}
.t-fv__info {
	width: min(100%, 475px);
	margin-left: auto;
}
.t-fv__weather {
	color: #fff;
	width: fit-content;
	margin-left: auto;
}
.t-fv__weather-title {
	font-weight: bold;
	color: #fff;
	line-height: 2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px;
}
.t-fv__weather-title-s {
	font-size: 0.8em;
}
.t-fv__weather-info {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 26px;
	line-height: 1.23;
	border-bottom: 1px solid #fff;
	padding: 5px;
}
.t-fv__weather-info::before {
	content: "";
	order: 2;
	display: block;
	width: 7px;
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
}
.t-fv__weather-info > * {
	display: block;
}
.t-fv__weather-temperature {
	order: 1;
}
.t-fv__weather-weather {
	order: 3;
	display: flex;
	align-items: center;
	gap: 5px;
}
.t-fv__weather-weather::before {
	content: "";
	display: block;
	width: 26px;
	aspect-ratio: 26/25;
	background: center/contain no-repeat;
}
.t-fv__weather-weather--hare::before {
	background-image: url(../img/home/fv_icon01.png);
}
.t-fv__weather-weather--kaminari::before {
	width: 29px;
	aspect-ratio: 1;
	background-image: url(../img/home/fv_icon03.png);
}
.t-fv__weather-weather--kumori::before {
	width: 33px;
	aspect-ratio: 3/2;
	background-image: url(../img/home/fv_icon04.png);
}
.t-fv__weather-weather--ame::before {
	width: 33px;
	aspect-ratio: 3/2;
	background-image: url(../img/home/fv_icon05.png);
}
.t-fv__weather-weather--yuki::before {
	width: 33px;
	aspect-ratio: 3/2;
	background-image: url(../img/home/fv_icon06.png);
}
.t-fv__weather-list {
	font-size: 10px;
	font-weight: bold;
	width: fit-content;
	margin: 5px 0 0 auto;
}
.t-fv__operation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px 20px;
	background-color: #fff;
	border: 3px solid var(--color-main);
	border-radius: 16px;
	padding: 21.5px 20px 7px;
	margin-top: 25px;
}
@media (width <= 640px) {
	.t-fv__operation {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-bottom: 20px;
	}
}
.t-fv__operation-box {
	padding-bottom: 15px;
}
@media (width <= 640px) {
	.t-fv__operation-box {
		padding-bottom: 0;
	}
}
.t-fv__operation-box + .t-fv__operation-box {
	position: relative;
}
.t-fv__operation-box + .t-fv__operation-box::before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: var(--color-main);
	position: absolute;
	inset: 0 auto auto -11px;
}
@media (width <= 640px) {
	.t-fv__operation-box + .t-fv__operation-box::before {
		width: 100%;
		height: 2px;
		inset: -21px auto auto 0;
	}
}
.t-fv__operation-name {
	display: grid;
	place-items: center;
	text-align: center;
	font-weight: bold;
	color: var(--color-main);
	width: 152px;
	min-height: 40px;
	border: 2px solid var(--color-main);
	border-radius: 4px;
	margin-inline: auto;
}
.t-fv__operation-name--reverse {
	color: #fff;
	background-color: var(--color-main);
}
.t-fv__operation-situation {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 16px;
}
.t-fv__operation-situation--red {
	color: var(--color-accent);
}
.t-fv__operation-time {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 185px;
	margin: 20px auto 0;
}
.t-fv__operation-time-title {
	display: block;
	font-size: 8px;
	font-weight: bold;
	writing-mode: vertical-rl;
	width: fit-content;
}
.t-fv__operation-time-time {
	flex: 1;
	font-size: 29px;
	font-weight: bold;
	text-align: center;
}
.t-fv__operation-night {
	display: grid;
	place-items: center;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #010933;
	min-height: 40px;
	border-radius: 4px;
	margin-top: 20px;
}
.t-fv__swiper {
	width: 100%;
	height: 100%;
	position: absolute !important;
	inset: 0 auto auto 0;
	z-index: -1 !important;
}
.t-fv__swiper-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* お知らせ */
.t-info {
	background-color: var(--color-sub);
	padding: 120px 20px 0;
	margin-bottom: 6.22vw;
	position: relative;
}
@media (width <= 640px) {
	.t-info {
		padding-block: 80px;
	}
}
.t-info::after {
	content: "";
	display: block;
	width: 100%;
	height: 6.22vw;
	background: url(../img/home/information_sep01.png) center top/100% auto no-repeat;
	inset: 100% auto auto 0;
	position: absolute;
}
.t-info__inner {
	background-color: #fff;
	border: 3px solid var(--color-main);
	border-radius: 20px;
	padding: 100px 20px 40px;
}
@media (width <= 640px) {
	.t-info__inner {
		padding-top: 40px;
	}
}
.t-info__panel {
	display: flex;
	gap: 25px;
	width: min(100%, 900px);
	margin-inline: auto;
}
@media (width <= 640px) {
	.t-info__panel {
		flex-direction: column;
		align-items: center;
		gap: 75px;
	}
}
.t-info__title {
	width: fit-content;
}
.t-info__article {
	flex: 1;
	position: relative;
}
.t-info__new {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
	width: fit-content;
	background-color: #762A2A;
	border-radius: 10px;
	padding: 8px 30px;
	position: absolute;
	inset: auto auto calc(100% + 10px) 0;
	rotate: -5deg;
}
.t-info__new::after {
	content: "";
	display: block;
	width: 13px;
	aspect-ratio: 13/16;
	background-color: #762A2A;
	position: absolute;
	inset: calc(100% - 1px) auto auto 25px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.t-info__list {
	letter-spacing: 0.05em;
}
.t-info__list-item:first-child .t-info__list-link {
	padding-top: 0;
}
.t-info__list-link {
	display: flex;
	align-items: last baseline;
	gap: 10px 0;
	border-bottom: 2px solid var(--color-main);
	padding: 20px 0 20px 20px;
	position: relative;
}
@media (width <= 640px) {
	.t-info__list-link {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 0;
	}
}
@media (any-hover: hover) {
	.t-info__list-link:hover .t-info__list-title {
		text-decoration: underline;
	}
}
.t-info__list-date {
	width: 135px;
}
.t-info__list-title {
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	padding-right: 40px;
	position: relative;
	letter-spacing: -0.002em;
}
.t-info__list-title::after {
	content: "";
	display: block;
	width: 15px;
	aspect-ratio: 15/13;
	background-color: var(--color-main);
	position: absolute;
	inset: 50% 15px auto auto;
	translate: 0 -50%;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.t-info__btn {
	margin: 35px 0 0 auto;
}

/* 案内 */
.t-guide {
	padding-block: 60px 115px;
}
@media (width <= 640px) {
	.t-guide {
		padding-bottom: 80px;
	}
}
.t-guide__inner {
	margin-top: 40px;
}
@media (width <= 767px) {
	.t-guide__inner {
		display: flex;
		flex-direction: column;
	}
}
.t-guide__list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}
@media (width <= 767px) {
	.t-guide__list {
		display: contents;
	}
}
.t-guide__list-item {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}
@media (width <= 767px) {
	.t-guide__list-item {
		flex-direction: row;
	}
	.t-guide__list-item + .t-guide__list-item {
		margin-top: 10px;
	}
	.t-guide__list-item:first-of-type {
		order: 1;
	}
	.t-guide__list-item:nth-of-type(2) {
		order: 3;
	}
	.t-guide__list-item:nth-of-type(3) {
		order: 5;
	}
	.t-guide__list-item:nth-of-type(4) {
		order: 7;
	}
	.t-guide__list-item:nth-of-type(5) {
		order: 9;
	}
}
@media (any-hover: hover) {
	.t-guide__list-item:hover {
		color: #fff;
		background-color: var(--color-main);
	}
	.t-guide__list-item:hover .t-guide__list-title,
	.t-guide__list-item:hover .t-guide__list-title-en {
		color: #fff;
	}
	.t-guide__list-item:hover .t-guide__list-title::before {
		filter: brightness(0) invert(1);
	}
}
.t-guide__list-item--active .t-guide__list-title,
.t-guide__list-item--active .t-guide__list-title-en {
	color: #fff;
}
.t-guide__list-item--active .t-guide__list-title {
	background-color: var(--color-main);
}
.t-guide__list-item--active .t-guide__list-title::before {
	filter: brightness(0) invert(1);
}
@media (width <= 767px) {
	.t-guide__list-item--active {
		border-radius: 8px 8px 0 0;
	}
}
.t-guide__list-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.45;
	padding: 20px 10px;
}
@media (width <= 960px) {
	.t-guide__list-title {
		font-size: 18px;
	}
}
@media (width <= 767px) {
	.t-guide__list-title {
		flex: 1;
	}
}
.t-guide__list-title::before {
	content: "";
	display: block;
	width: 48px;
	aspect-ratio: 1;
	background: center/contain no-repeat;
}
.t-guide__list-title--01::before {
	background-image: url(../img/home/guide_icon01.png);
}
.t-guide__list-title--02::before {
	background-image: url(../img/home/guide_icon02.png);
}
.t-guide__list-title--03::before {
	background-image: url(../img/home/guide_icon03.png);
}
.t-guide__list-title--04::before {
	background-image: url(../img/home/guide_icon04.png);
}
.t-guide__list-title--05::before {
	background-image: url(../img/home/guide_icon05.png);
}
.t-guide__list-title-en {
	font-family: var(--font-en);
	display: block;
	font-size: 8px;
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
	color: #328011;
}
.t-guide__list-img {
	width: 100%;
	height: 102px;
	margin-top: auto;
}
@media (width <= 767px) {
	.t-guide__list-img {
		width: 120px;
		height: auto;
		margin-top: 0;
	}
}
.t-guide__list-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.t-guide__cts {
	width: min(100%, 1190px);
	background-color: #fff;
	border: 3px solid var(--color-main);
	border-radius: 20px;
	padding: 95px 10px 40px;
	margin: -102px auto 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: none;
}
@media (width <= 1040px) {
	.t-guide__cts {
		border-radius: 0 0 20px 20px;
	}
}
@media (width <= 640px) {
	.t-guide__cts {
		padding: 60px 10px 130px;
	}
}
.t-guide__cts::before {
	content: "";
	display: block;
	width: 130px;
	aspect-ratio: 130/112;
	background: url(../img/home/guide_tree.png) center/contain no-repeat;
	position: absolute;
	inset: auto auto 0 40px;
}
.t-guide__cts--climbing::after {
	content: "";
	display: block;
	width: 185px;
	aspect-ratio: 187/117;
	background: url(../img/home/guide_climbing.png) center/contain no-repeat;
	position: absolute;
	inset: auto 65px 0 auto;
}
@media (width <= 640px) {
	.t-guide__cts--climbing::after {
		width: 100px;
		right: 0;
	}
}
.t-guide__cts--hotel {
	padding-top:30px;
}
@media (width <= 640px) {
	.t-guide__cts--hotel {
		padding-bottom: 60px;
	}
}
.t-guide__cts--hotel::before {
	content: none;
}
.t-guide__cts--hotel .t-guide__cts-bg {
	opacity: 0.2;
}
@media (width <= 767px) {
	.t-guide__cts {
		margin-top: 0;
	}
	.t-guide__cts--cablecar {
		order: 2;
	}
	.t-guide__cts--ropeway {
		order: 4;
	}
	.t-guide__cts--climbing {
		order: 6;
	}
	.t-guide__cts--food {
		order: 8;
	}
	.t-guide__cts--hotel {
		order: 10;
	}
}
.t-guide__cts--active {
	display: block;
}
.t-guide__cts-box {
	width: min(100%, 1115px);
	margin-inline: auto;
}
.t-guide__cts-box > * + .t-guide__cts-title {
	margin-top: 80px;
}
@media (width <= 640px) {
	.t-guide__cts-box > * + .t-guide__cts-title {
		margin-top: 40px;
	}
}
.t-guide__cts-title {
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 30px;
}
@media (width <= 640px) {
	.t-guide__cts-title {
		font-size: 22px;
	}
}
.t-guide__cts-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
.t-guide__cts-list + .t-guide__cts-list {
	margin-top: 80px;
}
@media (width <= 640px) {
	.t-guide__cts-list + .t-guide__cts-list {
		margin-top: 40px;
	}
}
.t-guide__cts-list--l {
	width: min(100%, 745px);
	margin-inline: auto;
}
.t-guide__cts-list--l .t-guide__cts-item {
	width: calc((100% - 15px) / 2);
}
@media (width <= 640px) {
	.t-guide__cts-list--l .t-guide__cts-item {
		width: 100%;
	}
}
.t-guide__cts-item {
	width: calc((100% - 45px) / 4);
}
@media (width <= 767px) {
	.t-guide__cts-item {
		width: calc((100% - 15px) / 2);
	}
}
@media (width <= 640px) {
	.t-guide__cts-item {
		width: 100%;
	}
}
.t-guide__cts-link {
	display: flex;
	flex-direction: column-reverse;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 10px 20px;
}
@media (any-hover: hover) {
	.t-guide__cts-link:hover {
		color: #fff;
		background-color: #328010;
	}
	.t-guide__cts-link:hover .t-guide__cts-icon {
		background-color: #fff;
	}
	.t-guide__cts-link:hover .t-guide__cts-icon::after {
		filter: brightness(0) saturate(100%) invert(29%) sepia(91%) saturate(1464%) hue-rotate(73deg) brightness(95%) contrast(87%);
	}
}
.t-guide__cts-link--01 .t-guide__cts-icon::after {
	background-image: url(../img/home/guide_icon_sub01.png);
}
.t-guide__cts-link--02 .t-guide__cts-icon::after {
	background-image: url(../img/home/guide_icon_sub02.png);
}
.t-guide__cts-link--03 .t-guide__cts-icon::after {
	background-image: url(../img/home/guide_icon_sub03.png);
}
.t-guide__cts-link--04 .t-guide__cts-icon::after {
	background-image: url(../img/home/guide_icon_sub04.png);
}
.t-guide__cts-link--05 .t-guide__cts-icon::after {
	background-image: url(../img/home/guide_icon_sub05.png);
}
.t-guide__cts-link--06 .t-guide__cts-icon::after {
	background-image: url(../img/home/guide_icon_sub06.png);
}
.t-guide__cts-link--07 .t-guide__cts-icon::after {
	background-image: url(../img/home/guide_icon_sub07.png);
}
.t-guide__cts-link--08 .t-guide__cts-icon::after {
	background-image: url(../img/home/guide_icon_sub08.png);
}
.t-guide__cts-link--09 .t-guide__cts-icon::after {
	background-image: url(../img/home/guide_icon_sub09.png);
}
.t-guide__cts-link--10 .t-guide__cts-icon::after {
	background-image: url(../img/home/guide_icon_sub10.png);
}
.t-guide__cts-link--11 .t-guide__cts-icon::after {
	background-image: url(../img/home/guide_icon_sub11.png);
}
.t-guide__cts-link--12 .t-guide__cts-icon::after {
	background-image: url(../img/home/guide_icon_sub12.png);
}
.t-guide__cts-link--13 .t-guide__cts-icon::after {
	background-image: url(../img/home/guide_icon_sub13.png);
}
.t-guide__cts-link--14 .t-guide__cts-icon::after {
	background-image: url(../img/home/guide_icon_sub14.png);
}
.t-guide__cts-icon {
	width: 60px;
	aspect-ratio: 1;
	background: #328010 center/contain no-repeat;
	border-radius: 50%;
	margin: 0 auto 15px;
	position: relative;
}
.t-guide__cts-icon::after {
	content: "";
	display: block;
	width: 60px;
	aspect-ratio: 1;
	background: url(../img/home/guide_icon_sub01.png) center/contain no-repeat;
	border-radius: 50%;
}
.t-guide__cts-text {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}
.t-guide__cts-text-s {
	display: block;
	font-size: 10px;
}
.t-guide__cts-btn {
	margin: 80px 0 0 auto;
}
@media (width <= 640px) {
	.t-guide__cts-btn {
		margin: 40px auto 0;
	}
}
.t-guide__cts-btn--center {
	margin: 40px auto 0;
}
.t-guide__cts-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0 auto auto 0;
	z-index: -1;
	opacity: 0.3;
}
.t-guide__cts-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.t-guide__mapbtn {
	display: flex;
	justify-content: center;
	gap: 20px 40px;
	margin-top: 75px;
}
@media (width <= 1200px) {
	.t-guide__mapbtn {
		flex-direction: column;
		align-items: center;
	}
}
@media (width <= 640px) {
	.t-guide__mapbtn {
		margin-top: 40px;
	}
}
.t-guide__mapbtn-item {
	width: min(100%, 310px);
}
.t-guide__mapbtn-item--l {
	width: min(100%, 390px);
}
.t-guide__mapbtn-btn {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.15;
	color: #fff;
	text-align: center;
	width: min(100%, 310px);
	background-color: #2B9000;
	border: 1px solid #2B9000;
	border-radius: calc(infinity * 1px);
	padding: 20px 70px 20px 40px;
	position: relative;
}
@media (width <= 640px) {
	.t-guide__mapbtn-btn {
		font-size: 22px;
	}
}
.t-guide__mapbtn-btn::after {
	content: "";
	display: block;
	width: 20px;
	aspect-ratio: 21/23;
	background-color: #fff;
	position: absolute;
	inset: 50% 40px auto auto;
	translate: 0 -50%;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.t-guide__mapbtn-btn span {
	display: block;
	font-size: 16px;
	font-weight: 500;
}
@media (any-hover: hover) {
	.t-guide__mapbtn-btn:hover {
		color: #2B9000;
		background-color: #fff;
	}
	.t-guide__mapbtn-btn:hover::after {
		background-color: #2B9000;
	}
}
.t-guide__mapbtn-btn--syosai {
	color: #2B9000;
	background-color: #fff;
}
.t-guide__mapbtn-btn--syosai::after {
	background-color: #2B9000;
}
@media (any-hover: hover) {
	.t-guide__mapbtn-btn--syosai:hover {
		color: #fff;
		background-color: #2B9000;
	}
	.t-guide__mapbtn-btn--syosai:hover::after {
		background-color: #fff;
	}
}
.t-guide__mapbtn-btn--time {
	font-size: 24px;
	background-color: var(--color-main);
	border-color: var(--color-main);
	width: min(100%, 390px);
	padding-right: 55px;
}
@media (width <= 640px) {
	.t-guide__mapbtn-btn--time {
		font-size: 22px;
	}
}
.t-guide__mapbtn-btn--time::after {
	right: 25px;
}
@media (any-hover: hover) {
	.t-guide__mapbtn-btn--time:hover {
		color: var(--color-main);
		background-color: #fff;
	}
	.t-guide__mapbtn-btn--time:hover::after {
		background-color: var(--color-main);
	}
}
.t-guide__hotel-logo {
	width: min(100%, 585px);
	margin-inline: auto;
}
.t-guide__hotel-title {
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	color: #328010;
}
@media (width <= 767px) {
	.t-guide__hotel-title {
		font-size: 22px;
	}
}
.t-guide__hotel-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100%, 1000px);
	margin-top: 10px;
}
@media (width <= 767px) {
	.t-guide__hotel-info {
		flex-direction: column;
		row-gap: 40px;
		margin-top: 40px;
	}
}
.t-guide__hotel-access {
	width: 57.5%;
}
@media (width <= 767px) {
	.t-guide__hotel-access {
		width: 100%;
	}
}
.t-guide__hotel-access-title {
	font-size: 22px;
	font-weight: bold;
}
.t-guide__hotel-map {
	width: 100%;
	height: 370px;
	border: 3px solid var(--color-main);
	border-radius: 20px;
	margin-top: 10px;
}
.t-guide__hotel-cta {
	width: 37.5%;
}
@media (width <= 767px) {
	.t-guide__hotel-cta {
		width: 100%;
	}
}
.t-guide__hotel-reservation {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #267E00;
	border: 1px solid #267E00;
	border-radius: calc(infinity * 1px);
	padding: 15px 65px 15px 40px;
	position: relative;
}
.t-guide__hotel-reservation::after {
	content: "";
	display: block;
	width: 15px;
	aspect-ratio: 21/23;
	background-color: #fff;
	position: absolute;
	inset: 50% 40px auto auto;
	translate: 0 -50%;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (any-hover: hover) {
	.t-guide__hotel-reservation:hover {
		color: #267E00;
		background-color: #fff;
	}
	.t-guide__hotel-reservation:hover::after {
		background-color: #267E00;
	}
}
.t-guide__hotel-cta-text {
	font-weight: bold;
	margin-top: 25px;
}
@media (width <= 767px) {
	.t-guide__hotel-cta-text {
		text-align: center;
	}
}
.t-guide__hotel-tel {
	font-size: 40px;
	font-weight: 900;
	color: var(--color-accent);
}
@media (width <= 767px) {
	.t-guide__hotel-tel {
		text-align: center;
	}
}

/* 筑波山の魅力 */
.t-charm {
	background: url(../img/home/charm_bg01.png) center top/cover;
	padding-block: 70px 120px;
}
@media (width <= 640px) {
	.t-charm {
		padding-bottom: 70px;
		margin-bottom: 150px;
	}
}
.t-charm__panel {
	display: flex;
	align-items: flex-end;
	gap: 40px 35px;
}
@media (width <= 640px) {
	.t-charm__panel {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}
.t-charm__img {
	flex: 1;
	height: 470px;
	border-radius: 0 calc(infinity * 1px) calc(infinity * 1px) 0;
	margin-left: calc(-50vw + 50%);
	overflow: hidden;
}
@media (width <= 640px) {
	.t-charm__img {
		flex: 0 1 auto;
		height: 200px;
		width: calc(100% + 20px);
		margin-left: -20px;
	}
}
.t-charm__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.t-charm__box {
	width: 47.8991596639%;
	padding-block: 50px;
}
@media (width <= 640px) {
	.t-charm__box {
		width: 100%;
		padding-block: 40px 0;
	}
}
.t-charm__box-title {
	font-size: 26px;
	font-weight: bold;
}
.t-charm__box-title-s {
	font-size: 0.76em;
}
.t-charm__box-text {
	margin-top: 30px;
}
.t-charm__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
	margin-top: 65px;
}
@media (width <= 640px) {
	.t-charm__list {
		justify-content: center;
		margin-top: 40px;
	}
}
.t-charm__list-item {
	width: min(100%, 265px);
}
.t-charm__list-btn.c-btn02 {
	width: 100%;
	padding-right: 40px;
}

/* ご紹介 */
.t-intro {
	background-color: #89C170;
	margin: 15.51vw 0 4.39vw;
	position: relative;
}
.t-intro::before, .t-intro::after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
}
.t-intro::before {
	height: 15.51vw;
	background: var(--color-sub) url(../img/home/intro_sep01.png) center bottom/100% auto no-repeat;
	inset: auto auto 100% 0;
}
@media (width <= 640px) {
	.t-intro::before {
		background-color: transparent;
	}
}
.t-intro::after {
	height: 4.39vw;
	background: url(../img/home/intro_sep02.png) center top/100% auto no-repeat;
	inset: calc(100% - 1px) auto auto 0;
}
.t-intro__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin-top: 40px;
}
@media (width <= 640px) {
	.t-intro__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.t-intro__list-item {
	border-radius: 8px;
	overflow: hidden;
}
.t-intro__insta {
	--color: #328011;
	font-weight: bold;
	color: var(--color);
	width: min(100%, 335px);
	background-color: #fff;
	border: 2px solid var(--color);
	border-radius: calc(infinity * 1px);
	padding: 20px 35px 20px 75px;
	margin: 40px auto 0;
	position: relative;
}
.t-intro__insta::before {
	content: "";
	display: block;
	width: 35px;
	aspect-ratio: 1;
	background: url(../img/common/icon_instagram02.svg) center/contain no-repeat;
	position: absolute;
	inset: 50% auto auto 25px;
	translate: 0 -50%;
}
.t-intro__insta::after {
	content: "";
	display: block;
	width: 9px;
	aspect-ratio: 10/11;
	background-color: var(--color);
	position: absolute;
	inset: 50% 25px auto auto;
	translate: 0 -50%;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (any-hover: hover) {
	.t-intro__insta:hover {
		color: #fff;
		background-color: var(--color);
	}
	.t-intro__insta:hover::before {
		filter: brightness(0) invert(1);
	}
	.t-intro__insta:hover::after {
		background-color: #fff;
	}
}
.t-intro__faq {
	background-color: #fff;
	border: 3px solid var(--color-main);
	border-radius: 20px;
	padding: 40px 20px 50px;
	margin-top: 145px;
}
@media (width <= 640px) {
	.t-intro__faq {
		margin-top: 80px;
	}
}
.t-intro__faq-inner {
	display: flex;
	gap: 40px 35px;
	width: min(100%, 920px);
	margin-inline: auto;
}
@media (width <= 640px) {
	.t-intro__faq-inner {
		flex-direction: column;
		align-items: center;
	}
}
.t-intro__faq-box {
	display: flex;
	gap: 35px;
}
.t-intro__faq-title {
	width: fit-content;
}
.t-intro__faq-info {
	flex: 1;
	padding-top: 40px;
}
@media (width <= 640px) {
	.t-intro__faq-info {
		padding-top: 0;
	}
}
.t-intro__faq-list-box {
	border-bottom: 2px solid var(--color-main);
}
.t-intro__faq-list-title, .t-intro__faq-list-text {
	letter-spacing: 0.05em;
	position: relative;
}
.t-intro__faq-list-title::before, .t-intro__faq-list-text::before {
	content: "Q";
	font-size: 23px;
	font-weight: bold;
	color: var(--color-main);
	position: absolute;
	inset: 0.65em auto auto 0;
}
.t-intro__faq-list-title {
	font-weight: bold;
	padding: 20px 45px 20px 40px;
	cursor: pointer;
}
@media (width <= 640px) {
	.t-intro__faq-list-title {
		padding-right: 35px;
	}
}
.t-intro__faq-list-title::after {
	content: "";
	display: block;
	width: 15px;
	aspect-ratio: 15/13;
	background-color: var(--color-main);
	position: absolute;
	inset: 50% 25px auto auto;
	translate: 0 -50%;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transition: rotate 0.2s ease-out;
}
@media (width <= 640px) {
	.t-intro__faq-list-title::after {
		right: 10px;
	}
}
@media (any-hover: hover) {
	.t-intro__faq-list-title:hover {
		color: var(--color-main);
	}
}
.t-intro__faq-list-title--open {
	color: var(--color-main);
}
.t-intro__faq-list-title--open::after {
	rotate: -180deg;
}
.t-intro__faq-list-text {
	display: none;
	padding: 0 0 20px 40px;
}
.t-intro__faq-list-text::before {
	content: "A";
	top: -0.25em;
}
.t-intro__faq-btn {
	margin: 35px 0 0 auto;
}

/* 詳細 */
.t-detail {
	padding-block: 135px 45px;
}
@media (width <= 640px) {
	.t-detail {
		padding-block: 80px 45px;
	}
}
.t-detail__panel {
	display: flex;
	justify-content: space-between;
}
@media (width <= 960px) {
	.t-detail__panel {
		flex-direction: column;
		row-gap: 40px;
	}
}
.t-detail__title {
	margin-bottom: 50px;
}
@media (width <= 960px) {
	.t-detail__title {
		margin-bottom: 30px;
	}
}
.t-detail__live {
	width: 52.5773195876%;
}
@media (width <= 960px) {
	.t-detail__live {
		width: 100%;
	}
}
.t-detail__live-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	font-size: 26px;
	font-weight: bold;
	padding: 10px;
	position: relative;
	z-index: 1;
}
.t-detail__live-title::before {
	content: "";
	display: block;
	width: 50px;
	aspect-ratio: 1;
	background: url(../img/home/live_icon01.svg) center/contain no-repeat;
}
.t-detail__live-title::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(110deg, #01ABE4, #35A605);
	position: absolute;
	inset: 0 auto auto 0;
	z-index: -1;
	opacity: 0.4;
}
.t-detail__live-link {
	position: relative;
	overflow: hidden;
}
.t-detail__live-link img {
	transition: scale 1s ease-out;
}
.t-detail__live-link::before, .t-detail__live-link::after {
	content: "";
	display: block;
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
	z-index: 1;
}
.t-detail__live-link::before {
	width: 55px;
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
}
.t-detail__live-link::after {
	width: 14px;
	aspect-ratio: 14/16;
	background-color: var(--color-main);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (any-hover: hover) {
	.t-detail__live-link:hover img {
		scale: 1.05;
	}
}
.t-detail__pamph {
	width: 37.6288659794%;
}
@media (width <= 960px) {
	.t-detail__pamph {
		width: 100%;
	}
}
.t-detail__pamph-list-item + .t-detail__pamph-list-item {
	margin-top: 20px;
}
.t-detail__pamph-list-btn {
	margin-inline: auto;
}
.t-detail__btn {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 40px;
	width: min(100%, 840px);
	margin: 65px auto 0;
}
@media (width <= 960px) {
	.t-detail__btn {
		margin-top: 40px;
	}
}
@media (width <= 640px) {
	.t-detail__btn {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.t-detail__btn-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 20px;
	font-weight: bold;
	background-color: #fff;
	min-height: 160px;
	border: 3px solid var(--color-main);
	border-radius: 16px;
}
.t-detail__btn-btn::before {
	content: "";
	display: block;
	width: 55px;
	aspect-ratio: 1;
	background: url(../img/home/detail_icon01.png) center/contain no-repeat;
	transition: 0.2s ease-out;
}
@media (any-hover: hover) {
	.t-detail__btn-btn:hover {
		color: #fff;
		background-color: var(--color-main);
	}
	.t-detail__btn-btn:hover::before {
		filter: brightness(0) invert(1);
	}
}
.t-detail__btn-btn--company::before {
	background-image: url(../img/home/detail_icon02.png);
}

/* バナー */
.t-bnr {
	background-color: var(--color-sub);
	padding-bottom: 110px;
	margin-top: 4.02vw;
	position: relative;
}
@media (width <= 640px) {
	.t-bnr {
		padding-block: 80px;
	}
}
.t-bnr::before {
	content: "";
	display: block;
	width: 100%;
	height: 4.02vw;
	background: url(../img/home/bnr_sep01.png) center bottom/100% auto no-repeat;
	inset: auto auto 100% 0;
	position: absolute;
}
@media (any-hover: hover) {
	.t-bnr a:hover {
		scale: 0.95;
	}
}
.t-bnr__panel {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
@media (width <= 640px) {
	.t-bnr__panel {
		flex-direction: column;
		row-gap: 20px;
	}
}
.t-bnr__l {
	width: 76.5%;
}
@media (width <= 640px) {
	.t-bnr__l {
		width: 100%;
	}
}
.t-bnr__l-l {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px 20px;
	width: min(100%, 630px);
	margin-inline: auto;
}
.t-bnr__l-s {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
	margin-top: 15px;
}
@media (width <= 640px) {
	.t-bnr__l-s {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.t-bnr__r {
	width: 21.5%;
}
@media (width <= 640px) {
	.t-bnr__r {
		width: 50%;
		margin-inline: auto;
	}
}

.timetable {
	display: flex;
	justify-content: space-between;
	padding-top: 85px;
}
@media (width <= 767px) {
	.timetable {
		flex-direction: column;
		row-gap: 60px;
	}
}
.timetable__hours {
	width: 42.8571428571%;
}
@media (width <= 767px) {
	.timetable__hours {
		width: 100%;
	}
}
.timetable__schedule {
	width: 50.4201680672%;
}
@media (width <= 767px) {
	.timetable__schedule {
		width: 100%;
	}
}
.timetable__panel > *:not(.timetable__title) {
	padding-left: 28px;
}
@media (width <= 640px) {
	.timetable__panel > *:not(.timetable__title) {
		padding-left: 24px;
	}
}
.timetable__list {
	min-height: 36px;
	margin-top: 20px;
}
@media (width <= 767px) {
	.timetable__list {
		min-height: auto;
	}
}
.timetable__list-item--l {
	font-size: 24px;
	font-weight: 500;
	color: var(--color-accent);
}
@media (width <= 640px) {
	.timetable__list-item--l {
		font-size: 22px;
	}
}
.timetable__box {
	margin-top: 45px;
}
.timetable__box .c-table01 {
	width: 100%;
}
.timetable__notes {
	letter-spacing: 0.05em;
	margin-top: 20px;
}
.timetable__notes li + li {
	margin-top: 0.5em;
}

.fare {
	padding-block: 70px 80px;
}
@media (width <= 640px) {
	.fare {
		padding-bottom: 0;
	}
}
.fare__inner > *:not(.timetable__title) {
	padding-left: 28px;
}
@media (width <= 640px) {
	.fare__inner > *:not(.timetable__title) {
		padding-left: 24px;
	}
}
.fare__inner > *.fare__special {
	padding-left: 0;
}
.fare__inner > * + .c-title04 {
	margin-top: 150px;
}
@media (width <= 640px) {
	.fare__inner > * + .c-title04 {
		margin-top: 80px;
	}
}
.fare__special {
	margin-top: 55px;
}
.fare__special > *:not(.fare__special-title) {
	padding-left: 100px;
}
@media (width <= 640px) {
	.fare__special > *:not(.fare__special-title) {
		padding-left: 30px;
	}
}
.fare__special + .fare__special {
	margin-top: 45px;
}
.fare__special-text {
	font-size: 20px;
	font-weight: bold;
	margin-top: 55px;
}
@media (width <= 640px) {
	.fare__special-text {
		font-size: 16px;
	}
}
.fare__special-text + .fare__special-text {
	margin-top: 1lh;
}
.fare__special-text-l {
	font-size: 26px;
}
@media (width <= 640px) {
	.fare__special-text-l {
		font-size: 20px;
	}
}
.fare__disabled-text {
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
}
.fare__disabled-list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	width: 100%;
	margin-top: 40px;
}
.fare__disabled-list-item {
	border-radius: 10px;
	overflow: hidden;
}
.fare__disabled-list-title {
	display: grid;
	place-items: center;
	color: #fff;
	font-weight: bold;
	min-height: 40px;
	background-color: #2B9000;
	padding: 5px 10px;
	height:48px;
}
.fare__disabled-list-title-l {
	font-size: 1.56em;
}
.fare__disabled-list-cts {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #fff;
	padding: 20px;
}
@media (width <= 640px) {
	.fare__disabled-list-cts {
		gap: 10px;
	}
}
.fare__disabled-list-discount {
	font-size: 10px;
	font-weight: bold;
	writing-mode: vertical-rl;
}
.fare__disabled-list-subject {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 8px;
}
@media (width <= 640px) {
	.fare__disabled-list-subject {
		padding-left: 0;
	}
}
.fare__disabled-list-subject small {
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.fare__disabled-list-service {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px 20px;
}
@media (width <= 640px) {
	.fare__disabled-list-service {
		padding: 0;
	}
}
.fare__disabled-list-service span {
	font-size: 1.5em;
}
.fare__pet-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 35px;
	width: min(100%, 1010px);
	padding-right: 295px;
	margin-top: 40px;
	position: relative;
	counter-reset: num;
}
@media (width <= 1200px) {
	.fare__pet-list {
		padding-right: 200px;
	}
}
@media (width <= 960px) {
	.fare__pet-list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
@media (width <= 640px) {
	.fare__pet-list {
		padding-right: 0;
	}
}
.fare__pet-list::after {
	content: "";
	display: block;
	width: 235px;
	aspect-ratio: 1;
	background: url(../img/ropeway/icon_dog.png) center/contain no-repeat;
	position: absolute;
	inset: 60px 0 auto auto;
}
@media (width <= 1200px) {
	.fare__pet-list::after {
		width: 160px;
	}
}
@media (width <= 640px) {
	.fare__pet-list::after {
		margin-inline: auto;
		position: relative;
		inset: auto;
	}
}
.fare__pet-list-item {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 0 10px 0 10px;
	padding: 30px 10px;
	position: relative;
	counter-increment: num;
}
.fare__pet-list-item::before {
	content: counter(num, decimal-leading-zero);
	font-size: 20px;
	font-weight: bold;
	color: #328010;
	position: absolute;
	inset: auto 10px 10px auto;
	z-index: 1;
	letter-spacing: 0.02em;
}
.fare__pet-list-item::after {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	background-color: #fff;
	position: absolute;
	inset: auto 0 0 auto;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.fare__pet-list-text {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.2;
}
@media (width <= 640px) {
	.fare__pet-list-text {
		font-size: 18px;
	}
}
.fare__pet-list-text-l {
	font-size: 1.5em;
	color: var(--color-accent);
}
.fare__pet-list-price {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}
.fare__pet-list-btn {
	padding: 5px 45px 5px 25px;
	margin: 25px auto;
}
.fare__pet-list-notes {
	font-weight: bold;
	position: absolute;
	inset: auto auto 5px 10px;
	z-index: 1;
}
@media (width <= 640px) {
	.fare__pet-list-notes {
		font-size: 14px;
	}
}
.fare__pet-notes {
	font-size: 20px;
	font-weight: bold;
}
@media (width <= 640px) {
	.fare__pet-notes {
		font-size: 18px;
	}
}

.attraction-intro {
	padding-block: 70px 30px;
}
.attraction-intro__title {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
}
@media (width <= 640px) {
	.attraction-intro__title {
		font-size: 22px;
	}
}

.attraction {
	padding-top: 70px;
}
.attraction__panel + .attraction__panel {
	margin-top: 130px;
}
@media (width <= 640px) {
	.attraction__panel + .attraction__panel {
		margin-top: 60px;
	}
}
.attraction__panel:nth-of-type(even) .attraction__cts {
	flex-direction: row-reverse;
	margin-left: auto;
}
@media (width <= 640px) {
	.attraction__panel:nth-of-type(even) .attraction__cts {
		flex-direction: column-reverse;
	}
}
.attraction__inner {
	margin-top: 35px;
}
.attraction__cts {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: min(100%, 1090px);
}
@media (width <= 640px) {
	.attraction__cts {
		flex-direction: column-reverse;
		row-gap: 40px;
	}
}
.attraction__cts--c {
	align-items: center;
}
.attraction__imgbox {
	position: relative;
	width: 56.880733945%;
}
@media (width <= 640px) {
	.attraction__imgbox {
		width: 100%;
	}
}
.attraction__imgbox img {
	border-radius: calc(infinity * 1px);
}
.attraction__imgbox01 {
	aspect-ratio: 619/604;
	position: relative;
}
.attraction__imgbox01-img02 {
	width: 41.13%;
	position: absolute;
	inset: auto auto 12.25% 27.46%;
}
.attraction__imgbox01-img03 {
	width: 43.78%;
	position: absolute;
	inset: auto 1.62% 0 auto;
}
.attraction__textbox {
	width: 36.6972477064%;
}
@media (width <= 640px) {
	.attraction__textbox {
		width: 100%;
	}
}
.attraction__text + .attraction__text {
	margin-top: 1lh;
}

.attraction-overview {
	padding-block: 165px 70px;
}
@media (width <= 640px) {
	.attraction-overview {
		padding-block: 80px 0;
	}
}
.attraction-overview__title {
	width: fit-content;
	margin-inline: auto;
}
.attraction-overview__panel {
	width: min(100%, 810px);
	border-radius: 10px;
	margin: 25px auto 0;
	overflow: hidden;
}
.attraction-overview__subtitle {
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	color: #fff;
	background-color: #267E00;
	padding: 10px;
}
.attraction-overview__list {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}
.attraction-overview__list > dt,
.attraction-overview__list > dd {
	font-size: 26px;
	letter-spacing: 0;
	padding: 15px 35px;
}
.attraction-overview__list > dt:not(:first-of-type),
.attraction-overview__list > dd:not(:first-of-type) {
	border-top: 1px solid rgba(117, 181, 89, 0.3);
}
@media (width <= 640px) {
	.attraction-overview__list > dt,
	.attraction-overview__list > dd {
		font-size: 22px;
		padding: 10px 20px;
	}
}
.attraction-overview__list > dt {
	width: 290px;
}
@media (width <= 640px) {
	.attraction-overview__list > dt {
		width: 100%;
	}
}
.attraction-overview__list > dd {
	font-weight: bold;
	width: calc(100% - 290px);
	border-left: 1px solid rgba(117, 181, 89, 0.3);
}
@media (width <= 640px) {
	.attraction-overview__list > dd {
		width: 100%;
		border-left: 0;
	}
}
@media (width <= 640px) {
	.attraction-overview__list > dd:not(:first-of-type) {
		border: 0;
	}
}
.attraction-overview__list-block {
	display: block;
	width: fit-content;
	margin-left: auto;
}

.access__img-tap {
	text-align: right;
	margin-top: 15px;
}

.access-link {
	padding-top: 80px;
}
.access-link__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 80px;
}
@media (width <= 640px) {
	.access-link__list {
		gap: 20px;
	}
}
@media (width <= 640px) {
	.access-link__item {
		width: calc((100% - 20px) / 2);
	}
}
.access-link__link {
	padding-right: 30px;
	position: relative;
}
.access-link__link:hover {
	color:#328011;
}
.access-link__link::after {
	content: "";
	display: block;
	width: 13px;
	aspect-ratio: 13/10;
	background-color: #328011;
	position: absolute;
	inset: 50% 0 auto auto;
	translate: 0 -50%;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.access-transportation {
	padding-top: 135px;
}
@media (width <= 640px) {
	.access-transportation {
		padding-top: 80px;
	}
}
.access-transportation__table {
	width: min(100%, 1075px);
	margin-inline: auto;
}
@media (width <= 640px) {
	.access-transportation__table {
		margin-top: 40px;
	}
}
.access-transportation__text {
	width: min(100%, 900px);
	margin: 10px auto 0;
}

.access-car {
	padding-top: 90px;
}
@media (width <= 640px) {
	.access-car {
		padding-top: 80px;
	}
}
.access-car__table {
	width: min(100%, 830px);
	margin: 40px auto 0;
}
.access-car__panel {
	margin-top: 50px;
}
.access-car__panel + .access-car__panel {
	margin-top: 75px;
}
.access-car__panel > *:not(.c-title05) {
	padding-left: 100px;
}
@media (width <= 640px) {
	.access-car__panel > *:not(.c-title05) {
		padding-left: 40px;
	}
}
.access-car__panel-textbox {
	margin-top: 25px;
}
.access-car__panel-text {
	letter-spacing: 0.05em;
}
.access-car__panel-text + .access-car__panel-text {
	margin-top: 1lh;
}
.access-car__panel-text-l {
	font-size: 20px;
	color: var(--color-accent);
	font-weight: bold;
}
.access-car__price {
	display: flex;
	gap: 40px 20px;
	width: min(100%, 1250px);
	padding-inline: 20px;
	margin: 40px auto 0;
}
@media (width <= 640px) {
	.access-car__price {
		flex-direction: column;
	}
}
.access-car__price .c-table01 * {
	border-left: 0;
}
.access-car__price .c-table01 th,
.access-car__price .c-table01 td {
	text-align: left;
	padding: 10px 20px;
}

.access-ticket {
	padding-top: 120px;
}
@media (width <= 640px) {
	.access-ticket {
		padding-top: 80px;
	}
}
.access-ticket > *:not(.c-title04) {
	padding-left: 28px;
}
@media (width <= 640px) {
	.access-ticket > *:not(.c-title04) {
		padding-left: 24px;
	}
}
.access-ticket__text {
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
}
@media (width <= 640px) {
	.access-ticket__text {
		font-size: 16px;
	}
}
.access-ticket__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 15px;
	margin-top: 50px;
}
@media (width <= 640px) {
	.access-ticket__list {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 0;
	}
}
.access-ticket__list > dt,
.access-ticket__list > dd {
	font-size: 20px;
	font-weight: bold;
}
.access-ticket__list > dt {
	width: 115px;
}
@media (width <= 640px) {
	.access-ticket__list > dt {
		width: 100%;
	}
}
.access-ticket__list > dd {
	width: calc(100% - 115px);
	margin-top: 5px;
}
@media (width <= 640px) {
	.access-ticket__list > dd {
		width: 100%;
	}
}
@media (width <= 640px) {
	.access-ticket__list > dd + dt {
		margin-top: 15px;
	}
}
.access-ticket__list .c-btn02 {
	font-size: 16px;
	padding: 15px 45px 15px 25px;
}

.access-info {
	padding-top: 120px;
}
@media (width <= 640px) {
	.access-info {
		padding-top: 80px;
	}
}
.access-info__title {
	margin-top: 50px;
}
.access-info__panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
@media (width <= 640px) {
	.access-info__panel {
		flex-direction: column-reverse;
		row-gap: 40px;
	}
}
.access-info__table {
	width: 42.0168067227%;
}
@media (width <= 640px) {
	.access-info__table {
		width: 100%;
	}
}
.access-info__textbox {
	width: 51.2605042017%;
}
@media (width <= 640px) {
	.access-info__textbox {
		width: 100%;
	}
}
.access-info__text {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
}
@media (width <= 640px) {
	.access-info__text {
		font-size: 16px;
	}
}
.access-info__text + .access-info__text {
	margin-top: 25px;
}
.access-info__text--bg {
	background-color: #fff;
	padding: 15px;
}
.access-info__text-l {
	font-size: 1.3em;
}
@media (width <= 640px) {
	.access-info__text-l {
		font-size: 1.1em;
	}
}
.access-info__guide {
	margin-top: 70px;
}
.access-info__guide > *:not(.c-title04) {
	padding-left: 100px;
}
@media (width <= 640px) {
	.access-info__guide > *:not(.c-title04) {
		padding-left: 40px;
	}
}
.access-info__guide .c-btn02 {
	font-size: 26px;
	padding: 25px 90px 25px 55px;
	margin-top: 24px;
}
.access-info__guide .c-btn02::after {
	width: 21px;
	right: 40px;
}
.access-info__guide-text {
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
}
@media (width <= 640px) {
	.access-info__guide-text {
		font-size: 16px;
	}
}

.koma-intro {
	padding-top: 80px;
}
.koma-intro__title {
	font-size: 26px;
	font-weight: bold;
}
@media (width <= 640px) {
	.koma-intro__title {
		font-size: 22px;
	}
}
.koma-intro__text {
	margin-top: 25px;
}
.koma-intro__text + .koma-intro__text {
	margin-top: 1em;
}
.koma-intro__text-l {
	font-size: 20px;
	font-weight: bold;
}

.koma-shop {
	padding-top: 160px;
}
@media (width <= 640px) {
	.koma-shop {
		padding-top: 80px;
	}
}
.koma-shop__inner {
	width: min(100%, 1170px);
}
.koma-shop__panel {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
@media (width <= 640px) {
	.koma-shop__panel {
		flex-direction: column;
		row-gap: 40px;
	}
}
.koma-shop__l {
	width: 44.2477876106%;
}
@media (width <= 640px) {
	.koma-shop__l {
		width: 100%;
	}
}
.koma-shop__r {
	width: 50.8849557522%;
}
@media (width <= 640px) {
	.koma-shop__r {
		width: 100%;
	}
}
.koma-shop__img {
	border-radius: 16px;
	overflow: hidden;
}
.koma-shop__text {
	margin-top: 10px;
}
.koma-shop__text + .koma-shop__text {
	margin-top: 1lh;
}
.koma-shop__gallery {
	display: flex;
	justify-content: space-between;
}
.koma-shop__gallery-l {
	width: 66.0869565217%;
}
.koma-shop__gallery-r {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 31.3043478261%;
}

.koma-menu {
	padding-top: 160px;
}
@media (width <= 640px) {
	.koma-menu {
		padding-top: 80px;
	}
}
.koma-menu__title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 60px;
}
.koma-menu__panel {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
@media (width <= 640px) {
	.koma-menu__panel {
		flex-direction: column;
		row-gap: 40px;
	}
}
.koma-menu__l {
	width: 33.1932773109%;
}
@media (width <= 640px) {
	.koma-menu__l {
		width: 100%;
	}
}
.koma-menu__r {
	width: 64.7058823529%;
}
@media (width <= 640px) {
	.koma-menu__r {
		width: 100%;
	}
}
.koma-menu__img {
	border-radius: 16px;
	overflow: hidden;
}
.koma-menu__name {
	font-weight: 500;
	margin-top: 10px;
}
.koma-menu__name--s {
	font-size: 14px;
}
.koma-menu__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px 10px;
}
@media (width <= 640px) {
	.koma-menu__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.koma-menu__text {
	font-size: 10px;
	margin-top: 20px;
}

.koma-souvenir {
	padding-block: 160px 100px;
}
@media (width <= 640px) {
	.koma-souvenir {
		padding-block: 80px 0;
	}
}
.koma-souvenir__panel {
	display: flex;
	align-items: center;
	gap: 40px 35px;
	margin-top: 60px;
}
@media (width <= 640px) {
	.koma-souvenir__panel {
		align-items: flex-start;
		flex-direction: column;
	}
}
.koma-souvenir__img {
	width: min(100%, 395px);
	border-radius: 16px;
	overflow: hidden;
}
.koma-souvenir__item {
	padding-left: 40px;
	position: relative;
}
.koma-souvenir__item::before {
	content: "";
	display: block;
	width: 25px;
	height: 3px;
	background-color: #267E00;
	border-radius: calc(infinity * 1px);
	position: absolute;
	inset: 50% auto auto 0;
	translate: 0 -50%;
}
.koma-souvenir__item + .koma-souvenir__item {
	margin-top: 15px;
}

.miyawaki-shop {
	padding-block: 160px 70px;
}
@media (width <= 640px) {
	.miyawaki-shop {
		padding-block: 80px 0;
	}
}
.miyawaki-shop .koma-shop__panel {
	margin-top: 0;
}
.miyawaki-shop .c-title04 {
	margin-bottom: 40px;
}
.miyawaki-shop .koma-shop__gallery-l,
.miyawaki-shop .koma-shop__gallery-r {
	width: 49.0740740741%;
}
@media (width <= 640px) {
	.miyawaki-shop .koma-shop__gallery-l,
	.miyawaki-shop .koma-shop__gallery-r {
		width: 46.2962962963%;
	}
}
.miyawaki-shop .koma-shop__gallery-r {
	justify-content: flex-start;
}

.tsutsujigaoka-shop .koma-shop__panel {
	width: min(100%, 1100px);
}
.tsutsujigaoka-shop .koma-shop__l {
	width: 45.4545454545%;
}
@media (width <= 640px) {
	.tsutsujigaoka-shop .koma-shop__l {
		width: 100%;
	}
}

.tsutsujigaoka-menu .koma-menu__panel {
	flex-direction: column;
	row-gap: 40px;
	width: min(100%, 1100px);
}
.tsutsujigaoka-menu .koma-menu__l {
	width: min(100%, 395px);
}
.tsutsujigaoka-menu .koma-menu__r {
	width: 100%;
}
.tsutsujigaoka-menu .koma-menu__list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (width <= 960px) {
	.tsutsujigaoka-menu .koma-menu__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.tsutsujigaoka-menu__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 35px;
	width: min(100%, 660px);
	margin-top: 45px;
}
.tsutsujigaoka-menu__cat {
	margin-top: 70px;
}
.tsutsujigaoka-menu__cat .c-title05 {
	margin-bottom: 30px;
}
.tsutsujigaoka-menu__period {
	font-size: 20px;
	font-weight: bold;
}
@media (width <= 640px) {
	.tsutsujigaoka-menu__period {
		font-size: 16px;
	}
}
.tsutsujigaoka-menu__price {
	font-size: 20px;
	font-weight: bold;
}
.tsutsujigaoka-menu__price small {
	font-size: 0.8em;
}

.tsutsujigaoka-souvenir {
	padding-bottom: 80px;
}
@media (width <= 640px) {
	.tsutsujigaoka-souvenir {
		padding-bottom: 0;
	}
}
.tsutsujigaoka-souvenir__panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100%, 1110px);
	margin-top: 30px;
}
@media (width <= 640px) {
	.tsutsujigaoka-souvenir__panel {
		flex-direction: column;
		row-gap: 40px;
	}
}
.tsutsujigaoka-souvenir__l {
	display: flex;
	justify-content: space-between;
	width: 55.4054054054%;
}
@media (width <= 640px) {
	.tsutsujigaoka-souvenir__l {
		width: 100%;
	}
}
.tsutsujigaoka-souvenir__l-l {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 20px;
	width: 43.0894308943%;
}
.tsutsujigaoka-souvenir__l-r {
	width: 43.0894308943%;
}
.tsutsujigaoka-souvenir__r {
	width: 41.4414414414%;
}
@media (width <= 640px) {
	.tsutsujigaoka-souvenir__r {
		width: 100%;
	}
}
.tsutsujigaoka-souvenir__img {
	border-radius: 16px;
	overflow: hidden;
}
.tsutsujigaoka-souvenir__name {
	font-size: 14px;
	margin-top: 10px;
}
.tsutsujigaoka-souvenir__notes {
	font-size: 10px;
	margin-top: 15px;
}

.cafe-fair .koma-shop__panel {
	width: min(100%, 800px);
}
.cafe-fair .koma-shop__l {
	width: 48.75%;
}
@media (width <= 640px) {
	.cafe-fair .koma-shop__l {
		width: 100%;
	}
}
.cafe-fair .c-title05 {
	margin-top: 80px;
}
@media (width <= 640px) {
	.cafe-fair .c-title05 {
		margin-top: 60px;
	}
}
.cafe-fair__text {
	margin-top: 20px;
}

.cafe-menu {
	padding-bottom: 80px;
}
@media (width <= 640px) {
	.cafe-menu {
		padding-bottom: 0;
	}
}
.cafe-menu .tsutsujigaoka-menu__list {
	gap: 10px 25px;
	width: min(100%, 710px);
}
.cafe-menu .tsutsujigaoka-menu__list > li {
	width: calc((100% - 25px) / 2);
}

.power-spot {
	padding-block: 160px 40px;
}
@media (width <= 640px) {
	.power-spot {
		padding-block: 80px 0;
	}
}
.power-spot__list {
	counter-reset: num;
}
.power-spot__item {
	display: flex;
	justify-content: space-between;
	width: min(100%, 790px);
	background-color: #fff;
	border-radius: 16px;
	padding: 30px;
	position: relative;
	counter-increment: num;
}
@media (width <= 640px) {
	.power-spot__item {
		flex-direction: column;
		row-gap: 40px;
	}
}
.power-spot__item::before {
	content: counter(num);
	display: grid;
	place-items: center;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	width: 68px;
	aspect-ratio: 1;
	background-color: #01ABE4;
	border-radius: 50%;
	position: absolute;
	inset: -15px auto auto -15px;
}
.power-spot__item + .power-spot__item {
	margin-top: 75px;
}
@media (width <= 640px) {
	.power-spot__item + .power-spot__item {
		margin-top: 60px;
	}
}
.power-spot__item:nth-child(even) {
	margin-left: auto;
}
.power-spot__img {
	width: 36.9863013699%;
	border-radius: 11px;
	overflow: hidden;
}
@media (width <= 640px) {
	.power-spot__img {
		width: 100%;
	}
}
.power-spot__box {
	width: 60.2739726027%;
}
@media (width <= 640px) {
	.power-spot__box {
		width: 100%;
	}
}
.power-spot__title {
	font-size: 26px;
	font-weight: bold;
}
@media (width <= 640px) {
	.power-spot__title {
		font-size: 24px;
	}
}
.power-spot__text {
	margin-top: 15px;
}
.power-spot__text + .power-spot__text {
	margin-top: 1lh;
}

.rock-formation {
	width: min(100%, 1140px);
	padding-block: 160px 40px;
}
@media (width <= 640px) {
	.rock-formation {
		padding-block: 80px 0;
	}
}
.rock-formation__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 80px 20px;
	counter-reset: num;
}
@media (width <= 960px) {
	.rock-formation__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 40px;
	}
}
@media (width <= 480px) {
	.rock-formation__list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		row-gap: 40px;
	}
}
.rock-formation__item {
	position: relative;
	counter-increment: num;
}
.rock-formation__item::before {
	content: counter(num);
	display: grid;
	place-items: center;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	width: 1.425em;
	aspect-ratio: 57/61;
	background: url(../img/rock-formation/rock-formation_num.png) center/contain no-repeat;
	position: absolute;
	inset: -20px auto auto -20px;
}
@media (width <= 640px) {
	.rock-formation__item::before {
		font-size: 30px;
		inset: -10px auto auto -10px;
	}
}
.rock-formation__img {
	border-radius: 16px;
	overflow: hidden;
}
.rock-formation__title {
	font-size: 26px;
	font-weight: bold;
	color: #267E00;
	margin-top: 10px;
}
@media (width <= 640px) {
	.rock-formation__title {
		font-size: 18px;
	}
}
.rock-formation__title ruby {
	ruby-position: under;
}
.rock-formation__title rt {
	font-size: 10px;
	text-align: left;
}
.rock-formation__text {
	font-size: 10px;
	margin-top: 10px;
}

.hiking-intro__map {
	width: min(100%, 815px);
	border-radius: 16px;
	margin-top: 30px;
	overflow: hidden;
}

.hiking {
	padding-top: 160px;
}
@media (width <= 640px) {
	.hiking {
		padding-top: 80px;
	}
}
.hiking .fare__special + .fare__special {
	margin-top: 100px;
}
@media (width <= 640px) {
	.hiking .fare__special + .fare__special {
		margin-top: 80px;
	}
}
.hiking__detail {
	display: flex;
	flex-wrap: wrap;
	width: min(100%, 810px);
	border-radius: 11px;
	padding-left: 0 !important;
	margin-top: 75px;
	overflow: hidden;
}
@media (width <= 640px) {
	.hiking__detail {
		flex-direction: column;
		border-radius: 0;
	}
}
.hiking__detail > dt {
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	background-color: #267E00;
	width: 265px;
	padding: 15px 10px 15px 35px;
}
@media (width <= 640px) {
	.hiking__detail > dt {
		font-size: 16px;
		width: 100%;
		border-radius: 11px 11px 0 0;
	}
}
.hiking__detail > dt:not(:first-of-type) {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (width <= 640px) {
	.hiking__detail > dt:not(:first-of-type) {
		border-top: 0;
	}
}
.hiking__detail > dd {
	width: calc(100% - 265px);
	background-color: #fff;
	padding: 15px;
}
@media (width <= 640px) {
	.hiking__detail > dd {
		width: 100%;
	}
}
.hiking__detail > dd:not(:first-of-type) {
	border-top: 1px solid rgba(117, 181, 89, 0.3);
}
@media (width <= 640px) {
	.hiking__detail > dd:not(:first-of-type) {
		border-top: 0;
	}
}
@media (width <= 640px) {
	.hiking__detail > dd + dt {
		margin-top: 20px;
	}
}
.hiking__detail-fz20 {
	display: flex;
	align-items: center;
	font-size: 20px !important;
}

.hiking-btngroup .t-guide__mapbtn {
	margin-top: 55px;
}

.miyukigahara-intro__table {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	width: min(100%, 800px);
	margin-top: 25px;
}
@media (width <= 640px) {
	.miyukigahara-intro__table {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.miyukigahara-intro .hiking__detail {
	margin-top: 0;
}
.miyukigahara-intro .hiking__detail > dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	padding: 20px 0;
}
@media (width <= 640px) {
	.miyukigahara-intro .hiking__detail > dt {
		width: 100%;
	}
}
.miyukigahara-intro .hiking__detail > dd {
	display: flex;
	align-items: center;
	font-size: 26px;
	font-weight: 900;
	width: calc(100% - 92px);
	padding: 20px 5px 20px 15px;
}
@media (width <= 640px) {
	.miyukigahara-intro .hiking__detail > dd {
		width: 100%;
	}
}
.miyukigahara-intro .hiking__detail > dd small {
	font-size: 0.76em;
}

.hiking-highlights {
	padding-block: 160px 40px;
}
@media (width <= 640px) {
	.hiking-highlights {
		padding-block: 80px 0;
	}
}
.hiking-highlights__swiper {
	padding-bottom: 40px !important;
	margin: 45px auto 0 !important;
	position: relative;
}
@media (width <= 640px) {
	.hiking-highlights__swiper {
		padding: 0 20px !important;
	}
}
.hiking-highlights__item {
	transform-origin: center bottom;
	transition: scale 0.3s ease-out !important;
	position: relative;
}
.hiking-highlights__img {
	border-radius: 16px;
	overflow: hidden;
}
.hiking-highlights__title, .hiking-highlights__text {
	display: none;
	opacity: 0;
	transition: 1s ease-out;
}
@media (width <= 640px) {
	.hiking-highlights__title, .hiking-highlights__text {
		opacity: 1;
	}
}
.hiking-highlights__title {
	font-size: 32px;
	font-weight: bold;
	margin-top: 50px;
}
@media (width <= 640px) {
	.hiking-highlights__title {
		font-size: 20px;
	}
}
.hiking-highlights__text {
	margin-top: 10px;
}
.hiking-highlights__pn {
	width: 60px;
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 29.54%;
	z-index: 1;
	cursor: pointer;
}
.hiking-highlights__pn::after {
	content: "";
	display: block;
	width: 13px;
	aspect-ratio: 13/16;
	background-color: #267E00;
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.hiking-highlights__prev {
	left: 19.11%;
	scale: -1 1;
}
@media (width <= 640px) {
	.hiking-highlights__prev {
		top: 20%;
		left: 5px;
	}
}
.hiking-highlights__next {
	right: 19.11%;
}
@media (width <= 640px) {
	.hiking-highlights__next {
		top: 20%;
		right: 5px;
	}
}
.hiking-highlights .swiper-slide-prev,
.hiking-highlights .swiper-slide-next,
.hiking-highlights .swiper-slide-duplicate-prev,
.hiking-highlights .swiper-slide-duplicate-next {
	scale: 0.365;
}
@media (width <= 640px) {
	.hiking-highlights .swiper-slide-prev,
	.hiking-highlights .swiper-slide-next,
	.hiking-highlights .swiper-slide-duplicate-prev,
	.hiking-highlights .swiper-slide-duplicate-next {
		scale: 1;
	}
}
.hiking-highlights .swiper-slide-prev {
	transform-origin: right bottom;
}
.hiking-highlights .swiper-slide-next {
	transform-origin: left bottom;
}
.hiking-highlights .swiper-slide-active .hiking-highlights__title,
.hiking-highlights .swiper-slide-active .hiking-highlights__text {
	display: block;
	opacity: 1;
}

.faq {
	padding-block: 120px 240px;
}
@media (width <= 640px) {
	.faq {
		padding-block: 80px 190px;
	}
}
.faq .t-intro__faq-list-box {
	background-color: rgba(50, 128, 16, 0.1);
	border-bottom: 0;
	border-radius: 11px;
	transition: background-color 0.2s ease-out;
}
.faq .t-intro__faq-list-box + .t-intro__faq-list-box {
	margin-top: 15px;
}
@media (any-hover: hover) {
	.faq .t-intro__faq-list-box:hover {
		background-color: rgba(50, 128, 16, 0.35);
	}
}
.faq .t-intro__faq-list-title {
	color: #1F6700;
	padding: 30px 60px 30px 55px;
}
.faq .t-intro__faq-list-title::before {
	font-size: 20px;
	color: #1F6700;
	line-height: 1;
	top: 30px;
	inset: 30px auto auto 30px;
}
.faq .t-intro__faq-list-title::after {
	content: none;
}
.faq .t-intro__faq-list-title--toggle {
	display: block;
	width: 17px;
	aspect-ratio: 1;
	position: absolute;
	inset: 50% 30px auto auto;
	translate: 0 -50%;
}
.faq .t-intro__faq-list-title--toggle::before, .faq .t-intro__faq-list-title--toggle::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #1F6700;
	border-radius: calc(infinity * 1px);
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
}
.faq .t-intro__faq-list-title--toggle::after {
	rotate: 90deg;
	transition: rotate 0.2s ease-out;
}
.faq .t-intro__faq-list-title--open .t-intro__faq-list-title--toggle::after {
	rotate: 0deg;
}
.faq .t-intro__faq-list-text {
	padding: 0 20px 30px 55px;
}
.faq .t-intro__faq-list-text::before {
	font-size: 20px;
	color: #013320;
	line-height: 1;
	inset: 0 auto auto 30px;
}
.faq .t-intro__faq-list-text > * + * {
	margin-top: 15px;
}
.faq .t-intro__faq-list-text-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 32px;
	margin-top: 40px;
}
.faq .t-intro__faq-list-text-l {
	font-size: 20px;
}

/* ページネーション */
.news__pn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
@media (width <= 640px) {
	.news__pn {
		flex-direction: column;
		align-items: center;
	}
}
.news__pn-prev {
	padding: 13px 25px 13px 60px;
}
.news__pn-prev::after {
	inset: 50% auto auto 20px;
	scale: -1 1;
}
.news__pn-next {
	margin-left: auto;
}
@media (width <= 640px) {
	.news__pn-next {
		margin-left: 0;
	}
}

.news-detail__title {
	font-size: 30px;
	font-weight: bold;
	color: #267E00;
	background-color: rgba(50, 128, 16, 0.1);
	border-radius: 11px;
	padding: 45px 25px;
}
.news-detail__cts {
	margin-top: 40px;
}
.news-detail__cts h4 {
	font-size: 28px;
	font-weight: bold;
	padding-left: 1em;
	position: relative;
}
@media (width <= 640px) {
	.news-detail__cts h4 {
		font-size: 24px;
	}
}
.news-detail__cts h4::before {
	content: "";
	display: block;
	width: 14px;
	aspect-ratio: 1;
	background-color: #267E00;
	background-color: var(--color-main);
	border-radius: 50%;
	position: absolute;
	inset: 50% auto auto 0;
	translate: 0 -50%;
}
.news-detail__cts p {
	font-weight: bold;
}
.news-detail__cts > h1 + *, .news-detail__cts h2 + *, .news-detail__cts h3 + *, .news-detail__cts h4 + *, .news-detail__cts h5 + *, .news-detail__cts h6 + * {
	margin-top: 1lh;
}
.news-detail__cts > * + * {
	margin-top: 60px;
}
.news-detail__cts > * + h4 {
	margin-top: 40px;
}
.news-detail__cts > * + p {
	margin-top: 1lh;
}

/* ブロックエディタ用 */
.wp-block-columns {
	width: fit-content;
	gap: 40px;
}

.area-guide-link {
	width: min(100%, 1250px);
	padding-top: 120px;
}
.area-guide-link .l-btngroup__link {
	background-color: rgba(53, 166, 5, 0.1);
}
@media (any-hover: hover) {
	.area-guide-link .l-btngroup__link:hover {
		background-color: #328011;
	}
}

.area-guide {
	width: min(100%, 1280px);
	padding-block: 170px 190px;
}
@media (width <= 640px) {
	.area-guide {
		padding-block: 80px 190px;
	}
}
.area-guide > * + * ,
#area-guide-shrine,
#area-guide-hotel{
	padding-top: 80px;
	margin-top:-80px;
}
.area-guide__col2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 90px 50px;
}
@media (width <= 960px) {
	.area-guide__col2 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.area-guide__title {
	font-size: 26px;
	margin-left: 30px;
}
.area-guide__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 90px 50px;
	margin-top: 25px;
}
@media (width <= 960px) {
	.area-guide__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (width <= 767px) {
	.area-guide__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (width <= 640px) {
	.area-guide__list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.area-guide__list a {
	overflow-wrap: anywhere;
	word-break:break-all;
	line-height: 1.1;
    display: inline-block;
}
.area-guide__list dd{
	margin-bottom:8px;
}
.area-guide__list--col2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (width <= 960px) {
	.area-guide__list--col2 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (width <= 767px) {
	.area-guide__list--col2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (width <= 640px) {
	.area-guide__list--col2 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.area-guide__list-title {
	font-size: 22px;
	color: #328011;
	font-weight: bold;
	text-align: center;
	margin-top: 35px;
}
.area-guide__list-text {
	margin-top: 35px;
}
.area-guide__list-site {
	text-align: left;
	margin-top: 1lh;
}
.area-guide__access {
	margin-top: 1lh;
	display: flex;
	flex-wrap: wrap;
}
.area-guide__access > dt {
	display: flex;
	justify-content: space-between;
	width: 100px;
}
.area-guide__access > dd {
	width: calc(100% - 100px);
}

.pp {
	font-family: var(--font-gothic);
	padding-block: 100px 270px;
}
.pp__title {
	font-size: 42px;
	font-weight: 900;
	text-align: center;
	color: #328010;
}
@media (width <= 640px) {
	.pp__title {
		font-size: 30px;
	}
}
.pp__text {
	margin-top: 80px;
}
.pp__text + .pp__text {
	margin-top: 1lh;
}
.pp__list {
	margin-top: 75px;
}
.pp__list > dt {
	font-size: 28px;
	font-weight: bold;
}
@media (width <= 640px) {
	.pp__list > dt {
		font-size: 26px;
	}
}
.pp__list > dd {
	margin-top: 25px;
}
.pp__list > dd + dt {
	margin-top: 50px;
}

.sr__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px 30px;
	width: min(100%, 1165px);
	margin: 60px auto 0;
}
@media (width <= 960px) {
	.sr__list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.sr__list-item {
	background-color: rgba(50, 128, 16, 0.1);
	border-radius: 16px;
	padding: 35px 30px;
}
.sr__list-title {
	font-size: 32px;
	color: #1F6700;
}
@media (width <= 640px) {
	.sr__list-title {
		font-size: 26px;
	}
}
.sr__list-title::before {
	background-color: #267E00;
}
.sr__file {
	padding-left: 32px;
	margin-top: 35px;
}
@media (width <= 640px) {
	.sr__file {
		padding-left: 0;
	}
}
.sr__file-item + .sr__file-item {
	margin-top: 25px;
}
.sr__file-link {
	padding-inline: 65px 20px;
	position: relative;
}
.sr__file-link:hover{
	opacity:0.7;
}
@media (width <= 640px) {
	.sr__file-link {
		padding-inline: 35px 20px;
	}
}
.sr__file-link::before {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background-color: #267E00;
	border-radius: calc(infinity * 1px);
	position: absolute;
	inset: 50% auto auto 0;
	translate: 0 -50%;
}
@media (width <= 640px) {
	.sr__file-link::before {
		width: 20px;
	}
}
.sr__file-link::after {
	content: "";
	display: block;
	width: 12px;
	aspect-ratio: 12/10;
	background-color: #267E00;
	position: absolute;
	inset: 50% 0 auto auto;
	translate: 0 -50%;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.company {
	padding-top: 100px;
}
.company .access-link__list {
	font-family: var(--font-gothic);
	margin-top: 70px;
}
@media (width <= 640px) {
	.company .access-link__list {
		flex-direction: column;
		width: fit-content;
		margin-inline: auto;
	}
}
@media (width <= 640px) {
	.company .access-link__item {
		width: 100%;
	}
}

.company-vision {
	font-family: var(--font-gothic);
	padding-top: 125px;
}
@media (width <= 640px) {
	.company-vision {
		padding-top: 80px;
	}
}
.company-vision__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
@media (width <= 960px) {
	.company-vision__inner {
		flex-direction: column;
		row-gap: 40px;
	}
}
.company-vision__l {
	width: 40.756302521%;
	padding-left: 26px;
}
@media (width <= 960px) {
	.company-vision__l {
		width: 100%;
	}
}
@media (width <= 640px) {
	.company-vision__l {
		padding-left: 0;
	}
}
.company-vision__r {
	width: 50%;
}
@media (width <= 960px) {
	.company-vision__r {
		width: 100%;
	}
}
.company-vision__title {
	font-size: 28px;
	font-weight: 900;
	line-height: 2;
	margin-top: 85px;
}
@media (width <= 640px) {
	.company-vision__title {
		margin-top: 60px;
	}
}
.company-vision__text {
	font-weight: 600;
	margin-top: 85px;
}
@media (width <= 640px) {
	.company-vision__text {
		margin-top: 60px;
	}
}
.company-vision__text span {
	display: block;
}
.company-vision__text span + span {
	margin-top: 1lh;
}
.company-vision__img + .company-vision__img {
	margin-top: 15px;
}

.company-detail {
	font-family: var(--font-gothic);
	padding-top: 230px;
}
@media (width <= 640px) {
	.company-detail {
		padding-top: 80px;
	}
}
.company-detail__detail {
	padding-left: 26px;
}
@media (width <= 640px) {
	.company-detail__detail {
		padding-left: 0;
	}
}
.company-detail__detail .hiking__detail {
	border: 1px solid rgba(53, 166, 5, 0.7);
}
@media (width <= 640px) {
	.company-detail__detail .hiking__detail {
		border: 0;
	}
}
.company-detail__detail .hiking__detail > dt {
	padding: 25px 35px;
}
.company-detail__detail .hiking__detail > dd {
	display: flex;
	align-items: center;
	padding: 25px 15px;
}
@media (width <= 640px) {
	.company-detail__detail .hiking__detail > dd {
		border: 1px solid rgba(53, 166, 5, 0.7);
		border-top: 0;
	}
}

.company-history {
	font-family: var(--font-gothic);
	padding-top: 210px;
}
@media (width <= 640px) {
	.company-history {
		padding-top: 80px;
	}
}
.company-history__list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 50px;
	width: min(100%, 955px);
	padding: 10px 0 50px 50px;
	margin: 70px 0 0 auto;
	position: relative;
}
@media (width <= 640px) {
	.company-history__list {
		flex-direction: column;
		row-gap: 0;
	}
}
.company-history__list::before {
	content: "";
	display: block;
	width: 24px;
	height: 100%;
	background-color: #328011;
	border-radius: calc(infinity * 1px);
	position: absolute;
	inset: 0 auto auto 0;
}
.company-history__list > dt {
	font-size: 20px;
	font-weight: 700;
	color: #328011;
	width: 335px;
	position: relative;
}
@media (width <= 640px) {
	.company-history__list > dt {
		width: 100%;
	}
}
.company-history__list > dt::before {
	content: "";
	display: block;
	width: 11px;
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	inset: 0.4em auto auto -38px;
	translate: -50% 0;
}
.company-history__list > dd {
	width: calc(100% - 335px);
}
@media (width <= 640px) {
	.company-history__list > dd {
		width: 100%;
		margin-top: 10px;
	}
}
@media (width <= 640px) {
	.company-history__list > dd + dt {
		margin-top: 40px;
	}
}

.company-notice {
	padding-block: 210px 250px;
}
@media (width <= 640px) {
	.company-notice {
		padding-block: 80px 190px;
	}
}
.company-notice__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: min(100%, 1130px);
	margin: 60px auto 0;
}
@media (width <= 767px) {
	.company-notice__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (width <= 640px) {
	.company-notice__list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.company-notice__list .c-btn01 {
	width: 100%;
	background-color: #328010;
	padding: 20px 50px 20px 25px;
}
.company-notice__list .c-btn01::after {
	width: 16px;
	right: 25px;
}
@media (any-hover: hover) {
	.company-notice__list .c-btn01:hover {
		color: #328010;
		background-color: #fff;
	}
	.company-notice__list .c-btn01:hover::after {
		background-color: #328010;
	}
}

/*お問い合わせ*/
label {margin-bottom:8px;}
select,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
textarea {width: 100%;max-width: 100%;padding: 8px 16px;background-color: #F4F4F4;margin: 4px 0 0;}
select{width:initial;padding:4px 16px;}
select,input,textarea {line-height: 1.1;font-family: inherit;font-size: inherit;font-weight: inherit;}
input[type="submit"],
input[type="button"]{padding: 12px 16px;}
.wpcf7-list-item.first{margin-left:0;}
.wpcf7-form-control.wpcf7-radio{margin-top:5px;}
.required{font-size: 10px;color:#fff;padding: 1px 6px;background-color:var(--color-accent);letter-spacing:0.1em;line-height:1.0;margin-left:6px;vertical-align: 4px;border-radius:3px;}
.contact__circletitle{
	margin:124px 0 46px;
	text-align: left;
	letter-spacing: 0.05;
	color: #1F6700;
	font-size:26px;
	font-weight:600;
}
.contact__circletitle:before{
	content:"";
	display:inline-block;
	width:14px;
	height:14px;
	border-radius:50%;
	background-color: #1F6700;
	margin-right:16px;
	vertical-align:3px;
}
.contact__telnum{
	text-align: left;
	font-size: 26px;
	font-weight:800;
	letter-spacing: 0.05em;
	color: #013320;
}
.form-wrapper{
	background-color: rgba(50, 128, 16, 0.1);
    border-radius: 11px;
    padding: 108px 95px 84px 95px;
	margin:52px auto 120px;
	font-size:20px;
}
.form-wrapper fieldset{
	margin-bottom:30px;
}
.form-wrapper legend{
	margin-bottom:5px;
}
.contact-agree{
	text-align:center;
	font-size:10px;
}
.contact-agree a{
	display:inline;
	margin:0 5px;
	color:var(--color-accent);
	text-decoration:underline;
}
.contact-agree a:hover{
	text-decoration:none;
}
#checks{
	position:relative;
	width:285px;
	margin:17px auto 0;
	font-size:16px;
	letter-spacing:0.1em;
}
.formsubmit-wrap{display: flex;justify-content: center;gap:23px;}
#checks:hover,
.formsubmit-wrap input:hover{opacity:0.7;}
#checks:after{content:"";display:block;position:absolute;top:20px;right:calc(50% - 110px);width: 0;height: 0;border-style: solid;border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 11px solid #fff;border-right: 0;}
.wpcf7-form-control.wpcf7-submit{width:285px;background:var(--color-accent);color:#fff;border-radius:28px;padding:15px 90px 15px 56px;}
.wpcf7-form-control.wpcf7-submit[value="送信する"]{padding:15px 73px;}
.wpcf7-form-control.wpcf7-previous{width:285px;background:#A0A0A0;color:#fff;border-radius:28px;margin-right:23px;padding:15px 73px;}
.btn_arrow{position:relative;display:inline-block;width:285px;font-size:16px;}
.btn_arrow:after{content:"";display:block;position:absolute;top:20px;right:calc(50% - 110px);width: 0;height: 0;border-style: solid;border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 11px solid #fff;border-right: 0;}
.wpcf7-spinner{display: block;margin: 40px auto 0;}
.formsubmit-wrap{text-align:center;margin:126px auto 42px;}
@media (width <= 640px) {
	.form-wrapper{padding:40px 15px;}

}

.pp__text.group-contact{line-height:2.0;}
.three-column-box{
	display:flex;
	gap:16px;
	width:100%;
	margin:52px 0 85px;
}
.three-column-box .item{
	width:calc((100% - 32px) / 3);
    background-color: rgba(50, 128, 16, 0.1);
    border-radius: 16px;
    padding: 28px 32px 46px;
	display:flex;
	flex-direction:column;
	letter-spacing:0.05em;
}
.three-column-box .ct-title{
	height:40px;
	color: #013320;
	text-align:center;
	line-height:1.0;
	font-size:20px;
	font-weight:600;
	letter-spacing:0.05em;
}
.three-column-box .ct-title .em{
	font-size:26px;
	font-weight:800;
}
.three-column-box .ct-title .reception-hour{
	display:block;
	margin-top:7px;
	margin-bottom:40px;
	font-size:16px;
	font-weight:600;
}
.three-column-box dl dt{
	margin:35px 0 5px;
	line-height:1.0;
	font-size:16px;
	font-weight:600;
}
.three-column-box dl dd{
	line-height:1.0;
	font-size:26px;
	font-weight:800;
}
.three-column-box dl dd .em{
	color:var(--color-accent);
}
.three-column-box .ct-text.web{
	display: flex;
    justify-content: center;
    flex-direction: column;
    height: 246px;
}
.three-column-box .ct-text.web p{
	padding-top:23px;
	text-align:center;
}
.form-wrapper .adult input{
	width:80px;
	margin:0 40px 0 10px;
}
.form-wrapper .child input{
	width:80px;
	margin:0 10px 0 10px;
}
.form-wrapper .child .kome{
	font-size:10px;
	vertical-align: 3px;
}
.form-wrapper .hour input{
	width:80px;
	margin:0 10px 0 0px;
}
.form-wrapper .minute input{
	width:80px;
	margin:0 10px 0 40px;
}
.form-wrapper .confirm-child{
	margin:0 10px 0 10px;
}
.form-wrapper .confirm-child .kome{
	margin:0 0 0 10px;
}
@media (width <= 1000px) {
	.three-column-box{
		flex-direction:column;
	}
	.three-column-box .item{
		width:100%;
	}
	.three-column-box .ct-text.web{
		height:initial;
	}
}
@media (width <= 787px) {
	.wpcf7-radio > span{
		display:block;
		margin-left:0;
	}
	.wpcf7-list-item.first{
		margin-top:5px;
	}
	.form-wrapper .child {
		display:block;
		margin-top:5px;
	}
	.form-wrapper .minute input {
    	margin: 0 10px 0 20px;
	}
}
/*# sourceMappingURL=style.css.map */