/***********************
* Responsive Breakpoints
* 1025px +          PC
* 768px - 1024px    Tablet - PC
* 0px - 767px       SmartPhone
************************/

/*
@font-face {
	font-family: "bodyFont";
	src: url("fonts/NotoSerifJP-Regular.woff2") format("woff2");
	src: url("fonts/NotoSerifJP-Regular.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "kvFont";
	src: url("fonts/NotoSerifJP-Regular.woff2") format("woff2");
	src: url("fonts/NotoSerifJP-Regular.woff") format("woff");
	font-display: optional;
}*/

@font-face {
	font-family: "Caveat";
	src: url("/wp-content/plugins/onesta/fonts/Caveat-Regular.woff2")
		format("woff2");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Caveat";
	src: url("/wp-content/plugins/onesta/fonts/Caveat-Bold.woff2")
		format("woff2");
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "ZenKaku";
	src: url("/wp-content/plugins/onesta/fonts/ZenKakuGothicNew-Regular.woff2")
		format("woff2");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "ZenKaku";
	src: url("/wp-content/plugins/onesta/fonts/ZenKakuGothicNew-Bold.woff2")
		format("woff2");
	font-weight: 700;
	font-display: swap;
}

html {
	height: -webkit-fill-available;
}
body {
	font-family:
		"ZenKaku", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
		"Hiragino Sans", "Noto Sans JP", sans-serif;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
	text-autospace: normal; /* 和文中の英数字に余白 */
	min-height: 100vh;
}

/*********************
* common
***********************/
:root {
	--color-main: #ea5532;
	--color-green: #369d64;
	--color-green-dark: #204730;
	--color-brown: #60380b;
	--color-brown-light: #8b6a4a;
	--color-text: #231b00;
	--color-pink: #fdc1b7;
	--color-sand: #fef6ed;
	--color-white: #fff;
	--color-bg: #fcfaf7;
	--distance: 50px;
	--distance-s: 25px;
	--distance-l: 100px;
	--distance-xl: 150px;
	--radius: 10px;
	--radius-s: 5px;
	--radius-l: 20px;
	--radius-xl: 30px;
	--fnt-xs: 10px;
	--fnt-s: 12px;
	--fnt-l: 36px;
	--fnt-xl: 48px;
	--fnt-section: "Caveat", cursive;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	:root {
		--distance: 35px;
		--distance-s: 20px;
		--distance-l: 65px;
		--distance-xl: 95px;
		--radius: 10px;
		--radius-s: 5px;
		--radius-l: 20px;
		--radius-xl: 30px;
		--fnt-xs: 9px;
		--fnt-s: 11px;
		--fnt-l: 28px;
		--fnt-xl: 36px;
	}
}
@media screen and (max-width: 767px) {
	:root {
		--distance: 25px;
		--distance-s: 10px;
		--distance-l: 50px;
		--distance-xl: 75px;
		--radius: 7px;
		--radius-s: 3px;
		--radius-l: 15px;
		--radius-xl: 25px;
		--fnt-xs: 9px;
		--fnt-s: 11px;
		--fnt-l: 21px;
		--fnt-xl: 29px;
	}
}

/* svg - logo */
img[src*=".svg"] {
	width: 100%;
	height: auto;
}

#masthead .site-info a img {
	width: 100%;
	max-height: 60px;
}

/* Decoration  Other */
.b {
	font-weight: 900;
}

/* youtube & Google Map */
.youtube,
.gMap {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe,
.gMap iframe {
	width: 100%;
	height: 100%;
}

/* Common */
body {
	color: var(--color-text);
}

/* セクション共通 */
.sectionTitle {
	font-family: var(--fnt-section);
	font-size: calc(var(--fnt-xl) * 2);
	font-weight: 700;
	color: #e86954;
	line-height: 1.2;
	margin-bottom: 0.3em;
	border: none !important;
	padding: 0 !important;
}
.sectionSub {
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--color-brown-light);
	letter-spacing: 0.1em;
	margin-bottom: var(--distance);
}

/* ヘッダー透過 */
#masthead {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: transparent;
}
#masthead > .container {
	max-width: 100%;
	padding-left: var(--distance);
	padding-right: var(--distance);
}

#content {
	margin-top: calc(-1 * var(--nishiki-pro-header-height, 70px));
}

