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

　common

////////////////////////////////////////////////// */
body {
  color: #3a3a3a;
  /* font-family: 'arial unicode ms', YuGothic, 'Yu Gothic', sans-serif; */
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
a {
  color: #3a3a3a;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

a:hover, a:focus {
  color: #beadd1;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
　フォント
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@font-face {
  font-family: "GTSuperDisplay-Light";
  src: url("/fonts/GTSuperDisplay-Light.woff");
}

/* ヘッダー
-------------------------------------------------- */
#header {
    margin-bottom: 0;
    /* font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
    box-shadow: 0 0 3px #AAA;
    -moz-box-shadow: 0 0 3px #AAA;
    -webkit-box-shadow: 0 0 3px #AAA;
    -o-box-shadow: 0 0 3px #AAA;
    z-index: 999999;
}

#header h1.navbar-brand {
    padding: 0;
    margin: 0;
    line-height: normal;
    display: block;
    height: auto;
}

#header .navbar-right {
    margin-right: 0;
}
#header a{
	color: #3a3a3a;
}
#header .nav a,
#header .nav a:hover {
    background-color: transparent;
    color: #3a3a3a;
}
#header .nav .icon_link1 a{
	background: url(../img/common/icon_link1.png) left center no-repeat;
	background-size: 13px 13px;
}

#header .header-nav a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1;
}

#header-Tablets_Desktops .header-nav .dropdown-menu {
  background: #3a3a3a;
}

/* 768px以下の時 */
@media screen and (max-width: 768px) {
    .navbar-fixed-top {
    /* position: absolute; */;
    }

    #header {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        border: none;
    }

  /* navbar-header */
    #header-Phones .navbar-header {
        background: url(/img/common/header_navbar_bg1.png) repeat;
    }

    #header-Phones > .panel {
        background-color: transparent;
        border: none;
        margin-bottom: 0;
    }

    #header-Phones .navbar-header h1.navbar-brand {
        margin: 8px 0 8px 15px;
    }

    #header-Phones .navbar-header .navbar-toggle {
        padding: 0;
        margin: 8px 15px 8px 0;
        border-radius: 0;
        border: none;
        line-height: 30px;
        background-color: transparent;
        color: #3a3a3a;
    }

    #header-Phones .navbar-header .navbar-toggle .glyphicon {
        padding-right: 5px;
    }

    #header-Phones .navbar-header .navbar-toggle.collapsed .on,
  #header-Phones .navbar-header .navbar-toggle .off {
        display: block;
    }

    #header-Phones .navbar-header .navbar-toggle.collapsed .off,
  #header-Phones .navbar-header .navbar-toggle .on {
        display: none;
    }

  /* メニュー共通設定 */
    #header-Phones .navbar-collapse {
    /* background: url(../img/common/header_navbar_bg2.png) repeat; */
        border-top: none;
        max-height: 500px;
    }

    #header-Phones .navbar-collapse li {
        background: url(../img/common/header_navbar_bg2.png) repeat;
    }

    #header-Phones .navbar-collapse li.gNav8 {
    /* background: url(../img/common/header_navbar_bg3.png) repeat; */
        background: #345067;
        text-align: center;
    }

    #header-Phones .navbar-collapse li.gNav8 a {
        background: none;
    }

    #header-Phones .navbar-nav {
    /* margin: 0 -15px; */
        margin: 0;
        width: 100%;
    }

    #header-Phones #navbar-collapse-1,
  #header-Phones #navbar-collapse-2 {
        padding: 0;
        z-index: 999999;
    }

    #header-Phones .navbar-nav li a {
        border-top: 1px solid #4d4b48;
        color: #ffffff;
        background: url(../img/common/icon_link2.png) 95% center no-repeat;
        background-size: 11px 14px;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    #header-Phones .navbar-nav li a:hover,
  #home #header-Phones .navbar-nav li.gNav1 a,
  #stay #header-Phones .navbar-nav li.gNav2 a,
  #restaurant_bar #header-Phones .navbar-nav li.gNav3 a,
  #banquets #header-Phones .navbar-nav li.gNav5 a,
  #event #header-Phones .navbar-nav li.gNav6 a,
  #facilities #header-Phones .navbar-nav li.gNav7 a,
  #access_map #header-Phones .navbar-nav li.gNav8 a {
    /* color: #d2883b; */
        color: #f2e191;
    }

  /* サブメニュー設定 */
    #header-Phones .header-nav li {
        display: block;
        width: 33.3%;
        text-align: center;
        float: left;
        border-left: solid 1px #8c8c8c;
        /* border-right: solid 1px #8c8c8c; */
    }
    #header-Phones .header-nav li:first-child {
        border-left: none;
    }

    #header-Phones .header-nav li a {
        width: 100%;
        margin: 0;
        padding: 13px 0;
        border: none;
        border-radius: 0;
    }

    #header-Phones .header-nav li.btn_link1 a {
        /* background: url(/img/common/header_navbar_bg4.png) repeat; */
        background: rgba(58, 58, 58, 0.9);
        color: #ffffff;
    }

    #header-Phones .header-nav li.btn_link1 a:hover {
        text-decoration: underline !important;
        background-color: #444444;
    }

    #header-Phones .header-nav li a img {
        vertical-align: top;
    }

  /* グローバルメニュー設定 */
    #header-Phones .navbar-nav .btn_sns {
        width: 50%;
        border: none;
        float: left;
    }

    #header-Phones .navbar-nav .btn_sns a {
        padding: 0;
        margin: 0;
        background-image: none;
    };
}

