@charset "utf-8";
/* = Init
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700&display=swap');


/* = Bugfix For Android
-------------------------------------------------------------- */
* {
  max-height: 999999px;
}

:root {
	--leading-trim: calc((1em - 1lh) / 2);
	--main-color: #2439AE;
	--sub-color: #EB742F;
	--main-text-color: #333;
	--bg-color: #F6F4ED;
	--border-color: #ddd;
	--link-color: #0a1b3d;
	--blue: #3e5ca0;
	--black: #000;
	--white: #fff;
	--container-size: 1040px;
	--container-padding: 20px;
}

.noto-sans {
	font-family: "Noto Sans JP", sans-serif !important;
	font-style: normal;
}

.shippori-mincho {
	font-family: "Shippori Mincho", serif !important;
	font-style: normal;
}

.roboto {
	font-family: "Roboto", sans-serif !important;
	font-style: normal;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.google-map iframe {
	aspect-ratio: 160 / 83;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

#main {
	position: relative;
}

/* ============================
	floating link
============================ */
#to_top_scrollup {
	display: none !important;
}

#follow_link_group {
	align-items: center;
	background-image: url('../img/home/floating_link.png');
	background-repeat: no-repeat;
	background-size: cover;

	border-radius: 50%;
	bottom: 20px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
	display: flex;
	height: 168px;
	justify-content: center;
	position: fixed;
	right: 20px;
	transition: all  .4s;
	visibility: visible;
	width: 168px;
	z-index: 11;
}

#follow_link_group a {
	align-items: center;
	box-sizing: border-box;
	color: var(--white);
	display: flex;
	flex-direction: column;
	font-size: 2.2rem;
	font-weight: 500;
	justify-content: center;
	height: 100%;
	letter-spacing: .05em;
	line-height: 1.5;
	padding: 16px;
	text-align: center;
	width: 100%;
}

#follow_link_group a .text {
	color: var(--white);
	font-size: 2rem;
	font-weight: 600;
	display: block;
	line-height: 1.3;
}

#follow_link_group a .period {
	color: var(--white);
	font-size: 1.4rem;
	font-weight: 600;
	display: block;
	line-height: 1.6;
	margin-top: 4px;
}

@media screen and (max-width: 767px) {
	#follow_link_group {
		bottom: 10px;
		height: 95px;
		right: 10px;
		width: 95px
	}
	
	#follow_link_group a {
		box-sizing: border-box;
		padding: 15px 0;
		text-align: center;
	}
	
	#follow_link_group a .text {
		font-size: 1.2rem;
		font-weight: 500;
	}

	#follow_link_group a .period {
		font-size: 1.1rem;
	}
}

@media (hover: hover) {
	#follow_link_group:hover {
		background-color: #0474C2;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		translate: 3px 3px;
	}
	
	#follow_link_group:hover a {
		opacity: 1;
	}
}


/* ============================
	sp-menu
============================ */
#sp-menu {
  background-color: var(--white);
  box-sizing: border-box;
	height: calc(100vh - 60px);
  left: 0;
  padding: 40px 20px;
  pointer-events: none;
  position: fixed;
  opacity: 0;
  top: 60px;
  transition: all 0.35s ease;
  width: 100%;
	z-index: 12;
}

#sp-menu.opening {
	background-color: var(--bg-color);
  opacity: 1;
  overflow-y: auto;
	pointer-events: auto;
  transition: all 0.35s ease;
}

#sp-menu .menu-item a {
	color: var(--white);
	font-weight: 500;
  text-align: center;
  line-height: 1;
  display: block;
  width: 100%;
  padding: 15px 0;
}

#sp-menu .sub-menu {
  display: none;
  opacity: 0;
  transition: 0.35s all ease;
}

#sp-menu .sub-menu.opening {
  display: block;
  opacity: 1;
  transition: 0.35s all ease;
}

#sp-menu .sp-contact-box {
  margin: 30px 0 0;
}

