@charset "utf-8";

@media print, screen and (min-width : 769px){
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/styling/design/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
/* -----------------------------------
    #section_styling
----------------------------------- */
#section_styling .pic{
    line-height: 0;
}

#section_styling .pic img{
    width: 800px;
    height: auto;
}

#section_styling .img_slider{
    width: 940px !important;
}

/* -----------------------------------
    #section_form
----------------------------------- */
.section .pic_full img{
    width: 100%;
    max-width: 1280px;
    height: auto;
}

/* -----------------------------------
    #section_design
----------------------------------- */
#section_design{
    margin: 0 0 -30px 0;
}

#section_design .pic img{
    width: 920px;
    height: auto;
}

/* -----------------------------------
    #section_gallery
----------------------------------- */
#section_gallery,
#section_gallery2,
#section_gallery3{
    /* width: 880px; */
    margin: 0 auto 100px auto;
}

#section_gallery .img_slider,
#section_gallery2 .img_slider,
#section_gallery3 .img_slider{
    width: 880px !important;
}

#section_gallery .img_slider.col03{
    padding-top:20px;
}

/* -----------------------------------
    #section_bodycolor
----------------------------------- */
#section_bodycolor{
    margin: 0 auto 140px;
    padding: 140px 0 120px;
}

#section_bodycolor .color_slider{
    margin: 0 0 20px 0;
}

#section_bodycolor .body_color_gallery{
    position: relative;
    text-align: center;
}

#section_bodycolor .body_color_gallery img{
    width: 810px;
    margin: 0 auto 30px auto;
    height: auto;
}

#section_bodycolor .body_color_gallery .pic{
    margin: 0 0 30px 0;
}

#section_bodycolor .body_color_gallery .name{
    margin: 0 0 10px 0;
    font-size: 22px;
}

#section_bodycolor .body_color_gallery .caption{
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}

#section_bodycolor .body_color_gallery .type{
    font-size: 14px;
    line-height: 1.571em;
}

#section_bodycolor .body_color_gallery .caution{
    margin: 5px 0;
    font-size: 11px;
}
    
#section_bodycolor .body_color_gallery .caution_wrap{
    height: 40px;
    margin-top: 20px;
}

#section_bodycolor .body_color_gallery .caution_wrap .caution{
    font-size: 13px;
    line-height: 20px;
    color: #da4058;
    display: none;
}
    
#section_bodycolor .body_color_gallery .caution_wrap .caution.disp{
    display: block;
}


/* -----------------------------------
    #section_photos
----------------------------------- */
    #section_photos {
        margin: 0 auto 140px;
    }
    
    #section_photos .photos {
        margin: 0 auto 50px;
    }
    
    #section_photos .photos li {
        line-height: 0;
    }
    
    #section_photos .photos img {
        width: 100%;
    }
    
    #section_photos .section_inner {
        /* width: 930px; */
        width: 880px;
    }
    
    #section_photos .pos {
        float: left;
        margin-right: 30px;
    }
    
    #section_photos .caution {
        /* width: 780px; */
        width: 730px;
        float: left;
        counter-reset: photo_caution_counter;
    }
    
    #section_photos .caution li {
        margin: 0 0 6px;
        font-size: 11px;
        line-height: 1.5em;
        counter-increment: photo_caution_counter;
        padding-left:1.6em;
        text-indent:-1.6em;
    }
		
    #section_photos .caution li::before {
        content: counter(photo_caution_counter)"　";
    }

    
}