/*
Theme Name: 伊佐市観光特産ガイド
Description:
Theme URI:
Author: スリーグッド鹿児島
Author URI:
Version:
License:
License URI:
*/

/* --------------------------
    variables
-------------------------- */
:root {
    --content-width: 1100px;
    --middle-width: 960px;
    --narrow-width: 800px;
    --wide-width: 1200px;
	--header-height: 150px;
    --topbar-height: 50px;
    --floating-height: 50px;
    --color: var(--color-brown-dark);
    --color-red-orange: #f07824;
    --color-red-orange-pale: #fee8d0;
    --color-orange: #f69220;
    --color-green: #34a361;
    --color-lime-green: #a0d25f;
    --color-aqua: #4ea6c7;
    --color-pink: #fb9e8c;
    --color-brown: #744e26;
    --color-brown-light: #82746b;
    --color-brown-dark: #534741;
    --color-yellow: #ffde39;
    --color-yellow-pale: #fefcdc;
    --color-yellow-dull: #d5c789;
    --color-beige: #eee3b5;
    --color-beige-dull: #b28146;
    --color-facebook: #1877f1;
    --color-line: #00b900;
    --line-height: 1.75;
    --font-size: 16px;
    --font-size-sp: 14px;
    --letter-spacing: 0.1em;
    --font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック ProN W3', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
    --serif-font: 'Noto Serif JP', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    --slab-font: 'Roboto Slab', 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック ProN W3', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
    --font-awesome: 'Font Awesome 7 Free';
    --icon-sightseeing: url(/wp-content/themes/isakanko/src/isakanko-icon-pin-redorange.svg);
    --icon-sightseeing-white: url(/wp-content/themes/isakanko/src/isakanko-icon-pin-white.svg);
    --icon-gourmet: url(/wp-content/themes/isakanko/src/isakanko-icon-gourmet-orange.svg);
    --icon-gourmet-white: url(/wp-content/themes/isakanko/src/isakanko-icon-gourmet-white.svg);
    --icon-stay: url(/wp-content/themes/isakanko/src/isakanko-icon-stay-green.svg);
    --icon-stay-white: url(/wp-content/themes/isakanko/src/isakanko-icon-stay-white.svg);
    --icon-tour: url(/wp-content/themes/isakanko/src/isakanko-icon-tour-aqua.svg);
    --icon-tour-white: url(/wp-content/themes/isakanko/src/isakanko-icon-tour-white.svg);
    --icon-course: url(/wp-content/themes/isakanko/src/isakanko-icon-course-pink.svg);
    --icon-course-white: url(/wp-content/themes/isakanko/src/isakanko-icon-course-white.svg);
    --icon-specialty: url(/wp-content/themes/isakanko/src/isakanko-icon-specialty-brown.svg);
    --icon-specialty-white: url(/wp-content/themes/isakanko/src/isakanko-icon-specialty-white.svg);
    --icon-event: url(/wp-content/themes/isakanko/src/isakanko-icon-event-limegreen.svg);
    --icon-event-white: url(/wp-content/themes/isakanko/src/isakanko-icon-event-white.svg);
    --icon-isa: url(/wp-content/themes/isakanko/src/isa-logo.svg);
    --top-isa-bg: url(/wp-content/themes/isakanko/src/isakanko-top-ricefield.webp);
    --ornament1: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE5MjAgMTIwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogI2ZlZThkMDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTk2MCwwQzYxNy4wNSwwLDI5MS43OCw0MywwLDEyMFYwaDE5MjB2MTIwQzE2MjguMjIsNDMsMTMwMi45NSwwLDk2MCwwIi8+Cjwvc3ZnPg==);
    --character1: url(/wp-content/themes/isakanko/src/isakanko-isaking1.webp);
    --character2: url(/wp-content/themes/isakanko/src/isakanko-isaking2.webp);
}

@media (max-width: 1100px) {
	:root {
		--header-height: 100px;
    	--topbar-height: 20px;
	}
}

/* --------------------------
    reset
-------------------------- */
* {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-feature-settings: 'palt';
    overflow-wrap: anywhere;
    line-break: strict;
	-webkit-text-size-adjust: 100%;
    font-size: var(--font-size);
    line-height: var(--line-height);
    letter-spacing: var(--letter-spacing);
	color: var(--color);
    font-family: var(--font-family);
    font-weight: 400;
    min-height: 100vh;
}

main {
    display: block;
	padding-top: var(--header-height);
}

main.top {
	padding-top: unset;
}

img {
    display: block;
    max-width: 100%;
}

input[type="image"],
video,
embed,
iframe,
marquee,
object {
    display: block;
    max-width: 100%;
    aspect-ratio: attr(width) / attr(height);
}

table {
    max-width: 100%;
    aspect-ratio: attr(width) / attr(height);
}

a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.75rem;
}

h6 {
    font-size: 0.75rem;
    font-weight: 500;
}

table {
    border-spacing: 0;
}

@media (max-width: 768px) {
    body {
        font-size: var(--font-size-sp);
    }
}

/* --------------------------
    common
-------------------------- */
.content-width {
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
}

.narrow-width {
    width: 100%;
    max-width: var(--narrow-width);
    margin: 0 auto;
}

.middle-width {
    width: 100%;
    max-width: var(--middle-width);
    margin: 0 auto;
}

.wide-width {
    width: 100%;
    max-width: var(--wide-width);
    margin: 0 auto;
}

.section-padding {
    padding: 4em 1em;
}

.section-padding-low {
    padding: 2em 1em;
}

.section-padding-full {
    padding: 4em 0;
}

.clearfix {
    clear: both;
}

.button-wrap {
	margin-top: 2em;
}

.button-wrap.center {
	text-align: center;
}

.button-wrap.right {
	text-align: right;
}

.button {
	display: inline-flex;
	justify-content: center;
	min-width: 200px;
	background-color: var(--color-yellow);
	padding: 0.5lh 1.5lh 0.5lh 1lh;
	border-radius: 1.75lh;
	font-weight: 700;
	position: relative;
}

.button:before {
	content: '\f04b';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	border-radius: 50%;
	font-family: var(--font-awesome);
	font-weight: 700;
	font-size: 8px;
	letter-spacing: 0;
	position: absolute;
	top: 50%;
	right: 0.75lh;
	transform: translateY(-50%);
}

.mt4 {
	margin-top: 4em;
}

#clippath {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

h2.single-heading {
	font-size: clamp(1.5em, 3vw, 2em);
    font-weight: 600;
}

h3.single-heading {
	font-size: clamp(1.25em, 3vw, 1.5em);
    font-weight: 600;
	padding-bottom: 0.5em;
	border-bottom: 3px solid var(--color-beige-dull);
	margin-bottom: 1em;
}

.heading-attractions {
	font-size: clamp(1.5em, 3vw, 2.5em);
    font-weight: 600;
	font-family: var(--serif-font);
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
}

.heading-attractions:before {
	content: '\f3c5';
	font-family: var(--font-awesome);
    font-weight: 700;
	margin-right: 0.25em;
	color: var(--color-red-orange);
}

#page-wrap {
	overflow: hidden;
}

.bg-red-orange-pale {
	background-color: var(--color-red-orange-pale);
}

@media (max-width: 768px) {
    .section-padding {
        padding: 2em 1em;
    }

    .section-padding-low {
        padding: 1em;
    }
    
    .section-padding-full {
        padding: 2em 0;
    }
	
	.mt4 {
		margin-top: 2em;
	}
}

/* --------------------------
    header
-------------------------- */
/* top header */
#top-header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: var(--header-height);
	padding: 0 2em;
	position: absolute;
	left: 0;
	z-index: 254;
}