#sp-menu .sp-contact-box a {
  background-color: var(--sub-bg-color);
  box-sizing: border-box;
  color: var(--white);
  display: block;
	margin-inline: auto;
  padding: 10px;
  text-align: center;
	max-width: 300px;
	width: 100%;
}

#sp-menu .sp-contact-box a span {
	color: var(--main-text-color);
	font-weight: 700;
}

#sp-menu .l-header__translate {
	margin-inline: auto;
	margin-top: 30px;
	width: 220px;
}

@media screen and (min-width: 980px) {
	#sp-menu {
		height: calc(100dvh - 100px);
	  top: 60px;
	}
	
	#sp-menu .menu-item a {
		font-weight: 500;
	}
}

/* btn-hamburger */
#btn-hamburger {
  background-color: var(--main-color);
  position: relative;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 1000;
  cursor: pointer;
}

#btn-hamburger .border {
  position: absolute;
  left: 15px;
  transition: all 0.3s ease;
  background: #fff no-repeat left top;
  width: 30px;
  height: 2px;
  z-index: 1;
}

#btn-hamburger .border:first-child {
  top: 33%;
}

#btn-hamburger .border:nth-child(2) {
  transform: rotate(0);
  opacity: 1;
  top: 50%;
}

#btn-hamburger .border:nth-child(3) {
  top: 67%;
}

#btn-hamburger.opening .border:first-child {
  transform: rotate(45deg);
  top: 50%;
}

#btn-hamburger.opening .border:nth-child(2) {
  opacity: 0;
}

#btn-hamburger.opening .border:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

@media screen and (min-width: 1180px) {
  #sp-menu {
    display: none !important;
  }

  #btn-hamburger {
    display: none !important;
  }
}

@media screen and (max-width: 1179px) {
  #h-gnav-box {
    display: none !important;
  }
}

/* ============================
	header
============================ */
#header {
	background: none !important;
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.6) !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#header.h-fixed {
  position: fixed;
}

#header .h-inner {
  align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
  padding: 0 0 0 20px;
	transition: all .4s;
	width: 100%;
}

#header.h-fixed.add-background .h-inner {
	background-color: rgb(0 0 0 / 70%);
}

#h-site-logo img {
	height: auto;
	max-width: 180px !important;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#header.h-fixed .h-inner,
	#header.h-fixed.add-background .h-inner {
		background-color: var(--white);
	}
	
	#h-site-logo img {
		align-items: center;
		display: flex;
		max-width: 110px;
	}
}

#h-gnav-box {
	display: flex;
	float: none;
	height: 80px;
}

#header .h-inner .menu-list {
	display: flex;
	gap: 32px;
	margin-right: 40px;
}

#header .h-inner .menu-item {
	align-items: center;
	display: flex;
	justify-content: center;
}

#header .h-inner .menu-item a {
	transition: all .2s;
}

#header .h-inner .menu-item a .text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	transition: all .2s;
}

#h-gnav-contact {
	width: 150px;
}

#h-gnav-contact a {
	align-items: center;
  display: flex;
  box-sizing: border-box;
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.4rem;
  height: 100%;
	justify-content: center;
  padding: 11px 20px;
	width: 100%;
}

#h-gnav-contact a span {
	color: var(--white);
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2;
}

#wpadminbar {
	display: none;
}

.l-header__translate {
	background-color: var(--sub-color);
	width: 150px;
}

.l-header__translate .gtranslate_wrapper {
	align-items: center;
	column-gap: 5px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.l-header__translate .glink {
	align-items: center;
	color: var(--white);
	display: flex;
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 1.3rem;
	font-weight: 400;
	justify-content: center;
	margin-inline: auto;
	width: 90%;
}

.l-header__translate .glink + .glink {
	border-top: 1px solid var(--white);
}

@media screen and (max-width: 767px) {
  #header {
    margin: 0 auto;
    right: 0;
  }

  #header .h-inner {
    padding: 0 0 0 10px;
  }
	
	.l-header__translate .glink {
		height: 40px;
	}
}

