@charset "utf-8";
/* CSS Document */

section.about{
	overflow: hidden;
}
section .wrap_left{
	float: left;
    width: 40%;
	padding: 0 0;
}
section .wrap_right{
	float: right;
	width: 55%;
    padding: 0 0 0 30px;
    margin-left: 5%;
    border-left: 3px solid #ccc;
	
}
.about_image{
	width: 100%;
}

.about_image img{
	width: 100%;
	height: auto;
}

.hotel_info{
	clear: both;
	float: right;
	width: 60%;
	background-color: #333;
    color: #fff;
    padding:20px 20px;
	margin-top: 30px;
}

.hotel_info ul{}

.hotel_info ul li{
	font-size:1.2rem;
	line-height: 2;
}

.hotel_info ul li.add:before{
	content: "地址：";
}

.hotel_info ul li.tel:before{
	content: "電話：";
}

.hotel_info ul li.fax:before{
	content: "傳真：";
}

.hotel_info ul li.email:before{
	content: "E-mail：";
}
	
#map_canvas {
    width: 100%;
    height: 500px;
}

.map{
	margin-bottom:30px;
}
	
@media screen and (max-width: 1366px) {

.hotel_info{
	padding: 15px;
}

}
@media screen and (max-width: 1024px) {

.hotel_info{
	width: 70%;
}

}
@media screen and (max-width: 768px) {

.hotel_info {
    width: 90%;
}

}

@media screen and (max-width: 568px) {
section .wrap_left{
    width: 100%;
	padding: 0;
    margin-right: 0;
    border-right: 0px solid #ccc;
}
section .wrap_right{
	width: 100%;
}
.about_image{
	margin-bottom:30px;
}
}