@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
----------------------------------------------- */
/*ヘッダー店舗名　非表示*/
header div#headerLogo::after {
    content: none;
}

/* SP btnLogin
------------------------ */
header a#btnLogin {
    position: relative;
    width: 50px;
    height: 50px;
    top: 0px;
    right: 0px;
    margin: 0px;
    border-radius: 0px;
    transform: none;
   background: linear-gradient(to bottom,  #927a5c 0%,#5b3a1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

header a#btnLogin:hover {
	background: linear-gradient(to bottom, #ae9980 0%,#8a582f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

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%;
    background: transparent;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FFFFFF;
    padding-top: 15px;
    border: none;
}

header a#btnLogin > span::after {
    content: "";
}
/*ハンバーガーメニュー　ライン色*/
#btnOpenMainNavi > span::before, #btnOpenMainNavi > span::after{
    background-color: #281e14;
}

#btnOpenMainNavi > span{
    background-color: #281e14;
}

#btnOpenMainNavi {
    background-color: transparent;
}

/* ヘッダー Yahoo地図ロゴ対策 */
header.top-fix-position {
    z-index: 98;
}
nav#mainNavi {
    z-index: 11;
    background-color: rgba(20, 30, 40, 0.8);
}

/* SP Stop18
---------------------------------------------------- */
header div#headerStop18Img {
    background-image: url(../img/icon-stop-18-color.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    width: 50px;
    height: 50px;
    position: relative;
    top: 0px;
    right: 0px;
    margin: 0px;
}

header div#headerStop18Msg {
    display: none!important;
}

/* header (sp-header)
----------------------------------------------- */
header {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border: none;
}

header div.container {
    width: 100%;
    max-width: 100%;
    height: 50px;
    background-image: url("../img/a_background_header.png");
    margin: 0px;
    padding: 0px;
}

/* ヘッダーナビ背景 */
nav#priorityNavi {
    background-color: #b9a180;
}

/* Logo
------------------------ */
header div#headerLogo {
    width: 130px;
    height: 50px;
}

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

/* nav
----------------------------------------------- */
div#priorityNaviWrappar {
   overflow: visible;
}

/* nav priorityNavi
 -------------------------------------------------- */
/*グローバルメニューボタン*/
nav#priorityNavi ul li{
    min-width:120px;
}

nav#priorityNavi ul li {
    display: inline-block;
    min-width: 90px;
    height: 30px;
    margin: 5px 3px 0px 3px;
    padding: 0px;
    background: linear-gradient(to bottom,  #ccbfb0 0%,#8f7a54 100%);
    border-radius: 5px;
    text-align: center;
}

nav#priorityNavi ul li:hover {
    background-color: #ffffff;
    }

div#priorityNaviContainer{
    background-color: #ffffff;
}

/*グローバルメニューテキスト*/
nav#priorityNavi ul li a {
color: #281e14;
}

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

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

/* main
---------------------------------------*/
/*TOP TOPIC 背景画像 */
body#hotelTop main div#topic {
    background-image: url(../img/a_background-sp.png);
    background-position: right bottom;
    background-size: 100% 100%;
    background-repeat:no-repeat;
}
/* TOP whats new (最新情報) */
body#hotelTop main div#whatsnew {
    background-image: url(../img/a_background_02-sp.png);
	background-position: right top;
	background-size: 100% auto;
}
/* TOP アクセス情報 */
body#hotelTop main div#access {
    background-image: url(../img/a_background_03-sp.png)!important;
    background-position: right top!important;
    background-size: 100% 100%!important;
    background-repeat: no-repeat!important;
}

/* contents
---------------------------------------*/
/* SP TOP 大見出し<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;
    white-space: nowrap;
}

/* TOP 大見出し <h2> オーナメント 左側 */
body#hotelTop main div#topic h2:before,
body#hotelTop main div#access span.caption:before {
    content: "";
    background: url(../img/a_ornament_left.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    display: block;
    margin: 0px 8px 0px 0px;
}

