@charset "UTF-8";
/*color
-------------------------------------------------------*/
/*font
-------------------------------------------------------*/
@font-face {
  font-family: "Rounded M+ 2p", serif;
  src: url(/fonts/rounded-mplus-2p-thin.ttf);
  font-weight: lighter;
}
@font-face {
  font-family: "Rounded M+ 2p", serif;
  src: url(/fonts/rounded-mplus-2p-regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Rounded M+ 2p", serif;
  src: url(/fonts/rounded-mplus-2p-bold.ttf);
  font-weight: bold;
}
/*メディアクエリ
-------------------------------------------------------*/
/* mv
-------------------------------------------------------*/
.section-mv {
  height: 700px;
  position: relative;
}
@media screen and (max-width: 1064px) {
  .section-mv {
    height: 420px;
  }
}
@media screen and (max-width: 600px) {
  .section-mv {
    height: calc(100svh - 80px);
    width: 100%;
  }
}

.mv-img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .mv-img_wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    height: 100%;
  }
}

.mv_cafe_wrap {
  background-image: url("../img/top_mv/top-mv_cafe.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 32.65%;
  height: 700px;
  border-radius: 0px 12px 12px 0px;
  position: relative;
}
@media screen and (max-width: 1064px) {
  .mv_cafe_wrap {
    height: 420px;
  }
}
@media screen and (max-width: 600px) {
  .mv_cafe_wrap {
    background-image: url("../img/top_mv/mv_cafe_sp.jpg");
    background-size: cover;
    width: 100%;
    border-radius: 0;
    height: auto;
  }
}

.mv_tosyo_wrap {
  background-image: url("../img/top_mv/top-mv_tosyo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 32.65%;
  height: 700px;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 1064px) {
  .mv_tosyo_wrap {
    height: 420px;
  }
}
@media screen and (max-width: 600px) {
  .mv_tosyo_wrap {
    background-image: url("../img/top_mv/mv_tosyo_sp.jpg");
    background-size: cover;
    width: 100%;
    border-radius: 0;
    height: auto;
  }
}

.mv_sauna_wrap {
  background-image: url("../img/top_mv/top-mv_sauna.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 32.65%;
  height: 700px;
  border-radius: 12px 0px 0px 12px;
  position: relative;
}
@media screen and (max-width: 1064px) {
  .mv_sauna_wrap {
    height: 420px;
  }
}
@media screen and (max-width: 600px) {
  .mv_sauna_wrap {
    background-image: url("../img/top_mv/mv_sauna_sp.jpg");
    background-size: cover;
    width: 100%;
    border-radius: 0;
    height: auto;
  }
}

.mv-icon_wrap {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: center;
}
.mv-icon_wrap:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1064px) {
  .mv-icon_wrap {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .mv-icon_wrap {
    top: 10px;
  }
}
.mv-icon_wrap img {
  width: 76.5px;
}
@media screen and (max-width: 1064px) {
  .mv-icon_wrap img {
    width: 53.7px;
  }
}
@media screen and (max-width: 600px) {
  .mv-icon_wrap img {
    width: 50px;
  }
}

.mv-icon_title {
  text-align: center;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  margin-top: 4px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 1064px) {
  .mv-icon_title {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .mv-icon_title {
    font-size: 12px;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.icon-title_cafe {
  background-color: #76880F;
}

.icon-title_tosyo {
  background-color: #B56B00;
}

.icon-title_sauna {
  background-color: #442700;
}

.mv-text {
  position: absolute;
  left: 5.46%;
  bottom: 5.46%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  z-index: 1;
  max-width: 500px;
}
@media screen and (max-width: 1064px) {
  .mv-text {
    left: 30px;
    bottom: 30px;
    z-index: 4;
  }
}
@media screen and (max-width: 600px) {
  .mv-text {
    position: absolute;
    z-index: 4;
  }
}

.l-type {
  font-size: 24px;
  letter-spacing: 0px;
  white-space: nowrap;
}

.l-type_ver {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  margin-bottom: -10px;
  -webkit-writing-mode: vertical-rl; /* Safari用 */
  -ms-writing-mode: tb-rl; /* IE用 */
}
@media screen and (max-width: 1064px) {
  .l-type_ver {
    margin-bottom: -11px;
  }
}
@media screen and (max-width: 600px) {
  .l-type_ver {
    margin-bottom: -11px;
  }
}

.mv-text_green {
  color: #82B034;
  background-color: #F5EFE7;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
}

.mv-text_white {
  color: #fff;
  background-color: #82B034;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
}

/* concept
-------------------------------------------------------*/
.section-concept {
  padding-top: 120px;
}
@media screen and (max-width: 1064px) {
  .section-concept {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .section-concept {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 1064px) {
  .section-title_concept {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.section-concept_inner {
  padding-left: 9.375%;
}
@media screen and (max-width: 1064px) {
  .section-concept_inner {
    padding-left: 0;
  }
}

.concept-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1064px) {
  .concept-wrap {
    display: block;
  }
}

.concept-wrap_content {
  margin-right: 4.53%;
  max-width: 468px;
}
@media screen and (max-width: 1064px) {
  .concept-wrap_content {
    margin-right: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 1064px) {
  .concept-img_tab {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1065px) {
  .concept-img_tab {
    display: none;
  }
}

.section-title_en {
  font-size: 12px;
  letter-spacing: 4.2px;
  padding-left: 18px;
  margin-bottom: 17px;
  font-family: "Outfit", sans-serif;
  position: relative;
}
.section-title_en::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #DE9638;
  border-radius: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title-en_orange {
  color: #DE9638;
}

.title-en_white {
  color: #fff;
}

.section-title {
  font-size: 32px;
  letter-spacing: 6.4px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  overflow-wrap: break-word;
  word-break: keep-all;
}
@media screen and (max-width: 1064px) {
  .section-title {
    font-size: 24px;
  }
}

.section-title_green {
  color: #82B034;
}

.section-title_white {
  color: #fff;
}

.concept-text {
  margin-top: 35px;
  line-height: 30px;
}
@media screen and (max-width: 1064px) {
  .concept-text {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.concept-text p {
  overflow-wrap: break-word;
  word-break: keep-all;
}

.concept-img {
  max-width: 50%;
}
@media screen and (max-width: 1064px) {
  .concept-img {
    display: none;
  }
}

/* FACILITY
-------------------------------------------------------*/
.section-facility {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #82B034;
  margin-top: -78px;
}
@media screen and (max-width: 1064px) {
  .section-facility {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.facility-card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 60px;
}
.facility-card_wrap .card {
  margin-bottom: 70px;
}

.card-fac_cafe,
.card-fac_tosyo,
.card-fac_sauna {
  position: relative;
}
.card-fac_cafe .card-content_wrap,
.card-fac_tosyo .card-content_wrap,
.card-fac_sauna .card-content_wrap {
  background-color: #F5EFE7;
  border-radius: 0 0 16px 16px;
}

.card-fac_cafe::before {
  content: "カフェ";
  position: absolute;
  top: 0;
  left: 0;
  color: #82B034;
  background-color: #fff;
  padding: 5px 30px;
  font-size: 18px;
  letter-spacing: 1.8px;
  border-radius: 16px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.card-fac_tosyo::before {
  content: "としょ";
  position: absolute;
  top: 0;
  left: 0;
  color: #82B034;
  background-color: #fff;
  padding: 5px 30px;
  font-size: 18px;
  letter-spacing: 1.8px;
  border-radius: 16px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.card-fac_sauna::before {
  content: "サウナ";
  position: absolute;
  top: 0;
  left: 0;
  color: #82B034;
  background-color: #fff;
  padding: 5px 30px;
  font-size: 18px;
  letter-spacing: 1.8px;
  border-radius: 16px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.fac-text {
  line-height: 30px;
}

.card-fac_cafe .card-content_wrap,
.card-fac_tosyo .card-content_wrap,
.card-fac_sauna .card-content_wrap {
  position: relative;
}
.card-fac_cafe .card-content_wrap::before,
.card-fac_tosyo .card-content_wrap::before,
.card-fac_sauna .card-content_wrap::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #F5EFE7;
  border: 1px solid #82B034;
  border-radius: 999px;
  right: 30px;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.card-fac_cafe .card-content_wrap::after,
.card-fac_tosyo .card-content_wrap::after,
.card-fac_sauna .card-content_wrap::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #82B034;
  border-bottom: 1px solid #82B034;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
  right: 45px;
  bottom: 0;
}

/* NEWS
-------------------------------------------------------*/
.section-news {
  background-color: #82B034;
}

.section-news_bg {
  background-color: #F5EFE7;
  width: 100%;
  border-radius: 0px 120px 0px 0px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1064px) {
  .section-news_bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.section-news_inner {
  max-width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 1064px) {
  .card-event {
    margin-bottom: 60px;
  }
}

.card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 40px;
}

.card {
  max-width: 312px;
  border-radius: 16px;
}
@media screen and (max-width: 600px) {
  .card {
    margin: 0 auto 60px auto;
  }
}
.card:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-event {
  background-color: #fff;
  color: #202E24;
}

.card-img {
  vertical-align: center;
  width: 312px;
  height: 176px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-img img {
  border-radius: 16px 16px 0px 0px;
  vertical-align: middle;
}

.card-content_wrap {
  padding: 30px;
}

.event-title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

.event-desc {
  line-height: 24px;
}

.news-content_wrap {
  margin-top: 40px;
}

.news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  padding: 0 30px 21.5px 30px;
  border-bottom: 1px solid #202E24;
  color: #202E24;
}
.news-content:not(first-of-type) {
  padding-top: 21.5px;
}
@media screen and (max-width: 1064px) {
  .news-content {
    display: block;
    padding: 0 0 20px 0;
  }
}
.news-content:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-contet_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  letter-spacing: 1.2px;
  width: 220px;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 1064px) {
  .news-contet_date {
    margin-bottom: 15px;
  }
}

.news-date {
  margin-right: 30px;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 1064px) {
  .news-date {
    margin-right: 15px;
  }
}

.news-cat {
  padding: 4px 0;
  background-color: #E6E0D8;
  border-radius: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  width: 150px;
  text-align: center;
}

.news-contetnt_title {
  margin-left: 30px;
  width: calc(100% - 220px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1064px) {
  .news-contetnt_title {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1064px) {
  .event-card3 {
    display: none;
  }
}

/* FAQ
-------------------------------------------------------*/
.section-faq {
  background-color: #82B034;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1064px) {
  .section-faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 600px) {
  .page-faq {
    padding-bottom: 160px;
  }
}

.section-faq_inner {
  max-width: 1040px;
  margin: 0 auto;
}

.accordion-area {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .accordion-area {
    margin-top: 40px;
  }
}

.accordion-area li:not(:first-of-type) {
  margin-top: 30px;
}

.faq-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.faq-header::before, .faq-header::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #202E24;
  right: 30px;
}
@media screen and (max-width: 1064px) {
  .faq-header::before, .faq-header::after {
    width: 10px;
  }
}
.faq-header::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq-header::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-header.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-header.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-q {
  padding: 13px 24px;
  font-size: 42px;
  width: 80px;
  height: 80px;
  background-color: #F5EFE7;
  border-radius: 12px 0 0 12px;
  color: #82B034;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 1064px) {
  .faq-q {
    font-size: 32px;
    width: 60px;
    height: 60px;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 600px) {
  .faq-q {
    height: 90px;
    padding: 26px 16px;
  }
}

.faq-title {
  font-size: 18px;
  letter-spacing: 1.8px;
  padding: 0 60px 0 60px;
  color: #202E24;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1064px) {
  .faq-title {
    font-size: 15px;
    padding: 0 40px 0 15px;
  }
}

.box {
  display: none;
  margin-top: 26px;
  color: #fff;
}

.box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1064px) {
  .box-inner {
    display: block;
  }
}

.faq-a {
  padding-right: 32px;
  padding-left: 32px;
  font-size: 24px;
  display: inline-block;
}
@media screen and (max-width: 1064px) {
  .faq-a {
    display: none;
  }
}

.faq-text {
  margin-left: 60px;
  line-height: 30px;
}
@media screen and (max-width: 1064px) {
  .faq-text {
    margin-left: 0;
    padding: 0 20px;
  }
}

.faq-btn {
  text-align: center;
  margin-top: 60px;
}
.faq-btn a {
  color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 640px;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 1064px) {
  .faq-btn a {
    width: 100%;
  }
}
.faq-btn a:hover {
  color: #82B034;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* MAP
-------------------------------------------------------*/
.section-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.section-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ACCESS
-------------------------------------------------------*/
.section-access {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .section-access {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-access_inner {
  max-width: 1040px;
  margin: 0 auto;
}

.access-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .access-wrap {
    display: block;
  }
}

.access-address {
  margin-top: 40px;
  line-height: 30px;
}
@media screen and (max-width: 1064px) {
  .access-address {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .access-wrap_right {
    margin-top: 60px;
  }
}

.access-info_train,
.access-info_car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 1064px) {
  .access-info_train,
  .access-info_car {
    display: block;
  }
}

.access-info_train {
  margin-bottom: 30px;
}

.access-info_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #82B034;
  border-radius: 12px 0px 0px 12px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 1064px) {
  .access-info_head {
    padding: 7px 20px;
    border-radius: 12px 12px 0px 0px;
  }
}

.access-info_car .access-info_head {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1064px) {
  .access-info_car .access-info_head {
    padding-top: 12px;
    padding-bottom: 10px;
  }
}
.access-info_car .access-info_head .access-info_img {
  width: 24px;
}
.access-info_car .access-info_head p {
  width: 30px;
}

.access-info_img {
  width: 20px;
  vertical-align: center;
}
.access-info_img img {
  vertical-align: middle;
}

.access-info_vehicle {
  width: 40px;
  font-size: 18px;
  letter-spacing: 1.8px;
  text-align: center;
  margin-left: 16px;
  color: #fff;
}
@media screen and (max-width: 1064px) {
  .access-info_vehicle {
    margin-left: 8px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.access-info_text {
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1064px) {
  .access-info_text_train {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 1064px) {
  .access-info_text_car {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1065px) {
  .info-text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 25px;
  }
}
@media screen and (max-width: 1064px) {
  .info-text_wrap {
    line-height: 25px;
  }
  .info-text_wrap:not(:first-of-type) {
    margin-top: 20px;
  }
}

/* EVENT
-------------------------------------------------------*/
.section-event {
  background-color: #82B034;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .section-event {
    padding-top: 60px;
    padding-bottom: 180px;
  }
}

.event-content {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .event-content {
    padding: 40px 20px;
  }
}

.event-content_title {
  color: #82B034;
  font-size: 32px;
  letter-spacing: 6.4px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1064px) {
  .event-content_title {
    font-size: 24px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 600px) {
  .event-content_title {
    font-size: 20px;
  }
}

.event-content_text {
  max-width: 463px;
  -moz-text-align-last: left;
       text-align-last: left;
  margin: 0 auto;
  line-height: 30px;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}

.event-content_btn a {
  padding: 15px 60px;
  color: #fff;
  background-color: #82B034;
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  .event-content_btn a {
    padding: 15px 40px;
  }
}
.event-content_btn a:hover {
  color: #82B034;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #82B034;
}

header {
  height: 100px;
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #F5EFE7;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #202E24;
  width: 100%;
}
@media screen and (max-width: 1064px) {
  header {
    height: 80px;
  }
}

.header-logo_wrap {
  position: relative;
  z-index: 4;
}

.header-logo {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 180px;
  height: 150px;
  background-color: #F5EFE7;
  border-radius: 0 0 50px 0;
  padding: 20px 42px 16px 30px;
}
@media screen and (max-width: 1064px) {
  .header-logo {
    width: 108px;
    height: 108px;
    padding: 16px 19px 14px 14px;
  }
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 100px;
  z-index: 5;
}
@media screen and (max-width: 1064px) {
  .header-content {
    height: 80px;
  }
}

@media screen and (max-width: 1064px) {
  .header-nav {
    display: none;
  }
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1.8px;
}
.header-nav ul li:not(:last-child) {
  margin-right: 25px;
}

.header-nav ul li {
  position: relative;
}

.header-nav ul li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.has-child {
  padding-right: 10px;
}
.has-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #202E24;
  border-right: 2px solid #202E24;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.downmenu {
  display: block !important;
  /*絶対配置で位置を指定*/
  position: absolute;
  left: -18px;
  z-index: 4;
  /*形状を指定*/
  width: 150%;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #F5EFE7;
  padding: 20px;
  border-radius: 12px;
}
.downmenu li {
  text-align: center;
  margin-right: 0 !important;
}
.downmenu li:not(:first-of-type) {
  margin-top: 15px;
}
.downmenu li a {
  padding-left: 16px;
  position: relative;
}
.downmenu li a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #202E24;
  border-bottom: 1px solid #202E24;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*hoverしたら表示*/
.has-child:hover > ul,
.has-child ul li:hover > ul,
.has-child:active > ul,
.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

.weather-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3.3%;
  position: relative;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 1064px) {
  .weather-wrap {
    display: none;
  }
}
.weather-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #202E24;
}

.weather-date {
  display: inline-block;
  text-align: right;
}
@media screen and (min-width: 1065px) {
  .weather-date {
    width: 80px;
  }
}

.weather-day {
  font-size: 14px;
  margin-left: 4px;
}

.weather-icon {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  padding-top: 4px;
}

.weather-temp {
  font-size: 14px;
  margin-left: 10px;
}
.weather-temp span {
  font-size: 24px;
  margin-right: 4px;
}

.header-event_btn {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 45px;
}
@media screen and (max-width: 1064px) {
  .header-event_btn {
    display: none;
  }
}
.header-event_btn a {
  padding: 15px;
  color: #82B034;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #82B034;
}
@media screen and (max-width: 600px) {
  .header-event_btn a {
    padding: 9px 30px;
  }
}
.header-event_btn a:hover {
  color: #fff;
  background-color: #82B034;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-reserve_btn {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 20px;
}
@media screen and (max-width: 1064px) {
  .header-reserve_btn {
    margin-right: 50px;
  }
}
.header-reserve_btn a {
  padding: 15px 25px;
  color: #fff;
  background-color: #82B034;
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  .header-reserve_btn a {
    padding: 9px 30px;
  }
}
.header-reserve_btn a:hover {
  color: #82B034;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ドロワー
-------------------------------------------------------*/
.drawer_icon {
  position: relative;
  right: 20px;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  border: 1px solid #82B034;
  border-radius: 999px;
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 1065px) {
  .drawer_icon {
    display: none;
  }
}
.drawer_icon.is-active {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  margin-right: 16px;
}
@media screen and (max-width: 600px) {
  .drawer_icon.is-active {
    margin-right: 8px;
  }
}
.drawer_icon.is-active .drawer_icon_bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}
.drawer_icon.is-active .drawer_icon_bar2 {
  display: none;
}
.drawer_icon.is-active .drawer_icon_bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}

.drawer_icon_bars {
  width: 22px;
  height: 16px;
  display: block;
  margin: 12.5px auto;
  position: relative;
}

.drawer_icon_bar1,
.drawer_icon_bar2,
.drawer_icon_bar3 {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #82B034;
  border-radius: 5px;
  top: 0;
  left: 0;
}

.drawer_icon_bar1 {
  top: 0;
}

.drawer_icon_bar2 {
  top: 7px;
}

.drawer_icon_bar3 {
  top: 14px;
}

.drawer_content {
  width: 326px;
  height: 481px;
  position: fixed;
  right: 0;
  top: 0;
  background: #82B034;
  z-index: 99;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  color: #fff;
  border-radius: 0px 0px 0px 40px;
  padding-left: 40px;
  padding-right: 30px;
}
.drawer_content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer_content_items {
  margin-top: 72px;
}

.drawer-nav-service {
  margin-bottom: 0;
}

.drawer-list {
  margin-bottom: 30px;
}

.drawer-service_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  margin-top: 20px;
  margin-bottom: 34px;
}
.drawer-service_nav li a {
  position: relative;
  padding-left: 14px;
  margin-left: 16px;
}
.drawer-service_nav li a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.drawer-btn {
  width: 100%;
  margin-top: 10px;
}
.drawer-btn a {
  width: 100%;
  color: #82B034;
  text-align: center;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  border-radius: 24px;
}

.drawer-weather-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Outfit", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.drawer-weather-wrap .weather-date_wrap {
  font-size: 18px;
}
.drawer-weather-wrap .weather-date_wrap .weather-day {
  font-size: 12px;
}
.drawer-weather-wrap .weather-icon {
  width: 27px;
  margin-left: 7px;
}
.drawer-weather-wrap .weather-temp {
  font-size: 12px;
}
.drawer-weather-wrap .weather-temp .bold {
  font-size: 18px;
}

.drawer_background {
  background: #fff;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  display: none;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.drawer_background.is-active {
  display: block;
}

footer {
  background-color: #202E24;
  padding-top: 120px;
  padding-bottom: 20px;
  color: #fff;
  letter-spacing: 1.8px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 600px) {
  footer {
    padding-top: 0;
  }
}
footer .inner {
  max-width: 1040px;
  margin: 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .footer-wrap {
    display: block;
  }
}

.footer-logo-wrap {
  width: 180px;
}
@media screen and (max-width: 600px) {
  .footer-logo-wrap {
    margin: 0px auto 0;
  }
}

.footer-logo_img {
  vertical-align: center;
  background-color: #fff;
  display: inline-block;
  padding: 35px 36px;
  border-radius: 12px;
}
@media screen and (max-width: 600px) {
  .footer-logo_img {
    margin-top: -85px;
  }
}
.footer-logo_img img {
  vertical-align: middle;
  width: 108px;
}

.sns-area {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .sns-area {
    margin-bottom: 56px;
  }
}

.sns-lead_text {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}

.sns-area_contents:first-of-type {
  margin-bottom: 28px;
}

.sns-icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-top: 16px;
}
.sns-icon_wrap a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sns-icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 999px;
}

.icon-line {
  position: relative;
}
.icon-line::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_li.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 19.85px;
  height: 18.92px;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon-instagram {
  position: relative;
}
.icon-instagram::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_in.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 18.79px;
  height: 18.79px;
  top: 48%;
  left: 49%;
  -webkit-transform: translate(-48%, -48%);
          transform: translate(-48%, -48%);
}

.icon-twitter {
  position: relative;
}
.icon-twitter::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_tw.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 17.55px;
  height: 14.45px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-48%, -50%);
          transform: translate(-48%, -50%);
}

.footer-nav_list {
  margin-right: 104px;
}
@media screen and (max-width: 1064px) {
  .footer-nav_list {
    margin-right: 0;
  }
}

.footer-nav_list li:not(first-of-type) {
  margin-top: 30px;
}
.footer-nav_list li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-service_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}
.footer-service_nav li a {
  position: relative;
  padding-left: 18px;
  margin-left: 20px;
}
.footer-service_nav li a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.footer-nav-service {
  margin-top: 0 !important;
}

.copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 80px;
  letter-spacing: 1.2px;
  font-family: "Outfit", sans-serif;
  overflow-wrap: break-word;
  word-break: keep-all;
}
@media screen and (max-width: 600px) {
  .copyright {
    width: 80%;
    margin: 60px auto 0;
  }
}

/* HEADER
-------------------------------------------------------*/
.cafe-header_images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}
@media screen and (max-width: 600px) {
  .cafe-header_images {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}

.cafe-header_container1 {
  grid-area: 1/1/2/4;
  vertical-align: center;
}
@media screen and (max-width: 600px) {
  .cafe-header_container1 {
    grid-area: 1/1/2/2;
  }
}
.cafe-header_container1 img {
  vertical-align: middle;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .cafe-header_container1 img {
    border-radius: 0 0 12px 0;
  }
}

@media screen and (max-width: 600px) {
  .cafe-img-pc {
    display: none;
  }
}

@media screen and (min-width: 1065px) {
  .cafe-img-sp {
    display: none;
  }
}
@media screen and (max-width: 1064px) {
  .cafe-img-sp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .cafe-img-sp {
    display: block;
  }
}

.cafe-header_container2 {
  grid-area: 2/1/3/2;
  vertical-align: center;
}
@media screen and (max-width: 600px) {
  .cafe-header_container2 {
    grid-area: 1/2/2/3;
  }
}
.cafe-header_container2 img {
  vertical-align: middle;
  border-radius: 0 12px 12px 0;
}
@media screen and (max-width: 600px) {
  .cafe-header_container2 img {
    border-radius: 0 0 0 12px;
  }
}

.cafe-header_container3 {
  grid-area: 2/2/3/3;
  vertical-align: center;
}
@media screen and (max-width: 600px) {
  .cafe-header_container3 {
    grid-area: 2/1/3/2;
  }
}
.cafe-header_container3 img {
  vertical-align: middle;
  border-radius: 12px;
}
@media screen and (max-width: 600px) {
  .cafe-header_container3 img {
    border-radius: 0 12px 12px 0;
  }
}

.cafe-header_container4 {
  grid-area: 2/3/3/4;
  vertical-align: center;
}
@media screen and (max-width: 600px) {
  .cafe-header_container4 {
    grid-area: 2/2/3/2;
  }
}
.cafe-header_container4 img {
  vertical-align: middle;
  border-radius: 12px 0 0 12px;
}

.page-header {
  text-align: center;
}

.page-header_title {
  font-size: 32px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-top: -24px;
}
@media screen and (max-width: 1064px) {
  .page-header_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .page-header_title {
    font-size: 24px;
  }
}
.page-header_title span {
  background-color: #82B034;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 4px;
}
@media screen and (max-width: 1064px) {
  .page-header_title span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .page-header_title span {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}
.page-header_title span:not(:first-of-type) {
  margin-left: 8px;
}

.page-header_text {
  max-width: 1040px;
  margin: 40px auto 57px;
}
.page-header_text p {
  width: 80%;
  margin: 0 auto;
  overflow-wrap: break-word;
  word-break: keep-all;
  line-height: 30px;
}

/* MENU
-------------------------------------------------------*/
.section-menu {
  max-width: 1040px;
  margin: 0 auto;
}

.section-menu_images {
  margin-top: 28px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 1064px) {
  .section-menu_images {
    margin-bottom: 80px;
    margin-top: 24px;
    grid-column-gap: 23px;
    grid-row-gap: 28px;
  }
}
@media screen and (max-width: 600px) {
  .section-menu_images {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 25px;
  }
}

.menu-card {
  position: relative;
}
.menu-card img {
  border-radius: 12px;
  height: auto;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-name {
  font-size: 16px;
  letter-spacing: 3.2px;
  margin-top: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #202E24;
}
@media screen and (max-width: 1064px) {
  .menu-name {
    margin-top: 10px;
  }
}

.kidsmenu-text {
  font-size: 14px;
  margin-top: 28px;
}

.new_icon {
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 20px;
  display: block;
  width: 70px;
  height: 70px;
  background-color: #DEDE38;
  border-radius: 999px;
  text-align: center;
  line-height: 70px;
  letter-spacing: 2px;
  position: absolute;
  left: -20px;
  top: -20px;
}
@media screen and (max-width: 600px) {
  .new_icon {
    font-size: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

/* PAGE-FACILITY
-------------------------------------------------------*/
.page-facility {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1064px) {
  .page-facility {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.facility-content_wrap {
  margin-top: 60px;
}
@media screen and (max-width: 1064px) {
  .facility-content_wrap {
    margin-top: 40px;
  }
}

.facility-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #202E24;
}
@media screen and (max-width: 600px) {
  .facility-content {
    display: block;
    border: none;
  }
}
.facility-content:not(:first-of-type) {
  padding-top: 20px;
}

.facility_content_name {
  width: 120px;
  text-align: center;
  color: #fff;
  background-color: #82B034;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 3.2px;
  font-size: 16px;
  border-radius: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media screen and (max-width: 600px) {
  .facility_content_name {
    width: 100%;
  }
}

.facility-content_text {
  padding-left: 20px;
  color: #202E24;
  font-size: 18px;
  width: calc(100% - 120px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .facility-content_text {
    padding-left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}

/* FACILITY 上の部分
-------------------------------------------------------*/
.section-sauna_service {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5EFE7), color-stop(42%, #F5EFE7), color-stop(42%, #82B034), to(#82B034));
  background: linear-gradient(180deg, #F5EFE7 0%, #F5EFE7 42%, #82B034 42%, #82B034 100%);
}
@media screen and (min-width: 1065px) {
  .section-sauna_service {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1064px) {
  .section-sauna_service {
    background: #F5EFE7;
  }
}

/* slider
-------------------------------------------------------*/
.slider {
  position: relative;
}

.slider-item {
  width: 312px;
  height: 176px;
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
  border-radius: 12px;
}

.sauna-service {
  max-width: 312px;
  color: #fff;
}
@media screen and (max-width: 1064px) {
  .sauna-service {
    color: #202E24;
  }
}
@media screen and (max-width: 1064px) {
  .sauna-service {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .sauna-service {
    margin: 0 auto 60px auto;
  }
}

.slider-sauna {
  position: relative;
}
.slider-sauna::after {
  content: "01";
  position: absolute;
  right: 30px;
  bottom: 0;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  font-size: 64px;
  color: #DE9638;
  letter-spacing: 1.6px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}

.slider-mizuburo {
  position: relative;
}
.slider-mizuburo::after {
  content: "02";
  position: absolute;
  right: 30px;
  bottom: 0;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  font-size: 64px;
  color: #DE9638;
  letter-spacing: 1.6px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}

.slider-gaikiyoku {
  position: relative;
}
.slider-gaikiyoku::after {
  content: "03";
  position: absolute;
  right: 30px;
  bottom: 0;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  font-size: 64px;
  color: #DE9638;
  letter-spacing: 1.6px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}

.slider-sauna01 {
  background-image: url("../img/sauna-slider/sauna-1.jpg");
}

.slider-sauna02 {
  background-image: url("../img/sauna-slider/sauna-2.jpg");
}

.slider-sauna03 {
  background-image: url("../img/sauna-slider/sauna-3.jpg");
}

.slider-mizuburo01 {
  background-image: url("../img/sauna-slider/mizuburo-1.jpg");
}

.slider-mizuburo02 {
  background-image: url("../img/sauna-slider/mizuburo-2.jpg");
}

.slider-mizuburo03 {
  background-image: url("../img/sauna-slider/mizuburo-3.jpg");
}

.slider-gaikiyoku01 {
  background-image: url("../img/sauna-slider/gaikiyoku-1.jpg");
}

.slider-gaikiyoku02 {
  background-image: url("../img/sauna-slider/gaikiyoku-2.jpg");
}

.slider-gaikiyoku03 {
  background-image: url("../img/sauna-slider/gaikiyoku-3.jpg");
}

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 1px solid #fff; /*矢印の色*/
  border-right: 1px solid #fff; /*矢印の色*/
  height: 16px;
  width: 16px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 5%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* SAUNA FOODS & DRINKS
-------------------------------------------------------*/
.section-sauna_food {
  padding-top: 125px;
  padding-bottom: 120px;
  background-color: #82B034;
}
@media screen and (max-width: 1064px) {
  .section-sauna_food {
    border-radius: 0px 40px 0px 0px;
  }
}

.pagge-sauna_menu {
  color: #fff;
}

/* HOW TO FUN
-------------------------------------------------------*/
.section-sauna_how {
  padding-top: 120px;
  padding-bottom: 120px;
}

.sauna-how_inner {
  max-width: 1160px;
  margin-top: 80px;
}

.sauna-how_cotent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .sauna-how_cotent {
    display: block;
  }
}
.sauna-how_cotent:not(:first-of-type) {
  margin-top: 12px;
}
@media screen and (max-width: 1064px) {
  .sauna-how_cotent:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .sauna-how_cotent:not(:first-of-type) {
    margin-top: 60px;
  }
}

.how-img {
  max-width: 640px;
  vertical-align: center;
  margin-right: 60px;
}
@media screen and (max-width: 1064px) {
  .how-img {
    max-width: 50%;
    margin-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .how-img {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .how-img {
    max-width: 100%;
  }
}
.how-img img {
  vertical-align: middle;
  width: 100%;
  border-radius: 0px 12px 12px 0px;
}

.how-content_wrap {
  padding-top: 20px;
}
@media screen and (max-width: 1064px) {
  .how-content_wrap {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .how-content_wrap {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.how-content_num {
  font-size: 96px;
  letter-spacing: 2.4px;
  color: #DE9638;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 1064px) {
  .how-content_num {
    font-size: 64px;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 600px) {
  .how-content_num {
    margin-top: -45px;
  }
}

.how-content_title {
  font-size: 18px;
  color: #82B034;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.how-content_text {
  line-height: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
}

/* FEE
-------------------------------------------------------*/
.sauna-fee_table {
  margin-top: 60px;
  border: 1px solid #000;
  border-radius: 16px;
  overflow: hidden;
  color: #202E24;
}

.table-bt {
  border-top: 1px solid #000;
}

.fee-text {
  margin-top: 30px;
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 23px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #202E24;
}
@media screen and (max-width: 1064px) {
  .fee-text {
    font-size: 12px;
  }
}

.fee-table_wrap {
  border: 1px solid #000;
  border-radius: 12px;
  overflow: hidden;
  color: #202E24;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .fee-table_wrap {
    font-size: 15px;
    margin-top: 40px;
  }
}

.fee-table_ue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .fee-table_ue {
    display: block;
  }
}

.fee-table_head {
  background-color: #E6E0D8;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  text-align: center;
}

.bt {
  border-top: 1px solid #000;
}

.fee-weekday_title, .fee-weekday_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fee-table_content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.fee-table_left, .fee-center, .fee-right {
  width: 33.3%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.row-height {
  height: 82px;
  line-height: 52px;
}
@media screen and (max-width: 600px) {
  .row-height {
    height: 72px;
    line-height: 42px;
  }
}

.fee-center {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.fz14 {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .fz14 {
    font-size: 12px;
  }
}

.title-icon {
  border-right: 1px solid #000;
}
.title-icon p {
  position: relative;
}
.title-icon p::before {
  position: absolute;
  content: "お得！";
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
  background-color: #82B034;
  padding: 4px 8px;
  border-radius: 8px;
}
@media screen and (max-width: 1064px) {
  .title-icon p::before {
    left: -12px;
  }
}
@media screen and (max-width: 950px) {
  .title-icon p::before {
    left: -12px;
    top: -14px;
  }
}
@media screen and (max-width: 740px) {
  .title-icon p::before {
    font-size: 12px;
    left: -30px;
    top: -12px;
  }
}

.border-right {
  border-right: 1px solid #000;
}
@media screen and (max-width: 600px) {
  .border-right {
    border-bottom: 1px solid #000;
    border-right: none;
  }
}

.fee-weekday_title {
  background-color: #E6E0D8;
  border-bottom: 1px solid #000;
  text-align: center;
}

.fee-weekday_content {
  border-bottom: 1px solid #000;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .w50 {
    width: 100%;
  }
}

.w25 {
  width: 25%;
  border-left: 1px solid #000;
}
@media screen and (max-width: 600px) {
  .w25 {
    width: 100%;
    border-left: none;
    border-top: 1px solid #000;
  }
}

.fee-table_shita {
  text-align: center;
}

.fee-table_shita_content {
  padding: 40px;
  line-height: 30px;
  text-align: left;
}
@media screen and (max-width: 1064px) {
  .fee-table_shita_content {
    padding: 20px;
  }
}

.basic-fee_wrap {
  width: 100%;
  border: solid 1px #82B034;
  border-radius: 12px;
  padding: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .basic-fee_wrap {
    padding: 20px;
  }
}

.basic-fee_title {
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 1064px) {
  .basic-fee_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .basic-fee_title {
    font-size: 18px;
  }
}

.basic-fee_ue {
  display: grid;
  grid-column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  margin-bottom: 40px;
}

.basic-fee_card {
  max-width: 320px;
  margin: 0 auto;
}

.basic-fee_img img {
  border-radius: 12px;
}

.basic-fee_cardtitle {
  font-size: 16px;
  margin-top: 8px;
}

.coupon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 620px;
  background: #fff;
  padding: 40px 20px;
}
@media screen and (max-width: 600px) {
  .coupon {
    padding: 20px 8px;
  }
}

.price {
  font-size: 20px;
  color: #82B034;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .price {
    font-size: 16px;
  }
}

.date {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 600px) {
  .date {
    font-size: 12px;
  }
}

/* circle-css */
.coupon::before,
.coupon::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100%;
  background: #F5EFE7;
  left: -15px;
  width: 30px;
  height: 30px;
}

.coupon::before {
  top: -15px;
}

.coupon::after {
  bottom: -15px;
}

.coupon-inner::before,
.coupon-inner::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100%;
  background: #F5EFE7;
  right: -15px;
  width: 30px;
  height: 30px;
}

.coupon-inner::before {
  top: -15px;
}

.coupon-inner::after {
  bottom: -15px;
}

.sauna_option {
  margin-top: 80px;
}

.option_section_title {
  font-size: 32px;
  letter-spacing: 6.4px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  overflow-wrap: break-word;
  word-break: keep-all;
  color: #82B034;
}
@media screen and (max-width: 1064px) {
  .option_section_title {
    font-size: 24px;
  }
}

.option_wrapper {
  margin-top: 40px;
  margin-bottom: 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 1064px) {
  .option_wrapper {
    margin-bottom: 100px;
    margin-top: 40px;
    grid-column-gap: 23px;
    grid-row-gap: 28px;
  }
}
@media screen and (max-width: 600px) {
  .option_wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 25px;
  }
}

.option_img img {
  border-radius: 12px;
  height: auto;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.option_title {
  font-size: 16px;
  letter-spacing: 3.2px;
  margin-top: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #202E24;
}
@media screen and (max-width: 1064px) {
  .option_title {
    margin-top: 10px;
    font-size: 15px;
  }
}

/* triptrain_concept
-------------------------------------------------------*/
.section-triptrain_concept {
  border-top: 1px dashed #202E24;
  border-bottom: 1px dashed #202E24;
  padding-bottom: 60px;
}

.triptrain-concept_title {
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #82B034;
  padding: 7px 0;
  width: 340px;
  margin: 0 auto;
  border: 1px dashed #202E24;
  display: block;
  border-radius: 20px;
  background-color: #F5EFE7;
  margin-bottom: 53px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.triptrain-concept_text {
  text-align: center;
  max-width: 802px;
  margin: 0 auto;
  color: #202E24;
  line-height: 30px;
  margin-bottom: 50px;
  font-size: 14px;
}

.triptrain-cocept_btn {
  color: #202E24;
  text-align: center;
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #202E24;
  width: 218px;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
}
.triptrain-cocept_btn a {
  padding-right: 28px;
  position: relative;
}
.triptrain-cocept_btn a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.triptrain-cocept_btn a::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #202E24;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-radius: 999px;
}
.triptrain-cocept_btn a::after {
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  top: 39%;
  right: 8px;
  border-right: 1px solid #F5EFE7;
  border-bottom: 1px solid #F5EFE7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* Instagram
-------------------------------------------------------*/
.section-instagram {
  padding-bottom: 180px;
}
@media screen and (max-width: 600px) {
  .section-instagram {
    padding-bottom: 120px;
  }
}

.feed-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .feed-wrap {
    margin-top: 40px;
  }
}

#sbi_images {
  margin-bottom: 40px;
}

.feed-btn {
  margin-bottom: 25px;
  text-align: center;
}
.feed-btn a {
  padding: 15px 60px;
  color: #fff;
  background-color: #82B034;
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  .feed-btn a {
    padding: 9px 30px;
  }
}
.feed-btn a:hover {
  color: #82B034;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* HEADER
-------------------------------------------------------*/
.tosyo-header_img,
.sauna-header_img {
  vertical-align: center;
}
.tosyo-header_img img,
.sauna-header_img img {
  vertical-align: middle;
}

/* ABOUT
-------------------------------------------------------*/
.tosyo-about_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px;
  border-radius: 12px;
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: -150px;
  position: relative;
}
@media screen and (max-width: 1064px) {
  .tosyo-about_wrap {
    padding: 40px 40px 40px 0;
    margin-top: 100px;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
@media screen and (max-width: 600px) {
  .tosyo-about_wrap {
    display: block;
    padding: 0;
  }
}

.tosyo-about_img {
  vertical-align: center;
  width: 400px;
  height: 300px;
}
@media screen and (max-width: 1064px) {
  .tosyo-about_img {
    width: 60%;
    height: auto;
    margin-left: -40px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 1064px) and (max-width: 600px) {
  .tosyo-about_img {
    width: 100%;
    text-align: right;
    margin-left: 0;
    position: absolute;
    right: -10%;
  }
}
.tosyo-about_img img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

@media screen and (min-width: 1065px) {
  .tosyo-about {
    display: block;
  }
}
@media screen and (max-width: 1064px) {
  .tosyo-about {
    display: none;
  }
}

@media screen and (min-width: 1065px) {
  .tosyo-about_tab {
    display: none;
  }
}
@media screen and (max-width: 1064px) {
  .tosyo-about_tab {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .tosyo-about_tab {
    display: none;
  }
}

@media screen and (min-width: 1065px) {
  .tosyo-about_sp {
    display: none;
  }
}
@media screen and (max-width: 1064px) {
  .tosyo-about_sp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .tosyo-about_sp {
    display: block;
  }
}

.tosyo-about_text {
  width: 50%;
  line-height: 30px;
}
@media screen and (max-width: 1064px) {
  .tosyo-about_text {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .tosyo-about_text {
    width: 100%;
    padding: 65% 40px 40px 40px;
  }
}

/* SERVICE
-------------------------------------------------------*/
.section-tosyo_service {
  padding-top: 270px;
  padding-bottom: 120px;
  background-color: #82B034;
}
@media screen and (max-width: 1064px) {
  .section-tosyo_service {
    padding-top: 220px;
    padding-bottom: 40px;
  }
}

.tosyo-services {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tosyo-service {
  max-width: 312px;
  color: #fff;
}
@media screen and (max-width: 1064px) {
  .tosyo-service {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .tosyo-service {
    margin: 0 auto 60px auto;
  }
}

.tosyo-service_img {
  vertical-align: center;
}
.tosyo-service_img img {
  vertical-align: middle;
  border-radius: 12px;
}

.tosyo-service_img01 {
  position: relative;
}
.tosyo-service_img01::after {
  content: "01";
  position: absolute;
  right: 30px;
  bottom: 0;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  font-size: 64px;
  color: #DE9638;
  letter-spacing: 1.6px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}

.tosyo-service_img02 {
  position: relative;
}
.tosyo-service_img02::after {
  content: "02";
  position: absolute;
  right: 30px;
  bottom: 0;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  font-size: 64px;
  color: #DE9638;
  letter-spacing: 1.6px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}

.tosyo-service_img03 {
  position: relative;
}
.tosyo-service_img03::after {
  content: "03";
  position: absolute;
  right: 30px;
  bottom: 0;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  font-size: 64px;
  color: #DE9638;
  letter-spacing: 1.6px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}

.tosyo-service_title {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.8px;
  margin-top: 30px;
  padding-bottom: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  border-bottom: 1px dashed #FFFFFF;
}

.tosyo-service_text {
  line-height: 30px;
  margin-top: 30px;
}

/* HONDANA_IMG
-------------------------------------------------------*/
.section-hondana_img {
  width: 100%;
  vertical-align: center;
}
.section-hondana_img img {
  vertical-align: middle;
}

/* HONDANA
-------------------------------------------------------*/
.section-hondana {
  padding-top: 100px;
  padding-bottom: 160px;
}

.section-hondana_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1064px) {
  .section-hondana_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 740px) {
  .section-hondana_wrap {
    display: block;
  }
}
.section-hondana_wrap::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  border-left: 1px dashed #202E24;
}
@media screen and (max-width: 1064px) {
  .section-hondana_wrap::before {
    border-left: none;
  }
}

.hondana-rent {
  width: 460px;
}
@media screen and (max-width: 1064px) {
  .hondana-rent {
    width: 320px;
  }
}
@media screen and (max-width: 740px) {
  .hondana-rent {
    margin: 0 auto 60px auto;
  }
}

.rental-table_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border: 1px solid #000;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 50px;
}
@media screen and (max-width: 1064px) {
  .rental-table_wrap {
    display: block;
  }
}
@media screen and (max-width: 740px) {
  .rental-table_wrap {
    margin: 50px auto 0 auto;
  }
}

.rental-table_rent {
  width: 50%;
  border-right: 1px solid #000;
}
@media screen and (max-width: 1064px) {
  .rental-table_rent {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
  }
}

.rental-table_kikan {
  width: 50%;
}
@media screen and (max-width: 1064px) {
  .rental-table_kikan {
    width: 100%;
  }
}

.rent-table_head {
  padding: 15px 0;
  border-bottom: 1px solid #000;
  background-color: #E6E0D8;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.rent-table_text {
  padding: 15px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.hondana-owner {
  width: 460px;
}
@media screen and (max-width: 1064px) {
  .hondana-owner {
    width: 320px;
  }
}
@media screen and (max-width: 740px) {
  .hondana-owner {
    margin: 0 auto 60px auto;
  }
}

.owner-table_wrap {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 50px;
}

.owner-table_head {
  padding: 15px 0;
  border-bottom: 1px solid #000;
  background-color: #E6E0D8;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.owner-table_text {
  padding: 15px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.hondana-rental_text {
  width: 460px;
  margin-top: 40px;
}
@media screen and (max-width: 1064px) {
  .hondana-rental_text {
    width: 320px;
  }
}

.section-hondana_btn {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 120px;
}
.section-hondana_btn a {
  width: 640px;
  display: inline-block;
  text-align: center;
  color: #202E24;
  border: 1px solid #202E24;
  border-radius: 46px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1064px) {
  .section-hondana_btn a {
    width: 100%;
  }
}
.section-hondana_btn a:hover {
  color: #82B034;
  background-color: #fff;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.donation-title {
  color: #fff;
  font-size: 24px;
  letter-spacing: 4.8px;
  width: 350px;
  margin: 0 auto -32px auto;
  position: relative;
  background-color: #82B034;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.donation-content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1064px) {
  .donation-content_wrap {
    display: block;
  }
}

.donation-img {
  max-width: 560px;
  vertical-align: center;
}
@media screen and (max-width: 1064px) {
  .donation-img {
    max-width: 100%;
    height: 279px;
  }
}
.donation-img img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1064px) {
  .donation-img img {
    border-radius: 0 0 12px 12px;
  }
}

.donation-content_text {
  background-color: #fff;
  border-radius: 0 12px 12px 0;
  padding: 90px 60px 0 40px;
  line-height: 30px;
}
@media screen and (max-width: 1064px) {
  .donation-content_text {
    padding: 72px 40px 60px 40px;
    border-radius: 12px 12px 0 0;
  }
}

.donation-text {
  max-width: 980px;
  background-color: #F5EFE7;
  margin: -120px auto 0;
  border-radius: 46px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 1064px) {
  .donation-text {
    margin-top: -40px;
    max-width: 90%;
    font-size: 14px;
    background-color: #fff;
  }
}
.donation-text p {
  text-align: center;
  line-height: 30px;
  color: #202E24;
  padding-left: 16px;
  padding-right: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.contact7 {
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 1064px) {
  .contact7 {
    width: 80%;
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .contact7 {
    width: 90%;
  }
}
.contact7 dt {
  margin-bottom: 12px;
}
.contact7 dd {
  margin-bottom: 40px;
}
.contact7 input {
  border: 1px solid #202E24;
  height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  width: 60%;
}
@media screen and (max-width: 600px) {
  .contact7 input {
    width: 100%;
  }
}
.contact7 textarea {
  width: 100%;
  border: 1px solid #202E24;
  padding: 16px;
}
.contact7 .must {
  font-size: 12px;
  color: red;
  margin-left: 10px;
}
.contact7 .nomust {
  font-size: 12px;
  margin-left: 10px;
  color: #555;
}

.form-btn_wrapper {
  text-align: center;
  width: 550px;
  margin: 0 auto 120px auto;
}
@media screen and (max-width: 1064px) {
  .form-btn_wrapper {
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .form-btn_wrapper {
    width: 80%;
  }
}
.form-btn_wrapper .btn {
  font-size: 18px;
  border: 1px solid #202E24;
  border-radius: 40px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1064px) {
  .form-btn_wrapper .btn {
    font-size: 15px;
  }
}
.form-btn_wrapper .btn:hover {
  opacity: 0.7;
}

.news-page_wrap {
  margin-bottom: 220px;
}

.archive-page_title_wrap {
  text-align: center;
  margin-top: 110px;
  margin-bottom: 80px;
}
.archive-page_title_wrap .title-sub {
  color: #82B034;
  letter-spacing: 4.9px;
  font-family: "Outfit", sans-serif;
}
.archive-page_title_wrap .page-header_title {
  margin-top: 14px;
}

.archive-page_list {
  margin-bottom: 60px;
}

/* ドロップダウン
-------------------------------------------------------*/
.select-area_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 32px;
}

.select-area_title {
  font-size: 18px;
  margin-right: 20px;
  font-weight: 500;
}

.select-wrap {
  border: 1px solid #202E24;
  background-color: #E6E0D8;
  display: block;
  border-radius: 4px;
  position: relative;
}
.select-wrap::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #202E24;
  border-bottom: 1px solid #202E24;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.select-wrap select {
  padding: 6px 30px 7px 14px;
}

/* イベントページ
-------------------------------------------------------*/
.eventpage-card_wrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .eventpage-card_wrap {
    margin-bottom: 80px;
  }
}
.eventpage-card_wrap .card {
  margin-bottom: 60px;
}

#content {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1064px) {
  #content {
    padding-top: 80px;
  }
}

.entry {
  background: #fff;
  padding: 80px;
  border-radius: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 1064px) {
  .entry {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 600px) {
  .entry {
    padding: 50px 20px;
  }
}

.entry-header {
  padding-bottom: 16px;
}

.entry-label {
  display: inline-block;
  margin-left: 15px;
  display: block;
  font-size: 12px;
  padding: 3px 18px 4px;
  text-align: center;
  border-radius: 12px;
  background-color: #E6E0D8;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

.entry-img img {
  width: 100%;
  height: auto;
}

.entry-title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 4.8px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1064px) {
  .entry-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .entry-title {
    font-size: 24px;
  }
}

.entry-published {
  font-size: 12px;
}

.entry-body {
  padding-bottom: 60px;
  padding-top: 40px;
}

.entry-body h2 + p,
.entry-body h3 + p,
.entry-body h4 + p,
.entry-body h5 + p,
.entry-body h6 + p {
  margin-top: 0;
}

.entry-body h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 3.9px;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1064px) {
  .entry-body h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .entry-body h2 {
    font-size: 22px;
  }
}

.entry-body h3 {
  font-size: 20px;
  line-height: 36px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 20px;
  border-left: 2px solid #202E24;
}
@media screen and (max-width: 1064px) {
  .entry-body h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .entry-body h3 {
    font-size: 18px;
  }
}

.entry-body h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-top: 82px;
  padding-left: 20px;
}
@media screen and (max-width: 1064px) {
  .entry-body h4 {
    font-size: 16px;
  }
}

.entry-body h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 27px;
  margin-top: 60px;
}
@media screen and (max-width: 1064px) {
  .entry-body h5 {
    font-size: 16px;
  }
}

.entry-body h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 2em;
}
@media screen and (max-width: 1064px) {
  .entry-body h6 {
    font-size: 16px;
  }
}

.entry-body p {
  line-height: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .entry-body p {
    font-size: 14px;
  }
}

.entry-body ul {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 20px;
}

.entry-body ol {
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 20px;
}

.entry-body li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

.entry-body a {
  color: #1592e6;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.entry-body a:hover {
  opacity: 0.6;
}

.entry-body img {
  vertical-align: middle;
}

.entry-btn-wrapper {
  margin-top: 28px;
  text-align: center;
}

.entry-btn {
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 18px 28px;
  margin-top: 16px;
}
@media screen and (max-width: 600px) {
  .entry-btn {
    font-size: 14px;
  }
}

.policy-head {
  font-size: 18px !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.single-event_others {
  margin-top: 120px;
}
@media screen and (max-width: 1064px) {
  .single-event_others {
    margin-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .single-event_others {
    margin-top: 80px;
  }
}

/* sigle-event
-------------------------------------------------------*/
.event-entry_title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 4.8px;
  margin-bottom: 40px;
  position: relative;
}
.event-entry_title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #82B034;
  left: 0;
  bottom: -8px;
}
@media screen and (max-width: 1064px) {
  .event-entry_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .event-entry_title {
    font-size: 18px;
  }
}

.entry-event-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 1064px) {
  .entry-event-table {
    display: block;
  }
}
.entry-event-table table {
  width: 50%;
  border: 1px solid #000;
  border-radius: 12px;
  border-collapse: collapse;
}
@media screen and (max-width: 1064px) {
  .entry-event-table table {
    width: 100%;
  }
}
.entry-event-table th {
  width: 100px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  background-color: #E6E0D8;
}
.entry-event-table td {
  width: calc(100% - 150px);
  border: 1px solid #000;
  padding: 8px;
}

.entry-event_excerpt {
  width: 50%;
  padding: 16px;
  line-height: 1.5rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1064px) {
  .entry-event_excerpt {
    width: 100%;
    margin-top: 16px;
  }
}

.entry-event_btn {
  text-align: center;
  margin-top: 80px;
}
.entry-event_btn a {
  padding: 16px 40px;
  color: #fff;
  background-color: #82B034;
  border-radius: 30px;
  font-weight: normal;
}
.entry-event_btn a:hover {
  color: #82B034;
  background-color: #fff;
  border: 1px solid #82B034;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

body {
  font-size: 15px;
  background-color: #F5EFE7;
  letter-spacing: 1.5px;
  font-family: "Rounded M+ 2p", "M PLUS Rounded 1c", sans-serif;
  font-weight: normal;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 1064px) {
  .inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.eventpage-card_wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1065px) {
  .card-event:not(:nth-child(3n-2)) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1064px) {
  .card-event:nth-child(2n) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .card-event:nth-child(1n) {
    margin: 0 auto 40px auto;
  }
}

.entry-404 {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 1064px) {
  .entry-404 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .entry-404 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.entry-404-head {
  color: #82B034;
  font-family: "Outfit", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #202E24;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #202E24;
}

.entry-404-btn {
  margin-top: 58px;
}

.error-btn {
  -webkit-appearance: none;
  background-color: #82B034;
  background-image: none;
  border: none;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  min-width: 282px;
  padding: 17px 20px 14px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.entry-404-btn a:hover {
  opacity: 0.7;
}

.pagination {
  margin-bottom: 120px;
  text-align: center;
}

.pagination a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  opacity: 0.6;
}

.pagination a.next,
.pagination a.prev {
  font-size: 16px;
}

.pagination a.next:hover,
.pagination a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  color: #202E24;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  margin-right: 14px;
  min-width: 35px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #347A2A;
  color: #fff;
  font-weight: 700;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 35px;
  min-width: initial;
  width: auto;
}

.section-past_event {
  background-color: #82B034;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .section-past_event {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.event-section_title {
  position: relative;
}
.event-section_title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #DE9638;
  border-radius: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.past-event_btn {
  text-align: center;
  margin-top: 60px;
}
.past-event_btn a {
  color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 640px;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 1064px) {
  .past-event_btn a {
    width: 100%;
  }
}
.past-event_btn a:hover {
  color: #82B034;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section-riyou {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .section-riyou {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.section-riyou_about {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .section-riyou_about {
    margin-top: 60px;
  }
}

.riyou-about_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 80px;
}
@media screen and (max-width: 1064px) {
  .riyou-about_wrapper {
    margin-left: 60px;
  }
}
@media screen and (max-width: 600px) {
  .riyou-about_wrapper {
    display: block;
    margin-left: 0;
  }
}
.riyou-about_wrapper:first-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .riyou-about_wrapper:first-of-type {
    margin-bottom: 60px;
  }
}

.riyou-about_head {
  width: 180px;
  height: 44px;
  background-color: #82B034;
  color: #fff;
  border-radius: 16px;
  text-align: center;
  line-height: 44px;
  margin-right: 60px;
}
@media screen and (max-width: 1064px) {
  .riyou-about_head {
    width: 140px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .riyou-about_head {
    width: 180px;
    margin: 0 auto 28px;
  }
}

.riyou-about_text {
  line-height: 2rem;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 1064px) {
  .riyou-about_text {
    letter-spacing: 1.2px;
  }
}
.riyou-about_text span {
  font-size: 12px;
  line-height: 1rem;
}
.riyou-about_text span a {
  border-bottom: 1px solid #202E24;
}
.riyou-about_text span a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.riyou-box {
  background-color: #fff;
  border: 1px solid #82B034;
  border-radius: 12px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 80px auto 0;
  max-width: 750px;
}

.riyou-box_title {
  font-size: 24px;
  color: #82B034;
  letter-spacing: 6.4px;
}
@media screen and (max-width: 1064px) {
  .riyou-box_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .riyou-box_title {
    font-size: 18px;
    padding: 0 16px;
  }
}

.riyou-box_text {
  margin: 28px auto 0;
  max-width: 462px;
  line-height: 30px;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 600px) {
  .riyou-box_text {
    padding: 0 16px;
  }
}

.riyou-box_contact {
  margin-top: 50px;
}

.box-contact_title {
  font-size: 16px;
}

.box-contact_numb {
  margin-top: 18px;
  padding-left: 30px;
  font-size: 28px;
  color: #82B034;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .box-contact_numb {
    font-size: 20px;
    padding-left: 24px;
  }
}
.box-contact_numb::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_phone1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .box-contact_numb::before {
    width: 18px;
    height: 18px;
  }
}

.box-contact_info {
  font-size: 12px;
}

.box-contact_btn {
  margin-top: 40px;
}
.box-contact_btn a {
  padding: 15px 24px;
  color: #fff;
  background-color: #82B034;
  border-radius: 30px;
}
.box-contact_btn a:hover {
  color: #82B034;
  background-color: #fff;
  border: 1px solid #82B034;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}