/************************
ニュース
************************/
#archive_news_page {
  background-color: var(--base-color);
  padding: 100px;
}

@media only screen and (max-width: 868px) {
  #archive_news_page {
    padding: 50px 5px;
  }
}

#single_news_page {
  background-color: var(--base-color);
  padding: 100px;
}

@media only screen and (max-width: 868px) {
  #single_news_page {
    padding: 50px 5px;
  }
}

/************************
周辺観光
************************/
#archive_surround_page {
  background-color: var(--base-color);
  padding: 100px;
}

@media only screen and (max-width: 868px) {
  #archive_surround_page {
    padding: 50px 5px;
  }
}

/************************
アクティビティ
************************/
#archive_activity_page {
  background-color: var(--base-color);
  padding: 100px;
}

@media only screen and (max-width: 868px) {
  #archive_activity_page {
    padding: 50px 5px;
  }
}

/************************
お部屋
************************/
#room_page {
  background-color: var(--base-color);
  padding: 100px;
}

@media only screen and (max-width: 868px) {
  #room_page {
    padding: 50px 5px;
  }
}

.room-content>*+* {
  margin-top: 80px;
}

.room-content .room-detail {
  margin-bottom: 80px;
}

@media only screen and (max-width: 868px) {
  .room-content>*+* {
    margin-top: 50px;
  }
}

.room-swiper,
.meal-box .img-content {
  position: relative;
  margin-bottom: 50px;
}

.room-swiper .img-box,
.meal-box .img-content .img-box {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}

.room-swiper .img-box>img,
.meal-box .img-content .img-box>img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.room-swiper .swiper-pagination,
.meal-box .img-content .swiper-pagination {
  transform: translate(0);
  margin-top: 20px;
  top: unset;
  bottom: -30px;
}

.room-swiper .swiper-pagination>span,
.meal-box .img-content .swiper-pagination>span {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.room-swiper .swiper-pagination>span.swiper-pagination-bullet-active,
.meal-box .img-content .swiper-pagination>span.swiper-pagination-bullet-active {
  background: var(--main-color);
}

.room-swiper .swiper-button,
.meal-box .img-content .swiper-button {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
}

.room-swiper .swiper-button:before,
.meal-box .img-content .swiper-button:before {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #888178;
}

.room-swiper .swiper-button:after,
.meal-box .img-content .swiper-button:after {
  display: none;
}

.room-swiper .swiper-button.swiper-button-prev,
.meal-box .img-content .swiper-button.swiper-button-prev {
  left: 80px;
}

.room-swiper .swiper-button.swiper-button-prev:before,
.meal-box .img-content .swiper-button.swiper-button-prev:before {
  content: "\f104";
}

.room-swiper .swiper-button.swiper-button-next,
.meal-box .img-content .swiper-button.swiper-button-next {
  right: 80px;
}

.room-swiper .swiper-button.swiper-button-next:before,
.meal-box .img-content .swiper-button.swiper-button-next:before {
  content: "\f105";
}

@media only screen and (max-width: 868px) {

  .room-swiper .swiper-button,
  .meal-box .img-content .swiper-button {
    width: 30px;
    height: 30px;
  }

  .room-swiper .swiper-button.swiper-button-prev,
  .meal-box .img-content .swiper-button.swiper-button-prev {
    left: 35px;
  }

  .room-swiper .swiper-button.swiper-button-next,
  .meal-box .img-content .swiper-button.swiper-button-next {
    right: 35px;
  }
}

.room-content .room_table {
  width: 100%;
  border-collapse: collapse;
}

.room-content .room_table tr {
  border-bottom: 1px solid var(--main-color);
}

@media only screen and (max-width: 868px) {
  .room-content .room_table tr {
    border-bottom: none;
  }
}

.room-content .room_table th,
.room-content .room_table td {
  text-align: center;
  padding: 12px 10px;
  vertical-align: center;
}

.room-content .room_table tr:last-child {
  border-bottom: none;
}

.room-content .room_table th {
  text-align: center;
  width: 25%;
  background-color: #f9f9f9;
}

.room-content .room_table td {
  text-align: left;
}

@media (max-width: 600px) {

  .room-content .room_table th,
  .room-content .room_table td {
    display: block;
    width: 100%;
  }
}

/************************
お食事
************************/
#meal_page {
  background: var(--base-color);
  padding: 100px;
}

@media only screen and (max-width: 868px) {
  #meal_page {
    padding: 50px 5px;
  }
}

/************************
サウナ
************************/
#sauna_page {
  background: var(--base-color);
  padding: 100px;
}

@media only screen and (max-width: 868px) {
  #sauna_page {
    padding: 50px 5px;
  }
}

/************************
QA
************************/
#qa_page {
  background: var(--base-color);
  padding: 100px;
}

@media only screen and (max-width: 868px) {
  #qa_page {
    padding: 50px 5px;
  }
}

#qa_page .container section {
  margin: 50px auto;
}

#qa_page .container section h2 {
  color: var(--main-color);
}

.qa-list>*+* {
  margin-top: 50px;
}

.qa_q {
  font-size: 1.5rem;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}

.qa_q:before,
.qa_q:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
}

.qa_q:before {
  width: 150px;
  background: var(--main-color);
  left: 0;
}

.qa_q:after {
  width: calc(100% - 150px);
  background: #fff;
  right: 0;
}

@media only screen and (max-width: 868px) {
  .qa_q {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .qa_q:before {
    width: 100px;
  }

  .qa_q:after {
    width: calc(100% - 100px);
  }
}

.qa-list>li>h3,
.qa-list>li>p {
  padding-left: 40px;
  position: relative;
}

.qa-list>li>h3:before,
.qa-list>li>p:before {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 868px) {

  .qa-list>li>h3:before,
  .qa-list>li>p:before {
    font-size: 1.75rem;
  }
}

.qa-list>li>h3.q-txt {
  font-weight: 700;
  margin-bottom: 15px;
}

.qa-list>li>h3.q-txt:before {
  content: "Q";
  color: var(--main-color);
}

.qa-list>li>p.a-txt:before {
  content: "A";
  color: var(--black-color);
}

.anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
  margin-bottom: 80373
}

.anchor-list>li {
  width: 30%;
  display: table;
}

.anchor-list>li>a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  background: var(--accent-color-cool);
  border-radius: 35px;
  position: relative;
  padding: 12px 30px;
  border: 1px solid #888178;
  transition: 0.3s;
}

.anchor-list>li>a:after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.anchor-list>li>a:hover {
  color: #888178;
  background: #fff;
}

@media only screen and (max-width: 868px) {
  .anchor-list {
    gap: 10px 2%;
  }

  .anchor-list>li {
    width: 100%;
  }
}