/*------------------------------------------

	下層共通

------------------------------------------*/
main .mv {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 550px;

  img {
    width: 100%;
    min-height: 100%;
    display: block;
  }
}

.first-box {
  background-color: #fff;
  padding-top: 100px;

  @media screen and (max-width: 767px) {
    padding-top: 0;

    h2 {
      background-color: #fff;
      padding-top: 80px;
      font-size: 2.2rem;
    }
  }
}

.archive main {
  background-color: #f4f4f4;
}

.table-bdr {
  font-size: 1.5rem;
  border: #939393 1px solid;
  padding: 40px 60px;

  &.gld {
    border: #8e7132 1px solid;
  }

  dt {
    width: 190px;
  }

  dd {
    width: calc(100% - 190px);
  }

  @media screen and (max-width: 767px) {
    font-size: 1.3rem;
    padding: 20px 4%;

    dt,
    dd {
      width: 100%;
    }
  }
}

.table-dot {
  font-size: 1.5rem;
  border-bottom: #999 1px dotted;
  padding: 1em;

  &:first-of-type {
    border-top: #999 1px solid;
  }

  &:last-child {
    border-bottom: #999 1px solid;
  }

  dt {
    width: 190px;
  }

  dd {
    width: calc(100% - 190px);
  }

  @media screen and (max-width: 767px) {
    font-size: 1.3rem;
    padding: 20px 4%;

    dt,
    dd {
      width: 100%;
    }
  }
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*------------------------------------------

	ROOM子ページ

------------------------------------------*/
.page-template-temp-parent {
  main {
    padding-top: 0;
  }

  .txt {
    line-height: 1.7;
  }

  .room-child-hed {
    background-color: #fff;
    padding: 50px 0;

    .tit-box {
      width: 340px;
    }

    .txt-box {
      width: calc(100% - 340px);
    }

    .sub-tit {
      font-size: 1.5rem;
      color: #8e7132;
    }

    @media screen and (max-width: 767px) {
      background-color: #fff;
      padding: 30px 0;

      .tit-box,
      .txt-box {
        width: 100%;
      }
    }
  }

  .room-slider-box {
    background-color: #fff;
    padding-bottom: 50px;

    .inr {
      max-width: 860px;
      margin-right: auto;
      margin-left: auto;
    }

    .slick-arrow {
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      content: "";
      height: 30px;
      right: -50px;
      position: absolute;
      transform: rotate(45deg) translateY(-50%);
      top: calc(50% - 20px);
      width: 30px;
      background: none;
      opacity: 1;
      z-index: 10;
    }

    .slick-prev {
      transform: rotate(-135deg) translateY(50%);
      left: -70px;
    }

    @media screen and (max-width: 767px) {
      padding-bottom: 30px;

      .inr {
        max-width: 90%;
      }

      .slick-arrow {
        right: 30px;
      }

      .slick-prev {
        left: 10px;
      }
    }
  }

  .slick-list {
    position: relative;
  }

  .slick-initialized .slick-slide {
    margin-right: 25px;
    margin-left: 25px;

    @media screen and (max-width: 767px) {
      margin-right: 5px;
      margin-left: 5px;
    }
  }

  .content-area {
    padding-top: 80px;

    .hx-type2 {
      font-size: 2.0rem;
    }

    &:nth-of-type(3) {
      padding-bottom: 80px;
    }

    &:last-of-type {
      background-color: #e7e9ed;
    }

    .txt-box {
      width: 45%;
    }

    .table-box {
      width: 55%;
      padding-left: 50px;
    }

    @media screen and (max-width: 767px) {
      padding-top: 50px;

      .hx-type2 {
        font-size: 1.8rem;
      }

      &:nth-of-type(3) {
        padding-bottom: 50px;
      }

      .txt-box {
        width: 100%;
      }

      .table-box {
        width: 100%;
        padding-left: 0;
      }
    }
  }
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*------------------------------------------

	食の体験

------------------------------------------*/
.post-type-archive-experience .arc-post-box {
  position: relative;

  &::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }

  &::after {
    content: "";
    display: block;
    width: 23%;
  }

  li {
    width: 31.25%;
    max-width: 400px;

    .tit {
      font-size: 1.7rem;
      font-weight: normal;
    }
  }

  @media screen and (max-width: 767px) {
    li {
      width: 49%;
      max-width: none;

      .tit {
        font-size: 1.3rem;
      }
    }
  }
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*------------------------------------------

PLAN

------------------------------------------*/
.tourism-box {
  background-color: #f4f4f4;
  padding-bottom: 100px;

  .inr {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }

  article {

    &::before,
    &::after {
      content: "";
      width: 31.25%;
      max-width: 400px;
      display: block;
    }

    &::before {
      order: 1;
    }
  }

  .post-box {
    width: 31.25%;
    max-width: 400px;

    .tit {
      font-size: 1.7rem;
    }

    .txt {
      line-height: 1.8;
    }

    .cat {
      font-size: 1.3rem;
      display: inline-block;
      border: #999 1px solid;
      border-radius: 100px;
      padding: .3em 1em;
      margin-right: 10px;
    }
  }

  .post-wrap {
    background-color: #fff;
    padding: 1em;
  }

  @media screen and (max-width: 767px) {
    background-color: #f4f4f4;
    padding-top: 50px;
    padding-bottom: 50px;

    .post-box {
      width: 48%;
      max-width: none;

      .tit {
        font-size: 1.4rem;
      }

      .txt {
        font-size: 1.3rem;
      }

      .cat {
        font-size: 1.2rem;
        margin-right: 5px;
      }
    }
  }
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*------------------------------------------

	journal

------------------------------------------*/
.journal-wrap {
  background-color: #f4f4f4;
}

.journal-box .inr {
  background-color: #fff;
  padding: 35px;
  padding-bottom: 0;

  @media screen and (max-width: 767px) {
    padding: 15px;
  }
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*------------------------------------------

	NEWS

------------------------------------------*/
/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .news-box {
    font-size: 14px;
  }
}

/*END*/
/*------------------------------------------

	tourism single , experience single , journal single

------------------------------------------*/
.single-plan main,
.single-journal main,
.single-journal-tw main,
.single-experience main,
.single-tourism main,
.single-news main {
  background-color: #f4f4f4;
}

.single-plan .arc-box,
.single-journal .arc-box,
.single-journal-tw .arc-box,
.single-experience .arc-box,
.single-tourism .arc-box,
.single-news .arc-box {
  width: 96%;
  max-width: 1280px;
  background-color: #fff;
  padding: 40px 140px;
  margin-top: 180px;
  margin-right: auto;
  margin-left: auto;

  @media screen and (max-width: 767px) {
    width: 96%;
    max-width: none;
    padding: 20px 2%;
    margin-top: 70px;
  }
}

.single-journal,
.single-journal-tw {
  .arc-box {
    padding: 40px;

    @media screen and (max-width: 767px) {
      padding: 20px;
    }
  }

  .content-box {
    width: calc(100% - 370px);

    @media screen and (max-width: 767px) {
      width: 100%;
    }
  }

  .journal-box {
    width: 330px;
    background-color: #fff;

    .post-box {
      width: 100%;
    }

    .thum {
      width: 120px;
      height: 120px;
    }

    .post-wrap {
      width: calc(100% - 130px);
      padding-right: 0;
      padding-left: 0;
    }

    @media screen and (max-width: 767px) {
      width: 100%;
      padding-bottom: 0;

      .post-box {
        width: 100%;
      }

      .thum {
        width: 120px;
        height: 120px;
      }

      .post-wrap {
        width: calc(100% - 130px);
      }
    }
  }
}

.plan-single-box {
  width: 96%;
  max-width: 1280px;
  margin-top: 180px;
  margin-right: auto;
  margin-left: auto;

  @media screen and (max-width: 767px) {
    margin-top: 70px;
  }
}

.single-plan {
  .arc-box {
    width: 50%;
    padding: 40px;
    padding-bottom: 80px;
    margin-top: 0;

    .cat {
      min-width: 75px;
      font-size: 1.3rem;
      text-align: center;
      display: inline-block;
      border: #999 1px solid;
      border-radius: 100px;
      padding: .3em 1em;
      margin-right: 10px;

      &.gry {
        background-color: #e7e9ed;
        border: #e7e9ed 1px solid;

        @media screen and (max-width: 767px) {
          background-color: #e7e9ed;
          border: #e7e9ed 1px solid;
        }
      }
    }

    .hx-type1 {
      font-size: 2.0rem;

      @media screen and (max-width: 767px) {
        font-size: 1.6rem;
      }
    }

    @media screen and (max-width: 767px) {
      width: 100%;
      padding: 20px;
      padding-bottom: 40px;
      margin-top: 0;
    }
  }

  .content-box {
    width: 100%;
  }

  .img-box {
    width: 50%;

    @media screen and (max-width: 767px) {
      width: 100%;
    }
  }
}

.single-plan .arc-box .content,
.single-journal .arc-box .content,
.single-journal-tw .arc-box .content,
.single-experience .arc-box .content,
.single-tourism .arc-box .content,
.single-news .arc-box .content {
  p {
    font-size: 1.5rem;
    margin-bottom: 30px;

    @media screen and (max-width: 767px) {
      font-size: 1.3rem;
      margin-bottom: 20px;
    }
  }

  img {
    width: 100%;
    height: auto;
  }
}

.single-experience .arc-box,
.single-tourism .arc-box,
.single-news .arc-box {
  iframe {
    width: 100%;
    height: 580px;
    margin-top: 50px;

    @media screen and (max-width: 767px) {
      height: 300px;
      margin-top: 30px;
    }
  }
}

.single-news .prev-box {
  background: #f4f4f4;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
.ac_h2-wrapper {
  text-align: center;
  margin: 50px 0 20px;
}

.ac_h2 {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;

  @media screen and (max-width: 767px) {
    font-size: 2rem;
  }
}

/*------------------------------------------

	wp-pagenavi

------------------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;

  a,
  span {
    width: 40px;
    font-size: 2.0rem;
    line-height: .5;
    text-align: center;
    display: block;
    padding: 15px 0;
    margin-right: 2.5px;
    margin-left: 2.5px;
  }

  a {
    color: #000;
    background-color: #fff;
  }

  span {
    color: #fff;
    background-color: #000;
  }

  @media screen and (max-width: 767px) {
    padding-bottom: 60px;
  }
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*------------------------------------------

	googleMap

------------------------------------------*/
.googlemap {
  position: relative;
  width: 100%;
  height: 35vh;

  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*END*/
/* アクティビティ・周辺観光のリンクに下線 */
.content_width a {
  text-decoration: underline;
}

/*END*/