@media screen and (min-width: 768px) {
    #header.navbar {
        background: url(/img/common/header_navbar_bg1.png) repeat;
    }

  /* navbar-brand */
    #header-Tablets_Desktops h1.navbar-brand {
        margin: 12px 0 11px 0;
    }

  /* header-nav */
    #header-Tablets_Desktops .header-nav a {
        padding: 7px 15px;
        
    }

    #header-Tablets_Desktops .header-nav a img {
        vertical-align: top;
    }

    #header-Tablets_Desktops .header-nav .btn_link1 > a {
        width: 170px;
        text-align: center;
        border-left: 1px solid #ffffff;
        background: #3a3a3a;
        
    }

    #header-Tablets_Desktops .header-nav .btn_link1 > a:hover {
        background-color: #878686;
    }

    #header-Tablets_Desktops .header-nav .dropdown-menu {
        padding: 7px 15px;
        width: 169px;
    }

    #header-Tablets_Desktops .header-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
    
    #header-Tablets_Desktops .header-nav .dropdown-menu a{
	    color: #FFF;
    }

  /* header-gNav */
    #header-Tablets_Desktops .header-gNav {
        font-size: 125%;
    }

    #header-Tablets_Desktops .header-gNav li a {
        padding: 0 5px;
        margin-left: 20px;
        line-height: 61px;
        border-bottom: solid 3px transparent;
        color: #3a3a3a;
    }

    #header-Tablets_Desktops .header-gNav li a:hover,
  #home #header-Tablets_Desktops .header-gNav li.gNav1 a,
  #stay #header-Tablets_Desktops .header-gNav li.gNav2 a,
  #restaurant_bar #header-Tablets_Desktops .header-gNav li.gNav3 a,
  #banquets #header-Tablets_Desktops .header-gNav li.gNav5 a,
  #event #header-Tablets_Desktops .header-gNav li.gNav6 a,
  #facilities #header-Tablets_Desktops .header-gNav li.gNav7 a {
        color: #8766a9;
        border-bottom: solid 3px #8766a9;
    };
}

@media screen and (max-width: 992px) {
    #header-Tablets_Desktops .header-gNav {
        font-size: 115%;
    }

    #header-Tablets_Desktops .header-gNav li a {
        margin-left: 10px;
    };
}


