@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------------------------------

   Access

--------------------------------------------------------------------------------------------- */
#public-transport-access{
	margin-bottom: 75px;
}

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

#public-transport-access{
	margin-bottom: 50px;
}
	
}

.fa-train{
	color: #a8bf93;
	font-size: clamp(20px, 2vw, 24px);
}
.fa-car-alt{
	color: #a8bf93;
	font-size: clamp(20px, 2vw, 24px);
}
.fa-bus{
	color: #a8bf93;
	font-size: clamp(20px, 2vw, 24px);
}


.access-table{
	width: 47.5%;
	text-align: center;
}

caption{
	font-size: clamp(18px, 2vw, 20px);
	margin-bottom: 10px;
}

.hakata{
	float: left;
}
.kumamoto{
	float: right;
}

.access-table th{
	padding: 15px;
	border-radius: 10em;
	font-size: clamp(14px, 2vw, 16px);
	font-weight: normal;
	line-height: 1;
	color: #fff;
	background: #666;
}

.access-table th.gold-back{
	background: #c7b370;
   color: #000;
}

@media screen and (max-width:750px) {
	
.access-table th{
	padding: 10px;
}
	
}

.access-table td{
	padding: 15px;
	font-size: clamp(14px, 2vw, 16px);
}

.fa-angle-double-down{
	font-size: clamp(18px, 2vw, 20px);
}

#trainBus-access, #car-access {
	border-bottom: 0.5px solid #ccc;
}



/* ---------------------------------------------------------------------------------------------

   G-map

--------------------------------------------------------------------------------------------- */
#g-map{
	width: 100%;
	height: 750px;
}

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

#g-map{
	height: 500px;
}
	
}

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

#g-map{
	height: 400px;
}
	
}










.jr-timetable {
	display: block;
	background-color: #b4b4b4;
	margin: 35px auto 10px;
	padding: 12px;
	box-sizing: border-box;
	width: min(90%, 1200px);
	text-align: center;
	color: #fff;
}





