body {
  font-family: 'LimeLight', 'M PLUS Rounded 1c', 'sans-serif';
  background-color: #f5f0e1;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
}

a:hover {
  opacity: 0.6;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}


/*header*/
#header {
  width: 100%;
}

.container {
  display: flex;
  flex-direction: row-reverse;
}

.top-right {
  position: relative;
  width: 30%;
  height: 100vh;
  padding: 3% 0;
  text-align: center;
  color: #4A4F2F;
}

.top-right a {
  color: #000;
}

.menu-container {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hamburger {
  width: 55px;
  height: 55px;
  position: relative;
}

.hamburger span {
  height: 2px;
  background: #000;
  position: absolute;
  z-index: 20;
  transition: all 0.5s;
}

.hamburger span:nth-child(1) {
  width: 10px;
  top: 40%;
  left: 37%;
}

.hamburger span:nth-child(2) {
  width: 20px;
  top: 55%;
  left: 28%;
}

.hamburger span:nth-child(3) {
  width: 30px;
  top: 70%;
  left: 20%;
}

.header-menu {
  font-size: 24px;
}

/*ヘッダー右側のページタイトル*/
.header-text {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  margin: 30px 0;
  padding: 0 10%;
  /* text-shadow: 2px 2px 3px; */
  font-family: "Murecho", sans-serif;
}

.header-title {
  writing-mode: vertical-rl;
  display: inline-block;
  width: 60px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 5px;
}

/*〇の中の文字*/
.circle-p {
  display: flex;
  justify-content: space-around;
  width: 90px;
  height: 50%;
  margin: auto 0;
  writing-mode: vertical-rl;
  position: relative;
  padding: 0 15% 0 10%;
  font-size: 24px;
}

.header-circle {
  position: relative;
  margin: 0 auto;
}

.header-circle::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  border: 1px solid #000;
  border-radius: 50%;
  top: -80%;
  right: -48px;
}

.logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8vw;
  height: 8vw;
}

.mainvisual {
  width: 80%;
  height: 100vh;
  object-fit: cover;
}

/*ハンバーガーメニューを開いたときのnav*/
.header-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  background-image: url(/img/header-background.png);
  background-size: cover;
  opacity: 0;
  z-index: 10;
  transition: all 1.0s;
}

.header-nav li {
  margin-top: 50px;
  list-style: none;
}

.open .header-nav {
  right: 0;
  opacity: 1;
}

.open .hamburger span:nth-child(1) {
  transform: rotate(-45deg);
  width: 25px;
  top: 55%;
  left: 28%;
}

.open .hamburger span:nth-child(2) {
  transform: rotate(-45deg);
  width: 25px;
  left: 28%;
}

.open .hamburger span:nth-child(3) {
  transform: rotate(45deg);
  width: 25px;
  top: 55%;
  left: 28%;
}


/*about*/
#about {
  display: flex;
  justify-content: right;
  width: 100%;
  padding: 50px 0 50px;
  margin: 80px 0;
}

.about-text {
  width: 45%;
  padding: 0 5.5%;
}

/***セクション共通のタイトル***/
.section-title {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  font-size: 5.55vw;
  letter-spacing: 1.38vw;
  font-family: 'LimeLight', 'sans-serif';
  font-weight: normal;
  color: #E89C42;
  text-shadow: 5px 5px #6b4f3e;
}

.sub-title {
  margin-bottom: 20px;
  letter-spacing: 5px;
}

.about-img {
  width: 50%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
  box-shadow: -15px 20px rgba(217, 221, 228, 1);
}

.detail {
  margin-bottom: 15px;
  letter-spacing: 5px;
}

/*****各セクションの詳細に飛ぶボタン*****/
.btn-a {
  display: flex;
  justify-content: center;
  width: 300px;
  height: 80px;
  padding: 0 10px 0 30px;
  align-items: center;
  border-radius: 20px;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right,
      #E89C42 0%,
      #E89C42 50%,
      #E1C16E 50%,
      #E1C16E 100%);
  transition: background-position ease 0.4s;
}

.btn-a:hover {
  opacity: 1;
  background-position: 0 0;
}

