@charset "UTF-8";
/*--------------------------------------------

  initialize
  ブラウザの初期CSSを打ち消し・初期設定

---------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, picture, source, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: separate;
  border-spacing: 0; }

hr {
  display: block;
  border: 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/*--------------------------------------------

  default

---------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  font-size: 62.5%; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.75;
  -webkit-text-size-adjust: 100% !important;
  word-break: normal;
  word-wrap: break-word; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

.clearfix {
  display: inline-block;
  min-height: 1%; }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

a {
  color: #4d4d4d;
  text-decoration: none; }

.tac {
  text-align: center !important; }

.tal {
  text-align: left !important; }

.tar {
  text-align: right !important; }

.fwb {
  font-weight: bold !important; }

.fwn {
  font-weight: normal !important; }

.mt0 {
  margin-top: 0px !important; }
  @media screen and (max-width: 767.9px) {
    .mt0 {
      margin-top: 0px !important; } }

.mb0 {
  margin-bottom: 0px !important; }
  @media screen and (max-width: 767.9px) {
    .mb0 {
      margin-bottom: 0px !important; } }

.pt0 {
  padding-top: 0px !important; }
  @media screen and (max-width: 767.9px) {
    .pt0 {
      padding-top: 0px !important; } }

.pb0 {
  padding-bottom: 0px !important; }
  @media screen and (max-width: 767.9px) {
    .pb0 {
      padding-bottom: 0px !important; } }

.mt5 {
  margin-top: 5px !important; }
  @media screen and (max-width: 767.9px) {
    .mt5 {
      margin-top: 2.5px !important; } }

.mb5 {
  margin-bottom: 5px !important; }
  @media screen and (max-width: 767.9px) {
    .mb5 {
      margin-bottom: 2.5px !important; } }

.pt5 {
  padding-top: 5px !important; }
  @media screen and (max-width: 767.9px) {
    .pt5 {
      padding-top: 2.5px !important; } }

.pb5 {
  padding-bottom: 5px !important; }
  @media screen and (max-width: 767.9px) {
    .pb5 {
      padding-bottom: 2.5px !important; } }

.mt10 {
  margin-top: 10px !important; }
  @media screen and (max-width: 767.9px) {
    .mt10 {
      margin-top: 5px !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media screen and (max-width: 767.9px) {
    .mb10 {
      margin-bottom: 5px !important; } }

.pt10 {
  padding-top: 10px !important; }
  @media screen and (max-width: 767.9px) {
    .pt10 {
      padding-top: 5px !important; } }

.pb10 {
  padding-bottom: 10px !important; }
  @media screen and (max-width: 767.9px) {
    .pb10 {
      padding-bottom: 5px !important; } }

.mt15 {
  margin-top: 15px !important; }
  @media screen and (max-width: 767.9px) {
    .mt15 {
      margin-top: 7.5px !important; } }

.mb15 {
  margin-bottom: 15px !important; }
  @media screen and (max-width: 767.9px) {
    .mb15 {
      margin-bottom: 7.5px !important; } }

.pt15 {
  padding-top: 15px !important; }
  @media screen and (max-width: 767.9px) {
    .pt15 {
      padding-top: 7.5px !important; } }

.pb15 {
  padding-bottom: 15px !important; }
  @media screen and (max-width: 767.9px) {
    .pb15 {
      padding-bottom: 7.5px !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media screen and (max-width: 767.9px) {
    .mt20 {
      margin-top: 10px !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media screen and (max-width: 767.9px) {
    .mb20 {
      margin-bottom: 10px !important; } }

.pt20 {
  padding-top: 20px !important; }
  @media screen and (max-width: 767.9px) {
    .pt20 {
      padding-top: 10px !important; } }

.pb20 {
  padding-bottom: 20px !important; }
  @media screen and (max-width: 767.9px) {
    .pb20 {
      padding-bottom: 10px !important; } }

.mt25 {
  margin-top: 25px !important; }
  @media screen and (max-width: 767.9px) {
    .mt25 {
      margin-top: 12.5px !important; } }

.mb25 {
  margin-bottom: 25px !important; }
  @media screen and (max-width: 767.9px) {
    .mb25 {
      margin-bottom: 12.5px !important; } }

.pt25 {
  padding-top: 25px !important; }
  @media screen and (max-width: 767.9px) {
    .pt25 {
      padding-top: 12.5px !important; } }

.pb25 {
  padding-bottom: 25px !important; }
  @media screen and (max-width: 767.9px) {
    .pb25 {
      padding-bottom: 12.5px !important; } }

.mt30 {
  margin-top: 30px !important; }
  @media screen and (max-width: 767.9px) {
    .mt30 {
      margin-top: 15px !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media screen and (max-width: 767.9px) {
    .mb30 {
      margin-bottom: 15px !important; } }

.pt30 {
  padding-top: 30px !important; }
  @media screen and (max-width: 767.9px) {
    .pt30 {
      padding-top: 15px !important; } }

.pb30 {
  padding-bottom: 30px !important; }
  @media screen and (max-width: 767.9px) {
    .pb30 {
      padding-bottom: 15px !important; } }

.mt35 {
  margin-top: 35px !important; }
  @media screen and (max-width: 767.9px) {
    .mt35 {
      margin-top: 17.5px !important; } }

.mb35 {
  margin-bottom: 35px !important; }
  @media screen and (max-width: 767.9px) {
    .mb35 {
      margin-bottom: 17.5px !important; } }

.pt35 {
  padding-top: 35px !important; }
  @media screen and (max-width: 767.9px) {
    .pt35 {
      padding-top: 17.5px !important; } }

.pb35 {
  padding-bottom: 35px !important; }
  @media screen and (max-width: 767.9px) {
    .pb35 {
      padding-bottom: 17.5px !important; } }

.mt40 {
  margin-top: 40px !important; }
  @media screen and (max-width: 767.9px) {
    .mt40 {
      margin-top: 20px !important; } }

.mb40 {
  margin-bottom: 40px !important; }
  @media screen and (max-width: 767.9px) {
    .mb40 {
      margin-bottom: 20px !important; } }

.pt40 {
  padding-top: 40px !important; }
  @media screen and (max-width: 767.9px) {
    .pt40 {
      padding-top: 20px !important; } }

.pb40 {
  padding-bottom: 40px !important; }
  @media screen and (max-width: 767.9px) {
    .pb40 {
      padding-bottom: 20px !important; } }

.mt45 {
  margin-top: 45px !important; }
  @media screen and (max-width: 767.9px) {
    .mt45 {
      margin-top: 22.5px !important; } }

.mb45 {
  margin-bottom: 45px !important; }
  @media screen and (max-width: 767.9px) {
    .mb45 {
      margin-bottom: 22.5px !important; } }

.pt45 {
  padding-top: 45px !important; }
  @media screen and (max-width: 767.9px) {
    .pt45 {
      padding-top: 22.5px !important; } }

.pb45 {
  padding-bottom: 45px !important; }
  @media screen and (max-width: 767.9px) {
    .pb45 {
      padding-bottom: 22.5px !important; } }

.mt50 {
  margin-top: 50px !important; }
  @media screen and (max-width: 767.9px) {
    .mt50 {
      margin-top: 25px !important; } }

.mb50 {
  margin-bottom: 50px !important; }
  @media screen and (max-width: 767.9px) {
    .mb50 {
      margin-bottom: 25px !important; } }

.pt50 {
  padding-top: 50px !important; }
  @media screen and (max-width: 767.9px) {
    .pt50 {
      padding-top: 25px !important; } }

.pb50 {
  padding-bottom: 50px !important; }
  @media screen and (max-width: 767.9px) {
    .pb50 {
      padding-bottom: 25px !important; } }

.mt55 {
  margin-top: 55px !important; }
  @media screen and (max-width: 767.9px) {
    .mt55 {
      margin-top: 27.5px !important; } }

.mb55 {
  margin-bottom: 55px !important; }
  @media screen and (max-width: 767.9px) {
    .mb55 {
      margin-bottom: 27.5px !important; } }

.pt55 {
  padding-top: 55px !important; }
  @media screen and (max-width: 767.9px) {
    .pt55 {
      padding-top: 27.5px !important; } }

.pb55 {
  padding-bottom: 55px !important; }
  @media screen and (max-width: 767.9px) {
    .pb55 {
      padding-bottom: 27.5px !important; } }

.mt60 {
  margin-top: 60px !important; }
  @media screen and (max-width: 767.9px) {
    .mt60 {
      margin-top: 30px !important; } }

.mb60 {
  margin-bottom: 60px !important; }
  @media screen and (max-width: 767.9px) {
    .mb60 {
      margin-bottom: 30px !important; } }

.pt60 {
  padding-top: 60px !important; }
  @media screen and (max-width: 767.9px) {
    .pt60 {
      padding-top: 30px !important; } }

.pb60 {
  padding-bottom: 60px !important; }
  @media screen and (max-width: 767.9px) {
    .pb60 {
      padding-bottom: 30px !important; } }

.mt65 {
  margin-top: 65px !important; }
  @media screen and (max-width: 767.9px) {
    .mt65 {
      margin-top: 32.5px !important; } }

.mb65 {
  margin-bottom: 65px !important; }
  @media screen and (max-width: 767.9px) {
    .mb65 {
      margin-bottom: 32.5px !important; } }

.pt65 {
  padding-top: 65px !important; }
  @media screen and (max-width: 767.9px) {
    .pt65 {
      padding-top: 32.5px !important; } }

.pb65 {
  padding-bottom: 65px !important; }
  @media screen and (max-width: 767.9px) {
    .pb65 {
      padding-bottom: 32.5px !important; } }

.mt70 {
  margin-top: 70px !important; }
  @media screen and (max-width: 767.9px) {
    .mt70 {
      margin-top: 35px !important; } }

.mb70 {
  margin-bottom: 70px !important; }
  @media screen and (max-width: 767.9px) {
    .mb70 {
      margin-bottom: 35px !important; } }

.pt70 {
  padding-top: 70px !important; }
  @media screen and (max-width: 767.9px) {
    .pt70 {
      padding-top: 35px !important; } }

.pb70 {
  padding-bottom: 70px !important; }
  @media screen and (max-width: 767.9px) {
    .pb70 {
      padding-bottom: 35px !important; } }

.mt75 {
  margin-top: 75px !important; }
  @media screen and (max-width: 767.9px) {
    .mt75 {
      margin-top: 37.5px !important; } }

.mb75 {
  margin-bottom: 75px !important; }
  @media screen and (max-width: 767.9px) {
    .mb75 {
      margin-bottom: 37.5px !important; } }

.pt75 {
  padding-top: 75px !important; }
  @media screen and (max-width: 767.9px) {
    .pt75 {
      padding-top: 37.5px !important; } }

.pb75 {
  padding-bottom: 75px !important; }
  @media screen and (max-width: 767.9px) {
    .pb75 {
      padding-bottom: 37.5px !important; } }

.mt80 {
  margin-top: 80px !important; }
  @media screen and (max-width: 767.9px) {
    .mt80 {
      margin-top: 40px !important; } }

.mb80 {
  margin-bottom: 80px !important; }
  @media screen and (max-width: 767.9px) {
    .mb80 {
      margin-bottom: 40px !important; } }

.pt80 {
  padding-top: 80px !important; }
  @media screen and (max-width: 767.9px) {
    .pt80 {
      padding-top: 40px !important; } }

.pb80 {
  padding-bottom: 80px !important; }
  @media screen and (max-width: 767.9px) {
    .pb80 {
      padding-bottom: 40px !important; } }

.mt85 {
  margin-top: 85px !important; }
  @media screen and (max-width: 767.9px) {
    .mt85 {
      margin-top: 42.5px !important; } }

.mb85 {
  margin-bottom: 85px !important; }
  @media screen and (max-width: 767.9px) {
    .mb85 {
      margin-bottom: 42.5px !important; } }

.pt85 {
  padding-top: 85px !important; }
  @media screen and (max-width: 767.9px) {
    .pt85 {
      padding-top: 42.5px !important; } }

.pb85 {
  padding-bottom: 85px !important; }
  @media screen and (max-width: 767.9px) {
    .pb85 {
      padding-bottom: 42.5px !important; } }

.mt90 {
  margin-top: 90px !important; }
  @media screen and (max-width: 767.9px) {
    .mt90 {
      margin-top: 45px !important; } }

.mb90 {
  margin-bottom: 90px !important; }
  @media screen and (max-width: 767.9px) {
    .mb90 {
      margin-bottom: 45px !important; } }

.pt90 {
  padding-top: 90px !important; }
  @media screen and (max-width: 767.9px) {
    .pt90 {
      padding-top: 45px !important; } }

.pb90 {
  padding-bottom: 90px !important; }
  @media screen and (max-width: 767.9px) {
    .pb90 {
      padding-bottom: 45px !important; } }

.mt95 {
  margin-top: 95px !important; }
  @media screen and (max-width: 767.9px) {
    .mt95 {
      margin-top: 47.5px !important; } }

.mb95 {
  margin-bottom: 95px !important; }
  @media screen and (max-width: 767.9px) {
    .mb95 {
      margin-bottom: 47.5px !important; } }

.pt95 {
  padding-top: 95px !important; }
  @media screen and (max-width: 767.9px) {
    .pt95 {
      padding-top: 47.5px !important; } }

.pb95 {
  padding-bottom: 95px !important; }
  @media screen and (max-width: 767.9px) {
    .pb95 {
      padding-bottom: 47.5px !important; } }

.mt100 {
  margin-top: 100px !important; }
  @media screen and (max-width: 767.9px) {
    .mt100 {
      margin-top: 50px !important; } }

.mb100 {
  margin-bottom: 100px !important; }
  @media screen and (max-width: 767.9px) {
    .mb100 {
      margin-bottom: 50px !important; } }

.pt100 {
  padding-top: 100px !important; }
  @media screen and (max-width: 767.9px) {
    .pt100 {
      padding-top: 50px !important; } }

.pb100 {
  padding-bottom: 100px !important; }
  @media screen and (max-width: 767.9px) {
    .pb100 {
      padding-bottom: 50px !important; } }

/*--------------------------------------------
  デバイスdisplay
---------------------------------------------*/
@media screen and (max-width: 767.9px) {
  .view-pc {
    display: none !important; } }

/* SPレイアウトは非表示 */
@media screen and (min-width: 768px) {
  .view-sp {
    display: none !important; } }

@media print {
  .view-sp {
    display: none !important; } }

/*--------------------------------------------
  余白
---------------------------------------------*/
.pl1em {
  padding-left: 1em; }

/*--------------------------------------------
  文字位置
---------------------------------------------*/
.ti1 {
  text-indent: -1em;
  padding-left: 1em; }

/*--------------------------------------------
  コンテンツ包括フレーム
---------------------------------------------*/
.inner {
  padding-left: 12.5%;
  padding-right: 12.5%; }
  @media screen and (max-width: 767.9px) {
    .inner {
      padding: 0 15px; } }

.inner-left {
  padding-left: 13.28125%; }
  @media screen and (max-width: 767.9px) {
    .inner-left {
      padding: 0 15px; } }

.inner-frame {
  width: 100%;
  max-width: 960px;
  margin: auto; }
  @media screen and (max-width: 767.9px) {
    .inner-frame {
      width: 100%;
      max-width: none;
      padding: 0 15px; } }

.inner-minimum {
  width: 640px;
  margin: 0 auto; }
  @media screen and (max-width: 767.9px) {
    .inner-minimum {
      width: 100%;
      padding: 0 15px; } }

.pc_hd_none{
  display: none;
  }
@media screen and (max-width: 767.9px) {
  .sp_none{
  display: none;
  }
  .wrap-btn .pc_hd_none{
    height: 60px;
  }
  .pc_hd_none{
  display: block;
  }
}
/*--------------------------------------------
  フォント
---------------------------------------------*/
.ff-min, .loading, header .wrap-btn .btn, .nav-global .menu .list-nav-main > li, .list-ourhotels-area, .list-detaillinks dt, .sct-top-02 .wrap-thumbimg .caption, .list-newscategory, .theb .ttl-main, .theb .mv .news dl dt, .theb .nav-hotels-info a, .theb .nav-hotels-info .link-id a, .theb #guest_rooms .box-rooms-data .ttl, .theb #guest_rooms .box-rooms-data .btn, .theb #hotel_info .wrap-pickup .list-data .ttl, .theb #hotel_info .list-amenities-tab li, .theb #hotel_info .list-amenities .ttl, .our-hotels .wrap-area .ttl-area, .contact .ttl-main, .wrap-area-form input,
.wrap-area-form textarea, .wrap-area-form .btn-confirm, .mv.mission h1, .mv.mission .caption, .wrap-mission-outline, .concept p, .sct-mission-foot .list-mission-outlinks li dl, .mv.lower h1, .ttl-fill-circle, .best-rate .tx-strong, .privacy-policy .ttl, .sitemap .list-thumbnail .ttl-page,
.site-map .list-thumbnail .ttl-page, .theb-special-offers .link-more, .theb-special-offers .list-special-offers .ttl, .theb-special-offers .list-special-offers .price {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400; }

.ff-default, .wrap-area-form [readonly="readonly"] {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }

.fs30 {
  font-size: 30px; }
  @media screen and (max-width: 767.9px) {
    .fs30 {
      font-size: 26px; } }

/*--------------------------------------------
  リンク
---------------------------------------------*/
.link-underline {
  color: #9f8f86;
  border-bottom: 1px solid #9f8f86;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear; }
  .link-underline:hover {
    opacity: 0.6; }

/*--------------------------------------------
  タイトルパーツ
---------------------------------------------*/
.ttl-style {
  font-size: 50px;
  color: #fff;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;;
  font-weight: 400;
  letter-spacing: 2.5px;
  line-height: 1em; }
  .ttl-style .caption {
    display: block;
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: -10px; }
  @media screen and (max-width: 767.9px) {
    .ttl-style {
      font-size: 32px;
      line-height: 1.3em; }
      .ttl-style .caption {
        font-size: 12px; } }

/*--------------------------------------------
  アコーディオン
---------------------------------------------*/
.list-accordion {
  width: 100%;
  margin-bottom: 16px; }
  .list-accordion .list-ttl {
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    padding-right: 50px;
    cursor: pointer;
    background: #9f8f86 url("/img/icon_plus.png") no-repeat right 24px center/14px; }
    @media screen and (max-width: 767.9px) {
      .list-accordion .list-ttl {
        padding-right: 40px;
        background-position: right 18px center; } }
    .list-accordion .list-ttl.active {
      background-image: url("/img/icon_minus.png"); }
  .list-accordion .tx {
    display: none;
    color: #4d4d4d;
    padding: 20px;
    padding-bottom: 30px;
    border: 1px solid #9f8f86;
    border-top: none;
    background-color: #fff; }

/*--------------------------------------------
  ボタンパーツ
---------------------------------------------*/
.btn-common {
  font-size: 16px;
  display: block;
  position: relative;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #9a8880;
  overflow: hidden; }
  @media screen and (max-width: 767.9px) {
    .btn-common {
      font-size: 14px;
      height: 40px;
      line-height: 40px; } }
  .btn-common span {
    position: relative;
    z-index: 2; }
  .btn-common::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 1; }
  .btn-common:hover {
    color: #9a8880; }
    .btn-common:hover::before {
      bottom: 0;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
  .btn-common.w150 {
    width: 150px; }
    @media screen and (max-width: 767.9px) {
      .btn-common.w150 {
        width: 100px; } }
  .btn-common.w250 {
    width: 250px; }
    @media screen and (max-width: 767.9px) {
      .btn-common.w250 {
        width: 180px; } }
  .btn-common.center {
    margin: auto; }

.btn-cmn-180x50 {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: 1px solid #9a8880;
  color: #9a8880;
  text-align: center;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;;
  font-weight: 400;
  letter-spacing: 0.8px;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  .btn-cmn-180x50:hover {
    border-bottom: 49px solid #9a8880;
    color: #fff; }

.btn-cmn-200x50 {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: 1px solid #9a8880;
  color: #9a8880;
  text-align: center;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;;
  font-weight: 400;
  letter-spacing: 0.8px;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  .btn-cmn-200x50:hover {
    border-bottom: 49px solid #9a8880;
    color: #fff; }

.btn-cmn-389x54 {
  position: relative;
  display: inline-block;
  width: 384px;
  height: 54px;
  font-size: 24px;
  line-height: 54px;
  background: #a5948c;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;;
  font-weight: 400;
  letter-spacing: 0.8px;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  overflow: hidden; }
  @media screen and (max-width: 767.9px) {
    .btn-cmn-389x54 {
      width: 100%;
      max-width: 384px; } }
  .btn-cmn-389x54 span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10; }
  .btn-cmn-389x54 small {
    display: block;
    font-size: 10px;
    line-height: 1.3em; }
  .btn-cmn-389x54:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    bottom: -54px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear; }
  .btn-cmn-389x54:hover {
    color: #a5948c; }
    .btn-cmn-389x54:hover:after {
      bottom: 0; }

/*--------------------------------------------

  main

---------------------------------------------*/
body {
  font-size: 14px;
  color: #4d4d4d;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 16px; } }
  @media print {
    body {
      font-size: 16px; } }

.content {
  /*20200611以前:70px*/
  padding-top: 58px; }
.top .content {
  padding-top: 60px; }

  @media screen and (max-width: 767.9px) {
    .content {
      /*20200611以前:60px*/
      padding-top: 54px; } }

/*--------------------------------------------

  ヘッダー・フッター

---------------------------------------------*/
/*--------------------------------------------
  Loading
---------------------------------------------*/
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #111;
  z-index: 500;
  overflow: hidden; }
  .loading .wrap-loadmsg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .loading .wrap-loadmsg .imgslide {
      opacity: 0.15;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0; }
    .loading .wrap-loadmsg .loadingparts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      opacity: 1; }
      .loading .wrap-loadmsg .loadingparts img {
        width: 480px; }
        @media screen and (max-width: 767.9px) {
          .loading .wrap-loadmsg .loadingparts img {
            width: 280px; } }
      .loading .wrap-loadmsg .loadingparts span {
        display: block;
        margin-top: 20px;
        color: #9a8880;
        font-size: 18px;
        -webkit-animation: loadingLogo 3s linear infinite;
        animation: loadingLogo 3s linear infinite; }

@-webkit-keyframes loadingLogo {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  50% {
    opacity: 1; }
  70% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes loadingLogo {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  50% {
    opacity: 1; }
  70% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

body.contact .loading {
  display: none; }

/*--------------------------------------------
  ヘッダー
---------------------------------------------*/
header#nomal {
  position: fixed;
  width: 100%;
  height: 60px;
  left: 0;
  top: 0;
  padding: 8px 30px;
  text-align: center;
  background-color: #000;
  z-index: 200;
  opacity: 1;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear; }
  @media screen and (max-width: 767.9px) {
    header#nomal {
      height: 60px;
      padding: 10px 15px;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  header#nomal.menuopen {
    opacity: 0; }
  header#nomal .list-3col {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767.9px) {
      header#nomal .list-3col {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media screen and (min-width: 768px) {
      header#nomal .list-3col > li {
        width: calc(100% / 3); } }
    @media print {
      header#nomal .list-3col > li {
        width: calc(100% / 3); } }
  @media screen and (max-width: 767.9px) {
    header#nomal .wrap-logo {
      position: absolute;
      left: 50%;
      top: 20px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media screen and (max-width: 767.9px) {
    .en header#nomal .wrap-logo {
      top: 25px; } }
  header#nomal .link-logo {
    display: block;
    width: 256px;
    margin: auto;
    line-height: 0.8; }
    header#nomal .link-logo .img {
      display: block; }
    header#nomal .link-logo .tx {
      color: #fff;
      font-size: 9px; }
      @media screen and (max-width: 767.9px) {
        header#nomal .link-logo .tx {
          font-size: 7px; } }
    @media screen and (max-width: 767.9px) {
      header#nomal .link-logo {
        width: 40%;
        max-width: 256px;
        min-width: 150px; } }
  header#nomal .wrap-btn {
    height: 100%; }
    @media screen and (max-width: 767.9px) {
      header#nomal .wrap-btn {
        position: absolute;
        left: 0;
        top: 0;
        width: 55px; }
        header#nomal .wrap-btn br {
          display: none; } }
    header#nomal .wrap-btn .btn {
      font-size: 22px;
      color: #fff;
      position: relative;
      display: block;
      width: 200px;
      height: 100%;
      padding-top: 14px;
      line-height: 20px;
      overflow: hidden;
      background-color: #a5948c;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
      @media screen and (max-width: 767.9px) {
        header#nomal .wrap-btn .btn {
          font-size: 11px;
          width: 100%;
          padding-top: 16px;
          line-height: 30px; } }
      .en header#nomal .wrap-btn .btn {
        padding-top: 20px; }
        @media screen and (max-width: 767.9px) {
          .en header#nomal .wrap-btn .btn {
            padding-top: 16px; } }
      header#nomal .wrap-btn .btn small {
        font-size: 10px; }
        @media screen and (max-width: 767.9px) {
          header#nomal .wrap-btn .btn small {
            display: none; } }
      @media screen and (min-width: 768px) {
        header#nomal .wrap-btn .btn span {
          position: relative;
          z-index: 2; }
        header#nomal .wrap-btn .btn::before {
          content: "";
          position: absolute;
          left: 0;
          bottom: -100%;
          width: 100%;
          height: 100%;
          background-color: #fff;
          z-index: 1;
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s; }
        header#nomal .wrap-btn .btn:hover {
          color: #a5948c; }
          header#nomal .wrap-btn .btn:hover::before {
            bottom: 0; } }
      @media print {
        header#nomal .wrap-btn .btn span {
          position: relative;
          z-index: 2; }
        header#nomal .wrap-btn .btn::before {
          content: "";
          position: absolute;
          left: 0;
          bottom: -100%;
          width: 100%;
          height: 100%;
          background-color: #fff;
          z-index: 1;
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s; }
        header#nomal .wrap-btn .btn:hover {
          color: #a5948c; }
          header#nomal .wrap-btn .btn:hover::before {
            bottom: 0; } }
  header#nomal .wrap-hamburger {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media screen and (max-width: 767.9px) {
      header#nomal .wrap-hamburger {
        height: 100%;
        padding: 10px 0; } }
    header#nomal .wrap-hamburger .ico {
      display: block;
      width: 50px;
      height: 31px;
      cursor: pointer; }
      @media screen and (max-width: 767.9px) {
        header#nomal .wrap-hamburger .ico {
          width: auto;
          height: 100%; } }
/*  .top header#nomal .link-logo {
    opacity: 0;
    -webkit-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear; }
*/    .top header#nomal .link-logo.active {
      opacity: 1; }

