@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
/*color*/
/*font*/
/*layout*/

* {
  box-sizing: border-box; }


/* layout
----------------------------------------------------*/
#wrapper {
	font-family:"Zen Kaku Gothic New", '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'Avenir','Helvetica Neue','Helvetica','Arial', sans-serif;
	/*font-weight: 400;*/
	zoom: 100%;
	width: 100%;
	font-size: 18px;
	color: #000000;
  background: #f3f3f3;
	line-height: 2.0;
	letter-spacing: 0.10em;
}
#wrapper:after {
    content: '';
    display: block;
    clear: both;
}
#contents {
  position: relative;
}
.en {
	font-family: "Inter", sans-serif;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
}

.mb150 {
	margin-bottom: 150px;
}
.pb30 {
	padding-bottom: 30px;
}

.bold { font-weight: bold; }
.small { font-size: 13px; }


/* link
----------------------------------------------------*/
#wrapper a {
	cursor: pointer;
	color: #000;
	text-decoration: none;
	transition: all 0.5s;
}
#wrapper a img {
	transition: all 0.5s;
}
#wrapper a[href]:hover img {
	opacity: 0.6;
}
#wrapper a:active, #wrapper a:hover, #wrapper a:link, #wrapper a:visited {
    color: #000;
}


/* img
----------------------------------------------------*/
img {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
}



/* header
----------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
}
.l-header {
	width: calc(100% - 100px);
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 50px;
	z-index: 2;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.l-header_logo a {
	display: flex;
	align-items: center;
}
.h_logo-main {
	width: 226px;
  aspect-ratio: 226 / 50;
	margin-right: 40px;
	position: relative;
}
.h_logo-main img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.h_logo-txt {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}
.h_logo-txt_gr {
	color: #057a63;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}
.c-reserve_btn,
.c-reserve_btn02 {
	width: 250px;
}
.c-reserve_btn a {
	width: 100%;
	padding-block: 11px;
	display: block;
	font-family: "Inter", sans-serif;
  font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	border: 1px solid #fff;
	border-radius: 20px;
	transition: all .3s ease-in-out;
}
.c-reserve_btn a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0);
}

.c-reserve_btn02 a {
	width: 100%;
	padding-block: 11px;
	display: block;
  color: #fff !important;
	font-family: "Inter", sans-serif;
  font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	background: #057a63;
	border: 1px solid #057a63;
	border-radius: 20px;
	transition: all .3s ease-in-out;
}
.c-reserve_btn02 a:hover {
  color: #057a63 !important;
  background: none;
}


/* Page Title */
.page-header {
	width: 100%;
	padding-block: 145px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	text-align: center;
}
.page-header:after {
	width: calc(100% - 100px);
	height: 1px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50px;
	background: #057a63;
}
.page-ttl {
	margin-bottom: 70px;
}
.page-ttl span {
	display: block;
}
.ptl_ja,
.ptl_en {
	color: #057a63;
	line-height: 1.0;
}
.ptl_ja {
	font-size: 18px;
	font-weight: 700;
}
.ptl_en {
	margin-bottom: 10px;
	font-family: "Inter", sans-serif !important;
	font-size: 100px;
	font-weight: 600;
	letter-spacing: 0;
}




.nav {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}
.nav li {
	display: inline-block;
	margin: 0 20px;
}
.nav li a {
	position: relative;
	display: block;
	padding: 15px 0;
	font-size: 18px;
	font-weight: 500;
	color: #000 !important;
	line-height: 1.0;
	letter-spacing: 0.05em;
	text-align: center;
	transition: all 0.3s;
	z-index: 2;
}
.nav li a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
	z-index: 1;
}
.nav li a:hover:before {
	width: 100%;
	height: 2px;
	bottom: 0;
}