.hammer-img {
  width: 50px;
  height: 50px;
  z-index: 10;
}

/******************************/

/*slick*/
.slick {
  margin-bottom: 100px;
}

.slick-area {
  width: 100%;
  height: 300px;
  display: flex;
}

.slick-area li {
  height: 300px;
  margin: 0 15px;
}

.slick-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/*緑のボタン2つ*/
.sites-info {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 150px;
}

.greenbox {
  position: relative;
  width: 40vw;
  height: 300px;
  margin: 2%;
  padding: 20px;
  border-radius: 20px;
  background-color: #2e4f3f;
  color: #f5f0e1;
}

/*緑のボックス  右下が欠けているように見せるための四角*/
.greenbox span {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 140px;
  height: 140px;
  background-color: #f5f0e1;
  border-radius: 20% 0 0;
}

/*黄色い丸*/
.greenbox span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 120px;
  height: 120px;
  background: #e1c16e;
  border-radius: 50%;
  z-index: 1;
}

/*矢印*/
.greenbox span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  aspect-ratio: 1/1;
  background-image: url("../img/yajirushi.png");
  z-index: 2;
  background-size: cover;
}

.en-txt {
  font-size: 40px;
  font-family: 'LimeLight';
}

.ja-txt {
  font-size: 28px;
}

.description {
  position: absolute;
  top: 105%;
  left: 0;
  color: #000;
  letter-spacing: 2px;
  font-size: 1.25vw;
}

.greenbox img {
  position: absolute;
  top: 56%;
  right: 5%;
  width: 100px;
  z-index: 10;
}


/*****map*****/
#map {
  display: flex;
  max-width: 100%;
  margin-bottom: 120px;
}

.sitemap-img {
  width: 50%;
  height: fit-content;
  border-radius: 0 20px 20px 0;
  box-shadow: 15px 20px rgba(217, 221, 228, 1);
}

.map-txt {
  width: 45%;
  padding-left: 5%;
}


/*news*/
#news {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 120px;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 30px;
  margin: 50px auto 30px;
  width: 80%;
}

#news li:hover {
  transform: scale(1.1);
  background: #E0E6F0;
}

#news li {
  align-items: center;
  width: 100%;
  height: max(100%, 117px);
  list-style: none;
  transition: 0.5s;
  border-radius: 20px;
  background: rgba(217, 221, 228, 1);
}

#news li a {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 5% 2% 5% 5%;
  text-align: left;
}

.news-grid li img {
  width: 35%;
  margin-right: 15px;
  border-radius: 20px;
}

#news .btn-a {
  margin: 0 auto;
}

#news .btn-a img {
  margin-left: 10px;
}


/*access*/
#access {
  display: flex;
  justify-content: right;
  margin-bottom: 120px;
}

.access-left {
  width: 40%;
  padding: 0 5.5%;
}

.access-txt {
  margin-bottom: 20px;
}

.googlemap {
  width: 50%;
  border-radius: 20px 0 0 20px;
  box-shadow: -15px 20px rgba(217, 221, 228, 1);
}

/*contact*/
#contact {
  display: flex;
  justify-content: left;
  margin-bottom: 120px;
  padding-right: 30px;
}

.contact-img {
  width: 50%;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
  box-shadow: 15px 20px rgba(217, 221, 228, 1);
}

.contact-right {
  width: 40%;
  padding: 0 4%;
}

.contact-right ul {
  width: 100%;
}

.contact-right ul li {
  margin: 0 0 20px 20px;
}

#contact .btn {
  width: 220px;
}



/*ページ上部へ移動するボタン*/
.pagetop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}

.pagetop-text {
  padding: 0 20px;
}