@media (hover: hover) {
	#header .h-inner .menu-item a:hover {
		opacity: 1;
	}
	
	#header .h-inner .menu-item a:hover .text {
		color: var(--sub-color);
	}
}

/* ============================
	footer
============================ */
#footer {
	background-image: none !important;
	background-color: var(--main-color);
}

#footer .content-width {
	position: relative;
	width: min(100%, calc(var(--container-size) + var(--container-padding) * 2));
}

#footer .footer-inner {
	display: flex;
	flex-wrap: wrap-reverse;
	gap: 50px 20px;
	justify-content: space-between;
  padding: 80px 0 200px;
}

#footer .info-container a img {
	height: auto;
	max-width: 180px;
	width: 100%;
}

#footer .footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 30px;
	margin-top: 20px;
}

#footer .footer-menu a {
	color: var(--white);
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 1.4rem;
	font-weight: 400;
}

#footer .banner-container {
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

#footer .banner-container a {
  aspect-ratio: 55 / 69;
  height: auto;
	max-width: 110px;
	width: 100%;
}

#footer .banner-container a img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.copyright {
	margin-top: 20px;
}

.copyright p {
	color: var(--white);
	font-size: 1.1rem;
}

@media screen and (max-width: 1023px) {
	#footer .f-content {
		flex-wrap: wrap-reverse;
		row-gap: 60px;
	}
	
	#footer .f-content .footer-nav-container {
		row-gap: 40px;
	}
	
	#footer .f-content .footer-nav-container .privacy-policy {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	#footer .footer-inner {
		padding: 60px 0 100px;
	}
	
	#footer .f-content .footer-nav-container {
		flex-wrap: wrap;
		width: 100%;
	}
	
	#footer .f-content .footer-nav-container .footer-nav {
		flex-wrap: wrap;
		row-gap: 12px;
	}
	
	#footer .f-content .footer-nav-container .footer-nav .footer-nav-list {
		flex-basis: auto;
	}
}

/* ============================
	mainvisual
============================ */
.mainvisual {
  margin: 0;
  width: 100%;
}

#top-mv .mv-inner {
	/*background-image: url("../img/home/mv.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	*/
  height: auto;
	position: relative;
	width: 100%;
}

#top-mv .mv-inner .wrapper-slider-mv {
	height: 100%;
	overflow: hidden;
}

#top-mv .mv-inner .wrapper-slider-mv .slider-mv {
	height: 100%;
	width: 100%;
}

#top-mv .mv-inner .swiper-slide {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

@keyframes zoomUp {
	0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

#top-mv .mv-inner .swiper-slide img {
	display: block;
  height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

#top-mv .mv-inner .swiper-slide .zoom-target {
	opacity: 0; 
	transition: all .3s;
	transform: scale(1) translateZ(0);
	transition-timing-function: linear;
	will-change: transform;
}

#top-mv .mv-inner .swiper-slide.swiper-slide-prev .zoom-target,
#top-mv .mv-inner .swiper-slide.swiper-slide-active .zoom-target {
	animation: zoomUp 7000ms linear none !important;
	opacity: 1;
}

#top-mv .mv-inner::before {
	background-image: url("../img/home/wave03.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: block;
	height: 200px;
	position: absolute;
	translate: 0 50%;
	transition: all .2s;
	width: 100%;
	z-index: 3;
}

#top-mv .mv-inner .content-width {
  left: 50%;
	position: absolute;
  top: 50%;
	translate: -50% -50%;
	z-index: 1;
}

#top-mv .mv-inner .content-width .mv-ttl {
	left: 0;
	position: absolute;
	top: 50%;
}

#top-mv .mv-inner .content-width .mv-ttl .main-text {
	color: var(--white);
	font-size: 4.8rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.4;
	text-shadow: 1px 1px 2px var(--main-text-color);
}

