/* =================================
Reset
================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  cursor: pointer;
}

img {
  width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

:focus {
  outline: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* =================================
Base
================================= */
html {
  font-size: 62.5%;
}

body {
  background: #ECE9DE;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 769px) {
  body {
    font-size: 1.4rem;
  }
}

.font-mont {
  font-family: "Montserrat", sans-serif;
}

/* =================================
style 2025/08/ var1.0.0
================================= */
/* header */
.l-header {
  display: none;
}
@media (max-width: 769px) {
  .l-header {
    display: block;
  }
}
.l-header .sp-menu {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 100;
  width: 28px;
  height: 25px;
}
.l-header .sp-menu span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .sp-menu span:nth-child(1) {
  top: 0;
}
.l-header .sp-menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header .sp-menu span:nth-child(3) {
  bottom: 0;
}
.l-header .sp-menu.is-active span:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.l-header .sp-menu.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header .sp-menu.is-active span:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header .page-nav {
  position: absolute;
  top: 0;
  right: -1000px;
  z-index: 99;
  width: 100%;
  height: 100svh;
  padding: 53px 20px 30px;
  background: #DFDBD3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: scroll;
}
.l-header .page-nav.is-active {
  right: 0;
}
.l-header .page-nav .site-name {
  margin-bottom: 35px;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
}
.l-header .page-nav .nav-list li + li {
  margin-top: 10px;
}
.l-header .page-nav .nav-list a {
  display: block;
  color: #222;
  text-decoration: none;
}
.l-header .page-nav .nav-list strong {
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.2;
}
.l-header .page-nav .nav-list small {
  display: block;
  color: #777;
  font-size: 1.2rem;
}
.l-header .page-nav .sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 46px;
  margin-top: 35px;
}
.l-header .page-nav .sub-nav .line-reservation {
  width: 100%;
  max-width: 277px;
}
.l-header .page-nav .sub-nav .line-reservation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 57px;
  background: #06C755;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
}
.l-header .page-nav .sub-nav .line-reservation a::before {
  display: inline-block;
  content: "";
  width: 47px;
  height: 45px;
  margin-right: 20px;
  background: url(../img/icon_line.svg) no-repeat 0 0/contain;
}
.l-header .page-nav .sub-nav .link-instagram a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/icon_instagram.svg) no-repeat 0 0/contain;
  text-indent: -9999px;
  text-decoration: none;
}
.l-header .page-nav .sub-nav .link-gmap a {
  display: block;
  width: 30px;
  height: 42px;
  background: url(../img/icon_map.svg) no-repeat 0 0/contain;
  text-indent: -9999px;
  text-decoration: none;
}

.lower-header {
  padding: 20px 0;
  border-top: 6px solid #62A213;
  border-bottom: 1px solid #62A213;
}
@media (max-width: 769px) {
  .lower-header {
    padding: 15px 0;
  }
}
.lower-header .site-name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  text-decoration: none;
}
.lower-header .site-name strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 769px) {
  .lower-header .site-name strong {
    font-size: 1.5rem;
  }
}
.lower-header .site-name small {
  margin-left: 20px;
  color: #777;
  font-size: 1.2rem;
  font-weight: 700;
}
@media (max-width: 769px) {
  .lower-header .site-name small {
    font-size: 1rem;
  }
}

/* footer */
.gallery-area {
  padding: 80px 0;
}
@media (max-width: 769px) {
  .gallery-area {
    padding: 30px 0;
  }
}
.gallery-area .gallery-slide .item {
  margin: 0 12.5px;
}

.gmap-area iframe {
  display: block;
  width: 100%;
  aspect-ratio: 96/25;
}