.aboutUs .inner-container {
	overflow: visible;
}

/* フルワイド突破 */
body.page .entry-content .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

/* =============================
   Hero / FV
   ============================= */
.hero {
	position: relative;
	width: 100%;
	height: 90vh;
	min-height: 400px;
	overflow: hidden;
}
.hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
}
.hero::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(img/line-sand-wave.png) no-repeat bottom center / 100% 100%;
	z-index: 1;
	pointer-events: none;
}
.heroLogo {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	width: min(60%, 500px);
	height: auto;
	z-index: 2;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

/* =============================
   About Us
   ============================= */
.aboutUs {
	position: relative;
	padding-top: var(--distance-xl) !important;
	padding-bottom: calc(var(--distance-xl) * 2) !important;
}
.aboutUs .wp-block-columns {
	max-width: 1100px;
	margin: 0 auto;
	align-items: center;
	gap: var(--distance-l) !important;
}
.aboutUs::before {
	content: "";
	position: absolute;
	bottom: -30px;
	right: 10%;
	left: auto;
	width: 200px;
	height: 160px;
	background: url(img/coral.svg) no-repeat center / contain;
	z-index: 2;
	pointer-events: none;
}
.aboutUs::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(img/line-white-wave.png) no-repeat bottom center / 100% 100%;
	z-index: 1;
	pointer-events: none;
}
.aboutUs .sectionSub {
	text-align: left;
}
.aboutUsText {
	line-height: 2;
}
.aboutUs .wp-block-column:last-child {
	position: relative;
}
.aboutUs .wp-block-column:last-child::before {
	content: "";
	position: absolute;
	top: -60px;
	left: -200px;
	width: 420px;
	height: 342px;
	background: url(img/flight-line.png) no-repeat center / contain;
	z-index: 0;
	pointer-events: none;
}
.aboutUs .wp-block-column:last-child img {
	position: relative;
	z-index: 1;
	margin-left: auto;
	display: block;
}
.moreLink {
	margin-left: auto !important;
	margin-right: 0 !important;
}
.moreLink a,
.moreLink .wp-block-nishiki-blocks-pro-button .btn,
.moreLink.wp-block-nishiki-blocks-pro-button .btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: var(--fnt-section);
	font-size: var(--fnt-l);
	font-weight: 700;
	color: var(--color-brown);
	text-decoration: none;
	border: none !important; /* テーマのボタンスタイル打ち消し */
	background: transparent;
	padding: 0;
	transition: opacity 0.3s;
}
.moreLink a::after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(img/button-allow.png) no-repeat center / contain;
	flex-shrink: 0;
}
.moreLink a:hover {
	opacity: 0.6;
}

/* =============================
   セクション背景（砂地）
   ============================= */
.bgSand {
	background: url(img/bg-sand-pale.png) repeat center / cover;
}
.bgSandThick {
	background: url(img/bg-sand-thick.png) repeat center / cover;
}

/* =============================
   How to Spend
   ============================= */
.howToSpend {
	position: relative;
	padding-top: var(--distance-xl) !important;
	padding-bottom: var(--distance-xl) !important;
	background: url(img/map-miyakojima.svg) no-repeat 100% 20% / auto 30% !important;
}
.howToSpend::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(img/line-sand-wave-pale.png) no-repeat bottom center / 100%
		100%;
	z-index: 1;
	pointer-events: none;
}
.howToSpend .wp-block-columns {
	gap: var(--distance-l) !important;
}
.howToSpend .inner-container {
	overflow: visible;
}

/* =============================
   Stay
   ============================= */
