/* 下層ページ */
/*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;
}

.accordion_question {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.q_label {
  font-size: 2rem;
  color: #808080;
  margin-right: 10px;
}

.toggle-icon {
  margin-left: auto;
  font-size: 1.5rem;
  color: #666;
}

.accordion_answer {
  overflow: hidden;
  will-change: height;
  height: 0;
  transition: height 0.4s ease;
}

.answer_inner {
  padding: 20px 0 0 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.a_label {
  font-size: 2rem;
  color: #45523E;
  min-width: 30px;
}

.a_answer {
  line-height: 1.6;
}

/* ------------------------------
 施設　room
------------------------------ */
.page_top_view img.room_top {
  object-position: 50% 60%;
}

#room {
  padding: 40px 0 80px;
}

#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: 80px;
  display: flex;
  flex-direction: column;
  background-color: #fffcf3;
}

#room .inner {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
  box-sizing: border-box;
}

#room .txt {
  width: 55%;
  margin: 0 auto;
  padding-left: 20px;
}

#room .txt p.type {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
}

#room .txt table {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
}

#room .txt_width table {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  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 #fff;
  width: 25%;
  text-align: left;
}

#room .txt table td,
#room .txt_width table td {
  width: 75%;
  font-size: 1.5rem;
  padding: 15px 25px;
  line-height: 1.5;
}

#room .txt table td {
  border-bottom: 1px dotted #fff;
}

#room .txt p.txt_area {
  padding: 16px 25px;
}

#room .txt_width table th,
#room .txt_width table td {
  border-bottom: 1px dotted #ccc;
}

#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%;
  height: 320px;
  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;
    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;
  }

  #room .txt_width table th,
  #room .txt_width table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  #room .txt_width table th {
    text-align: center;
  }

  #room .txt_width table td {
    border-bottom: 1px solid #ccc;
  }

  .rm_slide {
    width: 100%;
  }

  .rm_slide img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
}

/*END*/
/* ------------------------------
  食事　meal
------------------------------ */
.meal_top {
  object-position: 50% 70%;
}

#meal {
  padding: 40px 0
}

#meal h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

#meal .box {
  background: #fffcf3;
  padding: 60px 30px;
  margin-bottom: 80px;
}

/*画像はイメージです*/
.p_menu {
  padding: 10px 0;
  font-size: 1.4rem;
  color: #888;
}

#meal img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

#meal .inner {
  display: flex;
  justify-content: space-around;
}

#meal .txt {
  padding-left: 20px;
}

#meal .txt p.type {
  font-weight: bold;
}

#meal .menu_p {
  border-bottom: 1px solid #8f7a73;
  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.dotnone {
  font-size: 1.4rem;
  padding: 8px 20px;
}

#meal .txt ul li::after {
  position: absolute;
  content: '・';
  width: 1px;
  top: 8px;
  left: 0;
  color: rgba(119, 119, 119, 1.00);
}

#meal .txt ul li.dotnone::after {
  position: absolute;
  content: '';
}

#meal .me_inner {
  width: 47%;
  box-sizing: border-box;
}

#meal .inner .txt {
  width: 52%;
  box-sizing: border-box;
}

/*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: auto;
    padding-left: 0;
  }

  #meal .menu_p {
    font-size: 16px;
  }

  #meal .txt ul li {
    font-size: 1.4rem;
    padding: 8px 0 8px 13px;
    text-align: left;
  }

  #meal .menu_p {
    margin-top: 40px;
  }

  #meal .me_inner {
    width: 100%;
    box-sizing: border-box;
  }

  #meal .inner .txt {
    width: 100%;
    box-sizing: border-box;
  }
}

/*END*/
/* activity 250804 */
.activity.top_feature_bk {
  padding: 0 0 85px;
}

/* activity 250804 END */