@charset "UTF-8";

/* route */

.routeWrap{
	background: linear-gradient(to bottom, #fff 0%, #fff 20%, #efefef);
	padding-top: 20px;
}
.routeInner{
	margin: 0 auto;
	width: 95%;
	max-width: 1100px;
}
.routeMap{
    height: 560px;
    overflow: hidden;
	border-radius: 25px;
}
.routeMap iframe{
    height: calc( 100% + 140px );
    margin-top: -70px;
    width: 100%;
    height: 100%;
	border: 0;
	border-radius: 25px;
}
.routeWrap h6{
	margin-top: -20px;
}
.routeList{
	display: flex;
	flex-wrap: nowrap;
	gap: 5px;
	margin-top: 20px;
}
.routeList article{
	width: 100%;
	background: #fff;
	box-shadow: 2px 2px 9px #dfdfdf;
}
.routeList article h4{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-size: var(--fsMiddle);
	font-weight: 500;
	color: #fff;
}
.routeList article:first-of-type h4{
	background: linear-gradient(to right, #e65100, #f09766);
}
.routeList article:nth-of-type(2) h4{
	background: linear-gradient(to right, #a576ad, #ce93d8);
}  
.routeList article:nth-of-type(3) h4{
	background: linear-gradient(to right, #795548, #ba9389);
}
.routeList article:nth-of-type(4) h4{
	background: linear-gradient(to right, #71b04e, #b0d99c);
}
.routeList article ul{
	text-align: center;
	padding: 0 15px 35px;
}
.routeList article ul li{
	padding-top: 25px;
	line-height: 1.5em;
	position: relative;
}
.routeList article ul li:not(:last-of-type)::after{
	content: "";
	position: absolute;
	top: calc( 100% + 10px );
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 15px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid #dfdfdf;
}
@media screen and (max-width: 900px){
	.routeList{
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px 5px;
	}
	.routeList article{
		width: calc( 33% - 2px );
	}
}
@media screen and (max-width: 600px){
	.routeWrap{
		padding-top: 0;
	}
	.routeList{
		margin-top: 15px;
	}
	.routeList{
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px 5px;
	}
	.routeList article{
		width: calc( 50% - 3px );
	}
}
@media screen and (max-width: 400px){
	.routeMap{
		height: 500px;
	}
}


/* access */

.accessMap{
	margin: 0 auto;
    height: 560px;
	border-radius: 25px;
    overflow: hidden;
}
.accessMap iframe{
    width: 100%;
    height: calc( 100% + 340px );
    margin-top: -170px;
	border: 0;
	border-radius: 25px;
}
.addressWrap{
	margin: 50px auto 0;
	text-align: center;
}
.addressWrap address{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: left;
	background: #fff;
	border-radius: 25px;
	border: solid 1px var(--base);
	overflow: hidden;
	box-shadow: 3px 3px 5px #efefef;
}
.addressWrap address h5{
	font-size: var(--fsLarge);
	color: #fff;
	font-weight: 500;
	background: var(--liner);
	padding: 18px 0 20px;
	text-align: center;
}
.addressWrap address ul{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}
.addressWrap address li{
	width: 100%;
	padding: 15px 0;
	text-align: center;
}
.addressWrap address li:first-of-type{
	border-right: dashed 2px var(--base);
}
.addressWrap address li:first-of-type p{
	margin-bottom: 20px;
}
.addressWrap address p{
	font-size: var(--fsMiddle);
	display: inline-block;
	text-align: left;
}
.addressWrap a{
	text-decoration: none;
}
.addressGmapBtn a{
	border: solid 1px #242323;
	color: #242323;
	border-radius: 50px;
	padding: 6px 0;
	width: 230px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	transition: 0.8s;
}
.addressGmapBtn a:hover{
	border: solid 1px var(--base);
	color: #fff;
	background: var(--base);
}
.addressGmapBtn a span{
	margin-right: 10px;
	line-height: 1rem;
}
.addressGmapBtn a::before,
.addressGmapBtn a::after{
	content: "";
	width: 10px;
	height: 1px;
	display: inline-block;
	border-radius: 2px;
	background: #242323;
	position: absolute;
	right: 18px;
	transition: 0.8s;
}
.addressGmapBtn a::before{
	top: calc( 50% - 4px );
	transform: rotate(45deg);
}
.addressGmapBtn a::after{
	bottom: calc( 50% - 4px );
	transform: rotate(-45deg);
}
.addressGmapBtn a:hover::before,
.addressGmapBtn a:hover::after{
	background: #fff;
}
.addressTel a{
	font-family: var(--futura);
	font-size: 1.25em;
	color: var(--base);
	font-weight: 600;
}
.addressTel span a{
	position: relative;
	padding-left: 36px;
	display: block;
}
.addressTel span a:first-of-type{
	margin-bottom: 8px;
}
.addressTel span a::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 2px;
	left: 0;
	padding: 2px;
}
.addressTel span:first-of-type a::before{
	background: url("../img/common/icoTelBK.webp") no-repeat top center / 100%;
}
.addressTel span:last-of-type a::before{
	background: url("../img/common/icoMailBK.webp") no-repeat top center / 100%;
}
@media screen and (max-width: 800px){
	.addressWrap{
		margin: 12px auto 0;
	}
	.addressWrap address li:first-of-type p{
		margin-bottom: 15px;
	}
	.addressGmapBtn a{
		width: 200px;
	}
}
@media screen and (max-width: 768px){
	.accessMap{
		height: 400px;
	}
}
@media screen and (max-width: 600px){
	.addressWrap address ul{
		flex-wrap: wrap;
		padding: 0 30px;
	}
	.addressWrap address li{
		width: 100%;
		padding: 30px 0;
		text-align: center;
	}
	.addressWrap address li:first-of-type{
		border-right: none;
		border-bottom: dashed 1px var(--base);
	}
	.addressWrap address li:last-of-type{
	}
	.addressWrap address p{
		font-size: 1.25em;
		line-height: 1.7em;
	}
	.addressWrap address p,
	.addressGmapBtn a{
		width: 220px;
	}
}
@media screen and (max-width: 450px){
	.accessMap{
		height: 350px;
	}
	.addressWrap address h5{
		font-size: 1.425em;
		padding: 16px 0 18px;
		text-align: center;
	}
	.addressGmapBtn a:before,
	.addressGmapBtn a:after{
		right: 17px;
	}
	.addressWrap address li:first-of-type p{
		margin-bottom: 15px;
	}
	.addressWrap address li:first-of-type{
		padding: 23px 0 30px;
	}
	.addressWrap address li:last-of-type{
		padding: 25px 0 32px;
	}
	.addressTel span a{
		padding-left: 30px;
	}
	.addressTel span a::before{
		width: 20px;
		height: 20px;
	}
	.addressTel span a:first-of-type{
		margin-bottom: 2px;
	}
}
@media screen and (max-width: 360px){
	.accessMap{
		height: 250px;
	}
}