@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New&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;
}
body {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-feature-settings: "palt"1;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  color: #44403f;
  background: #fffbf6;
  text-align: justify;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(252, 253, 254, 0.5) 0%, rgba(252, 253, 254, 0.5) 100%), url(../img/bg_pt.png) repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
body * {
  font-weight: 600;
}
.svg_wrap {
  position: absolute;
  z-index: -9999;
}
a {
  text-decoration: none;
  color: #44403f;
}
.a_link {
  text-decoration: underline;
  color: #3c7f64;
}
img {
  max-width: 100%;
}
.eng {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
}
.tcenter {
  text-align: center;
}
.link_btn a {
  display: inline-block;
  width: 300px;
  padding: 1.2rem 1rem;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1;
  position: relative;
  transition: 0.3s ease-in-out;
}
.link_btn 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: 10px;
}
.link_btn a:hover {
  background: #fff;
  color: #3c7f64;
}
.link_btn._white a {
  background: #fcfdfe;
  border: 0;
}
.link_btn._white a:hover {
  background: #3c7f64;
}
.link_btn._white a:hover svg {
  right: 1rem;
  fill: #fcfdfe;
}
.gmap {
  position: relative;
  padding-top: 66.6666666667%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bg_base {
  background: #3c7f64;
}
.bg_white {
  background: #fcfdfe;
}
.bg_beige {
  background: #ece6de;
}
.bg_beige2 {
  background: #3c7f64;
}
.r_bg {
  position: relative;
}
.r_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #3c7f64;
  border-radius: 0 200px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.r_bg.separate {
  margin: 100px 0;
}
.l_bg {
  position: relative;
}
.l_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #3c7f64;
  border-radius: 200px 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.l_bg.separate {
  margin: 100px 0;
}
.color_w {
  color: #fcfdfe;
}
.container {
  width: calc(100vw - 436px);
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
}
.container.pt_0 {
  padding-top: 0;
}
.container2 {
  width: calc(100vw - 218px);
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
}
.container2.pt_0 {
  padding-top: 0;
}
.scrollbar {
  min-height: 100px;
  max-height: 120px;
  padding: 1rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.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: #3c7f64;
}
.m_box {
  padding: 80px;
  border-radius: 0 100px 0 100px;
}
.h_ttl {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.h_ttl span {
  display: block;
  color: #edbc00;
  font-size: 4rem;
}
.h_ttl.beige {
  color: #fff;
}
.h_ttl.beige span {
  color: #edbc00;
}
.h_ttl.v2 {
  margin-bottom: 40px;
}
.h_ttl_middle {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 1rem;
  margin-bottom: 30px;
  border-bottom: 2px solid #edbc00;
  position: relative;
}
.h_ttl_middle::before {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #3c7f64;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.h_ttl_sub {
  font-size: 1.125rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #3c7f64;
  font-weight: 600;
}
.h_ttl_sub2 {
  width: 100%;
  display: flex;
  align-items: center;
}
.h_ttl_sub2::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 2px;
  background: #3c7f64;
  margin-right: 5px;
}
.h_ttl_sub3 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.h_ttl_sub3::before {
  content: "";
  display: block;
  width: 4px;
  height: 1.25rem;
  background: #3c7f64;
  margin-right: 5px;
}
.h_ttl_line {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  background: #ece6de;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #3c7f64;
}
.h_ttl_line::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.5rem;
  background: #3c7f64;
  margin-right: 0.5rem;
}
.vertical_ttl {
  writing-mode: vertical-rl;
  font-size: 3rem;
  color: #ece6de;
}
.vertical_ttl span {
  display: block;
  color: #3c7f64;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.m_text {
  font-size: 1.5rem;
}
.m_text2 {
  font-size: 1rem;
}
.m_text3 {
  font-size: 1.5rem;
}
.bold {
  font-weight: 600;
}
#under {
  margin-top: 100px;
}
.page_ttl {
  position: relative;
}
.page_ttl figure {
  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 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ece6de;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.page_ttl .ttl_wrap span {
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 400;
}
.page_ttl .page_wave {
  width: 100%;
  height: 178px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.page_ttl .page_wave svg {
  width: 100%;
  height: 356px;
  fill: #ece6de;
}
.breadcrumbs {
  width: calc(100vw - 218px);
  max-width: 100%;
  margin: auto;
  padding: 1rem;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.breadcrumbs ul li a {
  color: #3c7f64;
}
.breadcrumbs ul li:nth-of-type(2) a {
  pointer-events: none;
}
.breadcrumbs ul li:not(:first-child) a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  display: inline-block;
  margin: 0 0.5rem;
}
.list_disc li {
  padding-left: 0.75rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.list_disc li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #3c7f64;
  border-radius: 50%;
  margin-right: 5px;
  position: absolute;
  top: 12px;
  left: 0;
}
.list_disc.v2 li {
  width: 100%;
}
.list_disc.v2 li a {
  text-decoration: underline;
}
.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: #3c7f64;
}
@keyframes maskIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(101%);
  }
}
.slide_anim2 {
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.slide_anim2.delay {
  animation-delay: 0.3s;
}
.slide_anim2.on {
  animation: forwards slideAnim2 0.5s linear;
}
@keyframes slideAnim2 {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
/*--------------------
header
--------------------*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.5s ease-in-out;
}
header.fixed {
  background: #3c7f64;
}
header.under {
  background: #3c7f64;
}
.h_nav {
  width: calc(100vw - 218px);
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100px;
  align-items: center;
  justify-content: space-between;
}
.logo_wrap {
  height: 70px;
}
.logo_wrap a {
  display: flex;
  align-items: center;
  height: 100%;
}
.logo_wrap img {
  height: 100%;
  width: auto;
  transition: .5s ease-in-out;
}
.logo_white {
  display: none;
}
header.fixed .logo_green {
  display: none;
}
header.fixed .logo_white {
  display: block;
}
header.under .logo_white {
  display: block;
}
.nav_wrap {
  width: 800px;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
}
.nav_wrap nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.nav_wrap nav ul li {
  padding: 10px;
}
.nav_wrap nav ul li a {
  font-weight: 600;
  font-family: "Lexend", sans-serif;
  color: #fff;
  font-size: 1.125rem;
  transition: 0.5s ease-in-out;
}
.nav_wrap nav .nav_reserve {
  display: none;
}
.nav_wrap .h_reserv {
  position: fixed;
  top: 0;
  right: 0;
}
.nav_wrap .h_reserv a {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #44403f;
  text-align: center;
  background: #edbc00;
}
.nav_wrap .h_reserv a i {
  font-size: 1.5rem;
}
.nav_wrap .h_reserv a span {
  display: block;
  line-height: 1.4;
  margin-top: 0.5rem;
}
.nav_wrap #nav_toggle {
  display: none;
}
.fixed .nav_wrap nav ul li a {
  color: #fff;
}
.under .nav_wrap nav ul li a {
  color: #fff;
}
/*--------------------
footer
--------------------*/
footer {
  color: #fff;
  position: relative;
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/ft_img.jpg) no-repeat center/cover;
  border-radius: 0 200px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
footer a {
  color: #fff;
}
footer .f_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
}
footer .f_wrap .f_left {
  width: 48%;
}
footer .f_wrap .f_right {
  width: 48%;
}
footer .f_access_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
footer .f_access_wrap .f_access_left {
  width: 48%;
}
footer .f_access_wrap .f_access_right {
  width: 48%;
}
footer .f_logo {
  width: 240px;
  margin: auto;
  margin-bottom: 40px;
}
footer .f_access {
  margin-bottom: 20px;
}
footer .f_access dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
footer .f_access dl dt {
  width: 120px;
}
footer .f_access dl dd {
  width: calc(100% - 120px);
}
footer .f_navi {
  margin-bottom: 20px;
}
footer .f_navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  justify-content: center;
}
footer .f_navi ul li {
  padding: 0.5rem 0;
  margin: 0 1rem;
  text-align: center;
}
footer .f_navi ul li a {
  font-family: "Lexend", sans-serif;
  font-size: 1.125rem;
}
footer .f_sns {
  margin-bottom: 30px;
}
footer .f_sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  justify-content: center;
}
footer .f_sns ul li {
  margin: 0 1rem;
}
footer .f_sns ul li a {
  font-size: 2rem;
}
.contact_btn {
  text-align: center;
}
.contact_btn a {
  display: inline-block;
  padding: 1rem 2rem;
  background: #3c7f64;
  color: #fff;
  border-radius: 10px;
}
.contact_btn 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: "\f095";
  font-weight: 900;
  margin-right: 5px;
}
.copyright {
  padding: 2rem;
  text-align: center;
  font-family: "Lexend", sans-serif;
}
.copyright span {
  display: inline-block;
  margin-left: 0.5rem;
}
/*--------------------
コンテンツ
--------------------*/
.slide_bg {
  position: relative;
}
.slide_bg::before {
  content: "";
  display: block;
  width: calc(100vw - 436px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3c7f64;
  border-radius: 0 0 0 200px;
}
#mainvisual {
  width: calc(100vw - 218px);
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
  position: relative;
}
#mainvisual .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  opacity: 1;
  transition: opacity 2s ease-in-out;
  -webkit-transition: opacity 2s ease-in-out;
}
#mainvisual .catch img {
  width: 200px;
}
#mainvisual .catch.fade-out {
  opacity: 0;
}
.top_slider {
  width: 100%;
  height: calc(100vh - 200px);
  border-radius: 0 200px 0 200px;
}
.top_slider .swiper-slide {
  overflow: hidden;
}
.top_slider .swiper-slide .slide_content {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.top_slider .swiper-slide .slide_content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 3s;
}
.top_slider .swiper-slide .slide_content img.sp_right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 3s;
  object-position: 70% 50%;
}
.top_slider .swiper-slide[class*=-prev] .slide_content img {
  transform: translateX(80vw);
}
.top_slider .swiper-slide[class*=-next] .slide_content img {
  transform: translateX(-80vw);
}
.top_news {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  justify-content: space-between;
}
.top_news .news_ttl {
  width: 300px;
  font-size: 1rem;
}
.top_news .news_ttl span {
  display: flex;
  align-items: center;
  font-size: 3rem;
  color: #edbc00;
}
.top_news .news_ttl span::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #44403f;
  margin-left: 20px;
}
.top_news .top_news_list {
  width: calc(100% - 320px);
}
.top_news .top_news_list li span {
  display: inline-block;
  color: #3c7f64;
  font-weight: 600;
}
.top_news .top_news_list li a {
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #44403f;
}
.bg_concept {
  position: relative;
}
.bg_concept::before {
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3c7f64;
  border-radius: 0 0 0 200px;
  z-index: -1;
}
.top_concept_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
}
.top_concept_wrap .top_concept_left {
  width: 45%;
  border-radius: 0 200px 0 0;
  overflow: hidden;
}
.top_concept_wrap .top_concept_center {
  width: 33%;
  padding: 60px;
  text-align: justify;
}
.top_concept_wrap {
  color: #fff;
}
.top_concept_wrap .top_concept_center .txt p {
  margin-top: 20px;
}
.top_concept_wrap .top_concept_right {
  width: 22%;
  border-radius: 0 0 0 200px;
  overflow: hidden;
}
.feture_ttl {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}
.feture_ttl span {
  font-size: 6rem;
  display: block;
  color: #44403f;
}
.feture_ttl span::first-letter {
  color: #3c7f64;
}
.feture_ttl b {
  font-size: 3rem;
  font-weight: 900;
  color: #3c7f64;
}
.feature_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  justify-content: space-between;
}
.feature_wrap .feature_box {
  width: 49%;
  margin-bottom: 60px;
  position: relative;
}
.feature_wrap .feature_box .num {
  display: inline-block;
  padding: 2rem;
  font-size: 6rem;
  color: #edbc00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.feature_wrap .feature_box figure {
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
  border-radius: 0 100px 0 0;
}
.feature_wrap .feature_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature_wrap .feature_box h3 {
  width: 100%;
  padding: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fcfdfe;
  text-shadow: 0 0 8px #44403f;
  position: absolute;
  bottom: 0;
  left: 0;
}
.feature_wrap .feature_box .txt {
  padding: 20px;
}
.activity_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
}
.activity_wrap .activity_box {
  width: 31%;
  background: #fff;
  border-radius: 0 0 0 50px;
  margin-bottom: 60px;
  margin-right: 3.5%;
}
.activity_wrap .activity_box:nth-of-type(3n) {
  margin-right: 0;
}
.activity_wrap .activity_box figure {
  overflow: hidden;
}
.activity_wrap .activity_box img {
  width: 100%;
  /*height: 100%;*/
  height: 240px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.activity_wrap .activity_box .txt {
  padding: 2rem;
}
.activity_wrap .activity_box a:hover img {
  transform: scale(1.2);
}
.activity_wrap.top_ac .activity_box {
  width: 48%;
}
.activity_wrap.top_ac .activity_box:nth-of-type(1) {
  order: 3;
}
.activity_wrap.top_ac .activity_box:nth-of-type(2) {
  order: 2;
}
.activity_wrap.top_ac .activity_box:nth-of-type(3) {
  order: 1;
}
.activity_wrap.v2 {
  justify-content: flex-start;
}
.activity_wrap.v2 .activity_box {
  margin-right: 2%;
}
.activity_wrap.v2 .activity_box:nth-of-type(3n) {
  margin-right: 0;
}
.contents_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
}
.contents_wrap .contents_box {
  width: 49%;
  margin-bottom: 20px;
  position: relative;
}
.contents_wrap .contents_box figure {
  height: 300px;
  overflow: hidden;
  background: #44403f;
}
.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;
  color: #ece6de;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.contents_wrap .contents_box:nth-of-type(2) figure {
  border-radius: 0 100px 0 0;
}
.contents_wrap .contents_box:nth-of-type(3) figure {
  border-radius: 0 0 0 100px;
}
.contents_wrap .contents_box .link_txt {
  font-weight: 600;
  display: inline-block;
  padding: 0.5rem;
  color: #ece6de;
  border-bottom: 1px solid #ece6de;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.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 a:hover figure img {
  transform: scale(1.2);
  opacity: 1;
}
.room_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}
.room_wrap .room_slide {
  width: 50%;
}
.room_wrap .txt {
  width: 50%;
  padding: 60px;
}
.room_wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}
.room_wrap:nth-of-type(even) figure {
  border-radius: 0 100px 0 0;
}
.room_wrap:nth-of-type(even) .txt {
  right: inherit;
  left: 0;
  border-radius: 0 0 0 100px;
}
.room_wrap:last-of-type {
  margin-bottom: 0;
}
.amenities_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
}
.amenities_list ul li {
  width: 24%;
}
.meal_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}
.meal_wrap .meal_slide {
  width: 50%;
}
.meal_wrap .txt {
  width: 50%;
  padding: 40px;
}
.meal_wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}
.meal_wrap:last-of-type {
  margin-bottom: 0;
}
.entry_content {
  background: #fcfdfe;
  padding: 40px;
  border-radius: 60px;
}
.entry_content .post_date {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #3c7f64;
}
.entry_content .entry_title {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #44403f;
  position: relative;
}
.entry_content .entry_title::before {
  content: "";
  display: block;
  width: 5rem;
  height: 2px;
  background: #3c7f64;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.entry_content .entry_box figure {
  width: 100%;
  text-align: center;
}
.entry_content .entry_box img {
  width: 100%;
  height: auto;
}
.entry_content .entry_box h3 {
  margin-bottom: 20px;
}
.entry_content .entry_box .entry_body {
  width: 100%;
  padding: 40px 0;
}
.tbl01 {
  width: 100%;
}
.tbl01 th, .tbl01 td {
  padding: 0.5rem;
}
.tbl01 th {
  width: 30%;
  border-bottom: 1px solid #3c7f64;
}
.tbl01 td {
  border-bottom: 1px solid #3c7f64;
}
.tbl02 {
  width: 100%;
}
.tbl02 th, .tbl02 td {
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  vertical-align: middle;
  border: 1px solid #fcfdfe;
}
.tbl02 th {
  width: 25%;
  background: #3c7f64;
  color: #fcfdfe;
}
.tbl02 td {
  width: 75%;
  background: #fff;
}
.other_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other_list .inner {
  width: 32%;
}
.other_list .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other_list .inner .txt {
  margin-top: 10px;
}
.feature_btn {
  text-align: center;
}
.feature_btn a {
  font-weight: 600;
  display: inline-block;
  padding: 0.5rem;
  color: #3c7f64;
  border-bottom: 1px solid #3c7f64;
}
.feature_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: "\f0a9";
  font-weight: 900;
  margin-left: 10px;
}
.faq_wrap h3:not(:first-of-type) {
  padding-top: 60px;
}
.faq_list {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #ece6de;
}
.faq_list .question {
  position: relative;
  padding: 1rem 0 1rem 3rem;
}
.faq_list .question::before {
  content: "Q.";
  display: inline-block;
  font-size: 2.5rem;
  color: #3c7f64;
  line-height: 1;
  font-family: "Lexend", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
.faq_list .answer {
  position: relative;
  padding: 1rem 0 1rem 3rem;
}
.faq_list .answer::before {
  content: "A.";
  display: inline-block;
  font-size: 2.5rem;
  color: #edbc00;
  line-height: 1;
  font-family: "Lexend", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
.rg_box {
  margin-top: 60px;
}
.rg_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rg_box ul li {
  width: 31%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.rg_box ul li .txt {
  width: calc(100% - 90px);
  padding-left: 10px;
}
.rg_box ul li .txt a {
  font-size: 14px;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.marker_red {
  background: linear-gradient(0deg, #c72626 12%, transparent 8%);
}
.insta_btn {
  display: flex;
  align-items: center;
  text-align: center;
}
.insta_btn .insta {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 10px;
}
.insta_btn .insta:before {
  content: '';
  position: absolute;
  top: 12px;
  left: -20px;
  width: 55px;
  height: 55px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.insta_btn .fa-instagram {
  color: #FFF;
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 38px;
}
.instagram-feed {
  width: 100%;
}
#footer_sp {
  display: none;
}
/* =========================
   出前バナー
========================= */
#scroll_bnr {
  position: fixed;
  bottom: 300px;
  right: 0px;
  width: 200px;
  height: 190.5px;
  z-index: 100;
  background: none;
  box-shadow: 0 10px 25px 0 rgb(0 0 0 / 50%);
}
#scroll_bnr img {
  width: 200px;
  height: 190.5px;
}
@media screen and (max-width:896px) {
  #scroll_bnr {
    bottom: 72px;
    right: 0;
    width: 187px;
    height: 175px;
  }
  #scroll_bnr img {
    width: 187px;
    height: 175px;
  }
}
/*　上に上がる動き　*/
#scroll_bnr.UpMove {
  animation: UpAnime 0.5s forwards;
  visibility: hidden;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
#scroll_bnr.DownMove {
  animation: DownAnime 0.5s forwards;
  visibility: visible;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#scroll_bnr .bnr_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
#scroll_bnr.is-closed {
  display: none;
}
.top_map {
  padding: 50px 0;
}
.top_map img {
  margin-top: 60px;
  width: 100%;
  object-fit: cover;
}
/* =========================
   過ごし方
========================= */
.dv-flow {
  padding: 0px 20px;
  position: relative;
}
.dv-flow__title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 100px;
  letter-spacing: 3px;
}
.dv-flow__line {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 2px;
  height: 0;
  background: #ccc;
  transform: translateX(-50%);
  z-index: 0;
}
.dv-flow__block {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.dv-flow__block--reverse {
  flex-direction: row-reverse;
}
.dv-flow__block::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 40px;
  width: 12px;
  height: 12px;
  background: #3c7f64;
  border-radius: 50%;
  transform: translateX(-50%);
}
.dv-flow__text {
  width: 45%;
}
.dv-flow__time {
  display: inline-block;
  font-size: 18px;
  color: #888;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.dv-flow__time::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #3c7f64;
  margin-right: 10px;
  vertical-align: super;
}
.dv-flow__text h2 {
  font-size: 24px;
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-align: left;
  font-weight: 500;
  font-family: sans-serif;
}
.dv-flow__text p {
  line-height: 2;
}
.dv-flow__images {
  width: 45%;
  position: relative;
  min-height: 360px;
}
.dv-flow__images img {
  position: absolute;
  width: 58%;
  border-radius: 5px;
  object-fit: cover;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}
