/* 下層ページ */
/*Q&A　archive-qa.php*/
.qa_bk li {
  padding: 20px;
  border-bottom: 1px dotted #ccc;
}

.qa_bk dt {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.qa_bk dt span,
.qa_bk dd span {
  display: inline-block;
  margin-left: 40px;
  margin-top: 5px;
  line-height: 1.6;
}

.qa_bk dd {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.qa_bk dt::before {
  content: "Q";
  display: inline-block;
  font-size: 2rem;
  padding-right: 10px;
  color: #888;
  position: absolute;
}

.qa_bk dd::before {
  content: "A";
  display: inline-block;
  font-size: 2rem;
  padding-right: 10px;
  color: #ffdf6c;
  position: absolute;
}
/*END*/
/* ------------------------------
 施設　room
------------------------------ */
#room h4 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

#room .box {
  margin: 60px 0;
}

/* ------------------------------
  食事　meal
------------------------------ */
.meal_page_top {
  object-position: center;
}

#meal {
  padding: 80px 0;
}

#meal h3 span {
  background: #fff;
}

#meal h4 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

#meal h5 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 500;
}

#meal .box {
  background: #f4f4f4;
  padding: 60px 30px;
}

/*画像はイメージです*/
.p_menu {
  padding: 10px 0;
  font-size: 1.4rem;
  color: #555;
}

.p_menu2 {
  padding: 10px 0;
  font-size: 1.4rem;
  color: #555;
  text-align: center;
}

#meal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meal_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 80px 0;
}

.meal_wrap:last-of-type {
  margin-bottom: 0;
}

.meal_img {
  width: 60%;
}

.meal_img.reverse {
  margin-left: auto;
}

.meal_img img {
  width: 100%;
}

.meal_txt {
  width: 42%;
  padding: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fff;
}

.meal_txt.reverse {
  right: inherit;
  left: 0;
}

@media screen and (max-width: 980px) {
  #meal {
    padding: 40px 0;
  }
  .meal_wrap {
    padding: 40px 0;
  }
  .meal_img {
    width: 100%;
  }

  .meal_txt {
    width: 95%;
    padding: 20px;
    position: relative;
    top: inherit;
    right: inherit;
    transform: none;
    margin: -30px auto 0;
  }

  .meal_txt.reverse {
    left: inherit;
  }
}

#room {
  padding: 0 0 40px;
}

/*Smartphone*/
@media screen and (max-width: 980px) {
  #room {
    padding: 20px 0;
  }

  p.color_p {
    margin-bottom: 0;
  }
}

.access-txt {
  text-align: center;
}

.page_top_view img {
  width: 100%;
}
