@charset "UTF-8";
@font-face {
  font-family: "Diamor";
  src: url("../img/cottage/Diamor.ttf") format("truetype");
}

/*-------------------------------------------
固有 新着情報
--------------------------------------------*/
.p-news__container {
  display: grid;
  gap: 4em;
}
.p-news__header {
  font-size: min(1.5em, 5vw);
}
.p-news__list {
  display: grid;
  gap: 2em;
}
.p-news__item a {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em 1em;
  width: 100%;
  min-height: 1.8em;
}
.p-news__date {
  display: block;
  width: 5.5em;
}
.p-news__tag {
  display: flex;
  color: var(--color-white);
  padding: 0.5em 1em;
  border-radius: 5px;
  font-size: 0.8em;
  width: 10em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.p-news__tag.-news,
.p-newsdetail__tag.-news {
  background: var(--color-bg_main);
}
.p-news__tag.-event,
.p-newsdetail__tag.-event {
  background: var(--color-blue);
}
.p-news__tag.-campaign,
.p-newsdetail__tag.-campaign {
  background: var(--color-red);
}
.p-news__tag.-activity,
.p-newsdetail__tag.-activity {
  background: var(--color-green);
}

.p-news__tag.-camp,
.p-newsdetail__tag.-camp {
  background: #82a23d;
}

.p-news__title {
  flex: 1 1 calc(100% - 15em);
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .p-news__header {
    text-align: center;
  }

  .p-news__title {
    flex: 1 1 100%;
  }
}

/*-----------ページング-------------*/
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-top: 40px;
}

.page-numbers {
  line-height: 1;
}

.page-numbers.current {
  color: var(--color-text);
  background: var(--color-bg_sub);
  padding: 5px;
}

a.page-numbers {
  color: var(--color-white);
  background: var(--color-bg_main);
  font-weight: 600;
  padding: 5px;
}

.next.page-numbers,
.prev.page-numbers {
  color: var(--color-bg_main);
  background: none;
  padding: 0;
}