#top-header > .left > div {
	display: flex;
	align-items: center;
	height: var(--topbar-height);
	color: #fff;
	letter-spacing: 0.25em;
	filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 0.2)) drop-shadow(0 0 0.1em rgba(0, 0, 0, 0.2));
}

#top-header > .left > .logo {
	display: inline-block;
	height: calc(100% - var(--topbar-height) - 1em);
	color: #fff;
}

#top-header > .left > .logo > img {
	height: 100%;
	filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 0.2)) drop-shadow(0 0 0.1em rgba(0, 0, 0, 0.2));
}

#top-header > .right {
	display: flex;
	align-items: center;
	height: fit-content;
	margin-top: 2em;
}

#top-header-menu {
	list-style-type: none;
	display: flex;
	font-size: 0.875em;;
	color: #fff;
	filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 0.2)) drop-shadow(0 0 0.1em rgba(0, 0, 0, 0.2));
}

#top-header-menu > li + li {
	margin-left: 3em;
}

#top-header-menu > li > a {
	display: flex;
	flex-flow: column;
	align-items: center;
}

#top-header-menu > li > a > img {
    width: 1.5em;
}

#top-header-menu > li > a > span {
	font-weight: 700;
	margin-top: 0.25em;
}

#top-header-menu > li > a > i {
	font-size: 1.5em;
}

#top-header-menu > li > a > img {
	width: 1.5em;
}

#header-sns-list {
	list-style-type: none;
	display: flex;
	margin-left: 1em;
	color: #fff;
}

#header-sns-list > li + li {
	margin-left: 0.5em;
}

#header-sns-list > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2em;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	letter-spacing: 0;
	position: relative;
	z-index: 1;
}

#header-sns-list > li > a.facebook {
	background-color: #0866ff;
}

#header-sns-list > li > a.instagram {
	background: linear-gradient(135deg, #427eff 0%, #f13f79 80%) no-repeat;
}

#header-sns-list > li > a.instagram:before {
	content: '';
	display: block;
	width: 150%;
	aspect-ratio: 1 / 1;
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	transform: translate(-37.5%, -37.5%);
}

@media (max-width: 1100px) {
	#top-header {
		padding: 0 0 0 1em;
	}

	#top-header > .left > div {
		font-size: 10px;
	}

	#top-header > .right {
		margin-top: 0;
	}

	#top-header-menu {
		display: none;
	}
}

#header {
	width: 100%;
	height: var(--header-height);
	padding: 0 2rem;
	background-color: var(--color-yellow-pale);
	border-bottom: 1px solid var(--color-beige);
	position: absolute;
	left: 0;
}

#topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: var(--topbar-height);
}

#topbar > div {
	letter-spacing: 0.25em;
	color: var(--color-beige-dull);
}

#topbar-menu {
	list-style-type: none;
	display: flex;
	font-size: 0.875em;
	font-weight: 500;
	color: var(--color-beige-dull);
}

#topbar-menu > li + li {
	margin-left: 1.5em;
}

#header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: calc(100% - var(--topbar-height));
}

#header-content > .logo {
	display: inline-block;
	height: calc(100% - 1em);
	color: #fff;
}

#header-content > .logo > img {
	height: 100%;
}

#header-content > div {
	display: flex;
	align-items: center;
}

#header-menu {
	list-style-type: none;
	display: flex;
	font-weight: 700;
	font-size: 0.875em;
	color: var(--color-beige-dull);
}

#header-menu > li + li {
	margin-left: 2em;
}

#header-menu > li > a > img {
	width: 1.5em;
	font-size: 1.5em;
	letter-spacing: 0;
	margin: 0 auto;
}

#header-menu > li > a > span {
	display: block;
	margin-top: 0.25em;
}

@media (max-width: 1100px) {
	#header {
		padding: 0 1rem;
	}

	#header-menu {
		display: none;
	}

	#topbar > div {
		font-size: 10px;
	}

	#topbar-menu {
		display: none;
	}
}

/* floating */
#floating-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: var(--floating-height);
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0 2em;
	position: fixed;
	left: 0;
	z-index: 255;
	transform: translateY(-100%);
	transition: all 0.2s ease;
}

#floating-wrap.show {
	transform: translateY(0);
	transition: all 0.2s ease;
}

#floating-wrap > .logo {
	display: inline-block;
	height: 24px;
}

#floating-wrap > .logo > img {
	height: 100%;
}

#floating-menu {
	list-style-type: none;
	display: flex;
	align-items: center;
	font-size: 0.875em;
	font-weight: 700;
}

#floating-menu > li + li {
	margin-left: 2em;
}

@media (max-width: 1100px) {
	#floating-wrap {
		padding: 0 0 0 1em;
	}

	#floating-menu {
		display: none;
	}
}


/* drawer */
.drawer-open,
#drawer-close {
    display: none;
    height: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: var(--header-height);
    aspect-ratio: 1 / 1;
    font-size: 1em;
    appearance: none;
    outline: none;
    border: none;
	background: unset;
    margin-left: 0.25rem;
}

#floating-wrap > .drawer-open {
	width: var(--floating-height);
}

#drawer-close {
	width: var(--floating-height);
	position: absolute;
	top: 0;
	right: 0;
}

#mobile-menu-wrap:popover-open #drawer-open > span,
#mobile-menu-wrap:popover-open #drawer-close > span {
	background-color: transparent;
	transition: background-color 0.2s ease;
}

#mobile-menu-wrap:popover-open #drawer-open > span:before,
#mobile-menu-wrap:popover-open #drawer-close > span:before {
	transform: translateY(0) rotate(45deg);
	transition: transform 0.2s ease;
}

#mobile-menu-wrap:popover-open #drawer-open > span:after,
#mobile-menu-wrap:popover-open #drawer-close > span:after {
	transform: translateY(0) rotate(-45deg);
	transition: transform 0.2s ease;
}

.drawer-open > span,
#drawer-close > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 1px;
	background-color: var(--color);
	margin: 0.75em 0;
	position: relative;
}

.drawer-open.top > span {
	background-color: #fff;
}

.drawer-open > span:before,
#drawer-close > span:before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: var(--color);
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-0.5em);
}

.drawer-open.top > span:before,
#drawer-close.top > span:before {
	background-color: #fff;
}

.drawer-open > span:after,
#drawer-close > span:after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: var(--color);
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(0.5em);
}

.drawer-open.top > span:after,
#drawer-close.top > span:after {
	background-color: #fff;
}

#mobile-menu-wrap:popover-open::backdrop {
	background-color: rgba(0, 0, 0, 0.3);
}

#mobile-menu-wrap {
	display: grid;
	grid-template-columns: auto;
	width: 100%;
	max-width: 320px;
	height: 100dvh;
	border: none;
	opacity: 0;
	background-color: #fff;
	padding-top: var(--floating-height);
	margin-left: auto;
	pointer-events: none;
	overflow-y: scroll;
	transform: translateX(100%);
	transition-property: transform, opacity, display;
	transition-duration: 0.2s;
	transition-behavior: normal, normal, allow-discrete;
	position: fixed;
}

#mobile-menu-wrap:popover-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
	transition-property: transform, opacity, display;
	transition-duration: 0.2s;
	transition-behavior: normal, normal, allow-discrete;
}

@media (max-width: 1100px) {
    .drawer-open,
	#drawer-close {
        display: flex;
    }
}

@media (max-width: 768px) {
	.drawer-open {
    	width: var(--floating-height);
	}

	.drawer-open > span:before,
	#drawer-close > span:before {
		transform: translateY(-0.375em);
	}

	.drawer-open > span:after,
	#drawer-close > span:after {
		transform: translateY(0.375em);
	}
}

