@charset "utf-8";
/*
Theme Name: oita-essentials
Theme URI: https://oita-essentials.com/
Version: 1.0
*/

/* common
---------------------------------------------------------------------------*/
:root {
	--color-text-black: #121212;
	--color-text-gray: #8B8C8E;
	--color-bg: #F1F4F8;
	--color-bg-yellow: #FFF8D5;
	--font-serif-jp: 'Yaku Kumi Serif', 'Shippori Mincho', '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	--font-serif-en: 'EB Garamond', serif;
	--easeInSine     : cubic-bezier(0.47, 0, 0.745, 0.715);
	--easeOutSine    : cubic-bezier(0.39, 0.575, 0.565, 1);
	--easeInOutSine  : cubic-bezier(0.445, 0.05, 0.55, 0.95);
	--easeInQuad     : cubic-bezier(0.55, 0.085, 0.68, 0.53);
	--easeOutQuad    : cubic-bezier(0.25, 0.46, 0.45, 0.94);
	--easeInOutQuad  : cubic-bezier(0.455, 0.03, 0.515, 0.955);
	--easeInCubic    : cubic-bezier(0.55, 0.055, 0.675, 0.19);
	--easeOutCubic   : cubic-bezier(0.215, 0.61, 0.355, 1);
	--easeInOutCubic : cubic-bezier(0.645, 0.045, 0.355, 1);
	--easeInQuart    : cubic-bezier(0.895, 0.03, 0.685, 0.22);
	--easeOutQuart   : cubic-bezier(0.165, 0.84, 0.44, 1);
	--easeInOutQuart : cubic-bezier(0.76, 0, 0.24, 1);
	--easeInQuint    : cubic-bezier(0.755, 0.05, 0.855, 0.06);
	--easeOutQuint   : cubic-bezier(0.23, 1, 0.32, 1);
	--easeInOutQuint : cubic-bezier(0.86, 0, 0.07, 1);
	--easeInExpo     : cubic-bezier(0.95, 0.05, 0.795, 0.035);
	--easeOutExpo    : cubic-bezier(0.19, 1, 0.22, 1);
	--easeInOutExpo  : cubic-bezier(1, 0, 0, 1);
	--easeInCirc     : cubic-bezier(0.6, 0.04, 0.98, 0.335);
	--easeOutCirc    : cubic-bezier(0.075, 0.82, 0.165, 1);
	--easeInOutCirc  : cubic-bezier(0.785, 0.135, 0.15, 0.86);
	--easeInBack     : cubic-bezier(0.6, -0.28, 0.735, 0.045);
	--easeOutBack    : cubic-bezier(0.175, 0.885, 0.32, 1.275);
	--easeInOutBack  : cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body {
	overflow-y: scroll;
	background: var(--color-bg) url(/wp/wp-content/themes/oita-essentials/img/share/bg-pattern.jpg) repeat;
	color: var(--color-text-black);
	font-size: 14px;
	font-family: var(--font-serif-jp);
	line-height: 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none !important;
	/*min-height: 100vh;
	min-height: 100dvh;*/
	/*-webkit-tap-highlight-color: transparent;*/
}

body.noscroll { position: fixed; width: 100%; }

::-moz-selection { background: var(--color-bg); color: var(--color-text-black); }
::selection { background: var(--color-bg); color: var(--color-text-black); }

p { font-size: 14px; line-height: 2; letter-spacing: 0.08em; margin-bottom: 1em; }
p:last-child { margin-bottom: 0 !important; }
address,i { font-style: normal; }
img { max-width: none; }

.block { display: inline-block !important; }
.wide { display: none !important; }
.narrow { display: inline-block !important; }

/* #loading
------------------------------------*/
#loading-first,
#loading {
	display: block;
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

#loading {
	display: none;
	opacity: 0;
}

#loading-first {
	background: url(/wp/wp-content/themes/oita-essentials/img/share/bg-loading.jpg) repeat left top;
}

.loading-title,
.loading-title .mask {
	overflow: hidden;
	width: 180px;
	height: 20px;
}

.loading-title {
	position: absolute;
	top: calc(50% - 10px);
	left: 50%;
	transform: translate(-50%,-50%) !important;
	opacity: 0;
}

.loading-title .mask {
	position: relative;
}

