@charset "UTF-8";
@import url("../../common/css/style-c-sp.css");
@CHARSET "UTF-8";
/*画像*/
/*フッター　18禁*/
/*INFORMATION 　背景*/
/*フッターメニュー　背景*/
/*フッターメニュー　背景 SP*/
/*ヘッダー*/
/** 左上タイトル ********************************/
/*お問合せ背景*/
/*お問合せテキストカラー*/
/*メンバーログインテキストカラー*/
/*メンバーログイン背景*/
/*メンバーログイン　ホバー　背景*/
/*18禁表示の文章*/
/** グローバルナビ ********************************/
/*グローバルナビ　背景*/
/*グローバルナビ　テキストカラー*/
/*グローバルナビ　ホバー*/
/*グローバルナビ　ホバー　テキストカラー*/
/** INFORMATION ********************************/
/*INFORMATION　色*/
/*INFORMATION　テキストカラー*/
/*INFORMATION　ホバー　色*/
/*INFORMATION　ホバー　テキストカラー*/
/** What's New ********************************/
/*h2の背景色*/
/*h2のテキストカラー*/
/*小項目　項目前*/
/*もっと見るボタン/各ページのロールオーバーボタン*/
/*もっと見るボタン/各ページのロールオーバーボタン ホバー*/
/*クーポン*/
/** アクセス情報 ********************************/
/*アクセス　h3カラー*/
/*アクセス　テキストカラー*/
/** フッターメニュー ********************************/
/*フッターメニュー　テキストカラー*/
/*フッターメニュー　下線　spのみ*/
/** フッター ********************************/
/*フッター　テキストカラー*/
/*フッター　グループリンクカラー*/
/*フッター　グループリンク　ホバー*/
/** TOPへ戻る ********************************/
/*TOPへ戻る　色*/
/*TOPへ戻る　色*/
/** 空室予約・ルーム予約 ********************************/
/* ---------------------
    - common setting
    - header
    - keyVisual
    - nav
    - headline
    - freeArea
    - contents
    - footer
    - page style
--------------------- */
/* common setting
----------------------------------------------- */
main {
  padding-bottom: 0px;
}

/* header
----------------------------------------------- */
header div.container {
  background: url(../img/c_background_header.png);
  background-position: center;
}

/* btnLogin
------------------------ */
header a#btnLogin {
  position: relative;
  width: 50px;
  height: 50px;
  top: 0px;
  right: 0px;
  margin: 0px;
  border-radius: 0px;
  -webkit-transform: none;
          transform: none;
  background: url(../img/bg_member_login.png);
}

header a#btnLogin:hover {
  background: url(../img/bg_member_login_on.png);
}

header a#btnLogin::after {
  content: "";
  background-image: url(../img/icon-login2.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  right: 0px;
  margin: 0px;
  width: 50px;
  height: 50px;
}

header a#btnLogin:hover::after {
  background-image: url(../img/icon-login2.png);
}

header a#btnLogin > span {
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  padding-top: 15px;
  border: none;
}

header a#btnLogin > span::after {
  content: "";
}

/*ヘッダー店舗名　非表示*/
header div#headerLogo::after {
  content: none;
}

/*menuボタン*/
#pMenu {
  color: #fcfcfc;
  font-size: 16px !important;
}

.close_bg {
  background: transparent !important !important;
}

/*ヘッダー Yahoo地図ロゴ対策*/
header.top-fix-position {
  z-index: 98;
}

/* Logo
------------------------ */
header div#headerLogo {
  width: 83px;
  height: 49px;
  background-image: url(../img/header_logo_c.png);
  background-size: 50%;
  left: 4px;
}

/* keyVisual
----------------------------------------------- */
div#keyVisual,
div#keyVisual ul {
  height: 180px;
}

body:not(#hotelTop) div#keyVisual,
body:not(#hotelTop) div#keyVisual ul {
  height: 90px;
}

.key-image_2nd {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

/* nav
----------------------------------------------- */
div#priorityNaviWrappar {
  display: block;
}

nav#mainNavi li {
  background: transparent;
  border-bottom-color: #ffffff;
}

#btnOpenMainNavi {
  background: transparent !important;
}

/*ハンバーガーメニュー　ライン色*/
#btnOpenMainNavi > span::before,
#btnOpenMainNavi > span::after {
  background: #fcfcfc;
}

#btnOpenMainNavi > span {
  background: #fcfcfc;
}

/*ヘッダーナビ背景*/
div#priorityNaviContainer {
  background: #ffffff;
}

/*ハンバーガーメニュー背景*/
nav#mainNavi {
  background: #4c0300;
  background-size: contain;
  z-index: 11;
}

#btnOpenMainNavi > span.close::before,
#btnOpenMainNavi > span.close::after {
  background: #fcfcfc;
}

nav#mainNavi ul li {
  border-bottom: solid 1px #d2bf1e6b;
}

nav#mainNavi ul li a:hover {
  color: #fff;
  background-color: #8c5d00;
}

/* headline
----------------------------------------------- */
/* freeArea フリーエリア
----------------------------------------------- */
div#freeArea1,
div#freeArea2,
div#freeArea3 {
  padding: 0;
}

div#freeArea2,
div#freeArea3 {
  margin-top: 0px;
}

.freestyle li {
  float: none;
  width: 100%;
  padding-bottom: 15px;
}