/* --------------------------
    footer
-------------------------- */
/* part share */
#part-share {
	background-color: var(--color-red-orange-pale);
}

#part-share > div {
	padding: 1em 0;
}

#part-share-wrap {
	display: flex;
	flex-flow: column;
	align-items: center;
}

#part-share-wrap > dt {
	border: 1px solid var(--color);
	border-radius: 0.5em;
	padding: 0.25em 0.75em;
	background-color: #fff;
	font-weight: 500;
	font-size: 0.875em;
	margin-bottom: 1em;
	position: relative;
}

#part-share-wrap > dt:before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid var(--color);
	border-bottom: 1px solid var(--color);
	border-radius: 0 0 0.25em 0;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	transform: translate(-50%, 50%) rotate(45deg);
}

#part-share-list {
	list-style-type: none;
	display: flex;
}

#part-share-list > li + li {
	margin-left: 0.5em;
}

#part-share-list > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2em;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #eee;
	color: #fff;
	letter-spacing: 0;
}

#part-share-list > li > .facebook {
	background-color: var(--color-facebook);
}

#part-share-list > li > .x {
	background-color: #111;
}

footer {
	padding-top: calc(100vw / 18);
	background-image: var(--ornament1);
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

footer > div:first-of-type {
	display: flex;
	flex-flow: column;
	align-items: center;
}

#footer-logo-wrap {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-bottom: 2em;
}

#footer-logo > img {
	width: 96px;
}

#footer-logo + span {
	letter-spacing: 0.25em;
	font-weight: 500;
	margin-top: 0.5em;
}

#footer-info-list {
	list-style-type: none;
	font-weight: 500;
	margin-bottom: 2em;
}

#footer-info-list > li {
	display: flex;
}

#footer-info-list > li + li {
	margin-top: 1em;
}

#footer-info-list > li > span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	margin-right: 1rem;
	font-size: 0.75em;
	letter-spacing: 0;
	padding: 0.25em 0.75em;
	border-radius: 0.5em;
	border: 1px solid var(--color);
}

#footer-sns-wrap {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-bottom: 2em;
}

#footer-sns-wrap > dt {
	border: 1px solid var(--color);
	border-radius: 0.5em;
	padding: 0.25em 0.75em;
	background-color: #fff;
	font-weight: 500;
	font-size: 0.875em;
	margin-bottom: 1em;
	position: relative;
}

#footer-sns-wrap > dt:before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid var(--color);
	border-bottom: 1px solid var(--color);
	border-radius: 0 0 0.25em 0;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	transform: translate(-50%, 50%) rotate(45deg);
}

#footer-sns-list {
	list-style-type: none;
	display: flex;
	justify-content: center;
	color: #fff;
}

#footer-sns-list > li + li {
	margin-left: 0.5em;
}

#footer-sns-list > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2em;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	letter-spacing: 0;
	position: relative;
	z-index: 1;
}

#footer-sns-list > li > a.facebook {
	background-color: var(--color-facebook);
}

#footer-sns-list > li > a.instagram {
	background: linear-gradient(135deg, #427eff 0%, #f13f79 80%) no-repeat;
}

#footer-sns-list > li > a.instagram:before {
	content: '';
	display: block;
	width: 150%;
	aspect-ratio: 1 / 1;
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	transform: translate(-37.5%, -37.5%);
}

#footer-sns-list > li > a.x {
	background-color: #111;
}

#footer-sns-list > li > a.line {
	background-color: var(--color-line);
}

#footer-menu {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: 600;
	font-size: 0.875em
}

#footer-menu > li:not(:last-of-type)  {
	margin-right: 2em;
}

#footer-menu > li {
	margin: 0.5em 0;
	padding-left: 1em;
	position: relative;
}

#footer-menu > li:before {
	content: '';
	display: block;
	border-top: 0.3em solid transparent;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid var(--color-green);
	position: absolute;
	left: 0;
	top: 0.5lh;
	transform: translateY(-50%);
}

#copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4em;
	padding: 0 1em;
	font-size: 0.875em;
	font-weight: 600;
	text-align: center;
}

@media (max-width: 768px) {
	#footer-menu {
		flex-flow: column;
	}
}

/* --------------------------
    archive
-------------------------- */
/* archive */
.archive-list {
    list-style-type: none;
}

.archive-list > li {
    padding: 1rem 0;
}

.archive-list > li:first-of-type {
    padding-top: 0;
}

.archive-list > li + li {
    border-top: 1px solid #ddd;
}

.archive-list > li > a {
    display: block;
}

.archive-list > li > a > article {
    display: flex;
    align-items: center;
}

.archive-list > li > a > article > .thumb {
    width: 30%;
    padding-top: 20%;
    background-color: #eee;
    margin-right: 2em;
    position: relative;
}

.archive-list > li > a > article > .thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.archive-list > li > a > article > .info {
    width: calc(70% - 2em);
}

.archive-list > li > a > article > .info > time {
    display: block;
    font-size: 1em;
    margin-bottom: 0.5em;
}

.archive-list > li > a > article > .info > .category {
    margin-bottom: 0.5em;
}

.archive-list > li > a > article > .info > .category > span {
    display: inline-block;
    font-size: 10px;
    padding: 0.25em 0.5em;
    margin: 0 0.5em 0.5em 0;
    background-color: var(--color);
    color: #fff;
}

.archive-list > li > a > article > .info > h3 {
    font-size: 1rem;
    margin-bottom: 0.5em;
}

.archive-list > li > a > article > .info > p {
    font-size: 0.875em;
    margin-top: 1em;
}

@media (max-width: 768px) {
    .archive-list > li > a > article {
        flex-flow: column;
    }
    
    .archive-list > li > a > article > .info {
        width: 100%;
    }
    
    .archive-list > li > a > article > .thumb {
        width: 100%;
        padding-top: calc(100% / 3 * 2);
        margin-right: 0;
        margin-bottom: 1em;
    }
}

/* archive pagination */
#pagination {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

#pagination > * {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    letter-spacing: 0;
    width: 3em;
    height: 3em;
    background: #eee;
    color: var(--color);
    margin: 0 0.5em;
    transition: all 0.3s ease;
}

#pagination > span,
#pagination > a:hover {
    background: var(--color);
    color: #fff;
    transition: all 0.3s ease;
}


/* --------------------------
    single
-------------------------- */
/* single */
#single-date {
    display: block;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 2em;
}

.single-content *:not(.plain):not(h1, h2, h3, h4, h5, h6) + *:not(.plain):is(h1, h2, h3, h4, h5, h6) {
	margin-top: 3em;
}

.single-content h1:not(.plain),
.single-content h2:not(.plain) {
    margin-bottom: 1em;
}

.single-content h3:not(.plain) {
    margin-bottom: 1em;
}

.single-content h4:not(.plain) {
    margin-bottom: 1em;
}

.single-content h5:not(.plain) {
    margin-bottom: 1em;
}

.single-content h6:not(.plain) {
    margin-bottom: 1em;
}

.single-content hr:not(.plain) {
    display: block;
    border: none;
    border-top: 2px solid #bbb;
    margin: 4em 0;
}

.single-content ul:not(.plain) {
    background-color: #f5f5f5;
    padding: 2em 2em 2em 3em;
    margin-bottom: 3em;
}

.single-content ol:not(.plain) {
    background-color: #f5f5f5;
    padding: 2em 2em 2em 3em;
    margin-bottom: 3em;
}

.single-content ul:not(.plain) > li + li,
.single-content ol:not(.plain) > li + li {
    margin-top: 0.5em;
}

.single-content blockquote:not(.plain) {
    background-color: #f5f5f5;
    padding: 2em;
    margin-bottom: 2em;
}

