@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-color: #FFFFFF;
}

div#wrapper {
  background: #ccbda8;
}

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

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-c.png);
}

header div#headerLogo {
	border: none;
}

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

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

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

header a#btnLogin:hover {
	background-color: #ccbea9;
	color: #221713;
}

header div#connectHotel {
	border: none;
}

/*ヘッダー店舗名*/
header div#headerLogo::after {
    content: "浅草店";
    display: block;
    position: absolute;
    top: 190px;
    width: 190px;
    height: 10px; /* ここの値を以下基準に足して設定 */
    color: #f6e5cc;
    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禁 */
#headerStop18Img{
color: #f6e5cc;
/*display:none !important;*/
}

#headerStop18Msg{
color: #f6e5cc;
/*display:none !important;*/
}

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

header div#headerStop18Img {
    position: absolute;
    bottom: 0px;
    width: 42px;
    height: 60px;
    background-image: url(../img/stop-18-bg-bk.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}

header div#headerStop18Msg {
  position: absolute;
  width: 148px;
  height: 60px;
  margin: 0px 8px;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  text-align: left;
  bottom: 0px;
  right: 0px;
}


/* 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: #ccbea9;
	color: #f6e5cc;
}

nav#mainNavi li a:hover {
	background-color: #ccbea9;
	color: #f6e5cc;
	transition: background-color 0.5s;
}


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

#btnOpenMainNavi > span{
background: #ccbea9;
}



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

div#headInformation, div#headNotice {
}


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

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


/* freeArea
----------------------------------------------- */

div#freeArea1, div#freeArea2, div#freeArea3 {
background:#ccbea9;
}

div#freeArea3 a{
color: #f6e5cc !important;
}


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

/* タイトル（h1） */

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

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

body#hotelTop main div#topic h2,
body#hotelTop main div#whatsnew span.caption,
body#hotelTop main div#access span.caption {
    background: transparent;
    color: #331f1c;
    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: contain;
    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: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    display: block;
    margin: 0px 0px 0px 20px;
}

body#hotelTop main div#whatsnew h2 {
	background-color: #ffffff;
	color: #331f1c;
	border-bottom: 2px solid #331f1c;
	text-align: left;
}


/* トピック　大見出し
------------------------ */
h2 {
	padding: 12px 24px 10px;
	margin-bottom: 26px;
	background-color: #f6e5cc;
}


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

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

/* トピック　小見出し（h3）
------------------------ */
body#hotelTop main div#whatsnew h3 {
	padding: 4px 12px;
	margin-bottom: 18px;
	border-left: none;
}

h3 {
	letter-spacing: 3px;
	border-left: 8px solid #f6e5cc;
}

.newDate {
	color: #331f1c;
	letter-spacing: 1px;
	font-weight: 200;
	display:none;
}

/* ボタン */

.btn-positive {
  background-color: #331f1c;
  color: #f6e5cc;
}

.btn-positive, .btn-negation {
	border-color: #331f1c;
}

.btn-negation {
	color: #331f1c;
}

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

/*アクセス情報*/

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

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

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

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

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

footer div#footerInfo {
	background-color: #f6e4cc;	
}

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


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

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

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

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

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


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

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


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

/* トピック */
body#hotelTop main div#topic {
    background-image: url(../img/C_background.png);
    background-color: #331f1c;
}

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

body#hotelTop main div#topic {
	background-image:url(../img/C_background.png) ;
}


/* INFORMATION -----------------------------------------------*/

ul.information {
    text-align: center;
}

ul.information li {
    background-color: #ccbea9;
    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: #f6e5cc;
}

ul.information li a.link {
    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 {
    display: block;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

ul.information li a.link 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;
}


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

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

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

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

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

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

/*メンバー用インフォメーション*/

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

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

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

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

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

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

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

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

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

body#member main ul.information li:nth-child(4) span.icon {
    display;none;
}

body#member main ul.information li:nth-child(5) span.icon {
    display;none;
}

body#member main ul.information li:nth-child(6) span.icon {
    display;none;
}
*/


/*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: #ccbea9;
	transition: background-color 0.5s;
}

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


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


/* Whats New */

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

#whatsnew a.newMore:hover {
	color: #ffffff;
	background-color: rgba(34, 23, 21, 0.6)!important;
}

/* アクセス情報 */
body#hotelTop main div#access {
	background-image: url(../img/C_background.png);
}

#accessApiMap {
	margin: 30px 0px;
}

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


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

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

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

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

body#empty div.epCleanRoomClm {
	background-color: #e0b9af !important;
}
body#empty div.epEmptyRoomClm {
	background-color: #331f1c;
}

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

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

.roomlist {
	background:#331f1c !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: #331f1c;
}

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

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

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: #331f1c;
	color: #331f1c;
	transition: background-color 0.5s;
}

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

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

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

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

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: #331f1c;
	color: #331f1c;	
}

body#roomdetail a.priceLink:hover {
	background-color: #331f1c;
	color: #ffffff;
}

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

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

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 #331f1c;
}

body#roomdetail a#roomBack {
	color: #331f1c;
}

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

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


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

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

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

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

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


/* coupon (クーポン） */

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

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

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

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

div.couponBtn.content a{
	display:blocck;
	font-weight:bold;
	color: #331f1c !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;
}


/* ボタン共通 */

.btn-positive {
	border-color: #331f1c !important;
	background-color: #fff !important;
	color: #331f1c !important;
	transition: background-color 0.5s;
}

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

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

/*部屋ランク別料金一覧表 */
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: linear-gradient(45deg, #24aaac, #474ebf);
}

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


ul.information li {
	transition: background-color 0.5s;
}

