@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: #ece6de;
}
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;
  font-family: "Lexend", sans-serif;
}
.svg_wrap {
  position: absolute;
  z-index: -9999;
}
a {
  text-decoration: none;
  color: #44403f;
}
.a_link {
  text-decoration: underline;
  color: #a8c490;
}
img {
  max-width: 100%;
}
.eng {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
}
.tcenter {
  text-align: center;
}
.link_btn a {
  display: inline-block;
  width: 200px;
  padding: 0.75rem 2rem;
  color: #009e3b;
  border: 1px solid #009e3b;
  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: #a8c490;
  color: #fcfdfe;
}
.link_btn._white a {
  background: #fcfdfe;
  border: 0;
}
.link_btn._white a:hover {
  background: #d6cdba;
}
.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;
  filter: grayscale(50%);
}
.bg_base {
  background: #009e3b;
}
.bg_white {
  background: #fcfdfe;
}
.bg_beige {
  background: #ece6de;
}
.bg_beige2 {
  background: #d6cdba;
}
.r_bg {
  position: relative;
}
.r_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #d6cdba;
  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;
  background-color: #e9f5ed;
}
.l_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f7f3eb;
  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: #009e3b;
}
.m_box {
  padding: 80px;
  background: #d6cdba;
  border-radius: 0 100px 0 100px;
}
.h_ttl {
  font-size: 1rem;
  font-weight: 600;
}
.h_ttl span {
  display: block;
  color: #009e3b;
  font-size: 4rem;
}
.h_ttl.beige {
  color: #009e3b;
}
.h_ttl.beige span {
  color: #009e3b;
}
.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 #ece6de;
  position: relative;
}
.h_ttl_middle::before {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #009e3b;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.h_ttl_sub {
  font-size: 1.125rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #009e3b;
  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: #009e3b;
  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: #009e3b;
  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: #009e3b;
}
.h_ttl_line::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.5rem;
  background: #009e3b;
  margin-right: 0.5rem;
}
.vertical_ttl {
  writing-mode: vertical-rl;
  font-size: 3rem;
  color: #ece6de;
}
.vertical_ttl span {
  display: block;
  color: #d6cdba;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.m_text {
  font-size: 1.5rem;
}
.m_text2 {
  font-size: 1.25rem;
}
.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%; */
  height: 500px;
  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: #575757;
}
.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: #009e3b;
  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: #009e3b;
}
@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: #e9f5ed;
}
header.under {
  background: #ece6de;
}
.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 img {
  width: 444px;
  transition: 0.5s ease-in-out;
}
.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: #ece6de;
  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: #fff;
  text-align: center;
  background: #dd7437;
}
.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: #009e3b;
}
.under .nav_wrap nav ul li a {
  color: #009e3b;
}
/*--------------------
footer
--------------------*/
footer {
  color: #575757;
  background-color: #e9f5ed;
  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/star.jpg) no-repeat center/cover;
  border-radius: 0 200px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
