@charset "UTF-8";
@import url("../../common/css/style-c.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
----------------------------------------------- */
* {
  line-height: 1.6;
}

main {
  padding-bottom: 0px;
  background: url(../img/c_background_02.png);
}

*:not(font) {
  color: #080808;
}

/*記事背景（TOP）*/
body#hotelTop main div#whatsnew section div.container,
body#hotelTop main div#access section div.container {
  background: #ffffff;
}

/*記事背景（TOP以外）*/
body:not(#hotelTop) main div.container {
  background: #ffffff;
}

/*ホテルトップ　記事　非表示*/
body#hotelTop main div#topic section:nth-of-type(n+2) {
  display: none;
}

body#member main div#mainWrapper section:nth-of-type(n+2) {
  display: none;
}

/* header
----------------------------------------------- */
header div#headerLogo {
  width: 190px;
  height: 190px;
  background-image: url(../img/header_logo_c.png);
  background-size: contain;
}

header div#headerLogo {
  border: none;
}

header div.container {
  background: url(../img/c_background_header.png);
  height: 440px;
}

header a#btnLogin {
  border: none;
  background: url(../img/bg_member_login.png);
}

header div#connectHotel p {
  background: transparent;
}

header div#connectHotel p:nth-of-type(1) {
  color: #fcfcfc;
}

header div#connectHotel p:nth-of-type(2) {
  color: #fcfcfc;
}

/*メンバーログイン　ボタン*/
header a#btnLogin > span::after {
  /*英語「Member LOGIN」の場合は content に記入*/
  content: "\30E1\30F3\30D0\30FC\30ED\30B0\30A4\30F3";
  color: #000;
}

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

*::-ms-backdrop,
header a#btnLogin > span {
  letter-spacing: 0px;
}

header div#connectHotel {
  border: none;
}

/*ヘッダー店舗名*/
header div#headerLogo::after {
  content: "浅草店";
  display: block;
  position: absolute;
  top: 190px;
  width: 190px;
  height: 10px;
  /* ここの値を以下基準に足して設定 */
  color: #ff0000;
  font-size: 12px;
  text-align: center;
  display: none;
}

header div#connectHotel {
  top: 215px;
  /* 基準:205px */
}

header p#nickName {
  top: 290px;
  /* 基準:280px */
}

nav#mainNavi {
  top: 440px;
  /* 基準:430px */
  min-height: calc(100% - 440px);
  background: none;
}

/* Stop18
------------------------ */
header div#headerStop18Img {
  position: absolute;
  bottom: 0px;
  width: 42px;
  height: 60px;
  background-image: url(../img/stop-18.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

header div#headerStop18Msg {
  position: absolute;
  width: 148px;
  height: 60px;
  margin: 0px 8px;
  text-align: center;
  color: #fcfcfc;
  font-size: 10px;
  text-align: left;
  bottom: 0px;
  right: 0px;
}

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

div#keyVisual .bx-viewport {
  border: 0;
  left: 0px;
}

div#keyVisual div.bx-pager.bx-default-pager {
  position: relative;
  top: -50px;
}

body:not(#hotelTop) div#keyVisual {
  height: 220px;
}

body:not(#hotelTop) div#keyVisual ul {
  height: 220px;
  /*display: ;*/
}

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

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

nav#mainNavi {
  background: #4c0300;
  background-size: cover;
}

nav#mainNavi li a {
  color: #fff;
}

nav#mainNavi li a:hover {
  background-color: #8c5d00;
  color: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

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

#btnOpenMainNavi > span {
  background: #ff0000;
}

/* headline
----------------------------------------------- */
div#headInformation,
div#headNotice {
  background-color: #ffffff;
}

div#headInformation a,
div#headNotice a {
  color: #080808;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 20px 0px;
  letter-spacing: 1px;
}

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

div#freeArea2,
div#freeArea3 {
  background-color: #ffffff !important;
  margin-top: -50px;
  padding-bottom: 50px;
}

