@CHARSET "UTF-8";
@import url("../../common/css/style-b-sp.css");
/* ---------------------
    - common setting
    - header
    - keyVisual
    - nav
    - headline
    - freeArea
    - contents
    - footer
    - page style
--------------------- */
/* common setting
----------------------------------------------- */
/* header
----------------------------------------------- */
header div.container {
	background-color: #1e1e1e;
}

/* ヘッダー店舗名　非表示 */
header div#headerLogo::after {
    content: none;
}

/* 18禁アイコン */
header div#headerStop18Img {
	background-image: url(../img/stop-18-bg-clear.png);
}

/* ボタンログイン 背景 */
header a#btnLogin > span {
	background-color: #9bd5ef;
}

/* hamburger menu
----------------------------------------------- */
#pMenu {
	color: #ffffff;
}

#btnOpenMainNavi > span, #btnOpenMainNavi > span::before, #btnOpenMainNavi > span::after {
	background-color: #1e78c8;
}

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

#btnOpenMainNavi {
	background-color: transparent !important;
}

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

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

header div#headerLogo {
    width: 200px;
    height: 38px;
    }

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

/* nav
----------------------------------------------- */
div#priorityNaviWrappar {
	display: block;
}

nav#mainNavi li {
	border-bottom-color: transparent !important;
}

#pMenu {
  color: #666666;
}

nav#mainNavi {
  background-color: rgba(102, 102, 102, 0.9);
}

nav#mainNavi ul li a {
	text-align: center;
	color: #ffffff;
}

/* priority navi
----------------------------------------------- */
nav#priorityNavi {
background: linear-gradient(#afafaf, #252525) !important;
}

nav#priorityNavi ul li {
	background-color:inherit !important;
	color: #ffffff;
	min-width: 120px;
	padding: 0 20px;
}

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

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

/* contents
----------------------------------------------- */
/* footer
----------------------------------------------- */
footer div#footerStop18 div#footerStop18Msg > span {
	color: #ffffff;
}

footer div#footerNavi nav ul li {
	background-color: #242424;
}

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

footer ul.link-list li:hover {
	color: #000000;
	background-color: #ffffff;
}
footer div#footerHotelInfo > ul li {
	color: #ffffff;
}

footer p#copyright {
    color: #777777;
}
footer div#copyright, footer div#copyright a {
	color: #ffffff;
}

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

/* SP TOP 大見出し <h2> オーナメント 左側 */
body#hotelTop main div#topic h2:before,
body#hotelTop main div#whatsnew span.caption:before,
body#hotelTop main div#access span.caption:before {
    width: 40px;
    margin: 0px 8px 0px 0px;
}

/* SP TOP 大見出し <h2> オーナメント 右側 */
body#hotelTop main div#topic h2:after,
body#hotelTop main div#whatsnew span.caption:after,
body#hotelTop main div#access span.caption:after {
    width: 40px;
    margin: 0px 0px 0px 8px;
}

/* SP information
--------------------------------------*/
ul.information li {
    display: block;
    min-width: 100%;
    height: 135px;
    background-size: 70%;
}
ul.information li:nth-child(3n), body#hotelTop main div#topic ul.information li:nth-child(3n-2) {
	float: none;
}
ul.information li span.icon {
	display: none;
}
ul.information li a.link span.icon-name {
	display: block;
	position: relative;
	width: 55%;
	height: 0px;
	text-align: left;
	border-top: 135px solid #000000;
	border-right: 60px solid transparent;
	padding-left: 10px;
	font-weight: bold;
}
ul.information li a.link span.icon-name:hover {
	display: block;
	position: relative;
	width: 55%;
	height: 0px;
	text-align: left;
	border-top: 135px solid #1367aa;
	border-right: 60px solid transparent;
	padding-left: 10px;
	font-weight: bold;
}

ul.information li span.icon-name-character {
	position: relative;
	top: -135px;
	color: #ffffff;
	font-size: 4vw;
	width: 100%;
	height: 135px;
}
ul.information li span.icon-name-character:hover {
	position: relative;
	top: -135px;
	color: #ffffff;
	font-size: 4vw;
	width: 100%;
	height: 135px;
}

div.container {
	padding-left: 16px;
	padding-right: 16px;
}
ul.information li a.link{
	background-size: 100%;
}

/* TOP
-------------------------*/
footer div#linkPageTop {
	height: 0px;
}
footer div#linkPageTop a {
	position: fixed;
	bottom: 12px;
	right: 12px;
	z-index: 999;
	padding: 22px 11px 8px;
	background-color: rgba(155,213,239,0.6);
	border-radius: 50%;
	text-decoration: none;
	top: inherit;
	left: inherit;
}
footer div#linkPageTop a::before {
	content: "";
}
footer div#linkPageTop a::after {
	content: "TOP";
}
/* btnLogin
------------------------ */
header a#btnLogin {
    position: relative;
    width: 50px;
    height: 50px;
    top: 0px;
    right: 0px;
    margin: 0px;
    border-radius: 0px;
    transform: none;
    background: #1e1e1e;
}

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

/* ハンバーガーメニュー文言 */
/*
div#btnOpenMainNaviArea {
  width: 100px;
}
header div#headerOther {
  right: 100px;
}
*/
