@charset "utf-8";

.error {
	background-color: rgba(255, 255, 255, 0.5);
	color: #ff0000;
	font-weight: bold;
}
/* home/table/calendar ↓↓ */
.calendar_title {
	display: block;
	line-height: 2em;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color:#3A3A3A;
}
.calendar_title a {
	text-decoration: none;
	font-size: 14px;
	color: #1F1F1F;
}
table.calendar,
table.list{
	border: 1px #000000 solid;
	text-align : center;
	border-collapse:collapse;
	margin-bottom: 1em;
	line-height: 1.2em;
	width: 100%;
}
table.list{
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
table.calendar th{
	border: 1px #4f5450 solid;
	background-color : lightgray;
	width: 14%;
	height: 1em;
	text-align: center;
}
table.list th{
	border: 1px #4f5450 solid;
	background-color : lightgray;
	height: 1em;
	text-align: center;
}
table.calendar td {
	border: 1px #4f5450 solid;
	height: 4em;
	vertical-align:top;
}
table.list td {
	border: 1px #4f5450 solid;
	vertical-align: middle;
}

table.calendar .sd,
table.list .sd{
	color : blue;
	background-color:#c9daf8;
}
table.calendar .hd,
table.list .hd {
	color : red;
	background-color:#f4cccc;
}
table.calendar .wd,
table.list .wd {
	color : black;
}
	/*過去日*/
table.calendar .pd,
table.list .pd{
	opacity: 0.5;
}
/*カレンダーの今日の日付の背景に●*/
table.calendar .td
table.list .td{
	display: inline-block;
	height:24px;
	width:24px;
	border-radius:50%;
	line-height:24px;
	text-align:center;
	margin: -4px auto 0px auto;
	background-color: #0000ff;
	color: #ffffff;
	font-weight: bold;
}
table.calendar .sd a,
table.list .sd a{
	color : blue;
	text-decoration: none;
}
table.calendar .hd a,
table.list .hd a{
	color : red;
	text-decoration: none;
}
table.calendar .wd a,
table.list .wd a{
	color : black;
	text-decoration: none;
}
table.calendar td a.block,
table.list td a.block{
	display: block;
	height: 100%;
	width: 100%;
	/*background-color:#e6ffe6;*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
	table.calendar td.choice,
	table.calendar td a.choice,
	table.list td.choice
	table.list td a.choice {
		background-color:#e6ffe6;
	}
table.calendar td span.block,
table.list td span.block{
	display: block;
	height: 2em;
	margin: 2px;
	font-size: 12px;
	line-height: 1.8em;
	background-color:#e6ffe6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
table.calendar td span.space_span,
table.list td span.space_span{
	display: block;
	font-size: 12px;
	line-height: 1.8em;
	height: 2em;
	margin: auto;
	/*background:none !important;*/
}
table.calendar td details summary,
table.list td details summary{
	font-size: 10px;
	background-color:#f0f0f0;
	color:#808080;
}
table.calendar td details span,
table.list td details span{
	display:block;
	text-align: center;
	padding:0;
	width:100%;
}
/* home/table/calendar ↑↑ */
/* カレンダー白透過（奇数・偶数） */
.bg-rgba {
	background-color:rgba(255,255,255,0.4);
	display: block;
	font-size: 14px;
	width: 100%;
	line-height: 20px !important;
	margin: auto;
}
/* reserv_inout_time.php用 */
table.time_table {
	width: 90%;
	margin: 0 auto;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	border: solid 1px #333333;
}
/*time_tableのヘッダー固定用*/
/*
table.time_table .table_header {
height:24px;
width: 100%;
background-color: #ffffff;
}
table.time_table .fix {
position: fixed;
top: 0;
left: 0;
}*/
table.time_table tr th {
	font-size: 14px;
	text-align: center;
}
table.time_table tr td {
	text-align: center;
	height: 12px;
	font-size: 10px;
	line-height: 1em;
}
table.time_table tr td span.space_span {
	display: block;
	height: 10px;
	margin: 1px;
	font-size: 10px;
	line-height: 1em;
	/*background:none !important;*/
}
table.time_table tr td span.reserv_span {
	display: block;
	height: 12px;
	font-size: 12px;
	line-height: 1em;
	width: 60%;
	margin: 0 20%;
	background-color:#f3a8aa;
	color:#f3a8aa;
}
table.time_table tr td span.blank_span {
	display: block;
	height: 12px;
	font-size: 12px;
	line-height: 1em;
	width: 60%;
	margin: 0 20%;
	background-color:#d7d7d7;
	color:#d7d7d7;
}
table.time_table .table-title1 {
	color: #777777;
}
table.time_table .table-txt1,
table.time_table .fix .table-txt1 {
	width: 16%;/*room x 4 + parking x 2*/
}
table.time_table .table-txt2,
table.time_table .fix .table-txt2 {
	width: 8%;/*parking x 2*/
}
.border_b {
	border-bottom: #777777 solid 1px;
}
table.time_table .border_r {
	border-right: #777777 solid 1px;
}
table.time_table .border_r2 {
	border-right: #777777 double 3px;
}
table.time_table .border_t {
	border-top: #777777 solid 1px;
}
table.time_table td a.block {
	display: block;
	height: 100%;
	width: 60%;
	margin: 0 20%;
	background-color:#e6ffe6;
	color: #e6ffe6;
	font-weight: bold;
	border: none;
}
table.time_table td a.unblock {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color:#ffffff;
	font-weight: bold;
	border: none;
	pointer-events: none;
}
table.time_table td span.time_display {
	display: block;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	position: absolute;
	left:0;
}
table.list {
	width: 90%;
	margin: 0 auto;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 1.4em;
}
table.list tr th {
	text-align: center;
}
/*２行ごとに色変え*/
table.alternate tr:nth-child(4n+2) td,
table.alternate tr:nth-child(4n+3) td {
	background-color: #ffffff;
}

table.alternate1 td,
table.alternate2 td {
	background-color: #eeeeee;
}
/*１行ごとに色変え*/
table.alternate1 tr:nth-child(odd) td {
	background-color: #ffffff;
}
table.alternate1 tr th,
table.alternate2 tr th {
	font-weight: normal;
	background:#7facf9;
	color:#ffffff;
	font-size: 12px;
	padding: 2px;
}
table.alternate1 tr td,
table.alternate2 tr td	{
	font-size: 12px;
	padding: 2px;
}
table.alternate2 tr.odd td {
	background-color: #ffffff;
}

	.td20 {
		display: block;
		font-size: 18px;
		height:36px;
		width:36px;
		border-radius:50%;
		line-height:36px;
		text-align:center;
		background-color: #0000ff;
		color: #ffffff;
		font-weight: bold;
	}
	ol#precautions {
		clear: both;
		padding: 8px;
		border: 1px solid #666666;
		border-radius: 6px;
		font-size: 14px;
		color: #ff0000;
		margin-top: 4px;
		margin-bottom: 10px;
	}
	ol#precautions li {
		line-height:1.4em;
		margin-left: 20px;
		margin-bottom: 4px;
	}
	ul#reserv_status {
		clear: both;
		padding: 8px;
		border: 1px solid #666666;
		border-radius: 6px;
		font-size: 14px;
		margin-top: 4px;
		margin-bottom: 10px;
	}
	ul#reserv_status li {
		line-height:1.4em;
		margin-left: 20px;
		margin-bottom: 4px;
	}
	ul#confirm {
		clear: both;
		padding: 8px;
		border: 1px solid #666666;
		font-size: 18px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
		min-width: 380px;
	}
	ul#confirm li {
		line-height:1.4em;
		/*margin-left: 20px;*/
		margin-left: 30%;
		margin-bottom: 4px;
		clear: both;
	}
	ul#confirm li span {
		display: inline-block;
		width: 6em;
		float: left;
	}
	ul#confirm li span.span_right {
		display: block;
		/*float: right;*/
		width: 17em;
		min-width: 11em;
	}
	ul#confirm li span.span_right strong {
		color: #333333;
	}
	.room848 {
		background-color: #0b8043;
		color: #ffffff;
		font-weight: bold;
	}
	.room322,
	.room845 {
		background-color: #7cb342;
		color: #ffffff;
		font-weight: bold;
	}
	.room1049 {
		background-color: #3f51b5;
		color: #ffffff;
		font-weight: bold;
	}
	.room418 {
		background-color: #f09300;
		color: #ffffff;
		font-weight: bold;
	}
