@charset "utf-8";
h5 {
	margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 108%;
}

.table-wrap {
	margin-top: 20px;
}
table.reserve td.checked { background:#ffcccc !important; font-weight:bold;}
table.reserve td label { color:#666; }
table.reserve td label a:hover { background:#ffcccc;color:#fff;}
table.reserve td label a { color: #f00; cursor:pointer; display:block;width: 100%; height:100%;padding:8px; text-decoration:none;}
table.reserve td label span { display:block;width: 100%; height:100%;padding:8px;}
table.reserve td span.closed { text-decoration:none; color:#999;}
table.reserve td.checked label { text-decoration:none; color:#ff0000;}
/*table.sample td.hover { background-color:#ff99ff; }*/
table.reserve td input[type="radio"] {
	display:none;
}
.tr-selected { background-color:#fcc; }

.errorTextBox {
	box-sizing:border-box;
	background:#f33;
	color:#fff;
	width:100%;
	padding:1em;
	margin-top:1em;
	margin-bottom:1em;
}
table tr td span {
	display:block;
	min-height:1.7em;
}
table.reserve {
	width: 100%;
}
table.reserve tbody th,
table.reserve tbody td {
	border: #dcdcdc 1px solid;
	border-collapse: collapse;
	padding: 0px;
	text-align: center;
}
table.reserve thead th,
table.reserve thead td {
	background: #d8d3cf;
	color: #fff;
	padding: 8px;
	text-align: center;
	border: #dcdcdc 1px solid;
}
table.reserve thead th.row-head {
	border: none;
	background: #fff;
	color: #333;
	font-weight: 500;
	font-size: 130%;
	position: relative;
}

table.reserve tbody td.full {
	background: #eee !important;
	color: #999;
}

table.reserve tbody tr.day-6 th,
table.reserve tbody tr.day-6 td {
	background: #f1f1fb;
	color: #6666cc;
}
table.reserve tbody tr.day-0 th,
table.reserve tbody tr.day-0 td {
	background: #faf1f6;
	color: #cc6699;
}
table.reserve tbody tr.day-1 td,
table.reserve tbody tr.day-2 td,
table.reserve tbody tr.day-3 td,
table.reserve tbody tr.day-4 td,
table.reserve tbody tr.day-5 td {
	background: #fff;
	color: #666666;
}
table.reserve tbody tr.day-1 th,
table.reserve tbody tr.day-2 th,
table.reserve tbody tr.day-3 th,
table.reserve tbody tr.day-4 th,
table.reserve tbody tr.day-5 th {
	background: #fbfbfa;
}
table.reserve tbody tr.closed td {
	background: #ccc !important;
}
table.reserve tbody tr.closed td label {
	color: #666;
}
table.reserve tbody tr.closed td label a:hover {
	background: #ccc;
}
section h4 {
	background: #d8d3cf;
	color: #333;
	border: none;
	font-weight: 500;
}
section h4.with-bottom-visual {
	margin-bottom: 0;
}
ul.showroom-images {
	font-size: 0;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
}
ul.showroom-images li {
	display: inline-block;
	font-size: 12px;
	width: 333px;
	background: #f0f0f0;
	line-height: 1;
}
ul.showroom-images li.maintenance {
	background: #fff;
	opacity: 0.8;
	color: #333;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2em;
	display: inline-block;
}
section.detail .block_left {
	float: left;
	width: 470px;
}
section.detail .block_right {
	float: right;
	width: 470px;
}
section.detail dl dt {
	font-weight: 500;
	border-bottom: #55838d 4px solid;
	padding: 20px 30px;
	font-size: 110%;
}
section.detail dl dd {
	padding: 20px 30px;
}
a.btn-next-month,
a.btn-prev-month {
	display: inline-block;
	max-width: 100px;
	font-size: 15px;
	font-weight: 300;
	padding: 4px 10px;
	text-align: center;
	border: #fff 1px solid;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #999;
	position: absolute;
	bottom: 3px;
}
a.btn-next-month { right: 0; padding-right:20px; }
a.btn-prev-month { left: 0; padding-left:20px; }
.btn-block {
	margin: 10px 0;
}
a.btn-prev-month::before {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	border-bottom: solid 2px #999;
	border-left: solid 2px #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	margin-top: -4px;
}
a.btn-next-month::before {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	border-top: solid 2px #999;
	border-right: solid 2px #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
section.showroom-list dl dt {
	font-weight: 500;
	border-bottom: #55838d 4px solid;
	padding: 20px 30px;
	font-size: 110%;
}
section.showroom-list dl dd {
	border-bottom: #dadada 1px solid;
	position: relative;
}
section.showroom-list dl dd a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	text-decoration: none;
}
section.showroom-list dl dd a:hover {
	background: #eef2f3;
	color: #333;
	transition: all .2s;
}
section.showroom-list dl dd a::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
.calendar-footbtn {
	width: 100%;
	height: 40px;
	position: relative;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
	section.detail .block_left {
		float: none;
		width: 100%;
	}
	section.detail .block_right {
		float: none;
		width: 100%;
	}
	section.detail dl dt {
		padding: 0.5em 1em;
		font-size: 110%;
	}
	section.detail dl dd {
		padding: 0.5em 1em;
	}
	.btn-block {
		margin: 1em 0;
		overflow: auto;
	}
	table {
		width: auto !important;
		max-width: 100% !important;
	}
	table tbody tr th {
		width: 6em;
	}
	table tr td {
		width: 2em;
	}
	ul.showroom-images {
		font-size: 0;
		letter-spacing: 0;
	}
	ul.showroom-images li {
		display: inline-block;
		font-size: 12px;
		width: 33.3%;
		background: #f0f0f0;
		line-height: 1;
	}
	ul.showroom-images li.maintenance {
		font-size: 20px;
		padding: 2em 0;
	}
}
span.sico:before {
	  margin-top: -5px;
	  width: 1em;
	  height: 1em;
	  padding-right: 4px;
	  font-family: FontAwesome;
	  color:#666;
  }
span.sico.i-train:before {
	content:'\f239';
}
span.sico.i-car:before {
	content:'\f1b9';
}
ul.icolist {
	width: 100%;
	text-align: right;
	margin-bottom: 1em;
	letter-spacing: -.40em;
	list-style: none;
}
ul.icolist li {
	width: 60px;
	display: inline-block;
	letter-spacing: normal;
	padding-right: 5px;
	padding-bottom: 0;
	opacity: 0.7;
	line-height: 1;
}
ul.icolist li.off {
	opacity: 0.1;
}
ul.icolist li img {
	width: 100%;
}
@media screen and (min-width: 768px) {

	.access_detail {
		background: #999;
		padding: 20px 10px 10px 10px;
		margin-bottom: 20px;
	}

	.access_detail ul {
		text-align: left;
	}

	.access_detail ul li {
		display: inline-block;
		margin: 0 10px;
		vertical-align: top;
		padding-bottom: 0;
		max-width: 172px;
	}
	.access_detail ul li.li-wide {
		max-width: 100%;
	}
	.access_detail ul li figure.access {
		margin: 0;
	}

	.access_detail ul li figure.access img {
		max-width: 100%;
	}
	.access_detail ul li.li-wide figure.access img {
		max-height: 129px;
	}

	.access_detail ul li figure.access figcaption {
		font-size: 90%;
		line-height: 1.4;
		letter-spacing: 0.1em;
		color: #fff;
		padding-bottom: 1em;
		padding-top: 1em;
	}
}

@media screen and (max-width: 767px) and (min-width: 0px) {
	iframe.view{
		height:40vh !important;
	}
	ul.icolist {
		text-align: left;
	}
	ul.icolist li {
		width: 3.5em;
		padding-right: 5px;
		padding-bottom: 0;
	}
	.access_detail {
		background: #999;
		padding: 20px 10px 10px 10px;
		margin-bottom: 1em;
	}

	.access_detail ul {
		text-align: left;
	}

	.access_detail ul li {
		display: block;
		margin: 0 10px;
		vertical-align: top;
		padding-bottom: 0;
		max-width: 100%;
	}

	.access_detail ul li figure.access {
		margin: 0;
	}

	.access_detail ul li figure.access img {
		max-width: 100%;
	}

	.access_detail ul li figure.access figcaption {
		font-size: 90%;
		line-height: 1.4;
		letter-spacing: 0.1em;
		color: #fff;
		padding-top: 0.5em;
		padding-bottom: 1em;
	}

}