footer a {
  color: #575757;
}
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: #009e3b;
  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: "\f0e0";
  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: #009e3b;
  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: #dd7437;
}
.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: #009e3b;
  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;
  background-color: #e9f5ed;
}
.bg_concept::before {
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #f7f3eb;
  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;
}
.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: #a8c490;
}
.feture_ttl b {
  font-size: 3rem;
  font-weight: 900;
  color: #009e3b;
}
.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: #fff;
  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;
}
.spa_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}
.spa_wrap .spa_image {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.spa_wrap .spa_image > p {
  width: 48%;
}
.spa_wrap .txt {
  width: 50%;
  padding: 40px;
}
.spa_wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}
.spa_wrap:nth-of-type(even) figure {
  border-radius: 0 100px 0 0;
}
.spa_wrap:nth-of-type(even) .txt {
  right: inherit;
  left: 0;
  border-radius: 0 0 0 100px;
}
.spa_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: #009e3b;
}
.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: #009e3b;
  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 #009e3b;
}
.tbl01 td {
  border-bottom: 1px solid #009e3b;
}
.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: #009e3b;
  color: #fcfdfe;
}
.tbl02 td {
  width: 75%;
  background: #ece6de;
}
.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;
}
.farm_main_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  justify-content: space-between;
}
.farm_main_wrap figure {
  width: 50%;
}
.farm_main_wrap .txt {
  width: 50%;
  padding-left: 40px;
}
.farm_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  margin-bottom: 60px;
}
.farm_box:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.farm_box:last-of-type {
  margin-bottom: 0;
}
.farm_box figure {
  width: 54%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  justify-content: space-between;
}
.farm_box figure .image01 {
  width: 48%;
}
.farm_box figure .image02 {
  width: 48%;
}
.farm_box .txt {
  width: 44%;
}
.nextend-thumbnail-horizontal .nextend-thumbnail-inner {
  background: transparent !important;
  padding: 0 !important;
}
.n2-thumbnail-dot {
  margin: 0 !important;
  background: #333;
}
.feature_btn {
  text-align: center;
}
.feature_btn a {
  font-weight: 600;
  display: inline-block;
  padding: 0.5rem;
  color: #009e3b;
  border-bottom: 1px solid #009e3b;
}
.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: #009e3b;
  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: #dd7437;
  line-height: 1;
  font-family: "Lexend", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery_wrap {
  padding: 100px 0;
}
.gallery_wrap .gallery_list {
  margin-top: 60px;
}
.gallery_wrap .gallery_list li {
  width: 400px;
  height: 300px;
}
.gallery_wrap .gallery_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery_wrap .gallery_list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery_list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 15px;
  margin-top: 60px;
}
.gallery_list2 li {
  width: calc(100%/3);
  height: 300px;
  padding: 0 10px;
  margin-bottom: 160px;
  list-style: none;
  opacity: 0;
}
.text1 {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 6px 12px;
  width: 200px;
  min-width: 21%;
  max-width: 400px;
  font-size: 14px;
}
@media screen and (max-width:896px) {
  .gallery_list2 li {
    width: 100%;
    height: 200px;
    padding: 0 10px;
    list-style: none;
    opacity: 0;
  }
}
.gallery_list2 a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery_list2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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;
  }
}
.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 20%, transparent 8%);
}
/*バナー*/
.bnr_container {
  width: 40%;
  margin: 0 auto;
}
.top_bnr .bnr_container img {
  margin: 0 auto;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width:896px) {
  .bnr_container {
    width: 80%;
    margin: 0 auto;
  }
  .top_bnr .bnr_container img {
    width: 100%;
    padding: 0;
    margin: 10px 0 10px;
  }
  .top_bnr ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.top_bnr .bnr_container li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top_bnr ul {
  display: flex;
  justify-content: center;
}
.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%;
}
.farm_main_wrap span.dog-ame {
  background: #009e3b;
  padding: 5px 10px;
  color: #fff;
}
#footer_sp {
  display: none;
}
.best_rate {
  width: 90px;
  position: absolute;
  top: 5px;
  right: 120px;
}
.best_rate img {
  width: 100%;
  object-fit: cover;
}
/*食事ページ　シェフ　ポップアップ*/
.content {
  margin: 0 auto;
  padding: 40px;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.modal_wrapper {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal_content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 57%;
  transform: translate(-50%, -50%);
  width: 77%;
  height: 620px;
  overflow: scroll;
}
.close_btn {
  background: #c3c3c3;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 32px;
  left: 100%;
  top: 10px;
  line-height: 30px;
  text-align: center;
  position: sticky;
  width: 32px;
}
.chef {
  display: flex;
  width: 88%;
  margin: 30px auto;
}
.chef-img {
  margin: 10px auto;
}
.chef-txt {
  padding: 0 2%;
}
.chef-name {
  font-size: 20px !important;
  color: #009e3b;
}
.chef-popup img {
  margin: 12px auto;
}
h4 {
  font-size: 18px;
  color: #009e3b;
}
@media screen and (max-width:896px) {
  .close_btn {
    background: #c3c3c3;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 22px;
    left: 100%;
    top: 10px;
    line-height: 20px;
    text-align: center;
    position: sticky;
    width: 22px;
  }
  .chef {
    display: flow-root;
    width: 88%;
    margin: 30px auto 70px;
  }
  .content {
    margin: 0 auto;
    padding: 30px;
  }
  .modal_content {
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 77%;
    overflow: scroll;
    font-size: 12px;
    height: 460px;
  }
  .chef-popup img {
    margin: 12px auto;
  }
  h4 {
    font-size: 14px;
    color: #009e3b;
  }
  .chef-name {
    font-size: 20px !important;
  }
}
/*過ごし方*/
.spend_ex_area {
  display: flex;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  justify-content: center;
  margin: 100px auto;
}
.spend_day p {
  font-size: 2.8rem;
  padding-left: 20px;
}
.spend_ex_box {
  width: 50%;
}
.spend_ex {
  display: flex;
  padding: 20px 0px;
}
.spend_img {
  width: 300px;
  height: auto;
  padding: 10px;
}
.spend_img img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.spend_time p {
  font-size: 1.7rem;
}
.dli-arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.15em;
  height: 16em;
  background: currentColor;
  margin-left: 18px;
}
.dli-arrow-down::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.18em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
  color: #333;
}
.spend_textbox {
  padding: 0 15px;
}
.spend_textbox p {
  padding: 10px;
}
.spend_title {
  font-weight: bold;
  font-size: 1.7rem;
}
/*お部屋ページ*/
.room-h2 h2{
 font-size: 2.0rem;
 text-align: center;
 margin: 10px auto 30px;
}

