#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: 46px;
    padding-bottom: 90px;
}

#sec01 h3{
    font-size: 38px;
    background: #00a0de;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 29px 0px;
    line-height: 1.5;
}

#sec01 h3:after{
    content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 15px 0 15px;
    border-color: #009fde transparent transparent transparent;
}

#sec01 > div{
    width: 1145px;
    background: url(../img/shop_bg05.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
    padding-top: 60px;
}

#sec01 > div #imgWrapper,
#sec01 > div #imgWrapper2,
#sec01 > div table{
    width: 750px;
    margin: 0 auto;
}

#sec01 > div #imgWrapper div,
#sec01 > div #imgWrapper2 div{
    display: block;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    float: left;
}
#sec01 > div #imgWrapper2{
    margin-top:50px;
}


#sec01 > div #imgWrapper div:nth-child(even),
#sec01 > div #imgWrapper2 div:nth-child(even){
    float: right;
}

#sec01 > div #imgWrapper img,
#sec01 > div #imgWrapper2 img{
    width: 340px;
}

#sec01 > div table{
    line-height: 1.5;
    border-collapse: separate;
    border-spacing: 0px 3px;
    margin-top: 50px;
}

#sec01 > div table th,
#sec01 > div table td{
    position: relative;
    padding: 8px 15px;
}

#sec01 > div table th:after,
#sec01 > div table td:after{
    position: absolute;
    content: "";
    border-bottom: 1px solid #623700;
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
}

#sec01 > div table tr:first-child th:before,
#sec01 > div table tr:first-child td:before{
    position: absolute;
    content: "";
    border-top: 1px solid #623700;
    position: absolute;
    top: -2px;
    left: 0px;
    width: 100%;
}

#sec01 > div table td{
    vertical-align: middle;
    text-align: left;
}

#sec01 > div table th{
    background: url(../img/shop_bg04.gif);
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0px;
    height: 100%;
    width: 130px;
}

#sec01 > div table #googleMap{
    display: inline-block;
    background: #00a0de;
    height: 30px;
    line-height: 28px;
    color: #fff;
    border-radius: 15px;
    padding: 0px 15px;
    margin-left: 15px;
}

#sec01 > div table #service img{
    padding: 5px 5px 5px 0px;
}

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

#sec02 > div{
    float: left;
    width: 555px;
}

#sec02 > div:nth-child(even){
    float: right;
}

#sec02 h4{
    color: #623700;
    font-size: 22px;
    background: url(../img/shop_bg06.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

#sec02 h4 img{
    padding-right: 10px;
}

#sec02 table{
    line-height: 1.5;
    margin-top: 25px;
}

#sec02 table td,
#sec02 table th{
    text-align: left;
    margin-bottom: 5px;
    vertical-align: top;
}

#sec02 table .date{
    width: 125px;
}

#sec02 table td a{
    display: inline-block;
    text-decoration: underline;
}

#sec02 table td span{
    display: block;
}

@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 h3{
        font-size: 22px;
        padding: 9px 0px;
    }

    #sec01 h3:after{
        border-width: 15px 7.5px 0 7.5px;
        bottom: -14px;
        margin-left: -7.5px;
    }

    #sec01 > div{
        width: 300px;
        padding-top: 20px;
    }

    #sec01 > div #imgWrapper div,
    #sec01 > div #imgWrapper2 div{
        float: none;
        margin-bottom: 10px;
    }
    #sec01 > div #imgWrapper2{
        margin-top:20px;
    }

    #sec01 > div #imgWrapper img,
    #sec01 > div #imgWrapper2 img{
        width: 100%;
    }

    #sec01 > div #imgWrapper,    #sec01 > div #imgWrapper2, #sec01 > div table{
        width: 300px;
    }

    #sec01 > div table{
        margin-top: 10px;
    }

    #sec01 > div table td{
        padding: 8px 10px;
    }

    #sec01 > div table th{
        width: 80px;
        background-size: 50%;
    }

    #sec01 > div table #googleMap{
        margin-left: 0px;
        margin-top: 5px;
    }

    #sec01 > div table #service img{
        width: 44px;
        padding: 3px 3px 3px 0px;
    }

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

    #sec02 h4{
        font-size: 16px;
        background-image: url(../img/shop_bg06_sp.gif);
        margin-bottom: 10px;
        padding-bottom: 8px;
    }

    #sec02 h4 img{
        padding-right: 0px;
    }

    #sec02 > div,
    #sec02 > div:nth-child(even){
        width: 300px;
        float: none;
    }

    #sec02 table{
        margin-top: 0px;
        margin-bottom: 15px;
    }

    #sec02 table td,
    #sec02 table th{
        display: block;
        margin-bottom: 10px;
    }

    #sec02 table .date{
        width: auto;
        margin-bottom: 0px;
    }
}