@charset "UTF-8";

/* ヘッダー画像 */
header h1.header_img {
	background: url(../img/img_header.png);
	width:940px;
	height:280px;
}

/* フッター画像 */
footer h1.footer_img {
	background: url(../img/img_footer.png);
	width:940px;
	height:280px;
}


/* プランカレンダーQriptスタイルシート不備修正 */
.plan-calender tbody td{
	text-align:center;
}

/* プラン検索 結果0件表示 */
.search-no-plan p {
    font-size: 1.4rem;
    color: #666;
    line-height: 21px;
    margin-bottom: 50px;
}


/* [部屋タイプ紹介ページ] 部屋画像が無い場合、詰めるため */
div.box-common div.figbox div.wide{
	width:100%;
}

/* フローが５つの場合 */
.reservation-flow.flow_five ol li{
	width: 144px;
}

/* フローが４つの場合 */
.reservation-flow.flow_four ol li{
	width: 180px;
}

/* フローが３つの場合 */
.reservation-flow.flow_three ol li{
	width: 240px;
}

/* フローが２つの場合 */
.reservation-flow.flow_two ol li{
	width: 345px;
}

/* パスワード 入力欄 */
input[type="password"]{
	margin: 0;
	padding: 5px 10px;
	background: #ffffff;
	border: #ccc 1px solid;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	font-family: 游ゴシック体,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,Arial,Helvetica,Verdana,sans-serif;
}

/* 予約登録 会員オプション */
.continue-block .formbox-continue-member-block input {
    padding: 5px 15px;
    box-sizing: border-box;
    border: #d8d8d8 1px solid;
    background: #f5f5f5;
    font-size: 12px;
    line-height: 2.7;
    transition: .3s all;
}
.continue-block .formbox-continue-member-block textarea {
    width:300px;

}
.continue-block .formbox-continue-member-block {
    padding: 25px;
    margin-bottom: 20px;
    background: #fff;
}
.formbox-continue-member-block dd {
	width: 360px;
}

.continue-block .formbox-continue-member-block label:after
{
	content: "";
	display: block;
}
.continue-block .formbox-continue-member-block dd br {
    display:none;

}

/* 強調文字 */
.f_bold{
	font-weight: bold;
}

/* [会員ログイン] ログイン完了後 会員メニュー一覧 */
table.mem_menu tr td p{
	margin: auto auto;
}
table.mem_menu tr td p button.next{
	width:270px;
	margin:0 10px;
}

/* [利用履歴照会] キャンセル済予約 赤字 */
.table-common tr.cancel th, .table-common tr.cancel td, .table-common tr.cancel form{
    color: #ea3a15;
}

/* [予約完了画面]予約番号を強調 */
div#done p span.y_no_font{
	font-size:120%;
	font-weight:bold;
}

/* [ご宿泊者名入力]名前入力欄 */
.input-name-box input[type="text"] {
  width: 150px;
  margin-right: 10px;
  border: #ccc 1px solid;
  background: #fff;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.8;
}

.form-customer-registration dd input[type="text"].small {
  width: 100px;
}

/* [オプション詳細ページ] */
	body#option_detail{
		width:700px;
		margin:0 auto;
		padding:10px;
		background-color:#FFFFFF;
	}
	body#option_detail .form-customer-registration dt{
		width:350px;
		font-weight: normal;
	}
	body#option_detail .form-customer-registration dd{
		width:350px;
	}
	body#option_detail .form-customer-registration dd figure{
		max-width: none;
	}

.search-plan .form-search-plan .update_reserve-calendar{
	top: 80px;
}

/* 升目カレンダー 祝日背景色 */
.search-plan .form-search-plan .form-calendar table tbody th.cal_holiday,
.search-plan .form-search-plan .form-calendar table tbody td.cal_holiday {
    background: #f9e6e6;
}

/*予約変更の確認画面の変更項目の背景色*/
.change_rsv{
	background-color:#FFFFC0;
	margin:0;
}

