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

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

@font-face {
	font-family: "titleFont";
	src: url("fonts/titleFont-VariableFont_wght.woff2") format("woff2");
	font-display: swap;
}
html {
	height: -webkit-fill-available;
}
body {
	font-family: "bodyFont", sans-serif !important;
	min-height: 100vh;
}

/*********************
* common
***********************/
:root {
	--color-main: rgb(196, 13, 35);
	--color-sub: rgb(255, 244, 244);
	--color-sub2: rgb(126, 91, 69);
	--color-bg: rgb(250, 250, 250);
	--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;
}
@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 */
.wp-block-nishiki-blocks-pro-animation {
	overflow: visible;
}

/* Individual */

.kv {
	color: #fff;
	& .wp-block-nishiki-blocks-pro-animation {
		max-width: 680px;
		margin: auto;
		& h2 {
			font-size: var(--fnt-l);
			& span {
				display: block;
				font-size: var(--fnt-xl);
			}
		}
		& p:last-of-type {
			font-weight: 900;
		}
	}
}

/* タブレット向け */
@media (max-width: 1024px) {
	#masthead {
		min-height: 140px;
	}

	.site-info img {
		width: 120px !important;
	}
}

/* スマホ向け */
@media (max-width: 768px) {
	#masthead {
		min-height: 100px;
	}

	.site-info img {
		width: 90px !important;
	}
}

.custom-footer-logo img {
	height: 100px !important;
	width: auto;
}

/* 内側に span を用意すると便利 */
.sec-title span {
	position: relative;
	display: inline-block;
	/* 飾りの基準をテキスト幅にする */
}

.sec-title.section1 span::before {
	content: "";
	position: absolute;
	top: -20px;
	right: -40px;
	width: 70px;
	height: 70px;
	background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528995-1.svg")
		no-repeat center;
	background-size: contain;
	pointer-events: none;
	transform: rotate(40deg);
}

.sec-title.section2 span::before {
	content: "";
	position: absolute;
	top: -20px;
	right: -65px;
	width: 70px;
	height: 70px;
	background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528995-4.svg")
		no-repeat center;
	background-size: contain;
	pointer-events: none;
	transform: rotate(45deg);
}

.sec-title.section3 span::before {
	content: "";
	position: absolute;
	top: -20px;
	right: -65px;
	width: 70px;
	height: 70px;
	background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528997-4.svg")
		no-repeat center;
	background-size: contain;
	pointer-events: none;
	transform: rotate(20deg);
}

.sec-title.section4 span::before {
	content: "";
	position: absolute;
	top: -20px;
	right: -65px;
	width: 70px;
	height: 70px;
	background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528995-6.svg")
		no-repeat center;
	background-size: contain;
	pointer-events: none;
	transform: rotate(40deg);
}

.sec-title.section5 span::before {
	content: "";
	position: absolute;
	top: -20px;
	right: -80px;
	width: 70px;
	height: 70px;
	background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528995-2.svg")
		no-repeat center;
	background-size: contain;
	pointer-events: none;
	transform: rotate(20deg);
}

.sec-title.section6 span::before {
	content: "";
	position: absolute;
	top: -15px;
	right: -49px;
	width: 80px;
	height: 70px;
	background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528997-1.svg")
		no-repeat center;
	background-size: contain;
	pointer-events: none;
	transform: rotate(40deg);
}

/*タイトル類*/
.detail h2 {
	font-family: "titleFont", sans-serif;
	font-weight: 700 !important;
}

.detail p {
	font-family: "titleFont", sans-serif;
	font-weight: 700 !important;
}

.sec-title {
	font-size: 2rem !important;
	font-weight: normal !important;
	font-family: "titleFont", sans-serif;
	font-weight: 700 !important;
	padding-top: var(--distance-xl) !important;
}

.sub-title {
	display: block;
	font-size: 16px;
	text-align: center;
	font-family: "titleFont", sans-serif;
	padding-bottom: var(--distance) !important;
}

.sec-title {
	position: relative;
	padding: 1rem 0.5rem;
}

.sec-title:after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	content: "";
	border-radius: 3px;
	background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

