@charset "UTF-8";

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
	font:14px/1.231 "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust: none;
	background-color:#F1EEE7;
}

header{
	padding:0 0 0 0;
}

header h1.hotelname {
	clear: both;
	font-size: 125%;
	padding-left:5px;
	background: url(../image/header.png) left;
/*	background-repeat: no-repeat;*/
	display:table-cell;
	vertical-align:middle;
	height:44px;
	/* 2015/10/05 MOD [Tablet]width=800pxから拡張 */
	width:1600px;
	background: -webkit-gradient(linear, left top, left bottom, from(#9F9B78), to(#8f8955));
	color:#fff;
}

#wrap {
	padding: 10px;
}
nav {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 100%;
	width: 100%;
}
nav li.sorttab {
	text-align: center;
	float: left;
	border: 1px solid #999999;
	width: 32.5%;
}
nav li a {
	display: block;
	padding: 8px 0;
}
nav a.sort {
	color: #663300;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
}

nav a.sort_selected {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#d1dff4), to(#4780d3));
}

section, nav {
	margin-bottom: 1em;
}

p {
	margin: 10px 10px 10px 10px;
}

aside {
	margin:auto auto 10px auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	border:1px solid #663300;
	background-color:#ffffff;
}

aside p:last-child {
	margin-bottom: 0;
}

aside img {
	margin-right: 5px;
}


div.rframe-ttl {
	padding: 5px 0 0 10px;
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	border-right:1px solid #663300;
	background-color:#f3f3f3;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;     /* 左上 */
	-webkit-border-top-right-radius: 8px;    /* 右上 */
	font-size:16px;
	font-weight:bold;
	color: #48403B;
}

div.rframe {
 	margin-bottom:10px;
	padding: 10px;
	border:1px solid #663300;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;    
	-webkit-border-bottom-right-radius: 8px;   
	line-height:150%;
	background-color:#ffffff;
}

div.rframe p:last-child {
	margin-bottom: 0;
}

div.rframe img {
	margin-right: 5px;
	vertical-align:bottom;
}

footer {
	height:80px;
	background: url(../image/footer.png) left;
/*	background-repeat: no-repeat;*/
	width:100%;
	background-color:#FFFFFF;
}

footer p {
	clear: both;
	font-size: 15px;
	padding:3px 5px 0 5px;
	margin:0;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.choice li {
	margin-bottom:1em;
	margin-left:5px;
}

label {
	padding:10px 12px 10px 5px;
}


/*|||||||||||||||||||
	planinfo
|||||||||||||||||||*/
div.planinfo{
	clear:both;
	padding-left:5px;
}
/*プラン検索のプラン名表示用に使用*/
div.planinfo h1{
	font-size:14px;
	font-weight:bold;
	margin-left:5px;
}

div.planinfo h2{
	font-size:20px;
	font-weight:bold;
	color:#A31837;
	text-align:right;
	margin-right:5px;
}

/*2011/05/09 MOD KIS hayashi 予約登録のプラン名表示用に使用*/
div.planinfo h3{
	font-size:15px;
	font-weight:bold;
}

div.planinfo h4{
	font-size:13px;
	color:#666666;
	margin-left:10px;
}

div.planinfo h5{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	background-color: #E3DBC3;
}

div.planinfo ul{
	margin-left:5px;
	height:1em;
	line-height:120%;
}
div.planinfo ul li {
	margin:2px;
	width:80px;
	font-size:90%;
	padding:3px 0 3px 0;
	list-style-type:none;
  	border: 1px solid #ffcc33;
	float:left;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffcc33));
	text-align:center;
}
div.planinfo hr{
	margin-bottom:3px;
}

div.planinfo img {
	margin:5px
}

div.planinfo .category_ico {
	margin:0px 1px 0px 1px;
}

div#image_memo {
	font-size:90%;
	width:180px;
	margin:auto; 
}
.panel{
  display: none;
  position: absolute;
}

.active {
  display: block;
}

.content {
  margin: 0px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

article:not(.display) {
	display: none;
}

/* ###検索ボタン### */
input[type=submit].btnSearch,
input[type=submit].btnReserve {
	width: 95%;
	height: 40px;
  	font: 600 16px/1 "ヒラギノ角ゴ Pro W3";   
	text-align: center;   
	border: solid thin #663300;
	-webkit-border-radius: 8px;
	-moz-border-radius: .8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 3px #999; 
	box-shadow: 2px 2px 2px #bbb;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
	color: #48403B;
}

/* ###次へボタン### */
input[type=submit].btnNext,
input[type=button].btnNext {
	width: 95%;
	height: 40px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dadada));
	font-size: 100%;
	text-align: center;
	border: solid thin #dadada;
	-webkit-box-shadow: 2px 2px 5px #999; 
	box-shadow: 2px 2px 2px #bbb;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	color: rgb(72, 64, 59);
    font: 600 16px/1 'ヒラギノ角ゴ Pro W3';
	border: thin solid rgb(102, 51, 0);
	border-radius: 8px;
	}