.dv-fade-up {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition:
    opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.dv-fade-up.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.dv-flow__images img:only-child {
  position: static;
  width: 100%;
  height: 320px;
}
.dv-flow__images img:nth-child(1):nth-last-child(2) {
  top: 0;
  left: 0;
  transition-delay: 0.1s;
}
.dv-flow__images img:nth-child(2):nth-last-child(1) {
  bottom: 0;
  right: 0;
  transition-delay: 0.25s;
}
/* 3枚 */
.dv-flow__images img:nth-child(1):nth-last-child(3) {
  width: 55%;
  top: 0;
  left: 0;
  z-index: 2;
  transition-delay: 0.1s;
}
.dv-flow__images img:nth-child(2):nth-last-child(2) {
  width: 40%;
  top: 20%;
  right: 0;
  transition-delay: 0.25s;
}
.dv-flow__images img:nth-child(3):nth-last-child(1) {
  width: 45%;
  bottom: 0;
  left: 20%;
  transition-delay: 0.4s;
}
.dv-flow__day {
  text-align: center;
  margin: 140px 0 100px;
  position: relative;
}
.dv-flow__day::before {
  content: "DAY 2";
  font-family: sans-serif;
  display: inline-block;
  padding: 6px 16px;
  background: #edbc00;
  border-radius: 20px;
  font-size: 18px;
  letter-spacing: 2px;
}
.dv-flow__day + .dv-flow__block {
  margin-top: 60px;
}
.dv-flow__cta {
  text-align: center;
  margin-top: 120px;
  padding: 150px 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: url('../img/stay/02.jpg') center/cover no-repeat;
  background-position: 50% 40%;
}
.dv-flow__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
}
.dv-flow__cta * {
  position: relative;
  z-index: 2;
}
.dv-flow__cta-lead {
  font-size: 22px;
  margin-bottom: 16px;
  letter-spacing: 1px;
  font-weight: bold;
}
.dv-flow__cta-sub {
  font-size: 14px;
  margin-bottom: 40px;
  font-weight: bold;
}
.dv-flow__btn {
  display: inline-block;
  padding: 16px 44px;
  background: #415E5E;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.dv-flow__btn::after {
  content: "▸";
  margin-left: 8px;
}
.dv-flow__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .dv-flow__block {
    gap: 30px;
  }
}
/* ------------------------------
 group
------------------------------ */
.group_sec {
  width: 100%;
  overflow: hidden;
  background: #f7f7f5;
}
.group_mv {
  position: relative;
  height: 85vh;
  min-height: 650px;
}
.group_mv_img {
  width: 100%;
  height: 100%;
}
.group_mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.group_mv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .25);
}
.group_mv_txt {
  position: absolute;
  z-index: 2;
  left: 8%;
  bottom: 10%;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.group_mv_txt.is-active {
  opacity: 1;
  transform: translateY(0);
}
.group_mv_txt .sub {
  display: block;
  font-size: 1.3rem;
  letter-spacing: .2em;
  margin-bottom: 24px;
}
.group_mv_txt h2 {
  font-size: 5rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
.group_mv_txt p {
  line-height: 2.2;
}
.group_point {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #ddd;
  position: relative;
  z-index: 5;
}
.point_card {
  background: #fff;
  padding: 50px 35px;
}
.point_card span {
  display: block;
  color: #edbc00;
  font-size: 1.2rem;
  letter-spacing: .15em;
  margin-bottom: 20px;
}
.point_card h3 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 20px;
  height: 100px;
}
.point_card p {
  line-height: 2;
}
.group_content {
  padding: 120px 0;
}
.group_block {
  display: flex;
  align-items: center;
  margin-bottom: 140px;
}
.group_block.reverse {
  flex-direction: row-reverse;
}
.group_block_img {
  width: 55%;
}
.group_block_img img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  display: block;
}
.group_block_txt {
  width: 45%;
  padding: 0 8%;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.group_block_txt.is-active {
  opacity: 1;
  transform: translateY(0);
}
.group_block_txt span {
  display: block;
  color: #edbc00;
  letter-spacing: .15em;
  margin-bottom: 20px;
}
.group_block_txt h3 {
  font-size: 3.8rem;
  line-height: 1.5;
  margin-bottom: 35px;
}
.group_block_txt p {
  line-height: 2.4;
}
.group_contact {
  display: flex;
  align-items: stretch;
}
.group_contact_img {
  width: 60%;
}
.group_contact_img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
.group_contact_txt {
  width: 40%;
  background: #3c7f64;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
  box-sizing: border-box;
}
.group_contact_txt span {
  letter-spacing: .15em;
  margin-bottom: 24px;
}
.group_contact_txt h3 {
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
.group_contact_txt a {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .05em;
}
@media screen and (max-width: 1000px) {
  .group_point {
    grid-template-columns: repeat(2, 1fr);
  }
  .group_block, .group_block.reverse {
    flex-direction: column;
  }
  .group_block_img, .group_block_txt {
    width: 100%;
  }
  .group_block_txt {
    padding: 60px 8%;
  }
  .group_contact {
    flex-wrap: wrap;
  }
  .group_contact_img, .group_contact_txt {
    width: 100%;
  }
}
/* =========================
   フォトギャラリー
========================= */
.gallery_sec {
  overflow: hidden;
  padding: 100px 0;
}
.gallery_wrap {
  width: 100%;
}
.gallery_loop {
  margin-top: 60px;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 40px 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}
.gallery_loop::-webkit-scrollbar {
  display: none;
}
.gallery_track {
  display: flex;
  width: max-content;
  animation: galleryLoop 40s linear infinite;
  will-change: transform;
  pointer-events: auto;
}
.gallery_item {
  position: relative;
  width: 420px;
  margin-right: 24px;
  overflow: hidden;
  flex-shrink: 0;
}
.gallery_item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  pointer-events: auto;
}
.gallery_item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, 0) 45%);
  pointer-events: none;
}
.gallery_item p {
  position: absolute;
  left: 30px;
  bottom: 24px;
  z-index: 2;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: .08em;
}
/* loop animation */
@keyframes galleryLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.gallery_modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .35s;
  z-index: 99;
}
.gallery_modal.active {
  opacity: 1;
  visibility: visible;
}
.gallery_modal_img {
  width: auto;
  max-width: 90%;
  max-height: 85vh;
  transform: scale(.9);
  transition: .35s;
}
.gallery_modal.active .gallery_modal_img {
  transform: scale(1);
}
.gallery_close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.gallery_close::before, .gallery_close::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #fff;
}
.gallery_close::before {
  transform: rotate(45deg);
}
.gallery_close::after {
  transform: rotate(-45deg);
}
.gallery_img {
  cursor: pointer;
}
/* =========================
   トップバナー
========================= */
.top_bnr {
  padding: 80px 20px;
}
.bnr_container {
  max-width: 1200px;
  margin: 0 auto;
}
.bnr_list {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.bnr_item {
  flex: 1;
  max-width: 550px;
}
.bnr_item a {
  display: block;
  transition: .3s;
}
.bnr_item a:hover {
  opacity: .8;
  transform: translateY(-4px);
}
.news_bnr {
  width: 100%;
  height: auto;
  display: block;
  box-shadow:
    0 5px 10px rgba(0, 0, 0, 0.5);
}
.group_bnr_sec {
  padding: 100px 20px;
}
.group_bnr {
  margin-top: 60px;
}
.group_bnr a {
  display: block;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}
.group_bnr_img {
  max-width: 800px;
  width: 100%;
  height: auto;
  display: block;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, .10), 0 20px 50px rgba(0, 0, 0, .08);
  margin: 0 auto;
}
/* お知らせ一覧 */
.info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #44403f;
}
.info-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #44403f;
}
.info-link {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  padding: 22px 10px;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.info-link:hover {
  opacity: 0.6;
}
/* 日付 */
.info-date {
  flex: 0 0 90px;
  letter-spacing: 0.08em;
  color: #3c7f64;
  font-weight: 600;
}
/* タイトル */
.info-title {
  flex: 1;
  font-size: 15px;
  line-height: 1.6;
  color: #44403f;
}
/* お知らせがない場合 */
.info-empty {
  padding: 25px 10px;
  color: #999;
  font-size: 14px;
}
/* SP */
@media screen and (max-width: 767px) {
  .info-link {
    gap: 10px;
    padding: 16px 5px;
  }
  .info-date {
    flex: 0 0 72px;
    font-size: 11px;
  }
  .info-title {
    font-size: 13px;
  }
  .info-arrow {
    font-size: 17px;
  }
}