@charset "utf-8";

main {
	padding: 80px 0;
}

.map {
    margin-bottom: 80px;
	text-align: center;
}

.map img {
    border: 40px solid #b3ab8c;
}

.center.text {
	font-size: 18px;
	margin-bottom: 20px;
}

.address {
	text-align: center;
	margin-bottom: 80px;
}

.address p {
    border: 1px solid #2b3233;
    background: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 500;
}

.underPage .btnList {
    justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.underPage .btnList div {
    width: 28%;
    margin: 0 1%;
}

.underPage .btnList div a {
    color: #fff;
    background: #2b3233;
    padding: 16px 10px 17px;
    position: relative;
    text-align: center;
    display: flex;
    border-radius: 100px;
    font-size: 18px;
    line-height: 1;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.underPage .btnList div a:before {
    content: "";
    background: url("../-image/common/arrow02.svg") no-repeat 50% 50%;
    background-size: 35px;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 47%;
    left: 10px;
    transform: translateY(-50%);
}






@media screen and (max-width: 767px)  {	
	
	main {
		padding: 40px 0;
	}
	
	.map {
		margin-bottom: 40px;
	}
	
	.map img {
		border: 20px solid #b3ab8c;
	}
	
	.center.text {
		font-size: 16px;
	}

	.address {
		margin-bottom: 40px;
	}

	.address p {
		padding: 10px 30px;
		font-size: 20px;
	}

	.underPage .btnList {
		display: block;
		margin-bottom: 0;
	}

	.underPage .btnList div {
		margin: 0px auto 20px;
		width: 85%;
	}

	.underPage .btnList div a {
		padding: 18px 0;
		font-size: 14px;
	}
	
	
	
	
	
}