.single-content p:not(.plain) {
    text-align: justify;
    margin-bottom: 1em;
}

.single-content dl:not(.plain) {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #ddd;
    margin-bottom: 3em;
}

.single-content dl:not(.plain) > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    background-color: #f5f5f5;
    border-bottom: 2px solid #ddd;
    padding: 1em 2em;
    font-weight: 700;
}

.single-content dl:not(.plain) > dd {
    width: 70%;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    padding: 1em 2em;
}

.single-content img:not(.plain) {
    height: auto;
    margin-bottom: 2em;
}

.single-content img:not(.plain).alignleft {
    float: left;
    margin: 0 2em 2em 0;
}

.single-content img:not(.plain).alignright {
    float: right;
    margin: 0 0 2em 2em;
}

.single-content img:not(.plain).aligncenter {
    margin: 0 auto 2em auto;
}

.single-content a:not(.plain) {
    text-decoration: underline;
    transition: all 0.3s ease;
}

.single-content a:not(.plain):hover {
    opacity: 0.7;
    transition: all 0.3s ease;
}

.single-content a:not(.plain)[target="_blank"]:after {
    content: ' \f08e';
	font-family: var(--font-awesome);
	font-weight: 700;
	font-size: 0.875em;
}

.single-content small:not(.plain) {
    font-size: 0.75em;
}

.single-content * + .gallery {
	margin-top: 2em;
}

.single-content .gallery {
	display: grid;
	grid-gap: 2em;
}

.single-content .gallery > br {
	display: none;
}

.single-content .gallery-columns-1 {
	grid-template-columns: repeat(1, 1fr);
}

.single-content .gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.single-content .gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.single-content .gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.single-content .gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.single-content .gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.single-content .gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.single-content .gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.single-content .gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.single-content .gallery > dl:not(.plain) {
	display: unset;
	flex-wrap: unset;
	border-top: unset;
	margin-bottom: unset;
}

.single-content .gallery > dl:not(.plain) > dt {
	display: block;
	flex-flow: unset;
	justify-content: unset;
	align-items: unset;
	width: unset;
	background-color: unset;
	border-bottom: unset;
	padding: unset;
	font-weight: unset;
	text-align: unset;
}

.single-content .gallery > dl:not(.plain) > dd {
	display: block;
	flex-flow: unset;
	justify-content: unset;
	width: unset;
	background-color: unset;
	border-bottom: unset;
	padding: unset;
	margin-top: 1em;
	font-size: 0.875em;
	line-height: 1.75;
	text-align: justify;
	word-break: break-all;
}

.single-content .gallery img:not(.plain) {
	margin-bottom: unset;
	width: unset;
	height: unset;
	max-width: 100%;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.single-content h1:not(.plain),
	.single-content h2:not(.plain) {
	}
	
	.single-content h3:not(.plain) {
	}
	
	.single-content hr:not(.plain) {
		margin: 2em 0;
	}

	.single-content ul:not(.plain) {
		padding: 1em 1em 1em 2em;
	}
	
	.single-content ol:not(.plain) {
		padding: 1em 1em 1em 3em;
	}
	
	.single-content blockquote:not(.plain) {
		padding: 1em;
	}
	
	.single-content dl:not(.plain) {
		flex-flow: column;
	}
	
	.single-content dl:not(.plain) > dt {
		width: 100%;
		padding: 1em;
	}
	
	.single-content dl:not(.plain) > dd {
		width: 100%;
		padding: 1em;
	}

	.single-content img.aligncenter:not(.plain),
	.single-content img.alignleft:not(.plain),
	.single-content img.alignright:not(.plain) {
		float: none;
		margin: 0 auto 2em auto;
	}

	.single-content .gallery-columns-1,
	.single-content .gallery-columns-2,
	.single-content .gallery-columns-3,
	.single-content .gallery-columns-4,
	.single-content .gallery-columns-5,
	.single-content .gallery-columns-6,
	.single-content .gallery-columns-7,
	.single-content .gallery-columns-8,
	.single-content .gallery-columns-9 {
		grid-template-columns: 1fr;
	}
}

/* single pagination */
#single-pagination {
    list-style-type: none;
    display: flex;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 1rem 0;
    margin-top: 2rem;
}

#single-pagination > li {
    width: 50%;
}

#single-pagination > li + li {
    border-left: 2px solid #ddd;
}

#single-pagination > li > a {
    display: block;
    color: var(--main-color);
    padding: 1rem 3rem;
    position: relative;
}

#single-pagination > li:first-of-type > a:before {
    content: '';
    display: block;
    border-top: 0.3rem solid transparent;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid var(--color);
    border-bottom: 0.3rem solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#single-pagination > li:last-of-type > a:before {
    content: '';
    display: block;
    border-top: 0.3rem solid transparent;
    border-left: 0.3rem solid var(--color);
    border-right: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    #single-pagination {
        flex-flow: column;
        padding: 0;
    }

    #single-pagination > li {
        width: 100%;
    }

    #single-pagination > li + li {
        border-left: none;
    }

    #single-pagination > li:first-of-type:empty {
        border-top: 2px solid #ddd;
    }
}

/* --------------------------
    top
-------------------------- */
#top-main-banner {
	width: 100%;
	height: 100vh;
	background-color: #eee;
	position: relative;
}

#top-main-banner > img {
	width: clamp(240px, 75vw, 800px);
	filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 0.2)) drop-shadow(0 0 0.1em rgba(0, 0, 0, 0.2));
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

#top-main-banner > video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	object-position: center;
	filter: brightness(0.8);	
}

@media (max-width: 768px) {
	#top-main-banner {
		width: 100%;
		height: 100vw;
	}

	#top-main-banner > video {
		height: 100vw;
	}
}

#top-navigation-list {
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 2em;
}

#top-navigation-list > li {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 100%;
}

#top-navigation-list > li > a {
	display: block;
	width: 100%;
}

#top-navigation-list > li > a > figure {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
}

#top-navigation-list > li > a > figure.red-orange {
	border: 4px solid var(--color-red-orange);
}

#top-navigation-list > li > a > figure.orange {
	border: 4px solid var(--color-orange);
}

#top-navigation-list > li > a > figure.green {
	border: 4px solid var(--color-green);
}

#top-navigation-list > li > a > figure.aqua {
	border: 4px solid var(--color-aqua);
}

#top-navigation-list > li > a > figure.pink {
	border: 4px solid var(--color-pink);
}

#top-navigation-list > li > a > figure.brown {
	border: 4px solid var(--color-brown);
}

#top-navigation-list > li > a > figure > img {
	width: 50%;
	height: 50%;
	object-fit: contain;
	object-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#top-navigation-list > li > a > span {
	display: block;
	text-align: center;
	word-break: auto-phrase;
	font-size: clamp(0.875em, 1.5vw, 1em);
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1em;
}

@media (max-width: 768px) {
	#top-navigation-list {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 1em;
		max-width: 80%;
		margin: 0 auto;
	}
}

#top-pickup {
	overflow: hidden;
}

#top-pickup-slider {
	font-size: clamp(1em, 2vw, 1.25em);
}

#top-pickup-slider .thumb {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	position: relative;
}

#top-pickup-slider .thumb > .badge {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width:8em;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #ddd;
	line-height: 1.25;
	font-size: 0.5em;
	font-weight: 700;
	text-align: center;
	padding: 1em;
	word-break: auto-phrase;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(0, -1em);
}

#top-pickup-slider .thumb > .badge:before {
	content: '';
	display: block;
	width: 2em;
	height: 2em;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 0.5em;
}

#top-pickup-slider .thumb > .sightseeing {
	background-color: var(--color-red-orange);
}

#top-pickup-slider .thumb > .sightseeing:before {
	background-image: var(--icon-sightseeing-white);
}

