/* 下層ページ */
/*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: #e6e6e6;
  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 .inner {
  display: flex;
  justify-content: space-between;
}
#room .txt {
  width: 660px;
  margin: 0 auto;
  padding-left: 20px;
}
#room .txt p.type {
  /*color: #fff;*/
  background: #e6e6e6;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
}
#room .txt table {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}
#room .txt_width table {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  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 #e6e6e6;
  width: 20%;
  text-align: left;
}
#room .txt table td, #room .txt_width table td {
  width: 80%;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 16px 24px;
  border-bottom: 1px dotted #e6e6e6;
}
#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;
}
.room {
  display: grid;
  gap: 100px;
}
.room__item {
  display: flex;
  gap: 40px;
  align-items: center;
}
.room__media {
  flex: 1;
  width: 100%;
}
.room__media img {
  width: 100%;
  border-radius: 12px;
  display: block;
}
.room__content {
  flex: 1;
}
.room__title {
  position: relative;
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 600;
  padding-left: 14px;
}
.room__title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3.5px;
  height: 100%;
  background: #070b27;
}
.room__text {
  margin-bottom: 6px;
  color: #555;
}
.room__desc {
  margin-top: 16px;
  line-height: 1.8;
  color: #333;
}
.room__item--dog .room__media {
  position: relative;
}
.room__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.8);
  color: #070b27;
  padding: 6px 10px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
.facilities_details {
  padding: 40px 0;
  background: #fff;
}
.facilities__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
}
.facilities__row {
  border-bottom: 1px solid #eee;
}
.facilities__th {
  width: 25%;
  text-align: left;
  padding: 14px 10px;
  font-weight: 600;
  background: #fafafa;
}
.facilities__td {
  padding: 14px 10px;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .facilities__table, .facilities__row, .facilities__th, .facilities__td {
    display: block;
    width: 100%;
  }
  .facilities__row {
    border: 1px solid #eee;
    overflow: hidden;
  }
  .facilities__th {
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
  }
  .facilities__td {
    padding: 12px;
    box-sizing: border-box;
  }
}
#room_rental .top_rental_bk {
  padding: 40px 0 120px !important;
}
/*PC*/
@media screen and (min-width: 897px) {}
/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #room {
    padding: 40px 0;
  }
  #room .map {
    padding: 0;
  }
  #room .inner {
    flex-direction: column;
  }
  #room .txt {
    width: 100%;
    padding-left: 0;
  }
  #room .txt_width table {
    width: 100%;
  }
  #room .txt table th, #room .txt_width table th {
    width: 35%;
    padding: 16px 15px;
  }
  #room .txt table td, #room .txt_width table td {
    width: 60%;
    padding: 16px 15px;
  }
  .room__item {
    flex-direction: column;
    gap: 20px;
  }
  .room__title {
    font-size: 22px;
  }
  #room_rental .top_rental_bk {
    padding: 20px 0 80px !important;
  }
}
/*END*/
/* ------------------------------
貸切温泉　bath
------------------------------ */
.spa-section {
  padding: 60px 20px;
  background: #fff;
}
.spa-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.6;
}
.spa-title span {
  font-size: 18px;
  color: #888;
}
.spa-catch {
  text-align: center;
  margin-bottom: 40px;
  color: #555;
  font-size: 16px;
}
.spa-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  margin: 60px 0;
}
.spa-slider {
  flex: 1 1 45%;
}
.spa-content {
  flex: 1 1 45%;
}
.spa-subtitle {
  font-size: 2.2rem;
  margin-bottom: 15px;
  padding-left: 10px;
}
.spa-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.spa-table th {
  width: 30%;
  background: #f0f0f0;
  padding: 12px;
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
}
.spa-table td {
  padding: 12px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.spa-table tr {
  border-bottom: 1px solid #e5e5e5;
}
.note {
  font-size: 1.4rem;
  color: #888;
}
/* スマホ対応 */
@media (max-width: 896px) {
  .spa-section {
    padding: 60px 0px;
  }
  .spa-box {
    flex-direction: column;
  }
  .spa-slider {
    width: 100%;
  }
}
/*END*/
/* ------------------------------
  食事　meal
------------------------------ */
#meal {
  padding: 80px 0;
}
#meal h3 span {
  font-size: 2.6rem;
}
#meal h4 {
  font-size: 2.2rem;
  margin-bottom: 40px;
  font-weight: 500;
}
#meal .box {
  background: #fff;
  padding: 60px 30px;
}
/*画像はイメージです*/
.p_menu {
  padding: 10px 0;
  font-size: 1.4rem;
  color: #888;
}
#meal .inner {
  display: flex;
  justify-content: space-between;
}
.meal_img {
  width: 50%;
}
.meal_img .meal_pic {
  width: 100%;
  object-fit: cover;
}
#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: 12px 16px;
  text-align: left;
}
/*PC*/
@media screen and (min-width: 897px) {}
/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #meal {
    padding: 40px 0;
  }
  #meal .box {
    background: #fff;
    padding: 40px 10px;
  }
  #meal h4 {
    margin: 20px auto;
  }
  .meal_img {
    width: 100%;
  }
  #meal .inner {
    flex-direction: column;
  }
  #meal .txt {
    width: auto;
    padding-left: 0;
  }
  #meal .txt ul li {
    padding: 12px 4px;
    text-align: left;
  }
}
/*END*/
/*グループ施設*/
.gp-group_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.gp-group_area li {
  width: 30%;
}
.gp-group_area li .prefectures-name {
  text-align: center;
  font-size: 20px;
  background: #555;
  color: #fff;
}
.gp-group_area li h3 {
  text-align: center;
  padding: 14px 0;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: bold;
}
.gp-group_area li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.gp-group_img {
  position: relative;
}
.gp-group_img p {
  position: absolute;
  top: 5px;
  background: #ececec;
  padding: 0px 7px;
  border-radius: 11px;
  right: 5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-weight: bold;
}
@media screen and (max-width:896px) {
  .gp-group_area li {
    width: 48%;
  }
  .gp-group_area .btn_link a {
    width: 95px;
    padding: 8px 25px;
  }
}