@CHARSET "UTF-8";

@import url("../../common/css/style-c.css");

/* ---------------------
    - common setting
    - header
    - keyVisual
    - nav
    - headline
    - freeArea
    - contents
    - footer
    - page style

--------------------- */

/* common setting
----------------------------------------------- */

* {line-height: 1.6;}

main {
	padding-bottom: 0px;
	background:#f7f6f7;
}

body#member main {
	background:#f7f6f7;
}

div#wrapper {
  background:#122a5e;
}

/*記事背景（TOP）*/
body#hotelTop main div#whatsnew section div.container,body#hotelTop main div#access section div.container{
background:#ffffff;
}


/*記事背景（TOP以外）*/
body:not(#hotelTop) main div.container{
background:#ffffff;
}


/*ホテルトップ　記事　非表示*/

body#hotelTop main div#topic section:nth-of-type(n+2){
display:none;
}

body#member main div#mainWrapper section:nth-of-type(n+2){
display:none;
}



/* header
----------------------------------------------- */

header div#headerLogo {
    width: 190px;
    height: 190px;
    background-image: url(../img/header_logo.png);
	background-size:contain;
}

header div#headerLogo {
	border: none;
}

header div.container {
	background-color: #fff;
}

header a#btnLogin {
	border: none;
	background-color: #d84191;
}

/*メンバーログイン　ボタン*/
header a#btnLogin>span::after {
/*英語「Member LOGIN」の場合は content に記入*/
    content: "\30E1\30F3\30D0\30FC\30ED\30B0\30A4\30F3";
    color: #FFFFFF;
}

header a#btnLogin:hover {
	background: #ea96cb;
}

header div#connectHotel {
	border: solid 1px #d84191;
    background-color: rgba(255,255,255,1.0);
    border-radius: 6px 6px 6px 6px;
}

header div#connectHotel p:nth-of-type(1),header div#connectHotel p:nth-of-type(2){
	color:#d84191;
}

header div#connectHotel p:nth-of-type(2):before {
    content: url(../img/icon-phone_pk.png);
    position: relative;
    top: 1px;
    left: -2px;
}

/*ヘッダー店舗名*/
header div#headerLogo::after {
    content: "";
    display: block;
    position: absolute;
    top: 190px;
    width: 190px;
    height: 10px; /* ここの値を以下基準に足して設定 */
    color: #ff0000;
    font-size: 12px;
    text-align: center;
	display:none;
}
header div.container {
    height: 440px; /* 基準:430px */
}
header div#connectHotel{
    top: 215px; /* 基準:205px */
}

header p#nickName {
    top: 290px; /* 基準:280px */
}
nav#mainNavi {
    top: 440px; /* 基準:430px */
    min-height: calc(100% - 440px /*基準:430px*/ );
    background:none;
}


/* 18禁 */
header div#headerStop18Img{
background-image:url(../img/stop-18-bg-clear.png);
/*display:none !important;*/
}

header div#headerStop18Msg{
color:#d84191;
/*display:none !important;*/
}


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

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

div#keyVisual .bx-viewport {
    border: 0;
    left: 0px;
}

div#keyVisual div.bx-pager.bx-default-pager {
  position: relative;
  top: -50px;
}

body:not(#hotelTop) div#keyVisual {
	height: 220px;
}

body:not(#hotelTop) div#keyVisual ul {
height:220px;
	/*display: ;*/
}

.key-image_2nd {
	 width: 100%;
	 height: 220px;
	 background-size: cover;
	 background-position: center center;
}



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

div#priorityNaviWrappar {
	display: none;
}

nav#mainNavi {
	background-color: #fff;
}

nav#mainNavi li a{
	color: #d84191;
}

nav#mainNavi li a:hover {
	background-color: rgba(216, 65, 145, 0.7);
	color: #ffffff;
	transition: background-color 0.5s;
}



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

#btnOpenMainNavi > span{
background:#ff0000;
}





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

div#headInformation, div#headNotice {
}


div#headInformation, div#headNotice {
	background-color: #ffffff;
}

div#headInformation a, div#headNotice a {
	color: #122a5e;
	text-align: center;
	font-size: 1.4rem;
	font-weight:300;
	padding: 20px 0px;
	letter-spacing: 1px;
}


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

div#freeArea1, div#freeArea2, div#freeArea3 {
padding:0;
}