#top-pickup-slider .thumb > .gourmet {
	background-color: var(--color-orange);
}

#top-pickup-slider .thumb > .gourmet:before {
	background-image: var(--icon-gourmet-white);
}

#top-pickup-slider .thumb > .stay {
	background-color: var(--color-green);
}

#top-pickup-slider .thumb > .stay:before {
	background-image: var(--icon-stay-white);
}

#top-pickup-slider .thumb > .tour {
	background-color: var(--color-aqua);
}

#top-pickup-slider .thumb > .tour:before {
	background-image: var(--icon-tour-white);
}

#top-pickup-slider .thumb > .course {
	background-color: var(--color-pink);
}

#top-pickup-slider .thumb > .course:before {
	background-image: var(--icon-course-white);
}

#top-pickup-slider .thumb > .specialty {
	background-color: var(--color-brown);
}

#top-pickup-slider .thumb > .specialty:before {
	background-image: var(--icon-specialty-white);
}

#top-pickup-slider .thumb > .event {
	background-color: var(--color-lime-green);
}

#top-pickup-slider .thumb > .event:before {
	background-image: var(--icon-event-white);
}

#top-pickup-slider .thumb > .area {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	width: 100%;
	position: absolute;
	top: 10%;
	left: 7.5%;
}

#top-pickup-slider .thumb > .area > span {
	background-color: #fff;
	border: 1px solid var(--color-red-orange);
	color: var(--color-red-orange);
	padding: 0.25em 0.75em;
	border-radius: 0.5em;
	font-size: 0.5em;
	margin: 0 0.25em 0.25em 0;
}

#top-pickup-slider .thumb > .area > span:before {
	content: '\f3c5';
	font-family: var(--font-awesome);
	font-weight: 700;
	margin-right: 0.25em;
}

#top-pickup-slider .title {
	display: block;
	font-weight: 600;
	font-size: 1em;
	padding: 0 1em;
}

#top-pickup-slider .tag {
	font-size: 0.75em;
	font-weight: 600;
	padding: 0 1.25em;
	margin-top: 1em;
}

#top-pickup-slider .tag > a {
	display: inline-block;
	border-radius: 0.5em;
	background-color: var(--color-beige);
	padding: 0.25em 0.75em;
	margin: 0 0.5em 0.5em 0;
}

#top-pickup-slider .tag > a:before {
	content: '#';
}

#top-pickup-slider .swiper-navigation {
	height: 3em;
	position: relative;
	margin-bottom: 2em;
}

#top-pickup-slider .swiper-button-next:after,
#top-pickup-slider .swiper-button-prev:after {
	display: none;
}

#top-pickup-slider .swiper-button-next,
#top-pickup-slider .swiper-button-prev {
	width: 3em;
	height: 3em;
	background-color: var(--color-brown-light);
	color: #fff;
	border-radius: 50%;
	font-family: var(--font-awesome);
	font-weight: 700;
}

#top-pickup-slider .swiper-button-next:before {
	content: '\f04b';
}

#top-pickup-slider .swiper-button-prev:before {
	content: '\f04b';
	transform: scaleX(-1);
}

.article-list {
	list-style-type: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2em;
	font-weight: 600;
	font-size: clamp(1em, 2vw, 1.25em);
}

.article-list > li > .thumb {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	position: relative;
}

.article-list > li > .thumb > .area {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	width: calc(100% - 15%);
	position: absolute;
	top: 10%;
	left: 7.5%;
}

.article-list > li > .thumb > .area > span {
	background-color: #fff;
	border: 1px solid var(--color-red-orange);
	color: var(--color-red-orange);
	padding: 0.25em 0.75em;
	border-radius: 0.5em;
	font-size: 0.5em;
	margin: 0 0.25em 0.25em 0;
}

.article-list > li > .thumb > .area > span:before {
	content: '\f3c5';
	font-family: var(--font-awesome);
	font-weight: 700;
	margin-right: 0.25em;
}

.article-list > li > .title {
	display: block;
	font-weight: 600;
	font-size: 1em;
	line-height: 1.5;
	padding: 0 1em;
	margin-top: 0.5em;
}

.article-list > li > .tag {
	font-size: 0.75em;
	font-weight: 600;
	padding: 0 1.25em;
	margin-top: 1em;
}

.article-list > li > .tag > a {
	display: inline-block;
	border-radius: 0.5em;
	background-color: var(--color-beige);
	padding: 0.25em 0.75em;
	margin: 0 0.5em 0.5em 0;
}

.article-list > li > .tag > a:before {
	content: '#';
}

.bg-red-orange-pale .article-list > li > .tag > a {
	background-color: #fff;
}

@media (max-width: 768px) {
	.article-list {
		grid-template-columns: 1fr;
		max-width: 480px;
		margin: 0 auto;
	}

	#top-pickup-slider .thumb > .badge {
		font-size: 0.75em;
	}

	.article-list > li > .thumb > .area > span,
	#top-pickup-slider .thumb > .area > span {
		font-size: 0.75em;
	}
}

#top-post {
	background-color: var(--color-yellow-pale);
}

#top-post > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2em;
}

#top-sightseeing {
	overflow: hidden;
}

#top-sightseeing > div > .article-list {
	position: relative;
}

#top-sightseeing > div > .article-list:before {
	content: '';
	display: block;
	width: 6em;
	aspect-ratio: 1 / 1;
	background-image: var(--character1);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(1em, -100%) rotate(10deg);
	z-index: 1;
}

#top-sightseeing-slider {
	font-size: clamp(1em, 2vw, 1.25em);
	font-weight: 700;
}

#top-sightseeing-slider .thumb {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	position: relative;
}

#top-sightseeing-slider .thumb > .area {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	width: 100%;
	position: absolute;
	top: 10%;
	left: 7.5%;
}

#top-sightseeing-slider .thumb > .area > span {
	background-color: #fff;
	border: 1px solid var(--color-red-orange);
	color: var(--color-red-orange);
	padding: 0.25em 0.75em;
	border-radius: 0.5em;
	font-size: 0.5em;
	margin: 0 0.25em 0.25em 0;
}

#top-sightseeing-slider .thumb > .area > span:before {
	content: '\f3c5';
	font-family: var(--font-awesome);
	font-weight: 700;
	margin-right: 0.25em;
}

#top-sightseeing-slider .title {
	display: block;
	font-weight: 600;
	font-size: 1em;
	padding: 0 1em;
}

#top-sightseeing-slider .tag {
	font-size: 0.75em;
	font-weight: 600;
	padding: 0 1.25em;
	margin-top: 1em;
}

#top-sightseeing-slider .tag > a {
	display: inline-block;
	border-radius: 0.5em;
	background-color: var(--color-beige);
	padding: 0.25em 0.75em;
	margin: 0 0.5em 0.5em 0;
}

#top-sightseeing-slider .tag > a:before {
	content: '#';
}

#top-sightseeing-slider .swiper-navigation {
	display: block;
	height: 3em;
	position: relative;
	margin-bottom: 2em;
}

#top-sightseeing-slider .swiper-button-next:after,
#top-sightseeing-slider .swiper-button-prev:after {
	display: none;
}

#top-sightseeing-slider .swiper-button-next,
#top-sightseeing-slider .swiper-button-prev {
	width: 3em;
	height: 3em;
	background-color: var(--color-brown-light);
	color: #fff;
	border-radius: 50%;
	font-family: var(--font-awesome);
	font-weight: 700;
}

#top-sightseeing-slider .swiper-button-next:before {
	content: '\f04b';
	line-height: 1;
}

#top-sightseeing-slider .swiper-button-prev:before {
	content: '\f04b';
	transform: scaleX(-1);
	line-height: 1;
}

