/* 下層ページ */
/*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: #555555;
  position: absolute;
}
.qa_bk dd::before {
  content: "A";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #87867D;
  position: absolute;
}
/* ------------------------------
 施設　room
------------------------------ */
.page_top_view img.room_top {
  object-position: 50% 35%;
}
#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;
  background-color: #f6f6f6;
  padding: 40px 20px;
  box-sizing: border-box;
}
#room .txt {
  width: 55%;
  margin: 0 auto;
  padding-left: 20px;
}
#room .txt p.type {
  background: #ffffff;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
}
#room .txt table {
  border-top: 1px solid #ADB6BC;
  border-bottom: 1px solid #ADB6BC;
  width: 100%;
}
#room .txt_width table {
  border-top: 1px solid #ADB6BC;
  border-bottom: 1px solid #ADB6BC;
  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 #ADB6BC;
  width: 25%;
  text-align: left;
}
#room .txt table td, #room .txt_width table td {
  width: 75%;
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px dotted #ADB6BC;
  line-height: 1.5;
}
#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;
}
.rm_slide {
  width: 40%;
}
.rm_slide img {
  width: 100%;
}
/*PC*/
@media screen and (min-width: 897px) {}
/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #room {
    padding: 0 0 20px;
  }
  #room .map {
    padding: 0;
  }
  #room .inner {
    flex-direction: column;
    padding: 40px 3%;
  }
  #room .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #room .txt_width table {
    width: 100%;
  }
  #room .txt table th, #room .txt_width table th {
    font-size: 1.4rem;
    padding: 16px 3px;
    width: 30%;
  }
  #room .txt table td, #room .txt_width table td {
    width: 70%;
    font-size: 1.4rem;
  }
  .rm_slide {
    width: 100%;
    margin: 5px auto;
  }
}
/*END*/
/* ------------------------------
貸切温泉　bath
------------------------------ */
.spa_img {
  width: 600px;
}
.spa_img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
/*Smartphone*/
@media screen and (max-width:896px) {
  .spa_img {
    width: 100%;
  }
  .spa_img img {
    height: 240px;
  }
}
/*END*/
/* ------------------------------
  食事　meal
------------------------------ */
.meal_top {
  /* object-position: 50% 70%; */
  object-position: 50% 34%;
}
#meal {
  padding: 80px 0;
}
#meal h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
#meal .box {
  background: #e4e7e9;
  padding: 60px 30px;
}
/*画像はイメージです*/
.p_menu {
  padding: 10px 0;
  font-size: 1.4rem;
  color: #888;
}
#meal img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#meal .inner {
  display: flex;
  justify-content: space-around;
}
#meal .inner .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 #abb6bd;
  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);
}
/*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 .box {
    padding: 60px 15px;
  }
  #meal .txt {
    width: 100%;
    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;
  }
  #meal .inner .me_inner {
    width: 100%;
  }
}
.tab-buttons {
  display: flex;
  gap: 10px;
}
.tab-buttons button {
  width: 50%;
  background: #e8dfc3;
  color: #56564E;
  border: none;
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  font-size: 2.6rem;opacity: 0.7;
}
@media screen and (max-width:896px) {
  .tab-buttons button {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.tab-buttons button.active {
  opacity: 1;
  background: #e5d6a7;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
/*END*/
/* ------------------------------
 温泉　spa
------------------------------ */
.page_top_view.spa {
  padding: 0 0 0;
}
.page_top_view.spa img {
  width: 100%;
  /* max-width: 100%; */
  max-width: 1200px;
  /* height: 600px; */
  height: 400px;
  /* margin-bottom: 80px; */
  object-position: 50% 10%;
  margin: 0 auto 40px;
}
@media screen and (max-width:896px) {
  .page_top_view.spa img {
    height: 240px;
  }
}
/* S’moreページ 250509 */
.youtube-bnr {
  width: 50%;
  margin: 0 auto 8rem auto;
}
.youtube-bnr img {
  width: 100%;
}
@media screen and (max-width:896px) {
  .youtube-bnr {
    width: 100%;
    margin: 0 auto 6rem auto;
  }
}
/* S’moreページ 250509 END*/