input[type=submit].btnNext a {
	display: block;
	padding: 5px 0;
	color:#000;
	text-decoration: none;
}

input[type=submit].btnNext:hover {
	-webkit-box-shadow: 1px 1px 2px #999; 
	box-shadow: 1px 1px 1px #bbb;
}

a.btnReserve {
	height: 25px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dadada));
	font-size: 100%;
	text-align: center;
	border: solid thin #dadada;
	-webkit-box-shadow: 2px 2px 5px #999; 
	box-shadow: 2px 2px 2px #bbb;
	padding: 3px 80px 2px 80px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	color:#000000;
	text-decoration: none;
}

a.btnReserve2 {
	height: 25px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dadada));
	font-size: 100%;
	text-align: center;
	border: solid thin #dadada;
	-webkit-box-shadow: 2px 2px 5px #999; 
	box-shadow: 2px 2px 2px #bbb;
	padding: 3px 20px 2px 20px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	color:#000000;
	text-decoration: none;
}

div.planinfo img.smokebtn{
	padding:0px 0px 5px 0px;
	vertical-align:middle;
}


/* ###部屋情報ボタン### */
h4 a {
	background-color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#96b7e5));
	font-size: 80%;
	text-align: center;
	border: solid thin #dadada;
	-webkit-box-shadow: 1px 1px 2px #999; 
	box-shadow: 2px 2px 2px #bbb;
	padding: 3px 8px 1px 8px;
	color:#444;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

h4 span {
	white-space:nowrap;
}

/* プラン紹介ページ */
a.btnplan {
	background-color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
	font-size: 90%;
	text-align: center;
	border: solid thin #dadada;
	-webkit-box-shadow: 1px 1px 2px #999; 
	box-shadow: 2px 2px 2px #bbb;
	padding: 5px 25px 4px 25px;
	color:#444;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
}

/* ###ログアウトボタン### */
input[type=button].btnLogout {
	background-color: #cccccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	font-size: 80%;
	text-align: center;
	border: solid thin #dadada;
	-webkit-box-shadow: 1px 1px 1px #bbb; 
	box-shadow: 1px 1px 1px #bbb;
	padding: 1px 2px 1px 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align:top;
	padding:5px;
	margin-top:-5px;
	margin-left:5px;
}
/* [共通]標準ボタン */
input[type=button].btn {
	background-color: #cccccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	padding: 2px 2px 2px 2px;
	text-align: center;
	border: solid thin #dadada;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #bbb;
	-webkit-box-shadow: 1px 1px 1px #bbb; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
/* ###空室ｶﾚﾝﾀﾞｰボタン### */
input[type=submit].btnCalendar {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dadada));
	border: solid thin #dadada;
	-webkit-box-shadow: 1px 1px 2px #999; 
	box-shadow: 2px 2px 2px #bbb;
	padding: 3px 5px 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:left;
	color:#444;
}
td.btnCalendar{
	vertical-align:middle;
	text-align:right;
}
/**
 * iPhoneアプリのタイトルなどで使われています
 * h1要素などに使うとよいでしょう。挿入バーからも利用できます。
 */
.iPhoneHead {
  height: 36px;
  padding: 8px 3px 0;
  border-top: 1px solid #cdd5df;
  border-bottom: 1px solid #2d3642;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b0bccd), to(#6d84a2));
  background-color: #b0bccd;
}
.iPhoneHead h1 {
  font-family: HiraKakuProN-W6;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin:0 3em;
}



/**
 * アドレス帳のようなリストや、設定画面などの定義リストを構築できます
 * 文字数に制限があるので気をつけましょう
 */

.iPhoneULIndex li {
  border-bottom: solid 1px #d9d9d9;
  overflow: hidden;
  background-color: #fff;
}
.iPhoneULIndex a {
  text-decoration: none;
  color: black;
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);
  display: block;
  padding: 6px 0;
}

a {
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);  // タップ時の反転色
}

/* ###戻るボタン### */
.btnBack {
  background: url(../image/bg_button_back.png) right center no-repeat;
  padding-right: 5px;
  height: 31px;
  margin-right: 5px;
  width: 3em;
  position:relative;
  top:-23px;
}
.btnBackInner {
  background: url(../image/bg_button_back.png) left center no-repeat;
  height: 28px;
  padding-left: 17px;
  padding-top: 3px;
}
.btnBack a {
  color: #fff;
  font-size: 80%;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
  display:block;
  width:3em;
  padding:6px 0px 8px 15px;
  position:relative;
  left:-17px;
}

