@charset "utf-8";
header {
	width: 100%;
	background: #7cc4f8;
	height: 86px;
	z-index: 9999;
	box-sizing: border-box;
}
main {
	overflow: clip;
}
.logo {
	text-align: center;
}
.logo p {
	padding: 4px 0;
}
.sitewrap {
	width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width:1140px) {
	.sitewrap {
		width: 100%;
		padding-inline: 20px;
	}
}
@media screen and (max-width:768px) {
	header {
		width: 100%;
		background: #7cc4f8;
		height: 50px;
		box-sizing: border-box;
	}
	.logo {
		width: 150px;
		margin: 0 auto;
	}
	.logo p {
		padding: 4px 0;
	}
	.sitewrap {
		padding-inline: 10px;
	}
}
#pageTop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 95px;
	z-index: 999;
}
#pageTop:hover {
	opacity: 0.6;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	text-decoration: none;
	transition: all 0.2s;
}
@media screen and (max-width:768px) {
	#pageTop {
		position: fixed;
		bottom: 2%;
		right: 5%;
		width: 65px;
		z-index: 1000;
	}
}
.slide_wrap:not(.slick-slider) div:has(img) {
	position:absolute;
	z-index: -10;
	inset:0 0 auto;
	opacity: 0;
}
/*モンプル終了*/
body.close *:has(>.end_pool)::before {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	inset: 0;
	background: #000;
	opacity: 0.7;
}
body.close .end_pool {
	position: absolute;
	top: calc(50svh - 86px);
	left: 5%;
	right: 5%;
	margin: auto;
	text-align: center;
	max-width: 820px;
	background: #FFFFFF;
	z-index: 100;
	padding: 10px;
}
body.close .end_pool p {
	font-size: 2.25rem;
	font-weight: 600;
	color: #ff0000;
	padding: 10px 20px;
	background: #ffff00;
}
@media screen and (max-width:768px) {
	body.close .end_pool {
		top: 50%;
		translate: 0 -50%;
	}
	body.close .end_pool p {
		font-size: 1.35rem;
		text-align: left;
		padding: 10px;
	}
}
/*モンプル終了*/