/*周辺観光*/ :root {
  scroll-padding: 100px;
}
.sttl {
  font-weight: bold;
  background-color: #f6f6f6;
  box-shadow: 0px 0px 0px 8px #f6f6f6;
  border: dashed 1px #fff;
  margin: 0 auto 20px;
  padding: 5px 10px 5px 10px;
  font-size: 26px;
  width: 100%;
}
.list_link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 46px auto;
}
.list_link .btn_links {
  width: 15%;
}
.list_link .btn_links p {
  text-align: center;
}
.list_link .btn_links p a {
  padding: 10px 0;
  background: #009e3b;
  color: #fff;
  display: block;
  margin-bottom: 8px;
  border-radius: 12px;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  .sttl {
    width: 90%;
    font-size: 18px;
  }
  .list_link .btn_links {
    width: 48%;
  }
  .list_link .btn_links p a {
    font-size: 13px;
  }
}
.food_content ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  vertical-align: top;
}
.food_content li {
  width: 32%;
  text-align: center;
  background: #fff;
  margin: 3px;
  margin-bottom: 30px;
  position: relative;
  box-sizing: border-box;
}
.food_content li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width:896px) {
  .food_content li {
    width: 48%;
  }
  .food_content_sgl li {
    width: 32%;
  }
}
.food_content__img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.food_content__img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
  .food_content__img img {
    height: 100px;
  }
}
.food_content__period {
  padding: 10px 0;
  width: 100%;
  background: #7bb5e3;
  color: #fff;
}
.food_content__ttl {
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
.food_content__ttl a {
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
.food_content__ttl h3 {
  font-size: 1.8rem;
}
.food_content__desc {
  width: 90%;
  margin: 20px auto;
  text-align: left;
}
.food_content__desc a {
  color: #333;
}
.top_content__desc a {
  color: #333;
  font-size: 1.3rem;
}
.food_content_period {
  text-align: center;
}
.food_content_period dl {
  display: inline-block;
  margin-top: 20px;
  width: 90%;
}
.food_content_period dt, .food_content_period dd {
  padding: 8px 20px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #7bb5e3;
  box-sizing: border-box;
}
.food_content_period dt {
  width: 20%;
  background: #7bb5e3;
  color: #fff;
}
.food_content_period dd {
  text-align: left;
  width: 70%;
  font-size: 1.4rem;
}
@media screen and (max-width:480px) {
  .food_content_period dt, .food_content_period dd {
    display: block;
    width: 100%;
  }
  .food_content_period dd {
    font-size: 1.2rem;
    padding: 8px 10px;
  }
  .food_content__ttl a {
    font-size: 1.3rem;
  }
}
.food_content_btn {
  display: block;
  width: 50%;
  min-width: 200px;
  height: 45px;
  padding: 15px 10px 10px;
  box-sizing: border-box;
  background: #626262;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  margin: 20px auto;
}
@media screen and (max-width:480px) {
  .food_content_btn {
    width: 90%;
    min-width: auto;
  }
}
.location_container{
margin-top: 3px;
}
.location_container .mt_30{
text-align: center;
font-size: 1.0rem;
}
.area_container{
 padding: 5px;
}
.mid-container{
width: 85%!important;
margin: 0 auto;
}
@media screen and (max-width:900px) {
.mid-container{
width: 100%!important;
margin: 0 auto;
}
}
/*グループ施設*/
.top_access {
  padding: 80px 0 160px;
  background: #fff;
}
.top_access .accessfb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:896px) {
  .top_access {
    padding: 10% 0;
  }
  .top_access.mt_300 {
    margin-top: 80px;
  }
}
.top_access h2 {
  margin-bottom: 40px;
}
.top_access .g_map {
  height: 360px;
  width: 50%;
}
.top_access .accessright {
  width: 48%;
}
.top_access .g_map iframe {
  width: 100%;
  height: 360px;
}
@media screen and (max-width:896px) {
  .top_access .g_map {
    height: auto;
    width: 100%;
  }
  .top_access .accessright {
    width: 92%;
    margin: 0 auto;
  }
  .top_access .g_map iframe {
    height: 240px;
  }
}
@media screen and (max-width:896px) {
  .top_access ul {
    width: 100%;
  }
}
.top_access li {
  color: #333;
  padding: 20px 110px 0px 0;
}
.top_access li h4 {
  color: #D5CF63;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-size: 20px;
}
@media screen and (max-width:896px) {
  .top_access li {
    flex-direction: column;
    padding: 0;
  }
}
.top_access li p span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4;
}
@media screen and (max-width:896px) {
  .top_access li p span {
    font-size: 1.6rem;
  }
}
.top_access p.msg {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 50px 0;
}
.top_access address {
  font-size: 1.5rem;
  margin-top: 1em;
  line-height: 1.7;
}
.top_access p.checkin {
  font-size: 1.8rem;
}
.top_access p.checkin a {
  font-size: 1.8rem;
  padding-right: 0.9em;
}
.top_access p.checkin_ttl {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  margin: 0 auto 25px;
  display: inline-block;
  padding: 0 30px;
}
.top_access p.checkin_ttl::before {
  content: "";
  height: 1px;
  background: #ccc;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top_access p.checkin_ttl span {
  background: #fff;
  padding: 0 30px;
  z-index: 20;
  position: relative;
}
.top_access p.note {
  color: #f00;
}
.top_access .p_map {
  width: 1060px;
  margin: 60px auto;
}
.top_access .p_map img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}