table.input_table{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 14px;
	width: 60%;
	min-width: 320px;
	background-color: #ffffff;
	text-align: left;
}

table.input_table td,table.input_table th{
	padding: 5px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

table.input_table th.table-title1,
table.input_table th.table-title2{
	background-color: #dedede;
	text-align: center;
	color: #666;
}

table.input_table th.table-title1{
	width: 25%;/*設定項目見出し幅（1列）*/
}

table.input_table .table-txt1{
	width: 75%;/*設定項目入力欄幅（1列）*/
}

table.input_table .tlink a:link{color:#f90;}
table.input_table .tlink a:hover{color:#f00;}
table.input_table .tlink a:visited{color:#f90;}

table.input_table .table-txt1_2{
	width: 75%;/*設定項目入力欄幅（1列）*/
	border-bottom:1px solid #fff;
}

table.input_table .image_space{
	padding: 0 5px 5px 5px;
}
	div#verif {
		display: none;
		width:100%;
		height: 140px;
		position: fixed;
		bottom: 0px;
		left: 0px;
		/*background-color: #444444;
		opacity:0.3;*/
		background:rgba(68,68,68,0.3);
		margin: 0 auto;
		z-index:99;
	}
	div#verif_in {
		
		max-width: 800px;
		min-width: 320px;
		width: 60%;
		height: 140px;
		margin: auto;
		padding: 8px;
		color: #ffffff;
		font-size: 14px;
		/*background-color: #444444;
		opacity:0.8;*/
		background:rgba(68,68,68,0.8);
	}
div#verif_in hr {
	margin: 4px;
}
	div#verif_in_l {
		width:56%;
		float: left;
		margin-right: 1%;
	}
	div#verif_in_r {
		width:43%;
		float: left;
	}