.stay {
	position: relative;
	padding-top: var(--distance-xl) !important;
	padding-bottom: var(--distance-xl) !important;
}
.stay::before {
	content: "";
	position: absolute;
	top: -150px !important;
	left: 15%;
	width: 160px;
	height: 200px;
	background: url(img/garnish-hibiscus.svg) no-repeat center / contain;
	z-index: 2;
	opacity: 1;
	pointer-events: none;
}
.stay::after {
	content: "";
	position: absolute;
	bottom: 230px;
	left: 10%;
	width: 200px;
	height: 160px;
	background: url(img/coral.svg) no-repeat center / contain;
	z-index: 2;
	pointer-events: none;
}
.stay .wp-block-columns {
	gap: var(--distance-l) !important;
}
.stay {
	text-align: center;
}
.stay h3 {
	text-align: left;
	font-size: 1.2rem;
	margin-top: var(--distance-s);
	margin-bottom: var(--distance-s);
}
.stay h3 span {
	display: inline-block;
	font-size: var(--fnt-s);
	color: var(--color-brown-light);
	font-weight: 400;
	margin-bottom: 4px;
	background: #fff;
	margin-right: 0.5rem;
	padding: 0.1rem 0.5rem;
	vertical-align: middle;
	border-radius: var(--radius-s);
}
.stay .wp-block-table {
	text-align: left;
}
.stay table {
	font-size: 0.85rem;
	border-collapse: collapse;
}
.stay table td {
	border-left: none;
	border-right: none;
}
.stay table {
	table-layout: auto !important;
}
.stay table td:first-child {
	white-space: nowrap;
	font-weight: 700;
	color: var(--color-brown);
	vertical-align: top;
}
.cottageStyle {
	font-size: var(--fnt-xl);
	font-weight: 400;
	color: #e86954;
	line-height: 1.2;
}
.cottageStyle::before {
	content: "＼";
}
.cottageStyle::after {
	content: "／";
}
.stayPhotos {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.stayPhotos::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -80px;
	transform: translateY(-50%);
	width: 180px;
	height: 300px;
	background: url(img/garnish-palmtree.svg) no-repeat center / contain;
	z-index: 0;
	pointer-events: none;
}
.stayPhotos figure {
	display: flex;
}
.stayPhotos figure img {
	width: auto;
	object-fit: cover;
}
.stayPhotos figure:nth-child(odd) {
	justify-content: flex-end;
}
.stayPhotos figure:nth-child(even) {
	justify-content: flex-start;
	margin-left: 15%;
}
.stayPhotos figure:nth-child(1) img {
	height: 269px;
}
.stayPhotos figure:nth-child(2) img {
	height: 251px;
}
.stayPhotos figure:nth-child(3) img {
	height: 223px;
}
.amenityBox {
	background: var(--color-white);
	border-radius: var(--radius-l);
	padding: var(--distance) !important;
	text-align: left;
	margin-top: var(--distance-l) !important;
}
.amenityBox h4,
.amenityBox > p {
	text-align: center;
}
.amenityBox h4 {
	font-family: var(--fnt-section);
	font-size: var(--fnt-l);
	color: var(--color-green);
	border: none;
	padding: 0;
}
.amenityBox .wp-block-columns:first-of-type {
	border-bottom: 1px solid var(--color-brown);
	padding-bottom: var(--distance-s);
	margin-bottom: var(--distance-s);
}
.amenityBox .wp-block-column:nth-child(1) {
	flex-basis: 20% !important;
}
.amenityBox .wp-block-column:nth-child(2) {
	flex-basis: 40% !important;
}
.amenityBox .wp-block-column:nth-child(3) {
	flex-basis: 40% !important;
}
.amenityBox h5 {
	font-size: 0.95rem;
	color: var(--color-brown);
	border: none;
	padding: 0;
}
.amenityBox dt {
	font-weight: 700;
	font-size: 0.9rem;
	margin-top: 0.8em;
}
.amenityBox dt::before {
	font-family: "icomoon";
	content: "\ea10";
	color: #e86954;
	margin-right: 0.4em;
}
.amenityBox dd {
	margin-left: 0;
	font-size: 0.85rem;
}
.amenityBox dd ul,
.amenityBox dd ol,
.amenityBox dd p {
	margin-left: 2rem;
	font-size: 0.85rem;
}
.amenityBox dd ul {
	list-style: none;
	display: flex;
	align-items: baseline;
	gap: 0;
	padding-left: 0;
}
.amenityBox dd ul li {
	display: flex;
	align-items: center;
}
.amenityBox dd ul li:first-child a {
	display: inline-flex;
	align-items: center;
}
.amenityBox dd ul li:first-child a::before {
	content: "";
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	background: url(img/icon-tel.png) no-repeat center / contain;
	margin-right: 0.3em;
}
.amenityBox dd ul li:first-child::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 1em;
	background: var(--color-brown);
	margin: 0 0.8em;
	vertical-align: middle;
}
.amenityBox dd ul a {
	color: var(--color-text);
	text-decoration: none;
}
.amenityBox dd ul li:nth-child(2) a {
	display: inline-flex;
	align-items: center;
	gap: 0.3em;
}
.amenityBox dd ul li:nth-child(2) a::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/button-allow-c.png) no-repeat center / contain;
}
.stay .inner-container {
	overflow: visible;
}

