<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#topBG {
    margin: 0;
    padding: 0;
    width: 100%;
    background: url("../img/topBG.png");
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-origin: contain;
    background-clip: border-box;
}

#topBgSp {
    display: contents;
    height: 0;
}

main {
    width: 890px;
    margin: 0 auto;
}

/* メイン画像 */
#topMain {
    position: relative;
    top: 10px;
    width: 770px;
}

#topMain .sName {
    margin: 50px 0 0 20px;
    padding: 0;
    width: 780px;
    text-align: center;
}

#topMain .toyBox {
    margin: 0 0 0 20px;
    padding: 20px;
    width: 780px;
    display: block flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -10px;
}

#topMain .toyBox .toyBG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #191464;
    mix-blend-mode: multiply;
    opacity: .7;
}

.days,
.term {
    position: relative;
    top: 0;
}

.days {
    width: 92%;
    position: relative;
    left: -13px;
    margin-bottom: 20px;
}

.term {
    width: 95%;
}

.fukuoka {
    width: 790px;
    margin-left: 20px;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.fukuoka img {
    width: 615px;
    position: relative;
    top: -15px;
    right: -20px;
}

.ajuster {
    content: '';
    height: 80px;
}
/* アプリボタン */
#mice{
    width: 90%;
    margin: 0 auto;
    position: relative;
    /*top: -140px;*/
    top: -20px;
    left: -20px;
    gap:8px;
}
#mice button{
    min-width: 310px;
    width: 100%;
    border-radius: 10px;
    min-height: 70px;
}
#mice .txtBox_02.webBtn{
    display: flex;
    align-items: stretch;
    justify-content: center;
}
#mice button.webBtn{
    width:100%;
    height: 100%;
}
#mice .vertical{
    justify-content: stretch;
}

/* お知らせ */
#notice{
    width: 90%;
    margin: 30px auto;
    background-color: rgba(255, 255, 255, .8); 
    padding: 20px;
    border: 2px #191464 solid;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

/* お知らせ */
#notice2{
    width: 90%;
    margin: 30px auto;
    background-color: rgba(0, 0, 102, .8); 
    padding: 20px;
    border: 2px #C39000 solid;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color:#fff;
}
/* お知らせ */
#notice3{
    width: 90%;
    margin: 30px auto;
    background-color: rgba(0, 0, 102, .8); 
    padding: 20px;
    border: 2px #C39000 solid;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color:#fff;
}
.left {
    text-align:left;
}

/* インフォメーション */
#information {
    width: 750px;
    height: 480px;
    margin: 20px 0 50px 30px;
    padding: 0;
    position: relative;
    top: 2px;
    left: 7px;
    background-color: transparent;
    border: #fff solid 2px;
    color: #fff;
}

.infoBG {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #191464;
    mix-blend-mode: multiply;
    opacity: .8;
}

.infoTitle {
    position: relative;
    width: 205px;
    height: 12%;
    top: -5px;
    margin: 20px 0 15px 20px;
    padding: 0;
}

.infoInner {
    width: 100%;
    height: 79.5%;
    padding: 1em 20px;
    position: relative;
    overflow-y: auto;
}

/* .infoTxt{
    padding: auto 1em;
} */
.infoTxt a {
    color: #fff;
    text-decoration: underline;
}

.infoDays {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 10px 0 20px;
    font-size: 1.1rem;
}

dt {
    width: 150px;
    margin: 3.5px 0 0;
    padding-left: 10px;
    display: block flex;
    justify-content: flex-start;
    align-items: center;
    border-left: 8px solid #fff;
    letter-spacing: 1px;
}

dd {
    margin: 0 0 1rem 30px;
    padding: 0;
    letter-spacing: 1px;
    line-height: 1.5rem;

}

.infoTxt hr {
    margin-bottom: 1em;
    border-top: 1px solid #fff;
}

.term .idea {
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 15px 0 0 0;
}

.term .idea.up {
    padding: 0.5rem 0 0 0.5rem;
    border-top: 1px solid #fff;
}

.term .idea.down {
    padding: 0 0.5rem 0.5rem 0;
    border-bottom: 1px solid #fff;
}




/* レスポンシブ対応 */
@media screen and (max-width:1200px) {}

@media screen and (max-width:1060px) {
    #topBG {
        display: none;
        background-image: none;
        background-color: transparent;
    }

    #topBgSp {
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        width: 100%;
        background: url("../img/topBG.png");
        background-position: bottom center;
        background-size: 100%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-origin: contain;
        background-clip: border-box;
        position: relative;
    }

    .topBgSp-ajust {
        background-color: #000;
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    main,
    #topMain,
    .fukuoka {
        width: 100%;
    }

    #topMain .txtBox_01 {
        width: calc(100% - 30px);
        margin: 0 15px;
    }

    #topMain .toyBox {
        width: 100%;
        padding: 20px auto;
        margin: 20px 0;
    }

    #topMain .sName {
        width: 100%;
        margin: 0 auto;
    }
    #mice{
        top: 0;
        left: 0;
        margin: 50px auto;
    }
    .days,
    .term {
        position: relative;
        top: 0;
    }

    .days {
        width: 90%;
        position: relative;
        left: 0;
        top: -20px;
        margin-bottom: 15px;
    }

    .fukuoka {
        margin-left: 0;
        justify-content: center;
        align-items: flex-start;
        position: relative;
    }

    .fukuoka img {
        width: 100%;
        position: relative;
        top: -30px;
        right: 0;
    }

    #information {
        width: 90%;
        margin: 30px auto;
        top: 0;
        left: 0;
    }

    .infoDays {
        flex-direction: column;
    }

    dd {
        margin: 0.5rem 0 1rem 0;
    }
}

@media screen and (max-width:740px) {
    #topBgSp {
        margin-top: 100px;
    }

    #information {
        height: 470px;
    }
    
    #mice button{
    min-width: auto;
    width: 100%;
    min-height: 70px;
}

    .infoTitle {
        width: 40%;
    }

    .term .idea .sp_on {
        display: none;
    }

    .term .idea {
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 0;
    }
}

@media screen and (max-width:440px) {
    .term .idea .sp_on {
        display: block;
    }

    .term .idea {
        text-align: center;
    }
}

@media screen and (max-width:375px) {
    #topBgSp {
        margin-top: 0;
    }

    .infoTitle {
        width: 50%;
    }

    .ajuster {
        content: '';
        height: 50px;
    }

}</pre></body></html>