.loading-title img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.loading-txt {
	position: absolute;
	bottom: 30px;
	left: 28px;
	padding-left: 30px;
	color: var(--color-text-gray);
	font-family: var(--font-serif-en);
	font-size: 15px;
	letter-spacing: 0.04em;
}

#loading-first .loading-txt {
	color: #FFFFFF;
	opacity: 0;
}

.loading-txt i {
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	transform-origin: center center;
	animation: spin .8s infinite var(--easeInOutQuad);
}

.loading-txt i img {
	display: block;
	width: 20px;
	animation: spin .8s infinite linear;
}

@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* link
------------------------------------*/
a { color: var(--color-text-black); text-decoration: none; -webkit-transform: translateZ(0); }

.line { display: inline-block; position: relative; padding-bottom: 1px; line-height: 1; }
.line:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--color-text-black);
	width: 100%;
	height: 1px;
}

/* .btn-nav
------------------------------------*/
.btn-nav {
	position: fixed;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 100px;
	height: 80px;
	z-index: 10000;
}

.btn-nav div {
	position: relative;
	width: 54px;
	height: 19px;
	margin: 34px auto 0;
	transition: .2s ease-out !important;
}

body:not(.top) .btn-nav div {
	margin-top: 26px;
}

body:not(.top) .btn-nav.active div {
	margin-top: 33px;
}

.btn-nav span {
	display: block;
	position: absolute;
	left: 0;
	background-color: #FFFFFF;
	width: 100%;
	height: 1px;
	/*-webkit-transform: translateZ(0);*/
	transition: .2s ease-out !important;
}

body:not(.top) .btn-nav span {
	background-color: var(--color-text-gray);
}

.btn-nav.active span {
	background-color: #FFFFFF !important;
}

.btn-nav span:nth-of-type(1) { top: 0; }
.btn-nav span:nth-of-type(2) { top: 9px; }
.btn-nav span:nth-of-type(3) { bottom: 0; }

/* .btn-nav.active
------------------------------------*/
.btn-nav.active > div { width: 48px; }
.btn-nav.active span:nth-of-type(1) { transform: translateY(9px) rotate(-22deg); }
.btn-nav.active span:nth-of-type(2) { animation: active-menu-bar02 .4s forwards; opacity: 0; }
.btn-nav.active span:nth-of-type(3) { transform: translateY(-9px) rotate(22deg); }
@-webkit-keyframes active-menu-bar02 {100%{ height: 0; }}
@keyframes active-menu-bar02 {100%{ height: 0; }}

/* .nav-sp
------------------------------------*/
.nav-sp {
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	z-index: 9999;
	display: none;
	opacity: 0;
}

.nav-sp-bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
	mix-blend-mode: multiply;
}

.nav-sp-bg > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.72;
}

.nav-sp-bg > div > div:nth-of-type(1) {
	position: absolute;
	top: 0;
	left: 0;
	background: #A0A9B6;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.nav-sp-bg > div > div:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/wp/wp-content/themes/oita-essentials/img/share/bg-nav.png) repeat-y top left / 100% auto;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.57;
}

.nav-sp .inner {
	position: relative;
	overflow-y: scroll;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	opacity: 0;
}

body.top .nav-sp .logo-jp,
body.top .nav-sp .logo-en,
body.top .nav-sp .logo-sub {
	display: none !important;
}

.nav-sp .inner-btm {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 14dvh;
	right: 36px;
	width: calc(100% - 36px - 32px);
	padding: 50px 0 0;
	text-align: right;
}

.gnav {
	order: 1;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0 21px 0;
}

