@charset "utf-8";
p {
	line-height: 1.8;
	text-align: justify;
}
.quote {
	font-family: 'MinionPro-Regular', 'Times New Roman', serif;
	font-size: 22px;
	color: #CC8700;
	line-height: 1.2;
	position: relative;
	margin-bottom: 20px;
}
.quote:before {
	content: '“';
	color: #000;
	font-size: 100px;
	position: absolute;
	left: -50px;
	top: -25px;
}
.readmore {
	background: #CC8801;
	color: #FFF !important;
	font-size: 11px;
	padding: 0px 15px;
	border-radius: 100px;
	margin-top: 10px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.readmore:hover {
	background: #B89866
}
#detail .standard-table {
	width: 48%;
	float: left;
	margin: 0 1%;
}
#access {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 3px 5px 0 rgba(0,0,0,.12);
}
#access .block {
	width: 48%;
	margin: 0 2% 0 0;
	float: left;
}
#access .standard-table th i {
	color: #B89866;
	line-height: 1;
	display: block;
}
#access th {
	text-align: center;
}
#access .block a {
	border-bottom: none;
}
#access .block a {
	display: block;
	width: 210px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	margin: 40px auto;
	color: #FFF;
	background: #CC8801;
	text-align: center;
	font-size: 14px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#access .block a i {
	line-height: 60px;
	float: right;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#access .block a:hover {
	background: #B89866;
}
#access #googlemap {
	width: 48%;
	margin: 0 0 0 2%;
	position: relative;
	height: 100%;
	float: right;
}
#access iframe {
	width: 100%;
}
#find {
	width: 100%;
	display: table;
	padding: 3%;
	height: 400px;
	text-align: center;
	color: #FFF;
	background: #000;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
#find #background {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(../img/access/title.jpg) no-repeat center center fixed;
	background-size: cover;
	opacity: 0.7;
}
#find #inner {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	height: 100%;
	border: 1px solid #B89866;
	overflow: hidden;
	z-index: 1;
}
#find h2 {
	color: #FFF;
	margin-bottom: 0;
	opacity: 0;
	-webkit-opacity: 0;
}
#find .standard-h2:after {
	background: #B89866;
}
#find a {
	background: #B89866;
	padding: 5px 20px;
	margin-top: 10px;
	display: inline-block;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#find a:hover {
	background: #CC8801;
}
#find p {
	text-align: center;
	letter-spacing: 5px;
	line-height: 2;
	font-size: 16px;
	overflow: hidden;
	color: #FFF;
	margin-top: 10px;
}
#triangle {
	position: absolute;
	right: 2%;
	top: 200px;
	background: url(../img/about/triangle.png) no-repeat center top;
	background-size: 100% auto;
	width: 22%;
	padding-bottom: 100%;
}
 @media only screen and (max-width: 1024px) {
#triangle {
	position: static;
	width: 100%;
	max-width: 300px;
	height: 180px;
	padding: 0;
	margin: 40px auto;
}
}
 @media only screen and (max-width: 768px) {
#about .standard-table {
	width: 100%;
	margin: 0;
	float: none;
}
#access .block, #access #googlemap {
	width: 100%;
	float: none;
	margin: 0;
}
}
 @media only screen and (max-width: 767px) {
#find {
	height: 250px;
}
#find #horizontal {
	width: 100% !important;
}
#find #vertical {
	height: 200% !important;
}
#find p {
	height: auto;
	opacity: 1;
	-webkit-opacity: 1;
}
}