.l-footer {
  padding: 50px 0 20px;
  background: url(../img/bg_footer_pc.png) no-repeat bottom center/cover;
  color: #fff;
}
@media (max-width: 769px) {
  .l-footer {
    padding: 30px 0 20px;
    background-image: url(../img/bg_footer_sp.png);
  }
}
.l-footer .site-name strong {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}
.l-footer .site-name small {
  display: block;
  margin-top: 10px;
  font-weight: 700;
}
.l-footer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.8px;
}
@media (max-width: 769px) {
  .l-footer dl {
    text-shadow: 0 0 5px #000;
  }
}
.l-footer dl dt {
  margin-right: 1em;
  font-weight: 700;
}
.l-footer .tel {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
@media (max-width: 769px) {
  .l-footer .tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer .tel dd {
  font-size: 1.3rem;
}
.l-footer .tel dd strong {
  font-size: 2rem;
}
.l-footer .tel dd + dd {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
}
.l-footer .address {
  margin-top: 15px;
}
.l-footer .operation {
  margin-top: 35px;
  padding-top: 15px;
  border-top: 1px solid #fff;
  font-size: 1.3rem;
  letter-spacing: 0.8px;
}
.l-footer .copy {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 769px) {
  .l-footer .copy {
    margin-top: 40px;
  }
}
@media (max-width: 769px) {
  .l-footer a {
    color: #fff;
    text-decoration: none;
  }
}

/* kv */
.home-kv {
  position: relative;
  padding: 117px 0 111px;
}
@media (max-width: 769px) {
  .home-kv {
    padding: 0 0 30px;
  }
}
.home-kv::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  max-width: 1440px;
  height: min(43.3333333333vw, 832px);
  background: #DFDBD3;
}
@media (max-width: 769px) {
  .home-kv::after {
    width: 75%;
    height: calc(100% - 45px);
  }
}
.home-kv .site-name {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 30px 0 30px 23px;
  border-left: 40px solid #62A213;
}
@media (max-width: 769px) {
  .home-kv .site-name {
    position: relative;
    padding: 20px 0;
  }
}
.home-kv .site-name strong {
  display: block;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 769px) {
  .home-kv .site-name strong {
    position: relative;
    left: -20px;
    font-size: 4rem;
  }
}
.home-kv .site-name small {
  display: block;
  margin-top: 10px;
  color: #777;
  font-size: 2.6rem;
  font-weight: 700;
}
@media (max-width: 769px) {
  .home-kv .site-name small {
    position: relative;
    left: -20px;
    font-size: 2.2rem;
  }
}
.home-kv .kv-image {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
}
.home-kv .kv-image .site-catch {
  position: absolute;
  left: 0;
  bottom: -40px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.6;
  text-shadow: 0 0 18px #fff;
}
@media (max-width: 769px) {
  .home-kv .kv-image .site-catch {
    display: none;
  }
}
.home-kv .kv-image picture {
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}

/* common */
.no-scroll {
  overflow: hidden;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
}

.only-sp {
  display: none;
}
@media (max-width: 769px) {
  .only-sp {
    display: block;
  }
}

.follow-nav {
  position: fixed;
  top: 74px;
  right: 0;
  z-index: 5;
}
@media (max-width: 769px) {
  .follow-nav {
    display: none;
  }
}
.follow-nav .line-reservation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 13px 28px;
  background: #06C755;
  border-radius: 20px 0 0 20px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration: none;
}
.follow-nav .line-reservation a::before {
  display: block;
  content: "";
  width: 47px;
  height: 45px;
  margin-bottom: 14px;
  background: url(../img/icon_line.svg) no-repeat 0 0/contain;
}
.follow-nav .link-instagram {
  margin-top: 50px;
}
.follow-nav .link-instagram a {
  display: block;
  width: 55px;
  height: 55px;
  background: url(../img/icon_instagram.svg) no-repeat 0 0/contain;
  text-indent: -9999px;
  text-decoration: none;
}
.follow-nav .link-gmap {
  margin-top: 35px;
  padding-left: 7px;
}
.follow-nav .link-gmap a {
  display: block;
  width: 40px;
  height: 57px;
  background: url(../img/icon_map.svg) no-repeat 0 0/contain;
  text-indent: -9999px;
  text-decoration: none;
}

