@charset "utf-8";
/* CSS Document */

/*TOPページ以外のハンバーガーメニュー*/
@media (max-width: 960px){
    .menu {
        background-color: #F37021;
    }
    .menu li {
        border-top: 1px solid #fff;
    }
    .menu a{
        color: #fff;
    }
}


.shop{
    width: 100%;
    height: auto;
    background-color: #fff;
}

.shop-1{
    max-width: 1200px;
    width: 90%;
    padding: 120px 0;
    margin: 0 auto;
}

.shop-title h1{
    color: #F37021;
    text-align: center;
    font-size: 38px;
}

.shop-content{
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
    margin-top: 100px;
}

.shop-content-1{
    width: 100%;
    height: auto;
    margin-top: 100px;
    background-color: #F37021;
    padding: 5px 0;
}
.shop-content-1 h2{
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 20px;
}

.shop-content-2{
    width: 100%;
    height: auto;
    border-top: solid 1px #000;
    margin-top: 30px;
}
.shop-content-2_1{
    width: 100%;
    height: auto;
    border-bottom: solid 1px #000;
    padding: 30px 0;
    display: flex;
}
.shop-info{
    width: 45%;
    height: auto;
}

.shop-info h3{
    font-size: 32px;
    font-weight: bold;
    line-height: 45px;
}

.shop-info h3 span{
    display: inline-block;
}

.shop-info p{
    margin: 22px 0;
    font-size: 18px;
}

.shop-info .shop-btn{
    width: 320px;
    height: auto;
    display: block;
    background-color: #F37021;
}

.shop-info .shop-btn a{
    display: block;
    position: relative;
    color: #fff;
    padding: 1rem;
    text-align: center;
    border: solid 2px #F37021;
}

.shop-info .shop-btn a:hover{
    background-color: #fff;
    color: #F37021;
    transition: 0.2s ;
}

.shop-map{
    width: 50%;
    height: auto;
}

.shop-map iframe{
    width: 100%;
    height: 400px;
}

.shop-info .open-p{
    font-weight: bold;
    color: #F37021;
    margin: 10px 0;
}


@media (max-width: 1200px){
    .shop-1{
        max-width: 960px;
    }
    .shop-content{
        width: 80%;
    }
    .shop-info h3{
        font-size: 28px;
    }
    .shop-info p{
        font-size: 16px;
    }
    .shop-info .shop-btn{
        width: 280px;
    }
    .shop-info .shop-btn a{
        padding: 0.8rem;
    }
    
}


@media (max-width: 960px){
    .shop-content{
        width: 95%;
    }
}
@media (max-width: 768px){

    .shop-info{
        width: 53%;
    }
    .shop-map{
        width: 47%;
    }
    .shop-title h1{
        font-size: 32px;
    }
    
    .shop-info h3{
        font-size: 26px;
        line-height: 32px;
    }
    .shop-info p{
        font-size: 15px;
    }
    .shop-info .shop-btn{
        width: 240px;
    }
    .shop-map iframe{
    width: 100%;
    height: 300px;
}
}

@media (max-width: 640px){
    .shop-1{
        padding: 70px 0;
    }
    .shop-content{
        width: 95%;
        margin-top: 60px;
    }
    
    .shop-content-2_1{
        display: block;
        padding: 50px 0;
    }
    .shop-info,.shop-map{
        width: 100%;
    }
    .shop-info{
        margin-bottom: 30px;
        text-align: center;
    }
    .shop-info .shop-btn{
        width: 80%;
        margin: 0 auto;
    }
    .shop-map iframe{
        width: 100%;
        height: 350px;
}
}

@media (max-width: 390px){
    .shop-title h1{
        font-size: 25px;
    }
    .shop-content-2_1{
        padding: 30px 0;
    }
    .shop-info h3{
        font-size: 22px;
        line-height: 32px;
    }
    .shop-info p{
        margin: 15px 0;
    }
    .shop-info .shop-btn{
        width: 100%;
    }
    .shop-info .shop-btn a{
        padding: 0.5rem;
    }
    .shop-map iframe{
        height: 300px;
    }
}