.tour-title {
	position: relative;
	padding: 1rem 0.5rem;
	font-family: "Montserrat", sans-serif;
	padding-top: var(--distance-x) !important;
	margin-bottom: var(--distance) !important;
}

.tour-title:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	content: "";
	border-radius: 3px;
	background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

#scroll-page-top a {
	border: none !important;
	background: linear-gradient(to bottom, #00c993, #00b2d9);
	border-radius: 50%;
	height: 40px;
	width: 40px;
	padding: 13px !important;
}

#scroll-page-top svg {
	fill: #fff !important;
}

/*ボタン*/
.wp-block-nishiki-blocks-pro-button a {
	background: linear-gradient(to bottom, #00c993, #00b2d9);
}

/*会社情報*/
.company-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 900px;
	background-color: #fff;
	padding: 0rem 1rem;
	border-bottom: 0px solid #ddd;
}

.company-info__list dt {
	width: 117px;
	margin: 0;
	padding: 0.5rem;
	font-weight: bold;
	color: #00a4cd;
	border-bottom: 1px dotted #ccc;
	text-align: justify;
	text-justify: inter-character;
	text-align-last: justify;
}

.company-info__list dd {
	width: calc(100% - 118px);
	margin: 0;
	padding: 0.5rem 0.5rem 0.5rem 2rem;
	border-bottom: 1px dotted #ccc;
}

.company-info__associations {
	padding: 0;
	margin: 0;
}

.company-info__associations li {
	margin-bottom: 0.3rem;
}

.company-info__associations a {
	color: #00a4cd;
	text-decoration: none;
}

.company-info__associations a:hover {
	text-decoration: underline;
}

/*会社の理念*/
.company-policy {
	background-color: transparent;
	padding: 3rem 1rem;
	border-radius: 10px;
}

.company-policy__inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto;
}

.policy-item {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	text-align: center;
	padding-bottom: 1.5rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.policy-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.policy-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.policy-item h3 {
	font-size: 1.3rem;
	color: #00a4cd;
	margin: 1rem 0 0.5rem;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
		"YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
		"HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.policy-item p {
	font-size: 0.95rem;
	line-height: 1.6;
	padding: 0 1rem;
	color: #555;
}

/*ガイド紹介*/
.guide-section {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	max-width: 800px;
	margin: 0 auto;
}

.guide-photo {
	flex: 0 0 180px;
	border-radius: 12px;
	overflow: hidden;
}

.guide-photo img {
	display: block;
	width: 100%;
	height: auto;
}

.guide-info {
	flex: 1;
	& h3 {
		margin: 0;
		padding: 0;
	}
	& h4 {
		margin: 1rem 0 0;
		padding: 0;
	}
}

.guide-name {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #333;
}

.guide-text {
	font-size: 1rem;
	line-height: 1.6;
	color: #555;
}

@media (max-width: 600px) {
	.guide-section {
		flex-direction: column;
		text-align: center;
	}

	.guide-photo {
		flex: none;
		width: 150px;
	}
}

/* === Contact Form 7 全体ラッパー === */
.wpcf7 {
	display: flex;
	max-width: 600px;
	background: #fff;
	padding: 2rem;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	justify-content: center;
}

/* ラベル */
.wpcf7 form p {
	margin-bottom: 1rem;
	font-weight: bold;
	color: #00a4cd;
	font-size: 0.95rem;
}

/* テキスト・メール・電話・URLフィールド */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
	padding: 0.7rem 0.9rem;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 0.95rem;
	font-family: inherit;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* フォーカス時 */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
	border-color: #0077b6;
	box-shadow: 0 0 0 3px rgba(0, 119, 182, 0.15);
	outline: none;
}

/* テキストエリアの高さ */
.wpcf7 textarea {
	min-height: 150px;
}

/* 送信ボタン */
.wpcf7 input[type="submit"] {
	background: #00a4cd;
	color: #fff;
	border: none;
	padding: 0.8rem 2rem;
	border-radius: 8px;
	font-size: 1rem;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.2s ease;
}

.wpcf7 input[type="submit"]:hover {
	background: #0096c7;
	transform: translateY(-2px);
}

