/* 下層ページ */
/*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: #808080;
  position: absolute;
}
.qa_bk dd::before {
  content: "A";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #66455b;
  position: absolute;
}
/*PC*/
@media screen and (min-width: 897px) {}
/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {}
/*END*/
/* ------------------------------
 施設　room
------------------------------ */
#room {
  padding: 80px 0;
}
#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;
}
#room .box {
  margin-bottom: 65px;
}
#room .map {
  background: #fff;
  padding: 40px 30px 30px;
}
#room .map img {
  margin: 0 auto;
  width: 100%;
}
#room .inner {
  display: flex;
  justify-content: space-between;
}
#room .inner .tent-img {
  width: calc(100% - 660px);
}
#room .txt {
  width: 660px;
  margin: 0 auto;
  padding-left: 20px;
}
#room .txt p.type {
  background: #d4e5ed;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
}
#room .txt table {
  border-top: 1px solid #d4e5ed;
  border-bottom: 1px solid #d4e5ed;
  width: 100%;
}
#room .txt_width table {
  border-top: 1px solid #d4e5ed;
  border-bottom: 1px solid #d4e5ed;
  width: 100%;
  margin: 0 auto;
}
#room .txt table th, #room .txt_width table th {
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px dotted #d4e5ed;
  width: 18%;
  text-align: left;
}
#room .txt table td, #room .txt_width table td {
  width: 80%;
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px dotted #d4e5ed;
}
#room .txt_width table td {
  line-height: 1.4;
}
#room ul.label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#room ul.label li {
  width: 48%;
  display: flex;
  margin-bottom: 14px;
}
#room ul.label li p {
  padding: 20px 0;
  font-size: 1.6rem;
}
#room ul.label li .green {
  width: 40%;
  color: #fff;
  background: #19a495;
  text-align: center;
  font-weight: 500;
}
#room ul.label li .white {
  width: 60%;
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
}
.bk_white {
  background: #fff;
}
.site_map {
  padding: 100px 0 80px;
  margin: 0 auto;
  width: 90%;
}
.site_map img {
  width: 100%;
  object-fit: cover;
}
/*PC*/
@media screen and (min-width: 897px) {}
/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #room .map {
    padding: 0;
  }
  #room .inner {
    flex-direction: column;
  }
  #room .inner .tent-img {
    width: 100%;
  }
  #room .txt {
    width: 100%;
    padding-left: 0;
  }
  #room .txt_width table tr {
    width: 100%;
  }
  #room .txt_width table {
    width: 100%;
  }
  #room .txt table th {
    font-size: 1.4rem;
    width: 40%;
  }
  #room .txt_width table th {
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
    background-color: #E3EEF3;
    padding: 16px 0px;
  }
  #room .txt table td {
    width: 60%;
    font-size: 1.4rem;
  }
  #room .txt_width table td {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
    border: solid 1px #E3EEF3;
    box-sizing: border-box;
    padding: 16px 0px;
  }
  #room .txt_width table th, #room .txt_width table td {
    display: block;
  }
  #room .txt table th, #room .txt_width table th {
    padding: 16px 3px;
  }
  .site_map {
    padding: 40px 0 80px;
    width: 100%;
  }
}
/*END*/
/* ------------------------------
  食事　meal
------------------------------ */
#meal {
  padding: 80px 0;
}
#meal h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
#meal .box {
  background: #f3f8fb;
  padding: 60px 30px;
}
/*画像はイメージです*/
.p_menu {
  padding: 10px 0;
  font-size: 1.4rem;
  color: #888;
}
#meal img {
  width: 530px;
  height: 360px;
  object-fit: cover;
}
#meal .inner {
  display: flex;
  justify-content: space-between;
}
#meal .txt {
  width: 540px;
  padding-left: 20px;
}
#meal .txt p.type {
  font-weight: bold;
}
#meal .txt ul {
  width: 100%;
}
#meal .txt ul li {
  font-size: 1.6rem;
  padding: 8px 22px;
  text-align: left;
}
.meal_menu li {
  position: relative;
}
.meal_menu li:after {
  content: "・";
  font-size: 25px;
  position: absolute;
  top: 5px;
  left: 0;
}
/*PC*/
@media screen and (min-width: 897px) {}
/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #meal img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #meal .inner {
    flex-direction: column;
  }
  #meal .txt {
    width: auto;
    padding-left: 0;
  }
  #meal .txt ul li {
    font-size: 1.4rem;
    padding: 12px 20px;
    text-align: left;
  }
  .meal_menu li:after {
    top: 8px;
    left: 0;
  }
  /*END*/
}