/* CSS Document */

.conceptArea {
	padding: 60px 0 0;
}
.conceptArea .txt {
	margin-bottom: 60px;
	padding: 0 110px;
}
.conceptArea .txt p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.conceptArea .txt .catch {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.conceptArea .txt .catch span {
	font-size: 14px;
	display: inline-block;
	margin-left: 20px;
}
.teaArea {
	overflow: hidden;
	padding: 60px 0 0;
	background-color: rgba(140,35,0,.05);
}
.teaArea .room {
	margin-bottom: 60px;
	padding: 0 0 40px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.teaArea .room:last-child {
	border-bottom: none;
}
.teaArea .room h4 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.teaArea .room .img {
	float: left;
	width: 500px;
}
.teaArea .room .img img {
	width: 100%;
}
.teaArea .room .txtBox {
	float: left;
	width: 500px;
	padding-left: 40px;
}
.teaArea .room .txtBox p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
}
.teaArea .room .txtBox .btn {
	margin-top: 30px;
}
.teaArea .room .txtBox .btn a {
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 5px 20px;
}
.teaArea .room .txtBox .btn a:first-of-type {
	margin-left: 0;
}
.teaArea .room .txtBox .txt {
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	font-size: 15px;
}
.teaArea .room .txtBox h5 {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 10px;
	border-left: 4px solid #AA3E3E;
	font-weight: bold;
}
.teaArea .room .txtBox ul li {
	font-size: 14px;
}
.teaArea .room .txtBox ul li:before {
	content: "-";
	width: 8px;
	margin-right: 10px;
	display: inline-block;
	-webkit-transition: content 0.3s;
	-o-transition: content 0.3s;
	-ms-transition: content 0.3s;
	-moz-transition: content 0.3s;
	transition: content 0.3s;
}
.teaArea .room .txtBox ul li a {
	color: #999;
	display: inline-block;
}
.teaArea .room .txtBox ul li a:hover {
	color: #000;
}
.roomArea {
	padding: 60px 0;
}
.roomArea .txt {
	margin-bottom: 60px;
	padding: 0 100px;
}
.roomArea .txt p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.roomInfoArea {
	padding: 60px 0;
	background-color: rgba(140,35,0,.05);
}
.roomInfoArea .room {
	overflow: hidden;
}
.roomInfoArea .room .map {
	float: left;
	width: 500px;
}
.roomInfoArea .room .info {
	float: right;
	width: 500px;
	padding-left: 40px;
}
.roomInfoArea .room .info h4 {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 10px;
	border-left: 4px solid #AA3E3E;
	font-weight: bold;
}
.roomInfoArea .room .info ul {
}
.roomInfoArea .room .info ul li {
	margin-top: 10px;
}
.roomInfoArea .room .info ul li h5 {
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
}
.roomInfoArea .room .info ul li h5:before {
	content: "・";
}
.roomInfoArea .room .info p {
	font-size: 14px;
	padding-left: 30px;
}
.roomInfoArea .room .info p a {
	color: #999;
}
.roomInfoArea .room .info p a:hover {
	color: #000;
}
.roomInfoArea .room .info .desc {
	margin-top: 30px;
	padding: 15px;
	border: 1px solid #ccc;
}
.roomInfoArea .room .info .desc p {
	padding-left: 0;
}
.roomInfoArea .roomImg {
	margin-top: 80px;
}
.roomInfoArea .roomImg ul {
	overflow: hidden;
}
.roomInfoArea .roomImg ul li {
	float: left;
	width: 220px;
	margin-left: 40px;
}
.roomInfoArea .roomImg ul li:nth-child(4n-3) {
	margin-left: 0;
}
.roomInfoArea .roomImg ul li a {
	display: block;
	position: relative;
}
.roomInfoArea .roomImg ul li a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.25);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.roomInfoArea .roomImg ul li a:hover:after {
	opacity: 1;
}
.roomInfoArea .roomImg ul li a:hover img {
	opacity: 1;
}