.wpcf7 input[type="submit"]:active {
	transform: translateY(0);
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
	color: #d62828;
	font-size: 0.85rem;
	margin-top: 0.3rem;
}

/* 成功メッセージ */
.wpcf7-response-output {
	margin-top: 1rem;
	padding: 0.8rem 1rem;
	border-radius: 8px;
	font-size: 0.9rem;
}

.wpcf7-mail-sent-ok {
	border: 1px solid #0077b6;
	background: rgba(0, 119, 182, 0.05);
	color: #0077b6;
}

.wpcf7-validation-errors {
	border: 1px solid #d62828;
	background: rgba(214, 40, 40, 0.05);
	color: #d62828;
}

/*見出し*/
.entry-content h2 {
	text-align: center;
	border: none !important;
}

.single .entry-content h2 {
	position: relative;
	padding: 1rem 0.5rem;
}

.single .entry-content h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 10%;
	height: 3px;
	content: "";
	border-radius: 3px;
	background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

.fee-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
	font-size: 16px;
	table-layout: auto;
	/* 列幅を固定できるように */
	& th {
		text-align: center;
		padding: 12px;
		font-weight: bold;
		border: 1px solid #ddd;
		vertical-align: top;
		white-space: nowrap;
	}

	& td:first-of-type,
	& td:last-of-type {
		text-align: center;
	}
}

/*プラン情報*/
.tour-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
	font-size: 16px;
	table-layout: auto;
	/* 列幅を固定できるように */
}

.tour-table caption {
	caption-side: top;
	font-size: 1.3em;
	font-weight: bold;
	padding: 12px;
	text-align: center;
	color: #222;
	background: #fafafa;
}

.tour-table th {
	/*max-width: 20% !important;*/
	background: #fafafa;
	text-align: left;
	padding: 12px;
	font-weight: bold;
	border: 1px solid #ddd;
	vertical-align: top;
	white-space: nowrap;
	text-align: justify;
	text-justify: inter-character;
	text-align-last: justify;
}

.tour-table td {
	padding: 12px;
	border: 1px solid #ddd;
	/*width: 80% !important;*/
}

.tour-table ul {
	margin: 0;
	padding-left: 20px;
}

/*スケジュール部分のステップ装飾*/
.flow_design08 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flow08 {
	padding-left: 0 !important;
	width: 100%;
	max-width: 900px;
}

.flow08 > li {
	list-style-type: none;
	border-radius: 15px;
	background: #fafafa;
	position: relative;
	padding: 20px;
}

.flow08 > li:not(:last-child) {
	margin-bottom: 20px;
}

.flow08 > li dl {
	display: flex;
	align-items: center;
	gap: 20px;
}

.flow08 > li dl dt {
	font-size: 1.2em;
	font-weight: 700;
	width: 30%;
	min-width: 9em;
	display: flex;
	align-items: center;
	color: #00a4cd;
}

/* ▼ グラデーション付きバッジ */
.flow08 > li .icon08 {
	font-size: 0.9em;
	color: #fff;
	background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
	padding: 6px 14px;
	border-radius: 100%;
	margin-right: 0.5em;
	display: inline-block;
	font-weight: 600;
	position: relative;
}

.flow08 > li .icon08::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #2af598;
	/* 左端の色 */
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
}

.flow08 > li dl dd {
	margin: 0;
	width: calc(75% - 20px);
	line-height: 1.6;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
	.flow08 > li dl {
		flex-direction: column;
		align-items: flex-start;
	}

	.flow08 > li dl dt {
		width: 100%;
		min-width: auto;
	}

	.flow08 > li dl dd {
		width: 100%;
	}
}

/* 共通: タイトル全体を中央寄せ */
.tour-title {
	position: relative;
	text-align: center;
	padding: 1rem 0.5rem;
}

/* 飾りの基準になる span */
.tour-title span {
	position: relative;
	display: inline-block;
}

.tour-title.tour1 span::before {
	content: "";
	position: absolute;
	top: -42px;
	right: -42px;
	width: 60px;
	height: 60px;
	background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528995-3.svg");
	background-size: contain;
	pointer-events: none;
	transform: rotate(30deg);
	background-repeat: no-repeat;
}

