@charset "UTF-8";

.sec-shop{
    margin-bottom: 140px;
}

.gold{
    color: #bfa26a;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'Shippori Mincho', serif;
}

.head01{
    font-size: 28px;
    font-size: 2.8rem;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 40px;
    line-height: 1.4;
}

.head01wrap{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.head01wrap .head01{
    margin-bottom: 0;
}

.head01wrap span{
    background: #000;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1px 8px;
    display: inline-block;
    margin-left: 5px;
    line-height: 1.7;
}

.detail{
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Shippori Mincho', serif;
    line-height: 2;
}

.btnGold{
    border: 1px solid #bfa26a;
    color: #bfa26a;
    display: inline-block;
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    position: relative;
    z-index: 98;
}

.btnGold:hover{
    background: #bfa26a;
    border: 1px solid #bfa26a;
    color: #fff;
}

.btnGold.tele{
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 25px;
}

.btnGold.tele small{
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Belleza", sans-serif;
}


.btnGold.booking{
    font-size: 18px;
    font-size: 1.8rem;
}

.sec-shop #honten{
    position: relative;
    height: 520px;
    margin-bottom: 50px;
}

.sec-shop #honten:after{
    content: "";
    background: url(../../img/salon/main_shop.jpg) no-repeat;
    left: 0;
    top: 0;
    height: 520px;
    width: 60vw;
    background-size: cover;
    position: absolute;
}

.sec-shop #honten .inner{
    margin-bottom: 130px;
    position: relative;
}

.sec-shop #honten .detail{
    position: absolute;
    right: 15px;
    top: 0;
    width: 25%; 
}

.sec-shop .detail .gold.hour{
    margin-bottom: 20px;
}

.sec-shop .detail .time{
    margin-bottom: 50px;
}

.sec-shop .shopInfo{
    margin-bottom: 50px;
}

.sec-shop .flexBox.shopMap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec-shop .flexBox.shopMap .detail{
    margin: 0 0 0 8%;
    width: 25%;
}

.sec-shop .flexBox.shopMap .detail .address{
    margin-bottom: 40px;
}

.sec-shop .flexBox.shopMap .gMap{
    width: 67%;
}

.sec-shop #kegoten{
    position: relative;
    height: 520px;
    margin: 130px 0 50px;
}

.sec-shop #kegoten:after{
    content: "";
    background: url(../../img/salon/kego_shop.jpg) no-repeat;
    height: 520px;
    width: 60vw;
    right: 0;
    top: 0;
    background-size: cover;
    position: absolute;
}

.sec-shop #kegoten .inner{
    position: relative;
}

.sec-shop #kegoten .detail{
    position: absolute;
    left: 15px;
    top: 0;
    width: 25%; 
}

.sec-shop .flexBox.shopMap.first .detail{
    margin: 0 8% 0 0;
    order: 1;
}

.sec-shop .flexBox.shopMap.first .gMap{
    order: 2;
}

.sec-shop .video{
    margin-top: 50px;
}

@media screen and (max-width: 1560px){
}

@media screen and (max-width: 1245px){
.sec-shop {
    margin-bottom: 100px;
}
}

@media screen and (max-width: 834px) {
.sec-shop {
    margin-bottom: 60px;
}

.sec-shop #honten,
.sec-shop #kegoten {
    height: auto;
    margin-bottom: 25px;
}

.sec-shop #honten:after,
.sec-shop #kegoten:after {
    background: none;
}

.sec-shop #honten .detail,
.sec-shop #kegoten .detail {
    position: inherit;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.sec-shop .detail .img.sp{
    margin-bottom: 25px;
}

.head01 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.head01 span {
    font-size: 1.2rem;
}

.btnWrap{
    display: flex;
    justify-content: space-between;
} 

.btnWrap a{
    padding: 8px 0;
    width: 48%;
}

.btnGold.tele{
    font-size: 1.8rem;
    margin-bottom: 0;
}


.sec-shop .detail .gold.hour {
    margin-bottom: 10px;
}

.sec-shop .detail .time {
    margin-bottom: 30px;
}

.sec-shop #honten .inner,
.sec-shop #kegoten .inner {
    margin-bottom: 0;
}

.sec-shop .flexBox.shopMap {
    display: block;
}

.sec-shop .flexBox.shopMap .detail {
    margin: 0 0;
    width: 100%;
}

.sec-shop .flexBox.shopMap .gMap {
    width: 100%;
    margin-top: 25px;
}

.sec-shop .flexBox.shopMap .gMap iframe{
    height: 300px;
}

.sec-shop .video {
    margin-top: 40px;
    margin-bottom: 20px;
}

.sec-shop .flexBox.shopMap .detail .address {
    margin-bottom: 25px;
}

.sec-shop #kegoten {
    margin: 50px 0 50px;
}
}

@media screen and (max-width: 420px) {
.sec-shop .video iframe{
    height: 230px;
}
}