@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Serif+JP:wght@200..900&display=swap");
/*--------------------
/変数ここまで
--------------------*/
.mt_10 {
  margin-top: 10px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_40 {
  margin-top: 40px;
}
.mt_50 {
  margin-top: 50px;
}
.mt_60 {
  margin-top: 60px;
}
.mt_70 {
  margin-top: 70px;
}
.mt_80 {
  margin-top: 80px;
}
.mt_90 {
  margin-top: 90px;
}
.mt_100 {
  margin-top: 100px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mb_60 {
  margin-bottom: 60px;
}
.mb_70 {
  margin-bottom: 70px;
}
.mb_80 {
  margin-bottom: 80px;
}
.mb_90 {
  margin-bottom: 90px;
}
.mb_100 {
  margin-bottom: 100px;
}
.relative {
  position: relative;
}
body {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  color: #333;
  background: #fcfdfe;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
body::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: url(../img/bg_concept.jpg) no-repeat center/cover;
  position: fixed;
  z-index: -1;
}
body.layer {
  background: #fcfdfe;
}
body.layer::before {
  display: none;
}
.svg_wrap {
  position: absolute;
  z-index: -9999;
}
a {
  text-decoration: none;
  color: #333;
}
img {
  max-width: 100%;
}
span {
  display: inline-block;
}
.eng {
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.125rem;
}
.tcenter {
  text-align: center;
}
.link_btn {
  text-align: center;
}
.link_btn a {
  display: inline-block;
  width: 300px;
  color: #0a0a0a;
  padding: 0.75rem 2rem;
  border: 1px solid #0a0a0a;
  position: relative;
}
.link_btn a.btn_white {
  color: #fff;
  border: 1px solid #fff;
}
.link_btn a::after {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f178";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.link_btn a:hover::after {
  right: 1.5rem;
}
.link_btn.v2 a {
  color: #fcfdfe;
  border: 1px solid #fcfdfe;
}
.bg_base {
  background: #95b7a1;
}
.bg_white {
  background: #fcfdfe;
}
.bg_black {
  background: #0a0a0a;
}
.bg_beige {
  background: #f9efe7;
}
.bg_gray {
  background: #fafafa;
}
.bg_translucent {
  background: rgba(252, 253, 254, 0.5);
}
.bg_movie {
  position: relative;
  background: linear-gradient(0deg, rgba(10, 10, 10, 0.8), rgba(10, 10, 10, 0.8)), url(../img/top/bg_movie.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
.bg_blur {
  background: rgba(10, 10, 10, 0.5);
}
.bg_grad {
  background: #d9e7de;
}
.top_half {
  position: relative;
  z-index: 1;
}
.top_half::before {
  content: "";
  width: 100%;
  height: 50%;
  background: #6b5a34;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.btm_half {
  position: relative;
  z-index: 1;
}
.btm_half::before {
  content: "";
  width: 100%;
  height: 50%;
  background: #95b7a1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.relative {
  position: relative;
}
.color_w {
  color: #fcfdfe;
}
.container {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
}
.container.p_0 {
  padding: 0;
}
.container.pt_0 {
  padding-top: 0;
}
.container.pb_0 {
  padding-bottom: 0;
}
.container2 {
  width: 1600px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
}
.container2.pt_0 {
  padding-top: 0;
}
.container3 {
  padding: 100px 0;
}
.scrollbar {
  max-height: 80px;
  padding: 0 1rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.scrollbar.v2 {
  max-height: 100%;
}
.scrollbar::-webkit-scrollbar {
  overflow: hidden;
  width: 1px;
  background: #ccc;
}
.scrollbar::-webkit-scrollbar:horizontal {
  height: 3px;
}
.scrollbar::-webkit-scrollbar-button {
  display: none;
}
.scrollbar::-webkit-scrollbar-piece {
  background: #eee;
}
.scrollbar::-webkit-scrollbar-piece:start {
  background: #eee;
}
.scrollbar::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-corner {
  background: #6b5a34;
}
.m_box {
  padding: 80px;
  background: #fafafa;
}
.h_ttl {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
}
.h_ttl::before {
  content: "";
  width: 100px;
  height: 1px;
  background: #6b5a34;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.h_ttl span {
  display: block;
  color: #6b5a34;
  font-size: 4rem;
  font-weight: 600;
}
.h_ttl p {
  font-weight: 600;
}
.h_ttl.white {
  color: #fcfdfe;
}
.h_ttl.white::before {
  background: #fcfdfe;
}
.h_ttl.white span {
  color: #fcfdfe;
}
.h_ttl.v2 {
  margin-bottom: 80px;
}
.h_ttl_middle {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 1rem;
  margin-bottom: 30px;
  border-bottom: 2px solid #f9d25e;
  position: relative;
}
.h_ttl_middle::before {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #6b5a34;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.h_ttl_sub {
  font-size: 1.125rem;
  padding-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #6b5a34;
  font-weight: 600;
}
.h_ttl_line {
  padding: 0.5rem 0;
  background: #fcfdfe;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #6b5a34;
}
.h_ttl_line::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.5rem;
  background: #6b5a34;
  margin-right: 0.5rem;
}
.vertical_ttl {
  writing-mode: vertical-rl;
  font-size: 3rem;
  color: #fcfdfe;
}
.vertical_ttl span {
  display: block;
  color: #296aaf;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.m_text {
  font-size: 2rem;
}
.m_text2 {
  font-size: 1.25rem;
}
.bold {
  font-weight: 600;
}
#under {
  margin-top: 102px;
  background: #f9efe7;
}
.page_ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 109px;
  padding: 100px 0;
}
.page_ttl figure {
  width: calc(100% - 460px);
  position: relative;
}
.page_ttl figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.page_ttl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_ttl .ttl_wrap {
  width: 460px;
  text-align: center;
}
.page_ttl .ttl_wrap h2 span {
  display: block;
  font-size: 3rem;
  font-weight: 600;
}
.breadcrumbs {
  padding: 1rem;
  font-size: 1rem;
}
.list_disc {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.list_disc li {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  margin-right: 1rem;
}
.list_disc li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #6b5a34;
  border-radius: 50%;
  margin-right: 5px;
}
.list_disc2 li {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  margin-right: 1rem;
}
.list_disc2 li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #6b5a34;
  border-radius: 50%;
  margin-right: 5px;
}
.list_dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.list_dl dt, .list_dl dd {
  padding: 0.5rem;
}
.list_dl dt {
  width: 100px;
  border-bottom: 1px solid #6b5a34;
}
.list_dl dd {
  width: calc(100% - 100px);
  border-bottom: 1px solid #333;
}
.slide_anim {
  opacity: 0;
  overflow: hidden;
}
.slide_anim.on {
  animation-name: maskIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}
.slide_anim.on::before {
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.slide_anim::before {
  background: #6b5a34;
}
@keyframes maskIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(101%);
  }
}
.slide_anim2 {
  opacity: 0;
}
.slide_anim2.on {
  animation-name: clipIn;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
.slide_anim3 {
  opacity: 0;
}
.slide_anim3.on {
  animation-name: clipIn;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes clipIn {
  from {
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.fade_anim {
  opacity: 0;
}
.fade_anim.on {
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.fade_anim.delay {
  animation-delay: 0.8s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blur_anim {
  opacity: 0;
  filter: blur(100px);
}
.blur_anim.on {
  animation-name: blurOut;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.blur_anim.delay {
  animation-delay: 0.6s;
}
@keyframes blurOut {
  from {
    opacity: 0;
    filter: blur(100px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.circle_anim {
  clip-path: circle(0% at 50% 50%);
}
.circle_anim.on {
  animation: forwards circleAnim 0.8s ease-in-out;
}
@keyframes circleAnim {
  0% {
    clip-path: circle(0% at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
/*--------------------
header
--------------------*/
header {
  width: 100%;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: 0.5s ease-in-out;
}
header.fixed {
  background: #878169;
}
header.under {
  background: #878169;
}
.h_nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.logo_wrap {
  width: 70px;
  margin-left: 10px;
}
.logo_wrap a {
  display: block;
}
.logo_wrap img {
  width: 100%;
}
.fixed .logo_wrap {
  opacity: 1;
  margin-left: 10px;
}
.under .logo_wrap {
  opacity: 1;
}
.nav_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.nav_wrap nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.nav_wrap nav ul li {
  padding: 10px;
}
.nav_wrap nav ul li a {
  font-weight: bold;
  font-family: "Libre Baskerville", serif;
  color: #fcfdfe;
}
.nav_wrap #nav_toggle {
  display: none;
}
.h_reserve a {
  display: inline-block;
  padding: 1rem 2rem;
  background: #f9d25e;
  color: #6b5a34 !important;
}
.language {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.language .lang_wrap {
  width: 160px;
  position: relative;
}
.language .lang_wrap > span {
  display: block;
  padding: 10px;
  border: 1px solid #333;
  text-align: center;
  font-size: 12px;
  color: #333;
  transition: all 0.3s ease-in-out;
}
.language .lang_wrap > span::before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f0ac";
  font-weight: 900;
  margin-right: 5px;
}
.language .lang_wrap > span::after {
  content: "Japanese";
}
.language .lang_wrap > span:hover {
  cursor: pointer;
  background: #6b5a34;
  color: #fcfdfe;
  border: 1px solid #6b5a34;
}
.language .lang_wrap ul {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.language .lang_wrap ul li {
  text-align: center;
}
.language .lang_wrap ul li a {
  display: block;
  padding: 10px;
  font-size: 12px;
  color: #fcfdfe;
  background: #6b5a34;
}
.language .lang_wrap ul li a::before {
  content: "English";
}
.language .lang_wrap ul li a::after {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
  font-weight: 900;
  margin-left: 5px;
}
.language .lang_wrap:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
header .sns {
  display: none;
}
/*--------------------
footer
--------------------*/
footer {
  padding: 100px 0 60px;
  position: relative;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 10, 10, 0.8), rgba(10, 10, 10, 0.8)), url(../img/bg_footer.jpg) no-repeat center/cover;
  background-attachment: fixed;
  color: #fcfdfe;
}
footer a {
  color: #fcfdfe;
}
footer .f_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
footer .f_wrap .f_left {
  width: 48%;
}
footer .f_wrap .f_left .f_logo {
  width: 60%;
  margin-bottom: 2rem;
}
footer .f_wrap .f_right {
  width: 52%;
}
footer .f_contact_list {
  /*width: 800px;*/
  max-width: 100%;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
footer .f_contact_list li {
  width: 35%;
}
footer .f_contact_list li a {
  display: block;
  text-align: center;
}
footer .f_contact_list li span {
  display: block;
  padding: 1rem;
  border: 1px solid #fcfdfe;
}
footer .f_contact_list li.f_tel span::before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f095";
  font-weight: 900;
  margin-right: 5px;
}
footer .f_contact_list li.f_mail span::before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
footer .f_navi {
  margin-bottom: 20px;
}
footer .f_navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
footer .f_navi ul li {
  width: 50%;
  padding: 0.5rem;
}
footer .f_navi ul li a {
  font-size: 1.125rem;
}
footer .f_navi ul li a::before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
  font-weight: 900;
  margin-right: 5px;
}
footer .f_sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
footer .f_sns ul li {
  margin: 0 1rem;
}
footer .f_sns ul li a {
  font-size: 2rem;
}
.copyright {
  padding: 2rem;
  text-align: center;
  font-family: "Libre Baskerville", serif;
}
.copyright span {
  display: inline-block;
  margin-left: 0.5rem;
}
.sp_footer_btn {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 15;
}
.sp_footer_btn ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.sp_footer_btn ul li {
  width: 33%;
}
.sp_footer_btn ul li a {
  display: block;
  padding: 0.75rem 0;
  text-align: center;
  background: #6b5a34;
  color: #fcfdfe;
  font-size: 14px;
  line-height: 1.3;
}
.sp_footer_btn ul li a.btn_reserve {
  background: #f9d25e;
}
.sp_footer_btn ul li a span {
  display: block;
}
.sp_footer_btn ul li a::before {
  font-size: 1rem;
}
.sp_footer_btn ul li:nth-child(1) a::before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f073";
  font-weight: 900;
}
.sp_footer_btn ul li:nth-child(2) a::before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f3c5";
  font-weight: 900;
}
.sp_footer_btn ul li:nth-child(3) a::before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f059";
  font-weight: 900;
}
.sns {
  display: flex;
}
.sns-inner {
  width: 6%;
  margin: 4.5%;
}
.sns-inner img {
  width: 100%;
}
/*--------------------
コンテンツ
--------------------*/
#mainvisual {
  width: 100%;
  position: relative;
}
#mainvisual .catch {
  position: absolute;
  bottom: 10%;
  left: 7%;
  z-index: 1;
  text-align: center;
  width: 22%;
}
#mainvisual .catch h2 {
  font-size: 6rem;
  color: #fff;
}
.wave_wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.wave {
  position: relative;
  width: 100%;
  height: 100px;
}
.wave canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.top_slider {
  width: 100%;
}
.top_slider .swiper-slide {
  width: 100%;
  height: 100vh;
}
.top_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 40px 40px;
}
.top_news .news_ttl {
  width: 260px;
  font-size: 1rem;
  color: #0a0a0a;
}
.top_news .news_ttl span {
  display: flex;
  align-items: center;
  font-size: 3rem;
}
.top_news .news_ttl span::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #0a0a0a;
  margin-left: 20px;
}
.top_news .top_news_list {
  width: calc(100% - 300px);
}
.top_news .top_news_list a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #0a0a0a;
  padding: 1rem;
  border-bottom: 1px solid #0a0a0a;
}
.top_news .top_news_list .news_cat {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 10px;
  background: #6b5a34;
  color: #fcfdfe;
}
.news_more {
  text-align: center;
}
.news_more a {
  display: inline-block;
  width: 260px;
  color: #0a0a0a;
  padding: 0.75rem 2rem;
  border: 1px solid #0a0a0a;
  position: relative;
}
.news_more a::after {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f178";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.news_more a:hover::after {
  right: 1.5rem;
}
.bg_concept {
  position: relative;
  background: rgba(10, 10, 10, 0.5);
  overflow: hidden;
}
.wave_border_top {
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  overflow: hidden;
  line-height: 0;
}
.wave_border_top svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 100px;
}
.wave_border_top .shape-fill {
  fill: #fcfdfe;
}
.wave_border_top.v2 .shape-fill {
  fill: #020024;
}
.wave_border_btm {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.wave_border_btm svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 100px;
  transform: rotateY(180deg);
}
.wave_border_btm .shape-fill {
  fill: #6b5a34;
}
.concept_wrap {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  position: relative;
}
.concept_wrap h2 {
  width: 50%;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.5;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
  color: #fcfdfe;
}
.concept_wrap .txt {
  width: 50%;
  padding: 12px;
  line-height: 2;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fcfdfe;
}
.feature_main_ttl {
  position: relative;
  text-align: center;
}
.feature_main_ttl span {
  font-size: 10rem;
  mix-blend-mode: difference;
  color: #0a0a0a;
}
.feature_main_ttl p {
  font-size: 3rem;
  font-weight: 600;
  color: #6b5a34;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature_main_ttl p b {
  font-size: 5rem;
  font-weight: 600;
}
.feature_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  margin-bottom: 100px;
}
.feature_wrap figure {
  width: 60%;
}
.feature_wrap figure img {
  width: 100%;
}
.feature_wrap .txt {
  width: 45%;
  padding: 60px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(252, 253, 254, 0.9);
  box-shadow: 0 20px 30px -30px #000;
}
.feature_wrap .txt .feature_ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.feature_wrap .txt .feature_ttl .num {
  font-size: 3rem;
  font-weight: 400;
  color: #6b5a34;
  margin-right: 1rem;
}
.feature_wrap .txt .feature_ttl span {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
}
.feature_wrap .txt p {
  font-weight: 600;
}
.feature_wrap .txt p + p {
  margin-top: 10px;
}
.feature_wrap:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.feature_wrap:nth-of-type(odd) .txt {
  right: inherit;
  left: 0;
}
.feature_wrap:last-of-type {
  margin-bottom: 0;
}
.feature_wrap .link_btn {
  margin-top: 1rem;
}
.video_wrap {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.video_wrap iframe {
  pointer-events: none;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
}
.video_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contents_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.contents_wrap .contents_box {
  width: 50%;
  position: relative;
}
.contents_wrap .contents_box figure {
  overflow: hidden;
  background: #333;
}
.contents_wrap .contents_box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  opacity: 0.9;
}
.contents_wrap .contents_box h2 {
  padding: 2rem;
  font-size: 3rem;
  color: #fcfdfe;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.contents_wrap .contents_box .link_txt {
  font-weight: 600;
  display: inline-block;
  padding: 0.5rem;
  color: #fcfdfe;
  border-bottom: 1px solid #fcfdfe;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
}
.contents_wrap .contents_box .link_txt::after {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f0a9";
  font-weight: 900;
  margin-left: 10px;
}
.contents_wrap .contents_box .txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 100px;
  background: rgba(10, 10, 10, 0.8);
  color: #fcfdfe;
  line-height: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.contents_wrap .contents_box a {
  display: block;
  position: relative;
}
.contents_wrap .contents_box a:hover figure img {
  transform: scale(1.2);
  opacity: 1;
}
.contents_wrap .contents_box a:hover .txt {
  opacity: 1;
}
.service_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 80px;
  margin-bottom: 2rem;
}
.service_wrap .service_box {
  width: 31%;
  background: #fcfdfe;
  margin-bottom: 2%;
}
.service_wrap .service_box figure {
  width: 100%;
}
.service_wrap .service_box figure img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.service_wrap .service_box .txt {
  padding: 1rem;
}
.service_wrap .service_box .txt h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #6b5a34;
  margin-bottom: 1rem;
}
.around_slider {
  margin-top: 80px;
  margin-bottom: 2rem;
}
.activity_box a {
  display: block;
  padding: 0 20px;
}
.activity_box figure {
  width: 100%;
  height: 240px;
  margin-bottom: 1rem;
}
.activity_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gl_wrap {
  height: 240px;
  margin-top: 80px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.gl_wrap .gallery_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 15px;
  margin: 0;
}
.gl_wrap .gallery_list li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  list-style: none;
}
.gl_wrap .gallery_list img {
  width: 100%;
  height: auto;
}
.gl_wrap.on {
  height: auto;
}
.gl_toggle {
  cursor: pointer;
  text-align: center;
  margin-top: 2rem;
}
.gl_toggle span {
  display: inline-block;
  width: 260px;
  color: #fcfdfe;
  padding: 0.75rem 2rem;
  border: 1px solid #fcfdfe;
  position: relative;
}
.gl_toggle span::before {
  content: "View More";
}
.gl_toggle span::after {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f178";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.gl_toggle span:hover::after {
  right: 1.5rem;
}
.gl_toggle.on span::before {
  content: "Close";
}
.flipLeft {
  animation-name: flipLeft;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}