.pagetop-img {
  width: 100px;
  transition: transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.pagetop-img:hover {
  transform: translateY(-50px);
}

/*footer*/
footer {
  height: 529px;
  position: relative;
  justify-content: center;
  background-image: url(/img/footer.png);
  background-position: center;
}

footer img {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 150px;
  left: 50%;
  transform: translateX(-35%);
}

.footer-list {
  display: flex;
  position: absolute;
  justify-content: space-between;
  max-width: 500px;
  top: 270px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.footer-list li {
  margin-bottom: 20px;
  list-style: none;
}

.footer-list li a {
  font-size: 15px;
  text-decoration: none;
  color: #fff;
}

.footer-left {
  width: 60%;
  padding: 0 5%;
}

.footer-right {
  width: 40%;
  padding: 0 5%;
}


/*常に表示されるreserveボタン*/
.reserve {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 100px;
  z-index: 100;
}

.reserve a:hover {
  opacity: 1;
}

.reserve img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
}


@keyframes vibration {
  20% {
    transform: rotate(10deg);
  }

  80% {
    transform: rotate(-10deg);
  }

}

.reserve :hover {
  animation-name: vibration;
  animation-duration: 0.5s;
}


/*****タブレットサイズのレスポンシブ*****/
@media(max-width:960px) {

  /*ヘッダー*/
  .top-right,
  .mainvisual {
    height: 80vh;
  }

  .header-text {
    margin-top: 10px;
  }

  .header-title {
    font-size: 24px;
  }

  .circle-p {
    height: 40%;
  }

  .header-circle {
    font-size: 16px;
  }

  .header-circle::before {
    width: 110px;
    height: 110px;
    top: -100%;
    right: -43px;
  }

  .logo {
    width: 110px;
    height: 110px;
  }


  .section-title {
    margin-bottom: 10px;
    font-size: 48px;
  }

  .sub-title {
    font-size: 24px;
  }

  /***各セクションの詳細に飛ぶボタン***/
  .btn-a {
    width: 31vw;
    min-width: 250px;
  }


  /*aboutセクション*/
  #about {
    margin: 30px 0;
  }

  .about-text {
    width: 50%;
  }

  .about-img {
    width: 40%;
    height: fit-content;
    min-height: 360px;
  }


  .sites-info {
    margin-bottom: 100px;
  }

  /*緑色のボタン2つ*/
  .greenbox {
    height: 31vw;
  }

  .greenbox span {
    width: 14vw;
    height: 14vw;
  }

  /*緑のボタンの丸*/
  .greenbox span::after {
    width: 12vw;
    height: 12vw;
  }

  .en-txt {
    font-size: 5vw;
  }

  .ja-txt {
    font-size: 2vw;
  }

  .description {
    font-size: 2vw;
  }

  /*mapセクション*/
  #map {
    margin-bottom: 80px;
  }

  /***newsセクション***/
  #news {
    margin-bottom: 80px;
  }

  .news-grid {
    width: 100%;
    gap: 4vw 3vw;
  }

  #news li a {
    padding: 5% 2%;
  }

  .news-grid li img {
    width: 25%;
  }

  #news .btn-a img {
    width: 40px;
  }

  /***accessセクション***/
  .access-left {
    width: 50%;
  }

  .googlemap {
    width: 40%;
    height: auto;
  }

  /***contactセクション***/
  .contact-img {
    width: 40%;
    height: fit-content;
    min-height: 360px;
  }

  .contact-right {
    width: 400px;
  }
}