@media (min-width: 768px) {
	#top-sightseeing-slider > .swiper-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 2em;
	}

	#top-sightseeing-slider .swiper-navigation {
		display: none;
	}
}

.top-post-list {
	list-style-type: none;
	font-weight: 600;
}

.top-post-list > li + li {
	border-top: 1px dashed var(--color-yellow-dull);
}

.top-post-list > li > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: calc(80px + 2em);
	padding: 1em 3em 1em 0;
	position: relative;
}

.top-post-list > li > a:before {
	content: '\f04b';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	aspect-ratio: 1 / 1;
	background-color: var(--color-yellow);
	border-radius: 50%;
	font-family: var(--font-awesome);
	font-weight: 700;
	font-size: 8px;
	letter-spacing: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.top-post-list > li > a > figure {
	width: 80px;
	aspect-ratio: 1 / 1;
	background-color: #eee;
}

.top-post-list > li > a > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.top-post-list > li > a:has(figure) > div {
	width: calc(100% - 80px - 1em);
}

.top-post-list > li > a > div > h3 {
	font-weight: 600;
	font-size: 1em;
}

@media (max-width: 768px) {
	#top-post > div {
		grid-template-columns: 1fr;
		grid-row-gap: 4em;
	}

	.top-post-list > li > a {
		min-height: unset;
	}
}

#top-specialty > div > div {
	border: 2px dashed var(--color);
	border-radius: 2em;
	padding: 4em;
	margin: 0 4em;
	position: relative;
}

/* #top-specialty > div > div:before {
	content: '';
	display: block;
	width: 8em;
	aspect-ratio: 1 / 1;
	background-image: var(--character2);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(-50%, 1em) rotate(-10deg);
	z-index: 1;
} */

#top-specialty-furusato-tax-badge {
	display: block;
	width: clamp(100px, 20vw, 200px);
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(1em, -25%);
	transition: all 0.3s ease;
}

#top-specialty-furusato-tax-badge:hover {
	transform: translate(1em, -25%) scale(1.05);
	filter: brightness(1.1);
	transition: all 0.3s ease;
}

#top-specialty-furusato-tax-badge > img {
	width: 100%;
	height: 100%;
}

#top-specialty-slider {
	overflow-x: hidden;
	padding-bottom: 3em;
	margin-top: 4em;
	position: relative;
}

#top-specialty-slider .swiper-slide {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 4em;
}

#top-specialty-slider .swiper-slide > figure {
	width: 100%;
	aspect-ratio: 3 / 2;
	background-color: #eee;
	border-radius: 1em;
	overflow: hidden;
}

#top-specialty-slider .swiper-slide > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#top-specialty-slider .swiper-slide > div > h3 {
	padding-left: 4em;
	margin: 0.5lh 0 1lh 0;
	position: relative;
}

#top-specialty-slider .swiper-slide > div > h3:before {
	content: attr(data-num);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3em;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: var(--color-yellow);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.swiper-pagination-bullet-active {
	background-color: #888;
}

@media (max-width: 768px) {
	#top-specialty > div > div {
		padding: 80px 1em 4em 1em;
		margin: 0;
	}

	#top-specialty > div > div:before {
		transform: translate(-1em, 1em) rotate(-10deg);
	}

	#top-specialty-slider {
		margin-top: 2em;
	}

	#top-specialty-slider .swiper-slide {
		grid-template-columns: 1fr;
		grid-gap: 1em;
	}
}

#top-isa {
	position: relative;
}

#top-isa:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #eee;
	background-image: var(--top-isa-bg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#top-isa > div > h2 {
	display: flex;
	flex-flow: column;
	align-items: center;
	font-family: var(--serif-font);
	font-size: clamp(1.5em, 3vw, 2.5em);
	font-weight: 600;
	margin-bottom: 1em;
}

#top-isa > div > h2:before {
	content: '';
	display: block;
	width: 1em;
	aspect-ratio: 1 / 1;
	background-image: var(--icon-isa);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#top-isa > div > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2em;
}

#top-isa > div > div > div {
	align-self: center;
	background-color: rgb(255, 255, 255, 0.5);
	padding: 3em;
	border-radius: 1em;
}

#top-isa > div > div > div > h3 {
	font-size: clamp(1.25em, 2vw, 1.5em);
	white-space: nowrap;
	margin-bottom: 1em;
}

#top-isa > div > div > figure {
	align-self: center;
}

#top-isa > div > div > figure > img {
	width: 75%;
	margin: 0 auto;
}

@media (max-width: 768px) {
	#top-isa > div > div {
		grid-template-columns: 1fr;
	}

	#top-isa > div > h2 {
		font-size: clamp(1.5em, 6vw, 2.5em);
	}
	
	#top-isa > div > div > div {
		padding: 2em;
		margin-bottom: 1em;
	}
}

#top-contents-list {
	list-style-type: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2em;
}

#top-contents-list > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 3 / 2;
	background-color: #eee;
	border-radius: clamp(0.5em, 3vw, 1em);
	overflow: hidden;
	position: relative;
}

#top-contents-list > li > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: brightness(0.7);
	position: absolute;
	top: 0;
	left: 0;
}

#top-contents-list > li > a > h3 {
	display: flex;
	flex-flow: column;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: clamp(1.25em, 3vw, 2em);
	white-space: nowrap;
	z-index: 1;
}

#top-contents-list > li > a > h3:before {
	content: attr(data-text);
	font-family: var(--slab-font);
	font-size: 0.75em;
}

#top-contents-list > li > a:before {
	content: '\f04b';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5em;
	aspect-ratio: 1 / 1;
	color: #fff;
	border-radius: 50%;
	font-family: var(--font-awesome);
	font-weight: 700;
	font-size: clamp(0.75em, 1.75vw, 1.25em);
	letter-spacing: 0;
	position: absolute;
	bottom: 1em;
	right: 1em;
}

#top-contents-list > li.gourmet > a:before {
	background-color: var(--color-orange);
}

#top-contents-list > li.stay > a:before {
	background-color: var(--color-green);
}

#top-contents-list > li.tour > a:before {
	background-color: var(--color-aqua);
}

#top-contents-list > li.course > a:before {
	background-color: var(--color-pink);
}

#top-contents-list > li > a > span {
	display: block;
	width: 10em;
	aspect-ratio: 1 / 1;
	background-color: #888;
	border-radius: 50%;
	font-size: clamp(0.75em, 1.75vw, 1.25em);
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	z-index: 1;
}

#top-contents-list > li.gourmet > a > span {
	background-color: var(--color-orange);
}

#top-contents-list > li.stay > a > span {
	background-color: var(--color-green);
}

#top-contents-list > li.tour > a > span {
	background-color: var(--color-aqua);
}

#top-contents-list > li.course > a > span {
	background-color: var(--color-pink);
}

#top-contents-list > li > a > span:before {
	content: '';
	width: 15%;
	aspect-ratio: 1 / 1;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 62.5%;
	left: 62.5%;
}

#top-contents-list > li.gourmet > a > span:before {
	background-image: var(--icon-gourmet-white);
}

#top-contents-list > li.stay > a > span:before {
	background-image: var(--icon-stay-white);
}

#top-contents-list > li.tour > a > span:before {
	background-image: var(--icon-tour-white);
}

#top-contents-list > li.course > a > span:before {
	background-image: var(--icon-course-white);
}

@media (max-width: 768px) {
	#top-contents-list {
		grid-template-columns: 1fr;
		grid-gap: 1em;
	}
}

#top-gallery {
	overflow-x: hidden;
}

#top-gallery > div > h2 {
	display: flex;
	justify-content: center;
	font-family: var(--serif-font);
	font-size: clamp(1.5em, 3vw, 2.5em);
	font-weight: 600;
	margin-bottom: 1em;
}

