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

/* ---------- COMMON ---------- */

/* title_area */
.title_area{
    text-align: center;
}

.title_area span{
    display: block;
}

/* shop_list */
.shop_list h2{
    background-color: #7e807d;
    color: #ffffff;
    font-weight: 700;
}

.items{
    border-top:solid 1px #333333;
    border-bottom:solid 1px #333333;
    list-style: none;
    overflow-wrap: anywhere;
}

.shop_list dl,
.sales_location:not(:last-of-type){
    border-bottom: solid 1px #cccccc;
}

.notes{
    border-top: solid 1px #cccccc;
}

.shop_list dl dt{
    font-weight: 200;
}

.sales_location ul li{
    list-style: none;
}

.sales_location ul{
    display: flex;
    align-items: flex-start;
}

.sales_location ul li{
    font-weight: 700;
    text-align: center;
}

.sales_location ul li:first-child{
    background-color: #dfdfdf;
    text-transform: uppercase;
}

.sales_location ul li:nth-of-type(2){
    border: solid 1px #999999;
    margin-left: 1em;
}

.sales_location p:not(.notes){
    font-weight: 700;
}

/* ---------- Mobile / Tablet ---------- */
@media(max-width:1022px){}

/* ---------- Mobile ---------- */
@media(max-width:737px) {

    /* title_area */
    .title_area{
        font-size: 1.571em;
        padding-top:30px;
        margin-bottom: 30px;
    }

    .title_area span{
        font-size: 0.727em;
        padding-top:10px;
    }

    /* contents width */
    .article_body{
        margin-left: 18px;
        margin-right: 18px;
    }

    /* shop_list */
    .shop_list h2{
        font-size: 1.142em;
        margin-bottom: 18px;
        padding: 10px 20px;
    }

    .items{
        margin-bottom: 30px;
    }

    .shop_list dl{
        padding-top:10px;
        padding-bottom: 10px;
    }

    .shop_list dl dt,
    .shop_list dl dd,
    .sales_location p{
        padding-left: 15px;
        padding-right: 15px;
    }

    .shop_list dl dt{
        font-size: 1.142em;
        margin-bottom: 5px;
    }

    .sales_location{
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .sales_location ul{
        font-size: 0.857em;
    }

    .sales_location ul li{
        padding: 2px 15px;
    }

    .items p{
        padding: 10px 15px 0 15px;
        margin-bottom: 10px;
    }

}

/* ---------- Portlate ---------- */
@media(max-width:567px) {}

/* ---------- Tablet / PC ---------- */
@media (min-width: 738px) {}

/* ---------- Tablet ---------- */
@media(max-width:1022px) and (min-width: 737px){

    /* title_area */
    .title_area{
         font-size: 1.571em;
        padding-top:30px;
        margin-bottom: 30px;
    }

    .title_area span{
        font-size: 0.727em;
        padding-top: 10px;
    }

    /* contents width */
    .article_body{
        margin-left: 18px;
        margin-right: 18px;
    }

    /* shop_list */
    .shop_list h2{
        font-size: 1.142em;
        margin-bottom: 18px;
        padding: 10px 20px;
    }

    .shop_list p:not(.notes){
        margin-bottom: 20px;
    }

    .items{
        margin-bottom: 30px;
    }

    .shop_list dl{

        display: flex;
        padding-top:10px;
        padding-bottom: 10px;
    }

    .shop_list dl dt,
    .shop_list dl dd{
        padding-left: 15px;
        padding-right: 15px;
    }

    .shop_list dl dt{
        font-size: 1.142em;
        margin-bottom: 5px;
        width: 45%;
    }

    .sales_location{
        display: flex;
        padding-top: 10px;
    }

    .sales_location ul li{
        font-size: 0.857em;
        padding: 2px 15px;
    }

    .sales_location p:not(.notes){
        padding-left: 15px;
    }

    .notes{
        padding: 10px 0 15px 0;
    }
}

/* ---------- PC ---------- */
@media(min-width:1023px){

    /* title_area */
    .title_area{
        font-size: 1.889em;
        padding-top: 120px;
        margin-bottom: 100px;
    }

    .title_area span{
        font-size: 0.705em;
        padding-top: 20px;
    }

    /* contents width */
    .article_body{
        margin-left: auto;
        margin-right: auto;
        width: 1000px;
    }

    /* shop_list */
    .shop_list h2{
        font-size: 1.444em;
        margin-bottom: 18px;
        padding: 15px 30px;
    }

    .shop_list p:not(.notes){
        margin-bottom: 20px;
    }

    .items{
        margin-bottom: 40px;
    }

    .shop_list dl{
        padding-top: 20px;
        padding-bottom: 15px;
        display: flex;
        width: 100%;
    }

    .shop_list dl dt,
    .shop_list dl dd{
        padding-left: 10px;
    }

    .shop_list dl dt{
        font-size: 1.333em;
        width: 510px;
    }

    .sales_location{
        display: flex;
        align-items: center;
        padding-top: 5px;
    }

    .sales_location ul{
        font-size: 0.888em;
    }

    .sales_location ul li{
        padding: 2px 15px;
    }

    .items p{
        margin-bottom: 20px;
        padding: 15px 10px 0 10px;
    }

    .notes{
        border-top: solid 1px #cccccc;
    }
}