@charset "utf-8";

@media screen and (min-width: 768px){
    
	#header, #contents, #pageTop, #footer{
        display: block !important;
    }
    .gallery_view{
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        width: 100% !important;
        height: 100% !important;
        visibility: hidden;
        z-index: -9999;
    }
    .gallery_view_bg{
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
    }
    .gallery_contents_wrapper{
        position: relative;
        top: 0;
        left: 0;
        width: 650px;
        height: 100%;
        margin: 0 auto;
        z-index: 9999;
    }
        
    .gallery_contents{
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 9999;
    }
    .gallery_item{
        width: inherit !important;
        padding: 9px 7px;
        background: #fff;
        visibility: hidden;
		border-radius:10px;
    }
    .gallery_img{
        margin-bottom: 10px;	
    }
	.gallery_img img{
		border-radius:10px;
	}
    .gallery_text{
        min-height: 100px;
        margin: 0 10px;
        font-size: 16px;
        line-height: 30px;
    }
    .gallery_view .controller{
        display: none;
    }
    .show.gallery_view .controller{
        display: block;
    }
    .gallery_view a.close{
        position: absolute;
        top: 50%;
        right: -25px;
        width: 36px;
        height: 36px;
        margin-top: -285px;
        z-index: 9999;
        color: #fff;
    }
    .gallery_view a.prev,
    .gallery_view a.next{
        position: absolute;
        top: 50%;
        width: 45px;
        height: 45px;
        font-size: 26px;
        text-align: center;
        text-decoration: none !important;
        z-index: 9999;
        color: #fff;
    }
    .gallery_view .prev span,
    .gallery_view .next span{
        display: none;
    }
    .gallery_view .prev{
        left: 0;
        margin-left: -30px;
        background-image: url('../../img/icon_arrow_maru_left.png');
    }
    .gallery_view .prev.action,
    .gallery_view .prev:hover{
        margin-left: -35px;
    }
    .gallery_view .next{
        right: 0;
        margin-right: -30px;
        background-image: url('../../img/icon_arrow_maru_right.png');
    }
    .gallery_view .next.action,
    .gallery_view .next:hover{
        margin-right: -35px;
    }
    .gallery_contents_middle{
        display: none;
    }
}

@media screen and (max-width: 767px){
    
    .gallery_view{
        position: relative;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        visibility: hidden;
        z-index: -9999;
    }
    .gallery_view.show{
        display: block;
    }
    .gallery_view_bg{
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 1 !important;
    }
    .gallery_contents_wrapper{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        z-index: 9999;
    }
    .gallery_contents{
    }
    .gallery_item{
        width: 100% !important;
        height: 100%;
        margin: 0 !important;
        padding: 50px 0;
    }
    .gallery_item img{
        width: 100%;
    }
    .gallery_img{
        margin-bottom: 1em;
    }
    .gallery_text{
        margin: 0 13px;
        padding-bottom: 30px;
    }
    .gallery_view .controller{
        position: fixed;
        left: 0;
        bottom: -50px;
        width: 100%;
        height: 60px;
        text-align: center;
        font-size: 28px;
        background: #fff;
        border-top: 2px solid #d2d2d2;
    }
    .gallery_view .controller img{
        margin-top: 15px;
    }
    .gallery_view .controller a{
        text-decoration: none;
    }
    .gallery_view .close{
        position: absolute;
        left: 20px;
        bottom: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .gallery_view .prev,
    .gallery_view .next{
        position: absolute;
        bottom: 0;
        display: block;
        width: 60px;
        height: 60px;
    }
    .gallery_view .prev{
        right: 80px;
    }
    .gallery_view .next{
        right: 20px;
    }
    .gallery_view .prev span,
    .gallery_view .next span{
        display: block;
    }
    .gallery_contents_top{
        position: fixed;
        top: -40px;
        left: 0;
        width: 100%;
        height: 40px;
        background: #fff;
        border-bottom: 2px solid #d2d2d2;
    }
    .gallery_contents_middle{
        position: fixed;
        top: 50%;
        left: 0;
        width: 100%;
        height: 30px;
        margin-top: -15px;
    }
    .gallery_contents_middle .prev_nav,
    .gallery_contents_middle .next_nav{
        position: absolute;
        top: 0;
        width: 80px;
        height: 80px;
        background: url('../../photo/img/swipe_img.png') no-repeat;
        text-indent: -9999px;
        /*border-radius: 80px;
        background: #000;
        opacity: 0.6;*/
    }
    .gallery_contents_middle .prev_nav{
        left: -80px;
    }
    .gallery_contents_middle .next_nav{
        right: -80px;
    }

}