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

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

.content_title{
    color: #3e3a39;
    line-height: 1.5em;
    text-align: center;
}

.stories h2,
.shop_info h2,
.summary h2,
.gallery h2 {
    color: #3e3a39;
    font-weight: 600;
}

figcaption{
    font-size: 90%;
    line-height: 1.2em;
}

/* stories */
.stories dl{
    display: table;
}

.stories dl dt,
.stories dl dd{
    display: table-cell;
}

.stories dl dd{
    line-height: 1.6em;
    vertical-align: middle;
}

.note{
    font-size: 80%;
    margin-bottom: 15px;
    text-align: right;
}

/* shop info */
.shop_info dt{
    background: #E2E2E2;
    margin-bottom: 3px;
    padding:2px 4px;
}

.shop_info dd{
    margin-bottom: 3px;
    padding:2px 4px;
}

/* summary */
.craft_img{
    text-align: center;
}

/* gallery */
.gallery li{
    display: inline-block;
    list-style: none;
}

.gallery p{
    margin-bottom: 20px;
}


/* ---------- Mobile ---------- */
@media(max-width:737px) {
    #content-body{
        border-top: solid 1px #cbcbcb;
    }

/* content title */
    .content_title{
        font-size: 140%;
        margin-left: 1.5em;
        margin-right: 1.5em;
        padding: 30px 0 15px 0;
    }

    .content_title span{
        font-size: 70%;
    }

/* slider */
    .slider_area{
        margin-bottom: 20px;
    }

    .slider img{
        max-width: 100%
    }

