@charset "UTF-8";

/****************************
  common
*****************************/

.wrapper_container {
	clear: both;
	margin:  0;
	padding: 0 0 10px;
	border-bottom: 1px solid #d4cab9;
}

.line_dot {
	clear: both;
	margin:  0;
	padding: 0;
/*
	border-bottom: 1px dotted #999;
*/
	border-bottom: 1px dotted #6f5116;
}

.bt_close_header {
	float: right;
	margin:  0 0 0 20px;
	padding: 0;
}
.bt_close_header a {
	font-weight: bold;
	line-height: 1.6;
	color: #333;
}
.bt_close_header .fa {
	font-size: 1.4em;
}

h1.h1_contents {
	margin:  0;
	padding: 0;
	font-size: 17px;
	color: #6f5116;
}

h1.h1_contents .icon-logotype {
	font-size: 17px;
}

p.p_contents {
	margin:  0;
	padding: 5px 0 0;
	font-size:   14px;
	line-height: 20px;
}

h2.h2_column {
	margin:  -2px 0 0;
	padding: 0 0 10px;
	text-align: left;
	font-weight: normal;
	font-size:   20px;
	line-height: 1.7;
}

h2.h2_column span {
	display: block;
	padding-right: 8px;
}

.wrapper_column {
	margin:  -5px 0 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #6f5116;
}

p.p_column {
	margin:  0;
	padding: 0;
	text-align: left;
	font-size:   14px;
	line-height: 23px;
}

p.p_column.text_right {
	text-align: right;
}

p.p_column a.js_open_plan {
	margin:  0 3px;
	padding: 2px 4px;
	color: #fff;
	background-color: #3484cc;
}
p.p_column a.js_open_plan:hover, 
p.p_column a.js_open_plan:active {
	text-decoration: none;
	background-color: #3f97e6;
}

/****************************
  plan
*****************************/

.tooltip_plan {
	display: inline-block;
	margin:  8px 0 0;
	padding: 6px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

table.table_plan {
	margin:  3px 0 0;
	padding: 0;
}
table.table_plan th, 
table.table_plan td {
	margin:  0;
	padding: 3px 0 0;
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
}
table.table_plan.checkin th, 
table.table_plan.checkin td {
	text-align: left;
	font-size:   14px;
	line-height: 23px;
}

a.button-reserve {
	display: inline-block;
	height: 26px;
	margin:  -2px 0 0 15px;
	padding: 0 10px;
	vertical-align: top;
	text-decoration: none;
	font-weight: bold;
	font-family: serif;
	font-size: 13px;
	line-height: 26px;
	cursor: pointer;
	white-space: nowrap;
	color: #444;
	border-width: 1px;
	border-style: solid;
	border-color: #fcad5a;
	background-color: #ffdeb5;
	background: -webkit-linear-gradient(#ffdeb5, #ffc17f);
	background:    -moz-linear-gradient(#ffdeb5, #ffc17f);
	background:         linear-gradient(#ffdeb5, #ffc17f);
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
a.button-reserve:hover,
a.button-reserve:focus {
	background: #ffdeb5;
	color: #000;
}
a.button-reserve:active,
a.button-reserve:focus {
	outline: none;
}
a.button-reserve:focus {
	-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
	        box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
}
a.button-reserve:active {
	background: #ffdeb5;
	-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
	        box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
	color: #000;
}

/****************************
  reserve
*****************************/

.wrapper_reserve_head {
	margin:  0 0 10px -10px;
}

h2.h2_reserve {
	clear: both;
	margin:  0;
	padding: 0;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.3;
}

h3.h3_reserve {
	clear: both;
	margin:  0;
	padding: 5px 0 0;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.3;
	color: #f33;
}

h4.h4_reserve {
	clear: both;
	margin:  0;
	padding: 20px 0 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	color: #6f5116;
}

h4.h4_reserve.h4_text_right {
	text-align: right;
	font-weight: bold;
	font-size:   13px;
	line-height: 14px;
	color: #333;
}

.tooltip_reserve {
	display: inline-block;
	margin:  8px 0 0;
	padding: 7px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.form-inline-murase .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.warning {
	margin:  4px 0;
	padding: 0;
	color: #f00;
	font-weight: bold;
	font-size: 1.1em;
}

.wrapper_warning {
	display: block;
}
.warning_s {
	display: inline-block;
	margin:  3px 0 10px;
	padding: 7px 5px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	background-color: #c00;
}

.wrapper_warning.exp {
	margin: 0 0 0 -10px;
}
.wrapper_warning.exp .warning_s {
	margin: 0;
}

/****************************
  pagination
*****************************/

.pagination {
	clear: both;
	width: 100%;
	margin:  0 auto;
	padding: 10px 0;
	text-align: center;
}
.pagination a, 
.pagination span {
	margin:  0px 2px;
	padding: 6px 10px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.pagination a:link, 
.pagination a:visited {
	background-color: #ccc;
	color: #888;
}
.pagination a:hover, 
.pagination a:active, 
.pagination span {
	background-color: #005bab;
	color: #fff;
}

.pagination span.disabled {
	background-color: #ddd;
	color: #bbb;
}

.icon_angle {
	font-size: 1.3em;
}

/****************************
  overwrite
*****************************/

.pt8  { padding-top:     8px; }
.pt10 { padding-top:    10px; }
.pt20 { padding-top:    20px; }
.pt30 { padding-top:    30px; }
.pt50 { padding-top:    50px; }
.pt70 { padding-top:    70px; }

.pb15 { padding-bottom: 15px; }
.pb30 { padding-bottom: 30px; }
.mb30 { margin-bottom:  30px; }

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

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

.float_right {
	float: right;
	text-align: right;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

/****************************
  under
*****************************/

@media (max-width: 992px) { /* under 992px */
	.wrapper_column {
		padding-left: 0;
		border: none;
	}
}

@media (max-width: 768px) { /* under 768px */
	.tooltip_plan {
		margin-bottom: 15px;
	}
}

@media (max-width: 480px) { /* under 480px */
	.wrapper_column {
		padding-bottom: 30px;
	}
}