/* ###入力画面### */
form {
	border-radius: 8px;
	-webkit-border-radius: 8px;s
	padding: 10px;
}

form dt {
	font-weight: bold;
	color:#663300;
	margin-bottom: 0px;
}

form dd {
	margin-left: 2px;
	margin-bottom: 10px;
	font-size:14px;
}

input,
textarea {
	padding: 5px;
}

.require {
	font-size: 80%;
	background-color: #ff5d25;
	color: #fff;
	padding: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-left: 10px;
	white-space:nowrap;
}

p.remarks {
	font-size:90%;
	color:#666666;
	margin:3px;
	
}

table.cancelcharge {
	margin: auto auto 10px 0px;
}

table.cancelcharge th{
	background-color: #eeeeee;
	border:solid 1px #666666;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	font-weight: bold;
	color:#663300;
}
table.cancelcharge td{
	background-color: #fff;
	border:solid 1px #666666;
	padding:5px;
	text-align:center;	
}

/*### 料金明細表 ###*/
table.chargedetails {
	width:100%;
}

table.chargedetails th{
	background-color: #eeeeee;
	padding-left:3px;
}
table.chargedetails td{
	background-color: #fff;
	padding-left:10px;
}

.price{
	/* font-size:16->15px mizobata */
	font-size:15px;
	font-weight:bold;
	color:#A31837;
	text-align:right;
}

/*### プラン検索 ###*/
p.search_criteria{
	margin-bottom:0px;
}
b.search_count{
	color:#A31837;
	font-size:150%;
	margin-left:10px;
}
hr.plan_line{
	margin-bottom:0px;
	border-top: 1px solid #d9d9d9;
	height: 0px;
}
div.category{
	margin-left:10px;
}
div.category img{
	margin:0px;
}
div.planinfo td.next_image{
	vertical-align:middle;
	width:20px;
}
div.planinfo td.information{
	vertical-align:top;
	padding-top:0px;
}
div.planinfo img.nosmoke{
	margin:0px;
}
div.plantitle{
	background-color:#4780d3;
	width:8px;
	height:25px;
}
div.planname{
	vertical-align:middle;
}
div.room_information{
	margin-top:5px;
}
div.room_information img.room_image{
	max-width:100%;
}
div.roominfo{
	padding:3px;
}
div.freetitle{
	padding:3px;
	background-color:#edefd2;
}
div.photo_slide div.image_comment{
	/* 2014/10/20 MOD mizobata 英語サイトで、width:90%を付加したい為、spanからdivにimage_commentのタグを変更
	/*2013/02/01 MOD NCS Nakamura 画像コメントの大きさを調整*/
	font-size: 100%;
}
.photo_wrap,.photo figure,.photo .img_wrap{
/*	width:180px;	2013/01/29 MOD NCS hashimoto 画像表示枠の横幅調整*/
	width:270px;
}
.photo_slide,.photo figure,.photo .img_wrap{
/*	height:175px;	2013/01/29 MOD NCS hashimoto 画像表示枠の縦幅調整*/
/*	2013/02/01 MOD NCS Nakamura 画像表示枠の縦幅調整*/
	height:270px;
}

/* 画像スライド */
/*for ie or Opera*/
.photo_prev.ie,
.photo_next.ie{
	float:left;width:30px;
}
.photo_wrap.ie{
	float:left;
}

