/* 下層ページ */
/*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: #6A5FA0;
  position: absolute;
}
.qa_bk dd::before {
  content: "A";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #555;
  position: absolute;
}
/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {} /*END*/

/*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: 80%;
  margin: 0 auto;
}
#room .box {
  margin: 60px 0;
}
#room .rm_nm {
  background-color: #fff;
  width: 100%;
  padding: 10px 10px 0 15px;
  box-sizing: border-box;
}
#room .rm_nm p {
  background-color: #CFD5E1;
  display: inline-block;
  padding: 5px 30px;
  font-size: 2rem;
}
#room .inner {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
}
#room .inner .rm_img {
  width: 48%;
}
#room .inner .rm_img img {
  width: 100%;
}
#room .txt {
  padding-left: 20px;
  width: 50%;
  box-sizing: border-box;
}
#room .txt p {
  padding: 0 10px;
}
#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%;
}
.list_a table {
  border-top: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  width: 100%;
}
.list_a table tr {
  font-size: 1.6rem;
  border-bottom: 1px dotted #dcdddd;
  text-align: left;
}
.list_a table th {
  padding: 16px 25px;
  width: 20%;
}
.list_a table td {
  padding: 16px 25px;
  width: 80%;
}
.list_a ul li {
  display: flex;
  padding: 10px 0;
  border-top: 1px solid #dcdddd;
}
.list_b ul li {
  display: flex;
  flex-direction: column;
}
.list_a ul li a {
  padding: 10px;
}
.list_a ul li img {
  width: 140px;
  height: 100px;
  object-fit: cover;
  max-width: none;
}
#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 .rm_nm {
    background-color: #CFD5E1;
    box-sizing: border-box;
    padding: 0 0 0 0;
  }
  #room .rm_nm p {
    padding: 5px 10px;
    font-size: 1.6rem;
  }
  #room .txt {
    width: auto;
    padding-left: 0;
  }
  #room .inner .rm_img {
    width: 100%;
  }
  #room .table-max table th {
    width: 40%;
  }
  .text_box tr th {
    width: 20%;
  }
  .text_box tr td {
    width: 80%;
  }
  .list_a table th {
    padding: 16px 0;
    width: 20%;
  }
  .list_a table td {
    padding: 16px 0 16px 25px;
    width: 80%;
  }
} /*END*/
@media screen and (min-width:1400px) {
  #room .txt {
    width: 50%;
  }
  #room .box .room_slider {
    width: 50%;
  }
}
@media screen and (min-width:1800px) {
  #room .txt {
    width: 50%;
  }
  #room .box .room_slider {
    width: 50%;
  }
}
/* ------------------------------
  食事　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 .meal_imgsl {
  width: 530px;
}
#meal .box-bk {
  background: #333;
  padding: 60px 30px;
}
#meal .box-bk h3, #meal .box-bk p {
  color: #fff;
}
/*画像はイメージです*/
.p_menu {
  padding: 10px 0;
  font-size: 1.4rem;
  color: #555;
}
#meal img {
  width: 530px;
  height: 360px;
  object-fit: cover;
}
#meal img.skip-lazy {
  width: 26px;
  height: 26px;
  object-fit: fill;
}
#meal .inner {
  display: flex;
  justify-content: space-between;
}
#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 .box {
    padding: 60px 3% 20px;
  }
  #meal .meal_imgsl {
    width: 100%;
  }
  #meal img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #meal .inner {
    flex-direction: column;
  }
  #meal .txt {
    width: auto;
    padding-left: 0;
  }
  #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;
  }
} /*END*/


/*設備の写真*/
.facility_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 30px;
}
.f_items {
  max-width: 100%;
  margin: 10px;
}
.facility_box .f_items {
  width: 100%;
}
.fac-container {
  width: 90%;
  margin: 0 auto;
}
.facility_box img {
  width: 100%;
}
@media screen and (min-width:896px) {
  .fac-container {
    width: 94%;
    margin: 0 auto;
  }
  .facility_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .f_items + .f_item {
    margin-left: 1.0em;
  }
}
@media screen and (max-width:896px) {
  .f_items {
    margin: 2px;
  }
}
/*END*/