/*-----------記事詳細-------------*/
.p-newsdetail__container {
  display: grid;
  gap: 2em;
  font-size: clamp(16px, 3vw, 20px);
}
.p-newsdetail_header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
}
.p-newsdetail__date {
  font-size: 1.1em;
}
.p-newsdetail__tag {
  color: var(--color-white);
  padding: 0.5em 1em;
  border-radius: 5px;
  font-size: 0.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.p-newsdetail__title {
  width: 100%;
  font-size: min(1.5em, 5vw);
  line-height: 1.6;
}
.p-newsdetail__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-newsdetail__text p {
  font-size: 1rem;
  line-height: 2;
}

.p-newsdetail__text strong {
  font-weight: 500;
}
.p-newsdetail__container .c-button__main {
  margin: min(40px, 2vw) auto 0;
}

/*-------------------------------------------
固有 アクティビティページ
--------------------------------------------*/
.p-activity {
  /*---------アソボット----------*/
  .p-asobot__list {
    display: grid;
    gap: 60px;
  }
  .p-asobot__item {
    background: var(--color-beige);
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    border-radius: 20px;
    gap: 40px;
    height: fit-content;
  }
  .p-asobot__photo {
    flex: 1 1 clamp(350px, 45%, 500px);
  }
  .p-asobot__image {
    width: 100%;
    border-radius: 10px;
  }
  .p-asobot__content {
    flex: 1 1 max(350px, 45%);
    display: grid;
    gap: 2em;
  }

  @media screen and (max-width: 768px) {
    .p-asobot__item {
      padding: 20px;
      border-radius: 10px;
      gap: 2em;
    }
    .p-asobot__content {
      gap: 0.8em;
    }
  }

  /*----アソボット　アクティビティ詳細データ----*/
  .p-asobot__title {
    font-weight: 600;
    color: var(--color-green);
    font-size: 2em;
  }
  .p-asobot__hours,
  .p-asobot__priceList {
    display: grid;
    gap: 10px;
  }
  .p-asobot__hours div,
  .p-asobot__priceList div {
    line-height: 1.4;
    display: flex;
    align-items: center;
  }
  .p-asobot__hours dt {
    font-weight: 600;
    flex: 1 1 5em;
  }
  .p-asobot__hours dd {
    flex: 1 1 calc(100% - 5em);
    line-height: 1.4;
  }
  .p-asobot__priceList dt {
    font-weight: 600;
    flex: 1 1 6em;
  }
  .p-asobot__priceList dd {
    flex: 1 1 calc(100% - 6em);
    line-height: 1.4;
  }
  .p-asobot__priceTitle + .p-asobot__priceList {
    margin-top: 5px;
  }
  .p-asobot__priceTitle + .p-asobot__priceList div {
    padding-left: 0.5em;
  }

  .p-asobot__lead p {
    font-size: 1.1em;
    line-height: 1.4;
  }
  .p-asobot__prices {
    background: var(--color-white);
    border-radius: 10px;
    padding: 20px;
    display: grid;
    gap: 1em;
  }
  .p-asobot__price {
    display: grid;
    gap: 0.5em;
  }
  .p-asobot__priceTitle {
    font-weight: 600;
  }

  .p-asobot__noteList {
    display: grid;
    gap: 0.2em;
  }
  .p-asobot__noteList li {
    text-indent: -1.2em;
    padding-left: 1.2em;
    line-height: 1.4;
    font-size: 0.9em;
  }
  .p-asobot__noteList li::before {
    content: "・";
    font-size: 0.9em;
  }

  @media screen and (max-width: 768px) {
    .p-asobot__item--spider .p-asobot__priceList div {
      display: grid;
      gap: 5px;
    }
    .p-asobot__title {
      font-size: 1.6em;
    }
    .p-asobot__hours {
      font-size: 1em;
    }
    .p-asobot__lead p {
      font-size: 1em;
      line-height: 1.4;
    }
  }
  /*---------キッズパーク----------*/
  .p-kidspark {
    width: min(1180px, 90vw);
    padding: min(120px, 16vw) min(60px, 8vw);
    margin: min(120px, 16vw) auto;
    background: var(--color-yellow) url(../img/activity/leaf_line2.png) center 20px no-repeat;
    background-size: 90%;
    border-radius: 20px;
  }
  .p-kidspark__header {
    background: url(../img/activity/activity_bg.png) right center no-repeat;
    background-size: min(200px, 30%);
    height: 200px;
    display: flex;
    justify-content: center;
    gap: 1.6em;
    flex-direction: column;
    color: var(--color-green);
    font-weight: 600;
  }
  .p-kidspark__titleMain {
    font-size: 2.6em;
  }
  .p-kidspark__catch {
    font-size: 1.6em;
    line-height: 1.4;
  }
  .p-kidspark__list {
    display: grid;
    gap: 80px;
  }
  .p-kidspark__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: min(5%, 40px);
  }
  .p-kidspark__photo {
    flex: 1 1 clamp(280px, 45%, 500px);
  }
  .p-kidspark__image {
    width: 100%;
  }
  .p-kidspark__content {
    flex: 1 1 max(50%, 350px);
    display: grid;
    gap: 1.6em;
  }

  @media screen and (max-width: 768px) {
    .p-kidspark__header {
      background: none;
      height: 100px;
      gap: 1em;
      margin-bottom: 60px;
    }
    .p-kidspark__titleMain {
      font-size: 1.8em;
    }
    .p-kidspark__catch {
      font-size: 1.2em;
    }
    .p-kidspark__list {
      gap: 100px;
    }
    .p-kidspark__content {
      gap: 1em;
    }
  }

  /*----キッズパーク　アクティビティ詳細データ----*/
  .p-kidspark__tag {
    display: flex;
    align-items: center;
    gap: 0.5em;
  }
  .p-kidspark__tag li {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    border-radius: 30px;
    padding: 0.5em 1em;
    font-weight: 600;
  }

  .p-kidspark__tag li.-no-reservation {
    background: var(--color-red);
  }

  .p-kidspark__tag li.-walk-in {
    background: var(--color-orange);
  }

  .p-kidspark__title {
    font-weight: 600;
    font-size: 2em;
  }
  .p-kidspark__lead p {
    line-height: 1.6;
    font-weight: 600;
  }
  .p-kidspark__information {
    border-top: 2px dashed var(--color-bg_main);
    border-bottom: 2px dashed var(--color-bg_main);
    display: grid;
    gap: 0.8em;
    padding-block: 1.6em;
  }
  .p-kidspark__data {
    display: grid;
    grid-template-columns: 3em 1fr;
    align-items: center;
  }
  .p-kidspark__data dt {
    font-weight: 600;
  }
  .p-kidspark__data dd {
    line-height: 1.3;
  }

  @media screen and (max-width: 768px) {
    .p-kidspark__information {
      padding-block: 1em;
      gap: 0.4em;
    }
    .p-kidspark__tag li {
      font-size: 0.9em;
    }
    .p-kidspark__title {
      font-size: 1.4em;
    }
    .p-asobot__item .c-link__main {
      margin: 1em auto 0;
    }
    .p-asobot__item .c-button__main {
      margin: 1em auto;
    }
  }
}
/*-------------------------------------------
固有 BBQページ
--------------------------------------------*/
.p-bbq {
  /*-----------BBQ価格表---------*/
  .p-bbq__priceList {
    display: grid;
    gap: min(60px, 10vw);
    width: min(100%, 1000px);
    margin-inline: auto;
  }
  .p-bbq__item {
    padding: 40px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    background: var(--color-bg_sub);
  }
  .p-bbq__data {
    flex: 1 1 min(300px, 50%);
  }
  .p-bbq__menuTitle {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: min(1em, 3vw);
    margin-bottom: min(2em, 5vw);
  }
  .p-bbq__menuTitleSub {
    font-size: 2em;
    letter-spacing: 5px;
    font-weight: 500;
    color: var(--color-bg_main);
  }
  .p-bbq__menuTitleMeta {
    font-size: 1.1em;
  }
  .p-bbq__planName {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .p-bbq__price {
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 0.5em;
  }
  .p-bbq__price .c-sub {
    margin-right: 0.5em;
  }
  .p-bbq__planDetail {
    display: grid;
    gap: 1em;
    border-radius: 10px;
    background: var(--color-bg_second);
    padding: 20px;
    width: 100%;
  }
  .p-bbq__planLabel {
    font-weight: bold;
    color: var(--color-bg_main);
  }
  .p-bbq__planList {
    display: grid;
    font-weight: 500;
    gap: 0.3em;
  }
  .p-bbq__planItem {
    letter-spacing: 2px;
    font-size: calc(0.8em + 0.1vw);
  }
  .p-bbq__photo {
    flex: 1 1 clamp(400px, 50%, 600px);
  }
  .p-bbq__image {
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    .p-bbq__item {
      padding: 30px 20px;
      gap: 20px;
    }
    .p-bbq__menuTitleSub {
      font-size: 1.8em;
      letter-spacing: 1px;
    }
    .p-bbq__menuTitleMeta {
      font-size: 1em;
    }
    .p-bbq__planName {
      font-size: 1.6em;
    }
    .p-bbq__price {
      font-size: 1.2em;
    }
  }
  .p-bbq__note {
    display: grid;
    gap: 0.5em;
    width: min(100%, 1000px);
    margin: 40px auto 0;
  }

  /*----------BBQ設備内容--------*/
  .p-bbq_facility {
    margin-top: 100px;
    display: grid;
    gap: 40px;
  }
  .p-bbq__facilityPhoto {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  .p-bbq__facilityItem {
    flex: 1 1 max(48%, 300px);
  }
  .p-bbq__facilityImage {
    display: block;
    object-fit: cover;
    aspect-ratio: 2/1.5;
  }
  .p-bbq__facilityData {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
  }
  .p-bbq__facilityData dt {
    font-weight: bold;
    font-size: 1.2em;
  }
  .p-bbq__facilityData dd {
    font-size: 1.2em;
    line-height: 1.4;
  }

  @media screen and (max-width: 768px) {
    .p-bbq_facility {
      margin-top: 60px;
    }
    .p-bbq__facilityData {
      gap: 0.5em;
    }
    .p-bbq__facilityData dt {
      font-size: 1em;
    }
    .p-bbq__facilityData dd {
      font-size: 1em;
    }
  }
}
/*-------------------------------------------
固有 MOGUCAFE おに助
--------------------------------------------*/
.p-eat {
  .p-eat__container {
    display: grid;
    gap: 60px;
  }
  .p-onisuke {
    display: grid;
    gap: 80px;
  }
  .p-onisuke__heading {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
  .p-onisuke__logo {
    flex: 1 1 min(20%, 150px);
    max-width: 150px;
    margin: auto;
  }
  .p-onisuke__today {
    flex: 1 1 300px;
    max-width: 320px;
    margin: auto;
  }
  .p-onisuke__today img,
  .p-onisuke__logo img {
    width: 100%;
  }
  .p-onisuke__detail {
    flex: 1 1 max(500px, 50%);
    display: grid;
    gap: 20px;
    align-items: start;
    height: fit-content;
  }
  .p-onisuke__title {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 0;
  }
  .p-onisuke__info {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .p-onisuke__info dt {
    font-weight: 600;
    width: 5em;
  }
  .p-onisuke__info dd {
    width: calc(100% - 5em);
    line-height: 1.6;
  }
  .p-onisuke__catch {
    font-weight: 600;
    font-size: 1.4em;
  }
  .p-onisuke__read {
    line-height: 1.6;
  }

  @media screen and (max-width: 768px) {
    .p-eat__container {
      gap: 30px;
    }
    .p-onisuke {
      gap: 40px;
    }
    .p-onisuke__heading {
      gap: 20px;
    }
    .p-onisuke__title {
      font-size: 1.6em;
    }
  }

  .p-eat__container .p-onisuke__message {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .p-eat__container .p-onisuke__message .p-onisuke__photo {
    flex: 1 1 min(50%, 400px);
    display: flex;
    align-self: center;
    margin: 0;
    align-self: stretch;
  }
  .p-eat__container .p-onisuke__message .p-onisuke__photo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
  }
  .p-eat__container .p-onisuke__message .p-onisuke__read {
    flex: 1 1 max(50%, 300px);
    background: var(--color-text);
    color: var(--color-white);
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: bold;
    padding: min(40px, 3vw);
  }
  .p-eat__container .p-onisuke__message .p-onisuke__read p {
    line-height: 2;
  }

  .p-eat__container .p-onisuke .box_title .catch {
    font-weight: bold;
    line-height: 150%;
  }

  .p-eat__container .p-onisuke .box_title .schedule {
    border-top: 1px dotted #999;
    line-height: 150%;
  }
  .p-eat__container .p-onisuke .box_message .text {
    background: #faebd7;
    text-align: center;
  }

  .p-eat__container .p-onisuke .box_message .text.-blown {
    background: #604c3f;
    color: #fff;
  }
  @media screen and (max-width: 768px) {
  }
}

/* ----------------------------------------------------------------
  キャンプ 
----------------------------------------------------------------- */
.p-camp {
  /*----------キャンプ注意書きトグル--------*/
  .p-camp_noticeWrap {
    width: 100%;
    display: grid;
    gap: 1.5em;
  }
  .p-camp_noticeWrap img {
    width: min(800px, 100%);
  }

  /*-----------テントサイト　PC2023---------------*/
  @media screen and (min-width: 1000px) {
    .p-camp__container .box_site .calender {
      max-width: 1000px;
    }
    .p-camp__container .box_site .calender img {
      width: 80%;
    }
    .p-camp__container .list_basic {
      overflow: visible;
      height: auto;
    }
  }

  /*-----------テントサイト　PC---------------*/
  @media screen and (min-width: 1000px) {
    .p-camp__container .box_site {
      margin-bottom: 60px;
    }
    .p-camp__container .box_site li {
      border-top: 1px solid #ccc;
      display: flex;
      flex-wrap: wrap;
      gap: min(40px, 5%);
      justify-content: space-between;
      margin-bottom: 60px;
      padding-top: 60px;
    }
    .p-camp__container .box_site li:first-child {
      border-top: none;
    }
    .p-camp__container .box_site li:nth-child(odd) {
      flex-direction: row-reverse;
    }
    .p-camp__detail--reverse {
      flex-direction: row !important;
    }
    .p-camp__container .box_site .autosite {
      border-top: none;
      padding-top: 0;
      margin-top: 0;
    }
    .p-camp__container .box_site .autosite .list_basic {
      margin-top: 60px;
    }

    .p-camp__container .box_site .attention {
      width: 100%;
    }
    .p-camp__container .box_site .text {
      flex: 1 1 min(50%, 500px);
      margin-bottom: 40px;
    }
    .p-camp__container .box_site .indent {
      padding-left: 5.2em;
      display: block;
    }

    .p-camp__container .box_site .small {
      font-size: 0.7em;
    }
    .p-camp__picture {
      flex: 1 1 min(45%, 500px);
      margin-bottom: 40px;
    }
    .p-camp__container .box_site picture.no_mb {
      margin-bottom: 5px;
    }
    .p-camp__container .box_site .detail {
      line-height: 150%;
      margin-bottom: 30px;
    }
    .p-camp__container .box_site .box_btn {
      display: flex;
      flex-wrap: wrap;
    }
    .p-camp__container .box_site .box_btn .btn:first-child {
      margin-right: 20px;
    }
    .p-camp__container .box_site .list_basic th {
      background: #faebd7;
      text-align: center;
      border: 1px solid #cca;
    }
    .p-camp__container .box_site li:last-child {
      background: url(../img/camp/daycamp.png) right center no-repeat;
      background-size: 600px;
      padding-bottom: 50px;
    }
    .p-camp__container .box_site li:last-child .text {
      width: 100%;
    }
  }
  /*-----------テントサイト　PC2023---------------*/
  @media screen and (max-width: 999px) {
    .p-camp__container .box_site .calender {
      max-width: 100%;
    }
    .p-camp__container .box_site .calender img {
      width: 100%;
    }
  }

  /*------テントサイト　SP------*/
  @media screen and (max-width: 999px) {
    .p-camp__container .box_site > ul {
      display: grid;
      gap: 40px;
    }
    .p-camp__container .box_site {
      border-bottom: 1px solid #ccc;
    }
    .p-camp__container .box_site li {
      margin-bottom: 20px;
      padding-top: 20px;
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    .p-camp__container .box_site picture {
      width: 100%;
      margin-bottom: 0;
      order: 0;
    }
    .p-camp__container .box_site .text {
      order: 1;
    }
    .p-camp__container .box_site .p-information-price {
      order: 2;
    }
    .p-camp__container .box_site .detail {
      margin-bottom: 20px;
      line-height: 150%;
      font-size: 0.92em;
    }
    .p-camp__container .box_site .js-scrollable {
      width: 100%;
      margin: 0 auto;
    }

    .p-camp__container .box_site .btn {
      margin: 0 auto 10px;
    }
    .p-camp__container .box_site li:last-child {
      background: url(../img/camp/daycamp.png) right bottom no-repeat;
      background-size: 90%;
      padding-bottom: 50px;
    }
  }

  /*-----------テントサイト　タブレット---------------*/
  @media screen and (min-width: 500px) and (max-width: 1000px) {
    .p-camp__container .box_site picture {
      width: 500px;
      height: 300px;
      overflow: hidden;
      margin: 0 auto 30px;
    }
    .p-camp__container .box_site .text {
      text-align: center;
    }

    .p-camp__container .box_site .box_btn {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .p-camp__container .box_site .box_btn .btn {
      margin: 0 10px 10px;
    }
    .p-camp__container .box_site .attention {
      text-align: center;
      width: 100%;
      padding-top: 0;
    }
    .p-camp__container .box_site li:last-child {
      background: none;
    }
    .p-camp__container .box_site li:last-child .text:after {
      content: url(../img/camp/daycamp.png);
    }
  }

  @media screen and (min-width: 1000px) {
    .p-camp__container .box_site .grace_box01,
    .p-camp__container .box_site .grace_box02 {
      display: flex;
      justify-content: space-between;
      width: 100%;
    }
    .p-camp__container .box_site .grace_box02 {
      flex-direction: row-reverse;
    }
    .p-camp__container .box_site .grace_box02 .text {
      width: 550px;
    }
    .p-camp__container .box_site .grace_pict {
      max-width: 500px;
      padding-bottom: 40px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .p-camp__container .box_site .grace_pict picture {
      width: 100%;
      margin-bottom: 0;
    }
    .p-camp__container .box_site .grace_btn {
      padding-bottom: 40px;
    }
    .p-camp__container .box_site .tanada {
      display: flex;
      flex-direction: column;
      width: 100%;
    }
    .p-camp__container .box_site .tanada_inner {
      display: flex;
      justify-content: space-between;
      width: 100%;
    }
    .p-camp__container .box_site .tanada_inner .tanada_mb40 {
      margin-bottom: 40px;
    }
  }
  @media screen and (max-width: 999px) {
    .p-camp__container .box_site .grace_box01,
    .p-camp__container .box_site .grace_box02 {
      display: flex;
      flex-direction: column;
      padding-bottom: 50px;
    }
    .p-camp__container .box_site .grace_pict {
      gap: 10px;
    }
    .p-camp__container .box_site .tanada_inner {
      flex-direction: column;
    }
    .tanada_pctSP {
      margin-top: 20px;
    }
  }

  /*----------レンタル料金　共通----------*/
  .p-camp__container .box_rental .list_detail caption {
    background: #eeeeee;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom: none;
  }

  .p-camp__container .box_bbq .list_detail th {
    background: #eeeeee;
  }

  /*----------レンタル料金　PC----------*/
  @media screen and (min-width: 1000px) {
    .p-camp__container .box_bbq .sidemenu {
      margin-top: 20px;
      font-weight: bold;
    }
    .p-camp__container .box_bbq td {
      line-height: 140%;
    }
    .p-camp__container .box_rental {
      margin-bottom: 60px;
    }
    .p-camp__container .box_rental ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .p-camp__container .box_rental li {
      width: 48%;
    }
    .p-camp__container .box_rental .list_detail {
      padding: 20px;
      border-top: none;
      margin-bottom: 0px;
    }

    .p-camp__container .box_rental .list_detail td {
      text-align: right;
      padding: 15px;
    }

    .p-camp__container .box_rental .list_detail th {
      line-height: 150%;
      text-align: left;
      padding: 15px;
    }

    .p-camp__container .box_rental .list_detail span {
      margin-left: 0;
      font-weight: normal;
    }
    .p-camp__container .box_rental .list_detail th dl {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .p-camp__container .box_rental .list_detail th dd {
      font-weight: normal;
      text-align: right;
    }
  }
  /*----------レンタル料金　SP----------*/
  @media screen and (max-width: 999px) {
    .p-camp__container .box_rental {
      margin-bottom: 30px;
      padding-top: 30px;
    }
    .p-camp__container .box_bbq {
      padding-top: 30px;
    }
    .p-camp__container .box_rental li {
      margin-bottom: 20px;
    }

    .p-camp__container .box_rental .list_detail caption {
      padding: 10px;
      font-size: 0.92em;
    }

    .p-camp__container .box_rental .list_detail th {
      padding: 10px;
    }

    .p-camp__container .box_rental .list_detail th dl {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .p-camp__container .box_rental .list_detail th dd {
      font-weight: normal;
      text-align: right;
    }
    .p-camp__container .box_bbq {
      border-top: 1px dotted #999;
    }
    .p-camp__container .box_bbq .list_detail table,
    .p-camp__container .box_bbq .list_detail tbody,
    .p-camp__container .box_bbq .list_detail tr,
    .p-camp__container .box_bbq .list_detail th,
    .p-camp__container .box_bbq .list_detail td {
      display: block;
    }
    .p-camp__container .box_bbq .list_detail th,
    .p-camp__container .box_bbq .list_detail td {
      padding: 10px;
      font-size: 0.92em;
    }
    .p-camp__container .box_bbq .list_detail td {
      border-top: none;
    }
    .p-camp__container .box_bbq .list_detail .price {
      text-align: right;
      padding-top: 0;
    }
    .p-camp__container .box_bbq .list_detail .price br {
      display: none;
    }
    .p-camp__container .box_bbq .sidemenu {
      line-height: 150%;
      font-size: 0.92em;
    }
  }
}
.p-camp__container .box_site .spindent {
  padding-left: 4.2em;
  text-indent: -4.2em;
  display: block;
}
.p-camp__container .box_site .indent {
  padding-left: 5.2em;
  display: block;
}

/* ----------------------------------------------------------------
 GRACEサイト
----------------------------------------------------------------- */
.p-grace {
  width: 100% !important;

  .c-underContents__header {
    width: min(1180px, 90vw) !important;
    margin-inline: auto;
  }
  .p-stela,
  .p-tent {
    display: grid;
    gap: 60px;
  }
  .p-tent {
    margin: min(80px, 10vw) auto;
  }
  .p-morning {
    margin: min(100px, 20vw) auto 0;
  }
  /*--------- 見出し ---------*/
  .p-grace__heading {
    width: min(1180px, 100vw);
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .p-grace__heading .title {
    flex: 1 1 40%;
    background: url(../img/grace/grace_bg3.jpg) 0 0 repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
  }
  .p-grace__heading .title h4 {
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-weight: normal;
  }
  .p-grace__heading .title h4 span {
    font-size: 0.7em;
  }
  .p-grace__heading .text {
    flex: 1 1 60%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #eadbc7;
    padding: min(60px, 6vw) min(40px, 5vw);
  }
  .p-grace__heading .text h5 {
    font-size: 1.3em;
    margin-bottom: 20px;
  }
  .p-grace__heading .text .catch {
    font-size: 1.1em;
    line-height: 140%;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .p-grace__heading .text .read {
    text-align: left;
    width: min(100%, 400px);
    line-height: 1.6;
  }

  @media screen and (max-width: 768px) {
    .p-grace__heading .title {
      flex: 1 1 100%;
    }
    .p-grace__heading .text {
      flex: 1 1 100%;
    }
  }
  /*--------- ステラとテント ---------*/
  .p-stela__gallery {
    width: min(90%, 1100px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: min(5vw, 40px);
  }
  .p-stela__gallery li {
    display: grid;
    gap: min(5vw, 1em);
    text-align: center;
  }
  .p-stela__gallery picture {
    margin-bottom: 0;
  }
  .p-stela__gallery picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .p-tent__photo {
    width: min(90%, 900px);
    margin: auto;
  }

  @media screen and (max-width: 600px) {
    .p-stela__gallery {
      grid-template-columns: 1fr;
    }
  }

  /*--------- 料金など ---------*/
  .p-information {
    width: min(1180px, 90vw) !important;
    margin-inline: auto;
    padding: min(60px, 5vw);
    display: grid;
    gap: min(60px, 10vw);
    border: 1px solid var(--color-bg_main);
  }
  .p-information h4 {
    margin: 0 !important;
  }
  .p-informatin_container {
    display: grid;
    gap: 20px;
  }
  .p-information .facility {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }
  .p-information .facility li {
    flex: 1 1 clamp(200px, 30%, 300px);
    display: grid;
    gap: 10px;
  }
  .p-information .facility li picture {
    aspect-ratio: 1/0.6;
    overflow: hidden;
    margin-bottom: 0 !important;
  }
  .p-information .facility li picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .p-information .facility li .item {
    font-size: 0.84em;
    line-height: 140%;
  }

  .p-information .attention span {
    font-weight: bold;
    font-size: 1.2em;
  }
  .p-information .c-button__main {
    margin-inline: auto;
    text-align: center;
    font-size: 1.1em;
  }
  .p-stela .gracejr {
    display: flex;
  }
  .js-scrollable.gracejr {
    overflow: auto;
  }
  .p-stela .gracejr picture {
    padding: 30px 0 0 30px;
    max-width: 500px;
  }

  /*--------- モーニング ---------*/
  .p-morning {
    width: min(1180px, 100vw) !important;
    margin-inline: auto;
    background-image: url(../img/cottage/bgimg.jpg);
    background-repeat: repeat;
    background-size: auto;
    position: relative;
    padding: 30px 30px 60px 30px;
  }
  .p-morning h4 {
    background-image: url(../img/cottage/wood_short.jpg);
    color: white;
    padding: 30px 50px;
    display: inline-block;
    position: absolute;
    margin-top: -50px;
    line-height: 40%;
    font-size: 6em;
    font-family: Diamor, sans-serif;
  }
  .p-morning .txt {
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .p-morning img {
    max-width: 500px;
    width: 100%;
  }
  .p-morning__read {
    margin-left: 320px;
    line-height: 150%;
  }
  .p-morning__menu li {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .p-morning__menu .read {
    width: min();
  }
  .p-morning li:nth-child(2) {
    display: flex;
    flex-direction: row-reverse;
  }
  .p-morning .name {
    border-bottom: 1px solid #614c3f;
    font-weight: bold;
    display: inline-block;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .p-morning .read {
    padding-left: 10px;
  }

  @media screen and (max-width: 768px) {
    .p-morning .eng {
      left: 50%;
      transform: translateX(-50%);
    }
    .p-morning__read {
      margin-left: 0;
      width: 100%;
      margin: auto;
      text-align: center;
      margin-top: min(70px, 20vw);
    }
  }
}
/* ----------------------------------------------------------------
  お知らせ 
----------------------------------------------------------------- */
.p-news {
  .box_cate_info .CAMP,
  .box_cate_info .ACTIVITY,
  .box_cate_info .BBQ {
    color: #fff;
    padding: 2px 5px;
    line-height: 100%;
    margin-right: 10px;
    border-radius: 5px;
    font-weight: normal;
  }
  .box_cate_info .CAMP {
    background: #82a23d;
  }
  .box_cate_info .ACTIVITY {
    background: #0085ce;
  }
  .box_cate_info .BBQ {
    background: #a1473c;
  }

  .box_cate_info .box_recent a,
  .box_cate_info .box_backnumber a {
    display: block;
  }
  .box_cate_info .box_recent {
    border-bottom: 1px solid #ccc;
  }
  .box_cate_info .box_recent.body {
    line-height: 1.4em;
  }
  .box_cate_info .box_recent.body a {
    display: inline;
  }
  .box_cate_info .box_backnumber li a {
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .box_cate_info .box_backnumber li a span {
    margin-right: 10px;
  }
  .box_cate_info .box_backnumber li a span.date {
    margin-right: 10px;
    display: inline-block;
    width: 7em;
    font-size: 0.8em;
  }
  /*------------ページング-----------*/
  .box_paging {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .box_paging a {
    display: block;
    border: 2px solid #9d9283;
    padding: 10px 10px 7px;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 0.92em;
    margin-top: 40px;
    color: #9d9283;
    font-weight: bold;
  }

  /*--------------最新ニュース PC----------------*/
  @media screen and (min-width: 1000px) {
    .box_cate_info .icn_camp {
      font-size: 0.76em;
    }
    .box_cate_info h3 {
      font-size: 2.2em;
      margin-bottom: 60px;
    }
    .box_cate_info {
      margin-top: 60px;
      width: 1000px;
    }
    .box_cate_info .box_recent {
      margin-bottom: 40px;
      padding-bottom: 25px;
    }
    .box_cate_info .box_recent h4 .date {
      margin-right: 20px;
    }
    .box_cate_info .box_backnumber h5 {
      font-size: 1.6em;
      margin-bottom: 60px;
    }
  }

  /*-------------- 最新ニュース  SP----------------*/
  @media screen and (max-width: 999px) {
    .box_cate_info .icn_camp {
      font-size: 0.6em;
    }
    .box_cate_info {
      padding: 20px;
    }
    .box_cate_info h3 {
      font-size: 1.6em;
    }
    .box_cate_info .box_recent h4 {
      font-size: 1em;
      line-height: 150%;
      margin-bottom: 10px;
    }
    .box_cate_info .box_recent h4 .date {
      margin-right: 10px;
    }
    .box_cate_info .box_recent {
      margin-bottom: 20px;
      padding-bottom: 15px;
    }
    .box_cate_info .box_backnumber h5 {
      font-size: 1em;
      margin-bottom: 20px;
    }
    .box_cate_info .box_backnumber li a {
      font-size: 0.92em;
      line-height: 150%;
    }
    .box_paging a {
      margin-top: 10px;
    }
  }

  /*------------お知らせ詳細-----------*/
  .box_cate_info .box_news_detail .date {
    margin-bottom: 20px;
    font-weight: bold;
  }

  .box_cate_info .box_news_detail .read {
    line-height: 160%;
    margin-bottom: 20px;
  }

  .box_cate_info .box_news_detail .btn {
    width: 200px;
    margin: 40px auto;
  }

  /*-------------- お知らせ詳細  PC----------------*/
  @media screen and (min-width: 1000px) {
    .box_cate_info .box_news_detail h4 {
      font-size: 1.2em;
      margin-bottom: 40px;
    }
  }
  /*-------------- お知らせ詳細  SP----------------*/
  @media screen and (max-width: 999px) {
    .box_cate_info .box_news_detail h4 {
      font-size: 1em;
      margin-bottom: 20px;
      line-height: 150%;
    }
  }
}
/* ----------------------------------------------------------------
  アクセスマップ 
----------------------------------------------------------------- */
.p-access {
  .p-access__container .box_accessroot .detail {
    background: #eee;
    margin: 20px 0;
    border-radius: 10px;
  }

  /*-------------- アクセスマップ  PC----------------*/
  @media screen and (min-width: 1000px) {
    .box_cate_shop {
      margin-top: 60px;
    }
    .box_cate_bbqside {
      margin-top: 60px;
    }
    .p-access__container {
      margin-top: 60px;
    }
    .p-access__container .box_map iframe {
      width: 100%;
      height: 500px;
    }
    .p-access__container h3 {
      font-size: 2.2em;
      margin-bottom: 60px;
    }
    .p-access__container .box_accessroot {
      display: flex;
      margin-top: 60px;
      justify-content: space-between;
    }
    .p-access__container .box_accessroot picture {
      width: 55%;
    }
    .p-access__container .box_accessroot .text {
      width: 40%;
    }
    .p-access__container .box_accessroot h4 {
      margin-bottom: 40px;
      font-size: 1.6em;
    }
    .p-access__container .box_accessroot dt {
      font-weight: bold;
      margin-bottom: 20px;
      font-size: 1.2em;
    }
    .p-access__container .box_accessroot dd {
      line-height: 150%;
    }
    .p-access__container .box_accessroot .detail {
      background: #eee;
      padding: 20px;
      margin: 20px 0;
      border-radius: 10px;
    }
  }
  /*-------------- アクセスマップ  SP----------------*/
  @media screen and (max-width: 999px) {
    .p-access__container .box_map iframe {
      width: 100%;
      height: 300px;
      margin-bottom: 20px;
    }
    .p-access__container h3 {
      font-size: 1.6em;
    }
    .p-access__container h4 {
      font-size: 1.2em;
      line-height: 150%;
      margin-bottom: 20px;
    }
    .p-access__container .box_accessroot {
      display: flex;
      flex-direction: column-reverse;
    }
    .p-access__container .box_accessroot .text {
      margin-bottom: 30px;
    }
    .p-access__container .box_accessroot dt {
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 1em;
    }
    .p-access__container .box_accessroot .detail {
      line-height: 150%;
      padding: 10px;
      font-size: 0.92em;
    }
    .p-access__container .box_accessroot .adress {
      line-height: 150%;
      font-size: 0.92em;
    }
  }
}
/* ----------------------------------------------------------------
  施設マップ PC
----------------------------------------------------------------- */
.p-facilityMap {
  .p-facilityMap__container {
    margin-top: 60px;
    overflow: hidden;
  }
  .p-facilityMap__image {
    max-width: 1500px;
    aspect-ratio: 2/0.9;
  }
  .p-facilityMap__container .js-scrollable {
    width: 100%;
  }
}
/* ----------------------------------------------------------------
 ジムカーナ
----------------------------------------------------------------- */
.p-gymkhana {
  .p-training {
    display: grid;
    gap: min(60px, 10vw);
  }
  .p-training__list {
    display: grid;
    gap: min(60px, 15vw);
  }
  .p-training__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .p-training__item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .p-training__photo {
    flex: 1 1 50%;
  }
  .p-training__photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .p-training__detail {
    flex: 1 1 50%;
    display: grid;
    place-items: center;
  }
  .p-training__item figure {
    flex: 1 1 50%;
    max-height: 200px;
  }
  .p-training__item figure img {
    height: 30%;
    max-height: 200px;
  }
  .p-training__title {
    text-align: center;
  }
  .p-training__note {
    margin-top: 10px;
    line-height: 1.6;
    text-align: center;
  }
  .p-gymkhana__information {
    display: grid;
    gap: 20px;
  }
  .p-gymkhana__note {
    line-height: 1.6;
  }
  .p-gymkhana__contact {
    font-weight: bold;
    font-size: 1.3em;
  }
  @media screen and (max-width: 700px) {
    .p-training__item,
    .p-training__item:nth-of-type(odd) {
      display: flex;
      flex-direction: column-reverse;
      gap: 1em;
    }
    .p-training__photo,
    .p-training__detail {
      flex: none;
      width: 100%;
    }
  }
}
/* ----------------------------------------------------------------
 ショップ
----------------------------------------------------------------- */
.p-shop {
  /*-------------- ショップ  PC----------------*/
  @media screen and (min-width: 800px) {
    .box_cate_shop.shop2023 .catch_wrap picture {
      max-width: 400px;
      margin-bottom: 20px;
    }
    .box_cate_shop.shop2023 .catch_wrap picture img {
      width: 100%;
    }
    .box_cate_shop.shop2023 .catch_wrap p {
      line-height: 160%;
    }
  }
  /*-------------- ショップ  PC----------------*/
  @media screen and (min-width: 800px) {
    .box_cate_shop.shop2023 th {
      padding: 0;
      line-height: 100%;
    }

    .box_cate_shop.shop2023 .catch_wrap picture {
      max-width: 350px;
      margin-bottom: 20px;
    }

    .box_cate_shop .box_catchcopy picture {
      width: 400px;
    }
    .box_cate_shop .box_catchcopy .catch {
      font-size: 1.2em;
      margin: 20px 0;
      line-height: 160%;
    }
    .box_cate_shop .box_product {
      margin: 60px auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      background: url(../img/shop/shop_product.png) right bottom no-repeat;
      background-size: 500px;
    }
    .box_cate_shop .box_product .list_basic {
      width: 48%;
      margin-bottom: 40px;
    }
    .box_cate_shop .box_product .list_basic th {
      width: 200px;
    }
    .box_cate_shop .box_product .list_basic td:first-of-type {
      width: 100px;
    }
    .box_cate_shop .box_product .list_basic td:last-child {
      font-size: 0.9em;
    }
    .box_cate_shop .box_product .attention {
      width: 48%;
      text-align: left;
      margin-top: 0;
    }
  }
  /*-------------- ショップ  SP----------------*/
  @media screen and (max-width: 759px) {
    .box_cate_shop {
      padding: 20px;
    }
    .box_cate_shop .catch_wrap .catch {
      line-height: 160%;
      margin-bottom: 20px;
    }
    .box_cate_shop .catch_wrap picture {
      max-width: 300px;
    }
    .box_cate_shop .catch_wrap picture {
      margin: 0 auto 20px;
    }

    .box_cate_shop .box_product {
      margin: 0 20px 20px;
    }
    .box_cate_shop .box_product .list_basic th {
      width: 140px;
      letter-spacing: 0;
    }
    .box_cate_shop .box_product .list_basic td:first-of-type {
      width: 80px;
      font-size: 0.9em;
    }
    .box_cate_shop .box_product .list_basic td:last-child {
      font-size: 0.84em;
    }
    .box_cate_shop .box_product .attention {
      margin-bottom: 40px;
    }
  }
  /*-------------- ショップ タブレット---------------*/
  @media screen and (max-width: 880px) and (min-width: 760px) {
    .box_cate_shop .catch_wrap picture {
      max-width: 300px;
      margin: 0 auto 20px;
    }
    .box_cate_shop .catch_wrap .catch {
      margin-bottom: 30px;
    }
    .box_cate_shop {
      padding: 30px;
    }
    .box_cate_shop .box_product {
      padding: 0 30px;
      margin-top: 0;
      background-size: 400px;
    }
    .box_cate_shop .box_product .list_basic th {
      width: 150px;
      font-size: 0.84em;
    }
    .box_cate_shop .box_product .list_basic td:first-of-type {
      width: 90px;
    }
  }
}

/* ----------------------------------------------------------------
 せせらぎMAP
----------------------------------------------------------------- */
.p-seseragi {
  .box_cate_seseragi .attention {
    margin: auto;
    text-align: center;
    width: 90%;
  }
  .box_cate_seseragi .box_catch {
    text-align: center;
    margin: 40px auto;
  }
  .box_cate_seseragi .box_catch h3 {
    margin-bottom: 10px;
  }
}
/* ----------------------------------------------------------------
 よくいただく質問
----------------------------------------------------------------- */
.p-faq {
  .p-faq__container .box_head {
    text-align: center;
  }
  .p-faq__container .box_head h3 {
    margin-bottom: 10px;
  }
  .p-faq__container .box_head nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px auto;
    gap: 10px;
  }
  .p-faq__container .p-faq__tabBtn {
    display: block;
    background: var(--color-bg_main);
    color: var(--color-white);
    text-align: center;
    border-radius: 50px;
    padding: 1em;
    font-size: min(calc(0.8em + 0.5vw), 1.1em);
    letter-spacing: 0;
    width: min(250px, 45%);
  }
  .p-faq__container .p-faq__tabBtn:hover,
  .p-faq__container .p-faq__tabBtn.is-select {
    background: var(--color-beige);
    color: var(--color-bg_main);
    font-weight: bold;
    border: 2px solid var(--color-bg_main);
    opacity: 1;
  }
  .tabContents {
    display: none;
  }
  .tabContents.is-select {
    display: block;
  }
  .p-faq__container .box_faq_detail {
    background: #faf6f1;
  }
  .p-faq__container .box_faq_detail h4 {
    border-bottom: 2px solid #cba;
  }
  .p-faq__container .box_faq_detail dt {
    font-weight: bold;
  }
  .p-faq__container .box_faq_detail dt span {
    border-radius: 25px;
    color: #fff;
    background: #9d9283;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 1em;
  }
  .p-faq__container .box_faq_detail dd {
    background: #fff;
    line-height: 160%;
    border-radius: 15px;
    font-size: 0.9em;
  }
  .p-faq__container .box_faq_detail dd span {
    font-weight: bold;
    font-size: 120%;
  }
  .p-faq__container .box_faq_detail dd a {
    text-decoration: underline;
  }

  /*--------------  よくいただく質問  PC----------------*/
  @media screen and (min-width: 900px) {
    .p-faq__container .box_head {
      margin: 60px auto;
    }
    .p-faq__container .box_head h3 {
      font-size: 2em;
    }
    .p-faq__container .box_faq_detail {
      padding: 60px;
      border-radius: 15px;
      margin-bottom: 40px;
    }
    .p-faq__container .box_faq_detail h4 {
      font-size: 1.4em;
      padding-bottom: 20px;
    }
    .p-faq__container .box_faq_detail dt {
      font-size: 1.1em;
      margin: 40px 0 20px;
    }

    .p-faq__container .box_faq_detail dd {
      padding: 20px 20px 20px 50px;
      text-indent: -26px;
    }
    .p-faq__container .box_faq_detail dd span {
      margin-right: 10px;
    }
  }

  /*--------------  よくいただく質問  SP----------------*/
  @media screen and (max-width: 899px) {
    .p-faq__container .box_head {
      margin: 30px auto;
    }
    .p-faq__container .box_head h3 {
      font-size: 1.8em;
    }
    .p-faq__container .box_faq_detail {
      padding: 30px 20px;
      border-radius: 0px;
      margin-bottom: 0px;
    }
    .p-faq__container .box_faq_detail h4 {
      font-size: 1.4em;
      padding-bottom: 10px;
    }

    .p-faq__container .box_faq_detail dt {
      font-size: 1em;
      margin: 40px 0 10px;
      padding: 0px 15px 0px 45px;
      text-indent: -45px;
      line-height: 140%;
    }

    .p-faq__container .box_faq_detail dd {
      padding: 15px 15px 15px 45px;
      text-indent: -25px;
    }
    .p-faq__container .box_faq_detail dd span {
      margin-right: 5px;
    }
  }
}

/* ----------------------------------------------------------------
  ポリシー 
----------------------------------------------------------------- */
@media screen and (min-width: 600px) {
  #policy {
    color: #fff;
    padding: 30px 0 50px;
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
  #policy h3 {
    font-size: 1.3em;
    margin: 10px 0;
  }
  #policy ul {
    margin-bottom: 30px;
  }
  #policy li {
    list-style-type: disc;
    margin-left: 20px;
  }
  #policy p {
    padding: 5px 5px;
  }
}
@media screen and (max-width: 599px) {
  #policy {
    color: #fff;
    padding: 20px 0 20px;
    font-size: 0.9em;
    line-height: 1.5em;
  }
  #policy h3 {
    font-size: 1.3em;
    margin: 10px 0;
  }
  #policy ul {
    margin-bottom: 30px;
  }
  #policy li {
    list-style-type: disc;
    margin-left: 20px;
    padding: 3px 0;
  }
  #policy p {
    padding: 6px 5px;
  }
}
/* ----------------------------------------------------------------
  ファミリー 
----------------------------------------------------------------- */
.p-family {
  .p-family__container {
    display: grid;
    gap: 100px;
  }
  .p-familyPlan__item {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }

  .p-familyPlan__photo {
    flex: 1 1 min(45%, 400px);
    display: grid;
    gap: 20px;
    align-items: stretch;
    height: fit-content;
    margin-bottom: 0px;
  }

  .p-familyPlan__image {
    display: block;
    width: 100%;
    object-fit: cover;
  }

  .p-familyPlan__detail {
    flex: 1 1 max(50%, 450px);
    display: grid;
    gap: 30px;
    align-items: start;
    height: fit-content;
  }

  .p-familyPlan__heading {
    font-size: 2em;
    color: var(--color-green);
    line-height: 1.3;
  }

  .p-familyPlan__subTitle {
    font-size: 0.8em;
    display: block;
    margin-bottom: 0.5em;
  }

  .p-familyPlan__lead {
    line-height: 1.6;
    font-size: 1.2em;
    font-weight: 600;
  }

  .p-family__container .c-button__main {
    font-size: 1.3em;
    margin: auto;
  }

  .p-familyPlan__tag {
    font-weight: bold;
    background: var(--color-green);
    color: var(--color-white);
    padding: 0.5em 1em;
    border-radius: 50px;
    width: fit-content;
  }
  @media screen and (min-width: 1001px) {
    .c-sp {
      display: none;
    }
  }
  @media screen and (max-width: 1000px) {
    .c-pc {
      display: none;
    }
    .c-sp {
      display: block;
    }
    .c-sp .p-familyPlan__image {
      aspect-ratio: 1/1;
    }
  }

  @media screen and (max-width: 768px) {
    .p-familyPlan__item {
      gap: 20px;
    }
    .p-familyPlan__detail {
      gap: 20px;
    }
    .p-familyPlan__heading {
      font-size: 1.6em;
      line-height: 1.3;
    }
    .p-family__container .c-button__main {
      font-size: 1.1em;
      margin: auto;
    }
    .p-familyPlan__subTitle {
      font-size: 0.7em;
      margin-bottom: 0.2em;
    }
    .p-familyPlan__lead {
      font-size: 1em;
    }
  }

  /* ------------ 料金・概要 ----------- */

  .p-familyPlan__info {
    border-top: 2px dashed var(--color-bg_sub);
    border-bottom: 2px dashed var(--color-bg_sub);
    padding-block: 1em;
    display: grid;
    gap: 0.5em;
  }

  .p-familyPlan__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 1em;
  }

  .p-familyPlan__price dt {
    font-weight: 600;
    flex: 1 1 6em;
  }
  .p-familyPlan__price dd {
    line-height: 1.4;
    flex: 1 1 calc(100% - 7em);
  }

  .p-familyPlan__guide {
    border-top: 2px dashed var(--color-bg_sub);
    padding-top: 1em;
    margin-top: 0.5em;
    display: grid;
    gap: 0.5em;
  }
  .p-familyPlan__guide dt {
    font-weight: 600;
  }
  .p-familyPlan__guide dd {
    line-height: 1.4;
  }
  @media screen and (max-width: 768px) {
    .p-familyPlan__info {
      gap: 1em;
    }
    .p-familyPlan__price {
      display: grid;
      gap: 0.5em;
    }
    .p-familyPlan__price > * {
      width: 100%;
    }
  }
  /* ------------- 生き物探し＆プチシャワークライミング -------------- */

  .p-family__climbing {
    background: var(--color-bg_second);
    border-radius: 20px;
    padding: min(30px, 5vw);
    display: grid;
    gap: 15px;
  }

  .p-familyPlan__climbingTitle {
    font-size: 1.3em;
    color: var(--color-green);
    line-height: 1.4;
  }
  .p-family__climbingRead {
    font-size: min(1.1em, 4.2vw);
    line-height: 1.4;
  }
  /* ------------- 体験スケジュール -------------- */

  .p-familyPlan__schedule {
    display: grid;
    gap: 1em;
    margin-top: 1em;
  }

  .p-familyPlan__scheduleHeading {
    font-size: 1.5em;
    font-weight: 600;
  }

  .p-familyPlan__read {
    line-height: 1.6;
  }

  .p-familyPlan__scheduleBody {
    border-radius: 20px;
    border: 2px solid var(--color-bg_sub);
    padding: 30px 20px;
  }
  .p-familyPlan__scheduleList {
    display: grid;
    gap: 0.6em;
  }

  .p-familyPlan__scheduleItem {
    display: flex;
    gap: 1em;
    align-items: baseline;
  }

  .p-familyPlan__scheduleTime {
    flex: 1 1 5em;
    text-align: right;
  }

  .p-familyPlan__scheduleContent {
    flex: 1 1 calc(100% - 5em);
    display: grid;
    gap: 0.3em;
  }

  .p-familyPlan__scheduleLead,
  .p-familyPlan__scheduleTitle {
    line-height: 1.4;
    font-size: 1.1em;
    font-weight: 600;
  }
  .p-familyPlan__scheduleTitle .p-familyPlan__tag {
    font-size: 0.7em;
    margin-right: 0.5em;
    display: inline-flex;
    line-height: 1;
  }

  .p-familyPlan__scheduleText {
    line-height: 1.4;
    font-size: 0.9em;
  }

  .p-familyPlan__note {
    font-size: 0.9em;
    line-height: 1.4;
  }

  @media screen and (max-width: 768px) {
    .p-familyPlan__scheduleList {
      gap: 2em;
    }
    .p-familyPlan__scheduleItem {
      display: grid;
      gap: 0.5em;
    }
    .p-familyPlan__scheduleItem > * {
      width: 100%;
      text-align: left;
    }
  }

  /* ------------- 荒天時 -------------- */

  .p-family__weather {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin: auto;
    background: var(--color-bg_sub);
    padding: 40px;
    border-radius: 20px;
  }
  .p-family_weatherDetail {
    flex: 1 1 min(50%, 400px);
    display: grid;
    gap: 1.5em;
  }
  .p-family__weatherTitle {
    font-size: 1.8em;
  }

  .p-family__weatherNote {
    font-size: 1.2em;
    line-height: 1.4;
    font-weight: 600;
  }

  .p-family__weatherRead {
    line-height: 1.4;
  }

  .p-family__weatherPhoto {
    flex: 1 1 min(50%, 400px);
    margin-bottom: 0px;
  }

  .p-family__weatherImage {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  @media screen and (max-width: 768px) {
    .p-family__weather {
      padding: 30px 20px;
    }
    .p-family__weatherTitle {
      font-size: 1.1em;
    }
    .p-family_weatherDetail {
      gap: 1em;
    }
    .p-family__weatherTitle {
      font-size: 1.2em;
    }
  }
}
/* ----------------------------------------------------------------
  404 
----------------------------------------------------------------- */
.p-notfound {
  padding: 40px 10px 60px;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  justify-content: center;
  text-align: center;

  a {
    text-decoration: underline;
  }
  .p-notfound__title {
    font-size: 2em;
    font-weight: 600;
  }
  .p-notfound__catch {
    font-weight: 600;
    font-size: min(1.2em, 4.2vw);
    line-height: 1.4;
  }
  .p-notfound__read {
    font-size: 0.9em;
    line-height: 1.6;
  }
}

/* ----------------------------------------------------------------
  7/23　新レンタルページ
----------------------------------------------------------------- */
.p-rental {
  .p-information-price {
    max-width: 900px;
    margin: auto;
  }
  .p-rentalprice {
    display: grid;
    gap: min(60px, 8vw);
  }
  .p-rentalprice__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 3%;
  }
  .p-rentalprice__list li {
    flex: 1 1 clamp(200px, 30%, 400px);
    display: grid;
    align-content: first baseline;
  }
  .p-rentalprice__list picture {
    object-fit: contain;
    width: 100%;
    margin: 0;
  }
  .p-rentalprice__detail {
    display: grid;
    gap: 1em;
    text-align: center;
  }
  .p-rentalprice__title {
    margin: 0;
    font-size: 1.3em;
  }
  .p-rentalprice__read {
    display: grid;
    gap: 0.5em;
  }
  .p-rentalprice__read dt {
    font-weight: 600;
    font-size: 1.2em;
  }
  .p-rentalprice__read dd {
    line-height: 1.4;
    font-size: min(1em, 4vw);
  }

  .c-button__main {
    font-size: min(1.3em, 5vw);
    margin: auto;
  }

  /*-------- 売店 -------*/
  .p-campshop {
    padding-top: min(60px, 8vw);
    margin-top: min(60px, 8vw);
    border-top: dashed 2px var(--color-bg_sub);
  }
  .p-campshop .c-underContents__header {
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-campshop .js-scrollable {
    display: grid;
    gap: 10px;
  }
  .p-campshop .list_basic th {
    width: 30%;
  }
  .p-campshop .list_basic td:first-child {
    width: 20%;
  }
  .p-campshop .list_basic td:last-child {
    width: 50%;
  }
  @media screen and (max-width: 600px) {
    .p-rentalprice__read dt {
      font-size: 1.1em;
    }
    .p-rentalprice__read dd {
      font-size: 1em;
    }
    .p-campshop .list_basic {
      width: 500px;
    }
  }
}

/* ----------------------------------------------------------------
  7/23　新コテージページ
----------------------------------------------------------------- */
.p-cottage {
  * {
    line-height: 1.6;
  }
  .c-eng {
    font-size: min(7em, 18vw);
    line-height: 80%;
    margin-bottom: 0;
    font-family: "Diamor", sans-serif;
  }
  .u-bg__wood {
    display: flex;
    background: url(../img/cottage/wood_short.jpg) 0 0 repeat;
    color: var(--color-white);
    margin: -100px auto 20px;
    height: min(1.3em, 130px);
    width: fit-content;
    place-items: center;
    padding-inline: 0.5em;
  }
  article:has(.u-bg__wood) {
    margin-top: 40px;
  }
  .c-underContents__noteItem {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .c-underContents__noteItem::before {
    content: "・";
  }
  .p-cottage__container {
    display: flex;
    flex-direction: column;
    gap: min(100px, 20vw);
    width: 100%;
  }
  @media screen and (max-width: 600px) {
    .u-bg__wood {
      margin: -60px auto 20px;
    }
  }
  .c-room__bg {
    background: url(../img/cottage/bgimg.jpg) 0 0 repeat;
    padding: min(50px, 7vw);
  }

  /*------ Room ------*/
  .p-room {
  }
  .p-room__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px 5%;
  }
  .p-room__image {
    aspect-ratio: 1/0.8;
    flex: 1 1 clamp(300px, 45%, 500px);
  }
  .p-room__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .p-room .p-room__detail {
    flex: 1 1 clamp(300px, 50%, 500px);
    display: grid;
    gap: 0.5em;
  }
  .p-room__read {
    font-size: 1.1em;
    margin-bottom: 0.5em;
    padding-bottom: 1em;
    border-bottom: dashed var(--color-bg_main) 1px;
  }
  .p-room__data {
    margin-top: 0.5em;
    padding-top: 1em;
    border-top: dashed var(--color-bg_main) 1px;
  }
  .p-room__time div {
    display: flex;
    gap: 10px 1em;
  }
  .p-room__note {
    font-size: 0.9em;
  }
  @media screen and (max-width: 850px) {
    .p-room .p-room__detail {
      margin-top: 0px;
    }
  }
  /*------ SDGs ------*/

  .p-sdgs {
    display: grid;
    gap: 1em;
  }
  .p-sdgs__title {
    font-size: min(2.5em, 8vw);
    font-weight: 500;
    font-family: "Noto Sans JP", "Yu Gothic", "メイリオ", sans-serif;
  }
  .p-sdgs__title span {
    margin-left: 1em;
    font-size: 0.5em;
  }
  .p-sdgs .c-underContents__noteList {
    background: var(--color-white);
    padding: 1em;
    font-size: 1.1em;
    border-radius: 10px;
    font-weight: 500;
  }

  /*------ ベッドルーム ------*/

  .p-bedroom {
    display: grid;
    gap: 1em;
  }
  .p-bedroom__photo {
    display: flex;
    gap: 20px 3%;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-bedroom__photo li {
    flex: 1 1 clamp(300px, 48%, 500px);
  }
  .p-bedroom__read {
    text-align: center;
  }

  /*------ 間取り図 ------*/
  .p-layout {
    text-align: center;
    display: grid;
    gap: 1em;
  }
  .p-layout .p-layout__image {
    padding: min(70px, 7vw) min(50px, 7vw);
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /*------ 設備 ------*/

  .p-facility {
    display: grid;
    gap: 1em;
  }
  .p-facility__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 2.5%;
  }
  .p-facility__item {
    flex: 1 1 clamp(300px, 45%, 600px);
    display: grid;
    gap: 1.5em;
    align-content: start;
  }

  .p-facility__photo img {
    aspect-ratio: 1/0.7;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  /*------ BBQ ------*/

  .p-bbqTerrace {
    display: grid;
    gap: min(40px, 5vw);
  }
  .p-bbqTerrace__catch {
    font-size: min(1.2em, 4vw);
    text-align: center;
  }
  .p-bbqTerrace__photo,
  .p-bbqTerrace__detail {
    display: flex;
    flex-wrap: wrap;
    gap: min(40px, 5vw) 2.5%;
  }
  .p-bbqTerrace__photo li,
  .p-bbqTerrace__image,
  .p-bbqTerrace__data {
    flex: 1 1 clamp(300px, 47%, 600px);
  }
  .p-bbqTerrace__photo img {
    aspect-ratio: 1/0.8;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .p-bbqTerrace__image img {
    aspect-ratio: 1/0.7;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .p-bbqTerrace__data {
    display: grid;
    gap: 1em;
    align-content: center;
  }
  .p-bbqTerrace__time {
    font-size: 1.1em;
  }
  .p-bbqTerrace__time dt {
    font-weight: 600;
  }
  .p-bbqTerrace__menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 6%;
    width: 95%;
    margin: 20px auto;
  }
  .p-bbqTerrace__mainMenu {
    flex: 1 1 clamp(400px, 62%, 700px);
    display: grid;
    gap: 30px;
    place-items: center;
  }
  .p-bbqTerrace__mainMenu .p-bbqTerrace__photo {
    width: min(700px, 90%);
  }
  .p-bbqTerrace__menuDetail {
    display: grid;
    gap: 0.5em;
  }
  .p-bbqTerrace__menuTitle {
    font-size: min(1.5em, 6vw);
  }
  .p-bbqTerrace__menuTitle .c-small {
    font-size: 70%;
  }
  .p-bbqTerrace__menuPrice {
    font-weight: 600;
    font-size: 1.1em;
  }
  .p-bbqTerrace__menu .c-underContents__noteList {
    gap: 0.1em;
  }
  .p-bbqTerrace__planList {
    border-top: 1px solid var(--color-bg_main);
    border-bottom: 1px solid var(--color-bg_main);
    padding-block: 0.5em;
    margin-block: 0.5em;
  }

  .p-bbqTerrace__takeout {
    flex: 1 1 clamp(100px, 32%, 600px);
    display: grid;
    gap: 30px;
    place-items: center;
  }
  .p-bbqTerrace__takeout .p-bbqTerrace__photo {
    width: min(240px, 60%);
  }

  @media screen and (max-width: 600px) {
    .p-bbqTerrace__mainMenu .p-bbqTerrace__photo {
      width: 100%;
    }
  }

  /*------ 朝食 ------*/

  .p-morning {
    display: grid;
  }
  .p-morning__catch {
    font-size: min(1.2em, 4vw);
    text-align: center;
  }
  .p-morning__time {
    font-weight: 600;
    font-size: min(1.1em, 4vw);
    text-align: center;
  }
  .p-morning__menu {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px 2.5%;
  }
  .p-morning__photo {
    flex: 1 1 clamp(300px, 60%, 600px);
  }
  .p-morning__photo img {
    aspect-ratio: 1/0.6;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .p-morning__detail {
    flex: 1 1 clamp(300px, 37%, 600px);
    display: grid;
    gap: 0.5em;
    text-align: center;
    justify-content: center;
  }
  .p-morning__setTitle {
    font-weight: 600;
    font-size: min(1.3em, 6vw);
  }

  .p-morning__setList {
    width: fit-content;
    min-width: 300px;
    border-top: 1px solid var(--color-bg_main);
    border-bottom: 1px solid var(--color-bg_main);
    padding-block: 0.5em;
    margin-block: 0.5em;
  }

  /*------ 周辺情報 ------*/
  .p-nearby {
    display: grid;
    gap: 1em;
  }

  .p-nearby__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 2.5%;
  }
  .p-nearby__item {
    flex: 1 1 clamp(300px, 45%, 600px);
    display: grid;
    gap: 1.5em;
    align-content: start;
  }
  .p-nearby__photo img {
    aspect-ratio: 1/0.7;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .p-nearby_detail {
    display: grid;
    gap: 0.5em;
  }
  .p-nearby__title {
    font-weight: 600;
    font-size: min(1.2em, 5vw);
  }

  /*------ 料金 ------*/
  .p-price h4 {
    text-align: center;
  }
  .p-price .c-button__main {
    margin: min(40px, 5vw) auto 0;
    font-size: min(1.2em, 5vw);
  }

  /*------ アクセス ------*/
  .p-access {
    display: grid;
    gap: 1em;
  }
  .p-access h4 {
    text-align: center;
  }
  .p-access__map {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 2.5%;
  }
  .p-access__googlemap {
    flex: 1 1 clamp(300px, 55%, 600px);
    aspect-ratio: 1/0.7;
  }
  .p-access__information {
    flex: 1 1 clamp(300px, 40%, 600px);
    display: grid;
    gap: 1.5em;
    align-content: center;
    text-align: center;
  }
  .p-access__googlemap iframe {
    width: 100%;
    aspect-ratio: 1/0.7;
  }
  .p-access__name {
    font-size: min(1.7em, 6vw);
    line-height: 1.2;
  }
  .p-access__name .c-small {
    font-size: 70%;
  }
  .p-access__address {
    font-size: min(1em, 4vw);
  }

  /*------ 感染予防 ------*/
  .p-covid {
    display: grid;
    gap: 1em;
  }
  .p-covid h4 {
    line-height: 1.5;
    text-align: center;
  }
  .p-covid__read {
    text-align: center;
  }
  @media screen and (max-width: 600px) {
    .p-morning__setList {
      min-width: 0;
      width: 100%;
    }
    .p-covid__read {
      text-align: left;
    }
  }
}
