/* 下層ページ */
/*プラン　シングル*/
.s-plan--box {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.s-plan--box p.p_description {
  padding-bottom: 40px;
}

.plan_box {
  max-width: 460px;
  background: #fff;
  padding: 0 50px 60px !important;
}

.plan_box_img {
  max-width: 500px;
}

.plan_box_img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.plan_box h2 {
  padding: 60px 0 50px;
  text-align: left;
  line-height: 1.6;
}

.p-plan_cat_g {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
}

.p-plan_cat_g p {
  padding: 4px 10px;
  border: 1px solid #e7e9ed;
  background: #e7e9ed;
  border-radius: 18px;
  margin: 0 0 20px 10px;
}

.table-plan tr {
  font-size: 1.5rem;
  border-bottom: #999 1px dotted;
  line-height: 1.4;
}

.table-plan tr:first-of-type {
  border-top: #999 1px solid;
}

.table-plan tr:last-of-type {
  border-bottom: #999 1px solid;
  margin-bottom: 60px;
}

.table-plan th {
  width: 160px;
  padding: 20px;
  text-align: left;
}

.table-plan td {
  width: calc(100% - 160px);
  margin-left: 160px;
  margin-top: -15px;
  padding: 20px;
}

/*Smartphone*/
@media screen and (max-width: 896px) {
  .plan_bk {
    padding: 3% 0;
  }

  .s-plan--box {
    flex-direction: column;
    padding-bottom: 0;
  }

  .plan_box {
    padding: 3% 5% 60px !important;
    max-width: 100%;
  }

  .plan_box h2 {
    padding: 30px 0 20px;
  }

  .plan_box_img {
    max-width: 100%;
  }

  .plan_box_img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }

  .table-plan tr {
    font-size: 1.3rem;
    padding: 20px 4%;
  }

  .table-plan tr:last-of-type {
    margin-bottom: 20px;
  }

  .table-plan th {
    width: 100px;
  }

  .table-plan td {
    margin-left: 100px;
    width: 70%;
  }

  .p-plan_cat_g p {
    padding: 2px 8px;
    border: 1px solid #e7e9ed;
    background: #e7e9ed;
    border-radius: 18px;
    font-size: 13px;
    margin: 0 0 20px 10px;
  }
}
/*END*/

/* ------------------------------
 Q&A　archive-qa.php
------------------------------ */
.qa_bk h3 {
  padding: 20px;
  margin: 40px 0 10px;
  border-bottom: 1px solid #ebebec;
  border-top: 1px solid #ebebec;
}

.qa_bk li {
  padding: 20px;
  border-bottom: 1px dotted #eee;
}

.qa_bk dt {
  padding-bottom: 20px;
  font-weight: bold;
}

.qa_bk dt span,
.qa_bk dd span {
  display: inline-block;
  margin-left: 40px;
  margin-top: 5px;
  line-height: 1.6;
}

.qa_bk dt::before {
  content: "Q";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #b89b5e;
  position: absolute;
}

.qa_bk dd::before {
  content: "A";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #455a63;
  position: absolute;
}

/*END Q&A　archive-qa.php*/

/* ---------------------------------------
 ドームテント・ヴィラ　dome-tent・villa
--------------------------------------- */
#room {
  background-color: #f5f1e8;
  padding-bottom: 80px;
}

.page_top_view img.room_top {
  object-position: 50% 30%;
}

#room h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

#room p.msg,
.top_rental p.msg {
  text-align: center;
  margin-bottom: 60px;
  line-height: 2.1;
}

#room .inner {
  background-color: #fff;
  padding: 60px;
  box-sizing: border-box;
  border-radius: 60px;
}

#room .box {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

#room .box p.type {
  background: #55738a;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 15px;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  width: fit-content;
  max-width: 100%;
  align-items: baseline;
  border-radius: 6px;
}

#room .box .animal_cmnt {
  background: #fff;
  color: #55738a;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 15px;
  margin: -10px auto 20px;
  font-size: 1.4rem;
  width: fit-content;
  max-width: 100%;
  align-items: baseline;
  border-radius: 6px;
}
.rm_slide {
  width: 100%;
}
.rm_slide img {
  width: 100%;
}
.room_contents {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

#room .room_contents table {
  width: 40%;
}

