
/* ギャラリー（baguetteBox）  */
#baguetteBox-overlay .full-image:before { display:none!important; }
#baguetteBox-slider figure { display:flex!important; justify-content:center; align-items:center; width:800px!important; height:600px!important; position:absolute; top:50%; margin-top:-300px!important; left:50%; margin-left:-400px!important;}
#baguetteBox-slider figure img { max-width:100%!important;}
#baguetteBox-overlay .full-image figcaption { font-size:1.6em; bottom:-60px!important; background:0!important; }
.baguetteBox-button { }
.baguetteBox-button#previous-button { left:20%; }
.baguetteBox-button#next-button { right:20%; }


/* ───────────────────────────────────────────────────────────────────────────
 1180px以下の動作
─────────────────────────────────────────────────────────────────────────── */

@media screen and (max-width:1180px){

.baguetteBox-button#previous-button { left:5%; }
.baguetteBox-button#next-button { right:5%; }

}


/* ───────────────────────────────────────────────────────────────────────────
 1023px以上の動作
─────────────────────────────────────────────────────────────────────────── */

@media screen and (min-width:1023px){


}

/* ───────────────────────────────────────────────────────────────────────────
 1023px以下の動作
─────────────────────────────────────────────────────────────────────────── */

@media screen and (max-width:1023px){

.baguetteBox-button#previous-button { left:0; }
.baguetteBox-button#next-button { right:0; }

}

/* ───────────────────────────────────────────────────────────────────────────
 767px以下の動作
─────────────────────────────────────────────────────────────────────────── */

@media screen and (max-width:767px){

#baguetteBox-slider figure { width:100%!important; height:450px!important; top:20vh; margin-top:unset!important; left:0; margin-left:unset!important; }
#baguetteBox-overlay .full-image figcaption { bottom:-30px!important;}

}

/* ───────────────────────────────────────────────────────────────────────────
 480px以下の動作
─────────────────────────────────────────────────────────────────────────── */

@media screen and (max-width:480px){

#baguetteBox-slider figure { height:400px!important; top:15vh;}


}