@keyframes flipLeft {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
.lightbox .lb-image {
  border-radius: 0;
  border: 0;
}
.cs_facility {
  margin-top: 80px;
}
.cs_facility ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.cs_facility ul li {
  width: 32%;
}
.cs_facility ul a {
  display: block;
}
.cs_facility ul figure img {
  width: 100%;
}
.cs_facility ul h3 {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0;
}
.access_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.access_wrap .inner {
  width: 100%;
  margin: 0 auto;
}
.access_wrap .txt {
  padding: 0 60px;
  text-align: center;
}
.gmap {
  width: 100%;
  position: relative;
  padding-top: 33.3333333333%;
  margin: 40px 0;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.access_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
.access_list li {
  width: 32%;
  padding: 0.5rem;
  background: #fcfdfe;
  border: 1px solid #6b5a34;
  color: #6b5a34;
  font-weight: 600;
  text-align: center;
}
.tbl01 {
  width: 100%;
}
.tbl01 th, .tbl01 td {
  padding: 0.5rem 1rem;
}
.tbl01 th {
  width: 25%;
  border-bottom: 1px solid #3a6b3a;
}
.tbl01 td {
  border-bottom: 1px solid #ccc;
}
.tbl02 {
  width: 100%;
  border-spacing: 0 0.5rem;
}
.tbl02 th, .tbl02 td {
  padding: 0.5rem 1rem;
  vertical-align: middle;
}
.tbl02 th {
  width: 26%;
  background: #878169;
  color: #fcfdfe;
}
.tbl02 td {
  width: 74%;
  background: #fafafa;
}
.tbl03 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.tbl03 th, .tbl03 td {
  padding: 1rem;
  text-align: center;
  border: 1px solid #95b7a1;
}
.tbl03 th {
  background: #6b5a34;
  color: #fcfdfe;
}
.marker_red {
  background: linear-gradient(0deg, #c72626 20%, transparent 20%);
}
/*--------------------
お部屋
--------------------*/
.room_slide {
  margin-bottom: 2rem;
}
.room_slide img {
  height: 567px;
  object-fit: cover;
}
.room_info {
  width: 830px;
  margin: 0 auto;
}
.room_info_ttl {
  width: 830px;
}
.room_info .room_ttl {
  width: 830px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
  line-height: 2.5;
}
.room_info .room_detail {
  width: 830px;
}
.room_facility {
  margin-top: 80px;
}
.room_facility h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
}
.room_facility_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 80px;
}
.room_facility_wrap .room_facility_box {
  width: 31%;
  background: #fcfdfe;
}
.room_facility_wrap .room_facility_box figure {
  width: 100%;
}
.room_facility_wrap .room_facility_box figure img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.room_facility_wrap .room_facility_box .txt {
  padding: 1rem;
}
.room_facility_wrap .room_facility_box .txt h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #6b5a34;
}
.room_dog_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 80px;
}
.room_dog_wrap .room_dog_box {
  width: 48%;
  background: #fcfdfe;
  margin-bottom: 2rem;
}
.room_dog_wrap .room_dog_box figure {
  width: 100%;
}
.room_dog_wrap .room_dog_box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room_dog_wrap .room_dog_box .txt {
  padding: 1rem;
}
.room_dog_wrap .room_dog_box .txt h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #6b5a34;
  margin-bottom: 1rem;
}
.room_dog_wrap .room_dog_box:last-child {
  margin-bottom: 0;
}
.swiper-button-next, .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 60px;
}
/*--------------------
お食事
--------------------*/
.meal_main_ttl {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
  padding-bottom: 1rem;
  position: relative;
}
.meal_main_ttl::before {
  content: "";
  width: 120px;
  height: 4px;
  background: #6b5a34;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.meal_main_ttl.white {
  color: #fcfdfe;
}
.meal_main_ttl.white::before {
  background: #fcfdfe;
}
.meal_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.meal_wrap.reverse {
  flex-direction: row-reverse;
}
.meal_wrap .meal_slide {
  width: 60%;
}
.meal_wrap .meal_slide .swiper1 .swiper-slide {
  width: 25%;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.meal_wrap .meal_slide .swiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.meal_wrap .meal_slide .swiper1 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.meal_wrap .meal_body {
  width: 40%;
  padding: 40px;
}
.cake_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cake_wrap .innr {
  width: 60%;
}
.cake_wrap .innr2 {
  width: 40%;
  padding: 40px;
}
.rental_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.rental_list li {
  width: 31%;
  background: #fcfdfe;
}
.rental_list li figure {
  width: 100%;
}
.rental_list li img {
  width: 100%;
}
.rental_list li .txt {
  padding: 1rem;
}
.rental_list li .txt .rent_price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.rental_list li .txt .rent_price .rent_cat {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  font-size: 14px;
  color: #fcfdfe;
  background: #6b5a34;
  margin-right: 1rem;
}
.rental_list li .txt .rent_price .fee {
  font-weight: 600;
  color: #6b5a34;
}
/*--------------------
Q&A
--------------------*/
.faq_wrap .h_ttl_middle:not(:first-of-type) {
  margin-top: 100px;
}
.faq_list {
  margin-bottom: 40px;
  border-bottom: 1px dashed #6b5a34;
}
.faq_list .q_wrap {
  position: relative;
  margin-bottom: 1rem;
}
.faq_list .q_wrap::after {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f078";
  font-weight: 900;
  position: absolute;
  top: 20px;
  right: 0;
  transition: 0.3s ease-in-out;
}
.faq_list .q_wrap.active::after {
  transform: rotate(-180deg);
}
.faq_list .question {
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
}
.faq_list .question::before {
  content: "Q";
  display: inline-block;
  font-size: 2.5rem;
  color: #6b5a34;
  line-height: 1;
  font-family: "Libre Baskerville", serif;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}
.faq_list .answer {
  position: relative;
  padding: 1rem 0 1rem 3rem;
}
.faq_list .answer::before {
  content: "A";
  display: inline-block;
  font-size: 2.5rem;
  color: #6b5a34;
  line-height: 1;
  font-family: "Libre Baskerville", serif;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}
/*--------------------
Pick up / 周辺観光
--------------------*/
.activity_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.activity_wrap .activity_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2rem;
}
.activity_wrap .activity_box:nth-child(3n) {
  margin-right: 0;
}
.activity_wrap .activity_box a {
  display: block;
  padding: 0;
}
.activity_wrap .activity_box figure {
  width: 100%;
  height: 240px;
  margin-bottom: 1rem;
}
.activity_wrap .activity_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*--------------------
singleページ共通
--------------------*/
.single_wrap {
  margin-top: 109px;
}
.single_wrap .pankuzu {
  background: #fafafa;
}
.single_wrap .pankuzu .breadcrumbs span {
  color: #0a0a0a;
}
.single_wrap .date::before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}
.single_contents a {
  word-break: break-all;
}
.single_contents img {
  width: 100%;
  height: auto;
}
.single_dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #fafafa;
}
.single_dl dt {
  width: 160px;
  padding: 1rem;
  background: #6b5a34;
  color: #fcfdfe;
}
.single_dl dd {
  width: calc(100% - 160px);
  padding: 1rem;
  background: #fcfdfe;
}
.googlemap {
  padding-top: 33.3333333333%;
  position: relative;
  margin-top: 40px;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#page_top {
  position: fixed;
  right: 0.5rem;
  text-align: center;
  line-height: 1.2;
  z-index: 1;
  opacity: 0;
  transform: translateY(100px);
  mix-blend-mode: difference;
  color: #fcfdfe;
  cursor: pointer;
}
#page_top::before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f077";
  font-weight: 900;
}
#page_top span {
  display: block;
  font-size: 12px;
  writing-mode: vertical-rl;
}
#page_top.UpMove {
  animation: UpAnime 0.5s forwards;
}
#page_top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(210px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(210px);
  }
}
/*--------------------
表示切替
--------------------*/
.sp {
  display: none;
}
.pc {
  display: block;
}
/*--------------------
1400px以下
--------------------*/
@media screen and (max-width: 1400px) {
  .feature_wrap .txt {
    padding: 20px;
    top: 80px;
    transform: translateY(0);
  }
}
/*--------------------
1200px以下
--------------------*/
@media screen and (max-width: 1200px) {
  .feature_wrap figure {
    width: 80%;
  }
  .feature_wrap .txt {
    width: 60%;
  }
}