@charset "UTF-8";


/* ------------------------------
    contents
------------------------------ */

.container{
	padding: 65px 0 0;
}
h2{
	margin-bottom: 90px;
}

.desc + .desc {
	margin-top: 35px;
}


.desc .blue{
	color: #06549F;
}
.desc .small{
	font-size: 1.2rem;
}


.access .contents{
	padding: 25px 0 190px;
	background: #fff;
	box-shadow:0px 0px 15px 5px rgba(0,0,0,0.12);
-moz-box-shadow:0px 0px 15px 5px rgba(0,0,0,0.12);
-webkit-box-shadow:0px 0px 15px 5px rgba(0,0,0,0.12);
}
.about.wrapper{
	position: relative;
}
.about.wrapper:after{
	content: '';
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(0.5, rgba(255,255,255,1)), color-stop(1, rgba(255,255,255,1)));
	background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background:-moz-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background:-o-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background:linear-gradient(to bottom, rgba(255,255,255,0) 0, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);

}
.access .zindex{
	position: relative;
	z-index: 1;
}


.access .map{
	width: 980px;
	height: 400px;
	margin: 0 auto 30px;
}
.access .map iframe{
	width: 100%;
	height: 100%;
}

.access .addr{
	margin: 0 0 0 60px;
	display: inline-block;
	font-size: 1.6rem;
	vertical-align: middle;
	margin-right: 40px;
}
.access .tel{
	color: #21779A;
	font-size: 2.2rem;
	vertical-align: middle;
	display: inline-block;
}
.access .tel span{
	font-size: 3.6rem;
	margin-left: 10px;
}
.access .route{
	width: 920px;
	margin: 65px auto 0;
}
.access .route li{
	display: inline-block;
	vertical-align: top;
}
.access .route li + li{
	margin-left: 100px;
}
.access .route .title{
	font-size: 2rem;
	color: #457FB7;
	font-weight: bold;
}
.access .route .title img{
	vertical-align: middle;
	margin-right: 10px;
}
.access .route .desc{
	font-size: 1.6rem;
	margin-top: 10px;
	text-align: left;
}


@media screen and (max-width : 768px){

.container {
	padding-top: calc(60px + 10%);
}
h2 {
	margin-bottom: 10%;
}
.desc + .desc {
	margin-top: 6%;
}
.desc .small {
	font-size: 1rem;
}

.access .contents {
	padding: 5% 0 25%;
	background: #fff;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.12);
}


.access .map {
	width: 96%;
	height: 200px;
	margin: 0 auto 5%;
}
.access .addr {
	margin: 0 0 0 0;
	font-size: 1.2rem;
	margin-right: 0;
	display: block;
	text-align: center;
}
.access .tel {
	font-size: 1.8rem;
	display: block;
	text-align: center;
}
.access .tel span{
	font-size: 2.2rem;
}
.access .route {
	width: 100%;
	margin: 10% auto 0;
}
.access .route li{
	display: block;
}
.access .route li + li {
	margin-left: 0;
	margin-top: 8%;
}
.access .route .title {
	font-size: 1.6rem;
	text-align: center;
}
.access .route .title img{
	width: auto;
}
.access .route .desc {
	font-size: 1.2rem;
	margin-top: 3%;
	text-align: center;
}





}