@CHARSET "UTF-8";
@import url("../../common/css/style-a.css");
/* ---------------------
    - common setting（全体に共通する部分）body、行間など
    - header（ヘッダー部分）ロゴ、住所　ヘッダーの背景
    - keyVisual（スライドショーに関する項目）
    - nav（メニューに関する項目）2ページ目の画像も
    - headline（メンテナンスのお知らせなど、全体の告知に関する項目）
    - freeArea（プラグインの表示に関する項目）
    - contents（各ページの共通部品）<h2>（大見出し）、<table> など
    - footer（フッター部分）ロゴ、住所、サイトマップ、TOP ボタン
    - page style（各ページ内限定の設定）#room、#member 内だけなど要素
--------------------- */
/* common setting
----------------------------------------------- */
/* TOP配下の背景 */
body:not(#hotelTop) {
	background-color: #484848;
    background-image: url(../img/a_background_02.png)right bottom;
}

/* main
----------------------------------------------- */
body:not(#hotelTop) main {
    background-color: #FFFFFF;
}

* {
    line-height: 1.6;
}

main {
    padding-bottom: 0px;
}

body {
    background-color: #484848;
}

/* ホテルトップ　記事　非表示 */
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 Logo ----- */
header div#headerLogo {
    position: absolute;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center center;
}

header div#headerLogo > a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

header div#headerLogo {
    width: 79px;
    height: 72px;
    background-image: url(../img/header-logo-a.png);
}

header div#headerLogo {
    border: none;
}

/* ヘッダー店舗名 */
header div#headerLogo::after {
    content: "浅草店"; /* 店舗名 */ 
    display: block;
    position: relative;
    top: 35px;
    left: 265px;
    width: 140px;
    color: #ff0000;
    font-size: 12pt;
}

header div#headerLogo::after {
display:none;
}

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

/* Header メンバーログインボタン */
header a#btnLogin>span::after {
    content: "Member LOGIN";
    color: #FFFFFF;
}

/* メンバーログイン　名前表示 */
header div#nickName p {
    color: #000000;
}

header a#btnLogin {
    line-height: 52px;
    border-radius: 6px;
    background: linear-gradient(#a8a8a8,#818181);
    color: #000000;
    padding: 0 20px;
    text-decoration: none;
    border: none;
}

header a#btnLogin:hover {
    background: linear-gradient(#bcbcbc,#959595);
}

header a#btnLogin::after {
    content: "";
    background-image: url(../img/icon-login.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 7px;
    margin-left: 5px;
    width: 22px;
    height: 23px;
	color: #000000;
}

/* Header Stop18
-------------------------------------------------- */
/* 18禁 */
header div#headerStop18Img {
    position: relative;
    width: 39px;
    background-image: url(../img/stop-18-bg-clear.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

header div#headerStop18Msg {
    width: 150px;
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
/*  display:none !important; */
}

/* header (pc-header)
----------------------------------------------- */
header {
    position: relative;
    width: 100%;
    height: 90px;
    background: linear-gradient(#060606,#000000);
    text-align: left;
    border-bottom: 1px solid #000000;
    z-index: 10;
    overflow: hidden;
}

header div.container {
    position: relative;
    height: 100%;
}

header div#headerStop18Img, header div#headerStop18Msg {
    display: block!important;
}

/* header connectHotel
---------------------------------------- */
header div#connectHotel * {
    color: #ffffff;
    text-align: center;
}

header div#connectHotel {
    /*border: 1px solid #808080;*/
    border-radius: 6px;
    padding: 0 16px;
    overflow: hidden;
}

header div#connectHotel {
    border: none;
}

header div#connectHotel p:nth-of-type(1) {
    font-size: 12px;
    margin-top: 2px;
}

header div#connectHotel p:nth-of-type(2) {
    font-size: 22px;
    line-height: 26px;
}

/* 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 {
    display: none;
}

/* nav
----------------------------------------------- */
#btnOpenMainNavi {
    background-color: transparent;
}

/* nav priorityNavi
-------------------------------------------------*/
div#priorityNaviWrappar {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    top: 90px;
    height: 60px;
    width: 100%;
    overflow: hidden;
}

body:not(#hotelTop) div#priorityNaviWrappar {
    position: relative;
    top: 0px;
}

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