#top-mv .mv-inner .content-width .mv-ttl .sub-text {
	color: var(--white);
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
	margin-top: 10px;
	text-shadow: 1px 1px 2px var(--main-text-color);
}

@media screen and (max-width: 1100px) {
	
	#top-mv .mv-inner::before {
		background-image: url("../img/home/wave03.svg");
		height: 120px;
	}
	
	#top-mv .mv-inner .content-width .mv-ttl {
		left: 20px;
		position: absolute;
		top: 50%;
		translate: 0 -38%;
	}

	#top-mv .mv-inner .content-width .mv-ttl .main-text {
		font-size: 3vw;
	}

	#top-mv .mv-inner .content-width .mv-ttl .sub-text {
		font-size: 2vw;
	}
}

@media screen and (max-width: 767px) {
  #top-mv .mv-inner {
    height: auto;
    height: 60dvh;
  }
	
	#top-mv .mv-inner::before {
		background-image: url("../img/home/wave03.svg");
		height: 60px;
	}
	
	#top-mv .mv-inner .wrapper-slider-mv {
		margin-top: 14px;
	}
	
	#top-mv .mv-inner .content-width .mv-ttl .main-text {
		font-size: 2.5rem;
	}

	#top-mv .mv-inner .content-width .mv-ttl .sub-text {
		font-size: 1.2rem;
	}
	
	#top-mv .mv-inner .swiper-slide .zoom-target {
		object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
	}
	
	#top-mv .mv-inner .swiper-slide .zoom-target img {
		display: block;
		height: 100%;
		object-fit: cover;
		object-position: center;
		width: 100%;
	}
}

#page-mv .mv-inner {
  padding: 100px 0;
  background-color: #e1e1e1;
}

#page-mv .page-ttl {
  margin: 0;
}

@media screen and (max-width: 767px) {
  #page-mv .mv-inner {
    padding: 60px 0;
  }
  #page-mv .page-ttl {
    font-size: 2.1rem;
  }
}