/* ポイント追加：祝 令和 */
.reiwa {
  width: 100%;
  height: 48px;
  background: url(../img/common/reiwa_bg.png) center center;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.reiwa img {
  height: 48px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.reiwa.off{
  height: 0px;
}


/* フッター
-------------------------------------------------- */
#footer {
    background: #3a3a3a;
}
#footer a{
	color: #FFF;
}
.footer-nav-btm {
    background-image: url(../img/common/bg_Tripleline1.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #FFF;
    padding: 25px 0 20px;
}

/* サイト情報 */
.footer-nav-btm .footer-siteinfo {
    padding-left: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.footer-nav-btm .footer-siteinfo strong {
    /* font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 5px;
}

.footer-nav-btm .footer-siteinfo address {
    margin-bottom: 5px;
}
.footer-nav-btm .footer-siteinfo address a{
	color: #3a3a3a!important;
}
.footer-nav-btm .footer-siteinfo small {
    font-size: 80%;
    color: #888;
    letter-spacing: 1px;
}

/* SNS */
.footer-nav-btm ul.footer-sns {
    text-align: right;
    padding: 0;
    margin-bottom: 0;
}

.footer-nav-btm ul.footer-sns li {
    display: inline;
    padding: 0 3px;
}

/* 768px以上の時 */
@media screen and (min-width: 768px) {
    #footer .footer-nav-top {
        padding: 50px 0;
    }

  /* .footer-nav-top dl */
    #footer .footer-nav-top dl.footer-sitemap {
        margin: 0;
    }

    #footer .footer-nav-top dl.footer-sitemap [target="_blank"] {
        padding-right: 20px;
        background: url(../img/common/icon_blank.png) right center no-repeat;
        background-size: 13px 15px;
    }

    #footer .footer-nav-top dl.footer-sitemap dt {
        padding: 10px 0 5px 20px;
        background: url(../img/common/icon_link1_w.png) left center no-repeat;
        background-size: 13px 13px;
    }

    #footer .footer-nav-top dl.footer-sitemap dd {
        margin-left: 6px;
        border-left: 1px solid #DDD;
        font-size: 90%;
        padding: 5px 0 5px 17px;
    }

    #footer .footer-nav-top dl.footer-sitemap dd.sitemap {
        border: 0;
        margin: 0;
        padding-left: 24px;
        background: url(../img/common/footer_icon_sitemap.png) left center no-repeat;
    }

    .footer-nav-btm ul.footer-sns {
        line-height: 75px;
    };
    .footer-nav-btm .footer-siteinfo small {
	    font-size: 8px;
	}
}
/* 768px以下の時 */
@media screen and (max-width: 768px) {
  /* .footertop ul */
    #footer .footer-nav-top ul.footer-sitemap {
        margin-bottom: 0;
        border-top: 1px solid #DDD;
        overflow: hidden;
    }

    #footer .footer-nav-top ul.footer-sitemap li {
        width: 50%;
        float: left;
        border-right: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
    }

    #footer .footer-nav-top ul.footer-sitemap li a {
        display: block;
        font-size: 90%;
        padding: 10px 10px 10px 25px;
        background: url(../img/common/icon_link1_w.png) 10px center no-repeat;
        background-size: 10px 10px;
    }

    #footer .footer-nav-top ul.footer-sitemap li a span.blank {
        padding-right: 15px;
        background: url(../img/common/icon_blank.png) right center no-repeat;
        background-size: 10px 10px;
    }

  /* ボタンリンク */
    #footer ul.footer-sublink-btn {
        margin-bottom: 10px;
        padding: 0;
    }

    #footer ul.footer-nav-btn li {
        width: 33.333%;
        float: left;
    }

    #footer ul.footer-nav-btn li img {
        width: 100%;
    }

  /* テキストリンク */
    #footer ul.footer-nav-txt {
        padding: 0 15px 10px;
        margin-bottom: 0;
        font-size: 85%;
    }

    #footer ul.footer-nav-txt li {
        display: inline-block;
    }

    .footer-nav-btm .footer-siteinfo strong {
        font-size: 105%;
    }

    .footer-siteinfo {
        margin: 0 -5px 15px;
    }

    .footer-nav-btm {
        
        padding: 18px 0 15px;
    }

    .footer-nav-btm ul.footer-sns {
        text-align: center;
        padding-top: 15px;
        border-top: 1px solid #DDD;
    };
}
/* 992px以下の時 */
@media screen and (max-width: 992px) {
    .footer-nav-btm .footer-siteinfo {
        padding-left: 0px;
    };
}
/* タイトル
-------------------------------------------------- */
.title-default {
    margin-top: 0;
    margin-bottom: 35px;
}

.title-default strong {
    font-family: "GTSuperDisplay-Light", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    /* font-family: "GTSuperDisplay-Light"; */
    font-size: 95%;
}

.title-default small {
    font-size: 50%;
    color: #333;
}

.title-default small:before {
    content: "／";
    padding: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
    .title-default {
    /* margin-bottom: 30px; */
        margin-bottom: 25px;
    }

    .title-default strong,
  .title-default small {
        display: block;
        text-align: center;
        padding: 3px 0;
    }

    .title-default small:before {
        display: none;
    };
}
/* pickup
-------------------------------------------------- */
#pickup {
    padding: 75px 0 55px;
    background: #F4F4F4;
}

#pickup .photo_clip {
    width: 100%;
    /* height: 159px; */
    height: 170px;
    overflow: hidden;
    background: #3a3a3a;
    position: relative;
}