.wrap-select-lang {
  font-size: 14px;
  display: block;
  position: absolute;
  top: 12px;
  right: 100px;
  width: 55px;
  color: #9a8880; }
  @media screen and (max-width: 767.9px) {
    .wrap-select-lang {
      right: 58px;
      width: 37px; } }
  .wrap-select-lang .icon-arrow {
    position: absolute;
    right: 7px;
    top: 20px;
    z-index: 4;
    pointer-events: none; }
    @media screen and (max-width: 767.9px) {
      .wrap-select-lang .icon-arrow {
        width: 7px;
        top: 16px;
        right: 5px; } }
  .wrap-select-lang .label-selected,
  .wrap-select-lang .ttl-select {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #111;
    pointer-events: auto; }
  .wrap-select-lang .label-selected {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    height: 45px;
    padding: 10px 12px 10px 0;
    border: 1px solid #9a8880;
    z-index: 300;
    background-color: transparent; }
    @media screen and (max-width: 767.9px) {
      .wrap-select-lang .label-selected {
        width: 37px;
        height: 37px;
        padding: 5px 10px 5px 0; } }
    .wrap-select-lang .label-selected > span {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 65%;
      line-height: 1.1em; }
      @media screen and (max-width: 767.9px) {
        .wrap-select-lang .label-selected > span {
          font-size: 11px; } }
  .wrap-select-lang .wrap-options {
    display: none;
    position: absolute;
    z-index: 300;
    top: 65px;
    right: 0;
    padding: 10px 0;
    width: 110px;
    text-align: center;
    border: 1px solid #9a8880;
    background-color: #111; }
    @media screen and (max-width: 767.9px) {
      .wrap-select-lang .wrap-options {
        top: 55px; } }
    .wrap-select-lang .wrap-options::before {
      content: "";
      display: block;
      position: absolute;
      right: 10px;
      top: -9px;
      width: 10px;
      height: 12px;
      background: url("/img/arrow_select_lang.png") no-repeat left top/100%; }
    .wrap-select-lang .wrap-options a {
      color: #9a8880;
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
      .wrap-select-lang .wrap-options a:hover {
        color: #fff; }
  .wrap-select-lang.selecting .wrap-options {
    display: block; }
  .wrap-select-lang .bogo-language-switcher {
    position: relative;
    z-index: 300;
    line-height: 2.5em;
    text-align: center; }
  .wrap-select-lang .ttl-select {
    width: 100%;
    padding: 5px 0; }
  .wrap-select-lang input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    cursor: pointer;
    opacity: 0; }
  .wrap-select-lang .option {
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    margin-bottom: 0;
    padding: 0; }
    .wrap-select-lang .option .ttl-select {
      position: relative;
      z-index: 2;
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
      .wrap-select-lang .option .ttl-select:hover {
        color: #fff; }
    .wrap-select-lang .option input {
      display: none; }

/*--------------------------------------------
  全画面メニュー
---------------------------------------------*/
.nav-global {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #323232;
  z-index: -10;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: scroll; }
  @media screen and (max-width: 767.9px) {
    .nav-global {
      background: url("../img/logo_menu.png") no-repeat 10% 20px #111; } }
  .nav-global.open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1;
    z-index: 210; }
    @media screen and (max-width: 767.9px) {
      .nav-global.open {
        display: block !important; } }
  .nav-global .menuclose {
    position: absolute;
    width: 38px;
    height: 37px;
    right: 2.5%;
    top: 4%;
    cursor: pointer; }
    @media screen and (max-width: 767.9px) {
      .nav-global .menuclose {
        width: 30px;
        top: 20px;
        right: 20px;
        height: auto; } }
  .nav-global .menu, .nav-global .lists {
    width: 50%; }
  .nav-global .lists .btn-cmn-389x54 span{
    line-height: 1;
  }
    @media screen and (max-width: 767.9px) {
      .nav-global .menu, .nav-global .lists {
        width: 100%; } }
  .nav-global .menu {
    position: relative;
    padding-left: 10%;
    background: url("../img/logo_menu.png") no-repeat 10% 50px #111; }
    @media screen and (min-width: 768px) {
      .nav-global .menu {
        min-height: 750px; } }
    @media print {
      .nav-global .menu {
        min-height: 750px; } }
    @media screen and (max-width: 767.9px) {
      .nav-global .menu {
        margin-top: -20px;
        padding-left: 25%;
        background: none; } }
    .nav-global .menu .wrap-select-lang {
      width: 56px;
      height: 40px;
      right: 5%;
      top: 25px; }
      @media screen and (max-width: 767.9px) {
        .nav-global .menu .wrap-select-lang {
          width: 110px;
          right: 0; } }
      .nav-global .menu .wrap-select-lang .label-selected {
        width: 100%;
        height: 100%;
        padding: 7px 0 0 14px;
        pointer-events: auto;
        z-index: 300; }
        .nav-global .menu .wrap-select-lang .label-selected > span {
          left: 10px; }
      .nav-global .menu .wrap-select-lang .icon-arrpw {
        top: 18px; }
      @media screen and (max-width: 767.9px) {
        .nav-global .menu .wrap-select-lang .wrap-options {
          text-align: left; }
        .nav-global .menu .wrap-select-lang .ttl-select {
          padding-left: 14px; } }
    .nav-global .menu .list-nav-main {
      margin-top: 65px; }
      .nav-global .menu .list-nav-main > li {
        margin-top: 35px;
        font-size: 34px;
        line-height: 1em; }
        .nav-global .menu .list-nav-main > li:first-child {
          margin-top: 0; }
        @media screen and (max-width: 767.9px) {
          .nav-global .menu .list-nav-main > li {
            margin-top: 25px;
            font-size: 22px; } }
        .nav-global .menu .list-nav-main > li a {
          color: #fff;
          letter-spacing: 2.6px; }
        .nav-global .menu .list-nav-main > li span {
          display: block;
          font-size: 14px;
          color: #9a8880;
          letter-spacing: 1.4px; }
          @media screen and (max-width: 767.9px) {
            .nav-global .menu .list-nav-main > li span {
              font-size: 12px; } }
    .nav-global .menu .list-sns {
      margin-top: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .nav-global .menu .list-sns a {
        display: block;
        height: 20px;
        margin-right: 15px; }
      .nav-global .menu .list-sns img {
        display: block;
        height: 100%; }
      .nav-global .menu .list-sns li:last-child a {
        height: 17px; }
    .nav-global .menu .list-utility {
      margin-top: 50px; }
      .nav-global .menu .list-utility > li {
        display: inline-block;
        font-size: 12px;
        color: #fff; }
        .nav-global .menu .list-utility > li:before {
          content: "｜";
          margin: 0 10px; }
        .nav-global .menu .list-utility > li:first-child:before {
          content: none; }
        .nav-global .menu .list-utility > li a {
          color: #fff; }
  .nav-global .lists {
    padding: 0 5%; }
    .nav-global .lists .list-hotels {
      margin-top: 65px; }
      .nav-global .lists .list-hotels > .ttl {
        margin-bottom: 50px; }
        .nav-global .lists .list-hotels > .ttl img {
          width: 187px; }
      .nav-global .lists .list-hotels > .hotels {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media screen and (min-width: 768px) {
          .nav-global .lists .list-hotels > .hotels {
            margin-right: -10%;
            margin-bottom: 50px; } }
        @media print {
          .nav-global .lists .list-hotels > .hotels {
            margin-right: -10%;
            margin-bottom: 50px; } }
        .nav-global .lists .list-hotels > .hotels a {
          display: block;
          width: 50%;
          margin-bottom: 30px;
          color: #fff;
          font-size: 12px; }
          .nav-global .lists .list-hotels > .hotels a:before {
            content: "-";
            margin-right: 5px; }
    @media screen and (min-width: 768px) and (max-width: 1060px) {
      .nav-global .lists .btn-cmn-389x54 {
        max-width: 100%; } }
    @media screen and (max-width: 767.9px) {
      .nav-global .lists .btn-cmn-389x54 {
        display: block;
        margin: auto;
        margin-bottom: 20px; } }

/*--------------------------------------------
  フッター
---------------------------------------------*/
footer {
  position: relative;
  width: 100%;
  padding: 60px 0 100px;
  border-top: 1px solid #2f2b2a;
  background-color: #111; }
  @media screen and (max-width: 767.9px) {
    footer {
      padding: 50px 27px 30px; } }
  footer a {
    color: #fff; }
  footer .pagetop {
    opacity: 0;
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    z-index: 10; }
    footer .pagetop.visible {
      opacity: 1; }
    footer .pagetop:hover {
      opacity: 0.4; }
    footer .pagetop.fixed {
      position: absolute;
      right: 20px;
      top: -35px; }
    @media screen and (max-width: 767.9px) {
      footer .pagetop {
        right: 50%;
        bottom: -35px;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%); }
        footer .pagetop.fixed {
          right: 50%;
          top: -35px; } }
  footer .wrap-contents {
    max-width: 940px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    footer .wrap-contents a {
      -webkit-transition: opacity 0.5s linear;
      -o-transition: opacity 0.5s linear;
      transition: opacity 0.5s linear; }
      footer .wrap-contents a:hover {
        opacity: 0.6; }
    @media screen and (max-width: 767.9px) {
      footer .wrap-contents {
        position: relative;
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  @media screen and (max-width: 767.9px) {
    footer .list-hotels {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  footer .list-hotels .ttl {
    width: 132px;
    margin-bottom: 35px; }
    footer .list-hotels .ttl img {
      display: block; }
    @media screen and (max-width: 767.9px) {
      footer .list-hotels .ttl {
        width: 147px;
        margin-bottom: 25px; } }
  footer .list-hotels .hotels {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer .list-hotels .hotels a {
      font-size: 10px;
      display: block;
      width: 131px;
      margin-bottom: 18px; }
      @media screen and (max-width: 767.9px) {
        footer .list-hotels .hotels a {
          font-size: 12px;
          width: 50%;
          margin-bottom: 14px; } }
  @media screen and (min-width: 768px) {
    footer .wrap-utility {
      width: 50%;
      min-width: 420px; } }
  @media print {
    footer .wrap-utility {
      width: 50%;
      min-width: 420px; } }
  @media screen and (max-width: 767.9px) {
    footer .wrap-utility {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  footer .list-pthotel dt {
    font-size: 14px;
    color: #7a6e67; }
  footer .list-pthotel dd a {
    color: #fff;
    font-size: 12px; }
  @media screen and (max-width: 767.9px) {
    footer .list-pthotel {
      margin-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    footer .wrap-logos {
      width: 50%; } }
  @media print {
    footer .wrap-logos {
      width: 50%; } }
  @media screen and (max-width: 767.9px) {
    footer .wrap-logos {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  footer .wrap-logos .logo {
    display: block;
    max-width: 425px;
    margin-bottom: 34px; }
    @media screen and (max-width: 767.9px) {
      footer .wrap-logos .logo {
        position: absolute;
        bottom: -130px; } }
    footer .wrap-logos .logo img {
      display: block;
      width: 100%; }
  footer .wrap-logos .list-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    @media screen and (max-width: 767.9px) {
      footer .wrap-logos .list-links {
        margin-bottom: 48px; } }
    @media screen and (max-width: 767.9px) {
      footer .wrap-logos .list-links li {
        margin-bottom: 5px; } }
    footer .wrap-logos .list-links li::after {
      color: #fff;
      font-size: 12px;
      content: "|";
      margin: 0 12px; }
      @media screen and (max-width: 767.9px) {
        footer .wrap-logos .list-links li::after {
          font-size: 10px; } }
    footer .wrap-logos .list-links li:last-child::after {
      content: "";
      margin: 0; }
    footer .wrap-logos .list-links li a {
      font-size: 12px; }
  footer .wrap-logos .list-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    footer .wrap-logos .list-footer-logo{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top:20px;
    }


    @media screen and (max-width: 767.9px) {
      footer .wrap-logos .list-sns {
        position: absolute;
        bottom: -10px; }
    footer .wrap-logos .list-footer-logo{
      position: absolute;
      bottom: -90px;
      padding-bottom: 40px;
    }

         }
    footer .wrap-logos .list-sns a {
      display: block;
      height: 20px;
      margin-right: 15px; }
      @media screen and (max-width: 767.9px) {
        footer .wrap-logos .list-sns a {
          height: 24px;
          margin-right: 20px; } }
    footer .wrap-logos .list-sns img {
      display: block;
      height: 100%; }
  footer .copy {
    font-size: 10px !important;
    color: #7a6e67;
    text-align: center;
    margin-top: 85px !important; }
    @media screen and (max-width: 767.9px) {
      footer .copy {
        margin-top: 120px !important; } }

/*--------------------------------------------

  _top.scss
  TOPページ用

---------------------------------------------*/
/*--------------------------------------------
  mainvisual
---------------------------------------------*/
.mv {
  position: relative;
  overflow: hidden; }
  .mv ul {
    height: 100%; }
    .mv ul li {
      height: 100%; }
      .mv ul li img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        font-family: 'object-fit: cover; object-position: center center;';
        -webkit-transition: -webkit-transform 4.5s ease-in 1s;
        transition: -webkit-transform 4.5s ease-in 1s;
        -o-transition: transform 4.5s ease-in 1s;
        transition: transform 4.5s ease-in 1s;
        transition: transform 4.5s ease-in 1s, -webkit-transform 4.5s ease-in 1s; }
      .mv ul li.flex-active-slide > img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .mv img {
    display: block;
    width: 100%; }
  .mv h1 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    z-index: 100;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .mv h1 .logo {
      display: block;
      margin: auto;
      width: 581px; }
      @media screen and (max-width: 767.9px) {
        .mv h1 .logo {
          width: 100%;
          max-width: 581px; } }
    .mv h1 .caption {
      display: block;
      width: 100%;
      color: #fff;
      font-weight: 200;
      margin-top: 10px; }
  .mv.menuopen h1 {
    opacity: 0; }
  .mv .bestrate {
    position: absolute;
    width: 100%;
    height: 108px;
    bottom: 5%;
    padding-right: 2%;
    text-align: right;
    z-index: 100;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .mv .bestrate img {
      display: inline-block;
      width: 112px; }
  .mv.menuopen .bestrate {
    opacity: 0; }
  @media screen and (max-width: 767.9px) {
    .mv h1 {
      padding: 0 20px;
      top: calc(50% - 60px); }
      .mv h1 .caption {
        margin-top: 10px;
        font-size: 15px;
        font-weight: normal; } }

/*--------------------------------------------
  新着ホテルバナー設置
  section.sct-top-00
---------------------------------------------*/
.sct-top-00 {
  border: 1px solid #9a8880;
  border-left: none;
  border-right: none; }
  @media screen and (max-width: 767.9px) {
    .sct-top-00 {
      border: 1px solid #9a8880; } }
  .sct-top-00 img {
    display: block;
    width: 100%; }
  .sct-top-00 a img {
    opacity: 1;
    -webkit-transition: opacity 0.7s linear;
    -o-transition: opacity 0.7s linear;
    transition: opacity 0.7s linear; }
  .sct-top-00 a:hover img {
    opacity: 0.8; }

/*--------------------------------------------
  Our Hotels ホテル一覧
  section.sct-top-01
---------------------------------------------*/
.sct-top-01 {
  position: relative;
  height: calc(69% + 130px);
  min-height: 940px;
  padding-top: 80px; }
  .sct-top-01 .ttl-style {
    position: relative;
    z-index: 10; }
  .sct-top-01 .mapimg {
    z-index: 5; }
  .sct-top-01 .list-detaillinks > dd ul {
    position: relative;
    z-index: 100; }
  @media screen and (max-width: 767.9px) {
    .sct-top-01 {
      height: auto;
      min-height: auto;
      padding-top: 40px;
      background: url("../img/bg_sct_top_01.png") no-repeat center top;
      background-size: cover; }
      .sct-top-01 .ttl-style {
        text-align: center; }
      .sct-top-01 .inner-left {
        padding: 0; } }

.mapimg {
  position: absolute;
  top: 200px;
  left: 19.53125%; }
  @media screen and (max-width: 767.9px) {
    .mapimg {
      display: none; } }
  .mapimg .list-mapimg > li {
    position: relative;
    display: none; }
    .mapimg .list-mapimg > li.all {
      display: block; }
    .mapimg .list-mapimg > li:after {
      position: absolute;
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      -webkit-animation: blink 1s ease-in-out infinite none;
      animation: blink 1s ease-in-out infinite none; }
    .mapimg .list-mapimg > li.all:after {
      content: none; }
    .mapimg .list-mapimg > li.hokkaido:after {
      right: 145px;
      top: 105px; }
    .mapimg .list-mapimg > li.tokyo:after {
      right: 135px;
      bottom: 190px; }
    .mapimg .list-mapimg > li.nagoya:after {
      right: 211px;
      bottom: 156px; }
    .mapimg .list-mapimg > li.kyoto:after {
      right: 233px;
      bottom: 150px; }
    .mapimg .list-mapimg > li.osakakobe:after {
      right: 258px;
      bottom: 147px; }
    .mapimg .list-mapimg > li.fukuoka:after {
      left: 29px;
      bottom: 108px; }

@-webkit-keyframes blink {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(187, 222, 255, 0.3);
    box-shadow: 0 0 0 8px rgba(187, 222, 255, 0.3); } }

@keyframes blink {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(187, 222, 255, 0.3);
    box-shadow: 0 0 0 8px rgba(187, 222, 255, 0.3); } }

.wrap-2col-ourhotels {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .wrap-2col-ourhotels .left {
    position: absolute;
    left: 0;
    width: 30%;
    height: 100%;
    padding-top: 245px;
    padding-left: 13.28125%;
    background: url("../img/bg_sct_top_01.png") no-repeat left top;
    background-size: 102% 100%; }
  .wrap-2col-ourhotels .right {
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0;
    background-color: #000; }
  @media screen and (max-width: 767.9px) {
    .wrap-2col-ourhotels {
      position: relative; }
      .wrap-2col-ourhotels .left {
        position: relative;
        left: auto;
        width: 100%;
        height: auto;
        padding: 0 15px 35px 15px;
        background: none; }
      .wrap-2col-ourhotels .right {
        position: relative;
        left: auto;
        width: 100%;
        height: auto;
        padding-top: 0;
        padding-left: 0;
        background: none; } }

.list-ourhotels-area {
  letter-spacing: 0.7px;
  line-height: 40px; }
  .list-ourhotels-area li {
    font-size: 14px;
    font-weight: 600;
    color: #907f78;
    cursor: pointer; }
    .list-ourhotels-area li.current {
      font-size: 1.3vw;
      letter-spacing: 2.5px;
      color: #fff; }
    .list-ourhotels-area li > span {
      position: relative;
      z-index: 6; }
  @media screen and (max-width: 767.9px) {
    .list-ourhotels-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 180px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .list-ourhotels-area li {
        width: 50%;
        height: 40px; }
        .list-ourhotels-area li:before {
          content: "-";
          margin-right: 10px; }
        .list-ourhotels-area li:first-child:before {
          content: none; }
        .list-ourhotels-area li:nth-child(5) {
          margin-top: 40px; }
        .list-ourhotels-area li.current {
          font-size: 18px;
          letter-spacing: 0.01em; } }
    @media screen and (max-width: 767.9px) and (max-width: 767.9px) {
      .list-ourhotels-area li.osakakobe {
        line-height: 1.1;
        padding-top: 12px; } }

.box-detaillinks {
  height: 100%;
  padding-top: 245px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding-left: 43.47826086956522%; }
  .box-detaillinks.current {
    display: block; }
  @media screen and (max-width: 767.9px) {
    .box-detaillinks {
      height: auto;
      padding-top: 0;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px; } }
  .box-detaillinks.all {
    padding-left: 10.546875%;
    background: url("../img/detaillinks_all.png") no-repeat right center;
    background-size: cover; }
    @media screen and (max-width: 767.9px) {
      .box-detaillinks.all {
        padding-left: 15px;
        background: url("../img/sp/detaillinks_all_sp.png") no-repeat center top #151716;
        background-size: 100% auto; } }
  .box-detaillinks.hokkaido {
    background: url("../img/detaillinks_hokkaido.png") no-repeat right center;
    background-size: cover; }
    @media screen and (max-width: 767.9px) {
      .box-detaillinks.hokkaido {
        padding-left: 15px;
        background: url("../img/sp/detaillinks_hokkaido_sp.png") no-repeat center top #151716;
        background-size: 100% auto; } }
  .box-detaillinks.tokyo {
    background: url("../img/detaillinks_tokyo.png") no-repeat right center;
    background-size: cover; }
    @media screen and (max-width: 767.9px) {
      .box-detaillinks.tokyo {
        padding-left: 15px;
        background: url("../img/sp/detaillinks_tokyo_sp.png") no-repeat center top #151716;
        background-size: 100% auto; } }
  .box-detaillinks.nagoya {
    background: url("../img/detaillinks_nagoya.png") no-repeat right center;
    background-size: cover; }
    @media screen and (max-width: 767.9px) {
      .box-detaillinks.nagoya {
        padding-left: 15px;
        background: url("../img/sp/detaillinks_nagoya_sp.png") no-repeat center top #151716;
        background-size: 100% auto; } }
  .box-detaillinks.kyoto {
    background: url("../img/detaillinks_kyoto.png") no-repeat right center;
    background-size: cover; }
    @media screen and (max-width: 767.9px) {
      .box-detaillinks.kyoto {
        padding-left: 15px;
        background: url("../img/sp/detaillinks_kyoto_sp.png") no-repeat center top #151716;
        background-size: 100% auto; } }
  .box-detaillinks.osakakobe {
    background: url("../img/detaillinks_osakakobe.png") no-repeat right center;
    background-size: cover; }
    @media screen and (max-width: 767.9px) {
      .box-detaillinks.osakakobe {
        padding-left: 15px;
        background: url("../img/sp/detaillinks_osakakobe_sp.png") no-repeat center top #151716;
        background-size: 100% auto; } }
  .box-detaillinks.fukuoka {
    background: url("../img/detaillinks_fukuoka.png") no-repeat right center;
    background-size: cover; }
    @media screen and (max-width: 767.9px) {
      .box-detaillinks.fukuoka {
        padding-left: 15px;
        background: url("../img/sp/detaillinks_fukuoka_sp.png") no-repeat center top #151716;
        background-size: 100% auto; } }

@media screen and (max-width: 767.9px) {
  .list-detaillinks {
    padding-top: 25%; } }

.list-detaillinks dt {
  font-size: 24px;
  letter-spacing: 1.2px;
  color: #fff;
  line-height: 1; }
  @media screen and (max-width: 767.9px) {
    .list-detaillinks dt {
      font-size: 30px;
      margin-bottom: 25%; } }

.list-detaillinks dd a {
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 767.9px) {
    .list-detaillinks dd a {
      font-size: 12px;
      padding: 20px 0; } }
  .list-detaillinks dd a span:first-child {
    width: 40%; }
    @media screen and (min-width: 768px) and (max-width: 1060px) {
      .list-detaillinks dd a span:first-child {
        width: 100%; } }
    @media screen and (max-width: 767.9px) {
      .list-detaillinks dd a span:first-child {
        width: 50%; } }
  .list-detaillinks dd a span:nth-child(2) {
    width: 60%; }
    @media screen and (min-width: 768px) and (max-width: 1060px) {
      .list-detaillinks dd a span:nth-child(2) {
        display: none; } }
    @media screen and (max-width: 767.9px) {
      .list-detaillinks dd a span:nth-child(2) {
        width: 50%; }
        .list-detaillinks dd a span:nth-child(2) img {
          height: 11px; } }
  @media screen and (min-width: 768px) {
    .list-detaillinks dd a span:first-child {
      -webkit-transition: all .5s linear;
      -o-transition: all .5s linear;
      transition: all .5s linear; }
    .list-detaillinks dd a:hover span:first-child {
      opacity: .6; } }
  @media print {
    .list-detaillinks dd a span:first-child {
      -webkit-transition: all .5s linear;
      -o-transition: all .5s linear;
      transition: all .5s linear; }
    .list-detaillinks dd a:hover span:first-child {
      opacity: .6; } }

.list-detaillinks dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  line-height: 1; }
  @media screen and (max-width: 767.9px) {
    .list-detaillinks dd ul {
      display: block;
      height: auto;
      margin-top: 0; } }
  .box-detaillinks.all .list-detaillinks dd ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  @media screen and (min-width: 768px) {
    .list-detaillinks dd ul li {
      margin-bottom: 30px; }
      .box-detaillinks.all .list-detaillinks dd ul li {
        width: 50%; } }
  @media print {
    .list-detaillinks dd ul li {
      margin-bottom: 30px; }
      .box-detaillinks.all .list-detaillinks dd ul li {
        width: 50%; } }
  @media screen and (max-width: 767.9px) {
    .list-detaillinks dd ul li {
      margin-top: 0;
      border-top: 1px solid #646464; }
      .list-detaillinks dd ul li:first-child {
        border-top: none; } }
  .list-detaillinks dd ul li img {
    height: 16px; }
    @media screen and (min-width: 768px) and (max-width: 1060px) {
      .list-detaillinks dd ul li img {
        display: none; } }

/*--------------------------------------------
  Our mission ミッション
  section.sct-top-02
---------------------------------------------*/
.sct-top-02 {
  position: relative;
  background: url("../img/bg_sct_top_02.png") no-repeat center center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 90px; }
  @media screen and (max-width: 767.9px) {
    .sct-top-02 {
      padding: 30px 0 65px 0;
      background: url("../img/sp/bg_sct_top_02.png") no-repeat left center;
      background-size: cover; } }
  .sct-top-02 .ttl-style {
    position: relative;
    z-index: 10;
    font-size: 60px; }
    @media screen and (max-width: 767.9px) {
      .sct-top-02 .ttl-style {
        font-size: 42px; } }
    .sct-top-02 .ttl-style .caption {
      font-size: 20px;
      margin-bottom: 35px; }
      .sct-top-02 .ttl-style .caption small {
        font-size: 14px; }
        .sct-top-02 .ttl-style .caption small:before {
          content: "｜";
          margin: 0 10px; }
      @media screen and (max-width: 767.9px) {
        .sct-top-02 .ttl-style .caption {
          font-size: 18px;
          line-height: 1.5em;
          margin-bottom: 20px; } }
    .sct-top-02 .ttl-style .ttl {
      display: inline-block;
      opacity: 0;
      margin-left: -10%;
      -webkit-transition: all .5s linear 0.5s;
      -o-transition: all .5s linear 0.5s;
      transition: all .5s linear 0.5s; }
      .sct-top-02 .ttl-style .ttl.active {
        opacity: 1;
        margin-left: 0; }
  .sct-top-02 .wrap-thumbimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -30px; }
    @media screen and (max-width: 767.9px) {
      .sct-top-02 .wrap-thumbimg {
        display: block;
        margin-top: -20px; } }
    .sct-top-02 .wrap-thumbimg .caption {
      margin-top: 60px;
      letter-spacing: 0.4px;
      color: #fff;
      width: 375px;
      line-height: 2.5em;
      overflow: hidden; }
      @media screen and (max-width: 767.9px) {
        .sct-top-02 .wrap-thumbimg .caption {
          margin: 0 -15px;
          width: calc(100% + 30px); }
          .sct-top-02 .wrap-thumbimg .caption .img01 {
            display: block;
            position: relative; }
            .sct-top-02 .wrap-thumbimg .caption .img01 img {
              -o-object-fit: cover;
              object-fit: cover;
              -o-object-position: center center;
              object-position: center center;
              font-family: 'object-fit: cover; object-position: center center;';
              opacity: 0.1;
              -webkit-transition: opacity 0.8s linear 0.6s;
              -o-transition: opacity 0.8s linear 0.6s;
              transition: opacity 0.8s linear 0.6s; }
          .sct-top-02 .wrap-thumbimg .caption p {
            padding: 15px; } }
      .sct-top-02 .wrap-thumbimg .caption .img02 {
        position: relative;
        margin-top: 50px;
        text-align: left;
        width: 100%;
        height: 506px;
        left: -60%;
        -webkit-transition: left 1s linear 0.9s;
        -o-transition: left 1s linear 0.9s;
        transition: left 1s linear 0.9s; }
        @media screen and (max-width: 767.9px) {
          .sct-top-02 .wrap-thumbimg .caption .img02 {
            margin-top: 15px;
            height: auto;
            padding-right: 10%; } }
        .sct-top-02 .wrap-thumbimg .caption .img02 img {
          display: block;
          width: 0;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: left top;
          object-position: left top;
          font-family: 'object-fit: cover; object-position: left top;';
          opacity: 0.1;
          -webkit-transition: all 1s linear 0.9s;
          -o-transition: all 1s linear 0.9s;
          transition: all 1s linear 0.9s; }
          @media screen and (max-width: 767.9px) {
            .sct-top-02 .wrap-thumbimg .caption .img02 img {
              width: 100%; } }
    .sct-top-02 .wrap-thumbimg .thumb {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-left: 30px;
      overflow: hidden; }
      @media screen and (max-width: 767.9px) {
        .sct-top-02 .wrap-thumbimg .thumb {
          margin-right: -15px; } }
      .sct-top-02 .wrap-thumbimg .thumb .img01 {
        position: relative;
        right: -5%;
        text-align: right;
        -webkit-transition: right 0.8s linear 0.7s;
        -o-transition: right 0.8s linear 0.7s;
        transition: right 0.8s linear 0.7s; }
        .sct-top-02 .wrap-thumbimg .thumb .img01 img {
          width: 0%;
          height: 720px;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center center;
          object-position: center center;
          font-family: 'object-fit: cover; object-position: center center;';
          -webkit-transition: all 0.8s linear 0.6s;
          -o-transition: all 0.8s linear 0.6s;
          transition: all 0.8s linear 0.6s;
          opacity: 0.1; }
        .sct-top-02 .wrap-thumbimg .thumb .img01.active {
          right: 0; }
      .sct-top-02 .wrap-thumbimg .thumb .img03 {
        position: relative;
        margin-top: 30px;
        text-align: left;
        width: 0;
        padding-right: 10%;
        -webkit-transition: all 1s ease-in 0.7s;
        -o-transition: all 1s ease-in 0.7s;
        transition: all 1s ease-in 0.7s; }
        @media screen and (min-width: 768px) {
          .sct-top-02 .wrap-thumbimg .thumb .img03 {
            left: -10%; } }
        @media print {
          .sct-top-02 .wrap-thumbimg .thumb .img03 {
            left: -10%; } }
        @media screen and (max-width: 767.9px) {
          .sct-top-02 .wrap-thumbimg .thumb .img03 {
            height: auto;
            padding-left: 0;
            position: relative;
            text-align: left;
            width: 100%;
            left: 100%;
            -webkit-transition: left 1s linear 0.9s;
            -o-transition: left 1s linear 0.9s;
            transition: left 1s linear 0.9s;
            margin-top: 30px;
            height: auto;
            padding-right: 0; } }
        .sct-top-02 .wrap-thumbimg .thumb .img03 img {
          width: 49%;
          height: 397px;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: left top;
          object-position: left top;
          font-family: 'object-fit: cover; object-position: left top;';
          opacity: 0.1; }
          @media screen and (min-width: 768px) {
            .sct-top-02 .wrap-thumbimg .thumb .img03 img {
              -webkit-transition: all 1.5s ease-in 0.5s;
              -o-transition: all 1.5s ease-in 0.5s;
              transition: all 1.5s ease-in 0.5s; } }
          @media print {
            .sct-top-02 .wrap-thumbimg .thumb .img03 img {
              -webkit-transition: all 1.5s ease-in 0.5s;
              -o-transition: all 1.5s ease-in 0.5s;
              transition: all 1.5s ease-in 0.5s; } }
          @media screen and (max-width: 767.9px) {
            .sct-top-02 .wrap-thumbimg .thumb .img03 img {
              display: block;
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover;
              -o-object-position: left top;
              object-position: left top;
              font-family: 'object-fit: cover; object-position: left top;';
              opacity: 0.1;
              -webkit-transition: all 1s linear 0.9s;
              -o-transition: all 1s linear 0.9s;
              transition: all 1s linear 0.9s; } }
    @media screen and (max-width: 767.9px) {
      .sct-top-02 .wrap-thumbimg.active .caption .img01 img {
        opacity: 1; } }
    .sct-top-02 .wrap-thumbimg.active .caption .img02 {
      width: 100%;
      left: 0; }
      .sct-top-02 .wrap-thumbimg.active .caption .img02 img {
        width: 100%;
        opacity: 1; }
    .sct-top-02 .wrap-thumbimg.active .thumb .img01 {
      right: 0; }
      .sct-top-02 .wrap-thumbimg.active .thumb .img01 img {
        width: 91%;
        opacity: 1; }
    .sct-top-02 .wrap-thumbimg.active-second .img03 {
      left: 0;
      width: 100%; }
      .sct-top-02 .wrap-thumbimg.active-second .img03 img {
        width: auto;
        opacity: 1; }
        @media screen and (max-width: 767.9px) {
          .sct-top-02 .wrap-thumbimg.active-second .img03 img {
            width: 100%; } }

.en .sct-top-02 .wrap-thumbimg .caption {
  font-size: 20px; }

/*--------------------------------------------
  Gallery ギャラリー
  section.sct-top-03
---------------------------------------------*/
.sct-top-03 {
  background: #111;
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden; }
  .sct-top-03 .ttl-style {
    text-align: center; }
  @media screen and (max-width: 767.9px) {
    .sct-top-03 {
      padding-top: 45px; } }

.imgslide {
  width: 1000%;
  height: 490px;
  margin-top: 60px;
  margin-bottom: 55px;
  background: url("../img/imgslide202006.png") repeat-x 0 0;
  background-size: auto 100%;
  -webkit-animation: GallerySlider 300s linear infinite;
  animation: GallerySlider 300s linear infinite; }
  @media screen and (max-width: 767.9px) {
    .imgslide {
      margin-top: 30px;
      margin-bottom: 30px;
      height: 330px;
      -webkit-animation: GallerySlider 150s linear infinite;
      animation: GallerySlider 150s linear infinite; } }

@-webkit-keyframes GallerySlider {
  from {
    background-position: 0 0; }
  to {
    background-position: -100% 0; } }

@keyframes GallerySlider {
  from {
    background-position: 0 0; }
  to {
    background-position: -100% 0; } }

/*--------------------------------------------
  News ニュース
  section.sct-top-04
---------------------------------------------*/
.sct-top-04 {
  padding-top: 75px;
  padding-bottom: 60px; }
  .sct-top-04 .ttl-style {
    text-align: center;
    color: #9a8880; }
  @media screen and (max-width: 767.9px) {
    .sct-top-04 {
      padding-top: 40px; } }

.list-newscategory {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 30px;
  margin-top: 35px; }
  @media screen and (max-width: 767.9px) {
    .list-newscategory {
      margin-bottom: 15px;
      margin-top: 20px; } }
  .list-newscategory > li {
    width: 50%;
    color: #c8c8c8;
    padding-bottom: 25px;
    text-align: center;
    cursor: pointer; }
    .list-newscategory > li:hover {
      color: #9a8880; }
    .list-newscategory > li.current {
      position: relative;
      color: #9a8880; }
      .list-newscategory > li.current:after {
        position: absolute;
        content: "";
        width: 8px;
        height: 7px;
        bottom: -1px;
        left: 50%;
        background: url("../img/arrow_newscategory.png") no-repeat left top; }
  .list-newscategory:after {
    position: absolute;
    content: "｜";
    color: #c8c8c8;
    left: 50%; }

.wrap-hotelnews,
.wrap-information {
  display: none; }
  .wrap-hotelnews.current,
  .wrap-information.current {
    display: block; }

.list-topics {
  margin-bottom: 55px; }
  @media screen and (max-width: 767.9px) {
    .list-topics {
      margin-bottom: 30px; } }
  .list-topics > li {
    position: relative;
    margin-top: 25px; }
    .list-topics > li:first-child {
      margin-top: 0; }
    .list-topics > li a {
      display: block;
      width: 100%;
      height: 100%; }

.lo-news {
  display: inline-block;
  min-height: 1%; }
  .lo-news::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .lo-news > li {
    float: left; }
    @media screen and (max-width: 767.9px) {
      .lo-news > li {
        float: none;
        position: relative; } }
    .lo-news > li:nth-child(1) {
      font-size: 12px;
      color: #9a8880;
      margin-right: 20px; }
    .lo-news > li:nth-child(2) {
      font-size: 14px;
      float: none;
      padding-left: 80px; }
      @media screen and (max-width: 767.9px) {
        .lo-news > li:nth-child(2) {
          padding-left: 0; } }
      .lo-news > li:nth-child(2) .hotellogo {
        display: block; }
        .lo-news > li:nth-child(2) .hotellogo img {
          height: 16px; }
        @media screen and (max-width: 767.9px) {
          .lo-news > li:nth-child(2) .hotellogo {
            margin-top: 5px; } }
      .lo-news > li:nth-child(2).new:after {
        display: inline-block;
        width: 50px;
        height: 16px;
        line-height: 14px;
        content: "New";
        background: #9a8880;
        color: #fff;
        text-align: center;
        font-size: 10px;
        margin-left: 25px; }
        @media screen and (max-width: 767.9px) {
          .lo-news > li:nth-child(2).new:after {
            position: absolute;
            top: -22px;
            left: 50px; } }

* html .lo-news {
  height: 1%; }

.lo-news {
  display: block; }

.list-topics > li:hover .lo-news > li:nth-child(2) {
  text-decoration: underline; }

/*--------------------------------------------
  Best Rate ベストレート
  section.sct-top-05
---------------------------------------------*/
.sct-top-05 {
  position: relative;
  width: 100%;
  height: 450px;
  background: url("/img/lower/best_rate_mv.jpg") no-repeat center center/cover;
  z-index: 1; }
  @media screen and (max-width: 767.9px) {
    .sct-top-05 {
      height: 350px; } }
  .sct-top-05 .link-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 500px;
    height: 300px;
    padding-top: 48px;
    margin: auto;
    text-align: center;
    background-color: #111;
    z-index: 2; }
    @media screen and (max-width: 767.9px) {
      .sct-top-05 .link-box {
        width: 100%;
        max-width: 300px;
        height: 220px;
        padding-top: 30px; } }
    .en .sct-top-05 .link-box {
      padding: 55px 20px 20px; }
      @media screen and (max-width: 767.9px) {
        .en .sct-top-05 .link-box {
          padding: 40px 15px 15px; } }
    @media screen and (max-width: 767.9px) {
      .sct-top-05 .link-box .deco-line {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: calc(100% - 15px);
        height: calc(100% - 15px);
        background-color: transparent;
        border: 1px solid #9f8f86; } }
    @media screen and (min-width: 768px) {
      .sct-top-05 .link-box .deco-line,
      .sct-top-05 .link-box .deco-line-in {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: calc(100% - 15px);
        height: calc(100% - 15px);
        overflow: hidden;
        background-color: transparent; }
        .sct-top-05 .link-box .deco-line::before, .sct-top-05 .link-box .deco-line::after,
        .sct-top-05 .link-box .deco-line-in::before,
        .sct-top-05 .link-box .deco-line-in::after {
          content: "";
          display: block;
          position: absolute;
          background-color: #9f8f86;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
        .sct-top-05 .link-box .deco-line::before,
        .sct-top-05 .link-box .deco-line-in::before {
          left: -100%;
          top: 0;
          width: 100%;
          height: 1px;
          -webkit-transition-delay: .5s;
          -o-transition-delay: .5s;
          transition-delay: .5s; }
        .sct-top-05 .link-box .deco-line::after,
        .sct-top-05 .link-box .deco-line-in::after {
          top: -100%;
          right: 0;
          width: 1px;
          height: 100%;
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s; }
      .sct-top-05 .link-box .deco-line-in::before {
        left: 100%;
        top: auto;
        bottom: 0; }
      .sct-top-05 .link-box .deco-line-in::after {
        top: 100%;
        right: auto;
        left: 0; } }
    @media print {
      .sct-top-05 .link-box .deco-line,
      .sct-top-05 .link-box .deco-line-in {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: calc(100% - 15px);
        height: calc(100% - 15px);
        overflow: hidden;
        background-color: transparent; }
        .sct-top-05 .link-box .deco-line::before, .sct-top-05 .link-box .deco-line::after,
        .sct-top-05 .link-box .deco-line-in::before,
        .sct-top-05 .link-box .deco-line-in::after {
          content: "";
          display: block;
          position: absolute;
          background-color: #9f8f86;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
        .sct-top-05 .link-box .deco-line::before,
        .sct-top-05 .link-box .deco-line-in::before {
          left: -100%;
          top: 0;
          width: 100%;
          height: 1px;
          -webkit-transition-delay: .5s;
          -o-transition-delay: .5s;
          transition-delay: .5s; }
        .sct-top-05 .link-box .deco-line::after,
        .sct-top-05 .link-box .deco-line-in::after {
          top: -100%;
          right: 0;
          width: 1px;
          height: 100%;
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s; }
      .sct-top-05 .link-box .deco-line-in::before {
        left: 100%;
        top: auto;
        bottom: 0; }
      .sct-top-05 .link-box .deco-line-in::after {
        top: 100%;
        right: auto;
        left: 0; } }
    @media screen and (min-width: 768px) {
      .sct-top-05 .link-box:hover .deco-line::before,
      .sct-top-05 .link-box:hover .deco-line-in::before {
        left: 0;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; }
      .sct-top-05 .link-box:hover .deco-line::after,
      .sct-top-05 .link-box:hover .deco-line-in::after {
        top: 0;
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s; } }
    @media print {
      .sct-top-05 .link-box:hover .deco-line::before,
      .sct-top-05 .link-box:hover .deco-line-in::before {
        left: 0;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; }
      .sct-top-05 .link-box:hover .deco-line::after,
      .sct-top-05 .link-box:hover .deco-line-in::after {
        top: 0;
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s; } }
    .sct-top-05 .link-box .tx {
      font-size: 24px;
      color: #fff;
      margin-top: 20px; }
      @media screen and (max-width: 767.9px) {
        .sct-top-05 .link-box .tx {
          font-size: 17px;
          margin-top: 15px; } }
      .en .sct-top-05 .link-box .tx {
        margin-top: 40px; }
        @media screen and (max-width: 767.9px) {
          .en .sct-top-05 .link-box .tx {
            margin-top: 25px; } }

/*--------------------------------------------

  ホテル詳細

---------------------------------------------*/
.theb {
  background: #111; }
  .theb .ttl-main {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 200;
    letter-spacing: 2px;
    margin-bottom: 55px;
    text-align: center; }
    @media screen and (max-width: 767.9px) {
      .theb .ttl-main {
        font-size: 32px;
        margin-bottom: 35px; } }
    .theb .ttl-main span {
      font-size: 14px;
      display: block;
      letter-spacing: 0; }
  .theb p {
    font-size: 16px;
    line-height: 2.5; }
    @media screen and (max-width: 767.9px) {
      .theb p {
        font-size: 14px; } }
  .theb .list-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #9f8f86; }
    @media screen and (max-width: 767.9px) {
      .theb .list-table {
        display: block; } }
    .theb .list-table:nth-of-type(1) {
      border-top: none; }
    .theb .list-table .ttl {
      color: #9f8f86;
      width: 40%; }
      @media screen and (max-width: 767.9px) {
        .theb .list-table .ttl {
          width: 100%; } }
    .theb .list-table .data {
      color: #4d4d4d;
      width: 50%; }
      .theb .list-table .data a{
        cursor: default;
      }
      @media screen and (max-width: 767.9px) {
        .theb .list-table .data {
          width: 100%; }
        .theb .list-table .data a{
          cursor: pointer;
        }}
  .theb .mv {
    width: 100%;
    position: absolute;
    left: 0;
    top: 25px; }
    @media screen and (max-width: 767.9px) {
      .theb .mv {
        top: 30px; } }
    .theb .mv .wrap-headline {
      position: absolute;
      width: 100%;
      height: 100%;
      background: url("/img/theb/mv_bg_dotted.png") repeat, url("/img/theb/mv_bg_shadow.png") no-repeat center center;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 3; }
      @media screen and (max-width: 767.9px) {
        .theb .mv .wrap-headline {
          background-color: rgba(0, 0, 0, 0.4); } }
      .theb .mv .wrap-headline img {
        width: auto;
        margin: auto;
        height: 66px; }
        @media screen and (max-width: 767.9px) {
          .theb .mv .wrap-headline img {
            height: auto;
            width: 80%; } }
      .theb .mv .wrap-headline .caption {
        font-size: 22px;
        margin-top: 30px;
        letter-spacing: 3px; }
        @media screen and (max-width: 767.9px) {
          .theb .mv .wrap-headline .caption {
            font-size: 17px; } }
    .theb .mv h1 {
      top: 37%; }
      @media screen and (max-width: 767.9px) {
        .theb .mv h1 {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    .theb .mv .flexslider-mv,
    .theb .mv .slides,
    .theb .mv .slides li {
      width: 100%;
      height: 100%;
      margin-bottom: 0; }
    .theb .mv .flexslider-mv img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center;
      font-family: 'object-fit: cover; object-position: center center;'; }
    .theb .mv .news {
      position: absolute;
      width: 100%;
      bottom: 30px;
      z-index: 10;
      background: none; }
    .content_news{
    margin-bottom: 100px;
    }
    .news_bx{
    display: flex;
    padding: 20px;
    }
    .news_ttl{
    border-right: 1px solid #a5948c;
    color: #a5948c;
    padding-right: 20px;
    line-height: 2.5;
    }
    .news_topics{
    color: #FFF;
    padding-left: 20px;
    }
    .news_topics .news_ttl,
    .news_topics .date{
    color: #a5948c;
    }
    .news_topics .date{
      margin-right: 20px;
    }
    .news_topics a,
    .news_topics a:hover,
    .news_topics a:visited{
      color: #FFF;
    }
    .news_topics p{
      padding: 0 10px 5px 10px;
      color: #FFF;
    }
      @media screen and (min-width: 768px) {
        .theb .mv .news {
          text-align: center; } }
      @media print {
        .theb .mv .news {
          text-align: center; } }
          

      @media screen and (max-width: 767.9px) {
        .news_topics .date{
          display: block;
        }
        .news_topics p{
          line-height: 1.5  ;
        }

        .theb .mv .news {
          padding: 0;
          bottom: 0;
          border: 1px solid #a5948c;
          background: #111; } }
      .theb .mv .news dl {
        margin: 0 auto;
        border: 1px solid #a5948c;
        background: #111;
        padding: 10px 0; }
        @media screen and (min-width: 768px) {
          .theb .mv .news dl {
            display: inline-block; } }
        @media print {
          .theb .mv .news dl {
            display: inline-block; } }
        @media screen and (max-width: 767.9px) {
          .theb .mv .news dl {
            position: relative;
            border: none;
            background: none;
            width: 100%; } }
        .theb .mv .news dl dt {
          padding: 0 20px;
          font-size: 20px;
          color: #a5948c;
          letter-spacing: 1px; }
          @media screen and (min-width: 768px) {
            .theb .mv .news dl dt {
              display: inline-block;
              border-right: 1px solid #a5948c; } }
          @media print {
            .theb .mv .news dl dt {
              display: inline-block;
              border-right: 1px solid #a5948c; } }
          @media screen and (max-width: 767.9px) {
            .theb .mv .news dl dt {
              padding: 0 10px;
              font-size: 18px; } }
        .theb .mv .news dl dd {
          display: inline-block;
          padding: 0 20px; }
          .theb .mv .news dl dd .date {
            display: inline-block;
            color: #a5948c;
            margin-right: 20px; }
            @media screen and (max-width: 767.9px) {
              .theb .mv .news dl dd .date {
                position: absolute;
                top: 13px;
                left: 70px;
                padding-left: 18px;
                border-left: 1px solid #a5948c; } }
          @media screen and (max-width: 767.9px) {
            .theb .mv .news dl dd {
              padding: 0 10px; } }
          .theb .mv .news dl dd a {
            color: #fff; }
            @media screen and (max-width: 767.9px) {
              .theb .mv .news dl dd a {
                font-size: 12px; } }
          @media screen and (max-width: 767.9px) {
            .theb .mv .news dl dd {
              vertical-align: top; }
              .theb .mv .news dl dd .ttl {
                display: block;
                width: 100%; } }
  .theb .wrap-hoteldetail {
    position: relative;
    z-index: 10;
    margin-top: 450px; }
    @media screen and (max-width: 767.9px) {
      .theb .wrap-hoteldetail {
        padding-bottom: 60px;
        background: #111; } }
  .theb .nav-hotels-info {
    color: #fff;
    padding: 0 10px;
    background-color: #111;
    border-bottom: 1px solid #201e1e; }
    @media screen and (min-width: 768px) and (max-width: 1060px) {
      .theb .nav-hotels-info {
        padding: 0; } }
    @media screen and (max-width: 767.9px) {
      .theb .nav-hotels-info {
        padding: 0; } }
    .theb .nav-hotels-info a {
      color: #fff; }
    .theb .nav-hotels-info .list-nav {
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 1280px;
      margin: auto; }
      @media screen and (min-width: 768px) and (max-width: 1060px) {
        .theb .nav-hotels-info .list-nav {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          height: auto; } }
      @media screen and (max-width: 767.9px) {
        .theb .nav-hotels-info .list-nav {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          height: auto; } }
    .theb .nav-hotels-info .logo {
      width: 225px;
      margin-right: 20px;
      line-height: 1.2;
      text-align: center; }
      @media screen and (min-width: 768px) and (max-width: 1060px) {
        .theb .nav-hotels-info .logo {
          display: none; } }
      @media screen and (max-width: 767.9px) {
        .theb .nav-hotels-info .logo {
          display: none; } }
      .theb .nav-hotels-info .logo img {
        display: block; }
      .theb .nav-hotels-info .logo .tx {
        font-size: 12px; }
    .theb .nav-hotels-info .link-id {
      font-size: 16px;
      height: 100%;
      width: calc((100% - 485px) / 5);
      border-left: 1px solid #201e1e; }
      @media screen and (min-width: 768px) and (max-width: 1060px) {
        .theb .nav-hotels-info .link-id {
          width: calc(100% / 5);
          text-align: center;
          line-height: 1.2;
          border-bottom: 1px solid #201e1e; } }
      @media screen and (max-width: 767.9px) {
        .theb .nav-hotels-info .link-id {
          width: calc(100% / 5);
          text-align: center;
          line-height: 1.2;
          border-bottom: 1px solid #201e1e; } }
      .theb .nav-hotels-info .link-id:first-child {
        border-left: none; }
      .theb .nav-hotels-info .link-id a {
        color: #fff;
        height: 100%;
        padding: 0 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (min-width: 768px) and (max-width: 1060px) {
          .theb .nav-hotels-info .link-id a {
            padding: 0;
            height: 64px; } }
        @media screen and (max-width: 767.9px) {
          .theb .nav-hotels-info .link-id a {
            padding: 0;
            height: 64px; } }
    .theb .nav-hotels-info .tel {
      width: 140px;
      font-weight: bold;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media screen and (min-width: 768px) and (max-width: 1060px) {
        .theb .nav-hotels-info .tel {
          border: none; } }
      @media screen and (max-width: 767.9px) {
        .theb .nav-hotels-info .tel {
          border: none; } }
    @media screen and (min-width: 768px) and (max-width: 1060px) {
      .theb .nav-hotels-info .tel, .theb .nav-hotels-info .contact {
        width: 50%;
        text-align: center; } }
    @media screen and (max-width: 767.9px) {
      .theb .nav-hotels-info .tel, .theb .nav-hotels-info .contact {
        width: 50%;
        text-align: center; }
      .theb .nav-hotels-info .contact {
        width: 45%; }
        .theb .nav-hotels-info .contact .btn-cmn-180x50 {
          width: 100%; } }
    .theb .nav-hotels-info .btn-cmn-200x50 {
      color: #a5948c;
      width: 100px; }
      .theb .nav-hotels-info .btn-cmn-200x50:hover {
        color: #111; }
      @media screen and (min-width: 768px) and (max-width: 1060px) {
        .theb .nav-hotels-info .btn-cmn-200x50 {
          height: 34px;
          line-height: 34px;
          width: 80%;
          max-width: 250px; }
          .theb .nav-hotels-info .btn-cmn-200x50:hover {
            border-bottom: 34px solid #9a8880; } }
      @media screen and (max-width: 767.9px) {
        .theb .nav-hotels-info .btn-cmn-200x50 {
          height: 28px;
          line-height: 28px;
          width: 80%; }
          .theb .nav-hotels-info .btn-cmn-200x50:hover {
            border-bottom: 28px solid #9a8880; } }
    @media screen and (max-width: 767.9px) {
      .theb .nav-hotels-info.bottom .logo {
        display: block;
        width: 100%; } }
  /*20190626 plate*/
  #breadcrumb {
    max-width: 100%;
    margin: 60px 0 -55px;
    padding: 0 0 0 calc( (100vw / 1280 ) * 10);}
      header.four_hotels_sp + #breadcrumb{
         margin: 40px auto 0 auto;
    }
    @media screen and (max-width: 767.9px) {
      #breadcrumb {
      margin: 60px 8px -55px;
      padding: 0;}
      header.four_hotels_sp + #breadcrumb{
         margin: 71.5px auto 0 auto;
       }
       }
    #breadcrumb ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-box-pack: strat;
      -ms-flex-pack: start;
      justify-content: start;
      margin-top: 5px;}
      @media screen and (max-width: 767.9px) {
        #breadcrumb ul {
            margin-bottom: -40px;} }
      #breadcrumb ul li {
        font-size: 12px;
        color: #a5a4a4;
        margin-right: 10px;}
        #breadcrumb ul li::after {
          content: ">";
          margin-left: 10px;}
        #breadcrumb ul li:last-child::after {
          content: none;}
        #breadcrumb ul li a {
          color: #a5a4a4;}
  /*20190626 plate end*/
  .theb #about {
    color: #fff;
    width: 100%;
    padding: 60px 0;
    background-color: #111; }
    @media screen and (max-width: 767.9px) {
      .theb #about {
        padding: 60px 15px; } }
    .theb #about .wrap-2col-about {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 960px;
      margin: auto;
      opacity: 0;
      -webkit-transition: all 0.8s linear;
      -o-transition: all 0.8s linear;
      transition: all 0.8s linear; }
    .theb #about.active .wrap-2col-about {
      opacity: 1; }
    .theb #about .wrap-img {
      width: 40%; }
      @media screen and (max-width: 767.9px) {
        .theb #about .wrap-img {
          display: none; } }
    .theb #about .wrap-tx {
      width: 50%; }
      @media screen and (max-width: 767.9px) {
        .theb #about .wrap-tx {
          width: 100%; } }
    .theb #about .ttl-main {
      margin-bottom: 35px;
      text-align: left; }
      @media screen and (max-width: 767.9px) {
        .theb #about .ttl-main {
          text-align: center; } }
  .theb #guest_rooms {
    color: #fff;
    padding: 80px 0 110px;
    background: url("/img/theb/bg_guest_rooms.jpg") no-repeat center center/cover; }
    @media screen and (max-width: 767.9px) {
      .theb #guest_rooms {
        background: url("/img/sp/bg_guest_rooms_sp.jpg") no-repeat center center/cover; }
        padding: 65px 0 57px 0;
        margin-top: -10px; }
        .theb #guest_rooms .inner-frame {
          padding: 0; } }
    .theb #guest_rooms > .inner-frame {
      opacity: 0;
      -webkit-transition: all 0.8s linear;
      -o-transition: all 0.8s linear;
      transition: all 0.8s linear;
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .theb #guest_rooms.active > .inner-frame {
      opacity: 1; }
    .theb #guest_rooms .wrap-roominfo {
      position: relative; }
    .theb #guest_rooms .sp-grab {
      cursor: default; }
    .theb #guest_rooms .sp-slides-container {
      position: relative; }
      .theb #guest_rooms .sp-slides-container .sp-image-container {
        padding-right: 10%; }
        @media screen and (max-width: 767.9px) {
          .theb #guest_rooms .sp-slides-container .sp-image-container {
            width: 100% !important;
            padding: 0 15px;
            margin-bottom: 30px; } }
      .theb #guest_rooms .sp-slides-container img {
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        font-family: 'object-fit: cover; object-position: center center;'; }
    .theb #guest_rooms .sp-arrows {
      margin-top: 0; }
      @media screen and (max-width: 767.9px) {
        .theb #guest_rooms .sp-arrows {
          top: calc(50% - 30px);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    .theb #guest_rooms .sp-arrow {
      position: absolute;
      left: -58px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 38px;
      height: 38px;
      background: url("/img/icon_arrow_box.png") no-repeat center center/100%; }
      @media screen and (max-width: 1077px) {
        .theb #guest_rooms .sp-arrow {
          left: 0; } }
      .theb #guest_rooms .sp-arrow:before, .theb #guest_rooms .sp-arrow:after {
        content: none; }
      @media screen and (max-width: 767.9px) {
        .theb #guest_rooms .sp-arrow {
          left: 15px;
          width: 28px;
          height: 28px;
          bottom: auto;
          background-size: 40px; } }
    .theb #guest_rooms .sp-next-arrow {
      left: auto;
      right: -58px;
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
      @media screen and (max-width: 1077px) {
        .theb #guest_rooms .sp-next-arrow {
          right: 0; } }
      @media screen and (max-width: 767.9px) {
        .theb #guest_rooms .sp-next-arrow {
          right: 15px; } }
    .theb #guest_rooms .sp-bottom-thumbnails {
      position: relative;
      margin: 0 auto;
      margin-top: 14px;
      padding-bottom: 20px; }
      @media screen and (max-width: 767.9px) {
        .theb #guest_rooms .sp-bottom-thumbnails {
          display: none; } }
      .theb #guest_rooms .sp-bottom-thumbnails:after {
        position: absolute;
        bottom: 30px;
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background: #9a8880;
        opacity: 0.5; }
      .theb #guest_rooms .sp-bottom-thumbnails .sp-thumbnail-container {
        margin-left: 15px;
        padding-bottom: 20px; }
        .theb #guest_rooms .sp-bottom-thumbnails .sp-thumbnail-container:first-child {
          margin-left: 0; }
      .theb #guest_rooms .sp-bottom-thumbnails .sp-selected-thumbnail {
        position: relative; }
        .theb #guest_rooms .sp-bottom-thumbnails .sp-selected-thumbnail:after {
          content: "";
          display: block;
          bottom: 5px;
          left: 0;
          height: 3px;
          background: #9a8880; }
    .theb #guest_rooms .flexslider-guest-thumb .slides {
      width: 90% !important;
      text-align: center;
      font-size: 0; }
      .theb #guest_rooms .flexslider-guest-thumb .slides li {
        height: 54px;
        margin-left: 1.58%;
        float: none !important;
        display: inline-block !important;
        vertical-align: top; }
        .theb #guest_rooms .flexslider-guest-thumb .slides li:first-child {
          margin-left: 0; }
    .theb #guest_rooms .flexslider-guest-thumb img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center;
      font-family: 'object-fit: cover; object-position: center center;'; }
    @media screen and (max-width: 767.9px) {
      .theb #guest_rooms .flexslider-guest-thumb {
        display: none; } }
    .theb #guest_rooms .box-rooms-data {
      position: absolute;
      padding: 3% 5%;
      width: 380px;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-63%);
      -ms-transform: translateY(-63%);
      transform: translateY(-63%);
      z-index: 50;
      background-color: rgba(17, 17, 17, 0.65); }
      @media screen and (max-width: 767.9px) {
        .theb #guest_rooms .box-rooms-data {
          position: relative;
          padding: 0;
          padding-top: 20px;
          width: 100%;
          right: auto;
          top: auto;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; }
          .theb #guest_rooms .box-rooms-data dd {
            padding: 0 15px; }
            .theb #guest_rooms .box-rooms-data dd p {
              font-size: 12px; } }
      .theb #guest_rooms .box-rooms-data .ttl {
        font-size: 36px;
        font-weight: 200;
        margin-bottom: 30px;
        line-height: 1.3;
        text-align: center; }
        @media screen and (max-width: 767.9px) {
          .theb #guest_rooms .box-rooms-data .ttl {
            font-size: 24px;
            margin-bottom: 20px; } }
        .theb #guest_rooms .box-rooms-data .ttl span {
          font-size: 14px;
          display: block; }
      .theb #guest_rooms .box-rooms-data .list-data {
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #9a8880;
        padding: 5px 10px;
        border-bottom: 1px solid #58504c; }
        .theb #guest_rooms .box-rooms-data .list-data .ttl-data, .theb #guest_rooms .box-rooms-data .list-data .data {
          width: 50%; }
      .theb #guest_rooms .box-rooms-data .btn {
        position: relative;
        display: block;
        width: 70%;
        min-width: 170px;
        text-align: center;
        padding: 12px 0;
        margin: auto;
        margin-top: 25px;
        color: #fff;
        background-color: #9a8880;
        overflow: hidden; }
        @media screen and (min-width: 768px) {
          .theb #guest_rooms .box-rooms-data .btn span {
            position: relative;
            z-index: 2; }
          .theb #guest_rooms .box-rooms-data .btn::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            bottom: -100%;
            left: 0;
            background-color: #fff;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            z-index: 1; }
          .theb #guest_rooms .box-rooms-data .btn:hover {
            color: #9a8880; }
            .theb #guest_rooms .box-rooms-data .btn:hover::before {
              bottom: 0;
              -webkit-transition: all .2s;
              -o-transition: all .2s;
              transition: all .2s; } }
        @media print {
          .theb #guest_rooms .box-rooms-data .btn span {
            position: relative;
            z-index: 2; }
          .theb #guest_rooms .box-rooms-data .btn::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            bottom: -100%;
            left: 0;
            background-color: #fff;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            z-index: 1; }
          .theb #guest_rooms .box-rooms-data .btn:hover {
            color: #9a8880; }
            .theb #guest_rooms .box-rooms-data .btn:hover::before {
              bottom: 0;
              -webkit-transition: all .2s;
              -o-transition: all .2s;
              transition: all .2s; } }
  .theb .wrap-area-scenery {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #111; }
    .theb .wrap-area-scenery:before {
      content: "";
      display: block;
      padding-top: 17.34375%; }
    .theb .wrap-area-scenery .thumb {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: all 1.5s linear;
      -o-transition: all 1.5s linear;
      transition: all 1.5s linear;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
      .theb .wrap-area-scenery .thumb.bgclear {
        background: none; }
    .theb .wrap-area-scenery.active .thumb {
      opacity: 1; }
    .theb .wrap-area-scenery img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center;
      font-family: 'object-fit: cover; object-position: center center;';
      z-index: -10; }
      .theb .wrap-area-scenery img.visible {
        display: block; }
  .theb #gallery {
    padding: 80px 0 120px;
    background-color: #111; }
    @media screen and (max-width: 767.9px) {
      .theb #gallery {
        padding: 65px 0 50px 0;
        margin-top: -20px; } }
    .theb #gallery .ttl-main {
      color: #fff; }
    .theb #gallery .inner-frame {
      opacity: 0;
      -webkit-transition: all 0.8s linear;
      -o-transition: all 0.8s linear;
      transition: all 0.8s linear;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .theb #gallery.active .inner-frame {
      opacity: 1; }
    .theb #gallery .wrap-streetview {
      width: 100%;
      height: 300px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767.9px) {
        .theb #gallery .wrap-streetview {
          height: 200px;
          margin-bottom: 10px; } }
      .theb #gallery .wrap-streetview iframe {
        width: 100%;
        height: 100%; }
    .theb #gallery .list-pic {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .theb #gallery .list-pic li {
        width: calc((100% - 60px) / 4);
        height: auto;
        position: relative;
        margin-bottom: 20px; }
        @media screen and (max-width: 767.9px) {
          .theb #gallery .list-pic li {
            width: calc((100% - 10px) / 2);
            margin-bottom: 10px; } }
        .theb #gallery .list-pic li::before {
          content: "";
          display: block;
          padding-top: 100%; }
        .theb #gallery .list-pic li .wrap {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          .theb #gallery .list-pic li .wrap::before {
            content: "";
            height: 100%;
            vertical-align: middle;
            width: 0;
            display: inline-block; }
          .theb #gallery .list-pic li .wrap img {
            vertical-align: middle;
            display: inline-block;
            width: 100%;
            height: 100%;
            cursor: pointer;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center center;
            object-position: center center;
            font-family: 'object-fit: cover; object-position: center center;'; }
  .theb .wrap-movie {
    width: 100%;
    padding-top: 37.5%;
    position: relative;
     }
    @media screen and (max-width: 767.9px) {
      .theb .wrap-movie {
        padding-top: 55%; } }
    .theb .wrap-movie iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      padding-bottom: 80px; }
  .theb #hotel_info {
    background: #fff;
    padding: 80px 0 100px; }
    @media screen and (max-width: 767.9px) {
      .theb #hotel_info {
        padding: 65px 0 30px 0;
        margin-top: -20px; } }
    .theb #hotel_info .ttl-main {
      color: #9f8f86; }
    .theb #hotel_info .wrap-table-bg {
      padding: 55px 0;
      background-color: #f5f5f5; }
      @media screen and (max-width: 767.9px) {
        .theb #hotel_info .wrap-table-bg {
          padding: 50px 25px; } }
    .theb #hotel_info .wrap-pickup {
      padding-top: 80px;
      margin-bottom: 50px; }
      @media screen and (max-width: 767.9px) {
        .theb #hotel_info .wrap-pickup {
          padding-top: 40px;
          margin-bottom: 25px; } }
      .theb #hotel_info .wrap-pickup .wrap-2col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media screen and (max-width: 767.9px) {
          .theb #hotel_info .wrap-pickup .wrap-2col {
            display: block; } }
      .theb #hotel_info .wrap-pickup .list-data, .theb #hotel_info .wrap-pickup .wrap-img {
        width: calc((100% - 5%) / 2); }
        @media screen and (max-width: 767.9px) {
          .theb #hotel_info .wrap-pickup .list-data, .theb #hotel_info .wrap-pickup .wrap-img {
            width: 100%; } }
      .theb #hotel_info .wrap-pickup .list-data .ttl {
        font-size: 18px;
        color: #9f8f86;
        margin-bottom: 25px; }
      .theb #hotel_info .wrap-pickup .box {
        padding: 15px 35px;
        margin-top: 25px;
        border: 1px solid #9f8f86; }
        @media screen and (max-width: 767.9px) {
          .theb #hotel_info .wrap-pickup .box {
            padding: 15px; } }
      @media screen and (max-width: 767.9px) {
        .theb #hotel_info .wrap-pickup .wrap-img {
          width: calc(100% + 30px);
          margin: 20px -15px; } }
      .theb #hotel_info .wrap-pickup .wrap-img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        font-family: 'object-fit: cover; object-position: center center;'; }
    .theb #hotel_info .list-amenities-tab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .theb #hotel_info .list-amenities-tab li {
        position: relative;
        width: 25%;
        color: #9f8f86;
        opacity: 0.5;
        cursor: pointer;
        text-align: center;
        padding-bottom: 24px;
        font-size: 16px; }
        @media screen and (max-width: 767.9px) {
          .theb #hotel_info .list-amenities-tab li {
            font-size: 12px; } }
        .theb #hotel_info .list-amenities-tab li.current {
          opacity: 1;
          font-size: 18px; }
          @media screen and (max-width: 767.9px) {
            .theb #hotel_info .list-amenities-tab li.current {
              font-size: 12px; } }
          .theb #hotel_info .list-amenities-tab li.current:after {
            position: absolute;
            content: "";
            width: 8px;
            height: 7px;
            bottom: -1px;
            left: 50%;
            background: url("../img/arrow_newscategory.png") no-repeat left top; }
        .theb #hotel_info .list-amenities-tab li:before {
          position: absolute;
          left: 0;
          top: 0;
          content: "|";
          color: #c8c8c8; }
          @media screen and (max-width: 767.9px) {
            .theb #hotel_info .list-amenities-tab li:before {
              position: relative;
              content: none; } }
        .theb #hotel_info .list-amenities-tab li:first-child:before {
          content: none; }
        @media screen and (max-width: 767.9px) {
          .theb #hotel_info .list-amenities-tab li {
            padding-bottom: 14px; }
            .theb #hotel_info .list-amenities-tab li span {
              display: block;
              border-left: 1px solid #9a8880; }
            .theb #hotel_info .list-amenities-tab li:first-child span {
              border-left: none; }
            .theb #hotel_info .list-amenities-tab li small {
              display: block;
              font-size: 10px; } }
        .theb #hotel_info .list-amenities-tab li small:before {
          content: " / "; }
          @media screen and (max-width: 767.9px) {
            .theb #hotel_info .list-amenities-tab li small:before {
              content: none; } }
    .theb #hotel_info .list-amenities {
      color: #9f8f86; }
      .theb #hotel_info .list-amenities > li {
        display: none;
        padding: 35px 0 20px;
        border-top: 1px solid #9f8f86; }
        .theb #hotel_info .list-amenities > li:first-child {
          display: list-item; }
      .theb #hotel_info .list-amenities .ttl {
        font-size: 18px;
        margin-bottom: 20px; }
      .theb #hotel_info .list-amenities .list-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .theb #hotel_info .list-amenities .list-icon li {
          width: 80px;
          margin-right: 16px;
          margin-bottom: 15px;
          text-align: center; }
          @media screen and (max-width: 767.9px) {
            .theb #hotel_info .list-amenities .list-icon li {
              width: 40px; } }
          .theb #hotel_info .list-amenities .list-icon li .ico {
            display: block;
            width: 100%;
            height: 80px;
            margin-bottom: 8px;
            background-color: #e6e6e6; }
            @media screen and (max-width: 767.9px) {
              .theb #hotel_info .list-amenities .list-icon li .ico {
                height: 40px; } }
          .theb #hotel_info .list-amenities .list-icon li .caption {
            font-size: 11px;
            line-height: 1.4;
            color: #e6e6e6; }
            @media screen and (max-width: 767.9px) {
              .theb #hotel_info .list-amenities .list-icon li .caption {
                font-size: 9px; } }
          
          .theb #hotel_info .list-amenities .am-tab4 .list-icon li,
          .theb #hotel_info .list-amenities .am-tab4 .list-icon li .ico,
          .theb #hotel_info .list-amenities .am-tab4 .list-icon li .caption {
            display: none;
          }
          .theb #hotel_info .list-amenities .am-tab4 .list-icon li.active,
          .theb #hotel_info .list-amenities .am-tab4 .list-icon li.active .caption,
          .theb #hotel_info .list-amenities .am-tab4 .list-icon li.active .ico {
            display: block;
          }
          .theb #hotel_info .list-amenities .list-icon li.active .ico {
            background-color: #9f8f86; }
          .theb #hotel_info .list-amenities .list-icon li.active .caption {
            color: #9f8f86; }
      .theb #hotel_info .list-amenities .caution {
        font-size: 14px;
        color: #4d4d4d;
        line-height: 1.5; }
      .theb #hotel_info .list-amenities .wrap-check {
        display: block; }
        .theb #hotel_info .list-amenities .wrap-check .ttl {
          margin-bottom: 15px; }
  .theb #access {
    color: #fff;
    padding: 65px 0 0;
    background-color: #111; }
    .theb #access .btn-access li{
        display: inline-block;
        padding: 0;
      }
  
    @media screen and (max-width: 767.9px) {
      .theb #access {
        padding: 65px 0 60px 0;
        margin-top: -10px; }
        .theb #access .inner-minimum {
          padding: 0 40px; } }
    .theb #access .list-table .data {
      color: #fff; }
    .theb #access .list-table:nth-of-type(3) {
      border-bottom: 1px solid #9f8f86; }
    .theb #access .btn-cmn-200x50 {
      display: block;
      margin: auto;
      margin-top: 20px; }
      .theb #access ul.btn-access{
        text-align: center;
        padding-bottom: 40px;
         
      }
      .theb #access .btn-access li{
        display: inline-block;
        padding: 0 10px;
      }
      @media screen and (max-width: 767.9px) {
        .theb #access .btn-cmn-200x50 {
          letter-spacing: .5px; } }
    .theb #access .wrap-mapparts {
      position: relative; }
      .theb #access .wrap-mapparts .btn {
        position: absolute;
        text-align: center;
        bottom: 80px;
        width: 100%; }
        .theb #access .wrap-mapparts .btn .btn-cmn-200x50 {
          background-color: #111; }
        @media screen and (max-width: 767.9px) {
          .theb #access .wrap-mapparts .btn {
            bottom: -25px; } }
    .theb #access .wrap-gmap {
      position: relative;
      width: 100%;
      height: 350px;
      padding-top: 25%;
      margin-top: 85px; }
      @media screen and (max-width: 767.9px) {
        .theb #access .wrap-gmap {
          height: 300px; } }
      .theb #access .wrap-gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
  .theb #review {
    padding: 75px 0 108px;
    color: #fff;
    background-color: #111; }
    @media screen and (max-width: 767.9px) {
      .theb #review {
        padding: 40px 0 50px; } }
    .theb #review .ttl-main {
      margin-bottom: 30px; }
      @media screen and (max-width: 767.9px) {
        .theb #review .ttl-main {
          margin-bottom: 10px; } }
    .theb #review .wrap-review-data {
      padding: 25px 0;
      border-bottom: 1px solid #9a8880; }
    .theb #review .rating {
      font-size: 0; }
      .theb #review .rating::before {
        font-size: 16px;
        color: #e96e1f;
        letter-spacing: -1px; }
      .theb #review .rating[data-rating="1"]::before {
        content: "★"; }
      .theb #review .rating[data-rating="2"]::before {
        content: "★★"; }
      .theb #review .rating[data-rating="3"]::before {
        content: "★★★"; }
      .theb #review .rating[data-rating="4"]::before {
        content: "★★★★"; }
      .theb #review .rating[data-rating="5"]::before {
        content: "★★★★★"; }
    .theb #review .tx {
      font-size: 14px;
      line-height: 2; }