#btnOpenMainNavi > span{
    background:#ffffff;
}

nav#priorityNavi ul li a {
    color: #ffffff;
}

nav#priorityNavi ul li a:hover {
    color: #a5a5a5;
}

/* ハンバーガーメニュー内　文字色 */
nav#mainNavi ul {
    background-color: rgba(0, 0, 0, 0.9);
}

nav#mainNavi ul li a:hover {
    color: #a5a5a5;
    transition: background-color 0.5s;
}

/* headline
----------------------------------------------- */
/* contents
----------------------------------------------- */
/* TOP 大見出し <h2> */
body#hotelTop main div#topic h2,
body#hotelTop main div#whatsnew span.caption,
body#hotelTop main div#access span.caption {
    background: transparent;
    color: #ffffff;
    font-size: 36px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding: 12px 24px 10px;
}

/* TOP 大見出し <h2> オーナメント 左側 */
body#hotelTop main div#whatsnew span.caption::before {
    content: "";
    background: url(../img/a_ornament_left.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: 76px;
 /* height: 49px; */ /* 中央揃えにするため、デフォルトは無効にしてあります */
    display: block;
    margin: 0px 20px 0px 0px;
}

/* TOP 大見出し <h2> オーナメント 右側 */
body#hotelTop main div#whatsnew span.caption::after {
    content: "";
    background: url(../img/a_ornament_right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    width: 76px;
 /* height: 49px; */ /* 中央揃えにするため、デフォルトは無効にしてあります */
    display: block;
    margin: 0px 0px 0px 20px;
}

body#hotelTop main div#topic h2::before,
body#hotelTop main div#whatsnew span.caption::before,
body#hotelTop main div#access span.caption::before, 
body#hotelTop main div#topic h2:after,
body#hotelTop main div#whatsnew span.caption::after,
body#hotelTop main div#access span.caption::after {
    width: 76px; /* 素材のpixcelを記述して下さい */
}

/* 見出し 装飾（下線）<h1> */
h1::after {
    border-top: 3px solid #000000;
    border-bottom: 1px solid #000000;
}

/* TOP以外 大見出し <h2> */
h2 {
    background-color: #000000;
    color: #ffffff;
}

/* トピック　小見出し <h3>
------------------------------------------------- */
/* TOPのみ 小見出し <h3> */
body#hotelTop main div#topic h3 {
    border: none;
    text-align: center;
    color: #FFFFFF;
    font-weight: normal;
}

/* TOP以外 小見出し <h3> */
h3 {
    letter-spacing: 3px;
    padding: 4px 12px;
    margin-bottom: 18px;
    border-left: 8px solid #000000;
    font-weight: normal;
}

/*TOP アクセス情報 */
body#hotelTop main div#access h3 {
    letter-spacing: 3px;
    padding: 4px 12px;
    margin-bottom: 18px;
    border-left: 8px solid #ffffff;
    font-weight: normal;
}
body#hotelTop main div#access h3,
body#hotelTop main div#access div.content {
	color: #ffffff;
}

/* Whats New 記事日付 */
.newDate {
    color: #5a5a5a;
    letter-spacing: 1px;
    font-weight: 200;
}

/* PC footer
----------------------------------------------- */
footer * {
    color: #ffffff;
    font-weight: 400;
}

footer {
	background-color: #222222;
}

/* footer ロゴ */
footer div#footerHotelInfo div#footerLogo {
    width: 68px;
    height: 62px;
    background-image: url(../img/footer-logo-a.png);
}

/* footerStop18
 ------------------------------------- */
/* footer 18禁 */
#footerStop18Msg {
    color: #ffffff;
}

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

footer div#footerStop18 div#footerStop18Img {
    width: 40px;
    height: 40px;
    background-image: url(../img/stop-18-bg-clear.png);
    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: #FFFFFF;
}

/* footer アクセスカウンター */
footer span.accessCounter {
    background: linear-gradient(#333333, #808080);
    text-align: right;
    padding: 2px 2px 0px;
    color: #ffffff;
}

/* アクセスカウンター非表示 */
#accessCount {
    display:none !important;
}