.visual{
	background:#c2edff;;
}
.visual .sitewrap{
	padding-inline:0;
}
.about {
	background: url(../img/bg_lead.png) repeat-x bottom center #c2edff;
	background-position: center bottom 138px;
	padding-top: 5em;
}
.about .page_link-box {
	text-align: center;
	padding-block: 50px;
}
.about .page_link-box .page_link-ttl {
	margin-bottom: 1.25em;
}
.about .page_link-box .page_link-list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0.5em 0.25em;
}
.about .page_link-box .page_link-list li {
	flex-basis: 20%;
	margin-bottom: 22px;
}
.about .page_link-box .page_link-list li a {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 4em;
	font-size: 1.5rem;
	font-weight: bold;
	color: #1c2f80;
	background: #fff;
	border: 3px solid #0d4cbf;
	border-radius: 1em;
	box-sizing: border-box;
	box-shadow: 0 0 13px rgba(13, 76, 191, 0.1);
}
.about .page_link-box .page_link-list li a::after {
	position: absolute;
	z-index: 10;
	display: inline-table;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 16.5px 0 16.5px;
	border-color: #0D4CBF transparent transparent transparent;
	inset: auto 0 -22px;
	margin: auto;
}
.about .about-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2.5em 2%;
	margin-bottom: 4.5em;
}
.about .about-box h2 {
	text-align: center;
	margin-bottom: 0.625em;
}
.about .about-box h2:not(:has(+ p)) {
	margin-bottom: 1.5em;
}
.about .about-box .recommend {
	flex-basis: 60%;
}
.about .about-box .recommend .recommend-lead {
	text-align: center;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 1.25em;
}
.about .about-box .recommend .recommend-list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0.625em 2%;
}
.about .about-box .recommend .recommend-list li {
	flex-basis: 49%;
	text-align: center;
	background: #fff;
	border: solid #0077c1 2px;
	box-sizing: border-box;
	padding: 20px 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.about .about-box .recommend .recommend-list li h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 137.5%;
	font-weight: bold;
	color: #0077c1;
	margin: 10px 0;
}
.about .about-box .recommend .recommend-list li p {
	text-align: left;
}
.about .about-box .map {
	flex-basis: 40%;
}
.about .about-box .map .map-image {
	text-align: center;
}
.about .ttl_pool {
	text-align: center;
	padding-bottom: 40px;
}
.about .movie_wrap{
	padding-top:50px;
	text-align:center;
}
.about .movie_wrap iframe{
	width:min(100%,640px);
	height:auto;
	aspect-ratio:16/9;
}
@media screen and (max-width: 768px) {
	.about {
		padding-top: 2.5em;
	}
	.about .page_link-box {
		padding-block: 30px;
	}
	.about .page_link-box .page_link-list {
		gap: 0.5em 2%;
	}
	.about .page_link-box .page_link-list li {
		flex-basis: 23%;
		margin-bottom: 16px;
	}
	.about .page_link-box .page_link-list li a {
		font-size: 0.75rem;
		border-width: 2px;
	}
	.about .page_link-box .page_link-list li a::after {
		border-width: 10px 11.5px 0 11.5px;
		bottom: -16px;
	}
	.about .about-box {
		align-items: center;
		flex-direction: column;
		margin-bottom: 4.5em;
	}
	.about .about-box h2 {
		aspect-ratio: 505/46;
	}
	.about .about-box h2 img {
		object-fit: contain;
		height: 100%;
	}
	.about .about-box .recommend,
	.about .about-box .map {
		flex-basis: 100%;
	}
	.about .about-box .recommend .recommend-list {
		gap: 1em 2%;
	}
	.about .about-box .recommend .recommend-list li {
		padding: 10px;
	}
	.about .about-box .recommend .recommend-list li h3 {
		font-size: 3.55vw;
		margin: 5px 0;
	}
	.about .about-box .recommend .recommend-list li p {
		font-size: 94%;
		font-size: 3.3vw;
	}
}
.pool-wrap .pool-content_wrap.content01 {
	--item_color: #F29300;
	--bg_image: url(../img/pht_guruguru.jpg);
	--bg_color: linear-gradient(to bottom, #fff1b4 1%, #f9cd85 100%);
	--before_image: url(../img/bg_guruguru.png), url(../img/bg_guruguru2.png);
}
.pool-wrap .pool-content_wrap.content02 {
	--item_color: #E61586;
	--bg_image: url(../img/pht_dobat.jpg);
	--bg_color: linear-gradient(to bottom, #f8d1e2 1%, #f287c1 100%);
	--before_image: url(../img/bg_dobat.png), url(../img/bg_dobat2.png);
}
.pool-wrap .pool-content_wrap.content03 {
	--item_color: #C17DB4;
	--bg_image: url(../img/pht_slider.jpg);
	--bg_color: linear-gradient(to bottom, #e5ddef 2%, #d6c6e2 100%);
	--before_image: url(../img/bg_slider.png), url(../img/bg_slider2.png);
}
.pool-wrap .pool-content_wrap.content04 {
	--item_color: #27AD37;
	--bg_image: url(../img/pht_jungle.jpg);
	--bg_color: linear-gradient(to bottom, #bbddb3 0%, #80c4a6 100%);
	--before_image: url(../img/bg_jungle.png), url(../img/bg_jungle2.png);
}
.pool-wrap .pool-content_wrap.content05 {
	--item_color: #E84287;
	--bg_image: url(../img/pht_garden.jpg);
	--bg_color: linear-gradient(to bottom, #fad5d7 0%, #f4a5b4 100%);
	--before_image: url(../img/bg_garden.png), url(../img/bg_garden2.png);
}
.pool-wrap .pool-content_wrap.content06 {
	--item_color: #3399ff;
	--bg_color: #ccf0ff;
	--before_image: url(../img/bg_guruguru.png), url(../img/bg_slider2.png);
}
#link-debut {
	--item_color: #009dda;
	--bg_color: url(../img/bg_debut.png);
}
#link-rest_area {
	--item_color: #F29300;
	--bg_color: url(../img/bg_space.png);
	--data_color: #F3C169;
	--tbody_bg01: #f8e4c2;
	--tbody_bg02: #fff;
}
#link-gourmet {
	--item_color: #da0057;
	--bg_color: url(../img/bg_gourmet.png);
	--data_color: var(--item_color);
}
#link-price {
	--item_color: #009dda;
	--bg_color: #ccf0ff;
	--tbody_bg01: #cff1ff;
	--tbody_bg02: #fff;
}
#link-open {
	--item_color: #38bd7d;
	--bg_color: url(../img/bg_other.png);
	--tbody_bg01: #d5f7eb;
	--tbody_bg02: #fff;
}
#link-other {
	--item_color: #204999;
	--bg_color: url(../img/bg_caution.png);
	--data_color: #8FA4CC
}
.pool-wrap .pool-content_parallax {
	position: relative;
	height: 520px;
	clip-path: inset(0);
}
.pool-wrap .pool-content_parallax::before {
	position: fixed;
	z-index: -1;
	content: "";
	inset: 0;
	height: 100vh;
	width: 100%;
	background-image: var(--bg_image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pool-wrap .pool-content_box {
	position: relative;
	z-index: 10;
	background: var(--bg_color);
	padding-bottom: 6.25em;
}
.pool-wrap .pool-content_box::before {
	position: absolute;
	z-index: -10;
	inset: 0;
	content: "";
	display: inline-block;
	background-image: var(--before_image);
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.pool-wrap .pool-ttl_box .pool-ttl {
	width: 100%;
	top: 0;
	text-align: center;
	position: relative;
	height: 200px;
	z-index: 5;
}
.pool-wrap .pool-content_wrap:has(.pool-content_parallax) .pool-ttl_box .pool-ttl img {
	transform: translate(0, -50%);
}
:is(.pool-ttl_box .pool-lead, .cloud .cloud-lead) {
	padding: 0 40px;
	width: auto;
	margin: 0 0 60px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
:is(.pool-ttl_box .pool-lead, .cloud .cloud-lead) span {
	display: inline-block;
	position: relative;
	padding: 0 40px;
}
:is(.pool-ttl_box .pool-lead, .cloud .cloud-lead) span::before,
:is(.pool-ttl_box .pool-lead, .cloud .cloud-lead) span::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 3px;
	height: 100%;
	background: var(--item_color);
	top: 0;
	left: 0;
	transform: rotate(-25deg);
}
:is(.pool-ttl_box .pool-lead, .cloud .cloud-lead) span::after {
	left: auto;
	right: 0;
	transform: rotate(25deg);
}
.pool-wrap .pool-content_wrap.content02 .auto {
	text-align: center;
	margin-bottom: 60px;
}
.pool-wrap .pool-content_wrap.content02 .auto .pht {
	display: inline-block;
}
.pool-wrap .pool-content_wrap.content02 .auto .pht+.pht {
	margin-left: 40px;
}
.l_box {
	background: #fff;
	text-align: center;
	position: relative;
	padding: 60px 20px;
	border: solid 3px var(--item_color);
	font-size: 20px;
}
.l_box:has(.section-ttl) {
	margin-top: 52px;
}
.l_box+.l_box {
	margin-top: 120px;
}
.l_box .lead {
	margin-bottom: 40px;
}
.l_box .inbox {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.l_box .l_box-wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0 30px 30px;
}
.l_box .l_box-ttl {
	background: var(--item_color);
	margin-bottom: 20px;
	color: #fff;
	padding: 15px 30px;
	border-radius: 60px;
	font-weight: bold;
}
.l_box .debut {
	transform: translateY(10px);
}
.l_box .caption {
	margin-bottom: 20px;
	line-height: 1.6;
}
.l_box .limit {
	text-align: right;
}
.l_box .sub {
	margin-top: 10px;
}
.pool-wrap .l_box .sub {
	text-align: left;
	display: block;
	color: #E84287;
}
.section {
	background: var(--bg_color) repeat;
	padding-block: 90px;
}
.section-ttl {
	text-align: center;
}
.section-ttl:not(.no_absolute) {
	position: absolute;
	inset: 0 0 auto;
	z-index: 10;
	transform: translate(0, -50%);
}
.section-ttl span {
	width: 460px;
	margin: 0 auto;
	display: inline-block;
	background: var(--item_color);
	margin-bottom: 20px;
	color: #fff;
	padding: 25px 30px;
	border-radius: 60px;
	font-weight: bold;
	position: relative;
	font-size: 28px;
}
.section-ttl span b {
	position: absolute;
	background: #D12C2C;
	border-radius: 50%;
	font-size: 28px;
	width: 116px;
	box-sizing: border-box;
	display: inline-flex;
	aspect-ratio:1 / 1;
	align-items:center;
	right: -40px;
	top: -40px;
	justify-content:center;
}
.section .section_lead {
	font-size: 24px;
	font-weight: bold;
	color: var(--item_color);
	line-height: 1.6;
	margin-bottom: 20px;
}
.section .centering_box .price-table{
	margin:1em auto 0;
}
.section .centering_box .section_lead {
	display:flex;
	justify-content:center;
	gap:0.75em;
	align-items:flex-end;
}
.section .centering_box .section_lead:before,
.section .centering_box .section_lead:after{
	content:"";
	display:block;
	width:2px;
	height:1.5em;
	background:var(--item_color);
	transform:rotate(-30deg);
}
.section .centering_box .section_lead:after{
	transform:rotate(30deg);
}
.section .centering_box .l_box-sub{
	padding:0.5em;
	font-size:1.0em;
	margin-block:1em;
	color:var(--item_color);
	background:#f0f6ff;
	border-bottom:dotted 2px;
	font-weight:800;
}
.section .centering_box h6.l_box-sub{
	background:#f6f9ff;
	color:#369;
	font-size:0.94em;
}
.section .centering_box strong{
	font-weight:900;
	color:#049;
}
.section .centering_box ul{
	text-align:left;
	width:fit-content;
	margin-inline:auto;
}
.section .centering_box ul li{
	list-style:disc;
}
.content-debut .l_box .l_box-wrap {
	width: 32%;
	margin: 0 0.5% 30px;
}
:is(.content-debut, .content-price, .content-other) .l_box-ttl {
	color: #282828;
	background: #c1dbf6;
}

.content-debut .l_box .caption {
	flex: 1;
	font-size: 16px;
}
.debut-box {
	max-width: 1000px;
	border: 2px solid #009dda;
	box-sizing: border-box;
	padding: 40px;
	margin: 40px auto;
}
.debut-box .debut-ttl {
	margin-bottom: 20px;
}
.debut-box .debut-detail {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 800px;
	text-align: center;
	background: #edeeee;
	border-radius: 24px;
	padding: 16px;
	margin: auto;
	margin-bottom: 2em;
}
.debut-box .debut-detail_inner {
	max-width: 86%;
	display: inline-block;
	font-size: 18px;
	text-align: left;
}
.debut-box .debut-detail_inner p {
	text-indent: -4.25em;
	padding-left: 4.25em;
}
.debut-box .debut-detail_inner p em {
	font-weight: bold;
	color: #ee2200;
	font-size: 1.125em;
}
.debut-box .debut-point {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 750px;
	margin: 0 auto 20px;
}
.debut-box .debut-point {
	display: inline-block;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}
.debut-box .debut-point li {
	position: relative;
	z-index: 10;
	padding-left: 40px;
}
.debut-box .debut-point li::before {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 33px;
	height: 29px;
	background: url(../img/icon-check.png);
	top: 0;
	left: 0;
}
.debut-box .debut-point li+li {
	margin-top: 16px;
}
.debut-box .debut-caution {
	font-size: 14px;
	margin-top: 18px;
}
.button {
	margin-block: 20px;
}
.button a {
	--main_color: #0068B7;
	--color_text: #fff;
	--bg_color: var(--color_text);
	--triangle_color: #0068B7;
	text-align: center;
	display: inline-block;
	min-width: 380px;
	padding: 30px;
	font-size: 30px;
	font-weight: bold;
	color: var(--color_text);
	background: var(--main_color);
	border: solid 1px var(--main_color);
	box-sizing: border-box;
	transition: background .4s, color .4s;
	position:relative;
}
.button.cyan a {
	--main_color: #2eb8ec;
	display: block;
	max-width: 570px;
	font-size: 20px;
	margin: auto;
}
.button a:hover {
	--main_color: #fff;
	--color_text: #0068B7;
	--bg_color: #0068B7;
	--triangle_color: var(--main_color);
	border-color: var(--color_text);
}
.button a:not([href]){
	pointer-events:none;
	--main_color: #999;
	--triangle_color: var(--main_color);
}
.button a .circle{
	display:flex;
	position:absolute;
	top:-1em;
	right:-4em;
	font-size:1rem;
	aspect-ratio:1 / 1;
	height:5em;
	background:#fff;
	border-radius:50%;
	color:var(--main_color);
	align-items:center;
	justify-content:center;
	line-height:1.2;
	border:solid 2px var(--main_color);
}

.button a span {
	display: inline-block;
	padding-right: 60px;
	position: relative;
}
.button a span::before {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--bg_color);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	transition: background .4s, color .4s;
}
.button a span::after {
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 8px solid var(--triangle_color);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6px;
	margin: auto;
	content: "";
	vertical-align: middle;
	transition: border-color .4s;
}
.cloud {
	background: url(../img/bg_space2_2.png) no-repeat top center;
	text-align: center;
	margin: 0;
}
.cloud .cloud-lead {
	margin-block: 20px;
}
#link6 + .cloud-lead{
	margin-block: 3em 3.5em;
}
.cloud .inline_wraps {
	text-align: center;
	margin: 20px 0;
}
.rest_area-box {
	border: 3px solid var(--item_color);
	background: #fff;
	margin-top: 4em;
}
.rest_area-box+.rest_area-box {
	margin-top: 3em;
}
.rest_area-box .rest_area-ttl {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 110px;
	background: var(--item_color);
	padding: 10px;
	cursor: pointer;
	box-sizing: border-box;
}
.rest_area-box .rest_area-ttl::after {
	content: "";
	background: #fff;
	width: 2.25em;
	aspect-ratio: 2/1;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	transition: rotate .4s;
}
.rest_area-box .rest_area-ttl.opened::after {
	rotate: 180deg;
}
.rest_area-box .rest_area-ttl img {
	aspect-ratio: 640/90;
	object-fit: contain;
}
.rest_area-box .rest_area-ttl .circle {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 4.14285714286em;
	aspect-ratio: 1/1;
	font-size: 28px;
	color: #fff;
	line-height: 1.3;
	background: #D12C2C;
	border-radius: 50%;
	box-sizing: border-box;
	right: -40px;
	top: -40px;
}
:is(.rest_area-ttl,.section-ttl) .circle em{
	font-size:0.875em;
	line-height:1.2;
	display: block;
}
.rest_area-ttl .circle em{
	font-size:0.75em;
}
.rest_area-box .rest_area-body {
	padding: 30px 60px 60px;
}
.map_flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2%;
	margin-bottom: 1em;
}
.left_greensheet {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px 0 1em;
	;
	flex-direction: column;
	gap: 1em;
}
.map_text {
	position: relative;
}
.map_text p {
	font-size: 1rem;
}
.map_text p strong {
	font-size: 1.125rem;
	color: #ee3300;
}
.right_greensheet {
	margin-bottom: 40px;
}
.flex_list {
	display: flex;
	gap: 2em;
	justify-content: center;
	margin: 1em auto;
}
dl.in_list {
	display: block;
	flex: 1;
	text-align: left;
	font-size: 1.25rem;
}
dl.in_list dt {
	padding: 0.5em;
	background: #fff0bb;
	margin: 0.5em 0;
}
dl.in_list dd {
	font-size: 0.875em;
	border-bottom: dotted 1px #ddd;
	padding: 0 0 0.5em;
	margin-bottom: 0.5em;
}
.cloud .inline_wraps ul {
	display: inline-block;
	text-align: left;
}
.cloud .other {
	margin-top: 30px;
	letter-spacing: -0.03em;
	padding-bottom: 60px;
	color: var(--item_color);
	font-size: 30px;
	font-weight: bold;
}