/* 201907追記 ホテル詳細 おすすめプラン */
.theb .theb-special-offers {
  display: block;
  padding: 80px 0;
  color: #fff;
  background-color: #1d1d1d;
}
@media screen and (max-width: 767.9px) {
  .theb .theb-special-offers {
    position: relative;
  }
}
/* タイトルに横並びリンク SPはコンテンツ下へ */
.theb .theb-special-offers .wrap-ttl-main-horizontal {
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .theb .theb-special-offers .wrap-ttl-main-horizontal {
    position: static;
  }
}
/* See More */
.theb .theb-special-offers .wrap-ttl-main-horizontal .link-more {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
  color: #a08f87;
  font-size: 18px;
}
@media screen and (max-width: 767.9px) {
  .theb .theb-special-offers .wrap-ttl-main-horizontal .link-more {
    top: auto;
    right: 15px;
    bottom: 2.5em;
    margin: 0;
  }
}
.theb .theb-special-offers .wrap-ttl-main-horizontal .link-more::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: .5em 0 0 .3em;
  width: 10px;
  height: 10px;
  border-top: 1px solid #a08f87;
  border-right: 1px solid #a08f87;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767.9px) {
  .theb .theb-special-offers .wrap-ttl-main-horizontal .link-more::after {
    width: 8px;
    height: 8px;
    margin: .6em 0 0 .3em;
  }
}
/* PC2カラム */
@media screen and (min-width: 768px) {
  .theb .theb-special-offers .list-special-offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.theb .theb-special-offers .list-special-offers .item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .theb .theb-special-offers .list-special-offers .item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767.9px) {
  .theb .theb-special-offers .list-special-offers .item + .item {
    margin-top: 5vw;    
  }
}
@media screen and (min-width: 768px) {
  .theb .theb-special-offers .list-special-offers .item + .item {
    margin-left: 20px;
  }
}
/* 右上アイコン */
.theb .theb-special-offers .list-special-offers .item::before {
  content: "";
  position: absolute;
  right: 15px;
  top: -5px;
  width: 28px;
  height: 36px;
  background: url("/img/icon_offers.png") no-repeat left top;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}