#pickup .photo_clip img {
    width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    margin: 0 auto;
    /*
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    */
}

#pickup .thumbnail {
    padding: 0;
    border-radius: 0;
    text-decoration: none;
  /*     padding-bottom: 70px; */
    padding-bottom: 30px;
}

#pickup .thumbnail .caption {
    padding: 9px 15px;
    color: #3a3a3a;
}

#pickup .thumbnail .caption h3 {
    margin-top: 10px;
    font-size: 105%;
    font-weight: bold;
    line-height: 1.3;
}

#pickup .thumbnail .caption p {
    font-size: 90%;
    line-height: 1.5;
    /* color: #545454; */
}

#pickup p.kikan {
    margin-bottom: 20px;
}

#pickup a.thumbnail:hover {
    border: 1px solid #ddd;
}

#pickup a.thumbnail:hover .caption h3,
#pickup a.thumbnail:hover .caption p {
    color: #beadd1;
}

/* pickup内の予約リンク */
.pickup_btn_rsv a {
    display: block;
    text-align: center;
    padding: 15px 0;
    background: url(/img/common/icon_link2.png) 97% center no-repeat #345067;
    background-size: auto 18px;
    color: #fff;
}
.pickup_btn_rsv a:hover {
    background: url(/img/common/icon_link2.png) 97% center no-repeat #486D8B;
    background-size: auto 18px;
}

/* 一覧ボタン */
.pickup_btn_ichiran a {
    display: block;
    color: #FFF;
    background: url(../img/common/icon_link2.png) 95% center no-repeat #fbdec3;
    background-size: 8px 14px;
    padding: 15px 10px;
    margin-bottom: 10px;
    /* font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
    color: #1c1c1c;
    font-weight: bold;
}

.pickup_btn_ichiran a:hover {
    text-decoration: none;
    background-color: #fce5cf;
    color: #1c1c1c;
}

/* 768px以下の時 */
@media screen and (max-width: 768px) {
    #pickup {
        padding: 35px 0 25px;
    }
    /*
    #pickup .photo_clip {
      height: 232px;
    }
    */

    #pickup .thumbnail {
        padding-bottom: 0;
    }

    #pickup .thumbnail img {
        width: 100%;
    }

    #pickup .thumbnail .caption {
        padding-right: 30px;
        background: url(../img/common/icon_link3.png) 96% center no-repeat;
        background-size: auto 18px;
    }
	/* pickup内に予約リンクを設置した場合 */
	#pickup .no-link .caption {
		padding-right: 15px;
		background: none;
	}
  /* 階層によるコンテンツの表示・非表示設定 */
    #stay.stay_top #pickup .row > div {
        display: block !important;
    }

    #stay.stay_top #pickup .row .btn_ichiran {
        display: none !important;
    };
}


/* 予約フォーム
-------------------------------------------------- */
.reservation {
  width: 100%;
  left: 0;
  bottom: 0;
  background: url(/img/common/bg_reserved.png);
  vertical-align: middle;
}

.reservation .container {
  position: relative;
  width: 1170px;
}

/* 表示切り替えナビ */
ul.resNav {
  /* font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
  width: 140px;
  margin: 0;
}

ul.resNav li {
  width: 100%;
  text-align: center;
  padding-right: 5px;
}

ul.resNav li.active {
  background: url(../img/common/bg_resNav_on.png) right center no-repeat;
}

ul.resNav li a {
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #FFF;
  display: block;
}

ul.resNav li.active a {
  background: #3a3a3a;
  color: #fff;
  text-decoration: none;
  outline: none;
}

ul.resNav li a:hover,
ul.resNav li a:focus {
  text-decoration: none;
  background: #3a3a3a;
  color: #fff;
}

/* フォームパーツ表示領域 */
.reservation-form {
  position: absolute;
  left: 170px;
  top: 0;
  height: 70px;
  padding: 12px 0;
}

.reservation-form .frm_area,
.reservation-form .button_area {
  display: inline-table;
  vertical-align: top;
  padding-right: 8px;
}

.select_frm {
  background: url(../img/common/arrow_select.png) right center no-repeat #FFF;
  background-size: 15px 8px;
  box-shadow: 0 0 2px #CCC;
  -moz-box-shadow: 0 0 2px #CCC;
  -webkit-box-shadow: 0 0 2px #CCC;
  -o-box-shadow: 0 0 2px #CCC;
  overflow: hidden;
  display: inline-table;
}

.select_frm select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 44px;
  height: 44px;
  text-indent: 0.4em;
  width: 150%;
  font-size: 14px;
}