.freestyle {
  list-style: none;
}

.freestyle li {
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  font-size: 10px;
  text-align: center;
  color: #0e1e46;
  float: left;
  width: 23%;
}

main section .container .content:after,
.freestyle:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* contents
----------------------------------------------- */
/* タイトル（h1） */
h1::after {
  border-top: 3px solid #4c0300;
  border-bottom: 1px solid #4c0300;
}

/* 大見出し（h2）
------------------------ */
body#hotelTop main div#topic h2 {
  background: transparent;
  color: #fcfcfc;
  font-size: 36px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px;
  padding: 12px 24px 10px;
}

body#hotelTop main div#whatsnew span.caption {
  background: transparent;
  color: #fcfcfc;
  font-size: 36px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px;
  padding: 12px 24px 10px;
}

body#hotelTop main div#access span.caption {
  background: transparent;
  color: #fcfcfc !important;
  font-size: 36px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px;
  padding: 12px 24px 10px;
}

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

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

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

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

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

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

/* 小見出し（h3）
------------------------ */
body#hotelTop main div#topic h3 {
  border: none;
  text-align: center;
  color: #000000;
  font-weight: normal;
}

.newDate {
  color: #000;
  letter-spacing: 1px;
  font-weight: 200;
}

h3 {
  padding: 4px 12px;
  margin-bottom: 18px;
  border-left: 8px solid #962f34;
  letter-spacing: 3px;
}

h2 {
  background: url("../img/bg_news_line.png");
  color: #000;
  background-size: contain;
}

body#hotelTop main div#topic h2 {
  background-color: transparent;
  border-bottom: none;
}

/* ボタン */
.btn-positive {
  border-color: #962f34 !important;
  background-color: #962f34 !important;
  color: #fff !important;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-appearance: none;
}

.btn-negation {
  border-color: #080808;
  color: #080808;
}

a.newMore.btn-negation:hover {
  background: #ccb700 !important;
  color: #000 !important;
  border-color: #ccb700 !important;
}

/*アクセス情報*/
/*トップページ「MAP」見出し　非表示*/
#access section h2 {
  display: none;
}

/* footer
----------------------------------------------- */
footer div#footerHotelInfo div#footerLogo {
  width: 179px;
  height: 42px;
  background-image: url(../img/footer_logo_c.png);
}

footer div#footerNavi {
  background: url("../img/c_background_04.png");
  background-size: cover;
}

footer div#footerNavi nav ul li a {
  color: #fff;
}

footer div#footerNavi nav ul li a:before {
  border-color: transparent transparent transparent #fff;
}

footer div#footerInfo {
  background-color: #000;
}

footer * {
  color: #fcfcfc;
}

/* link-list
 ------------------------ */
footer ul.link-list {
  padding-bottom: 10px;
}

footer ul.link-list:nth-of-type(1) {
  position: relative;
  top: 0px;
}

footer ul.link-list li {
  display: inline-block;
  min-width: 120px;
  margin: 3px;
  vertical-align: top;
  text-align: center;
  border: 1px solid #a39200 !important;
  background-color: #a39200;
}

footer ul.link-list li a {
  display: block;
  padding: 4px 10px;
  color: #000 !important;
  font-size: 11px;
  text-decoration: none;
}

footer ul.link-list li a:hover {
  color: #962f34 !important;
  background-color: #fff !important;
}

footer ul.link-list li a::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  margin: 0px 8px 0px 0px;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #000 !important;
}

footer ul.link-list li a:hover:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  margin: 0px 8px 0px 0px;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #962f34 !important;
}

ul.link-list {
  outline: #4d4d4d;
}

footer ul.link-list li a:hover {
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

/* footerStop18
 ------------------------ */
footer div#footerStop18 {
  position: relative;
  top: 0px;
}