/*****スマホサイズのレスポンシブ*****/
@media(max-width:600px) {

  /***各セクションの詳細に飛ぶボタン***/
  .btn-a {
    display: inline-flex;
    width: auto;
    min-width: 0;
    height: 50px;
    padding: 0 6% 0 8%;
  }

  .btn p {
    font-size: 10px;
  }

  .hammer-img {
    width: 5vw;
    height: 5vw;
  }

  /**********************************/

  /*header*/
  .top-right {
    width: 100%;
    padding: 20px;
  }

  .top-right a {
    margin-left: 50px;
  }

  .header-text {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 10;
  }

  .header-circle::before {
    border: 1px solid #fff;
  }

  .logo {
    position: absolute;
    top: 15px;
    left: 18%;
    width: 70px;
    height: 70px;
  }

  .mainvisual {
    position: absolute;
    top: 17%;
    width: 100%;
    height: 60vh;
  }

  /*aboutセクション*/
  #about {
    flex-direction: column;
    margin-bottom: 30px;
    padding: 5%;
    text-align: center;
  }

  .about-text {
    width: 100%;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .section-title::after {
    height: 15px;
  }

  .sub-title {
    font-size: 16px;
  }

  .detail {
    width: 90%;
    margin-inline: auto;
    font-size: 12px;
    text-align: left;
  }

  .about-img {
    width: 90%;
    height: 200px;
    min-height: 0;
    margin: 20px auto;
    border-radius: 20px;
  }

  /*slickエリア*/
  .slick {
    margin-bottom: 50px;
  }

  .slick-area {
    height: auto;
  }

  .slick-area li {
    height: 50vw;
  }

  /*緑色のボタン2つ*/
  .sites-info {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }

  .greenbox {
    width: 80%;
    margin-bottom: 30px;
  }

  .ja-txt {
    font-size: 14px;
  }

  .description {
    font-size: min(3.3vw, 16px);
  }


  /*map*/
  #map {
    flex-direction: column-reverse;
    margin-bottom: 50px;
    align-items: center;
  }

  .map-txt {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .sitemap-img {
    width: 80%;
    border-radius: 20px;
  }


  /*news*/
  #news {
    width: 100%;
    margin-bottom: 50px;
    padding: 5%;
  }

  .news-grid {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  #news li {
    width: 90%;
    margin: 0 auto 20px;
  }

  .news-grid li img {
    margin-right: 5%;
  }

  .news-grid li p {
    font-size: max(3vw, 16px);
  }

  #news .btn {
    width: 150px;
  }

  #news .btn .hammer-img {
    width: 20px;
  }

  /*access*/
  #access {
    flex-direction: column;
    margin-bottom: 80px;
  }

  .access-left {
    width: 100%;
    margin: 0;
    padding: 5%;
    text-align: center;
  }

  .access-txt {
    width: 93%;
    margin: 0 auto 20px;
    text-align: left;
  }

  .googlemap {
    width: 80%;
    height: 200px;
    margin: 0 auto;
    border-radius: 20px;
  }


  /*contact*/
  #contact {
    position: relative;
    flex-direction: column-reverse;
    margin-bottom: 80px;
    padding: 0 5% 0;
  }

  .contact-right {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 30px;
    text-align: center;
  }

  .contact-right ul {
    text-align: left;
  }

  .contact-right .btn {
    position: absolute;
    bottom: 0;
    right: 5%;
  }

  .contact-img {
    width: 80%;
    margin: 0 auto;
    min-height: 0;
    border-radius: 20px;
  }

  /*pagetop*/

  .pagetop-img {
    width: 80px;
    height: 80px;
  }

  /*reserve*/
  .reserve img {
    width: 80px;
    height: 80px;
  }

  .reserve p {
    font-size: 10px;
  }
}

/*********************************************
ここから個別ページ↓↓↓
*********************************************/

/***個別ページの共通パーツ***/
.page-header {
  width: 100%;
  height: 150px;
  padding: 35px;
  text-align: center;
  background-color: #2e4f3f;
}

.page-title {
  font-family: 'Limelight';
  font-size: 40px;
  letter-spacing: 10px;
  color: #fff;
}

.page-subtitle {
  font-family: 'Limelight';
  font-size: 20px;
  letter-spacing: 3px;
  color: #E1C16E;
}



/**************************************************
aboutページ
**************************************************/
.about-mainvisual {
  position: relative;
  width: 100%;
  height: 420px;
  background-image: url(/img/top.jpg);
  background-size: cover;
  background-position: center;
}

.about-mainvisual p {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  text-shadow: 5px 6px 4px #000;
  letter-spacing: 2px;
}

.about-mainvisual p:first-child {
  top: 25%;
}

.about-mainvisual p:nth-child(3) {
  top: 65%;
}


/******history******/

.history {
  display: flex;
  padding-top: 50px;
}

.history-left {
  width: 72%;
}