/*common*/
.photo_slide{
	display:-moz-box;
	display:-webkit-box;
	display:-ms-box;
	display:box;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.photo_prev,
.photo_next{
	height:100%;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}
.photo_prev{
	visibility:hidden;
	background-image:url(../image/prev.png);
/*	background-position:right 60px;	2013/01/29 MOD NCS hashimoto 前へボタンの表示位置の調整*/
/*	2013/02/01 MOD NCS Nakamura 前へボタンの表示位置の調整*/
	background-position:right 90px;
	background-repeat:no-repeat;
}
.photo_next{
	visibility:hidden;
	background-image:url(../image/next.png);
/*	background-position:left 60px;	2013/01/29 MOD NCS hashimoto 次へボタンの表示位置の調整*/
/*	2013/02/01 MOD NCS Nakamura 次へボタンの表示位置の調整*/
	background-position:left 90px;
	background-repeat:no-repeat;
}
.photo_prev div,.photo_next div{
	display:none;
}
.photo_wrap{
	position:relative;
	height:100%;
	overflow:hidden;
	border:0px solid #eee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.photo{
	position:absolute;
	top:0;left:0;
	height:100%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.photo figure{
	position:relative;top:0;
	left:0;
	display:block;
	float:left;
	overflow:hidden;
}
.photo .img_wrap{
	display:table-cell;
	margin:0;
	padding:0;
	/*2013/02/01 MOD NCS Nakamura 画像コメントを左寄せに表示する*/
	/*text-align:center;*/
	vertical-align:top;
}
.photo .bottom{
	position:absolute;
	left:0;display:block;
	width:100%;margin:0;
	padding:3px;
	background-color:#fff;
	color:#444;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	opacity:0;
	filter:alpha(opacity="0");
}
.photo .bottom{
	bottom:0;
}
.photo .caption_on .bottom{
	opacity:0.9;filter:alpha(opacity="90");
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}

/***** 2011/04/07 ADD kitano START *****/
/* プラン情報用 */
div.rframe-planttl {
	padding: 5px 0 0 10px;
	border:1px solid #6495ed;
	background-color:#6495ed;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;     /* 左上 */
	-webkit-border-top-right-radius: 8px;    /* 右上 */
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}

div.rframe-plan {
 	margin-bottom:10px;
	padding: 10px;
	border:1px solid #6495ed;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;    
	-webkit-border-bottom-right-radius: 8px;   
	line-height:150%;
}

nav.roadmap,nav.roadmap3{
	padding: 5px 0;
	background: #F1EEE7;
}
nav.roadmap ol,nav.roadmap3 ol{
	padding: 0 0 10px 10px;
}
nav.roadmap ol li,nav.roadmap3 ol li{
	float:left;
	height:25px;
	padding:7px 0 0 0;
	list-style-type:none;
	text-align:center;
	border-collapse:collapse;
	background-color:#FFFFFF;
	border-top:solid 1px #AAAAAA;
	border-bottom:solid 1px #AAAAAA;
	border-left:solid 1px #AAAAAA;
}
nav.roadmap ol li.active,nav.roadmap3 ol li.active{
	background-color:#FFCC33;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f16a99));
	background: -webkit-gradient(linear, left top, left bottom, from(#9F9B78), to(#8f8955));
    color: #fff;
}
nav.roadmap li:last-child,nav.roadmap3 li:last-child {
	border-right:solid 1px #AAAAAA;
}
nav.roadmap ol li{
	width:24%;
}
nav.roadmap3 ol li{
	width:32%;
}

/* [共通]ボタンの中央寄せ */
div.btn {
	text-align:center;
}
/* [共通]select部のフォントサイズ指定 */
select.list {
	font-size:16px;
}
/* [共通]段落を変えるときの左余白 */
.left20 {
	margin-left:20px;
}
/* [共通]強調したい文字のフォントカラー */
.important {
	color:#e33933;
}
/* [共通]予約番号の強調用 */
.rsvNumber {
	color:#A31837;
	font-size:20px;
	margin:5px;
	font-weight:bold;
}
/* [共通]ログイン中の名前表示 */
div.login {
	padding-top: 10px;
	padding-bottom: 15px;
}
/* 料金明細用 */
div.pricedetail {
	/* padding:10 5 5 5 -> 10 0 5 5 mizobata */
	padding:10px 0px 5px 5px;
}

/***** 2011/04/07 ADD kitano END *****/

/*
	2011/04/21 mizobata 追加
*/
.credit_message {
	font-size:90%;
	font-weight:normal;
	color:#ff0000;
}
.red {
	color:#ff0000;
}
.hotel_select {
	width:270px;
}
.search_result_hotel {
	color:#333399;
}

.sp_calendar td:hover{
	background-color:#ffffA0;
}
.sp_calendar a{
	text-decoration:none;
}

.sp_calendar table{
	border-collapse: collapse;
}

.sp_calendar th{
	width:14px;
	height:30px;
	margin:5px;
	font-size:14px;
	text-align:center;
	vertical-align:middle;
	background-color:#E0E0FF;
	border: 1px solid #A0A0FF;
}

.sp_calendar td{
	width:14%;
	height:30px;
	margin:0px;
	font-size:14px;
	text-align:center;
	vertical-align:middle;
	border: 1px solid #A0A0FF;
}

.sunday , .sunday a{
	color:#FF0000;
}


.satday , .satday a{
	color:#0000FF;
}
.day , .day a , .calprice_4week a , .calprice_5week a , .calprice_6week a{
	color:#333;
}

.cal_header {
	text-align:center;
	font-size:125%
}
.cal_content {
  margin: 0px;
  background-color: #fff;
  border: solid 1px #b0bccd
}

.cal_header a{
	text-decoration:none;
}

.plancal_width{
	width:94%;
}

.sp_reserve_calendar{
	clear:both;
	background-color:#ffffff;
}

.sp_reserve_calendar a{
	text-decoration:none;
}

.sp_reserve_calendar table{
	border-collapse: collapse;
}

.sp_reserve_calendar th{
	width:14%;
	height:12px;
	margin:5px;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	background-color:#F0F0F0;
	border: 1px solid #CCC;
}

.sp_reserve_calendar td{
	width:14%;
	height:12px;
	margin:0px;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	border: 1px solid #CCC;
}

.sp_reserve_calendar td.calprice_5week{
	/* font-size:13px->11px mizobata */
	font-size:11px;
	height:42px;
	color:#663300;
}

.sp_reserve_calendar td.calprice_4week{
	/* font-size:13px->11px mizobata */
	font-size:11px;
	height:52px;
	color:#663300;
}

.sp_reserve_calendar td.calprice_6week{
	/* font-size:13px->11px mizobata */
	font-size:11px;
	height:35px;
	color:#663300;
}

.sp_reserve_calendar td.bggray{
	background:#cccccc;
}
.sp_reserve_calendar div.seldate{
	font-size:15px;
	width:100%;
	height:100%;
}

.sp_reserve_calendar td.satday{
	background:#DDEAFF;
}
.sp_reserve_calendar td.sunday{
	background:#F7E1E1;
}
div.smoketab{
	width:100%;
}
div.smoketab ul{
	margin-left:0px;
}
div.smoketab li.tabselect_on, div.smoketab li.tabselect_off{
	width:40%;
	border-style:solid;
	border-color:#aaaaaa;
	border-width:1px 1px 1px 1px;
	display:block;
	float:left;
	margin:0px 0px -1px 12px;
	padding:5px;
	text-align:center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
}
div.smoketab li.tabselect_on{
	border-width:1px 1px 1px 1px;
	border-color:#A0A0FF #A0A0FF #A0A0FF #A0A0FF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E0E0FF));
}
div.smoketab li.tabselect_off{
	border-width:1px 1px 1px 1px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
}
nav li.reserve_list_head{
	font-size: 15px;
	text-align: center;
	color: #666666;
	color: #fff;
	border: 1px solid #663300;
	width: 99.5%;
	height: 40px;
	background-color: #666666;
	background: -webkit-gradient(linear, left top, left bottom, from(#9F9B78), to(#8f8955));
	padding-top: 5px;
	margin-bottom: -10px;
}
div.planinfo.reserve_cancel{
	background-color: #e6e6e6;
}
.iPhoneReserve li {
	border-bottom: solid 1px #d9d9d9;
	overflow: hidden;
	background-color: #fff;
}
.iPhoneReserve ul {
	width: 200px;
	margin-bottom: 20px;
}
.iPhoneReserve a {
	text-decoration: none;
	color: black;
	-webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);
	display: block;
}
div.planinfo td.search_reserve{
	padding-left:	5px;
}
div.search_reserve h1{
	font-size:15px;
	font-weight:bold;
	margin-left:5px;
}
b.reserve_count{
	color:#A31837;
	font-size:16px;
}

/* プラン一覧料金 */
.price2{
	font-size:18px;
	font-weight:bold;
	color:#A31837;
	white-space:nowrap;
}
/* プランカレンダーajax取得エラー */
.ajax_calerr{
	width:100%;
	height:300px;
	text-align:center;
	padding-top:100px;
}

/*  空室照会  */

table.cal_weekly{
	margin-left:10px;
	width:95%;
	
}

td.roomcal ,
table.cal_weekly td{
	height:30px;
	font-size:12px;
}

.cal_weekly a,
.roomcal a{
	color:#000000;
	font-size:16px;
	display:block;
}

a.btnRoom {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
	font-size: 90%;
	border: solid thin #dadada;
	-webkit-box-shadow: 1px 1px 2px #999; 
	box-shadow: 2px 2px 2px #999;
	padding: 5px 25px 4px 25px;
	color:#444;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	white-space:nowrap;
	display: inline-block;
}

b.ninzu{
	font-size:20px;
	color:#e33933;
	padding-right:3px;
}

span.price_kbn{
	font-size:13px;
	font-weight:normal;
	color:#666666;
	vertical-align:middle;	
}
caption.price_kbn{
	font-weight: bold;
	color:#333399;
	text-align:right;
	height:20px;
}
table.formTable1 td{
	height:25px;
	vertical-align:middle;
}
table.formTable1 th{
	padding-right:5px;
	font-weight: bold;
	color:#333399;
	vertical-align:middle;
}

/*ajax通信で読み込み中の画像表示*/
.loading{
	 background: url(../image/loading.gif) no-repeat center center;
	 height:320px;
}

/*|||||||||||||||||||
	2012/11/16 ADD NCS Nakamura キャンセル画面にできない分を表示するため
|||||||||||||||||||*/
.cancel_notice{
	font-size:13px;
	font-weight:bold;
	color:red;
}

/* 阪急IBE向け追加分 */

#wrap {
	background:#F1EEE7;
}

#logo {
	padding:0px;
}
#logo img {
	vertical-align:bottom;
}

#headerLink{
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f0e4), to(#ebe6d4));
	padding:1px 5px 1px;
	border-top:5px solid #9F9B78;
}
#headerLink table{
	border-collapse: separate;
	border-spacing: 5px;
}
#headerLink table td {
	padding:0px;
	vertical-align:middle;
}
#headerLink td.spacer{
	line-height:0;
}
#headerLink a {
	display:block;
	color:#48403B;
	text-decoration:none;
	font-size:11px;
	line-height:1;
	padding:5px 0;
	white-space:nowrap;
	text-align:center;
}
#headerLink01,
#headerLink02{
	background: #b8984b;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
	width:7em;
}
#headerLink03{
	background: #949494;
	background: -webkit-gradient(linear, left top, left bottom, from(#949494), to(#7e7e7e));
}
#headerLink01 div {
	-roundabout-width:18;
}
#headerLink02 div {
	-roundabout-width:21;
}