/* footer retern to top
----------------------------------------------- */
/* footer TOPへ戻るボタン */
footer div#linkPageTop a {
    background: rgba(51, 51, 51, 0.8) !important;
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 999;
    display:none;
}

/* footer TOPへ戻るボタン マルの形と文字色 */
footer div#linkPageTop a {
    color: #ffffff!important;
    padding: 34px 18px 12px;
}

/* footer TOPへ戻るボタン 文字色変更 */
footer div#linkPageTop a::before {
    content: "";
    position: absolute;
    top: 26%;
    left: 50%;
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 1px #ffffff!important;
    border-right: solid 1px #ffffff!important;
    -ms-transform: translateX(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

/* footer グループリンク */
footer ul.link-list li a::before {
    border-color: transparent transparent transparent #ffffff;
}

footer ul.link-list li a {
    color:#ffffff;
}

footer ul.link-list li {
    border: 1px solid #ffffff;
    outline: #ffffff;
    background-color: #222222;
}

footer ul.link-list li a:hover::before {
    border-color: transparent transparent transparent #ffffff;
}

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

footer ul.link-list li:hover {
    border: 1px solid #ffffff;
    outline: #000000;
    background-color: #858585;
}

footer div#footerNavi, #footerNavi nav {
    background: linear-gradient(#ababab,#a7a7a7);
}

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

footer div#footerNavi nav ul li a {
    color: #000000;
    text-decoration: none;
}

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

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

/* page style
----------------------------------------------- */
/* トピック(INFORMATION)
-------------------------------*/
/*TOP TOPIC & ACCSESS 背景画像 */
body#hotelTop main div#topic {
    background-image: url(../img/a_background.png);
    background-position: center top;
    background-size: cover;
    background-repeat:no-repeat;	
}

body#hotelTop main div#access {
    background-image: url(../img/a_background_03.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

/* TOP topic (インフォメーション) */
body#hotelTop main div#topic * {
    color: #000000;
}

/* TOP whats new (最新情報) */
body#hotelTop main div#whatsnew {
    background: url(../img/a_background_02.png)right bottom,
		linear-gradient(#484848,#3d3d3d);
}

#whatsnew section .container {
    background-color: #ffffff;
}

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

ul.information li {
    background: linear-gradient(#fefefe,#fcfcfc) ;
    display: inline-block;
    width: calc(( 100% - 51px)/3);
    height: 160px;
    font-size: 14px;
    border-radius: 15px;
    margin-bottom: 40px;
    text-align: center;
    transition: background-color 0.5s;
}

ul.information li:hover {
    background: linear-gradient(#7c7c7c,#787878);
    display: inline-block;
    width: calc(( 100% - 51px)/3);
    height: 160px;
    font-size: 14px;
    border-radius: 15px;
    margin-bottom: 40px;
    text-align: center;
    transition: background-color 0.5s;
}

ul.information li a.link {
    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 {
    display: block;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

/* ビジター用INFORMATION */
 ul.information li:nth-child(1) span.icon {
    background-image: url(../img/a_icon_info_new.png);
}

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

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

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

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

ul.information li:nth-child(6) span.icon {
    background-image: url(../img/a_icon_info_access.png);
}
/* マウスオーバー時 */
ul.information li:nth-child(1):hover span.icon {
    background-image: url(../img/a_icon_info_new_on.png);
}

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

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

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

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

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

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

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

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

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

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

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

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

/* インフォメーションボタン　マウスオーバー時文字色 */
/* important必須です */

ul.information li:hover span.icon-name-character {
    color: #ffffff!important;
}

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

/* PC/SP もっと見るボタン(のみ) */
#whatsnew .newMore {
    min-width: 300px;
    letter-spacing: 1px;
    color: #000000;
    border-color: #000000;
    background-color: #ffffff;
    transition: background-color 0.5s;
    margin:0 auto !important;
    text-align:center;
}

#whatsnew .newMore:hover {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff !important;	
}

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

/*  アクセス情報 TOP・TOP以外 *SP時 h1ボーダー確認 */
#access section .container:first-child {
    margin-top: -30px;
}

#accessApiMap {
    margin: 30px 0px;
}

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

/* header 告知文 */
div#headInformation, div#headNotice {
    background-color: #ffffff;
}

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