.sec-in {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec-title {
  margin: 0 0 30px;
}
@media (max-width: 769px) {
  .sec-title {
    margin-bottom: 25px;
  }
}
.sec-title span {
  display: block;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .sec-title span {
    font-size: 3rem;
  }
}
.sec-title small {
  display: block;
  color: #777;
  font-size: 1.7rem;
}
@media (max-width: 769px) {
  .sec-title small {
    font-size: 1.5rem;
  }
}

.link-pdf {
  max-width: 346px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .link-pdf {
    max-width: none;
  }
}
.link-pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
  background: #222;
  border-radius: 28px;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 769px) {
  .link-pdf a {
    min-height: 44px;
    font-size: 1.7rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link-pdf a:hover {
    background: #666;
  }
}

.list-disc {
  padding-left: 25px;
  list-style-type: disc;
}

.table-wrap table {
  width: 100%;
  font-size: 1.8rem;
}
@media (max-width: 769px) {
  .table-wrap table {
    width: 680px;
    font-size: 1.5rem;
  }
}
.table-wrap table thead th {
  padding: 10px;
  background: #C3AF76;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.table-wrap table tbody th {
  padding: 16px 10px;
  background: #ECE9DE;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.table-wrap table tbody td {
  padding: 16px 30px;
  border-bottom: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
}

.cta-reserv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 787px;
  margin: 0 auto;
  padding: 25px;
  background: #fff;
  border-radius: 40px;
}
@media (max-width: 769px) {
  .cta-reserv {
    padding: 20px;
  }
}
.cta-reserv h4 {
  color: #62A213;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 769px) {
  .cta-reserv h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 769px) {
  .cta-reserv h4 br {
    display: none;
  }
}
.cta-reserv dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 18px;
}
@media (max-width: 769px) {
  .cta-reserv dl {
    margin-top: 20px;
  }
}
.cta-reserv dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: 43px;
  background: url(../img/icon_tel.svg) no-repeat 0 0/contain;
  text-indent: -9999px;
}
@media (max-width: 769px) {
  .cta-reserv dt {
    width: 40px;
    height: 33px;
  }
}
.cta-reserv dd {
  margin-left: 23px;
  line-height: 2;
}
@media (max-width: 769px) {
  .cta-reserv dd {
    margin-left: 20px;
  }
}
.cta-reserv dd strong {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 769px) {
  .cta-reserv dd span {
    font-size: 1.2rem;
  }
}
.cta-reserv dd a {
  color: #222;
}
.cta-reserv .link-pdf {
  width: 100%;
  margin-top: 20px;
}
.cta-reserv .instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dashed #C8C8C8;
}
@media (max-width: 769px) {
  .cta-reserv .instagram {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cta-reserv .instagram .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
}
@media (max-width: 769px) {
  .cta-reserv .instagram .icon {
    width: 32px;
  }
}
.cta-reserv .instagram p {
  margin: 0 12px 0 24px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .cta-reserv .instagram p {
    margin: 0 15px;
    font-size: 1.6rem;
  }
}
.cta-reserv .instagram .thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 57px;
}
@media (max-width: 769px) {
  .cta-reserv .instagram .thumb {
    width: 50px;
  }
}

/* main */
.l-main {
  background: #fff;
}
.l-main a {
  color: #F25A02;
  font-weight: 700;
  text-decoration: none;
}
.l-main .link-pdf a {
  color: #fff;
}

/* ABOUT */
.sec-about {
  padding: 93px 0;
}
@media (max-width: 769px) {
  .sec-about {
    padding: 20px 0 50px;
  }
}
.sec-about .sec-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 769px) {
  .sec-about .sec-in {
    display: block;
  }
}
.sec-about .text-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 437px;
}
@media (max-width: 769px) {
  .sec-about .text-wrap {
    width: 100%;
  }
}
.sec-about h3 {
  margin: 25px 0;
  color: #62A213;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 4.4px;
}
@media (max-width: 769px) {
  .sec-about h3 {
    font-size: 2.8rem;
  }
}
.sec-about p {
  margin-top: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 1.5px;
}
@media (max-width: 769px) {
  .sec-about p {
    font-size: 1.4rem;
    letter-spacing: 1.6px;
  }
}
.sec-about picture {
  display: block;
  max-width: 451px;
  margin-left: auto;
}
@media (max-width: 769px) {
  .sec-about picture {
    width: calc(100% + 40px);
    margin: 40px -20px 0;
  }
}