/* =============================
   Reservation
   ============================= */
.reservation {
	position: relative;
	min-height: 200px;
}
.reservation .wp-block-nishiki-blocks-pro-layout-content {
	width: 100% !important;
	flex-basis: 100% !important;
}
.reservation .wp-block-nishiki-blocks-pro-layout-content a {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	text-decoration: none;
	color: var(--color-white);
	padding: calc(var(--distance-l) / 2) var(--distance) var(--distance-l);
	transition: opacity 0.3s;
}
.reservation .wp-block-nishiki-blocks-pro-layout-content a p {
	grid-column: 1;
	color: var(--color-white);
	margin: 0;
	text-align: left;
}
.reservation .wp-block-nishiki-blocks-pro-layout-content a p:first-child {
	font-family: var(--fnt-section);
	font-size: calc(var(--fnt-xl) * 2);
	font-weight: 700;
}
.reservation .wp-block-nishiki-blocks-pro-layout-content a p:last-of-type {
	font-size: 0.9rem;
}
.reservation .wp-block-nishiki-blocks-pro-layout-content a::after {
	content: "";
	position: absolute;
	right: var(--distance);
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background: url(img/button-allow-w.svg) no-repeat center / contain;
	transition: transform 0.3s ease;
}
.reservation .wp-block-nishiki-blocks-pro-layout-content a:hover::after {
	transform: translateY(-50%) translateX(8px);
}
.reservation .wp-block-nishiki-blocks-pro-layout-content a:hover {
	opacity: 0.8;
}

/* =============================
   Spend Grid（4カラム）
   ============================= */
.spendGrid {
	padding-top: var(--distance-l) !important;
	padding-bottom: var(--distance-l) !important;
}
.spendGrid div {
	background-color: #fff6e9;
	padding: var(--distance-s);
	border-radius: var(--radius-s);
}
.spendGrid h3,
.spendGrid figure {
	text-align: center;
}
.spendGrid h3 {
	position: relative;
	padding-bottom: 12px;
	font-size: 0.9rem;
}
.spendGrid h3::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #369d64;
	margin: 8px auto 0;
}
.spendGrid figure {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	margin-top: var(--distance-s) !important;
}
.spendGrid figure img {
	width: auto;
	height: 40px;
}

/* =============================
   Restaurant
   ============================= */
[class*="image-opacity-"]::before {
	opacity: 1;
	top: unset;
}
.restaurant {
	position: relative;
	padding-top: var(--distance-xl) !important;
	padding-bottom: var(--distance-xl) !important;
}
.restaurant::before {
	content: "";
	position: absolute;
	top: 100px;
	right: 15%;
	left: auto;
	width: 100px;
	height: 100px;
	background: url(img/garnish-fish.png) no-repeat center / contain;
	z-index: 2;
	pointer-events: none;
}
.restaurant::after {
	content: "";
	position: absolute;
	bottom: 100px;
	left: 15%;
	width: 100px;
	height: 100px;
	background: url(img/garnish-wave.png) no-repeat center / contain;
	z-index: 2;
	pointer-events: none;
}
.restaurant .wp-block-columns {
	gap: var(--distance-l) !important;
}
.restaurant .wp-block-column:first-child {
	position: relative;
}
.restaurant .wp-block-column:first-child figure:first-child img {
	width: 80%;
}
.restaurant .wp-block-column:first-child figure:last-child {
	position: absolute;
	bottom: 0;
	right: 0;
}
.restaurant .wp-block-column:first-child figure:last-child img {
	width: 60%;
	margin-left: auto;
	display: block;
}

/* =============================
   News
   ============================= */
