@charset "utf-8";

/*-------------------------------
	アクセス
-------------------------------*/

.Access:first-child{
	padding-top: 8rem;
}
.Access-map{
	margin-bottom: 4.2rem;
}
.Access-map__frame{
	max-width: 87.5rem;
	height: 50rem;
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
}
.Access-map__frame iframe{
	width: 100%;
	height: 100%;
}
.Access-map__text{
	font-family: var(--jp3);
	font-size: 2.5rem;
	text-align: center;
}

.Access-list:not(:last-child){
	margin-bottom: 8rem;
}
.Access-list__title{
	font-family: var(--jp3);
	font-size: 3.6rem;
	margin-bottom: 2.6rem;
	line-height: 1;
	font-weight: 400;
}
.Access-list__text{
	font-family: var(--jp3);
	font-size: 2.5rem;
	letter-spacing: .05em;
}
.Access-list__text:not(:last-child){
	margin-bottom: 4.5rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Access:first-child{
		padding-top: 6rem;
	}
	.Access-map{
	}
	.Access-map__frame{
		height: 35rem;
	}
	.Access-map__text{
		font-size: 2.3rem;
	}

	.Access-list:not(:last-child){
		margin-bottom: 6rem;
	}
	.Access-list__title{
		font-size: 3.1rem;
		margin-bottom: 2.3rem;
	}
	.Access-list__text{
		font-size: 2.3rem;
        line-height: 1.3;
	}
	.Access-list__text:not(:last-child){
		margin-bottom: 3.2rem;
	}
}