/* NEWS */
.sec-news {
  padding: 30px 0 45px;
  background: url(../img/bg_news_pc.png) no-repeat top center/cover;
}
@media (max-width: 769px) {
  .sec-news {
    padding: 25px 0 40px;
    background-image: url(../img/bg_news_sp.png);
  }
}
.sec-news .sec-title {
  color: #fff;
}
.sec-news .sec-title small {
  color: #fff;
}
.sec-news .news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
@media (max-width: 769px) {
  .sec-news .news-list li {
    display: block;
    padding: 10px 15px;
  }
}
.sec-news .news-list li + li {
  margin-top: 8px;
}
.sec-news .news-list .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  color: #777;
  font-size: 1.4rem;
}
@media (max-width: 769px) {
  .sec-news .news-list .date {
    display: block;
    width: 100%;
    font-size: 1.2rem;
  }
}
.sec-news .news-list .title {
  padding: 20px 40px;
}
@media (max-width: 769px) {
  .sec-news .news-list .title {
    margin-top: 5px;
    padding: 0;
  }
}
.sec-news .news-list .title a {
  color: #222;
}
.sec-news .btn-more {
  max-width: 150px;
  margin: 20px 0 0 auto;
}
@media (max-width: 769px) {
  .sec-news .btn-more {
    max-width: 140px;
  }
}
.sec-news .btn-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 34px;
  background: #222;
  border-radius: 17px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 769px) {
  .sec-news .btn-more a {
    min-height: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec-news .btn-more a:hover {
    background: #666;
  }
}

/* Campsites & Price */
.sec-info {
  padding: 60px 0 75px;
}
@media (max-width: 769px) {
  .sec-info {
    padding: 25px 0;
  }
}
.sec-info .table-price {
  table-layout: fixed;
}
.sec-info .table-price tbody td {
  text-align: center;
}
.sec-info .notes {
  margin: 28px 0 0;
}
@media (max-width: 769px) {
  .sec-info .notes {
    margin-top: 10px;
  }
}
.sec-info .site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 28px;
  margin-top: 40px;
}
@media (max-width: 769px) {
  .sec-info .site-info {
    display: block;
  }
}
.sec-info .site-info > li {
  width: calc(50% - 14px);
  border: 4px solid #ECE9DE;
}
@media (max-width: 769px) {
  .sec-info .site-info > li {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .sec-info .site-info > li + li {
    margin-top: 20px;
  }
}
.sec-info .site-info h3 {
  padding: 10px;
  background: #ECE9DE;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 769px) {
  .sec-info .site-info h3 {
    font-size: 1.8rem;
  }
}
.sec-info .site-info .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 86px);
  padding: 30px;
}
@media (max-width: 769px) {
  .sec-info .site-info .summary {
    display: block;
    height: auto;
    padding: 20px;
  }
}
.sec-info .site-info .summary ul {
  margin: 0 0 25px;
}
@media (max-width: 769px) {
  .sec-info .site-info .summary ul {
    margin-bottom: 20px;
  }
}
.sec-info .site-info .summary ul li {
  font-size: 1.6rem;
}
@media (max-width: 769px) {
  .sec-info .site-info .summary ul li {
    font-size: 1.5rem;
  }
}
.sec-info .site-info .summary img {
  display: block;
  margin-top: auto;
}
.sec-info .site-info + .link-pdf {
  margin-top: 45px;
}
@media (max-width: 769px) {
  .sec-info .site-info + .link-pdf {
    margin-top: 30px;
  }
}
.sec-info .border-title {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px dashed #C8C8C8;
}
.sec-info .table-calendar tbody td {
  vertical-align: middle;
}
.sec-info .calendar-read {
  margin-top: 38px;
  color: #62A213;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 769px) {
  .sec-info .calendar-read {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}
.sec-info .calendar-read + .link-pdf {
  margin-top: 20px;
}

/* Facilities */
.sec-facilities {
  padding: 47px 0 66px;
  background: #ECE9DE;
}
@media (max-width: 769px) {
  .sec-facilities {
    padding: 30px 0;
  }
}
.sec-facilities .facilities-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 30px;
}
@media (max-width: 769px) {
  .sec-facilities .facilities-list {
    gap: 30px 16px;
  }
}
.sec-facilities .facilities-list li {
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 769px) {
  .sec-facilities .facilities-list li {
    width: calc(50% - 8px);
  }
}
.sec-facilities .facilities-list .image {
  margin-bottom: 15px;
}
.sec-facilities .facilities-list dt {
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 769px) {
  .sec-facilities .facilities-list dt {
    font-size: 1.5rem;
  }
}
.sec-facilities .facilities-list dd {
  margin-top: 5px;
}
.sec-facilities .facilities-list dd a {
  font-size: 1.2rem;
}
.sec-facilities .facilities-info {
  margin-top: 50px;
  padding: 25px 30px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 769px) {
  .sec-facilities .facilities-info {
    margin-top: 30px;
    padding: 20px;
  }
}
.sec-facilities .facilities-info dl + dl {
  margin-top: 40px;
}
@media (max-width: 769px) {
  .sec-facilities .facilities-info dl + dl {
    margin-top: 30px;
  }
}
.sec-facilities .facilities-info dt {
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 769px) {
  .sec-facilities .facilities-info dt {
    font-size: 1.5rem;
  }
}
.sec-facilities .facilities-info dd {
  margin-top: 7px;
  line-height: 1.7;
}