.theb .theb-special-offers .list-special-offers .item.bnr::before,
.theb .theb-special-offers .list-special-offers .item.bnr:hover::before {
  background: none;
  }
@media screen and (min-width: 768px) {
  .theb .theb-special-offers .list-special-offers .item:hover::before {
    background-image: url("/img/icon_offers_brown.png");
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .theb .theb-special-offers .list-special-offers .item::before {
    right: 8px;
    width: 24px;
    height: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .theb .theb-special-offers .list-special-offers .item::before {
    right: 2vw;
    top: -1vw;
    width: 6.1vw;
    height: 7vw;
  }
}
.theb .theb-special-offers .list-special-offers .link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
  background-color: #a08f87;
  transition: all .2s;
}
@media screen and (min-width: 768px) {
  .theb .theb-special-offers .list-special-offers .link {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .theb .theb-special-offers .list-special-offers .link {
    padding: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .theb .theb-special-offers .list-special-offers .link {
    padding: 4vw;
  }
}
/* PCホバーで下から白く */
@media screen and (min-width: 768px) {
  .theb .theb-special-offers .list-special-offers .link::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    transition: all .2s;
    z-index: 1;
  }
  .theb .theb-special-offers .list-special-offers .link:hover {
    color: #a08f87;
  }
  .theb .theb-special-offers .list-special-offers .link:hover::before {
    top: 0;
  }
}
/* 箱内 画像+タイトル */
.theb .theb-special-offers .list-special-offers .wrap-2col {
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .theb .theb-special-offers .list-special-offers .wrap-2col {
    position: relative;
    z-index: 2;
  }
}
/* 画像 */
.theb .theb-special-offers .list-special-offers .img {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  margin-right: 15px;
}
@media screen and (max-width: 767.9px) {
  .theb .theb-special-offers .list-special-offers .img {
    width: 26.1vw;
    margin-right: 3.7vw;
  }
}
/* タイトル + 値段 */
.theb .theb-special-offers .list-special-offers .wrap {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 35% - 15px);
}
@media screen and (max-width: 767.9px) {
  .theb .theb-special-offers .list-special-offers .wrap {
    width: calc(100% - 26.1vw - 3.7vw);
  }
}
/* プランタイトル */
.theb .theb-special-offers .list-special-offers .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  width: calc(100% - 1em);
  height: 4.5em;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .theb .theb-special-offers .list-special-offers .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .theb .theb-special-offers .list-special-offers .ttl {
    font-size: 4.8vw;
    line-height: 1.4;
    height: 4.2em;
  }
}
/* 値段 */
.theb .theb-special-offers .list-special-offers .price {
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .theb .theb-special-offers .list-special-offers .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .theb .theb-special-offers .list-special-offers .price {
    font-size: 3.8vw;
    line-height: 2;
  }
}
/* プラン内容 */
.theb .theb-special-offers .list-special-offers .tx {
  font-size: 14px;
  line-height: 2;
  margin-top: 5px;
  height: 9em;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .theb .theb-special-offers .list-special-offers .tx {
    font-size: calc(4px + 2.5vw);
    line-height: 1.8;
    margin-top: 1vw;
    height: 7.4em;
  }
}
@media screen and (min-width: 768px) {
  .theb .theb-special-offers .list-special-offers .tx {
    position: relative;
    z-index: 2;
  }
}
/*--------------------------------------------

  ホテル一覧

---------------------------------------------*/
.our-hotels {
  color: #fff;
  background-color: #111; }
  @media screen and (max-width: 767.9px) {
    .our-hotels .inner-frame {
      padding: 0 20px; } }
  .our-hotels .nav-link {
    max-width: 960px;
    margin: auto;
    margin-top: 140px; }
    @media screen and (max-width: 767.9px) {
      .our-hotels .nav-link {
        max-width: 100%;
        padding: 0 20px;
        margin-top: 90px; } }
    .our-hotels .nav-link .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 767.9px) {
        .our-hotels .nav-link .list {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          height: 130px; } }
      .our-hotels .nav-link .list li {
        position: relative;
        text-align: center;
        width: calc(100% / 4); }
        .our-hotels .nav-link .list li a {
          -webkit-transition: opacity 0.5s linear;
          -o-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear; }
          .our-hotels .nav-link .list li a:hover {
            opacity: 0.6; }
        @media screen and (max-width: 767.9px) {
          .our-hotels .nav-link .list li {
            margin-bottom: 20px;
            width: 50%;
            padding-left: 20px;
            text-align: left; }
            .our-hotels .nav-link .list li:nth-of-type(3n) {
              margin-bottom: 0; } }
        @media screen and (min-width: 768px) {
          .our-hotels .nav-link .list li:nth-of-type(5) {
            width: 20%; } }
        @media print {
          .our-hotels .nav-link .list li:nth-of-type(5) {
            width: 20%; } }
        .our-hotels .nav-link .list li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 1px;
          height: 1em;
          background-color: #5b534f; }
          @media screen and (max-width: 767.9px) {
            .our-hotels .nav-link .list li::before {
              width: 10px;
              height: 1px; } }
        @media screen and (min-width: 768px) {
          .our-hotels .nav-link .list li:first-child::before {
            width: 0; } }
        @media print {
          .our-hotels .nav-link .list li:first-child::before {
            width: 0; } }
      .our-hotels .nav-link .list a {
        color: #9a8880; }
  .our-hotels .wrap-area {
    padding-top: 60px;
    background: url("/img/theb/index/bg_tokyo.jpg") no-repeat right bottom/contain; }
    @media screen and (max-width: 767.9px) {
      .our-hotels .wrap-area {
        margin-top: -30px; } }
    .our-hotels .wrap-area#hokkaido {
      background-image: url("/img/theb/index/bg_hokkaido.jpg"); }
    .our-hotels .wrap-area#nagoya {
      background-image: url("/img/theb/index/bg_nagoya.jpg"); }
    .our-hotels .wrap-area#kyoto {
      background-image: url("/img/theb/index/bg_kyoto.jpg"); }
    .our-hotels .wrap-area#osaka_kobe {
      background-position: right top;
      background-image: url("/img/theb/index/bg_osaka_kobe.jpg"); }
    .our-hotels .wrap-area#fukuoka {
      background-image: url("/img/theb/index/bg_fukuoka.jpg"); }
    .our-hotels .wrap-area .ttl-area {
      font-size: 36px;
      margin-bottom: 50px; }
      @media screen and (max-width: 767.9px) {
        .our-hotels .wrap-area .ttl-area {
          font-size: 24px;
          text-align: center;
          margin-bottom: 30px; } }
  .our-hotels .list-area-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 767.9px) {
      .our-hotels .list-area-info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .our-hotels .list-area-info li {
      position: relative;
      width: calc((100% - 60px) / 3);
      margin-left: 30px; }
      .our-hotels .list-area-info li:nth-of-type(3n+1) {
        margin-left: 0; }
      @media screen and (max-width: 767.9px) {
        .our-hotels .list-area-info li {
          width: 100%;
          margin-left: 0; } }
      .our-hotels .list-area-info li.new::before {
        content: "NEW";
        display: block;
        position: absolute;
        right: -10px;
        top: 20px;
        width: 80px;
        height: 32px;
        line-height: 32px;
        color: #fff;
        text-align: center;
        letter-spacing: 1px;
        border: 1px solid #fff;
        background-color: #9f8f86;
        pointer-events: none;
        z-index: 1; }
        @media screen and (max-width: 767.9px) {
          .our-hotels .list-area-info li.new::before {
            top: 10px; } }
    .our-hotels .list-area-info a {
      color: #fff;
      display: block; }
    .our-hotels .list-area-info .wrap-img {
      height: auto;
      position: relative;
      overflow: hidden; }
      .our-hotels .list-area-info .wrap-img::before {
        content: "";
        display: block;
        padding-top: 100%; }
        @media screen and (max-width: 767.9px) {
          .our-hotels .list-area-info .wrap-img::before {
            padding-top: 60%; } }
      .our-hotels .list-area-info .wrap-img .wrap-img-square {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center; }
        .our-hotels .list-area-info .wrap-img .wrap-img-square::before {
          content: "";
          height: 100%;
          vertical-align: middle;
          width: 0px;
          display: inline-block; }
      .our-hotels .list-area-info .wrap-img img {
        width: 100%;
        height: 100%;
        -webkit-transition: -webkit-transform 1s linear;
        transition: -webkit-transform 1s linear;
        -o-transition: transform 1s linear;
        transition: transform 1s linear;
        transition: transform 1s linear, -webkit-transform 1s linear;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        font-family: 'object-fit: cover; object-position: center center;'; }
      .our-hotels .list-area-info .wrap-img .deco-line,
      .our-hotels .list-area-info .wrap-img .deco-line-in {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 95%;
        height: 95%;
        overflow: hidden;
        background-color: transparent; }
        .our-hotels .list-area-info .wrap-img .deco-line::before, .our-hotels .list-area-info .wrap-img .deco-line::after,
        .our-hotels .list-area-info .wrap-img .deco-line-in::before,
        .our-hotels .list-area-info .wrap-img .deco-line-in::after {
          content: "";
          display: block;
          position: absolute;
          background-color: #9f8f86;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
        .our-hotels .list-area-info .wrap-img .deco-line::before,
        .our-hotels .list-area-info .wrap-img .deco-line-in::before {
          left: -100%;
          top: 0;
          width: 100%;
          height: 1px;
          -webkit-transition-delay: .5s;
          -o-transition-delay: .5s;
          transition-delay: .5s; }
        .our-hotels .list-area-info .wrap-img .deco-line::after,
        .our-hotels .list-area-info .wrap-img .deco-line-in::after {
          top: -100%;
          right: 0;
          width: 1px;
          height: 100%;
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s; }
      .our-hotels .list-area-info .wrap-img .deco-line-in::before {
        left: 100%;
        top: auto;
        bottom: 0; }
      .our-hotels .list-area-info .wrap-img .deco-line-in::after {
        top: 100%;
        right: auto;
        left: 0; }
    .our-hotels .list-area-info a:hover .wrap-img img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .our-hotels .list-area-info a:hover .deco-line::before,
    .our-hotels .list-area-info a:hover .deco-line-in::before {
      left: 0;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .our-hotels .list-area-info a:hover .deco-line::after,
    .our-hotels .list-area-info a:hover .deco-line-in::after {
      top: 0;
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s; }
  .our-hotels .list-info-detail {
    padding: 15px 0 60px; }
    @media screen and (max-width: 767.9px) {
      .our-hotels .list-info-detail {
        padding: 10px 0 40px; } }
    .our-hotels .list-info-detail .ttl {
      font-size: 20px; }
      @media screen and (max-width: 767.9px) {
        .our-hotels .list-info-detail .ttl {
          font-size: 18px; } }
      .our-hotels .list-info-detail .ttl img {
        display: block;
        max-height: 20px;
        margin-top: 8px; }
        @media screen and (max-width: 767.9px) {
          .our-hotels .list-info-detail .ttl img {
            max-height: 18px;
            margin-top: 5px; } }
    .our-hotels .list-info-detail .data {
      font-size: 14px;
      font-weight: 200;
      line-height: 1.5;
      margin-top: 25px; }
      @media screen and (max-width: 767.9px) {
        .our-hotels .list-info-detail .data {
          margin-top: 10px; } }

.lb-outerContainer {
  width: 60% !important;
  height: auto !important;
  border-radius: 0 !important;
  background: none !important; }
  @media screen and (max-width: 767.9px) {
    .lb-outerContainer {
      width: 90% !important; } }

.lightbox .lb-image {
  border: none !important;
  border-radius: 0 !important;
  width: 100% !important;
  height: auto !important; }

.lb-dataContainer {
  width: 60% !important;
  padding-top: 10px !important;
  border-radius: 0 !important; }
  @media screen and (max-width: 767.9px) {
    .lb-dataContainer {
      width: 90% !important; } }

.lb-data .lb-details {
  width: 100% !important; }

.lb-data .lb-number {
  display: none !important; }

.lb-nav a.lb-prev {
  position: absolute;
  width: 38px !important;
  left: -50px !important;
  opacity: 1 !important;
  background: url("../img/icon_arrow_box.png") no-repeat left center !important; }
  @media screen and (max-width: 767.9px) {
    .lb-nav a.lb-prev {
      height: 38px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -15px !important;
      background-color: rgba(0, 0, 0, 0.5) !important; } }

.lb-nav a.lb-next {
  position: absolute;
  width: 38px !important;
  right: -50px !important;
  opacity: 1 !important;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  background: url("../img/icon_arrow_box.png") no-repeat left center !important; }
  @media screen and (max-width: 767.9px) {
    .lb-nav a.lb-next {
      height: 38px;
      top: 50%;
      -webkit-transform: translateY(-50%) scale(-1, 1);
      -ms-transform: translateY(-50%) scale(-1, 1);
      transform: translateY(-50%) scale(-1, 1);
      right: -15px !important;
      background-color: rgba(0, 0, 0, 0.5) !important; } }

.lb-data .lb-caption {
  font-size: 14px !important;
  line-height: 1.8em !important;
  font-weight: normal !important; }

.lb-data .lb-close {
  position: absolute;
  width: 38px !important;
  height: 38px !important;
  top: -5%;
  right: 16%;
  background: url("../img/icon_menuclose.png") no-repeat left top !important;
  background-size: cover; }
  @media screen and (max-width: 767.9px) {
    .lb-data .lb-close {
      width: 28px !important;
      height: 28px !important;
      top: -10%;
      right: 10px;
      background: url("../img/icon_menuclose.png") no-repeat left top/cover !important; } }

.en.theb #hotel_info .list-amenities-tab li small:before {
  content: none; }

/*--------------------------------------------

  お知らせ一覧

---------------------------------------------*/
.news {
  background-color: #111; }
  @media screen and (min-width: 768px) {
    .news .content {
      padding-bottom: 90px; } }
  @media print {
    .news .content {
      padding-bottom: 90px; } }
  .news .mv {
    background-image: url("/img/news/mv.jpg") !important; }
  .news .inner {
    max-width: 960px;
    padding: 30px 0 50px;
    margin: auto;
    margin-top: 150px;
    background-color: #fff; }
    @media screen and (max-width: 767.9px) {
      .news .inner {
        max-width: none;
        padding: 15px 0 10px;
        margin-top: 80px; } }
  .news .inner-minimum {
    padding: 0;
    margin: auto; }
    @media screen and (max-width: 767.9px) {
      .news .inner-minimum {
        padding: 10px 15px 60px; } }
  .news .list-newscategory > li {
    padding-bottom: 0; }
    .news .list-newscategory > li:hover a {
      color: #9f8f86; }
  .news .list-newscategory a {
    display: block;
    color: rgba(154, 136, 128, 0.3);
    padding-bottom: 25px; }
  .news .list-newscategory .current a {
    color: #9f8f86; }
  .news .list-topics {
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c8c8c8; }
    @media screen and (max-width: 767.9px) {
      .news .list-topics {
        margin-bottom: 25px;
        padding-bottom: 25px; } }
  .news .pagenation {
    color: #9a8880;
    text-align: center;
    margin: auto; }
    .news .pagenation .wp-pagenavi {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .news .pagenation a,
    .news .pagenation .current {
      color: #9a8880;
      display: block;
      width: 40px;
      height: 40px;
      line-height: 38px;
      border: 1px solid #c8c8c8; }
      @media screen and (max-width: 767.9px) {
        .news .pagenation a,
        .news .pagenation .current {
          height: 35px;
          line-height: 33px; } }
    .news .pagenation .current {
      border-color: #e6e6e6;
      background-color: #e6e6e6; }
    .news .pagenation .page {
      margin-left: 8px;
      margin-right: 8px; }
    .news .pagenation .previouspostslink,
    .news .pagenation .nextpostslink {
      border: none;
      margin: 0;
      font-size: 0; }
      .news .pagenation .previouspostslink:before,
      .news .pagenation .nextpostslink:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-top: 15px;
        border-top: 1px solid #9a8880;
        border-right: 1px solid #9a8880;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg); }
        @media screen and (max-width: 767.9px) {
          .news .pagenation .previouspostslink:before,
          .news .pagenation .nextpostslink:before {
            margin-top: 12px; } }
    .news .pagenation .nextpostslink {
      width: 30px;
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
    .news .pagenation .extend {
      margin: 0 10px; }
      @media screen and (max-width: 767.9px) {
        .news .pagenation .extend {
          margin: 0 5px; } }
  .news #anker {
    padding-top: 1px;
    margin-top: -1px; }

/*--------------------------------------------

  お知らせ詳細

---------------------------------------------*/
.news_detail .inner-frame {
  margin: 70px auto 60px;
  padding: 0 15px; }
  @media screen and (max-width: 767.9px) {
    .news_detail .inner-frame {
      margin: 35px auto 50px; } }

.news_detail .ttl {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4; }
  @media screen and (max-width: 767.9px) {
    .news_detail .ttl {
      font-size: 24px;
      margin-bottom: 5px; } }

.news_detail .date {
  font-size: 12px;
  color: #9a8880; }

.news_detail .label {
  font-size: 10px;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 20px;
  padding: 2px 12px;
  line-height: 1;
  color: #9a8880;
  border: 1px solid #9a8880; }
  @media screen and (max-width: 767.9px) {
    .news_detail .label {
      margin-left: 14px; } }

.news_detail p {
  margin-top: 60px; }
  @media screen and (max-width: 767.9px) {
    .news_detail p {
      margin-top: 30px; } }

.news_detail .wrap-img {
  margin-top: 60px; }
  @media screen and (max-width: 767.9px) {
    .news_detail .wrap-img {
      margin: 0 -15px;
      margin-top: 30px; } }
  .news_detail .wrap-img img {
    display: block;
    margin: auto; }

.news_detail .wrap-pdf {
  margin-top: 35px; }
  @media screen and (max-width: 767.9px) {
    .news_detail .wrap-pdf {
      margin-top: 20px;
      text-align: center; } }
  .news_detail .wrap-pdf a {
    font-size: 14px;
    color: #9a8880;
    display: inline-block;
    padding: 16px 35px;
    line-height: 1.4;
    border: 1px solid #9a8880; }
    @media screen and (min-width: 768px) {
      .news_detail .wrap-pdf a {
        position: relative;
        overflow: hidden;
        -webkit-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear; } }
    @media print {
      .news_detail .wrap-pdf a {
        position: relative;
        overflow: hidden;
        -webkit-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear; } }
    @media screen and (max-width: 767.9px) {
      .news_detail .wrap-pdf a {
        width: 90%;
        padding: 16px; } }
    @media screen and (min-width: 768px) {
      .news_detail .wrap-pdf a:hover {
        color: #fff; }
      .news_detail .wrap-pdf a::before {
        position: absolute;
        content: "";
        display: block;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        background-color: #9a8880;
        left: 0;
        bottom: calc(-100% - 2px);
        -webkit-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear;
        z-index: -1; }
      .news_detail .wrap-pdf a:hover::before {
        bottom: 0; } }
    @media print {
      .news_detail .wrap-pdf a:hover {
        color: #fff; }
      .news_detail .wrap-pdf a::before {
        position: absolute;
        content: "";
        display: block;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        background-color: #9a8880;
        left: 0;
        bottom: calc(-100% - 2px);
        -webkit-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear;
        z-index: -1; }
      .news_detail .wrap-pdf a:hover::before {
        bottom: 0; } }

.news_detail .wrap-btn-back {
  margin-top: 100px;
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid #c8c8c8; }
  .news_detail .wrap-btn-back .btn-cmn-180x50 {
    color: #fff;
    background-color: #9a8880;
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .news_detail .wrap-btn-back .btn-cmn-180x50 span {
      position: relative;
      z-index: 2; }
    .news_detail .wrap-btn-back .btn-cmn-180x50:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -100%;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: 1;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .news_detail .wrap-btn-back .btn-cmn-180x50:hover {
      color: #a5948c;
      border-bottom: 1px solid #9a8880; }
    .news_detail .wrap-btn-back .btn-cmn-180x50:hover:before {
      bottom: 0; }
    @media screen and (max-width: 767.9px) {
      .news_detail .wrap-btn-back .btn-cmn-180x50 {
        width: 90%; } }

/*--------------------------------------------

  お問合わせ

---------------------------------------------*/
.contact {
  color: #fff;
  background-color: #111; }
  .contact .mv {
    background-image: url("/img/lower/contact_mv.jpg") !important; }
  .contact #contact_01, .contact #contact_02 {
    padding-top: 90px;
    margin-top: -90px; }
  .contact .logo-ihg,
  .contact .logo-theb {
    display: block;
    height: 30px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767.9px) {
      .contact .logo-ihg,
      .contact .logo-theb {
        height: 16px; } }
  .contact .logo-theb {
    height: 40px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767.9px) {
      .contact .logo-theb {
        height: 22px; } }
  .contact .logo-each {
    display: block;
    height: 1em;
    margin-top: 3px; }
    @media screen and (max-width: 767.9px) {
      .contact .logo-each {
        margin: 0;
        margin-top: 3px;
        text-align: left;
        } }
  .contact .ttl-contact-area {
    font-size: 30px;
    text-align: center; }
    @media screen and (max-width: 767.9px) {
      .contact .ttl-contact-area {
        font-size: 20px; } }
  .contact .link-tel {
    font-size: 16px;
    color: #fff;
    margin-right: 15px; }
    @media screen and (max-width: 767.9px) {
      .contact .link-tel {
        margin-left: auto; } }
  .contact .list-contact-links > li {
    padding: 15px 0;
    border-bottom: 1px solid #a09087;
    text-align: right;
    }
  @media screen and (max-width: 767.9px) {
    .contact .list-contact-links .btn-common {
      margin: auto;
      margin-top: 10px; } }
  .contact .list-contact-links .wrap-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767.9px) {
      .contact .list-contact-links .wrap-2col {
        display: block;
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .contact .list-contact-links .wrap-2col .item-name {
        width: calc(100% - 180px); } }
    @media print {
      .contact .list-contact-links .wrap-2col .item-name {
        width: calc(100% - 180px); } }
  .contact .list-contact-links .wrap-3col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .the_b_monthlypass .contact .list-contact-links .wrap-3col{
      text-align: right;
    }
    .contact .list-contact-links .wrap-3col .hotel-name{
      text-align: left;
    }
    @media screen and (max-width: 767.9px){
      .contact .list-contact-links .wrap-3col .hotel-name{
        text-align: center;
      }
    }
    .contact .list-contact-links .wrap-3col .hotel-name {
      margin-right: auto; }
      @media screen and (min-width: 768px) {
        .contact .list-contact-links .wrap-3col .hotel-name {
          width: calc(100% - 400px); } }
      @media print {
        .contact .list-contact-links .wrap-3col .hotel-name {
          width: calc(100% - 400px); } }
    @media screen and (max-width: 767.9px) {
      .contact .list-contact-links .wrap-3col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        }
        .the_b_monthlypass .contact .list-contact-links .wrap-3col{
          text-align:left;
        }
        .contact .list-contact-links .wrap-3col .hotel-name {
          width: 100%;
          text-align: left;
          }
        .contact .list-contact-links .wrap-3col .btn-common {
          margin-left: 0; } }
    @media screen and (max-width: 430px) {
      .contact .list-contact-links .wrap-3col .link-tel {
        margin-right: auto; }
      .contact .list-contact-links .wrap-3col .btn-common {
        margin-left: auto; } }
  .contact .wrap-hotels-logo {
    padding: 40px 0;
    background-color: #1d1d1d; }
    @media screen and (max-width: 767.9px) {
      .contact .wrap-hotels-logo {
        padding: 25px; } }
    .contact .wrap-hotels-logo img {
      display: block;
      margin: auto;
      max-height: 58px; }
      @media screen and (max-width: 767.9px) {
        .contact .wrap-hotels-logo img {
          max-height: 30px; } }
  .contact .ttl-main {
    font-size: 66px;
    text-align: center;
    line-height: 1.2;
    margin-top: 60px; }
    @media screen and (max-width: 767.9px) {
      .contact .ttl-main {
        font-size: 40px;
        margin-top: 40px;
        line-height: 1.4; } }
    .contact .ttl-main span {
      font-size: 24px;
      display: block; }
      @media screen and (max-width: 767.9px) {
        .contact .ttl-main span {
          font-size: 12px; } }
  .contact .wrap-tx {
    margin-top: 80px; }
    @media screen and (min-width: 768px) {
      .contact .wrap-tx {
        text-align: center; } }
    @media print {
      .contact .wrap-tx {
        text-align: center; } }
    @media screen and (max-width: 767.9px) {
      .contact .wrap-tx {
        margin-top: 35px;
        padding: 0 25px; } }
    .contact .wrap-tx a {
      color: #9f8f86; }

/*--------------------------------------------

  フォーム

---------------------------------------------*/
.wrap-area-form {
  width: 100%;
  max-width: 960px;
  color: #4d4d4d;
  margin: 60px auto 100px;
  padding: 80px 0 90px;
  background-color: #fff; }
  @media screen and (max-width: 767.9px) {
    .wrap-area-form {
      max-width: none;
      padding: 40px 25px 50px;
      margin: 50px 0 0 0; } }
  .wrap-area-form form {
    font-size: 14px;
    width: 100%;
    max-width: 640px;
    margin: auto; }
  .wrap-area-form .list-form-ttl {
    padding: 25px 0 30px;
    border-bottom: 1px solid #c8c8c8; }
    @media screen and (max-width: 767.9px) {
      .wrap-area-form .list-form-ttl {
        padding: 30px 0; } }
    .wrap-area-form .list-form-ttl .item-name {
      margin-bottom: 5px; }
    .wrap-area-form .list-form-ttl.require .item-name::after {
      font-size: 10px;
      content: "必須";
      display: inline-block;
      vertical-align: baseline;
      color: #fff;
      background-color: #9a8880;
      margin-left: 10px;
      padding: 1px 12px; }
      .en .wrap-area-form .list-form-ttl.require .item-name::after {
        content: "required"; }
  .wrap-area-form input,
  .wrap-area-form select,
  .wrap-area-form textarea {
    -webkit-appearance: none;
    border: 1px solid #9a8880;
    border-radius: 0;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }


.form-select-hotels {
  overflow: hidden;
  width: 100%;
}
.form-select-hotels select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-select-hotels select::-ms-expand {
    display: none;
}
.form-select-hotels.select-design {
  position: relative;
  border: 1px solid #9a8880;
  background: #ffffff;
}
.form-select-hotels.select-design::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #9a8880;
  pointer-events: none;
}
.form-select-hotels.select-design:after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: '';
  border-left: 1px solid #9a8880;
}
.form-select-hotels.select-design select {
  /*  color: #9a8880;*/
  width: 100%;
  padding: 5px 18px; 
}
.mw_wp_form_preview .form-select-hotels.select-design,
.mw_wp_form_preview .form-select-hotels.select-design::before,
.mw_wp_form_preview .form-select-hotels.select-design:after{
  border: none;
}
    .wrap-area-form input::-webkit-input-placeholder,
    .wrap-area-form textarea::-webkit-input-placeholder {
      color: #c8c8c8; }
    .wrap-area-form input:-ms-input-placeholder,
    .wrap-area-form textarea:-ms-input-placeholder {
      color: #c8c8c8; }
    .wrap-area-form input::-ms-input-placeholder,
    .wrap-area-form textarea::-ms-input-placeholder {
      color: #c8c8c8; }
    .wrap-area-form input::placeholder,
    .wrap-area-form textarea::placeholder {
      color: #c8c8c8; }
  .wrap-area-form input[type="text"],
  .wrap-area-form select,
  .wrap-area-form input[type="email"] {
    width: 100%;
    padding: 5px 18px; }
    @media screen and (max-width: 767.9px) {
      .wrap-area-form input[type="text"],
      .wrap-area-form select,
      .wrap-area-form input[type="email"] {
        margin-top: 5px;
        padding: 5px 10px; } }
  .wrap-area-form [readonly="readonly"] {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 200 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    background-color: transparent; }
  .wrap-area-form input[type="text"].name {
    padding: 5px 10px;
    margin: 0 25px 0 10px;
    width: 250px; }
    @media screen and (max-width: 767.9px) {
      .wrap-area-form input[type="text"].name {
        margin: 6px 0 6px 10px;
        width: 83%; } }
  .wrap-area-form [readonly="readonly"].name {
    margin: -4px 0 0 15px !important; }
  @media screen and (min-width: 768px) {
    .wrap-area-form .wrap-2col-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media print {
    .wrap-area-form .wrap-2col-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .wrap-area-form textarea {
    width: 100%;
    height: 123px;
    padding: 12px 18px;
    resize: vertical; }
    @media screen and (max-width: 767.9px) {
      .wrap-area-form textarea {
        margin-top: 5px;
        padding: 10px 15px; } }
  .wrap-area-form .wrap-agree {
    text-align: center;
    margin-top: 30px; }
    .wrap-area-form .wrap-agree .mwform-checkbox-field-text {
      padding-left: 25px; }
    .wrap-area-form .wrap-agree a {
      color: #9f8f86;
      border-bottom: 1px solid #9f8f86; }
  .wrap-area-form .wrap-form-btn {
    margin-top: 50px; }
    @media screen and (max-width: 767.9px) {
      .wrap-area-form .wrap-form-btn {
        margin-top: 35px; } }
  .wrap-area-form .btn-confirm {
    font-size: 16px;
    position: relative;
    overflow: hidden;
    display: block;
    color: #fff;
    width: 250px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    padding: 0;
    border: none;
    cursor: pointer;
    background-color: #9f8f86;
    border: 1px solid #9f8f86;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
    @media screen and (max-width: 767.9px) {
      .wrap-area-form .btn-confirm {
        margin-top: 15px; } }
    .wrap-area-form .btn-confirm span {
      position: relative;
      z-index: 1; }
    .wrap-area-form .btn-confirm:after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      bottom: -50px;
      -webkit-transition: all .1s linear;
      -o-transition: all .1s linear;
      transition: all .1s linear; }
    .wrap-area-form .btn-confirm:hover {
      color: #a5948c; }
      .wrap-area-form .btn-confirm:hover:after {
        bottom: 0; }
    .wrap-area-form .btn-confirm:disabled {
      cursor: default;
      opacity: 0.3; }
      .wrap-area-form .btn-confirm:disabled:hover {
        color: #fff; }
        .wrap-area-form .btn-confirm:disabled:hover:after {
          bottom: -50px; }
  .wrap-area-form input[type="checkbox"]{
    display: none; }
    .wrap-area-form input[type="checkbox"]:checked + .mwform-checkbox-field-text::after,
    .wrap-area-form input[type="radio"]:checked + .mwform-checkbox-field-text::after {
      content: "";
      display: block;
      position: absolute;
      top: 4px;
      left: 5px;
      width: 4px;
      height: 10px;
      -webkit-transform: rotate(43deg);
      -ms-transform: rotate(43deg);
      transform: rotate(43deg);
      border-bottom: 1.5px solid #9a8880;
      border-right: 1.5px solid #9a8880; }
  .wrap-area-form .mwform-checkbox-field-text {
    padding-left: 20px;
    position: relative;
    margin-right: 20px; }
    .wrap-area-form .mwform-checkbox-field-text::before {
      content: "";
      display: block;
      position: absolute;
      top: 3px;
      left: 0;
      width: 1em;
      height: 1em;
      border: 1px solid #9a8880; }
  .wrap-area-form input[type="radio"] + .tx-custom::before {
    top: 4px;
    border-radius: 50%; }
  .wrap-area-form input[type="radio"]:checked + .tx-custom::after {
    top: 9px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #9a8880; }
  .wrap-area-form input[type="radio"]{
  -webkit-appearance: radio;
  }

  .wrap-area-form.mw_wp_form .error {
    display: block;
    color: #ba6683;
    margin-top: 5px;
    background-color: transparent; }

.mw_wp_form_preview .form-display-none {
  display: none; }

.mw_wp_form_preview .wrap-form-btn {
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .mw_wp_form_preview .wrap-form-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media print {
    .mw_wp_form_preview .wrap-form-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 767.9px) {
    .mw_wp_form_preview .wrap-form-btn {
      margin-top: 35px; } }

/*--------------------------------------------

  _mission.scss
  Our Missionページ用

---------------------------------------------*/
body.our-mission {
  background-color: #111; }
  @media screen and (max-width: 767.9px) {
    body.our-mission .inner {
      padding: 0; } }

.mv.mission {
  position: relative;
  overflow: visible;
  height: 635px;
  background: url("../img/mission/mv.png") no-repeat center center;
  background-size: cover; }
  .mv.mission h1 {
    top: 40%;
    color: #fff;
    font-size: 80px;
    letter-spacing: 4px;
    text-shadow: 0px 4px 3px #111; }
    @media screen and (max-width: 767.9px) {
      .mv.mission h1 {
        font-size: 40px; } }
  .mv.mission .caption {
    position: absolute;
    width: 100%;
    line-height: 1.4em;
    color: #fff;
    text-align: center;
    font-size: 50px;
    bottom: 80px;
    text-shadow: 0px 4px 3px #111;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
    @media screen and (max-width: 767.9px) {
      .mv.mission .caption {
        font-size: 21px; } }
  .mv.mission:after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background: #fff;
    opacity: 0.5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 570px;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s; }
    @media screen and (max-width: 767.9px) {
      .mv.mission:after {
        height: 100px;
        opacity: 0;
        -webkit-transition: opacity 1s linear;
        -o-transition: opacity 1s linear;
        transition: opacity 1s linear;
        -webkit-transition-delay: 2s;
        -o-transition-delay: 2s;
        transition-delay: 2s; } }
  .mv.mission.active .caption {
    opacity: 1; }
  .mv.mission.active:after {
    height: 100px; }
    @media screen and (max-width: 767.9px) {
      .mv.mission.active:after {
        opacity: 0.5; } }

@media screen and (max-width: 767.9px) {
  .wrap-spmv {
    position: relative;
    content: "";
    display: block;
    width: 100%;
    height: auto;
    padding-top: 132%; }
    .wrap-spmv .mv.mission {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .wrap-spmv .mv.mission:after {
        top: auto;
        bottom: -40px; } }

.wrap-mission-outline {
  padding-top: 70px;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s; }
  .wrap-mission-outline.active {
    opacity: 1; }
  @media screen and (max-width: 767.9px) {
    .wrap-mission-outline {
      padding: 70px 15px 0 15px; } }
  .wrap-mission-outline h2 {
    line-height: 1;
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767.9px) {
      .wrap-mission-outline h2 {
        font-size: 18px;
        line-height: 1.67em; } }
  .wrap-mission-outline p {
    font-size: 16px;
    line-height: 2.5em;
    letter-spacing: 0.8px; }

.thumb-mission-1clm {
  padding: 0 7%; }
  .thumb-mission-1clm img {
    display: block;
    width: 100%; }
    @media screen and (max-width: 767.9px) {
      .thumb-mission-1clm img {
        display: none; } }

.thumb-mission-2clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10%; }
  @media screen and (max-width: 767.9px) {
    .thumb-mission-2clm {
      display: block;
      margin-top: 0; } }
  .thumb-mission-2clm img {
    display: block;
    width: 100%; }
    @media screen and (max-width: 767.9px) {
      .thumb-mission-2clm img {
        display: none; } }
  .thumb-mission-2clm .left {
    width: 30%; }
  .thumb-mission-2clm .right {
    width: 70%;
    padding-top: 10%; }

.concept {
  border: 1px solid #a5948c;
  padding: 60px;
  background-color: #111; }
  @media screen and (max-width: 767.9px) {
    .concept {
      padding: 30px;
      background: rgba(17, 17, 17, 0.75); } }
  .concept .ttl-style {
    font-size: 50px;
    letter-spacing: 2.5px; }
    @media screen and (max-width: 767.9px) {
      .concept .ttl-style {
        font-size: 30px; } }
    .concept .ttl-style span {
      display: block;
      color: #9f8f86;
      font-size: 16px;
      line-height: 1.5;
      margin: 20px auto 45px;
      letter-spacing: 0.8px; }
      @media screen and (max-width: 767.9px) {
        .concept .ttl-style span {
          margin-bottom: 20px; } }
  .concept img {
    display: inline-block !important;
    width: auto !important;
    vertical-align: -5px;
    margin-right: 5px; }
    @media screen and (max-width: 767.9px) {
      .concept img {
        width: 33.5px !important; } }
  .concept p {
    color: #fff;
    font-size: 16px;
    line-height: 2.5em; }
    @media screen and (max-width: 767.9px) {
      .concept p {
        font-size: 14px; } }

/*--------------------------------------------
  Five Concepts
  section.sct-mission-01
---------------------------------------------*/
.sct-mission-01 {
  padding-top: 90px;
  max-width: 1128px;
  margin: 0 auto; }
  .sct-mission-01 > .ttl-style {
    color: #a5948c;
    font-size: 60px;
    text-align: center;
    margin-bottom: 40px; }
    .sct-mission-01 > .ttl-style img, .sct-mission-01 > .ttl-style span {
      display: inline-block;
      vertical-align: middle; }
    .sct-mission-01 > .ttl-style span {
      height: 64px;
      padding-top: 10px;
      padding-left: 20px; }
    @media screen and (max-width: 767.9px) {
      .sct-mission-01 > .ttl-style {
        font-size: 30px; }
        .sct-mission-01 > .ttl-style img {
          width: 93.5px; } }

_:-ms-fullscreen, :root .sct-mission-01 > .ttl-style span {
  padding-top: 20px; }

/*--------------------------------------------
  best location
  section.sct-mission-02
---------------------------------------------*/
.sct-mission-02 {
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) {
    .sct-mission-02 .thumb-mission-1clm {
      position: relative;
      left: -20%;
      z-index: -10;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-02 .thumb-mission-2clm .left {
      padding-top: 10%;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-02 .concept p {
      opacity: 0;
      -webkit-transition: opacity 1s linear;
      -o-transition: opacity 1s linear;
      transition: opacity 1s linear;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .sct-mission-02.active .thumb-mission-1clm {
      position: relative;
      left: 0;
      opacity: 1; }
    .sct-mission-02.active .thumb-mission-2clm .left {
      padding-top: 0;
      opacity: 1; }
    .sct-mission-02.active .concept p {
      opacity: 1; } }
  @media print {
    .sct-mission-02 .thumb-mission-1clm {
      position: relative;
      left: -20%;
      z-index: -10;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-02 .thumb-mission-2clm .left {
      padding-top: 10%;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-02 .concept p {
      opacity: 0;
      -webkit-transition: opacity 1s linear;
      -o-transition: opacity 1s linear;
      transition: opacity 1s linear;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .sct-mission-02.active .thumb-mission-1clm {
      position: relative;
      left: 0;
      opacity: 1; }
    .sct-mission-02.active .thumb-mission-2clm .left {
      padding-top: 0;
      opacity: 1; }
    .sct-mission-02.active .concept p {
      opacity: 1; } }
  @media screen and (max-width: 767.9px) {
    .sct-mission-02 {
      position: relative;
      width: 100%;
      height: auto;
      padding-top: 146.4%;
      background: url("../img/sp/mission/mission02_01.png") no-repeat center center;
      background-size: cover;
      overflow: hidden; }
      .sct-mission-02 .thumb-mission-1clm {
        display: none; }
      .sct-mission-02 .thumb-mission-2clm {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .sct-mission-02 .thumb-mission-2clm .right {
          opacity: 0;
          width: 90%;
          position: absolute;
          padding-top: 0;
          right: -10%;
          bottom: 15%;
          -webkit-transition: all 0.5s linear;
          -o-transition: all 0.5s linear;
          transition: all 0.5s linear; }
        .sct-mission-02 .thumb-mission-2clm .concept p {
          opacity: 0;
          -webkit-transition: opacity 0.5s linear;
          -o-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear;
          -webkit-transition-delay: 1s;
          -o-transition-delay: 1s;
          transition-delay: 1s; }
      .sct-mission-02.active .thumb-mission-2clm .right {
        right: 0;
        opacity: 1; }
      .sct-mission-02.active .thumb-mission-2clm .concept p {
        opacity: 1; } }

/*--------------------------------------------
  bed–comfortable,with duvet
  section.sct-mission-03
---------------------------------------------*/
.sct-mission-03 {
  padding-bottom: 100px; }
  .sct-mission-03 .thumb-mission-2clm {
    margin-top: 0; }
    .sct-mission-03 .thumb-mission-2clm .left {
      width: 60%; }
      .sct-mission-03 .thumb-mission-2clm .left > img {
        padding-left: 7%; }
    .sct-mission-03 .thumb-mission-2clm .right {
      position: relative;
      z-index: -10;
      width: 40%;
      padding-top: 10%;
      margin-left: -5%; }
    .sct-mission-03 .thumb-mission-2clm .concept {
      width: 92%; }
  @media screen and (min-width: 768px) {
    .sct-mission-03 .thumb-mission-2clm .left > img {
      position: relative;
      left: -30%;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-03 .thumb-mission-2clm .right {
      padding-top: 0;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-03 .concept p {
      opacity: 0;
      -webkit-transition: opacity 1s linear;
      -o-transition: opacity 1s linear;
      transition: opacity 1s linear;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .sct-mission-03.active .thumb-mission-2clm .left img {
      left: 0;
      opacity: 1; }
    .sct-mission-03.active .thumb-mission-2clm .right {
      padding-top: 10%;
      opacity: 1; }
    .sct-mission-03.active .concept p {
      opacity: 1; } }
  @media print {
    .sct-mission-03 .thumb-mission-2clm .left > img {
      position: relative;
      left: -30%;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-03 .thumb-mission-2clm .right {
      padding-top: 0;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-03 .concept p {
      opacity: 0;
      -webkit-transition: opacity 1s linear;
      -o-transition: opacity 1s linear;
      transition: opacity 1s linear;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .sct-mission-03.active .thumb-mission-2clm .left img {
      left: 0;
      opacity: 1; }
    .sct-mission-03.active .thumb-mission-2clm .right {
      padding-top: 10%;
      opacity: 1; }
    .sct-mission-03.active .concept p {
      opacity: 1; } }
  @media screen and (max-width: 767.9px) {
    .sct-mission-03 {
      position: relative;
      width: 100%;
      height: auto;
      padding-top: 158.2%;
      background: url("../img/sp/mission/mission03_01.png") no-repeat center center;
      background-size: cover;
      overflow: hidden; }
      .sct-mission-03 .thumb-mission-2clm {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .sct-mission-03 .thumb-mission-2clm .left {
          width: 90%;
          position: absolute;
          padding-top: 0;
          left: -10%;
          bottom: 15%;
          opacity: 0;
          -webkit-transition: all 0.5s linear;
          -o-transition: all 0.5s linear;
          transition: all 0.5s linear; }
          .sct-mission-03 .thumb-mission-2clm .left .concept {
            width: 100%; }
        .sct-mission-03 .thumb-mission-2clm .right {
          display: none; }
        .sct-mission-03 .thumb-mission-2clm .concept p {
          opacity: 0;
          -webkit-transition: opacity 1s linear;
          -o-transition: opacity 1s linear;
          transition: opacity 1s linear;
          -webkit-transition-delay: 1s;
          -o-transition-delay: 1s;
          transition-delay: 1s; }
      .sct-mission-03.active .thumb-mission-2clm .left {
        left: 0;
        opacity: 1; }
      .sct-mission-03.active .thumb-mission-2clm .concept p {
        opacity: 1; } }

/*--------------------------------------------
  breakfast–tasty and healthy
  section.sct-mission-04
---------------------------------------------*/
.sct-mission-04 {
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) {
    .sct-mission-04 .thumb-mission-1clm {
      position: relative;
      left: -20%;
      z-index: -10;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-04 .thumb-mission-2clm .left {
      padding-top: 10%;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-04 .concept p {
      opacity: 0;
      -webkit-transition: opacity 1s linear;
      -o-transition: opacity 1s linear;
      transition: opacity 1s linear;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .sct-mission-04.active .thumb-mission-1clm {
      position: relative;
      left: 0;
      opacity: 1; }
    .sct-mission-04.active .thumb-mission-2clm .left {
      padding-top: 0;
      opacity: 1; }
    .sct-mission-04.active .concept p {
      opacity: 1; } }
  @media print {
    .sct-mission-04 .thumb-mission-1clm {
      position: relative;
      left: -20%;
      z-index: -10;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-04 .thumb-mission-2clm .left {
      padding-top: 10%;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-04 .concept p {
      opacity: 0;
      -webkit-transition: opacity 1s linear;
      -o-transition: opacity 1s linear;
      transition: opacity 1s linear;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .sct-mission-04.active .thumb-mission-1clm {
      position: relative;
      left: 0;
      opacity: 1; }
    .sct-mission-04.active .thumb-mission-2clm .left {
      padding-top: 0;
      opacity: 1; }
    .sct-mission-04.active .concept p {
      opacity: 1; } }
  @media screen and (max-width: 767.9px) {
    .sct-mission-04 {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: auto;
      padding-top: 166.1%;
      background: url("../img/sp/mission/mission04_01.png") no-repeat center center;
      background-size: cover; }
      .sct-mission-04 .thumb-mission-1clm {
        display: none; }
      .sct-mission-04 .thumb-mission-2clm {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .sct-mission-04 .thumb-mission-2clm .left {
          display: none; }
        .sct-mission-04 .thumb-mission-2clm .right {
          width: 90%;
          position: absolute;
          padding-top: 0;
          right: -10%;
          bottom: 15%;
          opacity: 0;
          -webkit-transition: all 0.5s linear;
          -o-transition: all 0.5s linear;
          transition: all 0.5s linear; }
          .sct-mission-04 .thumb-mission-2clm .right .concept {
            width: 100%; }
      .sct-mission-04 .concept p {
        opacity: 0;
        -webkit-transition: opacity 1s linear;
        -o-transition: opacity 1s linear;
        transition: opacity 1s linear;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; }
      .sct-mission-04.active .thumb-mission-2clm .right {
        right: 0;
        opacity: 1; }
      .sct-mission-04.active .concept p {
        opacity: 1; } }

/*--------------------------------------------
  bathroom
  section.sct-mission-05
---------------------------------------------*/
.sct-mission-05 {
  padding-bottom: 100px; }
  .sct-mission-05 .thumb-mission-2clm {
    margin-top: 0; }
    .sct-mission-05 .thumb-mission-2clm .left {
      width: 35%;
      padding-top: 7%;
      position: relative;
      z-index: -10;
      margin-right: -5%; }
    .sct-mission-05 .thumb-mission-2clm .right {
      width: 70%;
      padding-top: 0; }
      .sct-mission-05 .thumb-mission-2clm .right img {
        width: 93%; }
    .sct-mission-05 .thumb-mission-2clm .concept {
      margin-left: 7%; }
  @media screen and (min-width: 768px) {
    .sct-mission-05 .thumb-mission-2clm .left {
      padding-top: 17%;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-05 .thumb-mission-2clm .right > img {
      position: relative;
      right: -10%;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-05 .concept p {
      opacity: 0;
      -webkit-transition: opacity 1s linear;
      -o-transition: opacity 1s linear;
      transition: opacity 1s linear;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .sct-mission-05.active .thumb-mission-2clm .left {
      padding-top: 7%;
      opacity: 1; }
    .sct-mission-05.active .thumb-mission-2clm .right > img {
      right: 0;
      opacity: 1; }
    .sct-mission-05.active .concept p {
      opacity: 1; } }
  @media print {
    .sct-mission-05 .thumb-mission-2clm .left {
      padding-top: 17%;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-05 .thumb-mission-2clm .right > img {
      position: relative;
      right: -10%;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-05 .concept p {
      opacity: 0;
      -webkit-transition: opacity 1s linear;
      -o-transition: opacity 1s linear;
      transition: opacity 1s linear;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .sct-mission-05.active .thumb-mission-2clm .left {
      padding-top: 7%;
      opacity: 1; }
    .sct-mission-05.active .thumb-mission-2clm .right > img {
      right: 0;
      opacity: 1; }
    .sct-mission-05.active .concept p {
      opacity: 1; } }
  @media screen and (max-width: 767.9px) {
    .sct-mission-05 {
      position: relative;
      width: 100%;
      height: auto;
      padding-top: 158.2%;
      background: url("../img/sp/mission/mission05_01.png") no-repeat center center;
      background-size: cover;
      overflow: hidden; }
      .sct-mission-05 .thumb-mission-2clm {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .sct-mission-05 .thumb-mission-2clm .left {
          display: none; }
        .sct-mission-05 .thumb-mission-2clm .right {
          width: 90%;
          position: absolute;
          padding-top: 0;
          left: -10%;
          opacity: 0;
          -webkit-transition: all 0.5s linear;
          -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
          bottom: 15%; }
          .sct-mission-05 .thumb-mission-2clm .right .concept {
            margin-left: 0;
            width: 100%; }
        .sct-mission-05 .thumb-mission-2clm .concept p {
          opacity: 0;
          -webkit-transition: opacity 1s linear;
          -o-transition: opacity 1s linear;
          transition: opacity 1s linear;
          -webkit-transition-delay: 1s;
          -o-transition-delay: 1s;
          transition-delay: 1s; }
      .sct-mission-05.active .thumb-mission-2clm .right {
        left: 0;
        opacity: 1; }
      .sct-mission-05.active .thumb-mission-2clm .concept p {
        opacity: 1; } }

/*--------------------------------------------
  balance
  section.sct-mission-06
---------------------------------------------*/
.sct-mission-06 {
  padding-bottom: 100px; }
  .sct-mission-06 .thumb-mission-2clm {
    margin-top: 0; }
    .sct-mission-06 .thumb-mission-2clm .left {
      width: 65%;
      padding-top: 0; }
      .sct-mission-06 .thumb-mission-2clm .left img {
        width: 100%; }
    .sct-mission-06 .thumb-mission-2clm .right {
      width: 35%;
      padding-top: 5%; }
  .sct-mission-06 .thumb-mission-1clm {
    position: relative;
    z-index: -10;
    margin-top: -7.3%; }
  @media screen and (min-width: 768px) {
    .sct-mission-06 .thumb-mission-2clm .right {
      padding-top: 15%;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-06 .thumb-mission-1clm {
      margin-top: -17.3%;
      left: -20%;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-06 .concept p {
      opacity: 0;
      -webkit-transition: opacity 1s linear;
      -o-transition: opacity 1s linear;
      transition: opacity 1s linear;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .sct-mission-06.active .thumb-mission-2clm .right {
      padding-top: 5%;
      opacity: 1; }
    .sct-mission-06.active .thumb-mission-1clm {
      margin-top: -7.3%;
      left: 0;
      opacity: 1; }
    .sct-mission-06.active .concept p {
      opacity: 1; } }
  @media print {
    .sct-mission-06 .thumb-mission-2clm .right {
      padding-top: 15%;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-06 .thumb-mission-1clm {
      margin-top: -17.3%;
      left: -20%;
      opacity: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .sct-mission-06 .concept p {
      opacity: 0;
      -webkit-transition: opacity 1s linear;
      -o-transition: opacity 1s linear;
      transition: opacity 1s linear;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .sct-mission-06.active .thumb-mission-2clm .right {
      padding-top: 5%;
      opacity: 1; }
    .sct-mission-06.active .thumb-mission-1clm {
      margin-top: -7.3%;
      left: 0;
      opacity: 1; }
    .sct-mission-06.active .concept p {
      opacity: 1; } }
  @media screen and (max-width: 767.9px) {
    .sct-mission-06 {
      position: relative;
      width: 100%;
      height: auto;
      padding-top: 203.3%;
      background: url("../img/sp/mission/mission06_01.png") no-repeat center center;
      background-size: cover;
      overflow: hidden; }
      .sct-mission-06 .thumb-mission-2clm {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .sct-mission-06 .thumb-mission-2clm .left {
          width: 90%;
          position: absolute;
          padding-top: 0;
          right: -10%;
          bottom: 15%;
          opacity: 0;
          -webkit-transition: all 0.5s linear;
          -o-transition: all 0.5s linear;
          transition: all 0.5s linear; }
          .sct-mission-06 .thumb-mission-2clm .left .concept {
            margin-left: 0;
            width: 100%; }
        .sct-mission-06 .thumb-mission-2clm .right {
          display: none; }
        .sct-mission-06 .thumb-mission-2clm .concept p {
          opacity: 0;
          -webkit-transition: opacity 1s linear;
          -o-transition: opacity 1s linear;
          transition: opacity 1s linear;
          -webkit-transition-delay: 1s;
          -o-transition-delay: 1s;
          transition-delay: 1s; }
      .sct-mission-06.active .thumb-mission-2clm .left {
        right: 0;
        opacity: 1; }
      .sct-mission-06.active .concept p {
        opacity: 1; } }

/*--------------------------------------------
  Our Hotels + Gallery
  section.sct-mission-foot
---------------------------------------------*/
.sct-mission-foot {
  background: #000;
  padding: 80px 0; }
  @media screen and (max-width: 767.9px) {
    .sct-mission-foot {
      padding: 80px 15px; } }
  .sct-mission-foot .list-mission-outlinks {
    max-width: 1128px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sct-mission-foot .list-mission-outlinks li {
      position: relative;
      width: calc(50% - 10px);
      overflow: hidden;
      border: 1px solid rgba(165, 148, 140, 0.5); }
      .sct-mission-foot .list-mission-outlinks li img {
        display: block;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        -webkit-transition: -webkit-transform 1s linear;
        transition: -webkit-transform 1s linear;
        -o-transition: transform 1s linear;
        transition: transform 1s linear;
        transition: transform 1s linear, -webkit-transform 1s linear; }
      .sct-mission-foot .list-mission-outlinks li:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .sct-mission-foot .list-mission-outlinks li:first-child {
        margin-right: 10px; }
      .sct-mission-foot .list-mission-outlinks li:nth-child(2) {
        margin-left: 10px; }
      .sct-mission-foot .list-mission-outlinks li dl {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff; }
        .sct-mission-foot .list-mission-outlinks li dl dt {
          font-size: 50px;
          letter-spacing: 2.5px; }
        .sct-mission-foot .list-mission-outlinks li dl dd {
          font-size: 14px;
          letter-spacing: 0.7px; }
      .sct-mission-foot .list-mission-outlinks li a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    @media screen and (max-width: 767.9px) {
      .sct-mission-foot .list-mission-outlinks {
        display: block; }
        .sct-mission-foot .list-mission-outlinks li {
          width: 100%; }
          .sct-mission-foot .list-mission-outlinks li:first-child {
            margin-right: 0;
            margin-bottom: 20px; }
          .sct-mission-foot .list-mission-outlinks li:nth-child(2) {
            margin-left: 0; }
          .sct-mission-foot .list-mission-outlinks li dl dt {
            font-size: 30px; } }

.en .list-mission-outlinks li dl {
  top: 55%; }

.en .list-mission-outlinks li dl dd {
  opacity: 0; }

/*--------------------------------------------
  Contact
  section.sct-mission-contact
---------------------------------------------*/
.sct-mission-contact {
  padding: 80px 0 120px 0; }
  @media screen and (max-width: 767.9px) {
    .sct-mission-contact {
      padding: 80px 15px; } }
  .sct-mission-contact .ttl-style {
    text-align: center; }
  .sct-mission-contact .list-misson-contact {
    max-width: 1128px;
    margin: 0 auto;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sct-mission-contact .list-misson-contact li {
      width: calc(50% - 10px);
      height: 90px;
      border: 1px solid rgba(165, 148, 140, 0.5);
      text-align: center;
      -webkit-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear; }
      .sct-mission-contact .list-misson-contact li a {
        display: block;
        width: 100%;
        height: 100%; }
      .sct-mission-contact .list-misson-contact li:nth-child(2) {
        margin-left: 10px; }
        .sct-mission-contact .list-misson-contact li:nth-child(2) a {
          padding-top: 23px; }
        .sct-mission-contact .list-misson-contact li:nth-child(2) img {
          width: 256px; }
        .sct-mission-contact .list-misson-contact li:nth-child(2) .tx {
          display: block;
          font-size: 9px;
          color: #fff; }
      .sct-mission-contact .list-misson-contact li:first-child {
        margin-right: 10px;
        background: #fff; }
        .sct-mission-contact .list-misson-contact li:first-child a {
          padding-top: 18px; }
        .sct-mission-contact .list-misson-contact li:first-child img {
          width: 213px; }
        .sct-mission-contact .list-misson-contact li:first-child .tx {
          display: block;
          font-size: 9px;
          color: #000; }
      .sct-mission-contact .list-misson-contact li:hover {
        opacity: 0.6; }
    @media screen and (max-width: 767.9px) {
      .sct-mission-contact .list-misson-contact {
        display: block; }
        .sct-mission-contact .list-misson-contact li {
          width: 100%; }
          .sct-mission-contact .list-misson-contact li:first-child {
            margin-right: 0;
            margin-bottom: 20px; }
          .sct-mission-contact .list-misson-contact li:nth-child(2) {
            margin-left: 0; }
          .sct-mission-contact .list-misson-contact li dl dt {
            font-size: 30px; } }

/*--------------------------------------------

  下層ページスタイル

---------------------------------------------*/
.mv.lower {
  overflow: visible;
  height: 420px;
  background: url("/img/theb/index/mv.jpg") no-repeat center center/cover; }
  @media screen and (max-width: 767.9px) {
    .mv.lower {
      height: 214px; } }
  .mv.lower h1 {
    font-size: 80px;
    font-weight: 200;
    color: #fff;
    top: auto;
    bottom: -18%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    line-height: 1.2; }
    @media screen and (max-width: 767.9px) {
      .mv.lower h1 {
        font-size: 40px;
        bottom: -23%;
        line-height: 1.1; } }
    .en .mv.lower h1 {
      bottom: -12%; }
    .mv.lower h1 .caption {
      font-size: 24px; }
      @media screen and (max-width: 767.9px) {
        .mv.lower h1 .caption {
          font-size: 16px; } }

.wrap-lower {
  margin-top: 144px;
  margin-bottom: 100px; }
  @media screen and (max-width: 767.9px) {
    .wrap-lower {
      margin-top: 90px;
      margin-bottom: 80px; } }

.ttl-lead {
  color: #fff;
  line-height: 1.4;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 40px; }

.tx-lead {
  color: #fff;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.8px; }

.ttl-fill-circle {
  font-size: 24px;
  position: relative;
  padding-left: 28px;
  margin-bottom: 40px; }
  @media screen and (max-width: 767.9px) {
    .ttl-fill-circle {
      font-size: 16px;
      margin-bottom: 15px;
      padding-left: 22px; } }
  .ttl-fill-circle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-color: #a09087;
    border-radius: 50%; }
    @media screen and (max-width: 767.9px) {
      .ttl-fill-circle::before {
        width: 14px;
        height: 14px; } }

.wrap-area-notes {
  color: #fefefe;
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 80px;
  border: 1px solid #a09087; }
  @media screen and (max-width: 767.9px) {
    .wrap-area-notes {
      width: calc(100% - 50px);
      margin: 0 25px;
      padding: 30px 20px; } }

.btn-c-light {
  font-size: 16px;
  text-align: center;
  display: block;
  color: #fff;
  width: 250px;
  height: 50px;
  line-height: 50px;
  margin: 80px auto 100px;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: #9f8f86; }
  @media screen and (max-width: 767.9px) {
    .btn-c-light {
      margin: 40px auto 50px; } }

/*--------------------
  ベストレート
--------------------*/
.best-rate {
  color: #fff;
  background-color: #111; }
  .best-rate .mv {
    background-image: url("/img/lower/best_rate_mv.jpg"); }
  .best-rate .tx-strong {
    font-size: calc(7px + 1.8vw);
    text-align: center; }
    @media screen and (max-width: 767.9px) {
      .best-rate .tx-strong {
        font-size: calc(9px + 2.4vw); } }
    .best-rate .tx-strong strong {
      font-weight: 500; }
  .best-rate .tx-small {
    font-size: 14px;
    color: #fefefe;
    text-align: center;
    padding: 0 15px;
    margin-top: 20px; }
  .best-rate .img-emblem {
    display: block;
    width: 150px;
    margin: 58px auto; }
    @media screen and (max-width: 767.9px) {
      .best-rate .img-emblem {
        width: 105px;
        margin: 35px auto 40px; } }

/*--------------------
  ギャラリー
--------------------*/
.gallery {
  color: #fff;
  background-color: #111; }
  .gallery .mv {
    background-image: url("/img/lower/gallery_mv.jpg"); }
  .gallery .tx-strong {
    font-size: 20px; }
    @media screen and (max-width: 767.9px) {
      .gallery .tx-strong {
        font-size: 14px; } }
  .gallery .ttl-sns {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 767.9px) {
      .gallery .ttl-sns {
        font-size: 24px; } }
  .gallery .wrap-ig {
    margin-bottom: 80px; }
    @media screen and (max-width: 767.9px) {
      .gallery .wrap-ig #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
        width: 50%; } }
  .gallery .wrap-pint {
    margin-bottom: 80px; }
    .gallery .wrap-pint > span {
      width: 100% !important; }
  .gallery .wrap-2col-movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .gallery .wrap-2col-movie iframe {
      width: 100%;
      max-width: 560px;
      display: block;
      margin: 0 8px; }
    @media screen and (max-width: 767.9px) {
      .gallery .wrap-2col-movie {
        display: block; } }

/*--------------------
  FAQ
--------------------*/
.faq {
  background-color: #111; }
  .faq .mv {
    background-image: url("/img/lower/faq_mv.jpg"); }


.the_b_monthlypass {
  background-color: #111;
  color: #FFF; }
  .the_b_monthlypass .mv {
    background-image: url("/img/lower/the_b_monthlypass_mv202008.jpg") !important; }
    .the_b_monthlypass p{
      color: #FFF;
    }
    .the_b_monthlypass .mv.lower h1 {
      font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 60px;
    font-weight: 200;
    color: #fff;
    top: auto;
    bottom: -24%;
    text-shadow: 0 0 5px rgba(10,10,10,1);
    }
    @media screen and (max-width: 767.9px){
      .the_b_monthlypass .mv.lower h1{
        font-size: 30px;
      }
      
    }
    .the_b_monthlypass .ttl-fill-circle{
      margin-bottom: 20px;
    }
    .the_b_monthlypass a{
      color: #FFF;
    }
    .the_b_monthlypass a:hover{
      color: #a5948c;
    }
    
    .the_b_monthlypass .wrap-area-notes{
      clear: both;
    }
.monthly_ul li{
  float: left;
}
.monthly_ul{
  clear: both;
  overflow: hidden;
  padding-bottom: 20px;
}
.monthly_1st{
  background: #c5e0b3;
  text-align: center;
  color: #000;
}
.monthly_2nd{
  background: #f7caac;
  text-align: center;
  color: #000;
}
.w50{
  width: 50%;
}
.w25{
  width: 40%;
  font-size: 16px;
}
@media screen and (max-width: 767.9px) {
  .w25{
    font-size: 11px;
  }
}

/*--------------------
  プライバシーポリシー
--------------------*/
.privacy-policy {
  color: #fff;
  background-color: #111; }
  .privacy-policy .mv {
    background-image: url("/img/lower/privacy_policy_mv.jpg"); }
  .privacy-policy .ttl {
    font-size: 20px;
    margin-bottom: 10px; }

/*--------------------
  サイトマップ
--------------------*/
.sitemap,
.site-map {
  color: #fff;
  background-color: #111; }
  .sitemap a,
  .site-map a {
    color: #fff; }
  .sitemap .ttl-main,
  .site-map .ttl-main {
    font-size: 80px;
    font-weight: 200;
    line-height: 1.2;
    text-align: center;
    margin: 80px 0; }
    @media screen and (max-width: 767.9px) {
      .sitemap .ttl-main,
      .site-map .ttl-main {
        font-size: 40px;
        line-height: 1.1;
        margin: 40px 0; } }
    .sitemap .ttl-main .caption,
    .site-map .ttl-main .caption {
      font-size: 24px;
      display: block; }
      @media screen and (max-width: 767.9px) {
        .sitemap .ttl-main .caption,
        .site-map .ttl-main .caption {
          font-size: 16px; } }
  .sitemap .list-thumbnail,
  .site-map .list-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .sitemap .list-thumbnail .wrap-img,
    .site-map .list-thumbnail .wrap-img {
      position: relative;
      width: 100%;
      height: 120px;
      overflow: hidden; }
    .sitemap .list-thumbnail li,
    .site-map .list-thumbnail li {
      width: calc((100% - 45px) / 4);
      margin-bottom: 45px; }
      @media screen and (max-width: 767.9px) {
        .sitemap .list-thumbnail li,
        .site-map .list-thumbnail li {
          width: calc((100% - 15px) / 2);
          margin-bottom: 30px; } }
    .sitemap .list-thumbnail img,
    .site-map .list-thumbnail img {
      display: block;
      width: 100%;
      height: 100%;
      -webkit-transition: -webkit-transform 1s linear;
      transition: -webkit-transform 1s linear;
      -o-transition: transform 1s linear;
      transition: transform 1s linear;
      transition: transform 1s linear, -webkit-transform 1s linear;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center;
      font-family: 'object-fit: cover; object-position: center center;'; }
    @media screen and (min-width: 768px) {
      .sitemap .list-thumbnail .deco-line,
      .sitemap .list-thumbnail .deco-line-in,
      .site-map .list-thumbnail .deco-line,
      .site-map .list-thumbnail .deco-line-in {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 95%;
        height: 95%;
        overflow: hidden;
        background-color: transparent; }
        .sitemap .list-thumbnail .deco-line::before, .sitemap .list-thumbnail .deco-line::after,
        .sitemap .list-thumbnail .deco-line-in::before,
        .sitemap .list-thumbnail .deco-line-in::after,
        .site-map .list-thumbnail .deco-line::before,
        .site-map .list-thumbnail .deco-line::after,
        .site-map .list-thumbnail .deco-line-in::before,
        .site-map .list-thumbnail .deco-line-in::after {
          content: "";
          display: block;
          position: absolute;
          background-color: #9f8f86;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
        .sitemap .list-thumbnail .deco-line::before,
        .sitemap .list-thumbnail .deco-line-in::before,
        .site-map .list-thumbnail .deco-line::before,
        .site-map .list-thumbnail .deco-line-in::before {
          left: -100%;
          top: 0;
          width: 100%;
          height: 1px;
          -webkit-transition-delay: .5s;
          -o-transition-delay: .5s;
          transition-delay: .5s; }
        .sitemap .list-thumbnail .deco-line::after,
        .sitemap .list-thumbnail .deco-line-in::after,
        .site-map .list-thumbnail .deco-line::after,
        .site-map .list-thumbnail .deco-line-in::after {
          top: -100%;
          right: 0;
          width: 1px;
          height: 100%;
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s; }
      .sitemap .list-thumbnail .deco-line-in::before,
      .site-map .list-thumbnail .deco-line-in::before {
        left: 100%;
        top: auto;
        bottom: 0; }
      .sitemap .list-thumbnail .deco-line-in::after,
      .site-map .list-thumbnail .deco-line-in::after {
        top: 100%;
        right: auto;
        left: 0; } }
    @media print {
      .sitemap .list-thumbnail .deco-line,
      .sitemap .list-thumbnail .deco-line-in,
      .site-map .list-thumbnail .deco-line,
      .site-map .list-thumbnail .deco-line-in {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 95%;
        height: 95%;
        overflow: hidden;
        background-color: transparent; }
        .sitemap .list-thumbnail .deco-line::before, .sitemap .list-thumbnail .deco-line::after,
        .sitemap .list-thumbnail .deco-line-in::before,
        .sitemap .list-thumbnail .deco-line-in::after,
        .site-map .list-thumbnail .deco-line::before,
        .site-map .list-thumbnail .deco-line::after,
        .site-map .list-thumbnail .deco-line-in::before,
        .site-map .list-thumbnail .deco-line-in::after {
          content: "";
          display: block;
          position: absolute;
          background-color: #9f8f86;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
        .sitemap .list-thumbnail .deco-line::before,
        .sitemap .list-thumbnail .deco-line-in::before,
        .site-map .list-thumbnail .deco-line::before,
        .site-map .list-thumbnail .deco-line-in::before {
          left: -100%;
          top: 0;
          width: 100%;
          height: 1px;
          -webkit-transition-delay: .5s;
          -o-transition-delay: .5s;
          transition-delay: .5s; }
        .sitemap .list-thumbnail .deco-line::after,
        .sitemap .list-thumbnail .deco-line-in::after,
        .site-map .list-thumbnail .deco-line::after,
        .site-map .list-thumbnail .deco-line-in::after {
          top: -100%;
          right: 0;
          width: 1px;
          height: 100%;
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s; }
      .sitemap .list-thumbnail .deco-line-in::before,
      .site-map .list-thumbnail .deco-line-in::before {
        left: 100%;
        top: auto;
        bottom: 0; }
      .sitemap .list-thumbnail .deco-line-in::after,
      .site-map .list-thumbnail .deco-line-in::after {
        top: 100%;
        right: auto;
        left: 0; } }
    .sitemap .list-thumbnail a,
    .site-map .list-thumbnail a {
      display: block; }
      @media screen and (min-width: 768px) {
        .sitemap .list-thumbnail a:hover img,
        .site-map .list-thumbnail a:hover img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .sitemap .list-thumbnail a:hover .deco-line::before,
        .sitemap .list-thumbnail a:hover .deco-line-in::before,
        .site-map .list-thumbnail a:hover .deco-line::before,
        .site-map .list-thumbnail a:hover .deco-line-in::before {
          left: 0;
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s; }
        .sitemap .list-thumbnail a:hover .deco-line::after,
        .sitemap .list-thumbnail a:hover .deco-line-in::after,
        .site-map .list-thumbnail a:hover .deco-line::after,
        .site-map .list-thumbnail a:hover .deco-line-in::after {
          top: 0;
          -webkit-transition-delay: .5s;
          -o-transition-delay: .5s;
          transition-delay: .5s; } }
      @media print {
        .sitemap .list-thumbnail a:hover img,
        .site-map .list-thumbnail a:hover img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .sitemap .list-thumbnail a:hover .deco-line::before,
        .sitemap .list-thumbnail a:hover .deco-line-in::before,
        .site-map .list-thumbnail a:hover .deco-line::before,
        .site-map .list-thumbnail a:hover .deco-line-in::before {
          left: 0;
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s; }
        .sitemap .list-thumbnail a:hover .deco-line::after,
        .sitemap .list-thumbnail a:hover .deco-line-in::after,
        .site-map .list-thumbnail a:hover .deco-line::after,
        .site-map .list-thumbnail a:hover .deco-line-in::after {
          top: 0;
          -webkit-transition-delay: .5s;
          -o-transition-delay: .5s;
          transition-delay: .5s; } }
    .sitemap .list-thumbnail .ttl-page,
    .site-map .list-thumbnail .ttl-page {
      font-size: 20px; }
      @media screen and (max-width: 767.9px) {
        .sitemap .list-thumbnail .ttl-page,
        .site-map .list-thumbnail .ttl-page {
          font-size: 18px; } }
    .sitemap .list-thumbnail .tx-page,
    .site-map .list-thumbnail .tx-page {
      color: #9f8f86; }
  .sitemap .link-hotellist,
  .site-map .link-hotellist {
    font-size: 20px; }
  .sitemap .logo-theb,
  .site-map .logo-theb {
    display: block;
    height: 1.5em;
    margin: 30px 0; }
  .sitemap .list-theb-hotels,
  .site-map .list-theb-hotels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 100px; }
    .sitemap .list-theb-hotels li,
    .site-map .list-theb-hotels li {
      width: calc((100% - 30px) / 3);
      max-width: 220px;
      margin: 0 10px 10px 0; }
      @media screen and (max-width: 767.9px) {
        .sitemap .list-theb-hotels li,
        .site-map .list-theb-hotels li {
          width: calc((100% - 5px) / 2);
          margin-right: 5px; }
          .sitemap .list-theb-hotels li:nth-child(2n),
          .site-map .list-theb-hotels li:nth-child(2n) {
            margin-right: 0; } }
      .sitemap .list-theb-hotels li a,
      .site-map .list-theb-hotels li a {
        -webkit-transition: color 0.5s linear;
        -o-transition: color 0.5s linear;
        transition: color 0.5s linear; }
        .sitemap .list-theb-hotels li a:hover,
        .site-map .list-theb-hotels li a:hover {
          color: #a5948c; }

/*--------------------
  404
--------------------*/
.error {
  color: #fff;
  background-color: #111; }


/*201907*/
.td_form{
  clear: both;
    background-color: #111;
    width: 100%;
}
.td_form_innner{
  background: #111;
    width: 960px;
    margin: 0 auto;
    padding: 60px 0;
    color: #a5948c;
}

.td_form_innner input{

}




#reservation_form{
padding: 60px 0;
background-color: #111;
color: #FFF;
text-align: center;
}
.tab,
.tab_mv {
  color: #a5948c;
  background: #111;
  margin-bottom: -1px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;;
}
.tab li,
.tab_mv li {
  color: #333;
  float: left;
  margin: 0 0 -1px 0;
  padding: 15px 20px;
  cursor: pointer;
  list-style: none;
  transition: .3s;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 26px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;;
}
.tab li.active,
.tab_mv li.active {
  border: 1px solid #a5948c;
  border-bottom:none;
  color: #fff;
  cursor: auto;
  background: #111;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 40%;
}
.area_mv,
.area{
  border: 1px solid #a5948c;
  overflow: hidden;
    width: 100%;
}


.td_ariport_left,
.td_btn{
  text-align: left;
  width: 270px;
  color:#a5948c;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;;
}

.td_check_in,
.td_check_out{
  text-align: left;
  width: 240px;
  color:#a5948c;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;;
}

.td_check_out{
  float:left;
  color:#a5948c;
}

.td_ariport_left{
  margin-right:20px;
}
.td_ariport_left p{
  margin-left:-20px;
}

.td_stay,
.td_stay_en,
.td_people,
.td_people_en{
  margin-left: 20px;
  float: left;
  width: 110px;
  margin-top: 3px;
}

.td_btn .btn{
  cursor: pointer;
  position: relative;
  display: block;
  width: 170px;
  min-width: 210px;
  text-align: center;
  padding: 12px 0;
  /* margin-top: 40px; */
  margin-left:20px;
  color: #fff;
  font-size:20px;
  background-color: #9a8880;
  box-sizing: border-box;
  margin-top: 20px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;;
  font-weight: normal;
  margin: 20px auto 10px auto;
  border: none;
}


.td_people,
.td_people_en,
.td_ariport_left,
.td_btn{
  float: left;
}
.td_btn{
  margin-top: 15px;
  margin-left: 0;
}

.td_stay p:before,
.td_people p:before,
.td_ariport_left p:before{
  content:url("/wp-content/themes/theb_hotel/img/ic_arrow.png");
  top:45px;
  left: 85%;
  position:relative;
  z-index: 1000;
  pointer-events: none;
}

.room_flight_bottom{
  clear: both;
  margin-left: 30px;
}
.area_mv section,
.area section {
  display: none;
}
.area_mv section.show,
.area section.show {
  display: block;
  color: #a5948c;
  background: #111;
  padding: 20px 0;
  overflow: hidden;
  box-sizing: border-box;
}
.show select::-ms-expand {
    display: none;
}

.ui-datepicker{
  background: #FFF;
  /*padding: 10px;*/
}

.ui-datepicker-header{
  text-align:center;
  font-size:14px;
}
.ui-datepicker-header select{
  font-size:13px;
  height: 33px;
  margin: 0 5px;
}
.ui-corner-all{
  margin:3px 5px;
}
.td_ariport select{
    width: 300px;
    margin-right: 20px;
 }
.td_ariport select,
.td_people select,
.td_people_en select,
.td_stay select,
.td_stay_en select{
  background: #111;
  border:1px solid #a5948c;
  font-size:14px;
  color: #a5948c;
  -webkit-appearance: none;
  padding:10px;
  border-radius: 0;
  font-size:16px;
  width: 265px;
}
.td_check_in input[type="text"],
.td_check_out input[type="text"]{
  background: #111;
  border:1px solid #a5948c;
  font-size:14px;
  color: #a5948c;
  -webkit-appearance: none;
  padding: 14px;
  border-radius: 0;
  font-size:16px;
  width: 240px;
}

.td_check_in input[type="text"],
.td_check_out input[type="text"]{
  color:#a5948c;
}

.td_people select,
.td_people_en select,
.td_stay_en select,
.td_stay select{
  background: #111;
  border:1px solid #a5948c;
  font-size:14px;
  color:#a5948c;
  -webkit-appearance: none;
  padding: 11px;
  border-radius: 0;
  font-size:16px;
  width: 100;
}

.td_people_en select,
.td_stay select,
.td_stay_en select{
  padding: 14px;
}
.td_stay select{
  padding: 11px;
}



.td_check_in{
  margin-left: 20px;
}

.td_ariport{
  margin-left: 190px;
  padding-bottom: 10px;
  overflow: hidden;
}

.td_check_in{
  width: 260px;
  float:left;
}
.td_check_in select{
  width:280px;
}

.td_check_in p:before,
.td_check_out p:before{
  content:url("/wp-content/themes/theb_hotel/img/ic_calendar.png");
  top:50px;
  left:226px;
  position:relative;
  z-index: 1000;
  pointer-events: none;
}

.td_stay,
.td_stay_en{
  margin: 3px 0 0 0;
  position:relative;
  text-align:left;
}
.td_stay select,
.td_stay_en select{
  z-index:100;
}
/*.td_ariport_left p{
  margin-left:-20px;
}*/
.td_check_in p,
.td_check_out p{
  margin-left:-30px;
}
.remodal_td .td_stay p,
.remodal_td .td_stay_en p{
  margin: 0 0 0 -15px;
}
.td_stay p,
.td_people p,
.td_stay_en p,
.td_people_en p{
  text-align:left;
  margin: 0 0 0 -20px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;;
}


.td_stay p:before,
.td_people p:before,
.td_stay_en p:before,
.td_people_en p:before{
  content:url("/wp-content/themes/theb_hotel/img/ic_arrow.png");
  top:45px;
  left: 90px;
  position:relative;
  z-index: 1000;
  pointer-events: none;
}

.remodal_td .td_stay_en p:before,{
  content:url("/wp-content/themes/theb_hotel/img/ic_arrow.png");
  top:45px;
  left: 80px;
  position:relative;
  z-index: 1000;
  pointer-events: none;
}

.td_people select,
.td_people_en select,
.td_stay select{
  width: 110px;
  position: relative;
  z-index: 1;
}
.td_check_in input{
  width:222px;
}
.active.ic_room span{
  background: url(/wp-content/themes/theb_hotel/img/ic_hotel.png) no-repeat center left;
  padding: 5px 0 5px 35px;
  font-size: 21px;
  line-height: 1;
  vertical-align:middle;
  color:#fff;
}
.ic_room span{
  background: url(/wp-content/themes/theb_hotel/img/ic_hotel_on.png) no-repeat;
  padding: 5px 0 5px 35px;
  font-size: 21px;
  line-height: 1;
  vertical-align:middle;
  color: #604c43;
}
.active.ic_room_flight span{
  background: url(/wp-content/themes/theb_hotel/img/ic_hotel_airplane.png) no-repeat;
  padding: 5px 0 13px 70px;
  font-size: 21px;
  line-height: 1;
  vertical-align:middle;
  color:#fff;
}
.ic_room_flight span{
  background: url(/wp-content/themes/theb_hotel/img/ic_hotel_airplane_on.png) no-repeat;
  padding: 5px 0 13px 70px;
  font-size: 21px;
  line-height: 1;
  vertical-align:middle;
  color: #604c43;
}

input:placeholder-shown,
input::-ms-input-placeholder,
input:-ms-input-placeholder,
input::placeholder,
input:placeholder {
  color:#a5948c;
}


/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color:#a5948c;
    }

/* Firefox 18- */
:-moz-placeholder {
    color: #a5948c;
    opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #a5948c;
    opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color: #a5948c;
    opacity: 1;
}

.ui-state-default{
padding:3px;
width:2em;
text-align:center;
display:block;
color:#ccc;
font-size:13px;
}
a.ui-state-default{
color:#666;
padding:3px;
font-size:13px;
}

/*modal*/
.remodal.remodal_td{
background: transparent !important;
}
/*.remodal_td{
background: transparent !important;
}*/
.remodal_td .area{
  background:#fff;
  overflow:hidden:
}
.remodal_td .td_ariport_left{
  text-align: left;
  width: 240px;
  color:#a5948c;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;;
  margin: 0 30px 20px 0;
}
.remodal_td .td_ariport_left select{
  background: #111;
  border:1px solid #a5948c;
  font-size:14px;
  color: #a5948c;
  -webkit-appearance: none;
  padding:10px;
  border-radius: 0;
  font-size:16px;
  margin-right:30px;
  width: 240px;
}
.remodal_td .td_ariport_left:last-child{
  margin-right:0;
}

.remodal_td .area section.show {
  display: block;
  color: #a5948c;
  background: #fff;
  padding: 20px 0;
  overflow: hidden;
}
.remodal_td .area section.show{
  width: 660px;
  margin:0 auto;
}

.remodal_td .tab {
  color: #a5948c;
  background: #fff;
  margin-bottom: -1px;
}
.remodal_td .tab li {
  color: #fff;
  float: left;
  margin: 0 0 -1px 0;
  padding: 15px 20px;
  cursor: pointer;
  list-style: none;
  transition: .3s;
  width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border-bottom: 1px solid #a5948c;
  background: #d2c2ba;
}
.remodal_td .tab li.active {
  border: 1px solid #a5948c;
  background: #FFF;
  border-bottom:none;
  color: #a5948c;
  cursor: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;


}
 .remodal_td .td_ariport select,
 .remodal_td .td_people select,
 .remodal_td .td_people_en select,
 .remodal_td .td_stay select,
 .remodal_td .td_stay_en select,
 .remodal_td .td_check_in input[type="text"],
 .remodal_td .td_check_out input[type="text"]{
  background: #fff;
  width:100%;
}

@media screen and (min-width: 768px) {
 .remodal_td .td_ariport select,
 .remodal_td .td_people select,
 .remodal_td .td_people_en select,
 .remodal_td .td_stay select,
 .remodal_td .td_stay_en select,
 .remodal_td .td_check_in input[type="text"],
 .remodal_td .td_check_out input[type="text"]{
  background: #fff;
  width:240px;
}

}
 .td_stay_en select{
   width:110px;
 }

.remodal_td select{
  margin-right: 10px;
  padding: 11px;
}
.remodal_td select_en{
  margin-right: 10px;
  padding: 11px;
}
 .remodal_td .td_people_en select{
  width: 100px;
   padding:13px;
 }
 .remodal_td .td_stay_en select{
  width: 110px;
  padding:13px;
 }

 .remodal_td .td_people_en{
  width: 100px;
}
.remodal_td .td_people{
  margin-left: 20px;
  float:left;
  width: 90px;
  margin-top: 3px;
}
.remodal_td .td_btn{
  clear:both;
  text-align:center;
  margin: 10px auto;
  display:block;
  float: none;
  width: 250px;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}

 .remodal_td .td_people select,
 .remodal_td .td_people_en select{
  width: 80px;
 }
 .remodal_td .td_stay select{
  width: 90px;
}

.remodal_td .td_stay p:before,
.remodal_td .td_people p:before,
.remodal_td .td_people_en p:before{
  content:url("/wp-content/themes/theb_hotel/img/ic_arrow.png");
  top:45px;
  left: 70px;
  position:relative;
  z-index: 1000;
  pointer-events: none;
}

.remodal_td .active.ic_room span{
  background: url(/wp-content/themes/theb_hotel/img/ic_hotel_on.png) no-repeat;
  padding-left: 35px;
  padding-bottom: 13px;
  color: #604c43;
}
.remodal_td .ic_room span{
  background: url(/wp-content/themes/theb_hotel/img/ic_hotel.png) no-repeat;
  padding-left: 35px;
  padding-bottom: 13px;
  color: #fff;
}
.remodal_td .active.ic_room_flight span{
  background: url(/wp-content/themes/theb_hotel/img/ic_hotel_airplane_on.png) no-repeat;
  padding-left: 70px;
  padding-bottom: 13px;
  color: #604c43;
}
.remodal_td .ic_room_flight span{
  background: url(/wp-content/themes/theb_hotel/img/ic_hotel_airplane.png) no-repeat;
  padding-left: 70px;
  padding-bottom: 13px;
  color: #fff;
}
.remodal_td .td_ariport{
  margin-left: 90px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .td_stay{
    clear: both;
    margin-left:20px;
  }
  .area_mv section.show,
  .area section.show{
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .remodal_td .area section.show{
    padding: 20px 10px 5px 10px;
    box-sizing: border-box;
  }
  .area_mv section,
  .area section{
    display: none;
    color: #a5948c;
    padding: 20px;
    box-sizing: border-box;
  }

  .remodal_td .td_check_in,
  .remodal_td .td_ariport,
  .td_check_in,
  .td_ariport{
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
  }
 .td_stay_en select{
   width:100%;
 }
  .tab li{
    padding: 40px 0 14px 0;
    line-height: 1;
  }
  .tab li.active{
    line-height: 1;
    padding: 40px 0 14px 0;
  }
  .td_ariport select,
  .td_people select,
  .td_people_en select,
  .td_stay select,
  .td_check_in input[type="text"],
  .td_check_out input[type="text"],
  .td_check_in select,
  .td_check_out,
  .td_check_in select,
  .td_check_out select{
    width:100%;
    margin: 0;
    box-sizing:border-box;
  }
  .remodal_td .td_ariport select,
  .remodal_td .td_people select,
  .remodal_td .td_people_en select,
  .remodal_td .td_people_en,
  .remodal_td .td_stay select,
  .remodal_td .td_check_in input[type="text"],
  .remodal_td .td_check_out input[type="text"],
  .remodal_td .td_check_in select,
  .remodal_td .td_check_out,
  .remodal_td .td_check_in select,
  .remodal_td .td_check_out select{
    width:100%;
    margin: 0;
    box-sizing:border-box;
  }

  .td_people,
  .td_people_en,
  .td_ariport_left,
  .td_btn{
    float: left;
    width:100%;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;;
    margin: 0;
  }
  .remodal_td .td_ariport_left{
    width:100%;
    margin: 10px 0;
  }
  .td_stay p:before,
  .td_people p:before,
  .td_ariport_left p:before{
    content:url("/wp-content/themes/theb_hotel/img/ic_arrow.png");
    top:45px;
    left: 87%;
    position:relative;
    z-index: 1000;
    pointer-events: none;
  }
    .active.ic_room span{
      background: url(/wp-content/themes/theb_hotel/img/ic_hotel.png) no-repeat top center;
      padding: 35px 0 0 0;
      font-size: 21px;
      line-height: 1;
      vertical-align:middle;
    }
    .ic_room span{
      background: url(/wp-content/themes/theb_hotel/img/ic_hotel_on.png) no-repeat center top;
      padding: 35px 0 0 0;
      font-size: 21px;
      line-height: 1;
      vertical-align:middle;
      /* background-size: 40%; */
    }
    .active.ic_room_flight span{
      background: url(/wp-content/themes/theb_hotel/img/ic_hotel_airplane.png) no-repeat center top;
      padding: 35px 0 0 0;
      font-size: 21px;
      line-height: 1;
      vertical-align:middle;
    }
    .ic_room_flight span{
      background: url(/wp-content/themes/theb_hotel/img/ic_hotel_airplane_on.png) no-repeat center top;
      padding: 35px 0 0 0;
      font-size: 21px;
      line-height: 1;
      vertical-align:middle;
    }
    .remodal_td .active.ic_room span{
      background: url(/wp-content/themes/theb_hotel/img/ic_hotel_on.png) no-repeat top center;
      padding: 35px 0 0 0;
      font-size: 14px;
      line-height: 1;
      vertical-align:middle;
    }
    .remodal_td .ic_room span{
      background: url(/wp-content/themes/theb_hotel/img/ic_hotel.png) no-repeat center top;
      padding: 35px 0 0 0;
      font-size: 21px;
      line-height: 1;
      vertical-align:middle;
      /* background-size: 40%; */
    }
    .remodal_td .active.ic_room_flight span{
      background: url(/wp-content/themes/theb_hotel/img/ic_hotel_airplane_on.png) no-repeat center top;
      padding: 35px 0 0 0;
      font-size: 21px;
      line-height: 1;
      vertical-align:middle;
    }
    .remodal_td .ic_room_flight span{
      background: url(/wp-content/themes/theb_hotel/img/ic_hotel_airplane.png) no-repeat center top;
      padding: 35px 0 0 0;
      font-size: 21px;
      line-height: 1;
      vertical-align:middle;
    }
    .remodal_td .tab li {
      font-size:14px;
      padding: 45px 0 10px 0;
    }
    .remodal_td .area section.show{
      width:100%;
      margin:0 auto;
    }


  .remodal_td .td_ariport select,
  .remodal_td .td_stay_en select,
  .td_ariport select{
    width: 100%;
    box-sizing: border-box;
  }
.remodal_td .td_stay_en{
  width:100%;
  text-align: left;
}

  .ic_room_flight span,
  .ic_room span,
  .active.ic_room span,.remodal_td .ic_room span,.active.ic_room_flight span,
  .remodal_td .active.ic_room_flight span,.remodal_td .ic_room_flight span{
    /* background-size: 40%; */
    padding-left: 0;
    font-size: 14px;
  }
  .td_btn{
    display:block;
    float:none;
    clear:both;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;;
  }
    .td_stay p:before,
    .td_stay_en p:before,
    .td_people p:before,
    .td_people_en p:before{
      content:url("/wp-content/themes/theb_hotel/img/ic_arrow.png") no-repeat center top;
      top:45px;
      left: 95%;
      position:relative;
      z-index: 1000;
      pointer-events: none;
    }
    .remodal_td .td_stay p:before,
    .remodal_td .td_people p:before,
    .remodal_td .td_people_en p:before{
      content:url("/wp-content/themes/theb_hotel/img/ic_arrow.png") no-repeat center top;
      top:45px;
      left: 95%;
      position:relative;
      z-index: 1000;
      pointer-events: none;
    }

    .td_check_in p:before,
    .td_check_out p:before{
      content:url("/wp-content/themes/theb_hotel/img/ic_calendar.png") no-repeat center top;
      top:50px;
      position:relative;
      z-index: 1000;
      pointer-events: none;
      left: 87%;
    }

  .td_check_in,
  .td_ariport,
  .td_people,
  .td_stay,
  .td_stay_en,
  .td_people{
    text-align: left;
    width: 100%;
    margin: 0;
    box-sizing:border-box;
  }


  .active.ic_room span,
  .remodal_td .active.ic_room span{
    padding-left: 0;
    padding-bottom: 13px;
    /* background-size: 40%; */
  }

  .active.ic_room_flight span,
  .remodal_td .active.ic_room_flight span{
    padding-left: 0;
    padding-bottom: 13px;
    /* background-size: 40%; */
  }
  .remodal_td-close{
    position: absolute;
    top: -20px;
  }
  .remodal_td .td_people{
    clear: both;
    width:100%;
    margin:0;
  }
  .remodal_td .td_stay p{
    margin: 0 0 0 -20px;
  }
  .room_flight_bottom{
    clear: both;
    margin-left: 0;
  }
  .tab li,.tab_mv li {
    padding: 30px 0 5px 0;
  }
  .remodal_td iframe{
    height:340px;
  }
.remodal_td .td_stay p,
.remodal_td .td_stay_en p{
  margin: 0 0 0 -20px;
  text-align: left;
}

}
.ui-icon{
  cursor: pointer;
}

div#searchbtn{
  line-height: 1.5;
  transition: background 0.2s;
  cursor: pointer;
  overflow: visible;
  text-transform: none;
   }

@media screen and (min-width: 768px) {
  .theb #guest_rooms .box-rooms-data .btn span {
    position: relative;
    z-index: 2;
    font-size: 16px; }

}
.icon-arrow{
  height: auto;
    max-width: 9px !important;
}

/*2019.12 4hotels*/
/*--------------------------------------------
  header
---------------------------------------------*/
header.four_hotels {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #1d1d1d; }
  header.four_hotels .header-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 0 0 calc( (100vw / 1280 ) * 10); }
    header.four_hotels .header-common h1 {
      max-width: 180px;
      width: calc( (100vw / 1280 ) * 180); }
      header.four_hotels .header-common h1 span {
        cursor: pointer;
        -webkit-transition: opacity .5s linear;
        -o-transition: opacity .5s linear;
        transition: opacity .5s linear; }
        header.four_hotels .header-common h1 span:hover {
          opacity: 0.7; }
    header.four_hotels .header-common .wrap-headnav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 70px;
      margin-left: auto; }
      header.four_hotels .header-common .wrap-headnav nav {
        height: 60px; }
    header.four_hotels .header-common .list-gnavi {
      height: 60px; }
      header.four_hotels .header-common .list-gnavi li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 60px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        border-left: 1px solid rgba(159, 143, 134, 0.2); }
        header.four_hotels .header-common .list-gnavi li a {
          height: 70px;
          line-height: 70px;
          padding: 0 calc( (100vw / 1280 ) * 12);
          display: block;
          font-size: 14px;
          color: #fff;
          font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;; }
    header.four_hotels .header-common .list-header-utility > li {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 60px;
      border-left: 1px solid rgba(159, 143, 134, 0.2);
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      }
      header.four_hotels .header-common .list-header-utility > li:first-child {
        position: relative;
        height: 60px;
        line-height: 60px;
        }
        header.four_hotels .header-common .list-header-utility > li:first-child .btn-header-lang {
          padding: 0 calc( (100vw / 1280 ) * 20); }
      header.four_hotels .header-common .list-header-utility > li:nth-child(2) {
        padding: 5px;
        background: #a5948c;
        max-width: 157px;
        position: relative;
        z-index: 10; }
      header.four_hotels .header-common .list-header-utility > li.pchead-formtgl-close {
        border-left: none;
        position: absolute;
        right: 0;
        top: 0;
        padding: 5px;
        width: calc( (100vw / 1280 ) * 157);
        max-width: 157px;
        z-index: 0; }
        header.four_hotels .header-common .list-header-utility > li.pchead-formtgl-close.active {
          z-index: 20; }
    header.four_hotels .header-common .wrap-langselect-header {
      display: none;
      position: absolute;
      top: 64px;
      right: 40px;
      width: 110px;
      padding: 20px;
      background: #111;
      border: 1px solid #9a8880;
      line-height: 1.5em; }
      header.four_hotels .header-common .wrap-langselect-header:before {
        content: "";
        display: block;
        position: absolute;
        right: 10px;
        top: -9px;
        width: 10px;
        height: 12px;
        background: url("../img/icons/arrow_select_lang.png") no-repeat left top;
        background-size: cover; }
      header.four_hotels .header-common .wrap-langselect-header > ul > li {
        text-align: center;
        margin-top: 10px; }
        header.four_hotels .header-common .wrap-langselect-header > ul > li:first-child {
          margin-top: 0; }
        header.four_hotels .header-common .wrap-langselect-header > ul > li a {
          color: #9a8880;
          font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;; }
    header.four_hotels .header-common .wrap-searchform-header {
      display: none;
      position: absolute;
      top: 70px;
      right: 0; }
      header.four_hotels .header-common .wrap-searchform-header .box-form {
        position: relative;
        width: 308px;
        padding: 25px;
        background: #000;
        border: 1px solid #9a8880;
        font-size: 14px; }
      header.four_hotels .header-common .wrap-searchform-header .list-searchform-mv {
        margin-bottom: 25px; }
        header.four_hotels .header-common .wrap-searchform-header .list-searchform-mv dt {
          color: #fff; }
        header.four_hotels .header-common .wrap-searchform-header .list-searchform-mv dd span {
          padding-left: 5px;
          color: #fff; }
        header.four_hotels .header-common .wrap-searchform-header .list-searchform-mv dd .list-ymd {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        header.four_hotels .header-common .wrap-searchform-header .list-searchform-mv dd .list-num {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          header.four_hotels .header-common .wrap-searchform-header .list-searchform-mv dd .list-num > li:first-child:after {
            position: absolute;
            left: 45%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            content: "/";
            color: #fff; }
      header.four_hotels .header-common .wrap-searchform-header .wrap-searchformitem.form-akasakamitsuke-header {
        display: none; }
      header.four_hotels .header-common .wrap-searchform-header .wrap-searchformitem.active {
        opacity: 1; }
      header.four_hotels .header-common .wrap-searchform-header .box-noselect-form {
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
        height: calc(100% - 110px);
        background: rgba(0, 0, 0, 0.6); }
  header.four_hotels .header-mobile {
    display: none; }

@media screen and (min-width: 767.9px) and (max-width: 1230px) {
  header .header-common {
    padding: 0 0 0 20px; } }

@media screen and (min-width: 767.9px) and (max-width: 1230px) {
  header .header-common .list-gnavi li a {
    padding: 0 10px; } }

@media screen and (min-width: 767.9px) and (max-width: 1230px) {
  header .header-common .list-header-utility > li:first-child .btn-header-lang {
    padding: 0 20px; } }

@media screen and (min-width: 767.9px) and (max-width: 1230px) {
  header .header-common .list-header-utility > li.pchead-formtgl-close {
    width: calc( (100vw / 1280 ) * 124); } }
.pc_none{
  display: none;
}
@media screen and (max-width: 860px) {
  header.four_hotels .header-common {
    display: none; }
  header.four_hotels .header-mobile {
    display: block; }
    header.four_hotels .header-mobile .list-spheadernav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      padding-right: 10px;
      height: 60px;
      -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
               box-sizing: border-box; }
      header.four_hotels .header-mobile .list-spheadernav > li:first-child {
        width: 70px;
        height: 60px; }
        header.four_hotels .header-mobile .list-spheadernav > li:first-child .btn-header-search {
          width: 100%;
          height: 60px;
          font-size: 10px;
          line-height: 60px;
          padding: 0;
          background: #a5948c;
          border: none;
          -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
                   box-sizing: border-box;
           }
          header.four_hotels .header-mobile .list-spheadernav > li:first-child .btn-header-search span {
            background: none;
            padding: 0;
            line-height: 1;
            vertical-align: middle;
            font-size: 13px;
            letter-spacing: 1px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            
             }
            header.four_hotels .header-mobile .list-spheadernav > li:first-child .btn-header-search .pc_none{
              display: block;
            }
      header.four_hotels .header-mobile .list-spheadernav > li:nth-child(2) {
        width: 120px; }
      header.four_hotels .header-mobile .list-spheadernav > li:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center; }
        header.four_hotels .header-mobile .list-spheadernav > li:nth-child(3) .btn-header-lang {
          position: relative;
          width: 50px;
          padding: 10px 0;
          margin-right: 10px;
          text-align: center;
          border: 1px solid #a5948c; }
          header.four_hotels .header-mobile .list-spheadernav > li:nth-child(3) .btn-header-lang .wrap-langselect-header {
            display: none;
            position: absolute;
            top: 64px;
            right: 0px;
            width: 110px;
            padding: 20px;
            background: #111;
            border: 1px solid #9a8880; }
            header.four_hotels .header-mobile .list-spheadernav > li:nth-child(3) .btn-header-lang .wrap-langselect-header:before {
              content: "";
              display: block;
              position: absolute;
              right: 10px;
              top: -9px;
              width: 10px;
              height: 12px;
              background: url("/img/icons/arrow_select_lang.png") no-repeat left top;
              background-size: cover; }
            header.four_hotels .header-mobile .list-spheadernav > li:nth-child(3) .btn-header-lang .wrap-langselect-header > ul > li {
              text-align: center;
              margin-top: 10px; }
              header.four_hotels .header-mobile .list-spheadernav > li:nth-child(3) .btn-header-lang .wrap-langselect-header > ul > li:first-child {
                margin-top: 0; }
              header.four_hotels .header-mobile .list-spheadernav > li:nth-child(3) .btn-header-lang .wrap-langselect-header > ul > li a {
                color: #9a8880;
                font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;; }
        header.four_hotels .header-mobile .list-spheadernav > li:nth-child(3) .toggle-menu {
          width: 32.25px; }
    header.four_hotels .header-mobile .modalbg {
      display: none;
      position: fixed;
      background: #111;
      width: 250px;
      height: 100%;
      top: 0;
      right: 0; }
    header.four_hotels .header-mobile .navi-mobile {
      display: none;
      position: relative;
      height: 100%; }
      header.four_hotels .header-mobile .navi-mobile .menuclose {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 20px;
        top: 20px; }
      header.four_hotels .header-mobile .navi-mobile nav {
        display: block;
        width: 100%;
        height: 100%; }
        header.four_hotels .header-mobile .navi-mobile nav .list-gnavi {
          padding-top: 50px;
          padding-left: 30px; }
          header.four_hotels .header-mobile .navi-mobile nav .list-gnavi li {
            margin-bottom: 30px; }
            header.four_hotels .header-mobile .navi-mobile nav .list-gnavi li a {
              color: #fff;
              font-size: 16px;
              font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;; }
      header.four_hotels .header-mobile .navi-mobile .btn-header-lang {
        position: absolute;
        right: 0;
        top: 100px;
        width: 70px;
        padding: 10px 0;
        text-align: center;
        border: 1px solid #a5948c;
        border-right: none; }
        header.four_hotels .header-mobile .navi-mobile .btn-header-lang .wrap-langselect-header {
          display: none;
          position: absolute;
          top: 64px;
          right: 0px;
          width: 110px;
          padding: 20px;
          background: #111;
          border: 1px solid #9a8880; }
          header.four_hotels .header-mobile .navi-mobile .btn-header-lang .wrap-langselect-header:before {
            content: "";
            display: block;
            position: absolute;
            right: 10px;
            top: -9px;
            width: 10px;
            height: 12px;
            background: url("/img/icons/arrow_select_lang.png") no-repeat left top;
            background-size: cover; }
          header.four_hotels .header-mobile .navi-mobile .btn-header-lang .wrap-langselect-header > ul > li {
            text-align: center;
            margin-top: 10px; }
            header.four_hotels .header-mobile .navi-mobile .btn-header-lang .wrap-langselect-header > ul > li:first-child {
              margin-top: 0; }
            header.four_hotels .header-mobile .navi-mobile .btn-header-lang .wrap-langselect-header > ul > li a {
              color: #9a8880;
              font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;; } }

.wrap-searchform-header-mbl {
  display: none;
  position: relative;
  max-width: 308px; }
  .wrap-searchform-header-mbl .box-form {
    position: relative;
    max-width: 308px;
    padding: 25px;
    background: #000;
    border: 1px solid #9a8880;
    font-size: 14px; }
  .wrap-searchform-header-mbl .menuclose {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
    z-index: 10; }
  .wrap-searchform-header-mbl .searchform-header-mbl {
    max-width: 308px; }
    .wrap-searchform-header-mbl .searchform-header-mbl .list-searchform-mv {
      margin-bottom: 25px; }
      .wrap-searchform-header-mbl .searchform-header-mbl .list-searchform-mv dt {
        color: #fff;
        font-size: 12px; }
      .wrap-searchform-header-mbl .searchform-header-mbl .list-searchform-mv dd span {
        padding-left: 5px;
        color: #fff;
        font-size: 12px; }
      .wrap-searchform-header-mbl .searchform-header-mbl .list-searchform-mv dd .list-ymd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .wrap-searchform-header-mbl .searchform-header-mbl .list-searchform-mv dd .list-num {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .wrap-searchform-header-mbl .searchform-header-mbl .list-searchform-mv dd .list-num > li:first-child:after {
          position: absolute;
          left: 45%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          content: "/";
          color: #fff; }
    .wrap-searchform-header-mbl .searchform-header-mbl .wrap-searchformitem.form-akasakamitsuke-header-sp {
      display: none; }
    .wrap-searchform-header-mbl .searchform-header-mbl .wrap-searchformitem.active {
      opacity: 1; }
    .wrap-searchform-header-mbl .searchform-header-mbl .box-noselect-form {
      position: absolute;
      top: 110px;
      left: 0;
      width: 100%;
      height: calc(100% - 110px);
      background: rgba(0, 0, 0, 0.6); }

.btn-header-lang {
  font-size: 12px;
  color: #9a8880;
  cursor: pointer;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;; }
  .btn-header-lang span {
    background: url("/img/icons/arrow_down_lang.png") no-repeat right center;
    padding-right: 15px; }

.btn-header-search {
  color: #fff;
  width: calc( (100vw / 1280 ) * 145);
  line-height: 50px;
  font-size: 14px;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  }
  .btn-header-search span {
    padding-right: 15px;
    background: url("/img/icons/arrow_down_search.png") no-repeat right center;
    color: #FFF; }
  .btn-header-search a{
    display: block;
  }

@media screen and (min-width: 767.9px) and (max-width: 1230px) {
  .btn-header-search {
    width: calc( (100vw / 1280 ) * 110); } }


.bogo-language-switcher a {
text-decoration: none;
color: #9a8880;
font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;; }

.bogo-language-switcher li{
  text-align: center;
    margin-top: 10px;
}
a:link .wthite_btn,
a:visited .wthite_btn{
 color: #a08f87;
 z-index: 100;
 border: 1px solid #a08f87;
 background: #ebe3df;
 width: 13em;
 text-align: center;
 display: block;
 margin: 10px auto 0 auto;
}


a:hover .wthite_btn{
    color: #a08f87;
    border: 1px solid #a08f87;
    background: #ebe3df;
    width: 13em;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    z-index: 100;
    position: relative;
}
}

/*

@media screen and (max-width: 767.9px){
  a:link .wthite_btn,
  a:visited .wthite_btn{
      z-index: 100;
      border: 1px solid #fff;
      background: #FFF;
      width: 7em;
      position: relative;
      right: 0;
      left:0;
      top:15px;
      z-index: 1000;
      bottom: 10px;
      text-align: center;
      display: block;
      box-sizing: border-box;
      margin: 10px auto;
  }
    a:hover .wthite_btn{
           border: 1px solid #fff;
           background:#a08f87;
           color: #fff;
    }
}

*/

.montly_tel p{
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.montly_tel dt,
.montly_tel dd{
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
}
.montly_tel dd{
  margin: 0;
  font-size: 14px;
}

.montly_tel dd:first-child{
  margin-bottom: 10px;
}

.wrap-options-montly{
    display: none;
    position: absolute;
    z-index: 300;
    top: 65px;
    left: 28px;
    padding: 15px 20px;
    text-align: center;
    transition: all .2s;
}
.wrap-options-montly.selecting{
    display: block; }

.wrap-select-montly_bg{
  background: #323232;
  padding: 20px 10px;
  width: 240px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.ic_montly_tel{
  background: url('/img/icons/ic_montly_tel.png') no-repeat bottom left;
  -webkit-background-size: 15.5px 22.5px;
       -o-background-size: 15.5px 22.5px;
          background-size: 15.5px 22.5px;
  padding: 9px 0px 0px 25px;
}
header#nomal .wrap-btn .btn:hover{
  cursor: pointer;
}
.montly_tel_txt a,
.montly_tel_txt a:hover{
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.ic_montly_mail{
  background: url('/img/icons/ic_montly_mail.png') no-repeat bottom left;
  -webkit-background-size: 21px 18.5px;
       -o-background-size: 21px 18.5px;
          background-size: 21px 18.5px;
  padding: 5px 0px 0px 25px;
}

header#nomal .wrap-btn .btn.label-selected-montly{
  font-size: 18px;
}

.montly_tel_txt{
  font-size: 26px;
  padding: 7px 0;
  display: inline-block;
}
.montly_tel{
  font-size: 14px;
}
header#nomal .wrap-btn .montly_contact_txt{
font-size: 18px;
line-height: 1;
padding: 10px;
}


@media screen and (max-width: 767.9px){
  header#nomal .wrap-btn .btn.label-selected-montly{
    font-size: 14px;
  }
  .wrap-options-montly{
      display: none;
      position: absolute;
      z-index: 300;
      top: 65px;
      left: 10px;
      padding: 15px;
      text-align: center;
      transition: all .2s;
  }
  .montly_tel_txt{
    display: block;
  }
}

.mwform-checkbox-field label,
.mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 10px !important;
  display: inline-block;
  width: 48%;
  float: left;
}
.wrap-area-form .list-form-ttl,
.wrap-area-form.mw_wp_form .error{
  clear: both;  
}

/*news*/
.content_news .news {
  padding: 0;
  bottom: 0;
  border: 1px solid #a5948c;
  background: #111;
  overflow: hidden;
   } 

.content_news .news dl {
  margin: 0 auto;
  background: #111;
  padding: 10px 0; }
.content_news .news dl dd {
  padding: 0 20px 0 130px;
  border-left: 1px solid #a5948c;
}
.content_news .news dl dd .date {
  display: inline-block;
  color: #a5948c;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
.content_news .news dl {
display: inline-block; } }
@media print {
.content_news .news dl {
display: inline-block; } }
@media screen and (max-width: 767.9px) {
.content_news .news dl {
position: relative;
border: none;
background: none;
width: 100%; } }
.content_news .news dl dt {padding: 0 20px;font-size: 20px;color: #a5948c;letter-spacing: 1px;}
@media screen and (min-width: 768px) {
.content_news .news dl dt {display: inherit;float: left;} }
@media print {
.content_news .news dl dt {
display: inline-block;
border-right: 1px solid #a5948c; } }

@media screen and (max-width: 767.9px) {
  .content_news .news dl dt {
    padding: 0 10px;
    font-size: 18px;
    display: block;
    width: 100px;
    float: left;
  }
  .content_news .news dl dd {
    /* border-left: 1px solid #a5948c; */
    /* float: left; */
    line-height: 1.3;
    box-sizing: border-box;
  }
  .content_news .news dl dd .date {
    display: block;
    color: #a5948c;
    padding: 0;
  }

}

@media screen and (max-width: 767.9px) {
  .content_news .news dl dd .date {
  padding-left: 0;
  border-left: 1px solid #a5948c;
  padding: 5px 10px 0 10px;
  } 
  .content_news .news dl dd .ttl {
  padding-left: 0;
  border-left: 1px solid #a5948c;
  padding: 5px 10px;
  box-sizing: border-box;
  display: block;
  }
}
.content_news dl dd a {
    color: #fff;
}

.news_btn{
  text-align: center;
  padding-top:50px;
}
.news_btn li{
  display:inline-block;
  padding:5px;
}

.remodal.hygiene h2{
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.remodal.hygiene h3{
    font-size: 18px;
    padding: 10px;
    background: #f2f2f2;
    margin-top: 40px;
    }
.remodal.hygiene h4{
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.remodal.hygiene {
  text-align: left;
  line-height: 1.5;
}
.remodal.hygiene p{
  text-align: left;
  line-height: 1.5;
}
.remodal.hygiene button {
  display: block;
  margin: 20px auto;
}

.goto_cp.wrap-lower{
  margin-bottom: 0;
  padding-bottom: 100px;
}
.goto_cp h2.ttl-lead{
  margin-bottom: 20px;
  margin-top: 40px;
}
.goto_cp h3{
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #a09087;
}

.gototravel .mv.lower {
  overflow: visible;
  background: url("/img/theb/index/go_to_kv.jpg") no-repeat center center/cover !important; }

.text01{
color: #9f8f86;
font-size: 16px;
}
.text02{
color: #ffcc00;
font-size: 20px;
font-weight: bold;
}



.mwform-checkbox-field label, .mwform-radio-field #agree-1{
  width:100%;
}

