.zen-kaku-gothic-antique-regular {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
}
#slider-container {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide-image {
  width: 100%;
  height: fit-content;
  flex-shrink: 0;
}

#prev-btn, #next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
}

#prev-btn {
  left: 10px;
}

#next-btn {
  right: 10px;
}

        /* 画像スライダーCSS */
        .slider-container {
            border-top: dashed 4px #009abd;
            border-bottom: dashed 4px #009abd;
            position: relative;
            width: 80%;
            /* max-width: 800px; */
            margin: 0 auto 5% auto;
            overflow: hidden;
            height: 80vh; /* スライダーの高さを明確に指定 */
        }

        .slides {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }

        .slide.active {
            opacity: 1;
            z-index: 1; /* アクティブなスライドを最前面に */
        }

        .slide img {
            width: 100%;
            height: 100%;
        object-fit:contain;
        }

        /* ナビゲーションボタン */
        .prev, .next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 10px;
            cursor: pointer;
            font-size: 18px;
            z-index: 2;
        }

        .prev {
            left: 10px;
        }

        .next {
            right: 10px;
        }

        /* ドットナビゲーション */
        .dots {
            text-align: center;
            position: absolute;
            bottom: 10px;
            width: 100%;
            z-index: 2;
        }

        .dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 0 5px;
            background: #bbb;
            border-radius: 50%;
            cursor: pointer;
        }

        .dot.active {
            background: rgb(0, 208, 255);
        }
/* 動画の再生中はサイトの内容を隠す */
#site-content {
    display: none;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

/* 動画要素にスタイルを適用する */
#intro-video, #intro-video-mobi {
    display: none;
    object-fit: cover;
    justify-content: center;
    position: fixed;
    margin: 0%;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    background-color: black;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.top-btn {
    position: fixed;
    bottom: 0%;
    right: 2%;
    border: #000000 1px solid;
    background-color: #000000;
    color: #ffffff;
    padding: 2% 2% 1% 2%;
    z-index: 1000;
    font-size: 120%;
}

.top-btn:hover {
    position: fixed;
    bottom: 0%;
    right: 2%;
    background-color: #ffffff;
    border: #000000 1px solid;
    color: #000000;
    padding: 2% 2% 1% 2%;
}

.main {
    padding-top: 10%;
    background-color: #fff;
}

.main1 {
    margin: 0% 10%;
    background-color: #fff;
}

.main1 h2 {
    /* margin: 0% 7% 0% 7%; */
    padding: 1%;
    border-left: 5px solid #007590;
    border-bottom: 2px solid #007590;
    color: #009abd;
}

.main2 {
    margin: 0% 10%;
    background-color: #fff;
}

.main2 h2 {
    /* margin: 0% 7% 0% 7%; */
    padding: 1%;
    border-left: 5px solid #007590;
    border-bottom: 2px solid #007590;
    color: #009abd;
}

.shops {
    display: flex;
    flex-wrap: wrap;
}

.shop {
    flex-flow: row;
    width: 22%;
    margin: 1%;
    border-bottom: #333 1px solid;
    border-right: #333 1px solid;
    border-top: 1px #007590 solid;
    border-left: 1px #007590 solid;
    border-radius: 20px 0px 20px 0px;
    box-shadow: #00000080 3px 5px 5px;
}
.shop img {
    width: 90%;
    margin: 5% 5% 0% 5%;
}
.shop p {
    width: 90%;
    margin: 5%;
}
.shop a {
    width: 90%;
    margin: 5%;
}

.top-bar {
    top: 0%;
    position: fixed;
    background-color: #ffffff;
    z-index: 100;
    width: 100%;
    display: flex;
    box-shadow: rgba(0, 5, 26, 0.505) 0px 5px 5px;
}

.top-bar a {
    height: fit-content;
    margin-top: 15px;
    position: relative;
    color: #0091b1;
    font-size: 120%;
    padding: 1% 2%;
    border-left: solid 5px #007590;
}

.top-bar a:hover {
    color: #003e85;
    text-decoration: none;
}

.top-icon {
    margin: 0;
    /* float: left; */
    width: 35%;
}

.countdown {
    border-top: 3px dotted #333;
    font-size: 150%;
    padding: 2.5%;
}

.rss {
    padding-top: 6%;
    background-color: #EFEFEF;
    display: flex;
}

.rss1 {
    width: 50%;
}

.bbs {
    width: 50%;
}

.rss1 h2 {
    margin: 0% 7% 0% 7%;
    padding: 1%;
    border-left: 5px solid #007590;
    color: #009abd;
}

.bbs h2 {
    margin:0% 7%;
    padding: 1%;
    border-left: 5px solid #007590;
    color: #009abd;
}
/* .bbs img {
    margin: 0% 7%;
} */
.bbs a {
    margin: 0% 7%;
    /* padding-top: 5%; */
    font-size: 120%;
}

.tl {
    margin: 0% 7%;
    border-top: #333 solid 1px;
    height: 500px;
    overflow: scroll;
}

.EVS {
    /* margin: 0% 7%; */
    border-top: #333 solid 1px;
    height: 400px;
    overflow: scroll;
}

.rss1 div {
    border-bottom: #333 solid 1px;
    padding: 1%;
    font-size: 110%;
    color: #333;
}

.EVS div {
    border-bottom: #333 solid 1px;
    padding: 1%;
    font-size: 110%;
    color: #333;
}
.rss1 div > time {
    font-size: 90%;
    color: #333;
}

.links {
    background-color: #EFEFEF;
}
.links h2 {
    margin: 0% 1%;
    padding: 1%;
    border-left: 5px solid #333;
    border-bottom: #333 1px solid;
    color: #333;
}
.links img {
    width: 31%;
    margin: 1%;
    box-shadow: #333 4px 6px 6px;
}

.btn, .nav-menu {
    display: none;
}