.news {
	position: relative;
	padding-top: var(--distance) !important;
	padding-bottom: calc(var(--distance-xl) * 2) !important;
}
.news::before {
	content: "";
	position: absolute;
	bottom: -30px;
	right: 10%;
	left: auto;
	width: 200px;
	height: 160px;
	background: url(img/coral.svg) no-repeat center / contain;
	z-index: 2;
	pointer-events: none;
}
.news::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(img/line-sand-wave.png) no-repeat bottom center / 100% 100%;
	z-index: 1;
	pointer-events: none;
}
.news .wp-block-columns {
	gap: var(--distance-l) !important;
	align-items: flex-start;
	padding: var(--distance-l);
	background: url(img/bg-sand-pale.png) repeat center / cover;
	border-radius: var(--radius-l);
}
.news .wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0;
}
.news .wp-block-latest-posts__list li {
	display: flex;
	align-items: baseline;
	gap: 1.5em;
	padding: 1em 0;
	border-bottom: 1px solid var(--color-brown-light);
}
.news .wp-block-latest-posts__list li:last-child {
	border-bottom: none;
}
.news .wp-block-latest-posts__post-date {
	font-size: var(--fnt-s);
	color: var(--color-brown-light);
	white-space: nowrap;
	order: -1;
}
.news .wp-block-latest-posts__post-title {
	font-size: 0.9rem;
	color: var(--color-text);
	text-decoration: none;
}
.news .wp-block-latest-posts__post-title:hover {
	opacity: 0.6;
}

/* =============================
   Experience
   ============================= */
.experience {
	position: relative;
	padding-top: var(--distance-xl) !important;
	padding-bottom: var(--distance-xl) !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.experience::before {
	content: "";
	position: absolute;
	bottom: -60px;
	left: 5%;
	width: 180px;
	height: 300px;
	background: url(img/garnish-palmtree.svg) no-repeat center / contain;
	z-index: 2;
	pointer-events: none;
}
.experience::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(img/line-white-wave.png) no-repeat bottom center / 100% 100%;
	z-index: 1;
	pointer-events: none;
}
.experience .inner-container {
	max-width: 100% !important;
	padding: 0 !important;
}
.experience .wp-block-nishiki-blocks-pro-slide2 {
	padding: 0 calc(var(--distance) / 2);
}
.experience .wp-block-nishiki-blocks-pro-slide2:nth-child(odd) {
	padding-bottom: var(--distance-l);
}
.experience .wp-block-nishiki-blocks-pro-slide2:nth-child(even) {
	padding-top: var(--distance-l);
}
.experience .wp-block-nishiki-blocks-pro-slide2 figure {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: var(--radius);
}
.experience .wp-block-nishiki-blocks-pro-slide2 figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--radius);
}
.experience .wp-block-nishiki-blocks-pro-slide2 p {
	font-size: 0.9rem;
	font-weight: 700;
	margin-top: var(--distance-s);
	display: flex;
	align-items: center;
}
.experience .wp-block-nishiki-blocks-pro-slide2 p::before {
	content: "";
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	background: url(img/icon-map-pin.png) no-repeat center / contain;
	margin-right: 0.3em;
}
.experience .wp-block-nishiki-blocks-pro-slide2 p span {
	display: inline-block;
	font-size: var(--fnt-xs);
	color: var(--color-brown-light);
	font-weight: 400;
	background: #fff;
	margin-left: 0.5rem;
	padding: 0.05rem 0.3rem;
	vertical-align: middle;
	border-radius: var(--radius-s);
}

/* =============================
   Access
   ============================= */
.access {
	position: relative;
	padding-top: var(--distance-xl) !important;
	padding-bottom: calc(var(--distance-xl) * 2) !important;
}
.access::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(img/line-sand-wave-pale.png) no-repeat bottom center / 100%
		100%;
	z-index: 1;
	pointer-events: none;
}
.access .wp-block-columns {
	gap: var(--distance-l) !important;
}
.access .gMap {
	border-radius: var(--radius);
	overflow: hidden;
}
.access dt {
	font-weight: 700;
	font-size: 0.95rem;
	color: var(--color-brown);
	margin-top: 1.5em;
}
.access dt:first-child {
	margin-top: 0;
}
.access dd {
	margin-left: 0;
	font-size: 0.9rem;
	margin-top: 0.3em;
}