.gnav li button {
	position: relative;
	padding: 10px 10px 10px 2px;
	color: var(--color-text-gray);
	font-family: var(--font-serif-en);
	font-size: 15px;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.nav-category {
	order: 2;
	width: 100%;
}

.nav-category li {
	position: relative;
	margin-top: 14px;
	white-space: nowrap;
}

.nav-category li.all {
	margin-top: 25px;
	text-transform: none;
}

.nav-category li a {
	display: inline-block;
	padding: 5px 10px 5px;
	color: var(--color-text-gray);
}

.nav-category li strong {
	display: block;
	margin-bottom: 9px;
	font-size: 17px;
	letter-spacing: 0.01em;
}

.nav-category li.all strong {
	display: none;
}

.nav-category li em {
	position: relative;
	display: inline-block;
	font-family: var(--font-serif-en);
	font-size: 16px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
}

.gnav li button,
.nav-category li a {
	color: #FFFFFF;
}

.gnav li button:after,
.nav-category li a em:after {
	display: block;
	content: '';
	position: absolute;
	background-color: #FFFFFF;
	width: 0;
	height: 1px;
	opacity: 0.5;
}

.gnav li button:after {
	bottom: 9px;
	left: 2px;
}

.nav-category li a em:after {
	bottom: 0;
	left: 0;
}

.gnav li button:after {
	width: calc(100% - 12px);
}

.nav-category li.current a em:after {
	width: calc(100% - 0px);
}

/* font
------------------------------------*/
.modal-about-inner .txt p,
.modal-about-inner .contact,
.modal-description .inner h1,
.modal-description .inner p,
.modal-description-inner .url a {
	transform-origin: left top;
	transform: scaleX(1.04);
	width: 96%;
	letter-spacing: 0.02em;
}

.slider-top article h2 strong,
#spotContents.single > h1 {
	transform: scaleX(1.04);
}

.slider-top article h2 strong {
	transform-origin: right top;
}


/* #wrap
---------------------------------------------------------------------------*/
#wrap {
	overflow: auto;
	height: auto;
}

body.top #wrap,
body.spot-single #wrap {
	overflow: hidden;
	height: 100dvh;
	padding-left: 0;
}

body.spot-single #wrap {
	position: relative;
	background-color: var(--color-bg);
	width: 100%;
	z-index: 10001;
}

/* header
---------------------------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	height: 180px;
	margin: 0;
	padding: 0;
	opacity: 0;
	z-index: 10;
}

body.top header,
body.spot-single header {
	width: auto;
	height: auto;
}

header img.white {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .15s ease-out;
}

body.top header img.gray {
	opacity: 0;
}

body.top header img.white {
	opacity: 1;
}

header .logo a {
	opacity: 1 !important;
}

header .logo-jp {
	position: absolute;
	top: 63px;
	left: 20px;
}

header .logo-jp img {
	width: 22px;
}

header .logo-en {
	position: absolute;
	top: 25px;
	left: 21px;
}

header .logo-en img {
	width: 52px;
}

body.top header .logo-jp,
body.top header .logo-en {
	pointer-events: none;
}

header .logo-sub {
	position: absolute;
	top: 130px;
	left: 22px;
	font-size: 0;
	opacity: 1 !important;
}

header .logo-sub img {
	width: 72px;
}

body.top header .logo-jp,
.nav-sp .logo-jp {
	position: absolute;
	top: 20vh;
	left: 30px;
}

body.top header .logo-jp img,
.nav-sp .logo-jp img {
	width: 25px;
}

body.top header .logo-en,
.nav-sp .logo-en {
	position: absolute;
	top: 33px;
	left: 30px;
}

body.top header .logo-en img,
.nav-sp .logo-en img {
	width: 80px;
}

body.top header .logo-sub,
.nav-sp .logo-sub {
	position: absolute;
	top: calc(100dvh - 50px);
	left: 30px;
	font-size: 0;
}

body.top header .logo-sub img,
.nav-sp .logo-sub img {
	width: 87px;
}

header .nav {
	display: none;
}


/* footer
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	margin: 0;
	padding: 180px 6% 30px;
	opacity: 0;
}

.copyright {
	color: var(--color-text-gray);
	font-family: var(--font-serif-en);
	font-size: 12px;
	letter-spacing: 0.05em;
}


/* contents
---------------------------------------------------------------------------*/
#mainContents {
	display: block;
	width: 100%;
	min-height: calc(100dvh - 405px);
	margin: 0;
	padding: 0 4.5%;
	text-align: left;
}

body.top #mainContents,
body.spot-single #mainContents {
	padding: 0;
}

body.top #mainContents {
	min-height: 100dvh;
}

.contents {
	opacity: 0;
}


/* .wp-pagenavi
---------------------------------------------------------------------------*/
.wp-pagenavi {
	overflow: hidden;
	margin: 160px 0 -145px;
	font-family: var(--font-serif-en);
	font-size: 14px;
	text-align: left;
}

.wp-pagenavi,
.wp-pagenavi a {
	color: var(--color-text-gray);
}

