@charset "utf-8";
.access-title {
	color: #666666;
	font-family: poynter-gothic-text, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4em;
	margin: 2em 0;
	text-align: center;
	letter-spacing: 0.1em;
}
.station {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-top: 3.5em;
}
.station-figure{
	width: 43%;
}
.station-figure img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.station-map{
	width: 55%;
}
.station-map iframe{
	width: 100%;
	height: 100%
}
.access-title-line {
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.8em;
	height: 1px;
	background-color: #333333;
	display: block;
}
.access {
	display: flex;
	margin-bottom: 2em;
}
.access-col {
	width: 55%;
	color: #666666;
	letter-spacing: 0.1em;
	font-size: 0.9em;
	line-height: 2em;
}
.access-col a {
	margin-right: 1em;
	text-decoration: none;
}
.access-col p {
	margin-bottom: 0.8em;
	color: #666666;
	letter-spacing: 0.1em;
	font-size: 1em;
	line-height: 2em;
}
.access-col-tel {
	color: #333333;
	font-family: mrs-eaves-xl-serif, serif;
	font-weight: 400;
	font-style: normal;
	margin: 0.5em 0;
	font-size: 2.2em;
	letter-spacing: 0.1em;
}
.access-img {
	width: 50%;
	margin-right: 50px;
}
.access-img img {
	width: 100%;
	height: auto;
}
.access-bt {
	background-color: #4AC5C8;
	width: 260px;
	text-align: left;
	color: white;
	font-weight: 400;
	padding-top: 1.2em;
	padding-right: 0;
	padding-left: 1em;
	padding-bottom: 1.2em;
	font-style: normal;
	margin-top: 1em;
}
.map {
	width: 100%;
	margin-bottom: 3em;
}
.map p {
	margin-bottom: 1.5em;
	color: red;
	line-height: 1.6em;
	text-align: left;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	margin-top: 1em;
}
.access-col span{
	margin-right: 0.5em;
	font-weight: bold
}
.access_box{
	display: flex
}
@media screen and (max-width:1100px) {
.access-col-tel {
	margin: 0.4em 0;
	font-size: 2em;
}
.access-bt {
	width: 260px;
	padding-top: 1.1em;
	padding-right: 0;
	padding-left: 1em;
	padding-bottom: 1.1em;
	margin-top: 1em;
}
.access-img {
	width: 60%;
	margin-right: 40px;
}
	.access-col p {
	margin-bottom: 1em;
}
.access_box{
	display: block
}
.access-col a {
	margin-right: 0
}
}

@media screen and (max-width:768px) {
.access-title-line {
	display: none;
}
	.access {
	display: block;
	margin-bottom: 2em;
}
.access-img {
	width: 100%;
	margin-right: 0px;
}
.access-img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.access-col {
	width: 100%;
	margin-top: 1em;
}
.access-col p {
	margin-bottom: 0em;
}
.access-bt {
	width: 260px;
	padding-top: 1.2em;
	padding-right: 0;
	padding-left: 1em;
	padding-bottom: 1.2em;
	margin-top: 1em;
	float: left;
	margin-right: 1em;
}
.map {
	clear: both;
	padding-top: 1.5em;
}
.map p {
	font-size: 0.8em;
}
.access-title {
	margin-top: 1.5em;
	margin-bottom: 1em;
}
	.station {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2em;
}
.station-figure{
	width: 100%;
	margin-bottom: 1em;
}
.station-figure img{
	height: 300px;
}
.station-map{
	width: 100%;
	order: 2;
}
}

@media screen and (max-width:480px) {
.access-title {
	font-size: 1.3em;
	margin: 1.5em 0;
}
.access-img img {
	height: 250px;
}
.access-col-tel {
	margin: 0.3em 0;
}
.access-bt {
	width: 220px;
	padding-top: 1.2em;
	padding-right: 0;
	padding-left: 1em;
	padding-bottom: 1.2em;
	margin-top: 1em;
	float: left;
	margin-right: 1em;
	font-size: 0.9em;
	letter-spacing: 0em;
}
	.station-figure img{
	height: 250px;
}
}

@media screen and (max-width:380px) {
.access-col p {
	letter-spacing: 0em;
}
	.access-bt {
	width: 100%;
	padding-top: 1.2em;
	padding-right: 0;
	padding-left: 1em;
	padding-bottom: 1.2em;
	margin-top: 1em;
	float: none;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	letter-spacing: 0.1em;
}
	.map {
	padding-top: 0em;
}
	.access-title {
	margin: 1em 0;
}
	.access-col-tel {
	font-size: 1.8em;
}
	.access-img img {
	height: 230px;
}
	.station-figure img{
	height: 200px;
}
}