.accessRoute {
	gap: var(--distance-l) !important;
	margin-top: var(--distance) !important;
	background: #fff6e9;
	padding: var(--distance-l);
	border-radius: var(--radius-l);
}
.accessRoute .wp-block-column:first-child {
	flex-basis: 70% !important;
	border-right: 1px solid var(--color-brown-light);
	padding-right: var(--distance);
}
.accessRoute .wp-block-column:last-child {
	flex-basis: 30% !important;
}
.accessRoute h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	font-size: 1.1rem;
	border: none !important;
	padding: 0 !important;
	margin-bottom: var(--distance-s);
}
.accessRoute h3 img {
	width: 40px !important;
	height: auto;
}
.accessRoute h4 {
	font-size: 0.95rem;
	color: var(--color-green);
	border: none !important;
	padding: 0 !important;
	margin-top: var(--distance-s);
	margin-bottom: 0.5em;
}
.routeFlow {
	gap: 2em !important;
	justify-content: flex-start !important;
	align-items: center !important;
	margin-top: 0 !important;
}
.routeFlow p {
	position: relative;
	font-size: 0.85rem;
	background: var(--color-white) !important;
	padding: 0.4em 0.8em !important;
	border-radius: var(--radius-s);
	margin: 0 !important;
}
.routeFlow p:not(:last-child)::after {
	content: "→";
	position: absolute;
	right: -1.75em;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color-green);
	font-weight: 700;
}
.accessRoute .wp-block-nishiki-blocks-pro-buttons {
	justify-content: center;
	margin-top: var(--distance-s);
}
.accessRoute .wp-block-nishiki-blocks-pro-button2 .btn {
	color: var(--color-brown) !important;
	border-color: var(--color-brown) !important;
}

/* =============================
   FAQ
   ============================= */
.faq {
	position: relative;
	padding-top: var(--distance-xl) !important;
	padding-bottom: calc(var(--distance-xl) * 2) !important;
}
.faq::before {
	content: "";
	position: absolute;
	top: -60px;
	right: 10%;
	left: auto;
	width: 160px;
	height: 200px;
	background: url(img/garnish-hibiscus.svg) no-repeat center / contain;
	z-index: 2;
	pointer-events: none;
}
.faq::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(img/line-white-wave.png) no-repeat bottom center / 100% 100%;
	z-index: 1;
	pointer-events: none;
}
.faq .inner-container {
	position: relative;
	overflow: visible;
}
.faq .inner-container::after {
	content: "";
	position: absolute;
	bottom: -80px;
	left: 5%;
	width: 100px;
	height: 60px;
	background: url(img/garnish-wave.png) no-repeat center / contain;
	z-index: 3;
	pointer-events: none;
}
.faq .sectionTitle,
.faq .sectionSub {
	text-align: center !important;
}
.faq .wp-block-details {
	max-width: 900px;
	margin: 0 auto var(--distance-s);
	background: var(--color-white);
	border-radius: var(--radius);
	padding: 0;
	border: none;
}
.faq .wp-block-details summary {
	display: flex;
	align-items: center;
	gap: 1em;
	font-weight: 700;
	font-size: 0.95rem;
	padding: 1em 1.2em;
	cursor: pointer;
	list-style: none;
}
.faq .wp-block-details summary::after {
	content: "+";
	margin-left: auto;
	font-size: 1.4rem;
	font-weight: 400;
	color: var(--color-brown-light);
	transition: transform 0.3s ease;
}
.faq .wp-block-details[open] summary::after {
	transform: rotate(45deg);
}
.faq .wp-block-details summary::-webkit-details-marker {
	display: none;
}
.faq .wp-block-details summary::before {
	content: "Q";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	min-width: 32px;
	background: #e86954;
	border-radius: 50%;
	color: var(--color-white);
	font-weight: 700;
	font-size: 0.9rem;
}
.faq .wp-block-details[open] summary {
	border-bottom: 1px solid #eee;
}
.faq .wp-block-details {
	interpolate-size: allow-keywords;
}
.faq .wp-block-details::details-content {
	overflow: hidden;
	block-size: 0;
	opacity: 0;
	transition:
		block-size 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		content-visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition-behavior: allow-discrete;
	will-change: block-size, opacity;
}
.faq .wp-block-details[open]::details-content {
	block-size: auto;
	opacity: 1;
}
@starting-style {
	.faq .wp-block-details[open]::details-content {
		block-size: 0;
		opacity: 0;
	}
}
.faq .wp-block-details p {
	display: flex;
	align-items: flex-start;
	gap: 1em;
	padding: 1em 1.2em;
	font-size: 0.9rem;
	margin: 0;
}
.faq .wp-block-details p::before {
	content: "A";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	min-width: 32px;
	border: 2px solid var(--color-green);
	border-radius: 50%;
	color: var(--color-green);
	font-weight: 700;
	font-size: 0.9rem;
}