.wp-pagenavi .extend {
	margin: 0 5px;
}

.wp-pagenavi a {
	display: inline-block;
	margin: 0 2px;
	padding: 5px;
}

.wp-pagenavi .current {
	display: inline-block;
	border-bottom: 1px solid var(--color-text-black);
	margin: 0 7px;
	padding: 5px 0 0;
	color: var(--color-text-black);
}

.wp-pagenavi .previouspostslink {
	margin-left: 2px;
}


/* page top
---------------------------------------------------------------------------*/

/* .top-spot
------------------------------------*/
.top-spot {
	position: fixed !important;
	top: 0;
	left: 0;
	background-color: var(--color-bg);
	width: 100vw;
	height: 100dvh;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
}

body.top .top-spot,
body.screen .top-spot {
	z-index: 0 !important;
	pointer-events: auto;
	/*opacity: 1;*/
}

.top-spot .mask {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.15);
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.slider-top,
.slider-top .slick-list,
.slider-top .slick-track {
	width: 100% !important;
	height: 100% !important;
}

.slider-top article {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	opacity: 0;
}

.slider-top article.pc:not(.sp) {
	display: none !important;
}

.slider-top article:first-of-type {
	position: relative !important;
	opacity: 1;
}

.slider-top article figure {
	height: 100%;
}

.slider-top article figure picture {
	display: block !important;
	width: 100%;
	height: 100%;
}

.slider-top article figure picture.wide {
	display: none !important;
}

.slider-top article .figcaption {
	position: absolute;
	bottom: 35px;
	right: 34px;
	min-width: 62vw;
	color: #FFFFFF;
	font-family: var(--font-serif-en);
	font-size: 9px;
	letter-spacing: 0.04em;
	text-align: right;
	z-index: 2;
}

body:not(.top) .slider-top article .figcaption {
	display: none !important;
}

.slider-top article img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.slider-top article .title {
	position: absolute;
	bottom: 10dvh;
	right: 0;
	z-index: 1;
}

.slider-top article h2 {
	width: 62vw;
	text-align: right;
	z-index: 1;
	opacity: 0;
}

.slider-top article h2 a {
	display: inline-block;
	padding: 34px;
	color: #FFFFFF;
}

.slider-top article h2 a i {
	display: none !important;
	/*display: inline-block;
	background: url(/wp/wp-content/themes/oita-essentials/img/share/btn-arrow-white.svg) no-repeat;
	width: 28px;
	height: 28px;
	margin-bottom: 18px;*/
}

