@charset "utf-8";
#map header .text {
    color: #fff;
}
.main_page::after {
	background: rgba(0,0,0,0.3);
}
.sec_title .ttl {
    font-size: 2.8rem;
    margin-bottom: 40px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .sec_title .ttl {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
}

.map_ttl {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    margin: 0 0 20px;
    text-align: center;
}
.map_img {
    margin-bottom: 30px;
}
.map_cont {
    margin-bottom: 60px;
}
.map_cont .ttl {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    margin: 0 0 30px;
}
.map_cont .txt {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
}
.map_btn .link {
    background: #002b56;
    border: 1px solid #002b56;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.18em;
    display: inline-block;
    width: 90%;
    max-width: 310px;
    padding: 8px 10px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.map_btn .link span {
    position: relative;
    z-index: 1;
}
.block01 {
    margin: 0 0 150px;
}
.indent15 {
    padding-left: 15px;
    text-indent: -1.5rem;
}
.indent30 {
	padding-left: 75px;
	text-indent: -7.5rem;
}
@media only screen and (max-width: 767px) {
    .map_ttl {
        font-size: 1.3rem;
        letter-spacing: 0.01em;
    }
    .map_btn .link {
        font-size: 1.4rem;
    }
    .map_cont {
        margin: 0 0 35px;
    }
    .map_cont .ttl {
        font-size: 1.6rem;
        margin: 0 0 15px;
    }
    .map_cont .txt {
        font-size: 1.2rem;
        letter-spacing: 0.01em;
    }
}

.sec_local {
    background: #fff;
    color: #a9894b;
    padding: 80px 0;
}
.sec_local .inner {
    max-width: 830px;
}
.sec_local .map_btn .link {
    background: #a9894b;
    border: 1px solid #a9894b;
}
.sec_salon {
    background: #a9894b;
    color: #fff;
    padding: 80px 0;
}
.sec_salon .inner {
    max-width: 670px;
}
.sec_salon .map_btn .link {
    background: #fff;
    border: 1px solid #fff;
    color: #a9894b;
}