/* CSS Document */


/*=========================*/
/*information
/*=========================*/
#infomation{
	position:relative;
	
}

#infomation::before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:100%;
	height:80%;
	background: var(--light-color);
	z-index:-1;
}

.infomation_img{
	margin:0;
}

.infomation_img img{
	width:100%;
}

.infomation_content{
	margin-top: 6.15%;
	display: flex;
	justify-content: space-between;
}

.infomation_left{
	width:60%;
}

.infomation_left .top-contact_logo{
	max-width:530px;
}

.infomation_left .top-contact_sub{
	font-size: 24px;
}

.infomation_right{
	width:40%;
}

.infomation_right .info_tel {
    display: inline-block;
    position: relative;
    font-family: var(--text-serif);
    font-weight: 500;
    font-size: 54px;
    padding-left: 40px;
   line-height: 1;
}

.infomation_right .info_tel::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/ico_tel.svg) no-repeat center center/cover;
    width: 35px;
    height: 50px;
}

.infomation_right .info_open {
   margin-top: 6.15%;
}

.infomation_right .info_data dt{
	background: var(--accent-color);
	color:#fff;text-align: center;
	width:16.15%;
}

.infomation_right .info_data dd{
	font-size: 17px; 
}

.infomation_right .info_data + .info_data {
    margin-top: 1.53%;

}

.access .heading_secondary{
	background-color: #fff;
	border:0;
	position:relative;
	padding-left:2rem;
	line-height: 1.8;
	margin-top: 5.38%;
}

.access .heading_secondary::before{
	position:absolute;
	content:"";
	left:1rem;
	transform: translateY(-50%);
	top:50%;
	background: var(--main-color);
	width:6px;
	height:50%;
}

.access_content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3.84%;	
}

.access_item{
	width:48.46%;
}

.access_item h3{
	background: var(--main-color);
	color:#fff;
	display: inline-block;
	padding:.25rem 1rem;
	font-weight: normal;
}

.access_text{
	margin-top: 1em;
	padding-left:10%;
	line-height: 2;
	position:relative;
}

.access_text::before{
	position:absolute;
	content:"";
	background:url(../images/ico_access.svg) center center/cover;
	width:12px;
	height:12px;
	top: 3.84%;
    left: 3.84%;
}


@media screen and (max-width:700px) {
	#infomation{
	position:relative;
	
}
	
	#infomation::before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:100%;
	height:90%;
	background: var(--light-color);
	z-index:-1;
}
	
	
	.infomation_content{
	margin-top: 6.15%;
	display: flex;
		flex-direction: column;
	justify-content: space-between;
}

.infomation_left{
	width:100%;
}

.infomation_left .top-contact_logo{
	max-width:530px;
}

.infomation_left .top-contact_sub{
	font-size: 18px;
}

.infomation_right{
	width:100%;
}
	
.infomation_right .info_tel {
	margin-top: 3.84%;
    display: inline-block;
    position: relative;
    font-family: var(--text-serif);
    font-weight: 500;
    font-size: 36px;
    padding-left: 28px;
   line-height: 1;
}

.infomation_right .info_tel::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/ico_tel.svg) no-repeat center center/cover;
    width: 21px;
    height: 30px;
}

.infomation_right .info_open {
   margin-top: 2.3%;
}

.infomation_right .info_data dt{
	background: var(--accent-color);
	color:#fff;text-align: center;
	width:16.15%;
}

.infomation_right .info_data dd{
	font-size: 14px; 
	line-height: 32px;
}

.infomation_right .info_data + .info_data {
    margin-top: 1.53%;

}

.access .heading_secondary{
	background-color: #fff;
	border:0;
	position:relative;
	padding-left:2rem;
	line-height: 1.8;
	margin-top: 8.46%;
}

.access .heading_secondary::before{
	position:absolute;
	content:"";
	left:1rem;
	transform: translateY(-50%);
	top:50%;
	background: var(--main-color);
	width:6px;
	height:50%;
}

.access_content{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3.84%;	
}

.access_item{
	width:100%;
}
	
	.access_item + .access_item{
		margin-top: 3.84%;
	}

.access_item h3{
	background: var(--main-color);
	color:#fff;
	display: inline-block;
	padding:.25rem 1rem;
	font-weight: normal;
	font-size: 14px;
}

.access_text{
	margin-top: 2.3%;
	padding-left:10%;
	line-height: 2;
	position:relative;
	font-size: 14px;
}

.access_text::before{
	position:absolute;
	content:"";
	background:url(../images/ico_access.svg) center center/cover;
	width:12px;
	height:12px;
	top: 3.84%;
    left: 3.84%;
}
}