.slider-top article h2 strong {
	float: right;
	display: block;
	font-size: 16px;
	letter-spacing: 0.08em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.slider-top article h2 em {
	clear: both;
	display: block;
	padding-top: 16px;
	font-family: var(--font-serif-en);
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

/* .modal-about
------------------------------------*/
.modal-about {
	display: none;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10010;
}

.modal-about::-webkit-scrollbar { width: 0px; }
.modal-abou::-webkit-scrollbar-track { background: none; }
.modal-about::-webkit-scrollbar-thumb { background: none; }

.modal-about-bg {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
}

.modal-about-close {
	position: fixed;
	top: 0;
	right: 0;
	padding: 31px 28px;
	z-index: 2;
	opacity: 0;
}

.modal-about-close img {
	width: 44px;
}

.modal-about-inner {
	display: flex;
	align-items: flex-end;
	position: relative;
	width: 100%;
	min-height: 100%;
	padding: 130px 48px 55px;
	color: #FFFFFF;
	z-index: 1;
	opacity: 0;
}

.modal-about-inner > div {
	width: 385px;
}

.modal-about-inner .txt {
	margin-bottom: 55px;
}

.modal-about-inner .txt h2 {
	margin: 0 0 22px 1px;
	font-family: var(--font-serif-en);
	font-size: 17px;
	letter-spacing: 0.02em;
}

.modal-about-inner .txt p {
	font-size: 14px;
	line-height: 2.1;
	letter-spacing: 0em;
	text-align: justify;
}

.modal-about-inner .contact h2 {
	margin: 0 0 18px;
	font-size: 14px;
	letter-spacing: 0.02em;
}

.modal-about-inner .contact h3 {
	margin-bottom: 13px;
	font-size: 17px;
	line-height: 1.55;
	letter-spacing: 0.06em;
}

.modal-about-inner .contact address {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.65;
	letter-spacing: 0.04em;
}

.modal-about-inner .contact dl {
	display: flex;
	margin-bottom: 5px;
}

.modal-about-inner .contact dl:last-of-type {
	margin-bottom: 0;
}

.modal-about-inner .contact dl,
.modal-about-inner .contact dl p {
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.modal-about-inner .contact dt {
	width: 58px;
	min-width: 58px;
}


/* page spot
---------------------------------------------------------------------------*/

/* .spot-list
------------------------------------*/
.spot-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4.5vw 4.5vw;
}

.spot-list article {
	opacity: 0;
}

.spot-list article figure img {
	width: 100%;
}


/* page spot single
---------------------------------------------------------------------------*/
body.spot-single header,
body.spot-single footer {
	display: none;
}

.modal-spot-close,
.modal-description-close {
	position: fixed;
	top: 0;
	right: 0;
	padding: 27px 26px;
	z-index: 999;
	z-index: 2;
}

.modal-spot-close img,
.modal-description-close img {
	width: 44px;
}

#spotContents.single > h1 {
	display: none !important;
	/*display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 9px;
	position: fixed;
	top: 30px;
	left: 24px;
	font-size: 15px;
	letter-spacing: 0.1em;
	z-index: 1;*/
}

/*#spotContents.single > h1 > div,
#spotContents.single > h1 > span {
	white-space: nowrap;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#spotContents.single > h1 strong {
	margin-bottom: -6px;
}

#spotContents.single > h1 em {
	padding-top: 4px;
}

#spotContents.single > h1 span {
	display: block;
	margin-top: 1px;
	font-family: var(--font-serif-en);
	font-size: 13px;
	letter-spacing: 0.04em;
	white-space: nowrap;
}*/

.btn-description {
	position: fixed;
	top: 0;
	left: 0;
	padding: 29px 18px;
	font-family: var(--font-serif-en);
	font-size: 13px;
	letter-spacing: 0.04em;
	white-space: nowrap;
	z-index: 2;
}

.btn-description > span {
	display: block;
	position: relative;
}

.btn-description > span > span {
	display: block;
}

.btn-description > span > span > span {
	display: block;
	padding: 3px 6px 4px 7px;
}

.btn-description .white {
	display: none !important;
}

.btn-description span strong {
	display: inline-block;
	font-family: var(--font-serif-jp);
	font-size: 10px;
}

/* .modal-description
------------------------------------*/
.modal-description {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	background-color: var(--color-bg-yellow);
	width: 87.5%;
	height: 100dvh;
	z-index: 10;
	opacity: 0;
}

.modal-description-close {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 11;
	opacity: 0;
}

.modal-description-inner {
	overflow-y: scroll;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
}

.modal-description-inner::-webkit-scrollbar { width: 1px; }
.modal-description-inner::-webkit-scrollbar-track { border-radius: 0; background: var(--color-bg-yellow); }
.modal-description-inner::-webkit-scrollbar-thumb { border-radius: 0; background: var(--color-text-gray); }

.modal-description-inner > div {
	padding: 105px 25px 105px 45px;
}

.modal-description .inner {
	opacity: 0;
}

.modal-description .inner:not(:last-of-type) {
	margin-bottom: 65px;
}

.modal-description .inner .txt {
	width: 100%;
}

.modal-description .inner h1 {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.7;
	letter-spacing: 0;
}

.modal-description .inner p {
	margin-bottom: 13px;
	font-size: 13px;
	line-height: 1.9;
	letter-spacing: -0.04em;
	text-align: justify;
}

.modal-description .inner.en {
	font-family: var(--font-serif-en);
}

.modal-description .inner.en h1 {
	margin-bottom: 21px;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0;
}

.modal-description .inner.en p {
	margin-bottom: 11px;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0;
	text-align: left;
}

.modal-description .inner.en p em {
	font-style: italic;
}

.modal-description-inner .url {
	margin-top: 26px;
	font-family: var(--font-serif-en);
	font-size: 13px;
	letter-spacing: 0.02em;
}

.modal-description-inner .url > div:not(:last-of-type) {
	margin-bottom: 18px;
}

.modal-description-inner .url a {
	display: inline-block;
	width: auto;
	line-height: 1.4;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.1em;
}

/* .spot-gallery
------------------------------------*/
.spot-gallery {
	position: relative;
	width: 100%;
	height: 100dvh;
	z-index: 0;
}

.slider-gallery .slick-list,
.slider-gallery .slick-track,
.slider-gallery .inner {
	width: 100% !important;
  height: 100dvh !important;
}

.slider-gallery .slick-arrow {
	position: fixed;
	bottom: 0;
	width: 54px;
	height: 80px;
	text-indent: -9999px;
	z-index: 10;
	outline: none;
	transition: .15s ease-out;
}

.slider-gallery .slick-arrow:hover {
	opacity: 0.75;
}

.slider-gallery .slick-arrow:before {
	display: block;
	content: '';
	position: absolute;
	top: 30px;
	width: 13px;
	height: 25px;
}

.slider-gallery .slick-prev { right: 54px; }
.slider-gallery .slick-prev:before {
	background: url(/wp/wp-content/themes/oita-essentials/img/share/cursor-left-s.svg) no-repeat left top / 100% auto;
	left: 20px;
}

.slider-gallery .slick-next { right: 0; }
.slider-gallery .slick-next:before {
	background: url(/wp/wp-content/themes/oita-essentials/img/share/cursor-right-s.svg) no-repeat left top / 100% auto;
	right: 36px;
}

.slider-gallery .inner {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}

.slider-gallery .inner figure {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: calc(100% - 25px);
	height: 100%;
	max-height: calc(100% - 160px);
}

.slider-gallery .inner img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.slider-gallery .inner figcaption {
	position: absolute;
	top: -20px;
	left: 0;
	color: var(--color-text-gray);
	font-family: var(--font-serif-en);
	font-size: 10px;
	letter-spacing: 0.02em;
	font-feature-settings: 'palt' 0;
}

.slider-gallery .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 26px 30px;
	z-index: 11;
}

