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

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

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

/* SP Stop18
---------------------------------------------------- */

header div#headerStop18Img {
    background-image: url(../img/stop-18-bg-bk.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;
}

/* 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: linear-gradient(to bottom, #c5c5c5, #f6f6f6);
    margin: 0px;
    padding: 0px;
}
/* Logo
------------------------ */

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

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

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

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

div#priorityNaviWrappar {
   overflow: visible;
}

#btnOpenMainNavi {
	background-color: transparent;
}

/* nav priorityNavi
 -------------------------------------------------- */
/*グローバルメニューボタン*/
nav#priorityNavi ul li {
    display: inline-block;
    min-width: 90px;
    height: 30px;
    margin: 5px 3px 0px 3px;
    padding: 0px;
    background: linear-gradient(to bottom, #111111, #2c2c2c);
    border-radius: 5px;
    text-align: center;
}


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

#btnOpenMainNavi > span{
background: #333333;
}

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


/*グローバルメニューテキスト*/

nav#priorityNavi>a:hover {
    color: #79c1ca;
    text-decoration: underline;
}

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

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

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

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

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

/* 小見出し<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(155, 155, 155, 0.8);
    color: #000000;
    border-radius: 50%;
    text-decoration: none;
    top: inherit;
    left: inherit;
}

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


/* 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;
    min-width: 120px;
    margin: 3px;
    vertical-align: top;
    text-align: left;
    border: 1px solid #ffffff;
}

footer ul.link-list li a {
    display: table-cell;
    padding: 0px 0px 0px 8px;
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}

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

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

footer ul.link-list li a::before:hover {
    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 #9b9b9b;
}

/* 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: #ffffff;
}

/* footerHotelInfo
------------------------ */

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

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

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

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

/* copyright
------------------------ */

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

/* page style
----------------------------------------------- */


/* INFORMATION */
/*body#hotelTop */main div#topic {
    /*position: relative;*/
}

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

/* マウスオーバー時のフォントサイズ修正*/
ul.information li:hover span.icon-name-character {
	font-size: 11px;
}

/* 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 #000000;
    background-color: #333333;
}

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

footer div#footerNavi nav ul li a:hover {
	color: #79c1ca;
}
footer div#footerNavi nav ul li a:hover:before {
    content: 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;
}

/* SP アクセス情報　表示枠修正 */
#access section :first-child.container {
	margin-top: -30px;
}