div#freeArea2, div#freeArea3 {
	background-color: #ffffff!important;
	margin-top: -50px;
	padding-bottom: 50px;
}
.freestyle {
	list-style: none;
}
.freestyle li {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	text-align: center;
	color: #0e1e46;
	float: left;
	width: 23%;
}
main section .container .content:after, .freestyle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* contents
----------------------------------------------- */

/* タイトル（h1） */

h1{
	color:#000;
}

h1::after {
	border-top: 3px solid #e979b6;
	border-bottom: 1px solid #e979b6;
}

/* 大見出し（h2）
------------------------ */

body#hotelTop main div#topic h2,
body#hotelTop main div#whatsnew span.caption,
body#hotelTop main div#access span.caption {
    background: transparent;
    color: #d84191;
    font-size: 36px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding: 12px 24px 10px;
}

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/C_ornament_left.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    display: block;
    margin: 0px 20px 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/C_ornament_right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    display: block;
    margin: 0px 0px 0px 20px;
}

/* 小見出し（h3）
------------------------ */

body#hotelTop main div#topic h3 {
    border: none;
    text-align: center;
    color: #000000;
    font-weight: normal;
}

body#hotelTop main div#whatsnew h3{
	padding: 4px 0px;
    margin-bottom: 18px;
    border-left: none;
	font-weight:bold;
}

body#hotelTop main div#access h3{
	padding: 4px 12px;
    margin-bottom: 18px;
    border-left: 8px solid #d84191;
}

body#access h3{
	padding: 4px 12px;
    margin-bottom: 18px;
    border-left: 8px solid #d84191;
}

h3{
	padding: 4px 0px;
    margin-bottom: 18px;
    border-left: none;
	font-weight:normal;
}

h3 {letter-spacing: 3px;
}

.newDate {
	color: #d84191;
	letter-spacing: 1px;
	font-weight: 200;
}

body#hotelTop div#whatsnew h2 {
    background-color: transparent;
    border-bottom: solid 2px #d84191;
    color: #d84191!important;
    font-weight: bold;
    padding: 12px 0px 10px;
}

h2 {
    background-color: transparent;
    border-bottom: solid 2px #d84191;
    color: #d84191!important;
    font-weight: bold;
    padding: 12px 0px 10px;
}

body#hotelTop main div#topic h2{
	border-bottom:none;
}

/* ボタン */


.btn-positive, .btn-negation {
	border-color: #122A5e;
}

.btn-negation {
	color: #122A5e;
}

a.newMore.btn-negation:hover {
	background-color: #fff !important;
	color: #ff98ce !important;
}

/*アクセス情報*/

/*トップページ「MAP」見出し　非表示*/
#access section h2{
	display: none;
}

/* footer
----------------------------------------------- */

footer div#footerHotelInfo div#footerLogo {
    width: 200px;
    height: 23px;
    background-image: url(../img/footer-logo.png);
}



footer div#linkPageTop a {
	background-color: #d84191;
}

footer div#footerNavi, footer div#footerNavi nav ul {
	background-color: #f7f6f7;
}

footer div#footerNavi nav ul li a {
	color: #343434;
}

footer div#footerInfo {
	background: #f7f6f7;	
}

footer * {
	color: #454545;
	font-weight: 400;
}

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

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

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

ul.link-list {
	outline: #4d4d4d;
}

footer div#linkPageTop a {
	padding: 34px 18px 22px 18px;
}

footer ul.link-list li a:hover {
	background-color: rgba(216, 65, 145, 0.5);
	transition: background-color 0.5s;
}

footer div#footerNavi nav ul li a:before {
    border-color: transparent transparent transparent #343434;
}

footer div#footerHotelInfo div#footerLogo
{
  width: 288px;
  height: 56px;
  }


/* 18禁 */
#footerStop18Img{
color:#ffffff;
/*display:none !important;*/
}

#footerStop18Msg{
color:#ffffff;
/*display:none !important;*/
}


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

/* トピック */
body#hotelTop main div#topic {
    background-color: #fff;
}

body#hotelTop main div#topic * {
	color: #FFFFFF;
}


/* INFORMATION */

ul.information {
    text-align: center;
}

ul.information li {
    background-color: #b3b3b3;
    display: inline-block;
    width: calc(( 100% - 51px)/3);
    height: 160px;
    font-size: 14px;
    border-radius: 15px;
    margin-bottom: 40px;
    text-align: center;
}