footer div#footerStop18 div#footerStop18Img {
  width: 40px;
  height: 40px;
  background-image: url(../img/stop-18.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

footer div#footerStop18 div#footerStop18Msg {
  position: absolute;
  top: 10px;
  left: 45px;
  font-size: 10px;
}

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

/* page style
----------------------------------------------- */
/* トピック */
body#hotelTop main div#topic {
  background: url(../img/c_background.png);
}

body#hotelTop main div#topic * {
  color: #fff;
}

/* INFORMATION */
ul.information {
  text-align: center;
}

ul.information li {
  display: inline-block;
  width: calc((100% - 51px)/3);
  height: 160px;
  font-size: 14px;
  border-radius: 15px;
  margin-bottom: 40px;
  text-align: center;
  background: url("../img/bg_menu_box.png");
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-size: cover;
}

ul.information li:hover {
  background: url("../img/bg_menu_box_on.png");
  background-size: cover;
}

ul.information li:hover span {
  color: #000 !important;
}

ul.information li a.link,
ul.information li a.secretLink {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

ul.information li:not(:nth-child(3n)) {
  margin-right: 20px;
}

ul.information li a.link span.icon,
ul.information li a.secretLink span.icon {
  display: block;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

ul.information li:nth-child(1) span.icon {
  background-image: url(../img/icon_info_01.png);
}

ul.information li:nth-child(2) span.icon {
  background-image: url(../img/icon_info_02.png);
}

ul.information li:nth-child(3) span.icon {
  background-image: url(../img/icon_info_03.png);
}

ul.information li:nth-child(4) span.icon {
  background-image: url(../img/icon_info_04.png);
}

ul.information li:nth-child(5) span.icon {
  background-image: url(../img/icon_info_05.png);
}

ul.information li:nth-child(6) span.icon {
  background-image: url(../img/icon_info_06.png);
}

ul.information li:nth-child(1):hover span.icon {
  background-image: url(../img/icon_info_01_on.png);
}

ul.information li:nth-child(2):hover span.icon {
  background-image: url(../img/icon_info_02_on.png);
}

ul.information li:nth-child(3):hover span.icon {
  background-image: url(../img/icon_info_03_on.png);
}

ul.information li:nth-child(4):hover span.icon {
  background-image: url(../img/icon_info_04_on.png);
}

ul.information li:nth-child(5):hover span.icon {
  background-image: url(../img/icon_info_05_on.png);
}

ul.information li:nth-child(6):hover span.icon {
  background-image: url(../img/icon_info_06_on.png);
}

ul.information li a.link span.icon-name,
ul.information li a.secretLink span.icon-name {
  display: block;
  width: 100%;
  height: 40px;
}

ul.information li span.icon-name-character {
  color: #fff;
  display: block;
  margin: auto;
  padding-top: 5px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  font-weight: 400;
}

/* メンバー用INFORMATION */
body#member main ul.information li:nth-child(1) span.icon {
  background-image: url(../img/icon_info_07.png);
}

body#member main ul.information li:nth-child(2) span.icon {
  background-image: url(../img/icon_info_08.png);
}

body#member main ul.information li:nth-child(3) span.icon {
  background-image: url(../img/icon_info_09.png);
}

body#member main ul.information li:nth-child(4) span.icon {
  background-image: url(../img/icon_info_10.png);
}

body#member main ul.information li:nth-child(5) span.icon {
  background-image: url(../img/icon_info_11.png);
}

body#member main ul.information li:nth-child(6) span.icon {
  background-image: url(../img/icon_info_12.png);
}

/* メンバー用INFORMATION hover*/
body#member main ul.information li:nth-child(1):hover span.icon {
  background-image: url(../img/icon_info_07_on.png);
}

body#member main ul.information li:nth-child(2):hover span.icon {
  background-image: url(../img/icon_info_08_on.png);
}

body#member main ul.information li:nth-child(3):hover span.icon {
  background-image: url(../img/icon_info_09_on.png);
}

body#member main ul.information li:nth-child(4):hover span.icon {
  background-image: url(../img/icon_info_10_on.png);
}

