@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */

/* ==============================
   サムネイル画像切替 
============================== */
/* .room_type 
------------------------- */
.room_type {
  margin-bottom: 20px;
}
.slide_img {
  margin: 0 0 20px 0;
}
.slide_img .flex-control-thumbs li {
  width: calc((100% - 2% * 6) / 7);
  float: left;
  margin: 0 0 0 2%;
}

/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
	　全体
========================== */
  #container {
    width: 90%;
    margin: 10px auto 70px;
  }
  /* =======================
	　客室タイプ
========================== */
  .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 .room_slide img {
    margin-bottom: 10px;
  }
  #container .pan {
    line-height: 1.8;
  }
  #container .room_type .room_txt {
    margin-bottom: 30px;
    line-height: 1.5;
  }
  /*#container .room_type .basic_info tr td{
	width: 24%;
}*/
  #container .topicpath dd {
    margin: 5px 0 0 0;
  }
  #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;
    text-decoration: none;
  }
  .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 .basic_info table {
    height: 124px;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  #container .basic_info .bg {
    background-color: #ededed;
    width: 45%;
  }
  #container .room_type table tbody {
    border: solid 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;
    border-left: solid 1px #cccccc;
  }
  #container .room_type .basic_info .bd_b {
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  #container thead tr {
    font-weight: bold;
    background-color: #ededed;
  }
  #container .w_290 {
    width: 130px;
  }
  #container .table_type {
    text-align: left;
    padding-left: 10px;
  }
  #container tr {
    height: 35px;
  }
  #container .even-row td {
    background-color: #ededed;
  }

  #container #other_list {
    line-height: 1.5em;
  }
}

/*タブレット*/
@media screen and (min-width: 768px) {
  /* =======================
	　全体
========================== */
  #container {
    width: 94%;
    margin: 10px auto;
  }
  /* =======================
	　ヘッダー
========================== */
  header #logo a {
    display: block;
    width: 100%;
    margin: 0;
  }
  /* =======================
	　客室タイプ
========================== */
  .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 .pan {
    line-height: 1.8;
  }
  #container #other_list {
    line-height: 1.5em;
  }
  #container .room_type .room_txt {
    margin-bottom: 30px;
    line-height: 1.5;
    text-align: center;
  }
  #container .topicpath dd {
    margin: 5px 0 0 0;
  }
  /* =======================
	　表
========================== */
  #container .basic_info table {
    height: 140px;
    width: 50%;
    margin: 0 20px 20px 0;
    float: left;
  }
  #container .basic_info .bg {
    background-color: #ededed;
    width: 45%;
  }
  .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;
    border-left: solid 1px #cccccc;
  }
  #container .room_type .basic_info .bd_b {
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
  }
  /*#container .room_type .basic_info tr td {
	width: 24%;
}*/
  #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;
    text-decoration: none;
  }
  .room_type p {
    font-size: 1.4rem;
    margin: 10px 0;
  }
  #container .room_type .btn {
    margin: 30px auto;
    width: 40%;
  }
  #container .room_type .basic_info .mmt {
    margin-top: 20px;
  }
  #container .other_list {
    line-height: 2;
  }
  #container .w_290 {
    width: 140px;
  }
  #container .w_120 {
    width: 120px;
  }
  #container tr {
    height: 35px;
  }
  #container .even-row td {
    background-color: #ededed;
    width: 120px;
  }
  #container h6 {
    margin-left: 20px;
    font-weight: bold;
  }
  #container .table_type {
    text-align: left;
    padding-left: 10px;
  }
  #container thead tr {
    height: 45px;
    font-weight: bold;
    background-color: #ededed;
  }
  #container .item_list li {
    line-height: 1.5;
    display: inline;
  }
}
/* タブレット（横	）,PCページ */
@media screen and (min-width: 1024px) {
  /* =======================
	　サムネイル画像切替
========================== */
  .slide_img {
    margin-bottom: 40px;
  }
  /* =======================
	　ヘッダー
========================== */
  .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 .room_slide img {
    margin-bottom: 20px;
  }
  #container .owl-controls .clickable img {
    margin-top: 20px;
  }

  /* =======================================
	.basic_info
======================================= */
  #container .basic_info table {
    height: 200px;
    width: 540px;
    margin: 0 20px 50px 0;
  }
  #container .room_type .btn {
    width: 400px;
    margin: auto;
    margin-top: 30px;
  }
  #container .room_type section {
    margin-bottom: 30px;
  }
  #container .room_type .room_txt {
    margin-bottom: 35px;
    line-height: 2;
    margin: 0 0 30px 0;
  }
  #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;
    text-decoration: none;
  }
  #container .room_type p {
    margin: 0 30px 30px;
  }
  #container .room_type .room_slide {
    margin-bottom: 40px;
  }
  #container #other_list {
    line-height: 2;
  }
  #container .w_290 {
    width: 290px;
  }
  #container .even-row td {
    background-color: #ededed;
  }
  #container tr {
    height: 35px;
  }
}
/* PCページ */
@media screen and (min-width: 1025px) {
  /* =======================
	　全体
========================== */
  #container {
    width: 1000px;
    margin: 0 auto 30px;
  }
}