#top-gallery > div > p {
	display: flex;
	justify-content: center;
	text-align: center;
}

#top-gallery-slider {
	margin-top: 4em;
}

#top-gallery-slider .swiper-slide {
	background-color: #eee;
}

#top-gallery-slider .swiper-slide > img {
	aspect-ratio: 3 / 2;
	background-color: #eee;
}

@media (max-width: 768px) {
	#top-gallery > div > h2 {
		font-size: clamp(1.5em, 6vw, 2.5em);
	}
}

#top-sns {
	background-color: var(--color-red-orange-pale);
}

#top-contact {
	background-color: var(--color-red-orange-pale);
}

#top-contact > div > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-color: #fff;
	border-radius: clamp(1em, 2vw, 1.5em);
	padding: 4em 0;
	position: relative;
}

#top-contact > div > div > span {
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
}

#top-contact > div > div > span:first-of-type:before {
	content: '';
	display: block;
	width: 1em;
	aspect-ratio: 1 / 1;
	background-color: #aaa;
	border-radius: 50%;
	position: absolute;
	top: 1.5em;
	left: 1.5em;
}

#top-contact > div > div > span:first-of-type:after {
	content: '';
	display: block;
	width: 1em;
	aspect-ratio: 1 / 1;
	background-color: #aaa;
	border-radius: 50%;
	position: absolute;
	top: 1.5em;
	right: 1.5em;
}

#top-contact > div > div > span:last-of-type:before {
	content: '';
	display: block;
	width: 1em;
	aspect-ratio: 1 / 1;
	background-color: #aaa;
	border-radius: 50%;
	position: absolute;
	bottom: 1.5em;
	left: 1.5em;
}

#top-contact > div > div > span:last-of-type:after {
	content: '';
	display: block;
	width: 1em;
	aspect-ratio: 1 / 1;
	background-color: #aaa;
	border-radius: 50%;
	position: absolute;
	bottom: 1.5em;
	right: 1.5em;
}

#top-contact > div > div > div {
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 0 4em;
}

#top-contact > div > div > div > .heading {
	margin-bottom: 0;
}

#top-contact > div > div > div > .tel {
	margin-bottom: 1em;
}

#top-contact > div > div > div > .tel > img {
	max-width: 320px;
	margin: 0 auto;
}

#top-contact > div > div > div > p {
	text-align: center;
	font-size: 0.875em;
}

#top-contact > div > div > div > p > span {
	display: inline-block;
	border: 1px solid var(--color);
	border-radius: 0.5em;
	padding: 0.25em 0.75em;
	margin-right: 1em;
	font-size: 0.75em;
	font-weight: 700;
}

#top-contact > div > div > div > .button-wrap > .button {
	width: 100%;
}

@media (max-width: 768px) {
	#top-contact > div > div {
		grid-template-columns: 1fr;
		grid-gap: 2em;
	}

	#top-contact > div > div > div {
		padding: 0 2em;
	}
}

#top-banner {
	background-color: var(--color-red-orange-pale);
}

.top-banner-list {
	list-style-type: none;
	display: grid;
	grid-gap: 1em;
}

.top-banner-list + .top-banner-list {
	margin-top: 1em;
}

.top-banner-list.col3 {
	grid-template-columns: repeat(3, 1fr);
}

.top-banner-list.col4 {
	grid-template-columns: repeat(4, 1fr);
}

.top-banner-list > li > a {
	display: block;
	aspect-ratio: 3 / 1;
	background-color: #eee;
}

.top-banner-list > li > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 768px) {
	.top-banner-list,
	.top-banner-list.col3,
	.top-banner-list.col4 {
		grid-template-columns: 1fr;
		max-width: 300px;
	}
}

.heading {
	max-width: 100%;
	height: 2em;
	margin-bottom: 1em;
	font-size: clamp(0.75em, 4vw, 2.5em);
}

.heading.low {
	font-size: clamp(0.75em, 2vw, 1.25em);
}

.heading > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

@media (max-width: 768px) {
	.heading {
		font-size: clamp(0.75em, 6vw, 2.5em);
	}

	.heading.low {
		font-size: clamp(0.75em, 3vw, 1.25em);
	}
}

/* --------------------------
    contact
-------------------------- */
.grecaptcha-badge {
	z-index: 254;
}


/* --------------------------
    archive custom common
-------------------------- */
#archive-page-header > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4em 1em 0 1em;
}

#archive-page-header > div > h2 {
	font-size: clamp(1.5em, 3vw, 2em);
	font-weight: 600;
	padding-left: 1.5em;
	background-position: left top 0.375em;
	background-repeat: no-repeat;
	background-size: 1em auto;
}

#archive-page-header > div > h2.sightseeing {
	background-image: var(--icon-sightseeing);
}

#archive-page-header > div > h2.gourmet {
	background-image: var(--icon-gourmet);
}

#archive-page-header > div > h2.stay {
	background-image: var(--icon-stay);
}

#archive-page-header > div > h2.tour {
	background-image: var(--icon-tour);
}

#archive-page-header > div > h2.course {
	background-image: var(--icon-course);
}

#archive-page-header > div > h2.specialty {
	background-image: var(--icon-specialty);
}

#archive-page-header > div > h2.event {
	background-image: var(--icon-event);
}

#archive-page-header > div > #breadcrumb {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875em;
	font-weight: 600;
}

#archive-page-header > div > #breadcrumb > li + li {
	padding-left: 1.25em;
	position: relative;
}

#archive-page-header > div > #breadcrumb > li:not(:last-of-type) {
	margin-right: 1em;
}

#archive-page-header > div > #breadcrumb > li + li:before {
	content: '';
	display: block;
	border-top: 0.4em solid transparent;
	border-bottom: 0.4em solid transparent;
	border-left: 0.4em solid var(--color-green);
	position: absolute;
	top: calc(0.5lh + 0.25em);
	left: 0;
	transform: translateY(-50%);
}

#archive-page-header > div > #breadcrumb > li > * {
    display: inline-block;
    border-radius: 0.5em;
    padding: 0.25em 0.75em;
}

#archive-page-header > div > #breadcrumb > li > a {
    background-color: var(--color-beige);
}

@media (max-width: 768px) {
	#archive-page-header > div {
		padding: 2em 1em 0 1em;
	}
}

/* --------------------------
    single custom common
-------------------------- */
#single-custom-header > div {
	padding: 4em 1em 0 1em;
}

#single-custom-meta {
	display: flex;
	justify-content: space-between;
}

#single-custom-meta .label {
	display: flex;
	align-items: center;
	font-weight: 700;
}

#single-custom-meta .label.sightseeing {
	color: var(--color-red-orange);
}

#single-custom-meta .label.gourmet {
	color: var(--color-orange);
}

#single-custom-meta .label.stay {
	color: var(--color-green);
}

#single-custom-meta .label.tour {
	color: var(--color-aqua);
}

#single-custom-meta .label.course {
	color: var(--color-pink);
}

#single-custom-meta .label.specialty {
	color: var(--color-brown);
}

#single-custom-meta .label.event {
	color: var(--color-lime-green);
}

#single-custom-meta .label:before {
	content: '';
	width: 1em;
	height: 1em;
	background-position: center left;
	background-size: 1em 1em;
	background-repeat: no-repeat;
	display: block;
	margin-right: 0.5em;
}

#single-custom-meta .label.sightseeing:before {
	background-image: var(--icon-sightseeing);
}

#single-custom-meta .label.gourmet:before {
	background-image: var(--icon-gourmet);
}

#single-custom-meta .label.stay:before {
	background-image: var(--icon-stay);
}

