/* 下層ページ */

/*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 h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

#room .room_map {
  margin: 0 auto;
}

#room .room_map img {
  width: 100%;
}

#room .box {
  margin: 60px 0;
}

#room .inner {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
}

#room .txt {
  width: 600px;
  padding-left: 20px;
}


#room .table-max {
  width: 100%;
}

#room .txt table {
  border-top: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  width: 100%;
}

#room .txt table tr {
  font-size: 1.4rem;
  border-bottom: 1px dotted #dcdddd;
  text-align: left;
}

#room .txt table th {
  padding: 16px 25px;
  width: 35%;
}

#room .txt table td {
  padding: 16px 25px;
  width: 65%;
}

#room .list_a table {
  border-top: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  width: 100%;
}

#room .list_a table tr {
  font-size: 1.6rem;
  border-bottom: 1px dotted #dcdddd;
  text-align: left;
}

#room .list_a table th {
  padding: 16px 25px;
  width: 20%;
}

#room .list_a table td {
  padding: 16px 25px;
  width: 80%;
  line-height: 1.6;
}

#room ul li .content_text_area {
  margin: 20px;
}

#room .list_a ul li {
  display: flex;
  padding: 10px 0;
  border-top: 1px solid #dcdddd;
}

#room .list_b ul li {
  display: flex;
  flex-direction: column;
}

#room .list_a ul li a {
  padding: 10px;
}

#room .list_a ul li img {
  width: 140px;
  height: 100px;
  object-fit: cover;
  max-width: none;
}

#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;
}

/*PC*/
@media screen and (min-width: 897px) {
  #room .list_a ul {
    display: flex;
    flex-wrap: wrap;
  }

  #room .list_a ul li {
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #dcdddd;
    width: 49%;
    margin-right: 2%;
  }

  #room .list_a ul li:nth-child(even) {
    margin-right: 0;
  }

  #room .list_b ul li {
    flex-direction: row;
  }
}

/*END*/

/*Smartphone*/
@media screen and (max-width:896px) {
  #room .map {
    padding: 0;
  }

  #room .inner {
    flex-direction: column;
    padding: 10px;
  }

  #room .txt {
    width: auto;
    padding-left: 0;
  }

  #room .table-max table th {
    width: 40%;
  }

  .text_box tr th {
    width: 20%;
  }

  .text_box tr td {
    width: 80%;
  }
}

/*END*/
@media screen and (min-width:1400px) {
  #room .txt {
    width: 800px;
  }

  #room .box .room_slider {
    width: 800px;
  }
}

@media screen and (min-width:1800px) {
  #room .txt {
    width: 1000px;
  }

  #room .box .room_slider {
    width: 1000px;
  }
}


/* ------------------------------
  食事　meal
------------------------------ */
#meal {
  padding: 80px 0;
}

#meal h3 span {
  background: #fff;
}

#meal h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

#meal h5 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 500;
}

#meal .box {
  background: #fff;
  padding: 60px 30px;
}

#meal .box_color {
  background: #2b2e2e;
}

#meal .box_color h3,
#meal .box_color p {
  color: #fff;
}

.meal_sli {
  width: 530px;
  height: 360px;
  object-fit: cover;
}

/*画像はイメージです*/
.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;
}

#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;
}

#meal .meal_list {
  font-size: 1.6rem;
  padding: 12px 16px;
  text-align: left;
  color: #fff;
}

#meal .meal_list table {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 100%;
}

#meal .meal_list table th,
#meal .meal_list table td {
  padding: 20px;
  border-bottom: 1px dotted #eee;
}

#meal .meal_list table th {
  width: calc(30% - 20px);
}

#meal .meal_list table td {
  width: calc(70% - 20px);
}

/*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;
  }

  #meal .txt ul li {
    font-size: 1.4rem;
    padding: 12px 4px;
    text-align: left;
  }

  #meal .meal_list table th,
  #meal .meal_list table td {
    display: block;
    text-align: left;
    border-bottom: none;
    width: calc(100% - 40px);
  }

  #meal .meal_list table th:first-child,
  #meal .meal_list table td:first-child {
    width: calc(100% - 40px);
    border-bottom: 1px dotted #eee;
  }

  #meal .meal_list table th.line_sp {
    border-top: 1px solid #fff;
  }

  .meal_sli {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

}

/*END*/
/* ------------------------------
 single activity　シングルアクティビティページ
------------------------------ */
.sin_tag {
  padding-top: 20px;
}

.sin-art-title {
  position: relative;
  padding: 36px 20px 20px;
  font-size: 24px;
}

/*END*/








/* 周辺観光　夏イベント用 250704 */
.s-around-table {
  font-size: 1.5rem;
  line-height: 1.6;
  width: 100%;
  table-layout: fixed;
}

.s-around-table caption {
  text-align: left;
  margin-bottom: -27px;
  margin-top: 40px;
}

.s-around-table th {
  width: 190px;
}

.s-around-table td {
  line-height: 1.6;
}

.s-around-table td a {
  word-break: break-all;
  text-decoration: underline;
}

.s-around-table tr {
  font-size: 1.5rem;
  border-bottom: #999 1px dotted;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.s-around-table tr:first-of-type {
  border-top: #999 1px solid;
  margin-top: 40px;
}

.s-around-table tr:last-of-type {
  border-bottom: #999 1px solid;
  margin-bottom: 40px;
}

.s-around-table tr th {
  width: 190px;
}

.s-around-table tr td {
  line-height: 1.6;
  width: calc(100% - 190px);
}

.map-responsive {
  overflow: unset;
  position: unset;
  height: auto;
  width: calc(100%);
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: relative;
}

@media screen and (max-width:896px) {
  .s-around-table caption {
    text-align: center;
  }

  .s-around-table th {
    width: 100px;
  }

  .s-around-table td {
    width: calc(100% - 110px);
    text-align: left;
    margin-top: unset;
    margin-left: 10px;
  }

  .s-around-table tr {
    font-size: 1.3rem;
    padding: 20px 4%;
  }

  .s-around-table tr:last-of-type {
    margin-bottom: 20px;
  }

  .s-around-table tr th {
    width: 100px;
  }

  .s-around-table tr td {
    width: calc(100% - 120px);
  }
}

/* 周辺観光　夏イベント用 250704  END*/