/* TOP 大見出し <h2> オーナメント 右側 */
body#hotelTop main div#topic h2:after,
body#hotelTop main div#access span.caption:after {
    content: "";
    background: url(../img/a_ornament_right.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    display: block;
    margin: 0px 0px 0px 8px;
}

/* TOP 大見出し <h2> #whatsnew オーナメント 左側 */
body#hotelTop main div#whatsnew span.caption:before {
    content: "";
    background: url(../img/a_ornament_left.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    display: block;
    margin: 0px 8px 0px 0px;
}

/* TOP 大見出し <h2> #whatsnew オーナメント 右側 */
body#hotelTop main div#whatsnew span.caption:after {
    content: "";
    background: url(../img/a_ornament_right.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    display: block;
    margin: 0px 0px 0px 8px;
}

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

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

/* footer
----------------------------------------------- */
footer {
    padding-bottom: 0px;
}

/* SP footer 18禁
--------------------- */
footer div#footerStop18 div#footerStop18Msg > span {
    color: #333333;
}

/* TOPへ戻るボタン
------------------------------*/
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: rgba(255, 255, 255, 0.8);
    color: #281e14;
    border-radius: 50%;
    text-decoration: none;
    top: inherit;
    left: inherit;
}

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

/* SP footerNavi リンクリスト */
footer div#footerNavi nav ul li {
    border-bottom: 1px solid #333333;
	background-color: transparent;
}

footer div#footerNavi {
background-image: url("../img/a_background_04.png");
	background-size: auto 100%;
}

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

/* footer 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-table;
    width: calc(50% - 6px);
    height: 40px;
    min-width: 0px;
    margin: 1px;
    vertical-align: top;
    text-align: left;
    border: 1px solid #333333;
}

footer ul.link-list li a {
    display: table-cell;
    position: relative;
    top: 0px;
    margin: 0px;
    padding: 0px 0px 0px 8px;
    vertical-align: middle;
    color: #333333;
    font-size: 11px;
    text-decoration: none;
}

footer ul.link-list li::before {
    /* content: ""; 不要 */
    display: inline-block;
    width: 0px;
    height: 0px;
    margin: 15px 5px;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #333333;
}

footer ul.link-list li:hover::before {
     /* content: ""; 不要 */
    display: inline-block;
    width: 0px;
    height: 0px;
    margin: 15px 5px;
    border-style: solid;
    border-width: 4px 0px 4px 6.9px;
    border-color: transparent transparent transparent #ffffff;
}

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

footer ul.link-list li:hover {
    color: inherit;
    background-color: inherit;
}

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

ul.information li {
    display: inline-flex;
    border-radius: 0px;
    margin-bottom: 3px;
    width: calc((100% - 10px)/3);
    height: 118px;
    margin-right: 0px;
}

ul.information li:hover {
background:rgba(255, 255, 255, 0.5);
display: inline-flex;
    border-radius: 0px!important;
    margin-bottom: 3px;
    width: calc((100% - 10px)/3);
    height: 118px;
    margin-right: 0px;
	transition: background-color 0.5s;
}

/*メンバー用インフォメーション*/
body#member main ul.information li {
    display: inline-flex;
    border-radius: 0px!important;
    margin-bottom: 3px;
    width: calc((100% - 10px)/3);
    height: 118px;
    margin-right: 0px;
}

body#member main ul.information li:hover {
	background:rgba(255, 255, 255, 0.5);
	display: inline-flex;
    border-radius: 0px!important;
    margin-bottom: 3px;
    width: calc((100% - 10px)/3);
    height: 118px;
    margin-right: 0px;
	transition: background-color 0.5s;
}

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

ul.information li a {
    display: block;
    width: 100%;
    height: 100%;
}

ul.information li a.link span.icon {
    height: 68px;
    background-size: 30%;
    margin-top: 0px;
}

ul.information li span.icon-name-character {
    font-size: 11px;
    padding-top: 8px;
}

ul.information li a.link span.background {
    display: none;
}

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

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

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

/* SP フードメニュー */
.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;
}

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

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