#single-custom-meta .label.tour:before {
	background-image: var(--icon-tour);
}

#single-custom-meta .label.course:before {
	background-image: var(--icon-course);
}

#single-custom-meta .label.specialty:before {
	background-image: var(--icon-specialty);
}

#single-custom-meta .label.event:before {
	background-image: var(--icon-event);
}

#single-custom-meta .ruby {
	font-weight: 600;
}

#single-custom-meta .area {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 700;
}

#single-custom-meta .area > a {
	display: inline-block;
	padding-left: 1.5em;
	margin: 0 0 0.5em 0.5em;
	background-image: var(--icon-sightseeing);
	background-size: 1em 1em;
	background-position: top 0.375em left;
	background-repeat: no-repeat;
}

#single-custom-meta .tag {
	font-size: 0.875em;
	font-weight: 600;
	margin-top: 0.5em;
	justify-self: flex-end;
}

#single-custom-meta .tag > a {
	display: inline-block;
	border-radius: 0.5em;
	background-color: var(--color-beige);
	padding: 0.25em 0.75em;
	margin: 0 0 0.5em 0.5em;
}

#single-custom-meta .tag > a:before {
	content: '#';
}

@media (max-width: 768px) {
	#single-custom-meta {
		flex-flow: column;
	}
	
	#single-custom-meta .area {
		margin-top: 0.5em;
	}

	#single-custom-header > div {
		padding: 2em 1em 0 1em;
	}
}


#single-custom-slider-wrapper {
	margin-bottom: 4em;
	position: relative;
}

#single-custom-slider {
	position: relative;
	padding-bottom: 3em;
}

#single-custom-slider .swiper-slide {
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

#single-custom-slider .swiper-slide > figure {
	border-radius: 4em;
	overflow: hidden;
	aspect-ratio: 3 / 2;
	width: 100%;
    height: 100%;
}

#single-custom-slider .swiper-slide > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#single-custom-slider-wrapper .swiper-navigation {
	position: absolute;
    top: 50%;
    width: calc(100% - 1em);
    height: 4em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    transform: translate(0%, calc(-50% - 1.5em));
    top: 50%;
    z-index: 3;
    left: 0.5em;
}

#single-custom-slider-wrapper .swiper-button-prev:after {
	display: flex;
	justify-content: center;
	align-items: center;
	content: '\f053';
	width: 3em;
	height: 3em;
	font-family: var(--font-awesome);
	font-weight: 700;
	font-size: 1.5em;
	color: #fff;
	border-radius: 50%;
}

#single-custom-slider-wrapper .swiper-button-prev {
	width: 4em;
	height: 4em;
	background-color: var(--color-yellow);
	border-radius: 50%;
	margin-top: 0;
	position: inherit;
	top: 0;
	left: 0;
}

#single-custom-slider-wrapper .swiper-button-next:after {
	display: flex;
	justify-content: center;
	align-items: center;
	content: '\f054';
	width: 3em;
	height: 3em;
	font-family: var(--font-awesome);
	font-weight: 700;
	font-size: 1.5em;
	color: #fff;
	border-radius: 50%;
	margin-top: 0;
}

#single-custom-slider-wrapper .swiper-button-next {
    width: 4em;
    height: 4em;
    background-color: var(--color-yellow);
	border-radius: 50%;
	margin-top: 0;
	position: inherit;
	top: 0;
	right: 0;
}

@media (max-width: 768px) {
	#single-custom-slider-wrapper {
		margin-bottom: 2em;
	}
	
	#single-custom-slider-wrapper .swiper-navigation {
		width: 100%;
		left: 0;
		height: 3em;
	}
	
	#single-custom-slider-wrapper .swiper-button-prev,
	#single-custom-slider-wrapper .swiper-button-next {
		width: 3em;
		height: 3em;
	}
	
	#single-custom-slider-wrapper .swiper-button-prev:after,
	#single-custom-slider-wrapper .swiper-button-next:after {
		font-size: 1.25em;
	}
}

.single-custom-content-wrapper + .single-custom-content-wrapper {
	margin-top: 3em;
}

.single-custom-content-wrapper > div {
	display: flex;
	justify-content: space-between;
}

.single-custom-content-wrapper > div:not(:has(div)) {
	display: block;
}

.single-custom-content-wrapper:nth-of-type(even) > div {
	flex-flow: row-reverse; 
}

.single-custom-content-wrapper > div > div {
	width: calc(60% - 1em);
}

.single-custom-content-wrapper > div:not(:has(figure)) > div {
	width: 100%;
}

.single-custom-content-wrapper > div:not(:has(div)) > figure {
	width: 75%;
	max-width: 800px;
	margin: 0 auto;
}

.single-custom-content-wrapper > div > figure {
	border-radius: 2em;
	overflow: hidden;
	aspect-ratio: 3 / 2;
	width: calc(40% - 1em);
	height: 100%;
}

.single-custom-content-wrapper > div > figure > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


/* --------------------------
    gourmet
-------------------------- */
#gourmet-info {
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 1em;
}

#gourmet-info:before {
	content: ' \f05a';
	font-family: var(--font-awesome);
	margin-right: 0.25em;
}

#information-wrapper > dl {
	padding: 2em 3em;
	border: 1px solid var(--color);
	border-radius: 2em;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

#information-wrapper > dl > dt {
	padding: 0 1em;
	font-weight: 600;
	display: flex;
    align-items: center;
    width: 10em;
    padding: 1em 0;
    font-weight: 700;
}

#information-wrapper > dl > dt:not(:last-of-type) {
	border-bottom: 1px solid var(--color-yellow-dull);
}

#information-wrapper > dl > dd {
	width: calc(100% - 10em);
    padding: 1em 0 1em 1em;
}

#information-wrapper > dl > dd:not(:last-of-type) {
	border-bottom: 1px solid var(--color-yellow-dull);
}

#information-wrapper > dl > dt:first-of-type,
#information-wrapper > dl > dd:first-of-type {
	padding-top: 0;
}

#information-wrapper > dl > dt:last-of-type,
#information-wrapper > dl > dd:last-of-type {
	padding-bottom: 0;
}

#map-wrapper > figure {
	aspect-ratio: 2 / 1;
	border-radius: 2em;
	overflow: hidden;
}

#map-wrapper > figure iframe {
	width: 100%;
	height: 100%;
}

#map-wrapper > div {
	margin-top: 0.5em;
	text-align: right;
}

@media (max-width: 768px) {
	.content-wrapper + .content-wrapper {
		margin-top: 2em;
	}
	
	#information-wrapper > dl {
		padding: 2em;
	}
	
	.content-wrapper > div {
		flex-flow: column-reverse;
	}
	
	.content-wrapper:nth-of-type(even) > div {
		flex-flow: column-reverse;
	}
	
	.content-wrapper > div > figure {
		width: 100%;
		margin-bottom: 2em;
	}
	
	.content-wrapper > div > div {
		width: 100%;
	}
	
	#information-wrapper > dl {
		border-radius: 1em;
	}
	
	#information-wrapper > dl > dt {
		width: 100%;
		padding: 1em 0 0 0;
	}
	
	#information-wrapper > dl > dt:not(:last-of-type) {
		border-bottom: none;
	}
	
	#information-wrapper > dl > dd {
		width: 100%;
		padding: 0 0 1em 0;
	}
	
	#map-wrapper > figure {
		aspect-ratio: 1 / 1;
	}	
}

/* --------------------------
    tour
-------------------------- */
#single-tour-flyer-image {
	max-width: 800px;
	max-height: 800px;
	margin: 0 auto;
}

/* --------------------------
    swiper
-------------------------- */
.swiper-pagination-bullet-active {
	background-color: var(--color);
}