/* Rental Items & Shop */
.sec-rental {
  padding: 50px 0 80px;
}
@media (max-width: 769px) {
  .sec-rental {
    padding: 30px 0;
  }
}
.sec-rental .sub-title {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 769px) {
  .sec-rental .sub-title {
    font-size: 1.8rem;
  }
}
.sec-rental .table-set-rental tbody th {
  width: 238px;
}
@media (max-width: 769px) {
  .sec-rental .table-set-rental tbody th {
    width: 150px;
  }
}
.sec-rental .table-set-rental tbody .center {
  width: 242px;
  text-align: center;
}
@media (max-width: 769px) {
  .sec-rental .table-set-rental tbody .center {
    width: auto;
  }
}
.sec-rental .table-set-rental tbody .center + td {
  vertical-align: middle;
}
.sec-rental .table-set-rental .set-summary dt {
  font-weight: 700;
}
.sec-rental .table-set-rental .set-summary dd {
  margin-top: 10px;
}
.sec-rental .table-set-rental .set-summary dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-rental .table-set-rental .set-summary dd ul li {
  width: 50%;
}
.sec-rental .table-single-rental {
  margin-top: 33px;
}
@media (max-width: 769px) {
  .sec-rental .table-single-rental {
    width: 800px;
    margin-top: 30px;
  }
}
.sec-rental .table-single-rental tbody td + td {
  text-align: right;
}
.sec-rental .notes {
  margin-top: 15px;
}
@media (max-width: 769px) {
  .sec-rental .notes {
    margin-top: 10px;
  }
}
.sec-rental .shop-info {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px dashed #C8C8C8;
}
.sec-rental .shop-info h3 {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 769px) {
  .sec-rental .shop-info h3 {
    font-size: 1.8rem;
  }
}
.sec-rental .shop-info .shop-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-rental .shop-info .shop-summary .text-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 304px;
}
.sec-rental .shop-info .shop-summary .text-wrap p {
  line-height: 1.7;
}
.sec-rental .shop-info .shop-summary .text-wrap dl {
  margin: 1.5em 0;
  line-height: 1.7;
}
.sec-rental .shop-info .shop-summary .photo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  margin-left: 23px;
}
.sec-rental .shop-info .shop-summary .photo-wrap img {
  width: calc(50% - 11.5px);
}
.sec-rental .cta-reserv {
  margin-top: 40px;
  background: #F9E679;
}