.history-sub-text {
  height: 60px;
  padding-left: 7%;
  font-family: 'LimeLight';
  font-size: 36px;
  line-height: 1;
  background-image: linear-gradient(90deg, #f5f0e1, #f5ba08);
}

.history-sub-text span {
  font-size: 64px;
}

.history-left p {
  padding: 8%;
  line-height: 2.5;
}

.history-right {
  width: 28%;
  position: relative;
  overflow-x: hidden;
}

.history-right img {
  width: 100%;
  height: 98%;
  min-width: 320px;
}

.history-right img:last-child {
  display: none;
}


/******dream******/
.dream {
  display: flex;
  margin-bottom: 50px;
  padding-top: 50px;
}

.dream-left {
  width: 28%;
  position: relative;
}

.dream-left img {
  width: 100%;
  height: 100%;
  min-width: 250px;
}

.dream-left img:last-child {
  display: none;
}

.dream-right {
  width: 72%;
}

.dream-right .sub-text {
  height: 60px;
  padding-left: 7%;
  font-family: 'LimeLight';
  font-size: 36px;
  line-height: 1;
  background-image: linear-gradient(90deg, #e9fff5, #04832e);
}

.dream-right .sub-text span {
  font-size: 64px;
}

.dream-right-text {
  padding: 8%;
  line-height: 2.5;
}

.dream-right-text p {
  margin: 10px 0 30px;
}

.dream-right-text span {
  padding: 2% 3%;
  color: #fff;
  background-color: #e1c16e;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
}



/*footer-reserve*/
.footer-reserve {
  margin: 50px 0;
  text-align: center;
}

.footer-reserve img {
  max-width: 100%;
}


/********タブレットサイズのレスポンシブ********/
@media(max-width:960px) {
  .history-left p {
    font-size: max(12px, 1.67vw);
  }

  .history-right img {
    min-width: 215px;
  }

  .dream-left img {
    min-width: 200px;
  }

  .dream-right-text {
    font-size: max(12px, 1.67vw);
  }

  .dream-right-text p {
    margin-bottom: min(10px, 3vw);
  }

  .dream-right-text span {
    font-size: 16px;
  }
}

/********スマホサイズのレスポンシブ********/
@media(max-width:600px) {
  .about-mainvisual p {
    font-size: min(3.59vw, 16px);
  }

  .history {
    flex-direction: column;
  }

  .history-left,
  .history-right {
    width: 100%;
  }

  .history-left p {
    padding-bottom: 3%;
  }

  .history-right img:first-child {
    display: none;
  }

  .history-right img:last-child {
    display: block;
    max-height: 180px;
  }

  .dream {
    flex-direction: column-reverse;
  }

  .dream-left,
  .dream-right {
    width: 100%;
  }

  .dream-left img:first-child {
    display: none;
  }

  .dream-left img:last-child {
    display: block;
  }

  .dream-right-text {
    padding-bottom: 3%;
  }
}


/********************************************************
【キャンプサイト】【施設】     共通の部分
********************************************************/

/****ページ上部の選択ボタン****/
.campsite-top {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 30px auto;
}

.campsite-top a {
  position: relative;
  width: 300px;
  height: 80px;
  padding-left: 20px;
  line-height: 5;
  border: 1px solid;
  border-radius: 20px;
}

.campsite-top a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 10px;
  border-bottom: 0;
}


/*****丸太の部分*****/
.maruta {
  width: 100%;
  margin: 50px 0;
  text-align: center;
}

.maruta-img {
  display: flex;
  justify-content: center;
  width: 100%;
}

.maruta-img img {
  max-width: 120px;
  width: 26%;
}

.maruta p {
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 20px;
}


/*****************************************************
セクション共通の部分【写真・黄色い四角・文字】
****************************************************/

.section-inner {
  width: 80%;
  margin: 0 auto;
}


.campsite-title {
  font-size: min(2.5vw, 32px);
}

.textbox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.icon {
  width: 5vw;
  margin-left: 10%;
  border-radius: 50%;
  background: #fff;
}

.title-box {
  width: 100%;
  margin-bottom: 20px;
}

.title-box p {
  text-align: left;
  /* font-size: 1.1vw; */
}


.site-content {
  display: flex;
  position: relative;
  width: 100%;
  height: 49vw;
  text-align: center;
  border-radius: 20px;
}

.site-content-img {
  position: absolute;
  top: 4%;
  left: 0;
  width: 80%;
  aspect-ratio: 3/2;
  max-height: 614px;
  border-radius: 0 120px 120px;
}


.site-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20%;
  right: 0;
  width: min(40vw, 525px);
  border-radius: 120px 120px 0;
  background: #e1c16e;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.detail-inner {
  width: 61%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-top: 10px;
}

