#mainImg{
    background-image: url(../img/shop_mainimg01.jpg);
    background-position: bottom;
}

#pankuzu{
    margin-bottom: -46px;
}

#sec01{
    background: url(../img/shop_bg01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
    padding-top: 105px;
    padding-bottom: 80px;
}

#sec01 #map{
    margin-top: 15px;
    text-align: center;
}

#sec02{
    width: 1145px;
    margin: 0 auto;
    margin-top: 60px;
}

#sec02 h3{
    color: #00a0de;
    font-size: 38px;
    line-height: 1;
    background: url(../img/shop_bg02.png);
    background-repeat: no-repeat;
    background-position: center;
}

#sec02 h3 span{
    color: #623700;
    font-size: 18px;
    display: block;
    margin-top: 5px;
}

#sec02 #areaList{
    text-align: center;
    font-size: 0px;
    margin-top: 45px;
}

#sec02 #areaList li{
    display: inline-block;
    margin: 0px 15px;
}

#sec02 #areaList a{
    background: #00a0de;
    color: #fff;
    font-size: 22px;
    text-align: center;
    display: block;
    width: 275px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
}

#sec02 h4{
    background: url(../img/shop_bg03.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    color: #623700;
    font-size: 32px;
    margin-top: 60px;
}

#sec02 h4 span{
    font-size: 18px;
    padding-left: 20px;
}

#sec02 .shopList{
    font-size: 0px;
}

#sec02 .shopList li{
    background: #efebe5;
    border-radius: 10px;
    width: 525px;
    padding: 15px;
    margin-top: 30px;
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
}

#sec02 .shopList li:nth-child(even){
    margin-left: 35px;
}

#sec02 .shopList li a{
    display: block;
    background: url(../img/shop_bg04.gif);
    color: #fff;
    position: relative;
    width: 100%;
    border-radius: 10px;
    padding: 8px 15px;
    padding-right: 30px;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 1.5;
}

#sec02 .shopList li a:after{
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
}

#sec02 .shopList li table{
    color: #623700;
    line-height: 1.5;
    margin: 10px 15px;
    margin-bottom: 0px;
}

#sec02 .shopList li table th{
    width: 100px;
}

#sec02 .shopList li table td,
#sec02 .shopList li table th{
    text-align: left;
    vertical-align: top;
}

#sec02 .shopList li table .service01,
#sec02 .shopList li table .service02,
#sec02 .shopList li table .service03{
    display: inline-block;
    font-size: 16px;
    background: #fff;
    color: #fff;
    border-radius: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0px 10px;
}

#sec02 .shopList li table .service01{
    background: #e47b56;
}

#sec02 .shopList li table .service02{
    background: #c471a3;
}

#sec02 .shopList li table .service03{
    background: #61b898;
}

@media screen and (max-width: 600px) {
    #mainImg{
        background-image: url(../img/shop_mainimg01_sp.jpg);
    }

    #pankuzu{
        margin-bottom: -29px;
    }

    #sec01{
        padding-top: 50px;
        padding-bottom: 40px;
    }

    #sec01 #map{
        width: 300px;
        margin: 0 auto;
        margin-top: 10px;
    }

    #sec02{
        width: 300px;
        margin-top: 20px;
    }

    #sec02 h3{
        font-size: 22px;
        background-image: url(../img/shop_bg02_sp.png);
        background-size: 175px 33px;
    }

    #sec02 h3 span{
        font-size: 10px;
    }

    #sec02 #areaList{
        margin-top: 20px;
    }

    #sec02 #areaList li{
        margin: 0px;
        margin-left: 5px;
    }

    #sec02 #areaList li:first-child{
        margin-left: 0px;
    }

    #sec02 #areaList a{
        font-size: 12px;
        height: 42px;
        width: 95px;
        border-radius: 5px;
        line-height: 1.5;
        padding-top: 8px;
    }

    #sec02 h4{
        font-size: 18px;
        background-image: url(../img/shop_bg03_sp.gif);
        background-size: contain;
        margin-top: 15px;
    }

    #sec02 h4 span{
        font-size: 10px;
        padding-left: 10px;
    }

    #sec02 .shopList li{
        width: 300px;
        padding: 0px;
        background: transparent;
        margin-top: 10px;
    }

    #sec02 .shopList li:nth-child(even){
        margin-left: 0px;
    }

    #sec02 .shopList li a{
        font-size: 16px;
        border-radius: 5px;
        padding: 6px 10px;
        padding-right: 30px;
        background-size: 50%;
    }

    #sec02 .shopList li table{
        display: none;
    }

    #sec02 .shopList li a:after{
        right: 10px;
    }
}