.tour-title.tour2 span::before {
	content: "";
	position: absolute;
	top: -40px;
	right: -62px;
	width: 70px;
	height: 70px;
	background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528997-3.svg");
	background-size: contain;
	pointer-events: none;
	transform: rotate(20deg);
	background-repeat: no-repeat;
}

.tour-title.tour3 span::before {
	content: "";
	position: absolute;
	top: -30px;
	right: -67px;
	width: 60px;
	height: 70px;
	background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528997-2.svg");
	background-size: contain;
	pointer-events: none;
	transform: rotate(40deg);
	background-repeat: no-repeat;
}

.tour-title.tour4 span::before {
	content: "";
	position: absolute;
	top: -12px;
	right: -72px;
	width: 70px;
	height: 70px;
	background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528995-5.svg");
	background-size: contain;
	pointer-events: none;
	transform: rotate(10deg);
	background-repeat: no-repeat;
}

.tour-title.tour5 span::before {
	content: "";
	position: absolute;
	top: -12px;
	right: -72px;
	width: 70px;
	height: 70px;
	background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528997-5.svg");
	background-size: contain;
	pointer-events: none;
	transform: rotate(20deg);
	background-repeat: no-repeat;
}

/*トップページ画面左右のあしらい*/
@media screen and (min-width: 1920px) {
	.section-1 {
		padding: 0 5% var(--distance-l) 5%;
		background-image: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/2602957.svg");
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: 100% auto;
	}
}

.section-3 {
	position: relative; /* 疑似要素を基準に */
}

.section-3::after {
	content: "";
	position: absolute;
	top: -40px;
	left: 0;
	width: 35%;
	height: 100%;
	background-image: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1509701-1g.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}

.section-3::before {
	content: "";
	position: absolute;
	top: 0; /* 左上から配置 */
	right: 0;
	width: 35%; /* 横幅に応じて可変 */
	height: 100%;
	background-image: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1509701-2g.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}
/*
@media (max-width: 768px) {
  .section-3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 120px;
    height: 50px;
    background-image: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1509701-1g.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    pointer-events: none;
  }

  .section-3::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    width: 100px;
    height: 50px;
    background-image: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1509701-2g-2.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    pointer-events: none;
  }
}
*/

.section-4 {
	position: relative;
}

.section-4::after {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 12%;
	height: 100%;
	background-image: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/2009039-3g.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}

.section-4::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0;
	width: 10%;
	height: 100%;
	background-image: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/2009039-4g.svg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;
}

.section-5 {
	position: relative;
}

.section-5::after {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 12%;
	height: 100%;
	background-image: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/2009039-1g.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}

.section-5::before {
	content: "";
	position: absolute;
	top: -20px;
	right: 0;
	width: 12%;
	height: 100%;
	background-image: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/2009039-2g.svg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;
}

/*大きなサンゴ背景はフッターへ変更*/

body::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1509701-3g.svg")
		no-repeat bottom center;
	background-size: contain;
	height: 100%;
	pointer-events: none;
	z-index: -99;
}

#nishiki-pro-social-button-wrapper {
	background: transparent !important;
}

#nishiki-pro-social-button-wrapper .nishiki-pro-social-buttons a {
	color: #00a4cd !important;
}

.footer-inner {
	text-align: center;
}

.footer-inner .copyright {
	background: rgba(255, 255, 255, 0.6) !important;
	padding: 10px;
	border-radius: 4px;
	display: inline-block;
	/* 背景が文字の部分だけに */
}
/*スマホ以上のメディアクエリ*/
@media (min-width: 767px) {
	.custom-footer-logo img {
		margin: var(--distance) 0 calc(var(--distance-xl) * 1.5);
	}
}
/*タブレット幅*/
@media (max-width: 1020px) and (min-width: 768px) {
	.footer-inner {
		text-align: center;
	}

	.footer-inner .copyright {
		background: rgba(255, 255, 255, 0.6);
		padding: 10px;
		border-radius: 4px;
		display: inline-block;
		/* 背景が文字の部分だけに */
	}
}