/* =============================
   Instagram
   ============================= */
.instagram {
	position: relative;
	padding-top: var(--distance-xl) !important;
	padding-bottom: var(--distance-xl) !important;
}
.instagram::before {
	content: "";
	position: absolute;
	bottom: 40px;
	right: 15%;
	left: auto;
	width: 100px;
	height: 100px;
	background: url(img/garnish-fish.png) no-repeat center / contain;
	z-index: 2;
	pointer-events: none;
}
.instagram .sectionTitle,
.instagram .sectionSub {
	text-align: center !important;
}
.instagram .sbi_photo img {
	border-radius: var(--radius);
}
.instagram .sbi_load_btn {
	background: var(--color-brown) !important;
	border-radius: var(--radius-xl) !important;
	font-size: 0.85rem;
}
.instagram .sbi_follow_btn a {
	background: var(--color-main) !important;
	border-radius: var(--radius-xl) !important;
	font-size: 0.85rem;
}

/* =============================
   Footer
   ============================= */
#footer {
	position: relative;
	background: #7d6c54;
	color: var(--color-white);
	padding-top: var(--distance-xl) !important;
	padding-bottom: var(--distance) !important;
}
#footer::before {
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 158px;
	background: url(img/line-footer-wave.png) no-repeat bottom center / 100%
		auto;
	pointer-events: none;
}
#footer .container {
	max-width: 100% !important;
	padding-left: var(--distance-l);
	padding-right: var(--distance-l);
}
#footer a {
	color: var(--color-white);
	text-decoration: none;
}
#footer .wp-block-columns {
	gap: var(--distance-l) !important;
	align-items: flex-start;
}
#footer .wp-block-column:first-child img {
	max-width: 200px;
}
#footer .wp-block-column:first-child img[src*="icon-instagram"] {
	max-width: 30px;
}
#footer,
#footer dt,
#footer dd,
#footer p,
#footer li {
	color: var(--color-white) !important;
}
#footer dt {
	font-weight: 700;
	font-size: 0.95rem;
	margin-top: var(--distance-s);
}
#footer dd {
	margin-left: 0;
	font-size: 0.85rem;
}
#footer .menu-footer-1,
#footer .widget ul {
	display: flex !important;
	flex-wrap: wrap;
	gap: 1em;
	list-style: none;
	padding: 0;
	justify-content: flex-end;
}
#footer .widget ul li,
#footer .widget ol li {
	border: none !important;
	padding: 0 !important;
}
#footer .menu-footer-1 a {
	font-size: 0.85rem;
}
#footer .wp-block-column:last-child {
	text-align: right;
}
#footer .wp-block-column:last-child img {
	max-width: 392px;
	margin-left: auto;
	display: block;
}
#footer .copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0;
}
#footer .footerNav ul {
	display: flex;
	gap: 1.5em;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footerNav li {
	border: none !important;
	padding: 0 !important;
}
#footer .footerNav a {
	font-size: var(--fnt-s);
	color: var(--color-white);
}
#footer .copyright small {
	font-size: var(--fnt-xs);
	opacity: 0.7;
}
#footer .copyright a {
	color: var(--color-white);
}

/* =============================
   Scroll Animations
   ============================= */
.fadeIn {
	opacity: 0;
	transform: translateY(15px);
	transition:
		opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1),
		transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.fadeIn.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* 疑似要素の遅延アニメーション */
.aboutUs .wp-block-column:last-child::before {
	opacity: 0;
	transform: translateX(30px) scale(0.6);
	transition:
		opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) 1s,
		transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) 1s;
}
.aboutUs.is-visible .wp-block-column:last-child::before {
	opacity: 1;
	transform: translateX(0) scale(1);
}

/* Individual */

/*********************
* PC+
1025px +
***********************/
@media only screen and (min-width: 1025px) {
}

/*********************
* Tablet - PC
769px - 1024px
***********************/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

/*********************
* SmartPhone
0px - 768px
***********************/
@media only screen and (max-width: 767px) {
}