.select_frm select:focus {
  outline: none;
  background: none;
}

/* フォームボタン表示領域 */
.reservation-form span {
  line-height: 44px;
  padding: 0 6px 0 4px;
  display: inline-table;
  vertical-align: top;
}

.reservation input[type="button"] {
  background: url(../img/common/icon_btn_search.png) right bottom no-repeat #fbdec3;
  background-size: 10px 10px;
  line-height: 44px;
  height: 44px;
  text-align: center;
  color: #1c1c1c;
  /* font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
  border: 0;
  margin: 0 5px;
  padding: 0 15px;
  cursor: pointer;
  border-radius: 0;
  /* font-weight: bold; */
}

/* #res01 input[type="button"] { width: 185px; } */
.cmbARRY { width: 70px; }
.cmbARRM { width: 50px; }
.cmbARRD { width: 50px; }
.hidSELECTHAKSU { width: 50px; }
.cmbADULT { width: 50px; }
.cmbPSN { width: 50px; }
.direction { width: 235px; }

/***** ウィジェット調整（2015年10月9日） *****/
#tc-widget[data-layout='horizontal'] {
  margin-bottom: 0 !important;
  height: 50px !important;
  width: 100% !important;
}

#tc-widget[data-theme='clear'] .tc-body {
  padding: 0 !important;
}

#tc-widget .tc-wrap .tc-header {
  display: none;
}

#tc-widget .tc-shop select {
  float: left;
  width: 210px !important;
}

#tc-widget .tc-time select,
#tc-widget .tc-ppl select{
  width: 80px !important;
}

#tc-widget select,
#tc-widget input[type='text'] {
  height: 44px !important;
}

#tc-widget .tc-icon {
  margin-top: 10px !important;
}

#tc-widget[data-theme='clear'] .tc-book {
  border: none !important;
  background: url(../img/common/icon_btn_search.png) right bottom no-repeat #fbdec3 !important;
  background-size: 10px 10px !important;
  border-radius: 0px !important;
  font-size: 14px !important;
  /* font-family: 'ヒラギノ明朝 Pro W3', HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif; */
  font-weight: normal;
  height: 44px;
  color: #1c1c1c;
}
#tc-widget[data-theme='clear'] .tc-book:hover {
  color: #1c1c1c;
}

/***** HOME専用 *****/
#home .reservation {
  margin-top: -70px;
  height: 70px;
  position: relative;
  overflow: hidden;
}

/***** 下層専用 *****/
body.naka ul.resNav {
  padding: 12px 0;
}

body.naka ul.resNav li.active {
  background: none;
}

body.naka ul.resNav li a {
  height: 44px;
  line-height: 44px;
}

@media screen and (max-width: 992px) {
  #tc-widget[data-layout='horizontal'] .tc-body{
    text-align: center;
  }

  .reservation .container,
  ul.resNav,
  .reservation-form {
    width: 100%;
    padding: 0;
  }

  ul.resNav li {
    width: 50%;
    text-align: center;
    padding: 0 0 5px;
    float: left;
  }

  ul.resNav li.active {
    background: url(../img/common/bg_resNav_on.png) center bottom no-repeat;
  }

  .reservation-form {
    position: static;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .frm_area,
  .button_area {
    margin-top: 5px;
  }

  .reservation .container {
    padding: 0;
  }

  .reservation-form {
    padding: 15px;
    text-align: left;
  }

  .reservation-form .frm_area,
  .reservation-form .button_area {
    display: block;
    padding-right: 0;
  }

  .reservation-form .frm_area {
    margin-bottom: 8px;
    padding-right: 0;
    text-align: center;
  }

  .reservation-form .ttl {
    display: block;
    line-height: 25px;
  }

  .select_frm select {
    font-size: 16px;
  }

  .cmbARRY { width: 25%; }
  .cmbARRM { width: 21%; }
  .cmbARRD { width: 21%; }
  .hidSELECTHAKSU { width: 21%; }
  .cmbADULT { width: 21%; }
  .cmbPSN { width: 21%; }
  .direction { width: 100%; }


  #res01 input[type="button"],
  #res02 input[type="button"] {
    width: 100%;
    margin: 5px 0 0;
    font-size: 16px;
  }

  /***** HOME専用 *****/
  #home .reservation {
    position: static;
    margin-top: 0px;
    height: auto;
  }

  /***** 下層専用 *****/
  body.naka .reservation {
    background: none;
  }

  body.naka ul.resNav li {
    width: 100%;
  }

  body.naka ul.resNav {
    padding: 0;
  }

  /***** ウィジェット調整（2015年10月9日） *****/
  #tc-widget[data-layout='horizontal'],
  #tc-widget[data-layout='horizontal'] .tc-body {
    height: auto !important;
  }

  #tc-widget .tc-wrap-book {
    padding: 0px !important;
  }

  #tc-widget[data-layout='horizontal'] .tc-wrap-book {
    width: 100%;
    margin: 0 !important;
  }

  #tc-widget[data-layout='horizontal'] .tc-book {
    width: 100%;
    margin: 5px 0 0;
    font-size: 16px;
  }

  #tc-widget .tc-time select,
  #tc-widget .tc-ppl select,
  #tc-widget select,
  #tc-widget input[type='text'] {
    width: 85% !important;
  }

  #tc-widget .tc-shop select {
    float: left;
    width: 100% !important;
  }

  #tc-widget[data-theme='clear'] .tc-book {
    font-size: 16px;
  }
}