div#verif_in form {
	width:300px;
	margin: 0 auto;
}
	div#verif_in form select option {
		font-size: 18px;
		line-height: 1.4em;
		color: #000000;
	}
	div#verif_in form .select_sub {
		width: 100px;
		font-size: 14px;
		cursor:pointer;
	}
div#verif_in_l p {
	line-height: 1.2em;
	margin: 0px;
}
	div#verif_in_l p #selected2{
		display: block;
		margin-left: 1em;
	}
	#usetime {
		margin-left: 14px;
		color: #ffffff;
		font-size: 18px;
		line-height: 1.4em;
	}
	#fee {
		margin-left: 14px;
		color: white;
		font-weight: bold;
	}
/* 基本のセレクトボックスのカスタマイズ */
.select {
  background: #cfcedb;
	color: #333333;
  height: 36px;
  width: 70px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  float: left;
}
.select::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: -1;
}
select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 0 0 10px;
  position: relative;
}
.switching {
	margin: 0px;
}
	#edit {
		position: absolute;
		z-index: 100;
		width: 100%;
		height: 100%;
		padding: 60px;
		top: 0;
		left: 0;
		background: #333333;
		background-color: rgba(51, 51, 51, 0.6);
	}
	#edit #edit_div {
		z-index: 101;
		width: 94%;
		margin-top: 80px;
		margin-right: auto;
		margin-left: auto;
		background-color: rgba(255, 255, 255, 1);
		padding: 8px;
		font-weight: normal;
	}
	#edit #edit_div table,
	#edit #edit_div h2,
	#edit #edit_div dl {
		width:90%;
		min-width: 300px;
		margin-right:auto;
		margin-left:auto;
	}
#edit #edit_div dl dd {
	margin-left: 1em;
	margin-bottom: 0.6em;
}
#edit #edit_div p {
	text-align: center;
	margin-bottom: 0px;
}
	#edit #edit_div h2 {
		font-size: 14px;
	}
	#edit #edit_div table tbody tr td {
		font-size: 14px;
		padding: 4px;
	}
#edit_div::after {
  content: "";
  display: block;
  clear: both;
}
#waku {
	list-style: none;
	text-align: right;
	padding-top: 20px;
	margin-left:10px;
}
#waku::after {
  content: "";
  display: block;
  clear: both;
}
/* home half_price_coupon*/
#hpc,
#todays_reservation,
.todays_reservation,
#tomorrows_reservation {
	color: #0000ff;
	text-align: center;
	display:block;
	background-color:#AEB7F9;
	padding: 3px;
}
/* valet/sass/style.scss への上書き*/
.fh5co-cards {
	padding: 2em 0 !important;
}
.even {
	background-color:#b7d5f8 !important;
}
ol.manual_ol li {
	margin-bottom: 12px;
}
/* Q&A */
details.qanda {
	font-size:14px;
	color: #333333;
	margin-bottom:8px;
	border:1px solid #ffd774;
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}
details.qanda summary {
	background-color:#f9eedc;
	line-height:1.8em;
	padding:0 6px;
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}
details.qanda span.ans_no {
	display:block;
	float:left;
	text-align:right;
	width:2em;
	line-height:1.8em;
	padding-top: 1em;
	padding-left:1.4em;
}
details.qanda span.ans {
	display:block;
	width:auto;
	line-height:1.8em;
	padding: 1em;
	padding-left:4px;
	margin-left:4em;
}
.clearfloat {
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
	padding:0;
	margin:0;
}
/*a.btn{
	display: block;
	margin-left: 14px;
	padding-top: 2px;
	width: 60px;
	height: 30px;
	/*background: url(../images/login_btn.jpg) no-repeat;*/
	/*font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #444444;
	background-color: #ffffff;
	border: 1px solid #444444;
	border-radius: 30px;
	box-shadow: 0px 3px 0px #999999;
}*/
/* FAQ */
.sbox {
border: 3px solid #cccccc;
    padding: 10px 10px;
}

.sbox-inner {
    display: flex;
}

.sbox-inner input#searchbox {
    flex: auto;
}
/************************************************************************************
smaller than 992
*************************************************************************************/
@media screen and (max-width: 992px) {
	ul#fh5co-primary-menu li a {
		font-size: 14px;
	}
}
/************************************************************************************
smaller than 830
*************************************************************************************/
@media screen and (max-width: 830px) {
	ul#confirm li {
		margin-left: 20%;
	}
}
/************************************************************************************
smaller than 736
*************************************************************************************/
@media screen and (max-width: 736px) {
	ul#confirm li {
		font-size: 14px;
		margin-left: 20px;
	}
}
/************************************************************************************
smaller than 680
*************************************************************************************/
@media screen and (max-width: 680px) {
	#edit {
		padding:20px;
	}
	#edit #edit_div {
		margin-left:10px;
	}
}
/************************************************************************************
smaller than 540
*************************************************************************************/
@media screen and (max-width: 540px) {
	ul#confirm li span.span_right {
		width: 11em;
	}
}