.site-detail ul {
  width: 100%;
  padding-top: 20px;
  border-top: 4px dotted #7fb5b5;
}

.site-detail li {
  margin-bottom: 10px;
  text-align: left;
  list-style: none;
}



/*****price*****/

.price-img {
  width: 100%;
  margin-bottom: 50px;
}

.price-title {
  position: relative;
  padding-left: 60px;
  text-align: left;
  letter-spacing: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #495f54;
}

.price-title::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(/img/money.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}


.price-table {
  width: 100%;
  margin: 20px auto 80px;
  text-align: center;
  font-size: 24px;
}

.price-table th {
  height: 80px;
  border-radius: 20px 20px 0 0;
  background-color: #E1C16E;
}

.price-table th:nth-child(1),
.price-table th:nth-child(2) {
  border-right: 1px solid #d9d9d9;
}

.price-table td {
  height: 100px;
  line-height: 3;
  border: 1px solid #d9d9d9;
}

/*************************************************
campsite&pricingページ*************************************************/

.site-introduce {
  width: 80%;
  margin: 20px auto;
}

.site-introduce-title {
  margin-bottom: 10px;
  font-size: max(3vw, 24px);
  color: #04832e;
  letter-spacing: 20px;
}

.site-introduce-title span {
  color: mediumseagreen;
}

.site-introduce p {
  font-size: max(1.38vw, 16px);
}

/****campsite&pricingだけのレスポンシブ****/
@media(max-width:960px) {
  .site-introduce {
    width: 90%;
  }
}

@media(max-width:600px) {
  .site-introduce-title {
    font-size: 20px;
  }
}


/****************************************************
campsite&pricing facilities 共通のレスポンシブ
****************************************************/

/******タブレットサイズのレスポンシブ******/

@media(max-width:960px) {

  /*ヘッダー*/
  .c-p-header {
    padding: 3.64vw;
  }

  /*ページ内リンク*/
  .campsite-top {
    width: 90%;
  }

  .campsite-top a::after {
    right: 5px;
  }


  /*各セクションの中身*/
  .section-inner {
    width: 90%;
  }

  .site-content {
    height: 90vw;
  }

  .site-content-img {
    width: 80%;
  }

  .site-detail {
    width: 60vw;
    height: max(35vw, 290px);
    top: 47%;
  }

  .title-box {
    justify-content: space-between;
  }

  .textbox,
  .title-box {
    margin-bottom: 3%;
  }

  .title-box p {
    font-size: 16px;
  }

  .campsite-title {
    font-size: 24px;
  }

  .site-detail ul {
    padding-top: 3%;
  }

  .site-detail li {
    margin-bottom: 2%;
  }


  /****************************
入場料・レンタル料の表部分
*****************************/

  .price-title {
    margin-left: 0;
    padding-left: 13%;
    font-size: min(5vw, 32px);
  }

  .price-title::before {
    width: min(9vw, 50px);
    height: min(9vw, 50px);
  }

  .price-table {
    width: 100%;
    font-size: min(4.4vw, 24px);
  }

  .price-table th {
    height: 10vw;
  }

  .price-table td {
    height: 12vw;
  }

}

/******スマホサイズのレスポンシブ******/
@media(max-width:600px) {
  .campsite-top a {
    max-width: 200px;
    height: auto;
    padding: 0 10px;
    font-size: 12px;
  }

  .maruta {
    margin-bottom: 50px;
  }

  .maruta p {
    font-size: 5vw;
    letter-spacing: 15px;
  }

  .site-content {
    height: min(120vw, 500px);
  }

  .site-content-img {
    width: 90%;
    border-radius: 0 90px 90px;
  }

  .site-detail {
    width: min(91%, 330px);
    height: min(74vw, 250px);
    top: auto;
    bottom: 0;
    border-radius: 90px 90px 0;
  }

  .detail-inner {
    width: 70%;
  }

  .title-box p {
    font-size: 14px;
  }

  .site-detail li {
    margin-bottom: 0;
    font-size: 14px;
  }
}


