@charset "UTF-8";

:root {
	--pink: #ee86b4;
	--green: #57b53c;
	--orange: #f5a100;
	--blue: #21b8ce;
	--text-color: #35290A;
	--bg-color: #69c5d4;
}

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 1300px;
	margin: 0;
	padding: 0;
	background: #87d1dd;
/*
	background-color: var(--bg-color);
	background-image:
		radial-gradient(at 20% 30%, rgba(255, 255, 255, 0.8) 0%, transparent 50%),
		radial-gradient(at 80% 70%, rgba(0, 0, 0, 0.05) 0%, transparent 60%),
		repeating-radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.1) 0%, transparent 1%);
	background-blend-mode: soft-light; 
	background-size: 100% 100%, 100% 100%, 4px 4px;
*/
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 500;
	font-size: 20px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	line-height: 1.9;
	word-break: normal;
	word-wrap: break-word;
	color: var(--text-color);
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	font-style: normal;
	list-style: none;
}

img {
	vertical-align: top;
	max-width: 100%;
	border: 0;
}

a {
	color: var(--blue);
}

.tel {
	text-decoration: none;
	color: var(--text-color);
}

.tel:hover {
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	display: flex;
	width: 100%;
	min-width: 1300px;
}

#container {
	order: 2;
	width: 600px;
	background: var(--bg-color) url(../images/background.png) repeat-y 0 0;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
	position: relative;
	z-index: 2;
}

.sp {
	display: none;
}

.find {
	cursor: pointer;
	transition: .4s;
}

.target {
	scroll-margin-top: 20px;
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#sidebar {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	order: 1;
	height: 100dvh;
	position: sticky;
	top: 0;
}

#sidebar:before {
	content: '';
	width: 100%;
	height: 746px;
	background: url(../images/navi_pc_island.svg) no-repeat right bottom / 800px auto;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -2;
}

#sidebar:after {
	content: '';
	width: clamp(1px, 8vw, 120px);
	height: 300px;
	background: url(../images/navi_cloud.svg) no-repeat top / 100% auto;
	position: absolute;
	top: 16vh;
	left: 1vw;
	z-index: -2;
}

#header {
	flex-shrink: 0;
	margin-top: clamp(1px, 3vh, 30px);
	margin-bottom: clamp(1px, 3vh, 30px);
}

#header .h_logo img {
	width: auto;
	height: 8vh;
	max-height: 77px;
}

/* ---------------------------------------------------------
	CSS Document navi
--------------------------------------------------------- */

#navi {
	flex-grow: 1;
	flex-shrink: 1;
	min-height: 0;
	width: clamp(1px, 40vh, 300px);
	margin: 0 auto;
	background: url(../images/navi_pc_tree.svg) no-repeat bottom / 120px 50vh;
	position: relative;
}

#navi:before {
	content: '';
	width: 49px;
	height: 40px;
	background: url(../images/navi_pc_ill1.svg) no-repeat bottom / 100% auto;
	position: absolute;
	bottom: 3vh;
	right: 10px;
}

#navi:after {
	content: '';
	width: 120px;
	height: 165px;
	background: url(../images/navi_pc_ill2.svg) no-repeat bottom / 100% auto;
	position: absolute;
	bottom: 3vh;
	left: -120px;
}

#navi .navi_top img {
	width: 100%;
	height: auto;
}

#navi .h_navi {
	padding: 200px 30px 0;
	padding: 0.8em 2em 0.5em;
	background: url(../images/navi_pc_middle.png) repeat-y bottom / 100% auto;
	text-align: left;
	font-size: 17px;
	font-size: clamp(1px, 2.0vh, 17px);
	position: relative;
}

#navi .h_navi:after {
	content: '';
	width: 100%;
	height: 4vh;
	background: url(../images/navi_pc_bottom.svg) no-repeat bottom / 100% auto;
	position: absolute;
	bottom: -3vh;
	left: 0;
}

#navi .h_navi li {
	margin: 5px 0;
}

