@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
----------------------------------------------- */


/* background settings */

/*body {
	background-size: 150%;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}/*

/*body:not(#hotelTop) {
	background-size: 150%;
	background-repeat: repeat;
}/*

/*body#hotelTop main {
	background-image: url(../img/B_background_00.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
}*/


/*body#hotelTop main div#topic {
  background-size: 150%;
}*/

/*body#hotelTop main div#whatsnew {
	background-image: url("../img/A-background-000.png");
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}*/

/*body#hotelTop main div#access {
  background-size: 150%;
	background-repeat: repeat;
}*/

body:not(#hotelTop) main div#mainWrapper {
	background-color: #ffffff;
	margin: 10px;
}

body:not(#hotelTop) main {
	background-color: transparent;
	padding: 0;
}

#whatsnew section .container {
    background-color: #ffffff;
    padding: 10px;
}

main .container {
    padding-left: 10px;
		padding-right: 10px;
}


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

header {
	background-color: transparent;
}

header div.container{
	background-image: url(../img/header-background.png);
	background-color: transparent;
	background-position: center center;
	background-size: 100% 100%;
  border-bottom: none;
}

/*ヘッダー18禁ロゴ*/
header div#headerStop18Img{
	background-image: url(../img/stop-18-header.svg);
	right: 15px;
}

/*ログインボタン背景*/
header a#btnLogin{
	background: transparent;
}


/* btnLogin
------------------------ */

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

header a#btnLogin:hover {
	background-color: transparent;
	background-image: none;
}

header a#btnLogin::after {
	content: "";
	background: transparent url(../img/icon-login-sp.png);
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
	right: 30px;
	margin: 0px;
	width: 50px;
	height: 50px;
}

header a#btnLogin:hover::after {
	opacity: 0.7;
	filter: brightness(150%);
}


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 {
	display: none;
}

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

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

header div#headerLogo {
	width: 100px;
	height: 40px;
	margin-top: 5px;
}

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

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

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

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

/*グローバルメニュー／ヘッダーナビメニューボタン*/
nav#priorityNavi ul li {
	min-width: 120px;
	background: #b79bc3;
}

/*グローバルメニューテキスト*/
nav#priorityNavi ul li a{
	height: 30px;
	color: #ffffff;
  font-weight: 500;
}

nav#priorityNavi ul li a:hover{
	color: #e7c6f4;
  font-weight: 500;
	text-shadow: 1px 1px 1px #000000;
}

div#priorityNaviWrappar {
	overflow: visible;
}

/*ハンバーガーメニューボタン＆ライン色*/
#btnOpenMainNavi {
	background: #b79bc3;
}

#btnOpenMainNavi > span,
#btnOpenMainNavi > span::before,
#btnOpenMainNavi > span::after{
	background: #ffffff;
}


/*ハンバーガーメニュー展開時 ボタン＆ライン色＆背景色*/
#btnOpenMainNavi.close_bg {
	background: #b79bc3;
}

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

nav#mainNavi{
	background-color: rgba(75,75,75,0.80);
　z-index:11;
}

/*ハンバーガーメニュー　テキスト*/
nav#mainNavi ul li a {
    color: #ffffff;
    font-weight: 500;
}

nav#mainNavi ul li a:hover{
	color: #e7c6f4;
	font-weight: 500;
	text-shadow: 1px 1px 1px #000000;
}


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

div#headInformation,
div#headNotice {
	padding: 0;
}

div#headInformation a,
div#headNotice a {
	font-size: 1.125em;
}


/* freeArea フリーエリア
----------------------------------------------- */

div#freeArea2, div#freeArea3{
	margin-top:0px;
}
.freestyle li{
	float: none;
	width: 100%;
	padding-bottom: 15px;
}



/* 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 {
	content: "";
	background: url(../img/ornament-left-01.png);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	display: block;
	margin: 0px 0px 0px 0px;
}

body#hotelTop main div#topic h2:after {
	content: "";
	background: url(../img/ornament-right-01.png);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	display: block;
	margin: 0px 0px 0px 0px;
}

body#hotelTop main div#whatsnew span.caption:before {
	content: "";
	background: url(../img/ornament-left-02.png);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	display: block;
	margin: 0px 0px 0px 0px;
}

body#hotelTop main div#whatsnew span.caption:after {
	content: "";
	background: url(../img/ornament-right-02.png);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	display: block;
	margin: 0px 0px 0px 0px;
}

body#hotelTop main div#access span.caption:before {
	content: "";
	background: url(../img/ornament-left-03.png);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	display: block;
	margin: 0px 0px 0px 0px;
}

body#hotelTop main div#access span.caption:after {
	content: "";
	background: url(../img/ornament-right-03.png);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	display: block;
	margin: 0px 0px 0px 0px;
}

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

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


/*フッターメニュー背景と下線*/

footer div#footerNavi nav ul {
	background: url(../img/footer-menu-background.png);
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
  border-top: 1px solid rgb(71,71,71,0.30);
}

footer div#footerNavi nav ul li {
	background-color: transparent;
	border-bottom: 1px solid rgb(71,71,71,0.30);
}

/*フッター18禁文字*/
footer div#footerStop18 div#footerStop18Msg>span{
	color: #ffffff;
}

/*グループリンク、オフィシャルリンクの文字など*/
footer ul.link-list li a{
	color: #ba96c9;
}

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

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

/*footer ul.link-list li:hover {
    color: #ececec;
    background-color: #666666;
}*/


/*フッター住所*/
footer div#footerHotelInfo>ul li{
color: #ffffff;
}

/*フッター コピーライト*/
footer div#copyright{
color: #ffffff;
}




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


/* INFORMATION */
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,ul.information li a.secretLink span.icon{
	height: 68px;
	background-size: 30%;
	margin-top: 0px;
}

ul.information li span.icon-name-character {
	font-size: 11px;
	padding: 5px 10px 0px 10px;
}

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


/*ul.information li:nth-child(4) span.icon-name-character {
    font-size: 11px;
    padding: 5px 25px 0px 25px;
}*/

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

/* service */
body#service ul.equipment>li {
	vertical-align: top;
	min-width: 100%;
	padding: 0.875em 1em 1em 1em;
}


/* table */

/*table {
	width: 100%;
	table-layout: fixed;
}

.hyouyou_bordercolor  {
	width: 100%
}

.hyouyou_bordercolor tr {
	display: block;
	float: left;
}

.hyouyou_bordercolor tr th,
.hyouyou_bordercolor tr td {
	border-left: none;
	display: block;
	height: 50px;
	display:flex;
  align-items: center;
	justify-content: center;
}

.hyouyou_bordercolor thead {
	display: block;
	float: left;
	width: 50%;
}

.hyouyou_bordercolor thead tr {
	width: 100%;
}

.hyouyou_bordercolor tbody {
	display: block;
	float: left;
	width: 50%;
}

.hyouyou_bordercolor tbody tr {
	width: 100%;
}*/
