@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */
/* ==============================
   サムネイル画像切替
============================== */
/* .room_type .slideShow
------------------------- */

/* =======================================
	ClearFixElements
======================================= */
.room_type .slideShow ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.room_type .slideShow ul {
  display: inline-block;
}
/* ==============================
   サムネイル画像切替 main_photo
============================== */
/* .room_type .slideShow
------------------------- */
.room_type {
  margin-bottom: 20px;
}

/* =======================================
	ClearFixElements
======================================= */
.room_type .slideShow ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.room_type .slideShow ul {
  display: inline-block;
  overflow: hidden;
}
.glightbox-button-next,
.glightbox-button-prev {
  display: none;
}
.glightbox-container .gzoomIn {
  -webkit-animation: gzoomIn 0.3s ease;
  animation: gzoomIn 0.3s ease;
}
html:has(body.glightbox-open) {
  overflow-y: scroll;
}
body.glightbox-open {
  margin-right: 0;
}
/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
	　全体
========================== */
  #container {
    width: 94%;
    margin: 10px auto;
  }
  /* =======================
	　ヘッダー
========================== */
  header #logo a {
    display: block;
    margin: 0 auto;
  }
  /* =======================
	　客室タイプ
========================== */
  .room_type {
    margin-bottom: 60px;
  }
  .ttl h2,
  h3,
  h4 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .room_type h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .room_type dl {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .room_type dl dt {
    float: left;
    width: 60px;
  }
  /* =======================
	　コンテンツ内
========================== */

  #container .topicpath {
    margin-bottom: 60px;
  }
  #container .pan {
    line-height: 1.8;
  }
  #container .room_type .room_txt {
    margin-bottom: 20px;
    line-height: 1.5;
  }
  #container .topicpath dd {
    margin: 5px 0 0 0;
  }
  /* =======================
	　表
========================== */
  #container .basic_info table {
    width: 100%;
    margin-bottom: 10px;
  }
  #container .basic_info .bg {
    background-color: #ededed;
  }
  .basic_info table {
    border: 1px #cccccc;
  }
  #container .room_type .basic_info .tb_top {
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
  }
  #container .room_type .basic_info .bd_rb {
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    width: 30%;
  }
  #container .room_type .basic_info .bd_b {
    border-bottom: solid 1px #cccccc;
  }
  #container .room_type .basic_info tr td {
    padding: 10px 0;
  }
  #container tbody {
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
  }
  #container .btn a {
    background-color: #8e6127;
    color: #fff;
    font-size: 1.5rem;
    background-image: url(../../../img/common/yazi_white.png);
    background-repeat: no-repeat;
    background-position: 85px 16px;
    background-size: 6px;
    width: 100%;
    display: block;
    padding: 12px 0;
    text-align: center;
  }
  #container .basic_info {
    text-align: center;
  }
  .room_type p {
    font-size: 1.4rem;
    margin: 10px 0;
  }
  #container .room_type .btn {
    margin: 30px 0;
  }
  #container .room_type .basic_info .mmt {
    margin-top: 20px;
  }
  #container .service {
    width: 100%;
  }
}
@media screen and (min-width: 568px) {
  header #logo a {
    display: block;
    margin: 0 auto;
  }
}
/*タブレット*/
@media screen and (min-width: 768px) {
  /* =======================
	　コンテンツ内
========================== */
  #container .ttl h2,
  h3,
  h4 {
    font-size: 2.4rem;
  }
  #container .room_type .btn a {
    padding: 12px 0;
    font-size: 1.4rem;
  }
  #container .btn a {
    background-color: #8e6127;
    color: #fff;
    font-size: 1.4rem;
    background-image: url(../../../img/common/yazi_white.png);
    background-repeat: no-repeat;
    background-position: 267px 16px;
    background-size: 6px;
    width: 100%;
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  #container .basic_info {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 40px;
    gap: 30px;
  }
  #container .basic_info > table,
  #container .basic_info > div {
    margin: 0;
    width: initial;
  }
  #container .basic_info > div p {
    margin: 0;
  }
  .room_type .slideShow .thumbNail {
    margin-top: 0px;
  }
  .room_type .slideShow .thumbNail ul li {
    margin-bottom: 1%;
    margin-left: 1%;
    width: calc((100% - 1% * 8) / 9) !important;
  }
  .room_type .slideShow .thumbNail ul li:nth-child(5n + 1) {
    margin-left: 1%;
  }
  .room_type .slideShow .thumbNail ul li:first-child,
  .room_type .slideShow .thumbNail ul li:nth-child(9n + 1) {
    margin-left: 0;
  }
}
/* タブレット(横) */
@media screen and (min-width: 1024px) {
  .page_image p {
    width: 160%;
    right: -300px;
    position: absolute;
  }
  #container .ttl h2,
  h3,
  h4 {
    font-size: 3rem;
  }
  #container .room_type .room_txt {
    margin: 20px 110px 30px 80px;
  }
  #container .room_type p {
    margin: 0;
  }
  #container .room_type .btn {
    width: 40%;
    margin: auto;
  }
  #container .room_type .btn a {
    background-position: 120px 16px;
  }
  .room_type .slideShow .thumbNail {
    margin-top: 0px;
  }
}
/* タブレット（横	）,PCページ */
@media screen and (min-width: 1025px) {
  /* =======================
	　サムネイル画像切替
========================== */
  #container .room_type .slide_img {
    margin-bottom: 20px;
  }
  .room_type .slideShow .mainView {
    margin-bottom: 10px;
  }
  /* =======================
	　全体
========================== */
  #container {
    width: 1000px;
    margin: 0 auto 30px;
  }
  /* =======================
	　ヘッダー
========================== */
  .page_image p {
    width: 100%;
    right: 0;
  }
  /* =======================
	　客室タイプ
========================== */
  #container .ttl h2,
  h3,
  h4 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  #container .room_type {
    margin-bottom: 80px;
  }
  /* =======================
	　客室タイトル
========================== */
  #container .page_image {
    position: relative;
  }
  /* =======================
	　サムネイル画像切替ここまで
========================== */
  /* =======================
	　コンテンツ内
========================== */
  #container .topicpath {
    margin-bottom: 70px;
  }
  #container .topicpath {
    font-size: 1.2rem;
  }
  #container .main_image {
    margin-top: 20px;
  }
  #container .owl-controls .clickable img {
    margin-top: 20px;
  }

  #container .room_type .basic_info .bd_rb {
    width: 23%;
  }
  #container .room_type .basic_info tr td {
    width: 23%;
    height: 20px;
  }
  #container .basic_info {
    text-align: center;
  }
  #container .room_type .btn {
    width: 40%;
    margin: auto;
  }
  #container .room_type section {
    margin-bottom: 30px;
  }
  #container .room_type .room_txt {
    margin-bottom: 35px;
    line-height: 2;
    margin: 0 80px 30px;
  }
  #container .room_type section p {
    font-size: 1.4rem;
    margin: 0 0 0 20px;
  }
  #container .btn a {
    background-color: #8e6127;
    color: #fff;
    font-size: 1.4rem;
    background-image: url(../../../img/common/yazi_white.png);
    background-repeat: no-repeat;
    background-position: 120px 16px;
    background-size: 6px;
    width: 100%;
    display: block;
    padding: 15px 0;
    text-align: center;
  }
}