/* Seafood & BBQ set */
.sec-food {
  padding: 55px 0 66px;
  background: #ECE9DE;
}
@media (max-width: 769px) {
  .sec-food {
    padding: 30px 0;
  }
}
.sec-food .food-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
@media (max-width: 769px) {
  .sec-food .food-list {
    display: block;
  }
}
.sec-food .food-list > li {
  width: calc(50% - 14px);
  background: #fff;
  border: 4px solid #C3AF76;
}
@media (max-width: 769px) {
  .sec-food .food-list > li {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .sec-food .food-list > li + li {
    margin-top: 20px;
  }
}
.sec-food .food-list h3 {
  padding: 10px;
  background: #C3AF76;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 769px) {
  .sec-food .food-list h3 {
    font-size: 1.8rem;
  }
}
.sec-food .food-list .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 53px);
  padding: 23px 40px 40px;
}
@media (max-width: 769px) {
  .sec-food .food-list .summary {
    height: auto;
    padding: 20px;
  }
}
.sec-food .food-list .summary .read {
  font-size: 1.6rem;
}
@media (max-width: 769px) {
  .sec-food .food-list .summary .read {
    font-size: 1.5rem;
  }
}
.sec-food .food-list .summary ul {
  margin: 10px 0 20px;
  font-size: 1.6rem;
  font-weight: 700;
}
.sec-food .food-list .summary img {
  margin-top: auto;
}
.sec-food .food-list .summary .link-pdf {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 769px) {
  .sec-food .food-list .summary .link-pdf {
    margin-top: 20px;
  }
}
.sec-food .notes {
  margin-top: 18px;
}
@media (max-width: 769px) {
  .sec-food .notes {
    margin-top: 10px;
  }
}
.sec-food .cta-reserv {
  margin-top: 40px;
}

/* Reservation */
.sec-reservation {
  padding: 45px 0;
  background: #F9E679;
}
@media (max-width: 769px) {
  .sec-reservation {
    padding: 30px 0;
  }
}
.sec-reservation .item.has-fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 769px) {
  .sec-reservation .item.has-fig {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-reservation .item + .item {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 2px dashed #fff;
}
.sec-reservation .item .text-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 380px;
  margin-right: auto;
}
@media (max-width: 769px) {
  .sec-reservation .item .text-wrap {
    width: 100%;
  }
}
.sec-reservation .item .fig-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 769px) {
  .sec-reservation .item .fig-wrap {
    margin-top: 20px;
  }
}
.sec-reservation .item .fig-wrap .regist {
  width: 254px;
}
@media (max-width: 769px) {
  .sec-reservation .item .fig-wrap .regist {
    width: 50%;
  }
}
.sec-reservation .item .fig-wrap .regist img {
  display: block;
  max-width: 170px;
  margin: 0 auto 16px;
}
@media (max-width: 769px) {
  .sec-reservation .item .fig-wrap .regist img {
    max-width: 120px;
    margin-bottom: 10px;
  }
}
.sec-reservation .item .fig-wrap .arrow {
  width: 47px;
}
@media (max-width: 769px) {
  .sec-reservation .item .fig-wrap .arrow {
    width: 25px;
    margin: 0 -5px;
  }
}
.sec-reservation .item .fig-wrap .reserv {
  width: 254px;
}
@media (max-width: 769px) {
  .sec-reservation .item .fig-wrap .reserv {
    width: 50%;
  }
}
.sec-reservation .item .fig-wrap .reserv img {
  display: block;
  max-width: 170px;
  margin: 0 auto 16px;
}
@media (max-width: 769px) {
  .sec-reservation .item .fig-wrap .reserv img {
    max-width: 120px;
    margin-bottom: 10px;
  }
}
.sec-reservation .item h3 {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 769px) {
  .sec-reservation .item h3 {
    font-size: 1.8rem;
  }
}
.sec-reservation .item .catch strong {
  color: #62A213;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.sec-reservation .item ul {
  margin: 15px 0;
}
.sec-reservation .item .read {
  line-height: 1.7;
}
@media (max-width: 769px) {
  .sec-reservation .item .read a {
    color: #222;
  }
}
.sec-reservation .item .tel {
  font-weight: 500;
}
.sec-reservation .item .tel strong {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 769px) {
  .sec-reservation .item .tel a {
    color: #222;
  }
}
.sec-reservation .item .notes {
  margin-top: 10px;
  font-size: 1.2rem;
}