/* --------------------------------------------------
　recommend
-------------------------------------------------- */
#recommend {
    padding: 50px 0 35px;
    background: #F4F4F4;
}

#recommend .row div {
    margin-bottom: 15px;
}

#recommend .row div a img {
    width: 100%;
    box-shadow: 0 0 2px #DDD;
    -moz-box-shadow: 0 0 2px #DDD;
    -webkit-box-shadow: 0 0 2px #DDD;
    -o-box-shadow: 0 0 2px #DDD;
}

@media screen and (max-width: 992px) {
    #recommend {
        padding: 35px 0 25px;
    }

    #recommend .row div {
        margin-bottom: 10px;
    };
}
/* --------------------------------------------------
　パンくずリスト
-------------------------------------------------- */
.breadcrumb {
    padding: 15px;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #333;
    content: ">";
}

.breadcrumb.container-fluid {
    background: #F4F4F4;
    font-size: 11px;
}

/* 全共通
-------------------------------------------------- */
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

/* 線を消す */
.noborder {
    border: none !important;
}

/* アイコン付きリンク */
.icon_link1 a {
    background: url(../img/common/icon_link1.png) left center no-repeat;
    background-size: 13px 13px;
    padding-left: 20px !important;
}

/* 画像リンクの透過 */
a:hover img {
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    -khtml-opacity: .75;
}

/* リンクアニメーション */
.hover_animation a,
.hover_animation span {
    text-decoration: none;
    outline: none;
}

.hover_animation a::before,
.hover_animation a::after,
.hover_animation span::before,
.hover_animation span::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.hover_animation a,
.hover_animation a::before,
.hover_animation a::after,
.hover_animation span,
.hover_animation span::before,
.hover_animation span::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* ページの先頭へ */
.btn_toTop {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #topcontrol {
        display: none;
    }

	a:hover img {
	    opacity: 1 !important;
	    filter: alpha(opacity=100) !important;
	    -ms-filter: "alpha(opacity=100)" !important;
	    -khtml-opacity: 1 !important;
	}

}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    };
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    };
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    };
}
/* 追加調整用CSS */

.indent {
    display: block;
    text-indent: -1em;
    margin-left: 1em;
}

.txt_link, .text_link {
	text-decoration: underline;
}
.txt_link:hover, .text_link:hover {
	text-decoration: none;
}

.txt_remarks {
  display: block;
  margin-top: 5px;
  font-size: 0.9em;
}
.txt_sub {
  font-size: 0.8em;
}

.txt_note {
  color: #7d7d7d;
}
.txt_attention {
  color: #d21414;
}

.mt0 {
    margin-top: 0 !important;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}

.mb0 {
    margin-bottom: 0 !important;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb40{
	margin-bottom: 50px;
}

.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}

.mr10{
	margin-right:10px;
}
.mr20{
	margin-right:20px;
}

/* 緊急お知らせ追加CSS */
.extra {
    margin: 0 auto 10px;
    padding: 10px;
    width: 1140px;
    border: solid 1px #e5e5e5;
}
.extra p{
    font-size: 90%;
    margin: 0;
}
.extra p.name{
    text-align: right;
}

@media screen and (max-width: 768px) {
.extra {
    margin: 0 5px 10px;
    padding: 20px 10px;
    width: auto;
}

.extra p {
    width: auto;
}
}