/* members */
    .menbers {
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .menbers dl{
        display: table;
        margin-bottom: 15px;
    }

    .menbers dl dt,
    .menbers dl dd{
        display: table-cell;
        vertical-align: middle;
    }

    .menbers dl dt {
        padding-right: 10px;
    }

    .menbers img{
        width: 100px;
    }

/* stories */
    .stories{
        margin-bottom: 30px;
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .stories h2{
        font-size: 120%;
        margin-bottom: 15px;
    }

    .intro_img{
        padding-bottom: 20px;
    }

    .stories img{
        max-width: 100%;
    }

    .stories dl{
        display: table;
        margin-bottom: 15px;
    }

    .stories dl dt{
        padding-right: 10px;
        width: 50px;
    }

    .stories dl dt img{
        width: 50px;
    }

    .stories figure{
        text-align: center;
        margin-bottom: 20px;
    }

    .img_wide img{
        max-width: 100%;
    }

    .img_wide{
        margin-bottom: 20px;
    }

/* summary */
    .summary{
        margin-bottom: 30px;
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .summary h2{
        font-size: 120%;
        margin-bottom: 15px;
    }

    .summary figure{
        margin-bottom: 10px;
        text-align: center;
    }

    .summary dt img{
        width: 100px;
    }

    .summary dl p{
        margin-bottom: 10px;
    }

    .craft_img{
        padding-top: 15px;
        text-align: center;
    }

/* gallery */
    .gallery{
        margin-bottom: 30px;
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .gallery h2{
        font-size: 120%;
        margin-bottom: 15px;
    }

    .gallery li img{
        width: 90px;
    }

    @media(max-width:413px) {
        .gallery ul{
            margin-left: auto;
            margin-right: auto;
            width: 278px;
        }
    }

/* shop info */
    .shop_info{
        margin-bottom: 30px;
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .shop_info figure{
        text-align: center;
        margin-bottom: 15px;
    }

    .shop_info h2{
        font-size: 120%;
        margin-bottom: 15px;
    }
}

/* ---------- landscape ---------- */
@media(max-width:767px) and (min-width: 568px){
/* summary */
    .summary dl{
        display: table;
    }

    .summary dl dt,
    .summary dl dd{
        display: table-cell;
    }

    .summary dl dd{
        padding-left: 15px;
        vertical-align: middle;
    }

/* shop info */
    .shop_info{
        display: table;
    }

    .shop_info figure,
    .shop_info div{
        display: table-cell;
    }

    .shop_info div{
        padding-left: 20px;
        vertical-align: top;
        width: 100%;
    }
}

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

    #content-body article{
        margin-left: auto;
        margin-right: auto;
        width: 745px;
    }

/* content title */
    .content_title{
        font-size: 190%;
        line-height: 1.2em;
        padding-bottom: 35px
    }

    .content_title span{
        font-size: 60%;
    }

/* slider */
    .slider_area{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        width: 700px;
    }

/* members */
    .menbers {
        margin-bottom: 50px;
        width: 720px;
    }

    .menbers dl{
        display: inline-block;
        font-size: 90%;
        line-height: 1.4em;
        margin-left: 7px;
        margin-right: 7px;
        vertical-align: top;
        width: 220px;
    }

    .menbers dl dt{
        text-align: center;
    }

/* stories */
    .intro_img{
        padding-bottom: 50px;
    }

    .stories{
        margin-bottom: 50px;
    }

    .stories h2{
        font-size: 130%;
        margin-bottom: 30px;
    }

    .stories dl{
        margin-bottom: 20px;
    }

    .stories dl dt{
        padding-right: 15px;
        width: 67px;
    }

    .stories figure{
        text-align: center;
        margin-bottom: 25px;
    }

    .img_wide{
        margin-bottom: 30px;
        text-align: center;
    }

    .img_wide img{
        max-width: 100%;
    }

/* shop info */
    .shop_info{
        display: table;
        margin-bottom: 50px;
    }

    .shop_info figure,
    .shop_info div{
        display: table-cell;
    }

    .shop_info div{
        padding-left: 30px;
        vertical-align: top;
        width: 100%;
    }

    .shop_info h2{
        font-size: 130%;
        margin-bottom: 10px;
    }

/* summary */
    .summary{
        margin-bottom: 50px;
    }

    .summary h2{
        font-size: 130%;
        margin-bottom: 30px;
    }

    .summary dl{
        display: table;
    }

    .summary dl dt,
    .summary dl dd{
        display: table-cell;
        vertical-align: top;
    }

    .summary dl dt{
        font-size: 80%;
        padding-right: 15px;
        text-align: center;
    }

    .summary dl dd p{
        margin-bottom: 10px;
    }

    .craft_img{
        padding-top: 30px;
    }

/* gallery */
    .gallery{
        margin-bottom: 50px;
    }

    .gallery h2{
        font-size: 130%;
        margin-bottom: 30px;
    }

}

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

    /* content title */
    .content_title{
        padding-top: 40px;
    }
}

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

    /* content title */
    .content_title{
        padding-top: 60px;
    }
}

/* ---------- iPhone landscape / iPad / PC---------- */

@media(min-width:568px){
/*
    .shop_info {
        border-bottom: solid 1px #cbcbcb;
        border-top: solid 1px #cbcbcb;
        padding-top : 60px;
        padding-bottom: 30px;
    }

    .shop_info:after {
        content: "";
        clear: both;
        display: block;
    }

    .shop_info figure {
        float: left;
    }

    .shop_info div h2 {
        margin-bottom: 25px;
    }

    .shop_info dl {
        display: table;
    }

    .shop_info dl dt,
    .shop_info dl dd {
        display: table-cell;
        margin-bottom: 15px;
    }

    .shop_info dl dt {
        text-align: right;
        width: 4em;
    }
*/
}

/* ---------- iPhone landscape / iPad ---------- */

@media(max-width:666px) and (min-width:568px){
/*
    .shop_info figure {
        margin-right: 10px;
    }

    .shop_info dl dd {
        padding-left: 10px;
    }
*/
}

@media(max-width:1023px) and (min-width:667px){
/*
    .shop_info figure {
        margin-right: 20px;
    }

    .shop_info dl dd {
        padding-left: 15px;
    }
*/
}


/* ---------- PC ---------- */
@media(min-width:1024px){
/*
    .shop_info figure {
        margin-right: 45px;
    }

    .shop_info {
        padding: 60px 0 30px 60px;
    }

    .shop_info dl dd {
        padding-left: 15px;
    }
*/
}