@charset "utf-8";
/* CSS Document */

.btn-01{
	margin: 30px auto 0;
	text-align: center;
	width: 20rem;
	font-size: 1.2em !important;
}
.btn-01 a{
	background: #EDEACB;
	border: 2px solid #333;
	/*box-shadow: 0px 0px 14px -6px #777777;*/
	padding: 10px 0;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
.btn-01 a:hover{
	border: 2px solid #a9a9a9;
}
.bnr{
	margin-top: 60px;
}
.map-area{
	width: 100%;
	margin-top: 50px;
	height: 370px;
}
.access-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.access-list li{
	width: 47%;
	text-align: left;
}
.access-list li dl dt{
	font-weight: bold;
	font-size: 120%;
	margin: 15px 0;
}
.access-list li dl .tel{
	font-size: 130%;
}
.btn-g{
	background: #707070;
}
.btn-g{
	display: block;
	color: #fff;
	font-size: 85%;
	position: relative;
	text-decoration: none;
	padding: 3px 0 3px 10px;
	margin: 10px 0;
	width: 35%;
}
.btn-g:hover{
	color: #fff;
	opacity: 0.7;
}
.btn-g::before,
.btn-g::after{
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 5px;
  width: 6px;
  height: 1px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.btn-g::before{
	transform: rotate(45deg);
}
.btn-g::after{
	transform: rotate(-45deg);
}

@media screen and (max-width:768px) {
	.modelCont p.btn-01{
		font-size: 1.2em !important;
		text-align: center;
	}
	.access-list li{
		width: 100%;
	}
	.access-list li:last-child{
		margin-top: 30px;
	}

}
@media screen and (max-width:800px) {
	.modelCont p.btn-01{
		font-size: 1.2em !important;
		text-align: center;
	}
}
@media screen and (max-width:880px) {
	.modelCont p.btn-01{
		font-size: 1.2em !important;
		text-align: center;
	}
}