ul.information li:hover {
    background-color: rgba(214, 199, 178, 0.5);
}
*/

/*メンバーログイン　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:#331f1c;
}

footer div#copyright a{
color:#331f1c;
}

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

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



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

.foodmenu::after{
	clear: both; 
	}

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

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

/* アクセスカウント */
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: #f6e5cc!important;
	margin-top: -50px;
	padding-bottom: 50px;
}
.freestayle {
	list-style: none;
}
.freestayle li {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	text-align: center;
	color: #0e1e46;
	float: left;
	width: 23%;
}

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

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

/* main
----------------------------------------------- */
main {
    position: relative;
    width: calc(100% - 220px);
    margin-left: 220px;
}

body#hotelTop main div#topic,
body#hotelTop main div#whatsnew,
body#hotelTop main div#access {
    padding-top: 60px;
    padding-bottom: 60px;
	background-color: #f6e5cc;
	}

body#hotelTop main div#whatsnew{
	background-color: #f6e5cc;
}

body:not(#hotelTop) main {
    padding-top: 20px;
}

body#hotelTop main div#whatsnew section div.container {
	background-color: #ffffff;
}

/*もっとみるボタンの背景*/

div#whatsnew > div:nth-of-type(2).container {
	background-color: #ffffff;
}

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

footer div#linkPageTop:hover a {
	background-color: rgba(34, 23, 21, 0.5);
}

footer div#linkPageTop {
    text-align: right;
    height: 0px;
}

footer div#linkPageTop a {
    position: fixed;
    padding: 34px 18px 12px;
    background-color: #331f1c;
    color: #FFFFFF;
    border-radius: 50%;
    text-decoration: none;
    z-index: 10;
}

footer div#linkPageTop a::before {
    content: "";
    position: absolute;
    top: 26%;
    left: 50%;
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    -ms-transform: translateX(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

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

/* フッター　TOPボタン */
footer div#linkPageTop a {
background-color:#331f1c;
background: rgba(34,23,21,0.6);
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 999;
display:none;
}

/* footerStop18
 ------------------------ */

footer div#footerStop18 {
    position: relative;
    top: 0px;
}

footer div#footerStop18 div#footerStop18Img {
    width: 40px;
    height: 40px;
    background-image: url(../img/stop-18-bg-bk.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

footer div#footerStop18 div#footerStop18Msg {
    position: absolute;
    top: 10px;
    left: 45px;
    font-size: 10px;
}

footer div#footerStop18 div#footerStop18Msg>span {
    color: #000000;
}

/* footer 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-block;
    min-width: 120px;
    margin: 3px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #331f1c;
}

footer ul.link-list li a {
    display: block;
    padding: 4px 10px;
    color: #331f1c;
    font-size: 11px;
    text-decoration: none;
}

footer ul.link-list li:hover a {
    color: #ffffff;
    background-color: #331f1c;
}

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 #331f1c;
}

footer ul.link-list li:hover 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;
}


/*TOP What's new かどまる*/

#whatsnew section:nth-child(2) .container:first-child {
              border-top-right-radius: 15px;
              border-top-left-radius: 15px;
                       
}
div#whatsnew > div:nth-of-type(2).container {
            background: #ffffff;
	        margin-top:-1px;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            padding-bottom: 30px !important;
}

/* メンバー情報（#member_info）----------------------- */

section div.container #memberinfo table{
border-collapse: collapse;
}

section div.container #memberinfo th, td {
	border-color:#331f1c;
border-collapse: collapse;
}
div.content #memberinfo th {
	background-color: #e0b9af;
}


/*ご利用履歴(#member_use div#historyArea)*/
div#historyArea dt.title {
	background-color: #e0b9af;
}

div#detailTitleArea table.multi-column {
	background-color: #e0b9af;
}
/*div.item-table {
	border: 1px solid #331f1c;
}
*/

div.item-table > dl {
border-color:#331f1c;
/*
	border-bottom-color: #331f1c;
	border-left-color: #331f1c;
	border-right-color: #331f1c;
	border-top-color:  #331f1c;
*/
}
div.item-table > dl:first-child > dt{
border-color:#331f1c;
}
div.item-table > dl:first-child > dd{
border-color:#331f1c;
}

div.item-table > dl > dd {
	border-left: 1px solid #331f1c;
}
table.multi-column th {
	background-color: #e0b9af;
}

table.multi-column {
	border: 1px solid #331f1c;
}

body#member_use div#historyArea table, body#member_use div#historyArea td, body#member_use div#historyArea th, body#member_use div#detailTitleArea table, body#member_use div#detailTitleArea td, body#member_use div#detailTitleArea th, body#member_use div#detailDataArea table, body#member_use div#detailDataArea td, body#member_use div#detailDataArea th {
	border-collapse: collapse;
}

table.multi-column th, table.multi-column td {
	border-left: 1px solid #331f1c;
    border-bottom: 1px solid #331f1c;
}


div.item-table > dl:first-child > dt {
	/*border-top: 1px solid #331f1c;*/
}
div.item-table > dl:first-child > dd {
	/*border-top: 1px solid #331f1c;*/
	/*border-left: 1px solid #331f1c;*/
}

/*What's New メンバー特典　表組み*/
/*body#new main div#content table.honbun th {
	border-collapse: collapse;
}
*/
section div.container table.hyouyou_bordercolor td.honbun {
border: 1px solid #331f1c;
}

.hyouyou_bordercolor{border-collapse:collapse}
.hyouyou_bgcolor{border-collapse:collapse}

/*　料金・客室情報　クレジットカードの外ワク罫線を削除*/
section div.container table.credit td {
border: none;
}