#room .room_contents tr {
  margin-bottom: 10px;
  background-color: #f5f1e8;
  border-bottom: 6px solid #fff;
}

#room .room_contents table th {
  font-size: 1.6rem;
  font-weight: bold;
  color: #55738a;
  padding: 10px;
  width: 30%;
  text-align: left;
}

#room .room_contents table td {
  width: 65%;
  font-size: 1.6rem;
  padding: 10px;
  line-height: 1.5;
}

#room .room_contents table.onsen {
  width: 100%;
}

#room .room_contents table.onsen th {
  width: 15%;
}

#room .room_contents table.onsen td {
  width: 90%;
}

.room_contents p {
  width: 56%;
}

@media screen and (max-width:896px) {
  #room .inner {
    padding: 40px 20px;
  }

  .room_contents {
    flex-direction: column;
  }

  #room .room_contents table {
    width: 100%;
  }

  .room_contents p {
    width: 100%;
    margin-top: 10px;
  }
}

.information_area {
  width: 96%;
  padding: 100px 0;
  margin: auto;
  background-color: #fff;
  border-radius: 60px;
}

.information_area .information_area_inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

.room_common {
  width: 100%;
}

@media screen and (max-width:896px) {
  .information_area {
    padding: 40px 0;
  }
}


/*END ドームテント・ヴィラ　dome-tent・villa*/

/* ------------------------------
  食事　meal
------------------------------ */
.meal_top {
  object-position: 50% 20%;
}

#meal {
  padding: 80px 0;
}

#meal h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

#meal .box {
  background: #f5f1e8;
  padding: 60px 30px;
  border-radius: 60px;
}

.p_menu {
  padding: 6px 0 0;
  font-size: 1.4rem;
  color: #888;
}

#meal img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
}

#meal .inner {
  display: flex;
  justify-content: space-around;
}

#meal .me_inner {
  width: 50%;
}

#meal .txt {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
}

#meal .txt p.type {
  font-weight: bold;
}

#meal .menu_p {
  border-bottom: 1px solid #ABB4BD;
  font-size: 18px;
  padding-left: 3px;
}

#meal .txt ul {
  width: 100%;
}

#meal .txt ul li {
  font-size: 1.6rem;
  padding: 8px 16px;
  text-align: left;
  position: relative;
  line-height: 1.4;
}

#meal .txt ul li::after {
  position: absolute;
  content: '・';
  width: 1px;
  top: 12px;
  left: 0;
  color: rgba(119, 119, 119, 1.00);
}

@media screen and (max-width:896px) {
  #meal img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  #meal .inner {
    flex-direction: column;
  }

  #meal .box {
    padding: 60px 15px;
  }

  #meal .me_inner {
    width: 100%;
  }

  #meal .txt {
    width: auto;
    padding-left: 0;
  }

  #meal .menu_p {
    font-size: 16px;
  }

  #meal .txt ul li {
    font-size: 1.4rem;
    padding: 12px 0 12px 13px;
    text-align: left;
  }

  #meal .menu_p {
    margin-top: 40px;
  }
}
/*END 食事　meal*/

/* ------------------------------
  温泉サウナ　spa-sauna
------------------------------ */
.feature_mainimg {
  width: 50%;
}

.feature_mainimg img {
  width: 100%;
  max-width: 600px;
  height: 530px;
  object-fit: cover;
  margin: 0 auto;
}

@media screen and (max-width:1024px) {
  .feature_mainimg {
    width: 100%;
  }

  .feature_mainimg img {
    height: auto;
  }
}

.feature_txtarea {
  background: rgba(255, 255, 255, 0.95);
  max-width: 600px;
  height: 530px;
  margin: 0 auto;
  width: 50%;
}

@media screen and (max-width:1024px) {
  .feature_txtarea {
    margin: 0 auto 10px;
    height: auto;
    width: 100%;
  }
}
/*END 温泉サウナ　spa-sauna*/