@charset "utf-8";

/* ----------shop---------- */
.shop{
    overflow: hidden;
}
.shop .float-l{
    width: 47%;
}
.shop .float-r{
    width: 47%;
}
.shop h2{
    font-size: 2rem;
    vertical-align: middle;
    margin-bottom: 10px;
}
.shop h2 img{
    width: 40px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
}
.shop table{
    width: 100%;
    margin-bottom: 20px;
}
.shop table th{
    width: 100px;
    font-weight: normal;
}
.shop table th,.shop table td{
    vertical-align: top;
    text-align: left;
    border-bottom: 1px dotted #555;
    padding: 10px 0;
}
.shop table tr:last-child th,.shop table tr:last-child td{
    border-bottom: none;
}
.shop .cmn-btn01{
    text-align: right;
}
/* ------------------------------PC------------------------------ */
@media screen and (min-width: 1200px) {
}
/* ------------------------------TABLET------------------------------ */
@media screen and (max-width:1199px) {


}
/* ------------------------------SP------------------------------ */
@media screen and (max-width: 699px) {
/* ----------shop---------- */
.shop{
    overflow: hidden;
}
.shop .float-l{
    width: 100%;
    margin-bottom: 30px;
}
.shop .float-r{
    width: 100%;
}
.shop h2{
    font-size: 1.5rem;
    text-align: center;
}
.shop h2 img{
    width: 25px;
    height: auto;
}
.shop .cmn-btn01{
    text-align: center;
}

}