@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: #fc3183;
}
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 {
	background: #fc3183;
}
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: "";
}
/* Logo
------------------------ */
header div#headerLogo {
	width: 117px;
	height: 38px;
	margin-top: 6px;
}
/*ヘッダー店舗名　非表示*/
header div#headerLogo::after {
	content: none;
}
/* Stop18
------------------------ */
header div#headerStop18Img {
	background-image: url("../img/stop-18-bg-fff.png");
}
/* keyVisual
----------------------------------------------- */
div#keyVisual, div#keyVisual ul {
	height: 180px;
}
nav#priorityNavi ul {
	background: #fc3183;
}
/* nav
----------------------------------------------- */
nav#priorityNavi ul li a:hover {
	color: #ff9e13;
}
#btnOpenMainNavi {
	background-color: #fc3183;
}
#btnOpenMainNavi {
	border: none;
}
/* headline
----------------------------------------------- */
nav#priorityNavi ul li {
	background: #fc3183;
	box-shadow: 0 0 3px #ffffff;
}
/* freeArea
----------------------------------------------- */
/* contents
----------------------------------------------- */
/* footer
----------------------------------------------- */
footer div#footerStop18 div#footerStop18Img {
}
footer div#footerStop18 div#footerStop18Msg {
}
/* page style
----------------------------------------------- */
/* hotelTop
----------------------------------------------- */
/* 大見出し
------------------------ */
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-image: url("../img/B_onament_left.png");
	background-position: center;
	min-width: 51px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	padding-top: 6px;
}
body#hotelTop main div#topic h2:after, body#hotelTop main div#whatsnew span.caption:after, body#hotelTop main div#access span.caption:after {
	background-image: url("../img/B_onament_right.png");
	min-width: 51px;
	background-position: center;
	height: 20px;
	margin: 0px 0px 0px 10px;
	padding-top: 6px;
}
/*information
--------------------------------------*/
/*body#hotelTop main div#topic */ul.information li {
	display: block;
	min-width: 100%;
	height: 135px;
	background-color: #000000!important;
}
/*body#hotelTop main div#topic */ul.information li:nth-child(3n), /*body#hotelTop main div#topic*/ ul.information li:nth-child(3n-2) {
	float: none;
}
/*body#hotelTop main div#topic */ul.information li span.icon {
	display: none;
}
/*body#hotelTop main div#topic */ul.information li a.link span.icon-name {
	display: block;
	position: relative;
	width: 55%;
	height: 0px;
	text-align: left;
	border-top: 135px solid #ff9e13;
	border-right: 60px solid transparent;
	padding-left: 10px;
	font-weight: bold;
}
/*body#hotelTop main div#topic */ul.information li span.icon-name-character {
	position: relative;
	top: -135px;
	color: #ffffff;
	font-size: 4vw;
	width: 100%;
	height: 135px;
}
footer div#footerNavi nav ul li {
	background-color: rgba(0,0,0,0)!important;
}
footer div#footerNavi nav ul {
	background-color: rgba(0,0,0,0)!important;
}
/*#hotelTop #topic {
	background: url(../img/B_background.png) no-repeat 0px -1px/auto 101%;
}*/
div.container {
	padding-left: 16px;
	padding-right: 16px;
}
/* フードメニュー */
.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;
}
/* PCのみ表示 */
.pc_only {
	display: none;
}
/* スマホ再表示 */
.smart_only {
	display: inline !important;
}
/* 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(217,24,131,0.6);
	color: #FFFFFF;
	border-radius: 50%;
	text-decoration: none;
	top: inherit;
	left: inherit;
}
footer div#linkPageTop a::before {
	content: "";
}
footer div#linkPageTop a::after {
	content: "TOP";
}
/* 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: #d91883;
}
footer ul.link-list li:hover {
	color: #FFFFFF;
	background-color: #d8c5c5;
}
footer ul.link-list li:hover a {
	color: #d91883;
}
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: transparent transparent transparent #4D4D4D;
}
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;
	color: #d91883;
}
footer ul.link-list li a:hover {
	color: #000000;/*background-color: transparent;*/
}
footer ul.link-list li a::before {
/*display: none;*/
}
.newTitle, #whatsnew .content, #whatsnew h3, .newDate {
	margin: 0px 10px 10px 10px !important;
}
.menufood dl {
	float: none;
	width: 100%
}
.menufood dl dt {
	float: left;
	width: 90%;
}
.menufood dl dd {
	float: right;
}
.appqr {
	display: block;
	width: 100%;
}