/* Nearby tourist information */
.sec-nearby {
  padding: 43px 0 56px;
  background: #ECE9DE;
}
@media (max-width: 769px) {
  .sec-nearby {
    padding: 30px 0;
  }
}
.sec-nearby .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px;
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 769px) {
  .sec-nearby .info-list {
    gap: 24px 16px;
  }
}
.sec-nearby .info-list li {
  width: calc(16.6666666667% - 21.6666666667px);
}
@media (max-width: 769px) {
  .sec-nearby .info-list li {
    width: calc(50% - 8px);
  }
}
.sec-nearby .info-list li a {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .sec-nearby .info-list li a:hover {
    opacity: 0.7;
  }
}
.sec-nearby .info-list .thumb {
  margin: 0 0 20px;
}
@media (max-width: 769px) {
  .sec-nearby .info-list .thumb {
    margin-bottom: 15px;
  }
}
.sec-nearby .info-list .name {
  text-align: center;
}
.sec-nearby .info-list .name strong {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 769px) {
  .sec-nearby .info-list .name strong {
    font-size: 1.5rem;
  }
}
.sec-nearby .info-list .name .access {
  display: block;
  margin-top: 5px;
  color: #A08F5B;
}

/* Others */
.sec-others {
  padding: 45px 0 60px;
}
@media (max-width: 769px) {
  .sec-others {
    padding: 30px 0;
  }
}
.sec-others dt {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 769px) {
  .sec-others dt {
    font-size: 1.8rem;
  }
}
.sec-others dt span {
  color: #62A213;
}
.sec-others dd {
  margin-top: 12px;
}
.sec-others dd + dt {
  margin-top: 45px;
  padding-top: 35px;
  border-top: 2px dashed #C8C8C8;
}
.sec-others dd .read {
  line-height: 1.7;
}
.sec-others dd .read + .read {
  margin-top: 1.5em;
}
.sec-others dd .read strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
.sec-others dd .read em {
  color: #F25A02;
  font-weight: 700;
}
.sec-others dd .link-pdf {
  margin: 20px 0 0;
}

/* lower */
.l-contents {
  padding: 50px 0;
}
@media (max-width: 769px) {
  .l-contents {
    padding: 30px 0;
  }
}
.l-contents a {
  color: #F25A02;
  font-weight: 700;
  text-decoration: none;
}

.l-page-head .page-title {
  margin: 0 0 50px;
  padding: 0 0 15px;
  border-bottom: 1px solid #777;
}
@media (max-width: 769px) {
  .l-page-head .page-title {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}
.l-page-head .page-title span {
  display: block;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .l-page-head .page-title span {
    font-size: 3rem;
  }
}
.l-page-head .page-title small {
  display: block;
  color: #777;
  font-size: 1.7rem;
}
@media (max-width: 769px) {
  .l-page-head .page-title small {
    font-size: 1.5rem;
  }
}

.news-archive-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
@media (max-width: 769px) {
  .news-archive-list li {
    display: block;
    padding: 10px 15px;
  }
}
.news-archive-list li + li {
  margin-top: 8px;
}
.news-archive-list .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  color: #777;
  font-size: 1.4rem;
}
@media (max-width: 769px) {
  .news-archive-list .date {
    display: block;
    width: 100%;
    font-size: 1.2rem;
  }
}
.news-archive-list .title {
  padding: 20px 40px;
}
@media (max-width: 769px) {
  .news-archive-list .title {
    margin-top: 5px;
    padding: 0;
  }
}
.news-archive-list .title a {
  color: #222;
}

.news-detail .date {
  margin: 0 0 20px;
  color: #777;
  font-size: 1.6rem;
}
@media (max-width: 769px) {
  .news-detail .date {
    font-size: 1.2rem;
  }
}
.news-detail .eye-catch {
  margin: 0 0 30px;
}
.news-detail h1 {
  margin: 0 0 30px;
  font-size: 3rem;
  font-weight: 700;
}
.news-detail h2 {
  margin: 2em 0;
  font-size: 2.4rem;
  font-weight: 700;
}
.news-detail h3 {
  margin: 2em 0;
  font-size: 2rem;
  font-weight: 700;
}
.news-detail h4 {
  margin: 2em 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.news-detail p {
  margin: 1.5em 0;
}

/* 404 */
.error-404 {
  padding: 100px 0;
  text-align: center;
}
.error-404 .not-found-text {
  font-size: 2rem;
  font-weight: 500;
}