@charset "utf-8";

/*==============================

		style.css（gallery）

==============================*/


/*------------------------------
page_title PC
------------------------------*/
@media screen and (min-width: 641px)  { 
    .page_title .title_bg{
        width: 980px;
        height: 120px;
        margin-right: auto;
        margin-left: auto;
        background: url(../img/title_bg.jpg) no-repeat center right;
    }
    .page_title .title_bg h1{
        width: 689px;
        height: 89px;
        background: url(../img/page_title_pc.png) no-repeat 15px 31px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-indent: 100%;
    }
}

/*------------------------------
page_title SP
------------------------------*/
@media screen and (max-width: 640px) {
    .page_title .title_bg{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 20px;
    }
    .page_title .title_bg h1{
        background: url(../img/page_title_sp.png) no-repeat;
        height: 40px;
        background-size: contain;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-indent: 100%;
    }
}

/*------------------------------
thumbnail_list PC
------------------------------*/
@media screen and (min-width: 641px) { 
    #thumbnail_list ul{
        width: 920px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    #thumbnail_list li {
        overflow: hidden;
        width: 95px;
        height: 95px;
        position: relative;
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    #thumbnail_list li img {
        border: 2px solid #E3E3E3;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 90px;
        height: 90px
    }  
    #thumbnail_list li.current img{
        border: 2px solid #C4D65D;
    }
    #thumbnail_list li a:hover img{
        border: 2px solid #C4D65D;
    }
}

/*------------------------------
thumbnail_list SP
------------------------------*/
@media screen and (max-width:640px){
    #thumbnail_list ul{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
    }
    #thumbnail_list li {
        overflow: hidden;
        width: 95px;
        height: 95px;
        position: relative;
        float: left;
        margin-right: 3px;
        margin-left: 3px;
        margin-bottom: 10px;
    }
    #thumbnail_list li img {
        border: 2px solid #E3E3E3;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 90px;
        height: 90px
    }  
    #thumbnail_list li.current img{
        border: 2px solid #C4D65D;
    }
    #thumbnail_list li a:hover img{
        border: 2px solid #C4D65D;
    }
 }
   

/*------------------------------
section_01 PC
------------------------------*/
@media screen and (min-width: 641px) {
    .section_01{
        width: 920px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 60px;
    }
    .section_01 .main_ph{
        margin-bottom: 60px;
    }
    .section_01 .fileNum{
        background: #010005;
        text-align: center;
        font-size: 1.8rem;
        font-weight: 700;
        display: inline;
        color: #FFFFFF;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 2.0rem;
        padding-right: 2.0rem;
        vertical-align: middle;
    }
    .section_01 .fileNum span{
        font-weight: normal;
        padding-left: 2.0rem;
    }
    .section_01 .worksNum{
        display: inline;
        padding: 2.0rem;
        font-size: 3.6rem;
        font-weight: 700;
        color: #94B200;
        vertical-align: middle;
    }
    .section_01 .worksNum span{
        font-weight: normal;
        padding-left: 1.0rem;
        font-size: 1.2rem;
        color: #444444;
    }
    .section_01 .works_txt{
        margin-top: 15px;
    }
    .section_01 .photoArea{
        margin-top: 50px;
    }
    .section_01 .photoArea li{
        width: 296px;
        float: left;
        margin-right: 16px;
        line-height: 1.2;
    }
    .section_01 .photoArea li img{
        width: 100%;
        height: auto;
        padding-bottom: 0.5rem;
    }
    .section_01 .photoArea li:nth-child(3n) {
        margin-right: 0;
    }
}

/*------------------------------
section_01 SP
------------------------------*/
@media screen and (max-width:640px){
    .section_01{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }
    .section_01 .main_ph{
        margin-bottom: 30px;
    }
    .section_01 .fileNum{
        background: #010005;
        text-align: center;
        font-size: 1.8rem;
        font-weight: 700;
        display: inline;
        color: #FFFFFF;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 2.0rem;
        padding-right: 2.0rem;
    }
    .section_01 .fileNum span{
        font-weight: normal;
        padding-left: 2.0rem;
    }
    .section_01 .worksNum{
        padding-top: 10px;
        font-size: 3.6rem;
        font-weight: 700;
        color: #94B200;
    }
    .section_01 .worksNum span{
        font-weight: normal;
        padding-left: 1.0rem;
        font-size: 1.2rem;
        color: #444444;
    }
    .section_01 .photoArea{
        margin-top: 30px;
    }
    .section_01 .photoArea li{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .section_01 .photoArea li img{
        padding-bottom: 0.5rem;
    }
}

/*------------------------------
section_02 PC
------------------------------*/
@media screen and (min-width: 641px) {
    .section_02{
        width: 920px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .section_02 .beforeAfter .before{
        position: relative;
        width: 420px;
        float: left;
    }
    .section_02 .beforeAfter figure{
        position: absolute;
        top: -35px;
        left: 0;
    }
    .section_02 .beforeAfter figure img{
        width: auto;
        height: 48px;
    }
    .section_02 .beforeAfter .after{
        position: relative;
        width: 420px;
        float: right;
    }
    .section_02 .beforeAfter .arrow{
        position: relative;
        width: 920px;
    }
    .section_02 .beforeAfter .arrow img{
        position: absolute;
        top: 150px;
        left: 450px
    }
}

/*------------------------------
section_02 SP
------------------------------*/
@media screen and (max-width:640px){
    .section_02{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 100px;
        margin-bottom: 30px;
    }
    .section_02 .beforeAfter .before{
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    .section_02 .beforeAfter figure{
        position: absolute;
        top: -35px;
        left: 0;
    }
    .section_02 .beforeAfter figure img{
        width: auto;
        height: 48px;
    }
    .section_02 .beforeAfter .after{
        margin-top: 20px;
        position: relative;
        width: 100%;
    }
    .section_02 .beforeAfter .arrow{
        width: 30px;
        margin-right: auto;
        margin-left: auto;
    }
 }

/*------------------------------
pagenavi PC
------------------------------*/
@media screen and (min-width: 641px) {
    .page_nav{
        width: 450px;
        margin-right: auto;
        margin-left: auto;
        font-size: 1.4rem;
        margin-bottom: 50px;
    }
    .page_nav .pre{
        float: right;
        width: 210px;
    }
    .page_nav .next{
        float: left;
        width: 210px;
    }
    .page_nav img{
        width: 100%;
        height: auto;
    }
}

/*------------------------------
pagenavi SP
------------------------------*/
@media screen and (max-width:640px){
    .page_nav{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .page_nav .pre{
        float: left;
        width: 48%;
    }
    .page_nav .next{
        float: right;
        width: 48%;
    }
 }
