@charset "utf-8";
.headline {
    position: relative;
    margin: 0 0 30px;
    line-height: 1.2;
    z-index: 0;
	text-align: center;
}
.headline .ttl {
    font-size: clamp(3.2rem,4.1666666666666666667vw,7rem);
    letter-spacing: 0.015em;
}
.headline .txt {
    font-size: clamp(1.4rem, 0.95238095238095238095vw,1.6rem);
    letter-spacing: 0.01em;
    line-height: 1.75;
}
/* sec_local */
.sec_local {
    padding: clamp(100px,2.9761904761904761905vw, 150px) 0 clamp(100px,2.9761904761904761905vw, 150px);
}
.sec_local .inner { max-width: 995px;}
.sec_local .img { margin-bottom: clamp(30px,3.8690476190476190476vw, 65px);}
@media screen and (max-width: 767px) {
	.sec_local {
		padding-bottom: 60px;;
	}	
}

/* */
@media screen and (max-width: 767px) {
    .salon_img{margin-bottom: 30px;}
}
.sec_map .inner { max-width: 995px;}
.headline .ttl_en{margin-bottom: 0;}
.sec_map{
    background: url("../imgs/bg_contents2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: clamp(100px,2.9761904761904761905vw, 150px) 0 clamp(100px,2.9761904761904761905vw, 150px);
}
.c_f{color: #fff;}
.fssp{font-size: 77%;}

.bg_white_op{
    padding: 5.5%;
    background: rgba(255, 255, 255, .7);
    color: #3e3a39;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 9px;
}
.fs120p{font-size: 120%;}
.underbar{position:relative; margin-bottom: 30px;}
.underbar:after{
    position:absolute;
    content: "";
    width: 100%;
    background: #fff;
    height: 1px;
    bottom: -10px;
    left: 0;
}
.p_name{font-size: 120%;}
.p_name .icon_p{
    display: inline-block;
    width: 18px;
    margin-right: 10px;
    vertical-align: -3px;
}
.p_name .icon_p img{width: 100%;}

.btn_style.btn_fff > span {
    background: #fff;
}
.btn_style.btn_fff > p {
    color: #fff;
}
.mt_btn{
    margin-top:clamp(30px,3.8690476190476190476vw, 65px);
}