.search-plan .form-search-plan dl.form-item-category dd ul li {
  width:180px;
}

.box-plan .content-box-plan .price-box-plan span {
  margin-bottom: 10px;
}

.box-plan .table-box-plan tbody td.category{
  text-align: left;
}

div.sales_period{
  text-align: right;
  padding-bottom:5px;
}

.content-plan-calender .plan-calender .day td.holiday {
  background: #f9e6e6;
  color: #be2c2c;
}

p#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
}
p#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 80px;
	height: 45px;
	padding-top:35px;
	text-align: center;
	margin:auto auto;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 12px;
}
p#page-top a:hover {
	text-decoration: none;
	background: #999;
}

.search-plan .box-form-option.display_block, .display_block{
	display: block;
}

.search-plan .form-search-plan .form-calendar table tbody th.active_to, .search-plan .form-search-plan .form-calendar table tbody td.active_to {
  background: #CCFFCC;
}

.search-plan .form-search-plan .form-calendar table tbody th.active_from, .search-plan .form-search-plan .form-calendar table tbody td.active_from {
  background: #98FB98;
}

.search-plan .form-search-plan .form-calendar table tbody th.active_from.active_to, .search-plan .form-search-plan .form-calendar table tbody td.active_from.active_to {
  background: #32CD32;
}

.rsv_err{
  background: #FFE4E1;
}

.box-plan.choice-plan.select_plan::before {
  background: #dd8e59;
}

.box-plan .content-box-plan .price-box-plan span.credit1:after{
	content: "事前クレジット精算可";
}
.box-plan .content-box-plan .price-box-plan span.credit2 {
  border: #888 1px solid;
  background: #ccc;
  color: #333;
}
.box-plan .content-box-plan .price-box-plan span.credit2:after{
	content: "事前クレジット精算要";
}
.box-plan .content-box-plan .price-box-plan span.credit3:after{
	content: "";
}

.button_guide{
	font-weight:bold;
}

.hotel_name{
	font-size: 18px;
	font-family: 游ゴシック体,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,Arial,Helvetica,Verdana,sans-serif;
	color:white;
	padding:10px 0px 0px 10px;
}
.hotel_tel{
	font-size: 14px;
	font-family: 游ゴシック体,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,Arial,Helvetica,Verdana,sans-serif;
	color:white;
	padding:5px 0px 0px 10px;
}
.hotel_email{
	font-size: 14px;
	font-family: 游ゴシック体,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,Arial,Helvetica,Verdana,sans-serif;
	padding:5px 0px 0px 10px;
}
.hotel_email a{
	color:white;
}

/*プルダウンメニュー*/
.form-customer-registration dd select.pull_short{
	width:70px;
	background-position: 50px;
}

.form-customer-registration dd select.pull_middle{
	width:250px;
	background-position: 230px;
}

/*このウィンドウを閉じる*/
.close_window {
  display: inline-block;
  min-width: 240px;
  background: #333;
  font-size: 14px;
  color: #fff;
  line-height: 4.3;
  padding: 0 25px;
  text-align: center;
  transition: .3s all;
}

/*ページの先頭へ*/
p#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
}
p#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 80px;
	height: 45px;
	padding-top:35px;
	text-align: center;
	margin:auto auto;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 12px;
	line-height: 1.1;
}
p#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/*会員登録リピーター認証*/
.btn-form-customer-registration button.wide {
	width: 220px;
}


/* リピータ認証 */
#signup_repeat_form.continue-block{
	margin-bottom: 30px;
}
#signup_repeat_form.continue-block > div {
    width: 72%;
    height: 410px;
    margin: auto auto;
    float: none;
}

#signup_repeat_form.continue-block > div:nth-of-type(2n+1) {
	margin-right: auto;
}

/*
#signup_repeat_form.continue-block .buttons {
	float:right;
	margin-top:-60px;
}
*/

#signup_repeat_form.continue-block .repeat .formbox-continue-block input[type="text"]{
	width:400px;
}