@media (max-width: 768px) {
	/* 共通: タイトル全体を中央寄せ */
	.tour-title {
		position: relative;
		text-align: center;
		padding: 1rem 0.5rem;
	}

	/* 飾りの基準になる span */
	.tour-title span {
		position: relative;
		display: inline-block;
	}

	.tour-title.tour1 span::before {
		content: "";
		position: absolute;
		top: -32px;
		right: -22px;
		width: 40px;
		height: 40px;
		background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528995-3.svg");
		background-size: contain;
		pointer-events: none;
		transform: rotate(30deg);
		background-repeat: no-repeat;
	}

	.tour-title.tour2 span::before {
		content: "";
		position: absolute;
		top: -20px;
		right: -42px;
		width: 40px;
		height: 40px;
		background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528997-3.svg");
		background-size: contain;
		pointer-events: none;
		transform: rotate(20deg);
		background-repeat: no-repeat;
	}

	.tour-title.tour3 span::before {
		content: "";
		position: absolute;
		top: -10px;
		right: -47px;
		width: 40px;
		height: 40px;
		background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528997-2.svg");
		background-size: contain;
		pointer-events: none;
		transform: rotate(40deg);
		background-repeat: no-repeat;
	}

	.tour-title.tour4 span::before {
		content: "";
		position: absolute;
		top: -12px;
		right: -42px;
		width: 40px;
		height: 40px;
		background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528995-5.svg");
		background-size: contain;
		pointer-events: none;
		transform: rotate(10deg);
		background-repeat: no-repeat;
	}

	.tour-title.tour5 span::before {
		content: "";
		position: absolute;
		top: -12px;
		right: -45px;
		width: 40px;
		height: 40px;
		background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528997-5.svg");
		background-size: contain;
		pointer-events: none;
		transform: rotate(20deg);
		background-repeat: no-repeat;
	}

	/* 内側に span を用意すると便利 */
	.sec-title span {
		position: relative;
		display: inline-block;
		/* 飾りの基準をテキスト幅にする */
	}

	.sec-title.section1 span::before {
		content: "";
		position: absolute;
		top: -20px;
		right: -40px;
		width: 40px;
		height: 40px;
		background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528995-1.svg")
			no-repeat center;
		background-size: contain;
		pointer-events: none;
		transform: rotate(40deg);
	}

	.sec-title.section2 span::before {
		content: "";
		position: absolute;
		top: 0px;
		right: -45px;
		width: 40px;
		height: 40px;
		background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528995-1.svg")
			no-repeat center;
		background-size: contain;
		pointer-events: none;
		transform: rotate(45deg);
	}

	.sec-title.section3 span::before {
		content: "";
		position: absolute;
		top: 0px;
		right: -45px;
		width: 40px;
		height: 40px;
		background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528997-4.svg")
			no-repeat center;
		background-size: contain;
		pointer-events: none;
		transform: rotate(20deg);
	}

	.sec-title.section4 span::before {
		content: "";
		position: absolute;
		top: 0px;
		right: -45px;
		width: 40px;
		height: 40px;
		background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528995-6.svg")
			no-repeat center;
		background-size: contain;
		pointer-events: none;
		transform: rotate(40deg);
	}

	.sec-title.section5 span::before {
		content: "";
		position: absolute;
		top: 0px;
		right: -50px;
		width: 40px;
		height: 40px;
		background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528995-2.svg")
			no-repeat center;
		background-size: contain;
		pointer-events: none;
		transform: rotate(20deg);
	}

	.sec-title.section6 span::before {
		content: "";
		position: absolute;
		top: 0px;
		right: -29px;
		width: 50px;
		height: 40px;
		background: url("https://reef-island.jp/wp/wp-content/uploads/2025/08/1528997-1.svg")
			no-repeat center;
		background-size: contain;
		pointer-events: none;
		transform: rotate(40deg);
	}
}

.tour-title {
	padding-top: var(--distance-l) !important;
}
@media (max-width: 767px) {
	.tour-title {
		padding-top: var(--distance-l) !important;
	}
}