body#member main ul.information li:nth-child(5):hover span.icon {
  background-image: url(../img/icon_info_11_on.png);
}

body#member main ul.information li:nth-child(6):hover span.icon {
  background-image: url(../img/icon_info_12_on.png);
}

/*INFORMATION　記事*/
main div#topic section:nth-child(n+2) {
  display: none;
}

/* Whats New */
div#whatsnew {
  background: url("../img/c_background_02.png");
  background-size: cover;
}

#whatsnew .newMore {
  min-width: 300px;
  letter-spacing: 1px;
  color: #fff;
  border-color: #962f34;
  background: #962f34;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

/* アクセス情報 */
body#hotelTop main div#access {
  background: url("../img/c_background_03.png");
}

#accessApiMap {
  margin: 30px 0px;
}

/* アクセス情報 TOP */
#hotelTop main div#access h3 {
  color: #080808  !important;
}

#hotelTop main div#access .content {
  color: #080808  !important;
}

#hotelTop main div#access .content a {
  color: #080808  !important;
}

/* empty (空室情報） */
body#empty div.epEmptyRoom {
  border-color: #962f34 !important;
  background-color: #962f34;
  text-align: center;
  width: 45%;
  margin: 10px;
}

body#empty div.epEmptyRoomClm {
  color: #fff;
  background-color: transparent  !important;
}

body#empty div.epCleanRoom {
  border-color: #A4ABB1  !important;
  background-color: #A4ABB1;
}

body#empty div.epCleanRoomClm {
  background-color: transparent !important;
  border-color: #A4ABB1 !important;
}

body#empty div.epEmptyRoom div {
  padding: 16px;
}

.roomlist {
  background: #962f34 !important;
  height: 50px !important;
}

.roomlist a {
  display: block;
}

body#member_reserve div.roomitem span {
  color: #000 !important;
}

body#empty span.roomlist a {
  display: block;
  height: 50px;
  line-height: 50px;
}

/* bbs (掲示板修正）*/
body#bbs table#bbsInput th,
body#bbs table#bbsInput td,
body#bbsReply table#bbsInput th,
body#bbsReply table#bbsInput td {
  background-color: #f5f5f5;
}

body#bbs ul.postWriting,
body#bbsReply ul.postWriting {
  background-color: #dff1fb;
}

body#bbs li#infoName a,
body#bbs li#replyName a,
body#bbs .topicName,
body#bbsReply li#infoName a,
body#bbsReply li#replyName a,
body#bbsReply .topicName {
  color: #7ca8c2;
}

body#bbs li#replyName,
body#bbsReply li#replyName {
  color: #7ca8c2;
}

body#bbs li#infoBorder,
body#bbs li#replyBorder,
body#bbsReply li#infoBorder,
body#bbsReply li#replyBorder {
  border-bottom-color: #7ca8c2;
}

body#bbs a#linkLogin,
body#bbs a#guidelines,
body#bbs div#pagination a#preview,
body#bbs div#pagination a#new,
body#bbs div#pagination a#next,
body#bbsRegister a#bbsBack,
body#bbsDelete a#bbsBack,
body#bbsReply a#linkLogin,
body#bbsReply a#guidelines,
body#bbsReply div#pagination a#preview,
body#bbsReply div#pagination a#new,
body#bbsReply div#pagination a#next,
body#bbsReply a#bbsBack {
  color: #4ba1ca;
}

/* room (料金・客室情報） */
body#room div.Title {
  background-color: #962f3480;
}

body#room div.item-table dl dt.zenjitsu,
body#room div.item-table dl dd.zenjitsu {
  background-color: #f5f5f5;
}

body#room dl.roomDl dt,
body#room dl.roomDl dd {
  border: none;
}

body#room div.item-table {
  border: none;
}

body#room a.roomLink {
  border-color: #962f34;
  color: #962f34;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