ul.information li:hover {
    background-color: #333333;
}

ul.information li a.link,ul.information li a.secretLink{
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}

ul.information li:not(:nth-child(3n)) {
    margin-right: 20px;
}

ul.information li a.link span.icon,ul.information li a.secretLink span.icon{
    display: block;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

ul.information li:nth-child(1) span.icon {
    background-image: url(../img/info1.png);
}

ul.information li:nth-child(2) span.icon {
    background-image: url(../img/info2.png);
}

ul.information li:nth-child(3) span.icon {
    background-image: url(../img/info3.png);
}

ul.information li:nth-child(4) span.icon {
    background-image: url(../img/info4.png);
}

ul.information li:nth-child(5) span.icon {
    background-image: url(../img/info5.png);
}

ul.information li:nth-child(6) span.icon {
    background-image: url(../img/info6.png);
}


ul.information li a.link span.icon-name,ul.information li a.secretLink span.icon-name{
    display: block;
    width: 100%;
    height: 40px;
}

ul.information li span.icon-name-character {
    color: #ffffff;
    display: block;
    margin: auto;
    font-size: 15px;
    padding-top: 5px;
}

/*body#hotelTop main div#topic */ul.information li span.icon-name-character {
	font-size: 1.1rem;
	letter-spacing: 1px;
	font-weight: 400;
}

/*body#hotelTop main div#topic */ul.information li {
	background-color: rgba(255, 255, 255, 0.2);
	transition: background-color 0.5s;
}

/*body#hotelTop main div#topic */ul.information li:hover {
    background-color: rgba(18, 42, 94, 0.5);
}

/* メンバー用INFORMATION */
body#member main ul.information li:nth-child(1) span.icon {
    background-image: url(../img/info7.png);
}

body#member main ul.information li:nth-child(2) span.icon {
    background-image: url(../img/info8.png);
}

body#member main ul.information li:nth-child(3) span.icon {
    background-image: url(../img/info9.png);
}

body#member main ul.information li:nth-child(4) span.icon {
    background-image: url(../img/info10.png);
}

body#member main ul.information li:nth-child(5) span.icon {
    background-image: url(../img/info11.png);
}

body#member main ul.information li:nth-child(6) span.icon {
    background-image: url(../img/info12.png);
}


/*INFORMATION　記事*/
main div#topic section:nth-child(n+2){
display:none;
}


/* Whats New */

#whatsnew .newMore {
	min-width: 300px;
	letter-spacing: 1px;
	color: #fff;
	border-color: #ff98ce;
	background-color:#ff98ce; 
	transition: 0.5s;
}

/* アクセス情報 */
body#hotelTop main div#access {
	background: #fff;
}

#accessApiMap {
	margin: 30px 0px;
}

/* アクセス情報 TOP */
#hotelTop main div#access h3{color:#343434;}
#hotelTop main div#access .content{color:#343434;}

/* empty (空室情報） */
body#empty div.epEmptyRoom {
	border-color: e979b6 !important;

	background-color: #e979b6;
	border: solid 2px #e979b6;
	text-align: center;
	width: 45%;
	margin: 10px;
}

body#empty div.epEmptyRoomClm {
	background-color: #e979b6 !important;
}

body#empty div.epCleanRoom {
	border-color: #A4ABB1 !important;	
}

body#empty div.epCleanRoomClm {
	background-color: #A4ABB1 !important;
}
body#empty div.epEmptyRoomClm {
	background-color: #e979b6;
}

body#empty div.epCleanRoom {
	border-color: #A4ABB1 !important;	
}

body#empty div.epEmptyRoom div {
	padding: 16px;
}

.roomlist {
	background:#122a5d !important;
	height: 50px !important;
}
.roomlist a{display:block;}

body#empty span.roomlist a{
display:block;
height:50px;
line-height:50px;
}



/* bbs (掲示板修正）*/


body#bbs table#bbsInput th, body#bbs table#bbsInput td, body#bbsReply table#bbsInput th, body#bbsReply table#bbsInput td {
	background-color: #f5f5f5;
}

body#bbs ul.postWriting, 
body#bbsReply ul.postWriting {
	background-color: #dff1fb;
}

body#bbs li#infoName a, 
body#bbs li#replyName a, 
body#bbs .topicName, 
body#bbsReply li#infoName a, 
body#bbsReply li#replyName a, 
body#bbsReply .topicName {
	color: #7ca8c2;
}