.page-mv {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.page-mv .mv-inner {
	height: 390px;
}

.page-mv .mv-inner .content-width {
	height: 100%;
	position: relative;
}

.page-mv .mv-inner .content-width .page-ttl-box {
	bottom: 80px;
	left: 20px;
	position: absolute;
}

.page-mv .mv-inner .content-width .page-ttl-box .page-ttl {
	color: var(--white);
	font-size: 4.2rem;
	font-weight: 200;
	letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
	.page-mv .mv-inner {
		height: 260px;
	}
	
	.page-mv .mv-inner .content-width .page-ttl-box {
		bottom: unset;
		left: 0;
		text-align: center;
		top: 50%;
		width: 100%;
	}
	
	.page-mv .mv-inner .content-width .page-ttl-box .page-ttl {
		font-size: 2.6rem;
	}
}

.sec-ttl-box {
	margin-inline: auto;
	position: relative;
	width: fit-content;
	z-index: 1;
}

.sec-ttl-box .sec-ttl {
	color: var(--sub-color);
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: .2em;
	line-height: 1.4;
}

.sec-ttl-box p {
	color: var(--sub-color);
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 2;
	margin-top: 0;
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.sec-ttl-box {
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
	}
	
	.sec-ttl-box .sec-ttl {
		border-bottom: none;
		flex-basis: 100%;
		font-size: 5.8rem;
		font-weight: 400;
		line-height: 1;
		text-align: left;
	}
	
	.sec-ttl-box .sec-sub-ttl {
		border-bottom: 1px solid var(--border-color);
		flex-basis: 100%;
		font-size: 1.2rem;
		line-height: 2;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.sec-ttl-box .sec-ttl {
		font-size: 2.8rem;
	}
	
	.sec-ttl-box p {
		margin-top: 10px;
	}
	
	.sec-ttl-box .sec-sub-ttl {
		border-bottom: 1px solid var(--border-color);
		flex-basis: 100%;
		font-size: 1.2rem;
		line-height: 2;
		margin-top: 20px;
	}
}

/* ============================
	section
============================ */
.sec-inner {
  padding: 150px 0;
}

.sec-ttl {
  text-align: center;
  margin: 0;
}

.content-width {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
	position: relative;
  width: min(100%, calc(var(--container-size) + var(--container-padding) * 2));
}

.content-width.full-width {
	padding-left: 0;
	padding-right: 0;
	width: initial;
}

.content-box {
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
	.sec-inner {
  	padding: 70px 0;
	}
	
  .content-width {
    width: 100%;
  }
	
	.content-box {
	  margin-top: 30px;
	}
}

.section-news .sec-inner {
	padding-bottom: 240px;
}

.section-news .content-width {
	display: flex;
	gap: 60px 20px;
}

.section-news .content-width .wrapper-facebook {
	width: calc(100% - 10px);
}

.section-news .content-width .wrapper-news {
	width: calc(100% - 10px);
}

.section-news .news-list .news-item {
	border-top: 1px solid #ddd;
	padding: 24px 20px;
}

.section-news .news-list .news-item:last-child {
	border-bottom: 1px solid #ddd;
}

.section-news .news-list .news-item .post-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.section-news .news-list .news-item .post-meta .post-date span {
	font-size: 1.5rem;
	font-weight: 500;
}

.section-news .news-list .news-item .post-meta .post-cats {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.section-news .news-list .news-item .post-meta .post-cats .post-cat {
	background-color: var(--sub-color);
	border-radius: 24px;
	color: var(--white);
	font-size: 1.4rem;
	font-weight: 400;
	min-width: 120px;
	padding: 5px 8px;
	text-align: center;
	width: 100%;
}

.section-news .news-list .news-item .post-ttl {
	font-size: 1.7rem;
	font-weight: 400;
	margin-top: 10px;
}

.section-news .wrap-link {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.section-news .content-width {
		flex-wrap: wrap-reverse;
	}
	
	.section-news .sec-inner {
		padding-bottom: 150px;
		padding-top: 90px;
	}
}

.wrapper-facebook .sec-inner {
	padding-top: 0;
}

.wrapper-facebook .sec-ttl-box img {
	display: block;
	height: 60px;
	margin-inline: auto;
	width: 60px;
}

.wrapper-facebook .sec-ttl-box p {
	color: var(--main-color);
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: .05em;
}

.wrapper-facebook .content-box {
	margin-top: 20px;
}

.wrapper-facebook .content-box .fb-page {
	display: block;
	height: 100%;
	margin-inline: auto;
	width: fit-content;
}

.wrapper-facebook .content-box .fb-page > span {
	max-height: 350px;
}

@media screen and (max-width: 979px) {
	.wrapper-facebook::before {
		height: 160px;
		top: -160px;
	}
}

@media screen and (max-width: 767px) {
	.wrapper-facebook::before {
		height: 90px;
		top: -90px;
	}
	.wrapper-facebook .sec-inner {
		padding-top: 20px;
	}
}


.section-hotel {
	background-color: var(--bg-color);
	box-sizing: border-box;
	margin-top: 0;
	position: relative;
}

.section-hotel::before {
	background-image: url("../img/home/wave01.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 150px;
	left: 0;
	position: absolute;
	top: -150px;
	width: 100%;
}

.section-hotel .sec-inner {
	padding-bottom: 400px;
	padding-top: 100px;
}

.section-hotel .content-width {
	width: min(100%, calc(1280px + var(--container-padding) * 2));
}

.section-hotel .content-box {
	margin-top: 120px;
}

.section-hotel .hotel-contaienr {
	display: flex;
	flex-wrap: wrap;
	gap: 160px 40px;
	position: relative;
}

.section-hotel .hotel-contaienr::before {
	aspect-ratio: 83 / 61;
	background-image: url("../img/home/onsen.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	left: min(5vw, 80px);
	position: absolute;
	transition: all .2s;
	top: max(-20vw, -280px);
	width: clamp(200px, 30vw, 415px);
	z-index: 0;
}

.section-hotel .hotel-contaienr .hotel-item {
	width: calc(100% / 3 - 27px);
}

.section-hotel .hotel-contaienr .hotel-item .image-box img {
  aspect-ratio: 200 / 167;
	border-radius: 30px;
	display: block;
  height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.section-hotel .hotel-contaienr .hotel-item .title-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 25px;
	min-height: 70px;
}

.section-hotel .hotel-contaienr .hotel-item .title-box p {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 2;
	text-align: center;
}

.section-hotel .hotel-contaienr .hotel-item .title-box h3 {
	text-align: center;
}


.section-hotel .hotel-contaienr .hotel-item .title-box h3 span {
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1;
	position: relative;
	text-align: center;
}

.en-text {
	display: none;
}

html[lang="en"] .ja-text {
	display: none;
}
html[lang="en"] .en-text {
	display: inline !important;
}

html[lang="zh-TW"] .en-text {
	display: none !important;
}

html[lang="zh-TW"] .ja-text {
	display: inline !important;
}

.section-hotel .hotel-contaienr .hotel-item .kana {
	opacity: 0; font-size: 0;	
}

.section-hotel .hotel-contaienr .hotel-item .text-box {
	height: auto;
	margin-top: 20px;
	min-height: 78px;
}

.section-hotel .hotel-contaienr .hotel-item .text-box p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
}

.section-hotel .hotel-contaienr .hotel-item .link-box {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

.section-hotel .hotel-contaienr .hotel-item .link-box .link-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: calc(50% - 10px);
}

.section-hotel .hotel-contaienr .hotel-item .link-box .link-list a {
	background-color: var(--white);
	border: 1px solid var(--main-color);
	border-radius: 4px;
	color: var(--main-color);
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	transition: all .2s;
}

.section-hotel .hotel-contaienr .hotel-item .link-box .link-list a.jalan {
	border-color: #FF5800;
	color: #FF5800;
}

.section-hotel .hotel-contaienr .hotel-item .link-box .link-list a.rakuten {
	border-color: #01B902;
	color: #01B902;
}

.section-hotel .hotel-contaienr .hotel-item .link-box .sub-image-box {
	width: calc(50% - 10px)
}

.section-hotel .hotel-contaienr .hotel-item .link-box .sub-image-box img {
  aspect-ratio: 95 / 53;
  height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

@media screen and (max-width: 979px) {
	.section-hotel::before {
		height: 100px;
		top: -100px;
	}
	
	.section-hotel .sec-inner {
		padding-bottom: 300px;
	}
	
	.section-hotel .hotel-contaienr .hotel-item {
		width: calc(50% - 26px);
	}
}

@media screen and (max-width: 767px) {
	.section-hotel::before {
		height: 75px;
		top: -75px;
	}
	
	.section-hotel .sec-inner {
		padding-bottom: 200px;
		padding-top: 60px;
	}
	
	.section-hotel .content-box {
		margin-top: 60px;
	}
	
	.section-hotel .hotel-contaienr {
		row-gap: 50px;
	}
	
	.section-hotel .hotel-contaienr::before {
		left: unset;
		right: 0;
		top: max(-33vw, -280px);
	}

	
	.section-hotel .hotel-contaienr .hotel-item {
		width: 100%;
	}
	
	.section-hotel .hotel-contaienr .hotel-item .title-box {
		margin-top: 15px;
		min-height: unset;
	}
	
	.section-hotel .hotel-contaienr .hotel-item .text-box {
		min-height: unset;
	}
}

@media (hover: hover) {
	.section-hotel .hotel-contaienr .hotel-item .link-box .link-list a:hover {
		background-color: var(--main-color);
		color: var(--white);
		opacity: 1;
	}
	
	.section-hotel .hotel-contaienr .hotel-item .link-box .link-list a.jalan:hover {
		background-color: #FF5800;
	}

	.section-hotel .hotel-contaienr .hotel-item .link-box .link-list a.rakuten:hover {
		background-color: #01B902;
	}
}

.section-etc {
	box-sizing: border-box;
	margin-top: 0;
	position: relative;
}

.section-etc::before {
	background-image: url("../img/home/wave02.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 270px;
	left: 0;
	position: absolute;
	top: -270px;
	transition: all .2s;
	width: 100%;
}

.section-etc .sec-inner {
	padding-bottom: 100px;
	padding-top: 400px;
	position: relative;
}

.section-etc .content-box {
	margin-top: 0;
}

.section-etc .image-list-etc {
	margin-top: 180px;
}

.section-etc .image-list-etc .swiper-wrapper {
	transition-timing-function: linear;
}

.section-etc .image-list-etc .swiper-slide {
	position: relative;
}

.section-etc .image-list-etc .swiper-slide img {
	aspect-ratio: 3 / 2;
	height: auto;
	object-fit: cover;
	width: 100%;
}


.section-etc .content-box .wrapper-page-content {
	overflow: hidden;
	position: relative;
}

.section-etc .content-box::before {
	aspect-ratio: 109 / 87;
	background-image: url("../img/home/sunset.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	left: 50%;
	position: absolute;
	top: max(3vw, 70px);
	translate: -50% 0;
	width: clamp(220px, 30vw, 436px);
	z-index: 0;
}

.section-etc .content-box .page-content {
	align-items: center;
	gap: 40px 80px;
	display: flex;
	justify-content: flex-start;
	margin-top: 180px;
}

.section-etc .content-box .page-content:first-child {
	margin-top: 0;
}

.section-etc .content-box .page-content.image-right {
	justify-content: flex-end;
}

.section-etc .content-box .page-content .text-container {
	flex-basis: 45%;
	max-width: 360px;
	padding: 0 20px;
	width: 100%;
}

.section-etc .content-box .page-content .text-container .sec-ttl-box {
	margin-left: 0;
}

.section-etc .content-box .page-content .text-container .sec-ttl-box p {
	text-align: left;
}

.section-etc .content-box .page-content .text-container .text-box {
	margin-top: 40px;
}

.section-etc .content-box .page-content .text-container .text-box h3 {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .05em;
}

.section-etc .content-box .page-content .text-container .text-box p {
	font-size: 1.6rem;
	font-weight: 400;
}

.section-etc .content-box .page-content .image-box {
	flex-basis: 55%;
	max-height: 440px;
	width: 100%;
}

.section-etc .content-box .page-content .image-box img {
	aspect-ratio: 20 / 11;
	border-radius: 0 80px 80px 0;
	height: 100%;
	max-height: 400px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.section-etc .content-box .page-content.image-right .image-box img {
	border-radius: 80px 0 0 80px;
}


.section-etc .content-box .page-content .text-container {
	transform: translateX(24px);
	opacity: 0;
	transition: transform 1.2s cubic-bezier(0.24, 0.22, 0.05, 1),opacity 1.3s cubic-bezier(0.24, 0.22, 0.05, 1);
}

.section-etc .content-box .page-content .text-container.active {
	transform: translateY(0);
	opacity: 1;
}

.section-etc .content-box .page-content .image-box {
	transform: translateX(-24px);
	opacity: 0;
	transition: transform 1.2s cubic-bezier(0.24, 0.22, 0.05, 1),opacity 1.3s cubic-bezier(0.24, 0.22, 0.05, 1);
}

.section-etc .content-box .page-content .image-box.active {
	transform: translateY(0);
	opacity: 1;
}

.section-etc .content-box .page-content.image-right .text-container {
	transform: translateX(-24px);
	opacity: 0;
	transition: transform 1.2s cubic-bezier(0.24, 0.22, 0.05, 1),opacity 1.3s cubic-bezier(0.24, 0.22, 0.05, 1);
}

.section-etc .content-box .page-content.image-right .text-container.active {
	transform: translateY(0);
	opacity: 1;
}

.section-etc .content-box .page-content.image-right .image-box {
	transform: translateX(24px);
	opacity: 0;
	transition: transform 1.2s cubic-bezier(0.24, 0.22, 0.05, 1),opacity 1.3s cubic-bezier(0.24, 0.22, 0.05, 1);
}

.section-etc .content-box .page-content.image-right .image-box.active {
	transform: translateY(0);
	opacity: 1;
}


.section-etc .content-box .page-content .c-link {
	margin-left: 0;
	margin-top: 30px;
}

.section-etc .content-box .image-content {
	margin-top: 180px;
}

.section-etc .content-box .image-content img {
	display: block;
	height: auto;
	width: 100%;
}

@media screen and (max-width: 1023px) {
	.section-etc .content-box::before {
		top: max(4vw, 40px);
	}
	
	.section-etc .sec-ttl-box .sec-ttl {
		font-size: 3.8rem;
	}
}

@media screen and (max-width: 979px) {
	.section-etc::before {
		height: 160px;
		top: -160px;
	}
	
	.section-etc .sec-inner {
		padding-bottom: 280px;
		padding-top: 200px;
	}
	
	.section-etc .content-box .page-content {
		column-gap: 50px;
	}
}

@media screen and (max-width: 767px) {
	.section-etc::before {
		height: 90px;
		top: -90px;
	}
	
	.section-etc .sec-inner {
		padding-bottom: 160px;
		padding-top: 160px;
	}
	
	.section-etc .sec-ttl-box .sec-ttl {
		font-size: 2.6rem;
	}
	
	.section-etc .content-box .page-content {
		flex-wrap: wrap;
		margin-top: 80px;
	}
	
	.section-etc .content-box .page-content.image-right {
		flex-wrap: wrap-reverse;
	}
	
	.section-etc .content-box .page-content .image-box {
		flex-basis: 90%;
		max-width: unset;
	}
	
	.section-etc .content-box .page-content .image-box img {
		border-radius: 0 40px 40px 0;
	}

	.section-etc .content-box .page-content.image-right .image-box img {
		border-radius: 40px 0 0 40px;
	}
	
	.section-etc .content-box .page-content .text-container {
		flex-basis: 100%;
		max-width: unset;
		padding: 0 20px;
	}
	
	.section-etc .content-box .page-content .text-container .text-box {
		margin-top: 30px;
	}
	
	.section-etc .content-box .image-content {
		margin-top: 80px;
	}
	
	.section-etc .image-list-etc {
		margin-top: 80px;
	}

	
	.section-etc .content-box .page-content .c-link {
		margin-left: auto;
	}
}


/* ============================
	link
============================ */
.c-link {
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
	box-sizing: border-box;
	column-gap: 20px;
	cursor: pointer;
	display: block;
	margin-inline: auto;
	min-width: 240px;
	padding: 15px 10px 15px 25px;
	position: relative;
	text-align: left;
	transition: all .4s;
	width: fit-content;
}

.c-link .text {
	color: var(--white);
	flex-basis: auto;
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.6;
	width: auto;
}

.c-link .arrow {
	background-color: var(--white);
	mask-image: url("../img/home/arrow_right.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	display: block;
	height: 18px;
	right: 26px;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	transition: all .4s;
	width: 9px;
}
.c-link.white .arrow {
	background-color: var(--link-color);
}

.c-link.white {
	border-color: var(--white);
}

.c-link.white .text,
.c-link.white .arrow {
	color: var(--white);
}

.c-link.white .arrow {
	background-color: var(--white);
}

@media screen and (max-width: 767px) {
	.c-link {
		padding: 10px 10px 10px 25px;
	}
}

@media (hover: hover) {
	.c-link:hover {
		background-color: var(--bg-color);
		opacity: 1;
	}
	
	.c-link:hover .text {
		color: var(--main-color);
	}
	
	.c-link:hover .arrow {
		background-color: var(--main-color);
	}
}