#navi .h_navi li.this {
	margin: 10px 0;
}

#navi .h_navi li:first-of-type {
	margin-top: 0;
}

#navi .h_navi li a {
	display: flex;
	align-items: center;
	height: 2em;
	padding: 0 1em;
	border-radius: 2em;
	text-decoration: none;
	color: var(--text-color);
	position: relative;
	transition: color .4s;
}

#navi .h_navi li a:hover {
	color: var(--blue);
}

#navi .h_navi li.this a {
	background: var(--blue);
	color: #fff;
}

#navi .h_navi li a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: clamp(1px, 2.0vh, 16px);
	height: clamp(1px, 2.0vh, 16px);
	margin-right: 0.6em;
	border-radius: 60% 40% 55% 45% / 45% 55% 40% 60%;
	background: var(--green);
}

#navi .h_navi li.this a:after {
	content: '';
	width: 46px;
	height: 100%;
	background: url(../images/btn.svg) no-repeat left / 100% auto;
	position: absolute;
	top: 0;
	right: 15px;
}

#navi .h_navi li.this a:before {
	background: var(--orange);
}

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	order: 3;
	height: 100dvh;
	position: sticky;
	top: 0;
}

#main:after {
	content: '';
	width: calc(50vw - 300px);
	min-width: 350px;
	height: 33px;
	overflow: hidden;
	background: url(../images/main_bg.svg) repeat-x -3px top / 690px auto;
	position: fixed;
	position: absolute;
	bottom: 0;
	right: 0;
}

#main .main_wrap {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-basis: 0;
	justify-content: center; 
	gap: 2vh; 
	margin-top: 2vh;
}

#main .main_p {
	display: none;
}

#main .main_w {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: 25vw;
	margin: 0 2vw;
	text-align: left;
	position: relative;
}

#main .main_a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	max-width: 25vw;
	margin-right: 8%;
	margin-left: auto;
	margin-top: clamp(-40px, calc(226.67px - 16.67vw), 10px);
	text-align: right;
	position: relative;
}

#main .main_w a,
#main .main_a a {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	font-size: clamp(1px, 0.875vw, 14px);
	line-height: 1;
	color: #fff;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#main .main_w a:hover,
#main .main_a a:hover {
	transform: translateY(-4px);
}

#main .main_copy {
	margin-bottom: 0.625vw;
}

#main .main_lead {
	margin-bottom: 0.9375vw;
}

#main .main_name {
	height: clamp(1px, 2vw, 32px);
	font-size: 0;
}

#main .main_name img {
	width: auto;
	height: clamp(1px, 1.375vw, 22px);
}

#main .img {
	width: 10.75vw;
	margin: 0 auto;
	position: relative;
	transition: filter 0.3s ease, transform 0.3s ease;
	transform-origin: top center;
}

#main a:hover .img {
	transform: scale(1.04);
	filter: drop-shadow(4px 4px 12px rgba(80, 167, 181, 0.6));
}

#main .img img {
	width: 100%;
	height: auto;
	aspect-ratio: 172 / 125;
	object-fit: cover;
}

/* main_more */
#main .main_more {
	border-radius: 1.5em;
	padding: 0.5em 1.1em;
	background: #fff;
	font-size: clamp(1px, 0.75vw, 12px);
	white-space: nowrap;
	letter-spacing: -0.05em;
	color: #23B8CD;
	transition: background-color 0.3s ease, color 0.3s ease;
	position: absolute;
	top: clamp(1px, 0.75vw, 12px);
}

#main .main_more:before {
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-top: solid 12px #fff;
	position: absolute;
	bottom: -15px;
}

#main .main_w .main_more {
	color: #ee86b4;
	left: 10.5vw;
}

#main .main_w .main_more:before {
	left: 10px;
	transform: rotate(15deg);
}

#main .main_a .main_more {
	color: #f9be27;
	right: 10.5vw;
}

#main .main_a .main_more:before {
	right: 10px;
	transform: rotate(-15deg);
}

