@charset "utf-8";
/* CSS Document */
/* =======================================

	GOOGLE MAP

======================================= */
#map {
    height: 450px;
    width: 100%;
}
.container {
    margin-bottom: 100px;
}
/* =======================================

	ACCESS_DETAIL

======================================= */
.access_detail {
	border: 5px solid #ff229d;
    text-align: center;
    line-height: 2.0;
    font-size: 23px;
    padding: 30px 0px;
    margin: 30px 0;
}
.add {
    font-size: 33px;
}
.moreBtn a{
	background-color: #ff229d;
    display: block;
    width: 20%;
    margin: 35px auto;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    padding: 10px 0 6px;
    transition: all 0.4s ease 0s;
}
.moreBtn a:hover{
	background-color: #ff96c5;
	transition: all 0.4s ease 0s;
}
/* =======================================

	ACCESS_ROOT

======================================= */
.access_back {
	border: 5px solid #ff229d;
    padding: 70px 0px;
    margin: 30px 0;
}
.access_root {
    padding-bottom: 40px;
}
.access_root h3 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}
.access_root h3:after {
    content: "";
    border-bottom: 1px solid #000;
    display: block;
    width: 80px;
    margin: 15px auto;
}
.access_root ul {
    text-align: center;
}
.access_root ul {
}
.access_root ul li {
	display: inline-block;
	margin: 20px;
}
.access_root ul li a {
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 1.6;
    padding-top: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
i[class^="icon-"]{
    font-size: 30px;
}
.label {
    font-size: 13px;
    display: block;
}
/* =======================================

	ACCESS_TOUR

======================================= */
.access_tour {
    margin: 20px auto;
    width: 70%;
    font-size: 14px;
}
.access_tour h4 {
    color: #ff229d;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}
.access_tour p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.access_tour i[class^="icon-"]{
    vertical-align: -5px;
    margin-right: 10px;
}

