@charset "utf-8"; 
 
/* GALLERY */ 
.RS51__gallery , .RS51__gall__box , .RS51__gall__txt , .RS51__gall__txt > h6 , .RS51__gall__list , .RS51__gall__list li { width:100% ; box-sizing:border-box }
.RS51__gallery { text-align:center ; overflow:hidden }
.RS51__gall__box { 
    text-align:left ; max-width:32rem ; overflow:hidden ; display:inline-block ;
    padding:2rem ; margin:0.5rem ;   
    border-radius:0.4rem ; border:solid 1px rgba(0,0,0,0.1) ;  
}

.RS51__gall__txt { margin-bottom:2rem }
.RS51__gall__txt:last-child { margin-bottom:0 } 

.RS51__gall__txt > b { 
    display:block ; width:100% ; position:relative ;
    padding-bottom:0.6rem ; margin-bottom:0.8rem ;
    font-size:1.4rem ; line-height:2rem ; color:#444444 ; font-weight:bold ;
}
.RS51__gall__txt > b::after { 
    width:8rem ; height:0.2rem ; display:block ; content:"" ; background-color:#f2b226 ;
    position:absolute ; left:0 ; bottom:0 ;
}

.RS51__gall__box:last-child { margin-bottom:0 }
.RS51__gall__txt > h6 { 
    font-size:1.8rem ; line-height:2.2rem ; font-weight:600 ; color:#111111 ; letter-spacing:-0.1rem ;
    margin-bottom:1rem ; position:relative ; word-break:keep-all ;
}
 
.RS51__gall__list li , .RS51__gall__txt p { font-size:1.4rem ; line-height:2.2rem ; word-break:keep-all }
.RS51__gall__list li { margin-bottom:0.3rem ; padding-left:0.8rem ; position:relative }
.RS51__gall__list li:last-child { margin-bottom:0 } 
.RS51__gall__list > li::before {
    display:block ; content:"" ; background-color:#000000 ; opacity:0.2 ;
    width:0.2rem ; height:0.2rem ; position:absolute ; left:0 ; top:1.1rem
}
.RS51__gall__txt p { margin-bottom:0.5rem }
.RS51__gall__txt p:last-child { margin-bottom:0 }
 


/* IMAGE */
.RS51__gall__img , .RS51__gall__img > img { width:100% ; box-sizing:border-box }
.RS51__gall__img { max-width:275rem ; margin:auto }
.RS51__gall__img > img { border-radius:0.4rem }





/* PC */
@media all and (min-width:1100px){  
   

    /* GALLERY */
    .RS51__gallery , .RS51__gall__box { position:relative }
    .RS51__gallery   { font-size:0 ; text-align:left ; padding-left:0.6rem }
    .RS51__gall__box { margin:0.1rem ; padding:0 ; max-width:27rem ; border:0 }
    .RS51__gall__box::after {
        display:block ; content:"" ; width:100% ; height:100% ;
        border:solid 1px rgba(0,0,0,0.1) ; box-sizing:border-box ;
        position:absolute ; left:0 ; top:0 ; border-radius:0.4rem ;
    }
    .RS51__gall__txt { margin:0 ; padding:2rem 1rem }

    #RS51_gall_box1 , #RS51_gall_box2 , #RS51_gall_box3 , #RS51_gall_box4    { height:32.5rem }
    #RS51_gall_box5 , #RS51_gall_box6 , #RS51_gall_box7 , #RS51_gall_box8    { height:35.7rem } 
    #RS51_gall_box9 , #RS51_gall_box10 , #RS51_gall_box11 , #RS51_gall_box12 { height:39.8rem }
    #RS51_gall_box13 , #RS51_gall_box14 , #RS51_gall_box15 , #RS51_gall_box16 { height:39.6rem }
 

    #RS51_gall_box3 .RS51__gall__txt { margin-bottom:2.5rem }
    #RS51_gall_box6 .RS51__gall__txt { margin-bottom:4.7rem }
    #RS51_gall_box8 .RS51__gall__txt { margin-bottom:2.6rem }

    #RS51_gall_box9 .RS51__gall__txt  { margin-bottom:6.3rem }
    #RS51_gall_box10 .RS51__gall__txt { margin-bottom:4.4rem }
    #RS51_gall_box11 .RS51__gall__txt { margin-bottom:6.7rem }

    #RS51_gall_box14 .RS51__gall__txt { margin-bottom:3.5rem }
    #RS51_gall_box15 .RS51__gall__txt { margin-bottom:1.3rem }
    #RS51_gall_box16 .RS51__gall__txt { margin-bottom:5.8rem }
   

/*
    #RS51_gall_box13 , #RS51_gall_box14 , #RS51_gall_box17 { height:37.5rem }

    #RS51_gall_box13 .RS51__gall__txt , #RS51_gall_box14 .RS51__gall__txt , 
    #RS51_gall_box15 .RS51__gall__txt { min-height:20rem }

    #RS51_gall_box9 .RS51__gall__txt  { min-height:14rem }

    #RS51_gall_box5 .RS51__gall__txt , #RS51_gall_box6 .RS51__gall__txt , 
    #RS51_gall_box7 .RS51__gall__txt , #RS51_gall_box8 .RS51__gall__txt  { min-height:18rem }

    #RS51_gall_box10 .RS51__gall__txt , 
    #RS51_gall_box11 .RS51__gall__txt , #RS51_gall_box12 .RS51__gall__txt  { min-height:18.3rem }
*/

 
}
    