@CHARSET "UTF-8";

@import url("../../common/css/style-a-sp.css");

/* ---------------------
    - common setting（全体に共通する部分）body、行間など
    - header（ヘッダー部分）ロゴ、住所　ヘッダーの背景
    - keyVisual（スライドショーに関する項目）
    - nav（メニューに関する項目）2ページ目の画像も
    - headline（メンテナンスのお知らせなど、全体の告知に関する項目）
    - freeArea（プラグインの表示に関する項目）
    - contents（各ページの共通部品）<h2>（大見出し）、<table> など
    - footer（フッター部分）ロゴ、住所、サイトマップ、TOP ボタン
    - page style（各ページ内限定の設定）#room、#member 内だけなど要素
--------------------- */

/* common setting
----------------------------------------------- */

/* header
----------------------------------------------- */


/* btnLogin
------------------------ */

header a#btnLogin {
    position: relative;
    width: 50px;
    height: 50px;
    top: 0px;
    right: 0px;
    margin: 0px;
    border-radius: 0px;
    transform: none;
	background:#403212;
}

header a#btnLogin:hover{
	background:#ada75c !important;
}

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: 20px;
    margin: 0px;
    width: 50px;
    height: 50px;
}

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

header div.container {
	background: #000000;
}

/*ホテルトップ　記事　非表示*/

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;
}

/* Logo
------------------------ */

header div#headerLogo {
    width: 130px;
    height: 50px;
}

/* keyVisual
----------------------------------------------- */

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

/* nav
----------------------------------------------- */

div#priorityNaviWrappar {
   overflow: visible;
}

#btnOpenMainNavi {
	  background-color: #403212;
}

.close_bg#btnOpenMainNavi {
	background: #403212;
}

#btnOpenMainNavi > span.close::before, #btnOpenMainNavi > span.close::after {
	background-color: #ffffff;
}

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

#btnOpenMainNavi > span{
background:#ffffff;
}

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

/* headline
----------------------------------------------- */

/* freeArea
----------------------------------------------- */
nav#priorityNavi ul li {
	background: #272217;
}

/* main
----------------------------------------------- */

/* 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,
body#hotelTop main div#whatsnew span.caption:before,
body#hotelTop main div#access span.caption:before {
    content: "";
    background: url(../img/a_ornament_left.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    display: block;
    margin: -5px 15px -5px 0px;
}

body#hotelTop main div#topic h2:after,
body#hotelTop main div#whatsnew span.caption:after,
body#hotelTop main div#access span.caption:after {
    content: "";
    background: url(../img/a_ornament_right.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    display: block;
    margin: -7px -4px -5px 15px;
}

body#hotelTop main div#topic {
   height: 350px;
	/*background-image: url(../img/a_background.png);*/
    background-color: #000000;
	background-position: right;
}

/* 小見出し<h3> */

body#hotelTop main div#topic h3 {
    margin-bottom: 10px;
    font-weight: normal;
}

/*記事　左右余白*/
main .container {
	padding: 10px 10px 10px 10px !important;
}

/*div#whatsnew .container:nth-child(7){
background:#ffffff !important;
padding-bottom:60px!important;
}*/

/* footer
----------------------------------------------- */

footer p#copyright {
    color: #777777;
}

footer div#footerStop18 div#footerStop18Msg>span {
    display: table-cell;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    color: #454545;
}

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

footer div#copyright {
    width: 100%;
    height: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 8px;
    color: #1b1b1b;
}

footer div#footerNavi nav ul li {
    display: block;
    width: 100%;
    padding: 0px;
    text-align: left;
    font-size: inherit;
    border-bottom: 1px solid #000000;
    background: #44361a;
}


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

footer div#linkPageTop {
    height: 0px;
}

footer div#linkPageTop a {
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 999;
display:none;

    padding: 22px 11px 8px;;
background-color:#122a5d;
background: rgba(146,99,74,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: inline-flex;
    border-radius: 0px;
    margin-bottom: 3px;
    width: calc((100% - 10px)/3);
    height: 118px;
    margin-right: 0px;
}

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

/*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: auto 50%;
    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;
}


/* フリーエリア*/
div#freeArea2, div#freeArea3{
	margin-top:0px;
}
.freestayle li{
	float: none;
	width: 100%;
	padding-bottom: 15px;
}

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

/*ハンバーガーメニュー背景*/
nav#mainNavi{
background-color:rgba(51, 51, 51, 0.9);
z-index:11;
}