#main .main_w .cloud {
	width: clamp(1px, 5vw, 118px);
	position: absolute;
	top: 2vh;
	right: 0;
}

#main .main_a .cloud {
	width: clamp(1px, 6.0625vw, 97px);
	height: auto;
	position: absolute;
	top: clamp(30px, calc(10vw - 100px), 60px);
	left: 1vw;
}

#main .main_a .cloud img {
	height: auto;
	aspect-ratio: 97 / 170;
	object-fit: cover;
}

#main .main_island {
	margin-top: auto;
}

#main .main_island img {
	width: clamp(1px, 26.5625vw, 425px);
	height: auto;
	aspect-ratio: 425 / 275;
	object-fit: cover;
}

#main .main_boat {
	width: calc( (50vw - 300px) * 0.3);
	position: absolute;
	bottom: 20px;
	left: 2%;
	z-index: 2;
}

#main .main_boat img {
	width: clamp(1px, 7vw, 112px);
	height: auto;
	aspect-ratio: 507 / 185;
	object-fit: cover;
}

/* ---------------------------------------------------------
	CSS Document btn
--------------------------------------------------------- */

.btn a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	padding: 0 72px 0 45px;
	border-radius: 48px;
	border: solid 1px #fff;
	background: var(--blue);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	position: relative;
	transition: opacity .4s;
}

.btn a:hover {
	opacity: 0.6;
}

.btn a:after {
	content: '';
	width: 50px;
	height: 100%;
	background: url(../images/btn.svg) no-repeat left / 100% auto;
	position: absolute;
	top: 0;
	right: 15px;
}

/* ---------------------------------------------------------
	CSS Document h2
--------------------------------------------------------- */

.h2_blue {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	margin-bottom: 40px;
	background: url(../images/h2_blue.png) no-repeat 0 0 / 100% 100%;
}

.h2_blue img {
	height: 30px;
}

.h2_white {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	margin-bottom: 40px;
	background: url(../images/h2_white.png) no-repeat 0 0 / 100% 100%;
}

.h2_white img {
	height: 30px;
}

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

#title {
	margin: 30px 40px 50px;
}

#title p {
	margin: 30px 10px 0;
	text-align: left;
	color: #fff;

}

/* ---------------------------------------------------------
	CSS Document bread
--------------------------------------------------------- */

#bread {
	height: 40px;
	margin-bottom: 40px;
}

#bread ol {
	display: flex;
	text-align: left;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 40px;
}

#bread li {
	margin-right: 24px;
	position: relative;
}

#bread li:not(:last-of-type):after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -3px;
	border: solid 4px transparent;
	border-left: solid 6px #231815;
	position: absolute;
	top: 50%;
	right: -20px;
}

#bread a {
	text-decoration: none;
	color: #231815;
}

#bread a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	padding: 80px 0 40px;
	color: #fff;
}

#footer .f_logo {
	margin-bottom: 40px;
}

#footer .row {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
	text-align: left;
}

#footer .row a {
	text-decoration: none;
	color: #fff;
}

#footer .f_address {
	margin-bottom: 15px;
	line-height: 1.6;
}

#footer .f_phone {
	margin-bottom: 15px;
}

#footer .f_phone a {
	display: flex;
	align-items: center;
	gap: 0.3em;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
}

#footer .f_email a {
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-size: 18px;
	line-height: 1;
	transition: opacity .4s;
}

#footer .f_email a:hover {
	opacity: 0.6;
}

#footer .f_email img {
	margin-top: 6px;
}

#footer .f_sns {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 30px;
}

#footer .f_sns a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46px;
	height: 46px;
	border-radius: 60% 40% 55% 45% / 45% 55% 40% 60%;
	background: #fff;
	font-size: 0;
	transition: opacity .4s;
}

#footer .f_sns a:hover {
	opacity: 0.6;
}

#footer address {
	font-size: 15px;
	letter-spacing: 0.1em;
}
