@charset "utf-8";

/*====================================================================================

		#access_and_contact layout

====================================================================================*/

#access_and_contact #contents {
	padding: 150px 0 180px;
}

#access_and_contact #contents iframe {
	width: 100%;
	height: 600px;
	margin: 0;
}


@media screen and (max-width: 768px){
	#access_and_contact #contents {
		padding: 80px 0 40px;
	}
	
	#access_and_contact #contents iframe {
		width: 100%;
		height: 400px;
	}
}



/*===============================================================

		header layout

===============================================================*/

#access_and_contact header .main_img.lower {
	background: url("../../img/access/main_img.jpg") center bottom / auto no-repeat;
}


@media screen and (min-width: 1501px){
	#access_and_contact header .main_img.lower {
		background: url("../../img/access/main_img.jpg") center bottom / 100% auto no-repeat;
	}
}


@media screen and (max-width: 768px){
	#access_and_contact header .main_img.lower {
		background: url("../../img/access/main_img.jpg") 10% bottom / auto 100% no-repeat;
	}
}



/*===============================================================

		#access_and_contact #contents .contact layout

===============================================================*/

#access_and_contact #contents .contact {
	margin: 0 0 150px;
}

#access_and_contact #contents .contact .inner div {
	padding: 40px;
	background-color: #EAEFF2;
	text-align: center;
}

#access_and_contact #contents .contact .inner div p {
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: 600;
}

#access_and_contact #contents .contact .inner div ul {
	display: flex;
	justify-content: center;
}

#access_and_contact #contents .contact .inner div ul li {
	margin: 0 40px;
	font-size: 40px;
	font-weight: 600;
}

#access_and_contact #contents .contact .inner div ul li.tel {
	padding: 0 0 0 50px;
	background: url("../img/icon_tel_02.svg") left 55% / 35px auto no-repeat;
}

#access_and_contact #contents .contact .inner div ul li.tel a {
	cursor: default;
}

#access_and_contact #contents .contact .inner div ul li.fax {
	padding: 0 0 0 60px;
	background: url("../img/icon_fax.svg") left 55% / 45px auto no-repeat;
}


@media screen and (max-width: 768px){
	#access_and_contact #contents .contact {
		margin: 0 0 80px;
	}
	
	#access_and_contact #contents .contact .inner div {
		padding: 20px;
		text-align: left;
	}
	
	#access_and_contact #contents .contact .inner div p {
		margin: 0 0 20px;
		font-size: 4.3vw;
		font-weight: 700;
	}
	
	#access_and_contact #contents .contact .inner div ul {
		display: block;
	}
	
	#access_and_contact #contents .contact .inner div ul li {
		margin: 0 0 20px;
		text-align: center;
		font-size: 6vw;
		font-weight: 700;
		line-height: 1.1;
	}
	
	#access_and_contact #contents .contact .inner div ul li.tel {
		padding: 0 0 0 8vw;
		background: url("../img/icon_tel_02.svg") 13vw 55% / 5vw auto no-repeat;
	}
	
	#access_and_contact #contents .contact .inner div ul li.fax {
		margin: 0;
		padding: 0 0 0 8vw;
		background: url("../img/icon_fax.svg") 13vw 55% / 6vw auto no-repeat;
	}
}



/*===============================================================

		#access_and_contact #contents .access layout

===============================================================*/

#access_and_contact #contents .access .inner section {
	margin: 0 0 120px;
	position: relative;
}

#access_and_contact #contents .access .inner section picture {
	width: 100%;
	display: flex;
	justify-content: center;
}

#access_and_contact #contents .access .inner section picture img {
	width: 100%;
	max-width: 1000px;
}

#access_and_contact #contents .access .inner section p.txt {
	background-color: #fff;
	position: absolute;
	left: calc(50% - 500px);
	top: 115px;
	color: #CC6666;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
}

#access_and_contact #contents .access .inner section dl.txt {
	background-color: #fff;
	position: absolute;
	left: calc(50% - 500px);
	top: 80px;
	color: #CC6666;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
}

#access_and_contact #contents .access .inner section dl.txt div {
	display: flex;
}

#access_and_contact #contents .access .inner section dl.txt div:nth-of-type(2) {
	color: #618B8B;
}

#access_and_contact #contents .access .inner section dl.txt div dt {
	width: 6em;
	margin-right: 1em;
	position: relative;
}

#access_and_contact #contents .access .inner section dl.txt div dt::after {
	content: "…";
	position: absolute;
	right: -0.5em;
	top: 0;
}

#access_and_contact #contents .access .inner section p.transportation_service {
	margin: 120px auto 0;
	padding: 80px 40px 40px;
	background: url("../img/icon_car.svg") center 20px / 100px auto no-repeat #F9F7F4;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
}


@media screen and (max-width: 768px){
	#access_and_contact #contents .access .inner section {
		margin: 0 0 80px;
	}
	
	#access_and_contact #contents .access .inner section p.txt {
		margin: 20px 0 0;
		position: static;
		font-size: 3.9vw;
		font-weight: 700;
		line-height: 1.8;
	}
	
	#access_and_contact #contents .access .inner section dl.txt {
		margin: 20px 0 0;
		position: static;
		font-size: 3.9vw;
		font-weight: 700;
		line-height: 1.8;
	}
	
	#access_and_contact #contents .access .inner section dl.txt div {
		display: flex;
	}
	
	#access_and_contact #contents .access .inner section dl.txt div:nth-of-type(2) {
		color: #618B8B;
	}
	
	#access_and_contact #contents .access .inner section dl.txt div dt {
		width: 6em;
		margin-right: 1em;
		position: relative;
	}
	
	#access_and_contact #contents .access .inner section dl.txt div dt::after {
		content: "…";
		position: absolute;
		right: -0.5em;
		top: 0;
	}
	
	#access_and_contact #contents .access .inner section p.transportation_service {
		margin: 60px auto 0;
		padding: 60px 20px 20px;
		background: url("../img/icon_car.svg") center 20px / 60px auto no-repeat #F9F7F4;
		text-align: left;
		font-size: 16px;
		font-weight: 700;
	}
}