/* 表組み */
/* 使用頻度高め */
.hyouyou_bordercolor {
    border-collapse: collapse;
    border:1px solid #6b6b6b;
    background: #ffffff;
}
/* 使用頻度高め */
.hyouyou_bgcolor {
    border-collapse: collapse;
    border:1px solid #6b6b6b;
    background: #ffccd3;
    padding:10px;
}

.hyouyou_bgcolor2 {
    border-collapse: collapse;
    border:1px solid #cccccc;
    background: #ffffff;
    padding: 10px;
}

/* 使用頻度高め */
.honun {
    border-collapse: collapse;
    border:1px solid #6b6b6b;
    background: #ffffff;
}

/* empty (空室情報）-------------------- */
body#empty div.epEmptyRoom {
    border-color: #000000 !important;
}

body#empty div.epEmptyRoomClm {
    background-color: #000000 !important;
}
  
body#empty div.epCleanRoomClm {
    background: linear-gradient(#7c7c7c,#787878) !important;
} 

body#empty div.epCleanRoom {
    border-color: #787878 !important;	
}
  
body#empty div.epEmptyRoom {
    background-color: #a08429;
    border: solid 2px #a08429;
    text-align: center;
    width: 45%;
    margin: 10px;
}

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

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: #000000;
}

/* room (料金・客室情報）-------------------- */
body#room div.Title {
    background: linear-gradient(#7c7c7c,#787878);
}

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: #000000;
    color: #000000;
    transition: background-color 0.5s;
}

body#room a.rankLinkOn {
    background-color: #000000;
    color: #ffffff;
}

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

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

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

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

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

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

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

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

body#roomdetail a.priceLink:hover {
    background-color: #000000;
    color: #ffffff;
}

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

body#roomdetail div.Title {
    background: linear-gradient(#7c7c7c,#787878);	
}

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: #000000;
}

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

/* service (サービス設備情報） */
body#service div.limiteroom {
    background: linear-gradient(#7c7c7c,#787878);
}

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

body#mailto a#maillink:hover {
    background-color: #000000;
    color: #ffffff;
}

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

/* coupon 修正 */
body#coupon div.couponList {
    background-color: #dff1fb;
    border-color: #dff1fb;
}

body#coupon span.couponClum {
    background-color: #7ca8c2;
}

div.couponBtn.content .btn-positive a {
    display: block;
    padding: 0px 80px;
    color: #a57e6a;
}

/* ボタン共通 */
/* #whatsnew もっと見るボタン＆そのほかのボタン */
a.newMore.btn-negation:hover {
    background-color: #ffd2d7;
    color: #ffffff !important;	
}

/* メンバーページログイン時など */
.btn-positive, .btn-negation {
    border-color: #000000;
}
.btn-negation {
    border-color: #999999;
    color: #999999;
}

.btn-positive {
    border-color: #000000 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    transition: background-color 0.5s;
}

.btn-positive:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* クーポンボタン 文字色 */
body#coupon div.couponBtn a {
    color: #9a7652;
}

body#coupon div.couponBtn a:hover {
    color: #ffffff;
}

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

/* 旧フッターメニュー非表示 */
.f_menu {
    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;
}

/*--メンバーページ 罫線修正 ---style-base.css--------*/
/* 複数列テーブル --------------------------------- */
/* #cccccc は直さない */
table.multi-column {
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-collapse: collapse;
    width: 100%;
}

table.multi-column th, table.multi-column td {
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
}

table.multi-column th {
    background-color: #F7F7F7;
    text-align: left;
}

div.item-table > dl {
    background-color: #F7F7F7;
}
/* 記事　回り込み解除 */
#new section .container .content::after,
#whatsnew section .container .content::after,
#service section .container .content::after {
    content: ".";
    display: block;
    height: 0;   
    clear: both;   
    visibility: hidden;
}

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

/*
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, .freestayle:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*/

/*:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} */

/* 客室詳細文字色修正 */
/* ▲料金表トップへ　文字色修正 */
body#room a.link1,
body#roomdetail a.smooth-in-link {
    color: #4d4d4d;
}
/* !important は使わない。元の色を最後に再度記入 */
body#roomdetail a.priceLink {
    color: #000000;/* もともとの色にしてください */
}