.h1{
	background: -webkit-gradient(linear, left top, left bottom, from(#9F9B78), to(#8f8955));
	color:#fff;
	font-weight:bold;
	font-size:18px;
	line-height:1.1;
	padding:7px 10px 7px;
}
.h1 h1 {
	font-size:15px;
}

.h1_TH,
.h1_TC,
.h1_TE,
.h1_TI,
.h1_TB,
.h1_TR,
.h1_TA {
	color:#fff;
	padding:8px 10px 6px;
	font-size:18px;
	line-height:1.1;
}
.h1_TH{ background:#9a6600; }
.h1_TC{ background:#47464c; }
.h1_TE{ background:#010066; }
.h1_TI{ background:#cc0001; }
.h1_TB{ background:#4f7282; }
.h1_TR{ background:#ffcc67; }
.h1_TA{ background:#99907f; }
.h1_TH span,
.h1_TC span,
.h1_TE span,
.h1_TI span,
.h1_TB span,
.h1_TR span,
.h1_TA span{
	font-size:12px;
	font-weight:bold;
}

#footer {
	border-top:solid 2px #A09C79;
	border-bottom:solid 2px #A09C79;
	background:#FFFFFF;
}
#footerLink {
	border-bottom:solid 2px #A09C79;
	padding:15px 10px;
}

#footerLink ul {
	font-size:13px;
}
#footerLink ul.device {
	font-size:12px;
}

#footerLink ul.device li span{
	color:#b0b0b0;
}

#copyright {
	margin:0;
	font-size:10px;
	color:#000;
	padding:7px 0 5px 9px;
	background:#F1EEE7;
}

.cal_content #wrap{
	background:#fff;
}


/* -hotelSearch
----------------------------------------------------------- */
.hotelSearch {
}
.hotelSearch .tabHeader {
	background:#9F9B78;
	height:51px;
	border-bottom:1px solid #805F42;
	margin-bottom:15x;
}
.hotelSearch .tabHeader li {
	float:left;
	width:33.1%;
	border-top:1px solid #d0d0d0;
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), color-stop(0.07, #F1F1F1), to(#fff));
	color:#555;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	border-left:1px solid #d0d0d0;
}

.hotelSearch .tabHeader li.sort_selected {
	background: -webkit-gradient(linear, left top, left bottom, from(#8f8955), to(#9F9B78));
	color:#fff;
	padding:12px 0 10px;
}
.hotelSearch .tabHeader li a,
.hotelSearch .tabHeader li span {
	color:#555;
	text-decoration:none;
	padding:12px 0 10px;
	display:block;
}
.hotelSearch .tabHeader li.sort_selected a,
.hotelSearch .tabHeader li.sort_selected span {
	padding:0;
	color:#fff;
}
.hotelSearch .tabHeader li:first-of-type {
	border-left:none;
}

.txtRed {
    color: #A31837;
}

.comment {
    font-size: 0.8em;
    margin-top: 1px;
    margin-bottom: 1px;
}

/* ホテル一覧 */
div.hotel_info{
	padding:10px;
	margin:10px 10px 0 10px;
	background-color: #F1EEE7;
	font-size: 90%;
}
img.hotel_image{
	padding:0px 10px;
	max-width:100%;
	box-sizing:border-box;
}

div.plan_info_btn {
	margin-top:15px;
	margin-bottom:3px;
}

div.plan_info_btn a{
	font: 600 16px/1 "ヒラギノ角ゴ Pro W3";   
	text-align: center;  
	border: solid thin #663300;
	-webkit-border-radius: 8px;
	-moz-border-radius: .8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 3px #999; 
	box-shadow: 2px 2px 2px #bbb;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
	color: #48403B;
	margin:auto auto;
	text-decoration: none; 
	display: inline-block;
	padding: 11px 0;
	width:90%;
}

ul.iPhoneULIndex li.mem_plan{
	background-color:#CECBAA;
}


div.planinfo table tr.p_room td{
	padding:0px 2px;
	font-size: 90%;
}

div.planinfo table tr.p_room td img,
div.planinfo table tr.p_room td span{
	vertical-align:top;
	margin:0px;
}

div.planinfo table tr.p_room td img{
	margin-top:3px;
}

div.planinfo table tr.p_room td span{
	color: #663300;
}
	
div.planinfo table tr td.p_price{
	padding-top:2px;
	vertical-align:bottom;
}

div.planinfo table tr td.next_image img{
	margin:0;
}

.f_ippan{
	color: #000000;
}

/* プラン詳細 */
table.p_room tr td{
	padding:0px 2px;
	font-size: 90%;
	vertical-align:top;
}

table.p_room tr td img{
	margin-top:4px;
}

table.p_room tr td div{
	padding-top:6px;
	color: #663300;
}

div.category img{
	margin-right: 5px;
	
}

input[type=button].p_reserve {
	width: 154px;
}

table.reserve_block tr td{
	border:solid 1px #000;
	height:48px;
	vertical-align: middle;
}

table.reserve_block tr td.mem_add{
	height:24px;
	vertical-align: bottom;
}

table.reserve_block tr th{
	border:solid 1px #000;
	height:48px;
	vertical-align: middle;
	background-color:#F1EEE7;
	text-align: center;
	font-weight: bold;
}

div.top_radius{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

div.reserve_btn_block{
	margin-top:7px;
}

div.reserve_btn_block,
div.reserve_btn_block h2,
div.reserve_btn_block div{
	text-align: center;
}

.f_small{
	font-size: 90%;
}

.month {
    background: -webkit-gradient(linear, left top, left bottom, from(#9F9B78), to(#8f8955));
    color: #FFF;
    padding: 10px;
}

.cal_weekly_mon_fri{
	height:30px;
	font-size:12px;
	background:#F1EEE7;
}

#wrap_nav {
    background: #F1EEE7;
    padding-bottom: 10px;
}

.card {
    margin: 2px;
    width: 80px;
    font-size: 90%;
    padding: 3px 0 3px 0;
    list-style-type: none;
    border: 1px solid #ffcc33;
    float: left;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffcc33));
    text-align: center;
}

table.plan_block{
	width:100%;
}

table.plan_block h1{
	padding:5px 3px;
}

table.plan_block tr td.information,
table.plan_block tr td ul{
	padding:0px;
	margin:0px;
}

table.plan_block tr td h1{
	margin-left:2px;
}

table.plan_block tr td img{
	margin:0px;
	padding:3px;
}

/* 部屋タイプ名 */
table.plan_block .information h4{
	margin:0px;
	margin-left:2px;
	padding:0 0 2px 0;
	color:#663300;
}

/* 合計金額 */
table.plan_block .information h2 {
	clear: both;
	padding:3px 0;
}

.twin_textbox_padding{
	padding:0.3em;
}

dt.plan_confirm {
	font-weight: bold;
	color:#663300;
	margin-bottom: 0px;
}

/**
 * アドレス帳のようなリストや、設定画面などの定義リストを構築できます
 * 文字数に制限があるので気をつけましょう
 */

.iPhoneULIndex li {
  border-bottom: solid 1px #d9d9d9;
  overflow: hidden;
  background-color: #fff;
}
.iPhoneULIndex a {
  text-decoration: none;
  color: black;
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);
  display: block;
  padding: 6px 0;
}

.iPhoneULIndexPay li {
  overflow: hidden;
  background:#efefef;
  vertical-align:middle;
  padding:10px;
}
.iPhoneULIndexPay a {
  text-decoration: none;
  color: black;
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);
  display: block;
}

/* 重要ボタンのデザイン */
.important_btn {
	width: 280px;   
	height: 28px;   
  	font: 600 16px/1 "ヒラギノ角ゴ Pro W3";   
	text-align: center;   
	border: solid thin #663300;
	-webkit-border-radius: 8px;
	-moz-border-radius: .8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 3px #999; 
	box-shadow: 2px 2px 2px #bbb;
	background-color: #ffffff;
	/* 【↓】背景色と文字色変更 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D5022D), to(#AC082C));
	color: #FFFFFF;
}

/* [予約履歴] 一覧の補足表記 */
nav li.reserve_list_hosoku{
	font-size: 15px;
	text-align: center;
	border: none;
	width: 99.5%;
	height: 40px;
	margin-bottom: -10px;
}

.blue {
	color:blue;
}

/*予約登録完了画面*/
div.reserved_plan_info{
	padding:10px;
	margin-top:10px;
	background-color: #F1EEE7;
	font-size: 90%;
}
div.reserved_plan_info dt{
    font-weight: bold;
    color: #663300;
    margin-bottom: 0px;
}
div.reserved_plan_info dd{
   padding-left:20px;
}


input[type=submit].important_btn {
	width: 95%;
	height: 40px;
  	font: 600 16px/1 "ヒラギノ角ゴ Pro W3";   
	text-align: center;   
	border: solid thin #663300;
	-webkit-border-radius: 8px;
	-moz-border-radius: .8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 3px #999; 
	box-shadow: 2px 2px 2px #bbb;
	background-color: #ffffff;
	/* 【↓】背景色と文字色変更 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D5022D), to(#AC082C));
	color: #FFFFFF;
}


/* プラン検索 */
table.price_table{
	width:150px;
	background-color:#FFFFFF;
	margin-top:2px;
}

table.price_table th{
	width:60px;
	text-align:center;
	background-color:#EEEEEE;
	border:solid 1px #cccccc;
	padding:3px 0px;
}

table.price_table tr td{
	text-align:right;
	border:solid 1px #cccccc;
	padding:3px 10px;
}
table.price_table tr th span{
	font-size: 10px;
}

table.price_table tr td span.ippan_price,
table.price_table tr td span.mem_price{
	font-size: 16px;
}

.strong{
	font-weight:bold;
}

span.mem_price{
	color:blue;
}

.total_memo{
	padding:3px 0;
	font-size:10px;
}

div.no_padding{
	padding-right:0px;
	padding-left:0px;
}
div.price_table{
	float:right;
}

img.pg_image{
	max-width:100%;
}
div.pg_image_out{
	margin-right:160px;
}
div.pg_image{
	float:left;
}


/* 利用履歴照会 */
table.search_reserve_list h1{
	padding:3px 0;
}

table.search_reserve_list tr td.price_icon {
	text-align:right;
	padding-right:10px;
}

table.search_reserve_list tr td.price{
	vertical-align:middle;
}

table.search_reserve_list tr td.price h1{
	text-align:right;
	padding-right:15px;
}


/* 予約登録 */
.detail_list dt {
	font-weight: bold;
	color:#663300;
	margin-bottom: 0px;
}

.detail_list dd {
	margin-left: 2px;
	margin-bottom: 10px;
	font-size:14px;
}

.rsvAttention {
	border: 1px solid #663300;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-top: 1px solid #663300;
	background-color:#fff;
	padding: 5px 10px;
	margin-bottom:10px;
}

/* チケット予約 */
div.ticket_plan_name{
	padding:3px 0;
}

table.ticket_date,
table.ticket_date tr,
table.ticket_date tr td,
table.ticket_date tr th{
	border:solid 1px #cccccc;
}

table.ticket_date{
	width:100%;
	margin-top:5px;
}

table.ticket_date tr th{
	background-color:#EEEEEE;
	text-align:center;
	font-size:90%;
}

table.ticket_date tr td{
	text-align:center;
	padding:3px 0;
}

hr.ticket_plan_line{
	margin-bottom:8px;
}

div.ticket_select_btn a{
	padding: 6px 70px;
}

div.contents{
	padding:1em 0;
}
div.contents div{
	color: #48403B;
	font-weight:bold;
	font-size:120%;
}
div.contents span{
	font-weight:bold;
	font-size:85%;
}

/* 2016/03/18 ADD NCS&A hashimoto */
/* ボタン */
input[type="button"].btn {
	height:36px;
}

/* select */
select{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* iphoneのデフォルト設定無効化 (無効化の記述をしないと、iphoneでcssが効かない) */
	-webkit-appearance: none;
	appearance: none;
	padding: 0 35px 0 3px;
	background: white;
	margin-bottom: 5px;
	height: 40px;
	color: #2E2E2E;
	border: 1px solid #A9A9A9;
	background-image: url(../image/bg-select.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

/* textbox */
input[type="text"],
input[type="email"],
input[type="password"] {
	height: 32px;
	padding: 0 5px;
	margin-right:2px;
}


/* ラジオボタン・チェックボックス */
input[type=radio],
input[type=checkbox] {
	/* インラインレベルのブロックコンテナを生成 */
	display: inline-block;
	margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}
 
/* 元のラジオボタン・チェックボックスを削除 */
input[type=radio],
input[type=checkbox] {
	display: none;
	margin: 0;
}

/* ラジオボタン・チェックボックスを文字の余白 */
input[type=radio] + label,
input[type=checkbox] + label {
	padding: 0 0 0 24px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	/* チェックボックスの中の色 */
	background: #FFF;
}

/* ラジオボタンの枠 */
input[type=radio] + label::before {
	border: 1px solid #A9A9A9;
	border-radius: 30px;
}
	
/* チェックボックスの枠 */
input[type=checkbox] + label::before {
	border: 1px solid #A9A9A9;
}

/* ラジオボタン・チェックボックスのチェックの記述 */
input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #A31837;
	border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
	left: 3px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	/* チェックの記述 */
	border-left: 3px solid #A31837;
	border-bottom: 3px solid #A31837;
	/* チェックの記述を45度回転 */
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