.slider-gallery .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 24px;
	margin-left: 1px;
}

.slider-gallery .slick-dots li:first-of-type:last-of-type {
	opacity: 0 !important;
}

.slider-gallery .slick-dots button {
	position: relative;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	transition: .15s ease-out;
}

.slider-gallery .slick-dots button:before,
.slider-gallery .slick-dots button:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	background: #D9D9D9;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	transition: .1s ease-out;
}

.slider-gallery .slick-dots button:before {
	background: var(--color-bg);
	border: 2px solid var(--color-text-black);
	width: 6px;
	height: 6px;
	z-index: 1;
	opacity: 0;
}

.slider-gallery .slick-dots button:after {
	z-index: 0;
}

.slider-gallery .slick-dots .slick-active button:before {
	width: 9px;
	height: 9px;
	opacity: 1;
}

.slider-gallery .slick-dots .slick-active button:after {
	width: 0;
	height: 0;
	opacity: 0;
}


/* page error
---------------------------------------------------------------------------*/
.error-contents {
	padding: 60px 6% 0;
}

.error-contents h1 {
	margin: 0 0 25px 1px;
	font-family: var(--font-serif-en);
	font-size: 22px;
	letter-spacing: 0.01em;
}

.error-contents p {
	font-size: 13px;
	letter-spacing: 0;
	text-align: justify;
}

.error-contents p br {
	display: none;
}

.error-contents p a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.1em;
}


/* media query
---------------------------------------------------------------------------*/
@media (max-height: 660px) {
	body.top header .logo-jp,
	.nav-sp .logo-jp {
		top: 17.5dvh;
	}
	body.top header .logo-jp img,
	.nav-sp .logo-jp img {
		width: 23px;
	}
	body.top header .logo-en img,
	.nav-sp .logo-en img {
		width: 76px;
	}
	body.top header .logo-sub,
	.nav-sp .logo-sub {
		margin-top: 5px;
	}
	body.top header .logo-sub img,
	.nav-sp .logo-sub img {
		width: 83px;
	}
	.nav-sp .inner-btm {
		bottom: 13dvh;
		padding-top: 45px;
	}
	.nav-category li {
		margin-top: 11px;
	}
	.nav-category li.all {
		margin-top: 20px;
	}
	.nav-category li strong {
		margin-bottom: 9px;
		font-size: 16px;
	}
	.nav-category li em {
		font-size: 15px;
	}
	.slider-top article .title {
		bottom: 9dvh;
	}
}