body#bbs li#replyName, 
body#bbsReply li#replyName {
	color: #7ca8c2;
}

body#bbs li#infoBorder, 
body#bbs li#replyBorder, 
body#bbsReply li#infoBorder, 
body#bbsReply li#replyBorder {
	border-bottom-color: #7ca8c2;
}

body#bbs a#linkLogin, body#bbs a#guidelines, body#bbs div#pagination a#preview, body#bbs div#pagination a#new, body#bbs div#pagination a#next, body#bbsRegister a#bbsBack, body#bbsDelete a#bbsBack, body#bbsReply a#linkLogin, body#bbsReply a#guidelines, body#bbsReply div#pagination a#preview, body#bbsReply div#pagination a#new, body#bbsReply div#pagination a#next, body#bbsReply a#bbsBack {
	color: #122a5e;
}

/* room (料金・客室情報） */

body#room div.Title {
	  background-color: #A4ABB1;
}

body#room div.item-table dl dt.zenjitsu, body#room div.item-table dl dd.zenjitsu {
	background-color: #f5f5f5;	
}

body#room dl.roomDl dt,
body#room dl.roomDl dd {
	border:none ;
}

body#room div.item-table {
	border:none ;
}

body#room a.roomLink {
	border-color: #e979b6;
	color: #e979b6;
	transition: background-color 0.5s;
}

body#room a.rankLinkOn {
	background-color: #e979b6;
	color: #ffffff;
}

body#room a.roomLink:hover {
	background-color: #e979b6;
 }

body#room span.roomRankTitle {
	background-color: #e979b6;
}

body#room div.rankTab {
	border-bottom-color: #e979b6;
}

body#room div.roomImgs {
	border-color: #ffffff;
}

body#room div.roomRankArea {
	background-color: #ECEEF1;
	padding-bottom: 20px;
}



/* room detail (料金・客室情報詳細）*/

body#roomdetail a.priceLink {
	border-color: #e979b6;
	color: #e979b6;	
}

body#roomdetail a.priceLink:hover {
    background-color: #e979b6;
    color: #ffffff;
    border-color: #e979b6;
}

body#roomdetail div#priceArea {
	background-color: #ECEEF1;
}

body#roomdetail div.Title {
	  background-color: #A4ABB1;	
}

body#roomdetail dl.roomDl dt, body#roomdetail dl.roomDl dd {
	border: none;
}

body#roomdetail div.item-table dl dt.zenjitsu, body#roomdetail div.item-table dl dd.zenjitsu {
	background-color:  #f5f5f5;
}

body#roomdetail div.item-table {
	border:none ;
}

body#roomdetail div#equipmentInfo {
	border: none;
	background-color: #ECEEF1;
}

body#roomdetail li.equipment:before {
	border: 3px solid #4d4d4d;
}

body#roomdetail a#roomBack {
	color: #e979b6;
}

/* simulate (料金シミュレーション） */

body#simulate tr.tr-entering th, body#simulate tr#tr-time th {
	background-color: #f5f5f5;	
}


/* service (サービス設備情報） */

body#service div.limiteroom {
	background-color: #e979b6;
}

/* mailto (お問い合わせ） */

body#mailto a#maillink {
	width: 320px;
	display: block;
	text-align: center;
	background-color: #d86fb7;
	border-radius:21.8px;
	color: #fff;
	padding: 8px 88px;
	border-radius: 28px;
	text-decoration: none;
	margin-bottom: 20px;
}

body#mailto a#maillink:hover{
	background-color: #e6a7e7;
}

/*メールマガジン*/
input[type=text]{
color:#000000;
}


/* coupon (クーポン） */

content{
	text-align: center;
	color:#ffffff !important;;
	
}

body#coupon div.couponList {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #e979b6 !important;
}

body#coupon span.couponClum {
	background-color: #e979b6;
	color: #ffffff !important;
}

div.couponBtn.content{
	display:blocck;
	color: #ffffff !important;
}

div.couponBtn.content a{
	display:blocck;
	font-weight:bold;
	color: #e979b6 !important;
}

div.couponBtn.content a:hover{
	display:blocck;
	font-weight:bold;
	color: #ffffff !important;
}

.btn-positive a{
	display: block;
	color: #ffffff !important;
	padding: 0px 80px;
}