#footer-nav {
	background: rgba(255, 255, 255, 0.6) !important;
	padding: 10px;
}

.tour-cancellation {
	max-width: 800px;
	margin: 0 auto;
	font-family: "Arial", sans-serif;
	color: #333;
	line-height: 1.5;
}

.tour-cancellation h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.1rem;
	color: #222;
}

.tour-cancellation table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	table-layout: fixed; /* セル幅を固定して折り返ししやすく */
}

.tour-cancellation th,
.tour-cancellation td {
	border: 1px solid #ccc;
	padding: 12px 15px;
	text-align: left;
	word-break: break-word !important; /* 長い単語も折り返す */
	overflow-wrap: break-word !important; /* 念のための折り返し指定 */
}

.tour-cancellation th {
	background-color: transparent;
	color: #222;
	background: #fafafa;
	text-align: center;
	word-break: break-word !important; /* 長い単語も折り返す */
	overflow-wrap: break-word !important; /* 念のための折り返し指定 */
}

.tour-cancellation td[colspan="2"] {
	background-color: #fff;
}

@media screen and (max-width: 600px) {
	.tour-cancellation th,
	.tour-cancellation td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		word-break: break-word !important; /* 長い単語も折り返す */
		overflow-wrap: break-word !important; /* 念のための折り返し指定 */
	}
	.tour-cancellation th {
		text-align: center;
		word-break: break-word !important; /* 長い単語も折り返す */
		overflow-wrap: break-word !important; /* 念のための折り返し指定 */
	}
	.tour-cancellation td {
		text-align: left;
		padding-left: 10px;
		word-break: break-word !important; /* 長い単語も折り返す */
		overflow-wrap: break-word !important; /* 念のための折り返し指定 */
	}
}
.tour-table caption {
	background: transparent;
}
/*固定ページタイトル*/
@media (min-width: 767px) {
	.page-header {
		height: 330px;
		background-position: center 80%;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

.page .page-header {
	display: flex;
	align-items: center;
}
.page .page-header.eye-catch-background::after {
	opacity: 0;
}
:not(.home) .page-header {
	&::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: url(https://reef-island.jp/wp/wp-content/uploads/2025/08/2009039-2g.svg),
			/* 右：元 ::before */
				url(https://reef-island.jp/wp/wp-content/uploads/2025/08/2009039-1g.svg);
		background-repeat: no-repeat, no-repeat;
		background-position: right 0 bottom 0,
			/* 右：(-50 + 30 = -20 相当) */ left 0 bottom 0;
		background-size: 12% auto, 12% auto;
		height: 200%;
	}
}

@media (max-width: 767px) {
	.page .page-header {
		aspect-ratio: 16 / 9;
	}
	:not(.home) .page-header {
		&::before {
			position: absolute;
			background-position: right 0 bottom 0,
				/* 右：(-50 + 30 = -20 相当) */ left 0 bottom 0;
			background-size: 20% auto, 20% auto;
			height: 125%;
		}
	}
	.nishiki-pro-breadcrumbs .container {
		width: 80%;
	}
}
.page .page-header {
	position: relative;
}

.page-header {
	background-color: unset;
	opacity: 1;
}

/* TKHR Custom */
:is([class^="frame-"], [class*=" frame-"]) {
	position: relative;
}

.frame-00::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url(https://reef-island.jp/wp/wp-content/uploads/2025/10/26548607-1920.png)
		no-repeat center / cover;
}

.frame-01::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url(https://reef-island.jp/wp/wp-content/uploads/2025/09/26552290-1920.png)
		no-repeat center / cover;
}

.frame-02::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url(https://reef-island.jp/wp/wp-content/uploads/2025/09/26596209-1920.png)
		no-repeat center / cover;
}

.frame-03::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url(https://reef-island.jp/wp/wp-content/uploads/2025/09/26596262-1920-2.png)
		no-repeat center / cover;
}

.frame-04::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url(https://reef-island.jp/wp/wp-content/uploads/2025/09/26596274-1920-2.png)
		no-repeat center / cover;
}

/*********************
* 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) {
}
