@charset "UTF-8";


.access-topGmap {
	height: 400px;
}

.access-main {
	
}

.access-main-left {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/kapuseru.jpg);
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(74,109,119,1.00);
	line-height: 2em;
	background-position: 0% 50%;
}

.access-main-left-content {
	background-color: rgba(255,255,255,0.75);
	margin: 30px;
	padding: 20px 20px 30px;
	width: 100%;
}

.access-main-left-content h1{
	font-size: 1.5rem;
	margin: 15px 0px;
}

.access-main-left-content ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.access-main-left-content li{
	margin: 0px;
}

.access-main-right {
	background-color: #4A6D7E;
	color: white;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.access-main-right-content {
	padding: 30px 15px;
}

.access-main-right-content h2{
	line-height: 1.5rem;
	margin:0px 0px 30px;
}

.access-main-right-content h2 .small{
	font-size: 1rem;
}

.access-main-right-content h3{
	font-size: 1.3rem;
	line-height: 1.4rem;
	margin-top: 40px;
	margin-bottom: 20px;
}

.access-main-right-content p{
	
}

.access-button {
	display: block;
	background-color: #F5F4DA;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	color: #4A6D77;
	font-size: 1rem;
	font-weight: bolder;
	border-radius: 30px;
	transition-duration: 0.3s;
}

.access-button:hover{
	text-decoration: none;
	color: coral;
	background-color: white;
}
