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

header {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #b491b9;
    border: none;
}

header div.container {
    width: 100%;
    max-width: 100%;
    height: 50px;
    background-color: #b491b9;
    margin: 0px;
    padding: 0px;
}

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

}

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

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

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

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

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

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

#btnOpenMainNavi {
	  background-color: #b491b9;
}

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

#btnOpenMainNavi > span {
background: #ffffff;
}

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


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

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

/* headline
----------------------------------------------- */
/* freeArea
----------------------------------------------- */
/* 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: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    display: block;
    margin: 0px 8px 0px 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: 100%;
    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 0px 10px !important;
}

/* footer
----------------------------------------------- */
footer p#copyright {
    color: #777777;
}

/* フッター　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";
}

/* footerNavi
--------------------------------------------- */
footer div#footerNavi>.container {
    width: 100%;
}

footer div#footerNavi nav ul {
    width: 100%;
    padding: 0px;
}

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

footer div#footerNavi nav  ul li a {
    display: block;
    width: 90%;
    margin: 0px auto;
    padding: 10px 0px;
}

footer div#footerNavi nav  ul li a:before {
    content: none;
}

/* link-list
------------------------------------------ */
footer ul.link-list {
    position: relative;
}

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

footer ul.link-list li {
    display: inline-table;
    width: calc(50% - 6px);
    min-width: 0px;
    height: 40px;
    margin: 1px;
    text-align: left;
    border-color: #bba0c9;
}

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

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

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

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

footer ul.link-list li a {
    display: table-cell;
    position: relative;
    top: 0px;
    margin: 0px;
    padding: 0px 0px 0px 8px;
    vertical-align: middle;
}

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

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

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

footer div#footerStop18 div#footerStop18Msg {
    position: absolute;
    top: 0px;
    left: 45px;
    height: 40px;
    font-size: 9px;
}

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

/* footerHotelInfo
------------------------------------------ */
footer div#footerHotelInfo {
    display: block;
    position: relative;
    top: 0px;
    margin-bottom: 20px;
    font-size: 10px;
}

footer div#footerHotelInfo>ul {
    text-align: center;
	color: #8e8e8e;
}

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


footer div#footerHotelInfo div#footerLogo {
    margin: 10px auto;
    background-position: center;
}

/* page style
----------------------------------------------- */
/* INFORMATION */
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: 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;
}
