
/*===== PC ここから =====*/
@media screen and (min-width: 751px){ 
.container {width: 100%; height: 600px; overflow: hidden; margin-bottom: 50px;}
.slide_all {width: 1000px; margin: 0 auto; height: 600px; position: relative;}
.slide_wrap {width: 3000px; position: absolute; left: 50%; margin-left: -1500px;}
.slide_body {width: 100%;}
.slide {width: 1000px; font-family: 'arial'; background: #fff;}
.slide img {width: 100%; vertical-align: bottom;}
/* 装飾 */
.bx-pager{ position: relative;}
.bx-controls-direction,.bx-pager {text-align: center;height: 25px;}
.bx-controls-direction a,.bx-pager-item {display: inline-block;}
.bx-pager-item a{display: block; height: 10px; width: 10px; text-indent: -9999px; background: #fff; border-radius: 10px; margin:8px 5px 0 5px;}
.bx-pager-item a.active {background: #f84600;}
.bx-controls-direction a{text-decoration: none; color: #fff; padding:0 5px;}
.bx-controls {position: absolute; bottom: 5px; z-index: 0;width: 100%;}
.bx-controls-direction{ position: absolute; top: -190px; left:50%;}
.bx-prev{ position: absolute; left:-530px; background-image:url(https://tl-kitakyushu.re-ws.jp/app/uploads/sites/1284/2025/05/slide_prev.png); background-repeat:no-repeat;width:50px; height:50px; text-indent:-99999px;}
.bx-next{ position: absolute; left:480px; background-image:url(https://tl-kitakyushu.re-ws.jp/app/uploads/sites/1284/2025/05/slide_next.png); background-repeat:no-repeat;width:50px; height:50px; text-indent:-99999px;}
/* 追加 */
.fv_slider a{transition:all 0.3s;opacity:0.4;}
.fv_slider a.active{ opacity:1;}
}

/*===== SP ここから =====*/
@media screen and (max-width: 750px){
.container {width: 100%; height: auto; overflow: hidden;}
.bx-controls {position: absolute; top: 95%;; z-index: 0;width: 100%;}
.bx-pager{ position: relative;}
.bx-controls-direction,.bx-pager {text-align: center;height: 25px;}
.bx-controls-direction a,.bx-pager-item {display: inline-block;}
.bx-pager-item a{display: block; height: 6px; width: 6px; text-indent: -9999px; background: #fff; border-radius: 10px; margin:5px 5px 0 5px;}
.bx-pager-item a.active {background: #f84600;}
.bx-controls-direction a{text-decoration: none; color: #fff; padding:0 5px;}
.bx-controls {position: absolute; z-index: 0;width: 100%;}
.bx-controls-direction{ position: relative; }
.bx-prev{ position: absolute; top: -490%; left:5px; background-image:url(https://tl-kitakyushu.re-ws.jp/app/uploads/sites/1284/2025/05/slide_prev.png); background-repeat:no-repeat;width:25px; height:25px; text-indent:-99999px; background-size: 25px;}
.bx-next{ position: absolute; top: -490%; right:0px; background-image:url(https://tl-kitakyushu.re-ws.jp/app/uploads/sites/1284/2025/05/slide_next.png); background-repeat:no-repeat;width:25px; height:25px; text-indent:-99999px; background-size: 25px;}
}