body#coupon div.couponBtn a {
    color: #e979b6;
}

/* ボタン共通 */

.btn-positive {
    border-color: #e979b6 !important;
    background-color: #ffffff !important;
    color: #e979b6 !important;
    transition: background-color 0.5s;
}

.btn-positive:hover {
    background-color: #e979b6 !important;
    color: #ffffff !important;
}

.btn-negation {
	border-color: #999;
	color: #999;
}

body#question .inputbtnWhite:hover{
	opacity:0.8;
}

/*部屋ランク別料金一覧表 */
body#room li.roomImgList {
  width: 100px;
  margin: 0 10px;
}

/* 客室画像 */
#roomImages{
width:600px;
margin:0 auto;
text-align:left !important;
}


/*メンバーログイン　INFORMATION 背景色*/

#member section:nth-child(2){
background: transparent;
}

#member section h3{
	color:#ffffff;
	text-align:center;
	border:none;
}


ul.information li {
	background-color: rgba(255, 152, 206, 1.0);
	transition: background-color 0.5s;
}

ul.information li:hover {
    background-color: rgba(255,152,206,0.6);
}

/*メンバーログイン　INFORMATION 大見出し*/
/*
body#member main div#topic h2,
body#member main div#whatsnew span.caption,
body#member main div#access span.caption {
    background: transparent;
    color: #A6894B;
    font-size: 36px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding: 12px 24px 10px;
}

body#member main div#topic h2:before,
body#member main div#whatsnew span.caption:before,
body#member 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: 50px;
    display: block;
    margin: 0px 20px 0px 0px;
}

body#member main div#topic h2:after,
body#member main div#whatsnew span.caption:after,
body#member 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: 50px;
    display: block;
    margin: 0px 0px 0px 20px;
}
*/

/*メンバーログイン　INFORMATION 小見出し*/
/*
body#member main div#topic h3 {
    border: none;
    text-align: center;
    color: #FFFFFF;
    font-weight: normal;
}
*/
/* Copyright */
footer div#copyright{
color:#454545;
}

footer div#copyright a{
color:#454545;
}

/* スマホ非表示 */
.smart_only{
display:none !important;
}

/* Youtube */
.youtube{
width:560px;
height:315px;
text-align:center;
}



/*フードメニュー*/
.foodmenu{
	width:770px;
}

.foodmenu::after{
	clear: both; 
	}

.foodmenu_left{
	width:170px;
	float:left;
	text-align:left;
	}

.foodmenu_right{
	float:left;
	text-align:left
	}


/* フッター　TOPボタン */
footer div#linkPageTop a {
background-color:#d84191;
background: rgba(216,65,145,0.8);
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 999;
display:none;
}

/* アクセスカウント */
footer div#accessCount{
display:none;
}

/* Youtube */
.youtube{
width:560px;
height:315px;
text-align:center;
}
/*トップページ「MAP」見出し　非表示*/
#access section h2 {
	display: none;
}

/*記事　回り込み解除*/
#new section .container .content:after,#whatsnew section .container .content:after,#service section .container .content:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} 


/* フリーエリア*/
div#freeArea2, div#freeArea3 {
	background-color: #ffffff!important;
	margin-top: -50px;
	padding-bottom: 50px;
}
.freestyle {
	list-style: none;
}
.freestyle li {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	text-align: center;
	color: #0e1e46;
	float: left;
	width: 23%;
}

main section .container .content:after, .freestyle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} */

body#member_use div.linkArea a,body#member_point div.linkArea a {
    color: #454545 !important;
}

body#member_allroom div.allroom-list>table td.use_room {
    background-color: #e979b6;
    color: #FFFFFF;
}

body#member_allroom div.explanation-msg span.use-color {
    color: #e979b6;
}

body#member_owner div.last {
    background-color: #e979b6;
}

body#member_owner div.last div {
    border: 1px solid #fff;
}

body#member_reserve div.mrEmptyRoomClm {
    background-color: #e979b6;
}

body#member_reserve div.mrEmptyRoom {
    border-color: #e979b6;
}

label.radio_text:after{
	background-color: #e979b6;
}

header div#nickName p{
	color:#d84191;
}

/*「ホテルへ一言」大見出し削除*/
body#mailto main div.content2 h2:nth-child(1){display:none;}
/*赤文字*/
.red{color:#ff0000;}