/*****************************************************
facilitiesページ
*****************************************************/

.facilities-top a {
  max-width: 200px;
  width: 33%;
  padding-left: 0;
  text-align: center;
}

#cooking-area .site-content,
.toilet .site-content,
.shower .site-content,
.athletic .site-content {
  border: none;
}

.kitchen-img {
  object-position: bottom;
}

#rental-price .maruta p {
  margin-bottom: 30px;
}

#shop .price-table {
  margin: 15px auto;
}


/*facilitiesだけのレスポンシブ*/
@media(max-width:600px) {
  .facilities-site-detail {
    width: min(95%, 330px);
    height: min(85vw, 265px);
  }

  #cooking-area .site-content,
  #toilet .site-content,
  #shower .site-content,
  #athletic .site-content {
    height: min(135vw, 500px);
  }

  .attention {
    font-size: 14px;
  }
}



/***************************************************
newsページ
****************************************************/
.news-inner {
  width: 90%;
  margin: 0 auto;
}

/*左右を横並びにする*/
.news-flex-container {
  display: flex;
  justify-content: space-around;
  margin: 50px 0 100px;
}

/*左側*/
.news-left-item {
  width: 60%;
}

.news-title {
  font-size: 32px;
}

.news-date {
  margin-bottom: 20px;
  text-align: right;
}

.news-left-item img {
  width: 100%;
  height: 30vw;
}

.news-left-item-text {
  margin: 30px 0;
}

.news-sub-title {
  position: relative;
  margin: 40px 0 15px;
  font-size: 24px;
  color: #04832e;
}

.news-sub-title::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 0.3px;
  background: rgb(0, 0, 0, 0.35);
}

.news-left-item-text ul {
  padding-left: 20px;
}

.news-left-item-text ul li {
  margin-bottom: 5px;
}

.tour-content li:nth-of-type(5) {
  margin-top: 10px;
  list-style-type: "※";
}

/*右側*/
.news-right-item {
  width: 25%;
}

.news-right-title {
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  color: #E89C42;
}

.news-right-title::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 0.3px;
  background: rgb(0, 0, 0, 0.35);
}

.news-list li {
  list-style: none;
  margin-bottom: 20px;
}

.news-list li a {
  display: flex;
  align-items: center;
}

.news-list img {
  width: 30%;
  object-fit: cover;
}

.news-list p {
  padding-left: 5%;
}

/*****タブレットサイズのレスポンシブ*****/

@media(max-width:960px) {
  .news-title {
    font-size: max(3.33vw, 24px);
  }

  /*右側*/
  .news-right-item {
    width: 30%;
  }

  .news-list p {
    font-size: max(1.667vw, 12px);
  }
}

/*****スマホサイズのレスポンシブ*****/
@media(max-width:600px) {
  .news-flex-container {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .news-inner {
    width: 80%;
  }

  .news-left-item {
    width: 100%;
  }

  .news-left-item img {
    height: 40vw;
  }

  .news-right-item {
    width: 100%;
  }

  .news-list p {
    font-size: 16px;
  }
}



/****************************
contactページ
****************************/
.contact-inner {
  width: 80%;
  max-width: 950px;
  margin: 50px auto;
}

.contact-title {
  position: relative;
  margin: 50px;
  font-size: 32px;
}

.contact-title::before {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  border-radius: 50%;
  background: #e1c16e;
}

.contact-attention ul {
  margin: 50px;
}

.contact-attention ul li {
  margin-bottom: 30px;
}

.contact-attention ul span {
  border-bottom: 1px solid;
  font-weight: bold;
}

/*問い合わせフォーム*/
form {
  padding: 10% 5%;
  background: #e1c16e;
}

form dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

form dl dt {
  width: 35%;
}

form dl dt label {
  position: relative;
}

form dl dd {
  display: flex;
  justify-content: flex-end;
  width: 50%;

}

/*5番目以降は左寄せ*/
form dl dd:nth-of-type(n+5) {
  justify-content: flex-start;
}

form dl dd input {
  width: 100%;
  background: #fff;
  border: 1px solid #9A9797;
  border-radius: 10px;
}

/*ラジオボタン*/
form dl dd:nth-of-type(5) {
  align-items: center;
}

#select-mail,
#select-tel {
  width: 10%;
  height: 100%;
}