body#room a.rankLinkOn {
  background-color: #962f34;
  color: #fff;
}

body#room a.roomLink:hover {
  background-color: #962f34;
}

body#room span.roomRankTitle {
  background-color: #962f34;
}

body#room div.rankTab {
  border-bottom-color: #962f34;
}

body#room div.roomImgs {
  border-color: #ffffff;
}

body#room div.roomRankArea {
  background-color: #ECEEF1;
  padding-bottom: 20px;
}

/* room detail (料金・客室情報詳細）*/
body#roomdetail a.priceLink {
  border-color: #962f34;
  color: #962f34;
}

body#roomdetail a.priceLink:hover {
  background-color: #962f34;
  color: #fff;
}

body#roomdetail div#priceArea {
  background-color: #ECEEF1;
}

body#roomdetail div.Title {
  background-color: #962f3480;
}

body#roomdetail dl.roomDl dt,
body#roomdetail dl.roomDl dd {
  border: none;
}

body#roomdetail div.item-table dl dt.zenjitsu,
body#roomdetail div.item-table dl dd.zenjitsu {
  background-color: #f5f5f5;
}

body#roomdetail div.item-table {
  border: none;
}

body#roomdetail div#equipmentInfo {
  border: none;
  background-color: #ECEEF1;
}

body#roomdetail li.equipment:before {
  border: 3px solid #4d4d4d;
}

body#roomdetail a#roomBack {
  color: #080808;
}

/* simulate (料金シミュレーション） */
body#simulate tr.tr-entering th,
body#simulate tr#tr-time th {
  background-color: #f5f5f5;
}

/* service (サービス設備情報） */
body#service div.limiteroom {
  background-color: #962f34;
}

/* mailto (お問い合わせ） */
body#mailto a#maillink {
  width: 320px;
  display: block;
  text-align: center;
  background-color: #962f34;
  color: #fff;
  padding: 8px 88px;
  border-radius: 28px;
  text-decoration: none;
  margin-bottom: 20px;
  border: 1px solid #962f34;
}

body#mailto a#maillink:hover {
  background-color: #ccb700;
  color: #000;
  border: 1px solid #ccb700;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

/*メールマガジン*/
input[type=text] {
  color: #000000;
}

/* coupon (クーポン） */
content {
  text-align: center;
  color: #ffffff !important;
}

body#coupon div.couponList {
  background-color: #ccb7001f;
  border-color: #ccb700;
  color: #fff !important;
}

body#coupon span.couponClum {
  background-color: #ccb700;
  color: #fff !important;
}

div.couponBtn.content {
  /*display:blocck;*/
  color: #ffffff !important;
}

div.couponBtn.content a {
  /*display:blocck;*/
  font-weight: bold;
  color: #fff !important;
}

div.couponBtn.content a:hover {
  /*display:blocck;*/
  font-weight: bold;
  color: #000 !important;
}

.btn-positive a {
  display: block;
  color: #ffffff !important;
  padding: 0px 80px;
}

/* ボタン共通 */
.btn-positive:hover {
  background-color: #ccb700 !important;
  color: #000 !important;
  border-color: #ccb700 !important;
}

.btn-negation {
  border-color: #999;
  color: #999;
}

.btn-negation:hover {
  border-color: #000;
  color: #000;
}

/*部屋ランク別料金一覧表 */
body#room li.roomImgList {
  width: 100px;
  margin: 0 10px;
}

/* 客室画像 */
#roomImages {
  width: 600px;
  margin: 0 auto;
  text-align: left !important;
}

/*メンバーログイン　INFORMATION 背景色*/
#member section:nth-child(2) {
  background: url("../img/c_background_02.png");
}

#member section h3 {
  color: #ffffff;
  text-align: center;
  border: none;
}

/* ルーム予約（#member_reserver）
------------------------ */
body#member_reserve div.mrEmptyRoom {
  border-style: solid;
  border-color: #962f34;
  border-width: 2px;
  text-align: center;
  display: inline-block;
  width: 45%;
  margin: 10px 10px 10px 10px;
}