.price-table table {
	--thead_color: var(--item_color);
	width: 100%;
}
.price-table table thead {
	background: var(--thead_color);
}
.price-table table thead th {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 10px;
}
.price-table table tbody tr {
	background: var(--tbody_bg01);
}
.price-table table tbody tr:nth-child(even) {
	background: var(--tbody_bg02);
}
.price-table table tbody :is(th, td) {
	padding: 10px;
}
.price-table table tbody td {
	width: 25%;
}
.content-price .l_box-ttl:nth-child(n + 3) {
	margin-top: 1.5em;
}
.content-price .l_box>p:not([class]) {
	font-size: 1.125rem;
	margin-bottom: 1em;
}
.content-open .price-table table tbody td:nth-child(2) {
	width: 65%;
}
.data_table {
	border: solid 2px var(--data_color);
}
.data_table+.data_table {
	margin-block: 40px;
}
.data_table .d_head {
	background: var(--data_color);
	text-align: left;
	font-size: 26px;
	padding: 20px 69px;
}
.data_table .d_head dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.data_table .d_head dl:nth-child(n+2){
	border-top:solid 1px #fff;
	padding-top:0.5em;
	margin-top:0.5em;
}
.data_table .d_head :is(dt, dd) {
	width: 50%;
}
.data_table .d_head dd{
	border-left:dotted 2px #fff;
	padding-left:0.75em;
}
.d_head_weekday {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.d_head_weekday p {
	margin-right: 20px;
}
.data_table .d_body {
	padding: 40px 80px;
	font-size: 20px;
	text-align: left;
}
.content-gourmet .data_table .d_head {
	text-align: center;
	background: #ffe8f0;
}
.content-gourmet .data_table .d_body {
	text-align: center;
	font-size: 20px;
	color: var(--data_color);
	padding: 0;
}
.content-gourmet .shop .d_body {
	padding: 20px 10px;
}
.content-gourmet .shop .gourmet_image {
	margin: 1em auto 0;
	width: fit-content;
}
.content-other .content-other_link {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 1.5em 1.25em;
	padding-block: 1.5em 4em;
}
.content-other .content-other_link li a {
	width: 300px;
	min-height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	font-size: 1.25rem;
	font-weight: bold;
	color: #fff;
	background: #2a7ace;
	border: 2px solid #2a7ace;
	border-radius: 4px;
	transition: color .4s, background .4s;
}
.content-other .content-other_link li a::after {
	content: "";
	display: inline-block;
	width: 0.5em;
	aspect-ratio: 1/1;
	border-bottom: 3px solid;
	border-right: 3px solid;
	rotate: -45deg;
}
.content-other .content-other_link li a[href^="#link"]::after {
	rotate: 45deg;
	translate: 0 -1px;
}
.content-other .content-other_link li a:hover {
	color: #2a7ace;
	background: #fff;
}
.content-other .d_head {
	position: relative;
	text-align: center;
}
.content-other .d_head h3 {
	font-weight: bold;
}
.content-other .d_head img {
	position: absolute;
	top: 0;
	right: 50px;
	transform: translate(0, -30%);
}
.content-other .l_box .l_box-wrap {
	justify-content: flex-start;
	width: 30%;
	margin-inline: 1%;
}
.content-other .l_box .l_box-wrap .text {
	font-size: 1rem;
	line-height: 1.8;
}
.tatoo {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0 20px;
	margin: 20px 20px 40px;
}
.tatoo>* {
	width: calc(50% - 10px);
}
.tatoo .right_area {
	text-align: left;
}
.tatoo p {
	color: #204999;
	font-weight: bold;
	font-size: 24px;
}
.tatoo p.sub {
	font-size: 16px;
	color: #222;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 1em;
	text-indent: -1em;
}
.content-other .d_body ul {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 20px 0;
}
.content-other .d_body ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	width: 25%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: var(--item_color);
}
.content-other .d_body ul li span {
	font-size: 0.625em;
}
.content-other .d_body ul .text_ng {
	width: 100%;
	font-size: 20px;
}
.content-other .d_body ul .text_ng p{
	font-size:1.125rem;
	text-align:left;
	margin-inline:auto;
}
.content-other .d_body ul .text_ng strong{
	font-weight:800;
	color:#ee2200;
}
.ticket_style {
	background: #e0e0e0;
	padding: 30px 0;
	text-align: center;
	line-height: 1.7;
	font-weight: bold;
}
.ticket_style a:not([href^="tel"]) {
	text-decoration: underline;
}
.ticket_style a:hover {
	text-decoration: none;
}
.footer {
	box-sizing: border-box;
	border-bottom: 16px solid #e0e0e0;
}
.footer .footer_nav {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
	margin-block: 50px 20px;
}
.footer .subtext {
	text-align: center;
	font-size: 15px;
	margin-bottom: 25px;
}
.banner_h:hover {
	opacity: 0.6;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	text-decoration: none;
	transition: all 0.2s;
}
@media screen and (max-width:768px) {
	.pool-wrap .pool-content_parallax {
		height: 300px;
	}
	.pool-wrap .pool-content_box {
		padding-bottom: 3.25em;
	}
	.pool-wrap .pool-ttl_box .pool-ttl {
		height: 80px;
	}
	.pool-wrap .pool-ttl_box .pool-ttl img {
		object-fit: contain;
		width: 280px;
	}
	.pool-wrap .pool-content_wrap.content01 .pool-ttl_box .pool-ttl {
		height: 110px;
	}
	.pool-wrap .pool-content_wrap.content01 .pool-ttl_box .pool-ttl img {
		width: 214px;
	}
	:is(.pool-ttl_box .pool-lead, .cloud .cloud-lead) {
		padding: 0 10px;
		margin: 0 0 40px;
		font-size: 16px;
		letter-spacing: 0em;
	}
	:is(.pool-ttl_box .pool-lead, .cloud .cloud-lead) span {
		padding: 0 20px;
	}
	.pool-wrap .pool-content_wrap.content02 .pool-lead img {
		width: 113px;
		height: auto;
	}
	:is(.pool-ttl_box .pool-lead, .cloud .cloud-lead) span::before {
		transform: rotate(-20deg);
	}
	:is(.pool-ttl_box .pool-lead, .cloud .cloud-lead) span::after {
		transform: rotate(20deg);
	}
	.pool-wrap .pool-content_wrap.content02 .auto {
		margin-bottom: 20px;
	}
	.pool-wrap .pool-content_wrap.content02 .auto .pht+.pht {
		margin-left: 0;
		margin-top: 10px;
	}
	.l_box {
		padding: 20px 10px;
		font-size: 14px;
	}
	.l_box:has(.section-ttl) {
		margin-top: 36px;
		padding-top: 40px;
	}
	.l_box+.l_box {
		margin-top: 70px;
	}
	.l_box .lead {
		text-align: left;
		margin-bottom: 20px;
	}
	.l_box .l_box-wrap {
		margin: 0 0 20px;
	}
	.l_box .caption {
		margin-bottom: 20px;
		line-height: 1.6;
	}
	.l_box .limit img {
		width: auto;
		height: 35px;
	}
	.section {
		padding-block: 40px;
	}
	.content-price .section-ttl.no_absolute {
		margin-bottom: 5em;
	}
	.section-ttl span {
		width: auto;
		display: block;
		margin: 0 20px;
		margin-bottom: 20px;
		padding: 15px 10px;
		font-size: 20px
	}
	.section .section_lead {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.section .centering_box .section_lead{
		font-size:1.15em;
		gap:0.75em;
		text-align:center;
	}
	.section .centering_box :is(p,ul){
		text-align:left;
		font-size:0.94rem;
		font-weight:600;
	}
	.section .centering_box strong{
		font-size: 1rem;
		-webkit-text-stroke: #049 0.5px;
		paint-order: fill;
		font-weight: 600;
	}
	.content-debut .l_box .l_box-wrap {
		width: 100%;
		margin: 0 0 20px;
	}
	:is(.content-debut, .content-price, .content-other) .l_box-ttl {
		color: #282828;
		background: #c1dbf6;
		padding-inline: 1em;
	}
	.content-debut .l_box .caption {
		flex: 1;
		font-size: 16px;
	}
	.debut-box {
		max-width: 100%;
		padding: 20px 10px;
		margin: 20px auto 0;
	}
	.debut-box .debut-detail {
		max-width: 100%;
		border-radius: 12px;
		padding: 8px;
	}
	.debut-box .debut-detail_inner {
		max-width: 100%;
		font-size: 14px;
	}
	.debut-box .debut-point {
		max-width: 100%;
		margin: 0 auto 10px;
	}
	.debut-box .debut-point {
		font-size: 14px;
	}
	.debut-box .debut-point li {
		padding-left: 30px;
	}
	.debut-box .debut-point li::before {
		width: 22px;
		height: 19px;
		background-size: cover;
	}
	.debut-box .debut-point li+li {
		margin-top: 8px;
	}
	.debut-box .debut-caution {
		font-size: 12px;
		margin-top: 14px;
	}
	.button {
		margin-block: 10px;
	}
	.button a {
		text-align: center;
		display: block;
		min-width: 0;
		padding: 20px 10px;
		font-size: 16px;
		margin: 10px 0 10px;
	}
	.button.cyan a {
		max-width: 100%;
		font-size: 17px;
	}
	.button a span {
		padding-right: 35px;
	}
	.button a span::before {
		width: 28px;
		height: 28px;
	}
	.button a span::after {
		right: 1px;
	}
	.button a .circle{
		font-size:0.875rem;
		right:-2.75em;
		top:-2em;
	}
	.cloud {
		background-size: contain;
	}
	.cloud .cloud-lead {
		margin-block: 20px;
	}
	.cloud .inline_wraps {
		margin: 0 0 10px;
	}
	.rest_area-box {
		margin-top: 2em;
	}
	.rest_area-box+.rest_area-box {
		margin-top: 1.5em;
	}
	.rest_area-box .rest_area-ttl {
		min-height: 60px;
	}
	.rest_area-box .rest_area-ttl::after {
		width: 1.5em;
	}
	.rest_area-box .rest_area-ttl img {
		width:60%;
	}
	.section-ttl span b{
		font-size: 14px;
		width: 56px;
		right: -10px;
		top: -15px;
	}
	.rest_area-box .rest_area-ttl .circle {
		font-size: 14px;
		width: 56px;
		padding: 10px 0;
		line-height: 18px;
		display: inline-block;
		right: -10px;
		top: -15px;
	}
	.rest_area-box .rest_area-body {
		padding: 20px 10px;
	}
	.map_flex {
		flex-direction:column;
		gap: 2%;
		margin-bottom: 1em;
	}
	.left_greensheet {
		margin: 0 0 1em;
	}
	.right_greensheet {
		margin-bottom: 30px;
	}
	.cloud .inline_wraps ul {
		display: inline-block;
		text-align: left;
	}
	.cloud .other {
		margin-top: 10px;
		padding-bottom: 30px;
		font-size: 16px;
		color: #ee6600;
		text-align: left;
	}
	.price-table {
		overflow-x:auto;
	}
	.price-table table {
		/* width: min(125vw,760px);*/
	}
	.price-table table thead {
		background: var(--thead_color);
	}
	.price-table table thead th {
		font-size: 14px;
	}
	.price-table table :is(thead,tbody) :is(th,td){
		white-space:nowrap;
		padding-inline: 0.5em;
	}
	.price-table table tbody td {
		width: 25%;
		width:auto;
		border-left:dotted 1px #abd;
	}
	.data_table+.data_table {
		margin-block: 40px;
	}
	.data_table .d_head {
		padding: 15px 10px;
		font-size: 16px;
	}
	.data_table .d_body {
		padding: 15px 10px;
		font-size: 14px;
	}
	.content-gourmet .data_table .d_body {
		font-size: 0.94rem;
		text-align: left;
		padding: 10px;
	}
	.content-gourmet .shop .d_body {
		padding: 10px;
	}
	.content-gourmet .shop .gourmet_image {
		margin: 1em auto 0;
		width: fit-content;
	}
	.content-other .content-other_link {
		gap: 1em 4%;
		padding-block: 1.5em 2em;
	}
	.content-other .content-other_link li {
		width: 48%;
	}
	.content-other .content-other_link li a {
		width: 100%;
		min-height: 3em;
		font-size: 1rem;
	}
	.content-other .content-other_link li a::after {
		border-width: 2px;
	}
	.content-other .d_head img {
		display: none;
	}
	.content-other .l_box .l_box-wrap {
		width: 100%;
		margin: 0 0 20px;
	}
	.tatoo {
		margin: 20px 0 40px;
	}
	.tatoo>* {
		width: 100%;
	}
	.tatoo p {
		font-size: 16px;
	}
	.tatoo p.sub {
		font-size: 12px;
	}
	.content-other .d_body ul {
		gap: 10px 2%;
	}
	.content-other .d_body ul li {
		gap: 5px;
		width: 49%;
		font-size: 11px;
	}
	.content-other .d_body ul li span {
		font-size: 8px;
	}
	.content-other .d_body ul .text_ng {
		text-align:left;
		font-size:14px;
	}
	:is(.content-price,.content-other) .sub {
		text-align: left;
		font-size: 12px;
	}
	.ticket_style {
		padding: 20px;
	}
	.ticket_style p.text {
		text-align: left;
	}
	.footer {
		box-sizing: border-box;
		border-bottom: 16px solid #e0e0e0;
	}
	.footer .footer_nav {
		width: 80%;
		margin-inline: auto;
		flex-wrap: wrap;
		gap: 2vw 2%;
		margin-block: 30px 20px;
	}
	.footer .footer_nav .banner {
		width: 48%;
	}
}