.select-label {
  width: 40%;
}

/*必須の表示*/
form dt label::after {
  position: absolute;
  content: "必須";
  right: -35px;
  padding: 2px;
  font-size: 12px;
  color: #fff;
  background: #FF061B;
  border-radius: 40%;
}

/*テキストエリア*/
#contact-text {
  width: 100%;
  height: 100px;
  border: 1px solid #9A9797;
  background: #fff;
  border-radius: 10px;
}

/*送信ボタン*/
.submit-btn {
  margin-top: 50px;
  text-align: center;
}

.submit-btn input {
  width: 200px;
  height: 70px;
  border-radius: 20px;
  color: #fff;
  background: #2e4f3f;
}


/***スマホサイズのレスポンシブ（タブレットサイズは無し）***/
@media(max-width:600px) {
  .contact-title {
    margin: 0 0 0 40px;
    font-size: 20px;
  }

  .contact-title::before {
    width: 30px;
    height: 30px;
    left: -40px;
  }

  .contact-attention ul {
    margin: 20px 0 20px 40px;
  }

  .contact-attention ul li {
    margin-bottom: 10px;
  }

  /*問い合わせフォーム*/
  form dl {
    flex-direction: column;
    gap: 0;
  }

  form dl dt {
    width: 100%;
  }

  form dl dd {
    width: 100%;
    margin-bottom: 20px;
  }

}


/****************************
よくある質問ページ
***************************/
.faq {
  display: flex;
}

.faq ul li {
  list-style: none;
}

.faq-left {
  width: 30%;
  min-width: 255px;
  padding: 20px 0 0 30px;
  background: #E1C16E;
}

.faq-left ul {
  height: 100%;
}

.faq-left ul li {
  margin-bottom: 20px;
  color: #fff;
}

/*FAQの右側*/
.faq-right {
  width: 70%;
  padding: 2%;
}

.faq-sub-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #04832e;
}

.faq-keyword-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.faq-keyword-list li {
  margin: 0 1% 1% 0;
}

.faq-keyword-list li a {
  display: inline-block;
  width: max-content;
  height: 100%;
  padding: 5px;
  color: #04832e;
  border: 1px solid #04832e;
  border-radius: 10px;
  vertical-align: middle;
  overflow: hidden;
}

/*hoverしたら色が変わる*/
.faq-keyword-list li a:hover {
  background: #04832e;
  color: #fff;
  transition: all 0.8s;
}

/*FAQの内容*/
.faq-main {
  margin-top: 25px;
}

.faq-main li {
  border-bottom: 1px solid #9A9797;
  cursor: pointer;
}

.faq-main li:last-child {
  border-bottom: none;
}

.accordion-parent {
  position: relative;
  width: 90%;
  padding: 3%;
  color: #04832e;
}

/*開閉の＋とー*/
.accordion-parent::before,
.accordion-parent::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  top: 50%;
  right: -10%;
  transition: all 0.8s;
  background: #04832e;
}

.accordion-parent::after {
  transform: rotate(90deg);
}

/*openクラスが開くとーになる*/
.accordion-parent.open::after {
  transform: rotate(0);
}

/*質問の答え  openクラスのときに開く*/
.accordion-child {
  display: none;
  padding: 3%;
  color: #fff;
  background: #04832e;
}

.accordion-child.open {
  display: block;
}

/*スマホサイズのレスポンシブ*/
@media(max-width:600px) {
  .faq {
    flex-direction: column;
  }

  .faq-left {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .faq-left ul li {
    margin-bottom: 10px;
  }

  .faq-right {
    width: 100%;
  }
}
