/* 下層ページ */
.page_top_view {
  margin-top: 80px;
  position: relative;
}

.page_top_view .topimg {
  position: relative;
}

.page_top_view .topimg::after {
  content: '';
  background-color: rgba(31, 31, 31, 0.63);
  position: absolute;
  z-index: 90;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.page_top_view .topimg h2 {
  position: absolute;
  color: #fff;
  content: "";
  top: 34%;
  left: 50%;
  z-index: 95;
  transform: translateY(-50%) translateX(-50%);
}

.page_top_view .topimg h2::after {
  content: '';
  position: absolute;
  bottom: -18px;
  display: inline-block;
  width: 50px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  border-radius: 10px;
}

/*Smartphone*/
@media screen and (max-width: 896px) {
  .page_top_view {
    margin-top: 60px;
  }

  .page_top_view .topimg h2 {
    top: 35%;
    width: 100%;
  }
}

/*Q&A　archive-qa.php*/
.qa_bk h3 {
  font-size: 24px;
  font-weight: 500;
}

.qa_link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 100px;
}

a.anchor {
  display: block;
  padding-top: 110px;
  margin-top: -110px;
}

.btn_qp {
  position: relative;
}

.btn_link p a.btn_qp {
  font-size: 14px;
  font-weight: 200;
}

@media screen and (max-width:896px) {
  .btn_link p a.btn_qp {
    font-size: 12px;
    width: 110px;
    margin-bottom: 10px;
  }
}

.btn_qp::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #A7A7A7;
  border-right: solid 1px #A7A7A7;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 45%;
  right: 22px;
  margin-top: -4px;
}

.qa_timg {
  object-position: 50% 70%;
}

.qa_bk li {
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #CBCBCB;
}

.qa_bk dt {
  padding-bottom: 20px;
}
@media screen and (max-width:896px) {
.qa_bk dt {
  padding-bottom:0;
}
}

.qa_bk dt span,
.qa_bk dt span {
  font-weight: 500;
}

.qa_bk dd span {
  font-size: 14px;
}

.qa_bk dt span,
.qa_bk dd span {
  display: inline-block;
  margin-left: 34px;
  margin-top: 20px;
  line-height: 1.6;
}

.qa_bk dt::before {
  content: "Q";
  display: inline-block;
  font-size: 30px;
  padding-right: 10px;
  color: #090909;
  position: absolute;
}

.qa_bk dd::before {
  content: "A";
  display: inline-block;
  font-size: 30px;
  padding-right: 10px;
  color: rgba(63, 55, 46, 0.7);
  position: absolute;
}

.qa_bk a {
  color: #CB1919;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .qa_bk li {
    padding: 20px 0 20px 0;
  }
}

/*END*/


/* ------------------------------
  コンセプト
------------------------------ */
.under-image {
  position: relative;
      margin-top: 96px;
}
.under-image h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: absolute;top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);

}
.under-image img {
  height: 450px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width:896px) {
  .under-image {
      margin-top:62px;
}
  .under-image img {
  height: 200px;
  } 
}


/* ------------------------------
  Room
------------------------------ */
.swiper-content-box {
  overflow: hidden;
}
.swiper-content-box .swipers {
  box-sizing: border-box;
  position: relative;
}
.swiper-content-box .swipers img {
  max-width: 100%;
}
.swiper-content-box .swipers .swiper-slide .img-box,
.swiper-content-box .swipers .swiper-slide .thumb-box {
  box-sizing: border-box;
  position: relative;
}
.swiper-content-box .swipers .swiper-slide .img-box > img,
.swiper-content-box .swipers .swiper-slide .thumb-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-content-box .swipers .swiper-slide .img-box {
  /* メイン画像の高さ */
  padding-bottom: 60%;
}
.swiper-content-box .swipers .swiper-slide .thumb-box {
  /* サムネイル画像の高さ */
  padding-bottom: 60%;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
}
.swiper-content-box .swipers .swiper-slide .thumb-box:hover {
  opacity: 1;
}
.swiper-content-box .swipers .swiper-slide.swiper-slide-thumb-active .thumb-box {
  opacity: 1;
}
.swiper-content-box .swipers .swiper-button-next,
.swiper-content-box .swipers .swiper-button-prev {
  text-align: center;
  line-height: 40px;
  /* 矢印背景の横幅 */
  width: 40px;
  /* 矢印背景の縦幅 */
  height: 40px;
  /* 矢印背景色 */
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.swiper-content-box .swipers .swiper-button-next:after,
.swiper-content-box .swipers .swiper-button-prev:after {
  /* 矢印大きさ */
  font-size: 20px;
  /* 矢印色 */
  color: #575757;
}
@media only screen and (max-width: 896px) {
  .swiper-content-box .swipers .swiper-button-next,
  .swiper-content-box .swipers .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
  .swiper-content-box .swipers .swiper-button-next:after,
  .swiper-content-box .swipers .swiper-button-prev:after {
    font-size: 12px;
  }
}

.room-box {
  display: flex;
  margin-bottom: 30px;
}
.room-box .swiper-content-box {
  width: 50%;
}
.room_txtarea {
  box-sizing: border-box;
  width: 50%;
  padding: 5%
}
.room_txtarea h3 {
font-size: 24px;
margin-bottom: 30px;
}


@media only screen and (max-width: 896px) {
.room-box {
  flex-wrap: wrap;
  }
  .room-box .swiper-content-box {
  width: 100%;
}
.room_txtarea {
  box-sizing: border-box;
  width: 100%;
  padding: 5%
}
}

.sample1 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%; /* table幅を100%に指定 */
    background: #fff;
    border: none;
}
.sample1 th,
.sample1 td {
    display: block; /* セルをブロック要素に指定 */
    width: 100%; /* セルを親要素いっぱいの幅に指定 */
    border: none;
    font-size: 16px;   
    padding: 20px;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
}
.sample1 th {
    font-weight: 700;
  border-top: 1px solid #eee;
}

@media screen and (min-width: 897px) {
    .sample1 th,
    .sample1 td {
        display: table-cell; /* デフォルト値に指定 */
        border-bottom: 1px solid #ccc;
        color: #000;
        background: #fff;
    }
    .sample1 th {
        color: #000;
        background: #fff; /* thの背景色 */
        border-top: none;
    }
    .sample1 tr th:first-child {
        width: 300px; /* thの固定幅 */
    }
}