/* contents
----------------------------------------------- */
/* 大見出し(h2) */
body#hotelTop main div#topic h2,
body#hotelTop main div#whatsnew span.caption,
body#hotelTop main div#access span.caption {
  font-size: 16px;
  padding: 0px;
  margin-bottom: 8px;
}

body#hotelTop main div#topic h2:before {
  content: "";
  background: url(../img/c_ornament_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  display: block;
  margin: 0px 8px 0px 0px;
}

body#hotelTop main div#topic h2:after {
  content: "";
  background: url(../img/c_ornament_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  display: block;
  margin: 0px 0px 0px 8px;
}

body#hotelTop main div#whatsnew span.caption:before {
  content: "";
  background: url(../img/c_ornament_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  display: block;
  margin: 0px 8px 0px 0px;
}

body#hotelTop main div#whatsnew span.caption:after {
  content: "";
  background: url(../img/c_ornament_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  display: block;
  margin: 0px 0px 0px 8px;
}

body#hotelTop main div#access span.caption:before {
  content: "";
  background: url(../img/c_ornament_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  display: block;
  margin: 0px 8px 0px 0px;
}

body#hotelTop main div#access span.caption:after {
  content: "";
  background: url(../img/c_ornament_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  display: block;
  margin: 0px 0px 0px 8px;
}

/* topic 小見出し(h3) */
body#hotelTop main div#topic h3 {
  margin-bottom: 10px;
  font-weight: normal;
}

/* footer
----------------------------------------------- */
footer div#footerNavi nav ul li {
  background: transparent;
  border-bottom: 1px solid #d2bf1e6b;
}

footer div#footerHotelInfo > ul li {
  color: #fcfcfc;
}

footer div#copyright,
footer div#copyright a {
  color: #fcfcfc;
}

footer div#footerStop18 div#footerStop18Msg > span {
  color: #fcfcfc;
}

/* フッター　TOPボタン */
footer {
  padding-bottom: 0px;
}

footer div#linkPageTop {
  height: 0px;
}

footer div#linkPageTop a {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 10;
  display: none;
  padding: 22px 11px 8px;
  background-color: #122a5d;
  background: rgba(18, 42, 93, 0.5);
  color: #FFFFFF;
  border-radius: 50%;
  text-decoration: none;
  top: inherit;
  left: inherit;
}

footer div#linkPageTop a::after {
  content: "TOP";
}

/* page style
----------------------------------------------- */
/* information */
body#hotelTop main div#topic {
  /*position: relative;*/
}

/*body#hotelTop main div#topic */
ul.information {
  text-align: center;
}

/*body#hotelTop main div#topic */
ul.information li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0px;
  margin-bottom: 3px;
  width: calc((100% - 11px)/3);
  height: 118px;
  background-position: center;
}

ul.information li:hover {
  background-position: center;
}

/*body#hotelTop main div#topic */
ul.information li:not(:nth-child(3n)) {
  margin-right: 0px;
}

/*body#hotelTop main div#topic*/
ul.information li a {
  display: block;
  width: 100%;
  height: 100%;
}

/*body#hotelTop main div#topic */
ul.information li a.link span.icon {
  height: 68px;
  background-size: 30%;
  margin-top: 0px;
}

/*body#hotelTop main div#topic */
ul.information li span.icon-name-character {
  font-size: 11px;
  padding-top: 8px;
}

/*body#hotelTop main div#topic */
ul.information li a.link span.background {
  display: none;
}

/* PCのみ表示 */
.pc_only {
  display: none;
}

/* スマホ再表示 */
.smart_only {
  display: inline !important;
}

/* Youtube */
.youtube {
  width: 100% !important;
  height: 80% !important;
  text-align: center;
}

/* フードメニュー */
.foodmenu {
  width: 100%;
}

.foodmenu_left {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 10px;
}

.foodmenu_right {
  width: 100%;
}

img.foodmenu_right {
  width: 90%;
  vertical-align: center;
}

/* Youtube */
.youtube {
  width: 100%;
  height: 80%;
  text-align: center;
}

/**
 * メニューTOP固定
 */
header {
  position: fixed;
  top: 0px;
  z-index: 20;
}

div#priorityNaviWrappar {
  position: fixed;
  top: 0px;
  z-index: 20;
}

div#keyVisual {
  margin-top: 50px;
}

nav#mainNavi {
  position: fixed;
  overflow: scroll;
  height: calc(100% - 50px);
  z-index: 20;
}

div#mainWrapper {
  background: #fff;
  min-height: 300px;
}

#hotelTop .container {
  padding-right: 10px;
  padding-left: 10px;
}

footer div#footerNavi .container {
  padding-right: 0;
  padding-left: 0;
}

#member section:nth-child(2) {
  background: #fff;
}

header div#headerStop18Img {
  background-image: url(../img/stop-18.svg);
}

footer div#footerHotelInfo div#footerLogo {
  width: 179px;
  height: 47px;
}

#hotelTop div#mainWrapper {
  background-size: contain;
}

header {
  background-color: #000;
}

table.hyouyou_bordercolor {
  width: 100%;
}

table.member_benefits tr td {
  padding: 5px 0;
}

body#hotelTop main div#topic,
body#hotelTop main div#access {
  background-size: 200%;
}
/*# sourceMappingURL=lions-j-c-sp.css.map */