/* contents 
----------------------------------------------------*/
.col {
	margin-bottom: 105px;
	padding-bottom: 150px;
	position: relative;
}
.col:after {
	width: calc(100% - 100px);
	height: 1px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50px;
	border-bottom: 1px dotted #000;
}
.cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.col01 {
	margin-bottom: 100px;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col_2 {
	width: calc( ( 100% - 60px ) / 2 );
}

.col_3 {
	width: calc( ( 100% - 120px ) / 3 );
  margin-bottom: 40px;
}

.img_col,
.img_col img {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}

.col_3 p.label,
.col_3 p.label span {
	color: #057a63;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1;
}
.col_3 p.label {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #057a63;
}
.col_3 p.label span {
	margin-left: 10px;
	display: inline-block;
}





/* Title 
----------------------------------------------------*/
.ttl_ja,
.ttl_en {
	display: block;
	color: #057a63;
	line-height: 1;
}
.ttl_ja {
	color: #057a63;
	font-size: 18px;
	font-weight: 500;
}
.news_header .ttl_ja {
	color: #649e8f;
	font-size: 15px;
}
.ttl_en {
	margin-bottom: 15px;
	color: #057a63;
	font-family: "Inter", sans-serif;
	font-size: 80px;
	font-weight: 600;
	letter-spacing: 0;
}
.news_header .ttl_en {
    margin-bottom: 20px;
    font-size: 60px;
}
.f-s {
  color: #057a63;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.0;
}


/* Btn 
----------------------------------------------------*/
.btnarea {
	padding-bottom: 150px;
	display: flex;
	justify-content: center;
	gap: 0 20px;
}
.c-btn {
	width: 250px;
	/*margin-inline: auto;*/
}
.c-btn_link {
	width: 100%;
	padding-block: 10px 13px;
	display: block;
	position: relative;
	color: #057a63 !important;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.0;
	text-align: center;
	border: 1px solid #057a63;
	border-radius: 20px;
	transition: all .3s ease-in-out;
}
.c-btn_link:before,
.c-btn_link:after {
	content: '';
	position: absolute;
	transition: all .3s ease-in-out;
}
.c-btn_link:before {
	width: 15px;
	aspect-ratio: 1;
	top: 12px;
	right: 13px;
	border-top: 1px solid #057a63;
	border-right: 1px solid #057a63;
	transform: rotate(45deg);
}
.c-btn_link:after {
	width: 20px;
	height: 1px;
	top: 19px;
	right: 12px;
	background: #057a63;
}
@media (hover: hover) and (pointer: fine) {
	a.c-btn_link:hover	{
		color: #fff !important;
		background: #057a63;
	}
	a.c-btn_link:hover:before {
		border-color: #fff !important;
	}
	a.c-btn_link:hover:after {
		background: #fff !important;
	}
}


.b-logo {
  width: calc(100% - 100px);
  max-width: 1820px;
	margin-bottom: 55px;
	margin-inline: auto;
}
.b-logo img {
	width: 100%;
}




/* Footer
------------------------------------------------- */
.l-footer {
	padding: 100px;
	background: #d0cece;
}
.l-footer :where(p, a) {
	color: #fff !important;
}
.f_cont {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}
.f_logo {
	width: 226px;
	margin-bottom: 20px;
}
.f_logo a,
.f_logo a img {
	width: 100%;
	display: block;
}
.logo_txt {
	margin-bottom: 50px;
	font-size: 15px;
	font-weight: 500;
}
.f_addarea {
	display: flex;
	align-items: flex-end;
}
.f_add {
	font-size: 18px;
	line-height: 1.75;
}
.f_copy {
	font-family: "Inter", sans-serif;
	font-size: 14px;
}

.f_utility {
	width: fit-content;
	margin-bottom: 45px;
	margin-left: auto;
	display: flex;
}
.footer_ul {
	display: flex;
	justify-content: flex-end;
	gap: 0 25px;
}
.footer_ul:nth-of-type(1) {
	margin-bottom: 20px;
}
.footer_ul li a {
	padding-bottom: 2px;
	position: relative;
	font-size: 18px;
	line-height: 1.0;
}
.footer_ul li a:after {
	width: 100%;
	height: 4px;
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .2s;
}
@media (hover: hover) and (pointer: fine) {
	.footer_ul li a:hover:after {
		transform: scale(1, 1);
		transform-origin: left top;
	}
}


/*common title
----------------------------------------------------*/
.p_col_header {
	margin-bottom: 90px;
	padding-right: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 60px;
	position: relative;
}
.p_col_header:after {
	width: 10px;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #057a63;
	border-left: none;
}
.p_col_header p {
	font-size: 20px;
}




.f_utility .c-reserve__btn a {
	color: #d0cece !important;
}


.p-intro {
	margin-bottom: 140px;
	padding-top: 140px;
}
.p-intro p {
	font-size: 30px;
  text-align: center;
}


.facilities_ttl {
	margin: 10px 0 20px !important;
	font-size: 24px !important;
	font-weight: 500 !important;
}
.facilities_ttl span {
  display: block !important;
	font-family: "Inter", sans-serif !important;
	font-size: 12px !important;
	font-weight: 400;
	line-height: 1;
}
.facility_col {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  /*align-items: flex-end;*/
}
.facility_col .img_col {
  width: 300px !important;
}
.facility_txt {
  width: 240px;
}



.tp-guests {
	margin-bottom: 150px;
}
.tp-guests_link {
	width: 100%;
	padding: 0 120px 20px 20px;
	display: block;
	position: relative;
	background: #057a63;
	border: 1px solid #057a63;
	border-radius: 20px;
	transition: all .5s ease-in-out;
  margin-bottom: 30px;
}
.tp-guests_link:before,
.tp-guests_link:after {
	content: '';
	position: absolute;
	transition: all .3s ease-in-out;
}
.tp-guests_link:before {
	width: 15px;
	aspect-ratio: 1;
	top: calc( 50% - 7px );
	right: 13px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.tp-guests_link:after {
	width: 20px;
	height: 1px;
	top: 50%;
	right: 12px;
	background: #fff;
}

.guests_ttl {
	width: 196px;
	margin-block: -15px 15px;
	padding-block: 4px 6px;
	color: #057a63;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	background: #f3f3f3;
	border: 1px solid #057a63;
	border-radius: 15px;
}
.guests_outer {
	display: flex;
	align-items: center;
}
.guiests_img {
	width: 30%;
	position: relative;
	z-index: 1;
	border-radius: 15px;
	overflow: hidden;
}
.guiests_img img {
	width: 100%;
	transition: transform .5s ease-in-out;
}
.guests_des {
	width: 70%;
	padding-left: 40px;
	transform: translateY(-10px);
}
.guests-des_ttl,
.guests_txt {
	color: #fff;
	transition: color .5s ease-in-out;
}
.guests-des_ttl {
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: 500;
}
.guests_txt {
	font-size: 18px;
	line-height: 1.5;
}
@media (hover: hover) and (pointer: fine) {
	a.tp-guests_link:hover	{
		color: #057a63 !important;
		background: #fff;
	}
	a.tp-guests_link:hover:before {
		border-color: #057a63 !important;
	}
	a.tp-guests_link:hover:after {
		background: #057a63 !important;
	}
	.tp-guests_link:hover .guests-des_ttl,
	.tp-guests_link:hover .guests_txt {
		color: #057a63;
	}
}





.tab_col {
	margin-bottom: 120px;
	padding: 0 50px 30px 30px;
	border: 1px solid #057a63;
	border-radius: 30px;
}
.tab_ttl {
	width: fit-content;
	margin: -20px 0 20px;
	padding: 5px 39px 7px;
	color: #057a63;
	font-size: 18px;
	line-height: 1.5;
	background: #f3f3f3;
	border: 1px solid #057a63;
	border-radius: 30px;
}
.tab_cont {
	display: flex;
	align-items: center;
}
.tab_img{
	width: 40%;
	border-radius: 15px;
	overflow: hidden;
}
.tab_img img {
	width: 100%;
}
.tab_des {
	width: 60%;
	padding-left: 30px;
}

.tab_des_ttl {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.tab_des_ja {
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
}
.tab_des_en {
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 600;
}
.tab_txt {
	font-size: 20px;
	line-height: 1.6;
}



.ttl03 {
	margin-bottom: 30px;
	padding-bottom: 40px;
	position: relative;
	color: #057a63;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.3;
	border-bottom: 1px dotted #000000;
}