body#member_reserve div.mrEmptyRoomClm {
  background-color: #962f34;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}

body#member_reserve div.mrCleanRoom {
  border-style: solid;
  border-color: #A4ABB1;
  border-width: 2px;
  text-align: center;
  display: inline-block;
  width: 45%;
  margin: 10px 10px 10px 10px;
}

body#member_reserve div.mrCleanRoomClm {
  background-color: #A4ABB1;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}

/*メンバーページ*/
body#member_use div.linkArea a {
  color: #000;
}

body#member_point div.linkArea a {
  color: #000;
}

/* Copyright */
footer div#copyright {
  color: #fcfcfc;
}

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

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

/* Youtube */
.youtube {
  width: 560px;
  height: 315px;
  text-align: center;
}

/*フードメニュー*/
.foodmenu {
  width: 770px;
}

.foodmenu::after {
  clear: both;
}

.foodmenu_left {
  width: 170px;
  float: left;
  text-align: left;
}

.foodmenu_right {
  float: left;
  text-align: left;
}

/* フッター　TOPボタン */
footer div#linkPageTop a {
  padding: 34px 18px 12px;
  background: #330000e6 !important;
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;
  display: none;
  color: #fff !important;
}

footer div#linkPageTop a::before {
  content: "";
  position: absolute;
  top: 26%;
  left: 50%;
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #fff !important;
  border-right: solid 1px #fff !important;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

/* アクセスカウント */
footer div#accessCount {
  display: none;
}

/* Youtube */
.youtube {
  width: 560px;
  height: 315px;
  text-align: center;
}

/*トップページ「MAP」見出し　非表示*/
#access section h2 {
  display: none;
}

/*記事　回り込み解除*/
#new section .container .content:after,
#whatsnew section .container .content:after,
#service section .container .content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* フリーエリア*/
div#freeArea2,
div#freeArea3 {
  background-color: #ffffff !important;
  margin-top: -50px;
  padding-bottom: 50px;
}

.freestyle {
  list-style: none;
  padding-top: 10px;
}

.freestyle li {
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  font-size: 10px;
  text-align: center;
  color: #0e1e46;
  float: left;
  width: 23%;
}

main section .container .content:after,
.freestyle:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

header div#connectHotel p:nth-of-type(2):before {
  content: url(../img/icon_phone.png);
}

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

footer div#footerNavi nav {
  background: transparent;
}

body#roomdetail ul.equipment {
  margin-top: 0 !important;
  padding-top: 24px;
}

div#mainWrapper {
  min-height: 600px;
  max-width: 1100px;
  background-color: #fff;
  margin: 0 auto;
}

#hotelTop div#mainWrapper {
  max-width: none;
}

header div#nickName p {
  color: #080808;
}

body#member_info table.multi-column tr:nth-child(4) th,
body#member_info table.multi-column tr:nth-child(8) th {
  padding: 20px;
}

body#member_info table.multi-column th {
  padding: 20px;
}

body#member_reserve div.roomitem a {
  color: #fff;
}

body#empty div.roomitem a {
  color: #fff;
}

body {
  background-color: #000;
}

body#hotelTop div#mainWrapper {
  background-color: #000;
}

body:not(#hotelTop) div#wrapper {
  background-color: #000;
}

body#hotelTop div#whatsnew,
body:not(#hotelTop) main {
  background: url(../img/c_background_05.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-position-x: calc(50% + 42em);
  background-attachment: fixed;
  background-size: 31em;
}

table.member_benefits {
  border-collapse: collapse;
}

table.member_benefits tr td {
  border: 1px solid #a39200;
  background-color: #fff;
}

table.member_benefits tr:first-child td {
  background-color: #962f34;
  color: #fff;
}

footer ul.link-list li a {
  font-weight: bold;
}
/*# sourceMappingURL=lions-j-c.css.map */