* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

* {
    font-family: "Expletus Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;


    font-family: "Bodoni MT";

    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;

}


/* ヘッダー */

header {
    padding: 10px 30px;
    position: fixed;
    width: 100%;
    align-items: center;
    background-color: rgba(215, 240, 255, 0.7);
    backdrop-filter: blur(10px);
    z-index: 3;
}

header div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menuContent {
    font-size: large;
}

.menuContent ul {
    display: flex;
    list-style-type: none;
    align-items: center;
    margin: 0;
    font-size: large;
}

.logoBox img {
    width: 300px;
}

.nav-link {
    text-decoration: none;
    font-size: large;
    width: 100%;
    text-align: start;
}



.menuContent ul li {
    padding-left: 30px;
    font-size: large;
}

.nav-link:hover {
    text-decoration: underline;

}



.detailLink {
    text-align: end;
}






caption {
    /* margin-bottom: 20px; */
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}


/* 
th, td {
    border: 1px solid #fff;
} */




.cvButtons {
    display: flex;
    justify-content: space-around;
}



.category {
    text-align: end;
    padding-right: 30px;
    width: 30%;
    color: black;

}


.cvButton {
    color: white;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.nav-link:active {
    color: black;
    font-weight: 800;
    text-decoration: underline;
    /* font-family: sans-serif; */
    border: 1px solid #98a6b573;
    font-size: larger;
}

main {
    padding-top: 84px;
    /* margin-bottom: 310px; */
}

/* 準備ページ */

.prepare {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    background-color: #b3d8ff;
}


/* メインビジュアル */

.mainVisual {
    background-image: url("../images/sax_fuji.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 50vh;
    display: flex;
    /* align-items: center; */

    color: white;
}

.mainVisual h2 {
    z-index: 0;
    display: block;
    position: relative;
    line-height: 6vh;
    font-family: "Noto Serif JP";
    padding-left: 8vw;
}



/* 各セクション */

section {
    width: auto;
    padding: 20px 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.sectionTitle {
    position: relative;
    text-align: center;
    margin: 20px auto;
}


.sectionTitle::before {
    content: attr(data-en);
    position: relative;
    width: 100%;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(119, 188, 255, 0.15);
    font-size: 60px;
    display: block;
    text-align: center;
    margin: 0 auto;
}


section div p {
    margin-top: 20px;
    line-height: 1.5lh;

}



/* =========  GENERAL  ========= */
body {
    background: #f8f9fa
}

.piece-item {
    cursor: pointer;
    user-select: none;
}

.piece-item.active {
    background: #0d6efd !important;
    color: #fff;
}

#detailPane img {
    max-width: 100%;
    border-radius: .5rem;
}

@media (max-width:767.98px) {
    #detailPane {
        display: none;
    }
}




/* 新着情報 */

.newInfo {
    align-items: center;
    text-align: center;
}

.newInfoWrapper {
    display: flex;
    text-align: center;
    justify-content: center;
}

.newInfoDl {
    width: auto;
}

.newInfoDl dt {
    margin-right: 20px;
}

.newInfoDl dd {
    text-align: start;
}



.InfoWrapper dt::after {
    content: attr(data-type);
    text-transform: uppercase;
    /* EVENT, NEW など */
    margin-left: 6px;
    padding: 0 6px;
    font-size: 0.75rem;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
}

.InfoWrapper dt[data-type="new"] {
    --c: #e63946;
}

.InfoWrapper dt[data-type="event"] {
    --c: #457b9d;
}

.InfoWrapper dt::after {
    width: 55px;
    background: var(--c);
}


.InfoWrapper {
    padding: 10px 0;
    border-bottom: 0.1px solid rgb(224, 224, 224);
    display: flex;
}




.fee {
    flex-direction: column;
}

.fee div {
    border: 1px solid black;
    padding: 10px;
    margin: 10px;
}

.mount {
    font-size: 3vw;
}




/* イベント情報 */


.Events {
    position: relative;
    display: flex;
    flex-direction: column;
    /* width: 60%; */
    justify-content: center;
}

.Events div p {
    text-align: center;
    padding: 0 20px;
}

.eventsList {
    position: relative;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    width: 100%;
    /* margin: 0 auto; */
    padding: 0;
    margin: 0;
}

.eventTitle {
    background-color: rgb(238, 235, 255);
    border-left: 15px solid #457b9d;
    padding: 10px;
    text-align: start;
    /* max-width: 500px; */
}

.oneEventDetail {
    display: flex;
    justify-content: center;
    position: relative;
    width: auto;
}

.eventTable {
    font-size: small;
}

.eventTable tr td {
    position: relative;
    width: 100%;
    border-bottom: 0.1px solid rgb(224, 224, 224);
    border-top: 0.1px solid rgb(224, 224, 224);
}

.eventTable tr td,
.eventTable tr th {
    padding: 10px 15px;
    letter-spacing: 0.1em;
}

.eventTable tr th {
    background-color: rgba(250, 218, 163, 0.2);
    border-top: 0.1px solid rgb(224, 224, 224);
    text-align: center;
    /* width: 30%; */
    min-width: 120px;
}

.eventTable tbody tr td ul {
    padding: 0 1.3rem;
    margin: 0;
}

.eventTable tbody tr td ul li {
    list-style: square;
    margin: 0 0 6px 0;
}

.eventTable tbody tr td ul li span {
    display: inline-block;
}



.flyerBox {
    text-align: center;
    width: 45%;
    display: block;
}

.flyerBox a {
    display: block;
}

.thumbnail {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.thumbnailImg {
    width: 100%;
    /* max-width: 400px; */
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.detailButton {
    display: block;
    margin-top: 10px;
}



.aboutUsContents {
    /* display: flex; */
    align-items: center;
    padding: 0 2vw;
}

.aboutUsContents img {
    float: right;
    width: 300px;
    /* margin-right: 20px; */
    shape-margin: 0.5rem;
    -webkit-shape-outside: ellipse();
    shape-outside: ellipse();
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    /* margin:0px; */
}


.mainSection p {
    text-align: start;
    /* padding: 0 20px; */
    /* margin-left: 200px; */
}



/* コンタクトフォーム */

.contact p {
    text-align: center;
}

.contact {
    background-color: beige;
    border-radius: 15px;
}

.contactForm {
    display: block;
    margin: 40px auto;
    width: 100%;
    max-width: 620px;
    padding: 20px;
}


/* フッター */

footer {
    background-color: #0C2D52;
    opacity: 0;
    /* 下にずらして見えない位置 */
    transform: translateY(-150%);
    transform: translateX(0);
    /* マウスも通り抜ける */
    transition: opacity 0.4s ease, transform 0.01s ease;
    transition: all 1s ease;
    /* 見えない間はクリック無効にするなら追加 */
    pointer-events: none;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

footer.visible {
    opacity: 1;
    transform: translateY(0);
    transform: translateX(0);
    pointer-events: auto;
    width: 100%;
}

.footer {
    display: flex;
    padding: 30px;
    color: white;
    justify-content: space-around;
    pointer-events: auto;
    width: 100%;
}



.footerLogoBox {
    display: flex;
    display: inline-block;
    align-items: center;
    margin: auto 0;
    justify-content: center;
    /* width: 30%; */
    /* text-align: center; */
}

.footerLogoBox p {
    margin: 0;
}


.footerLogoBox p a {
    text-decoration: none;
    color: white;
    font-weight: 350;
}

.footerLogoBox img {
    width: 280px;
}

.footerMenu {
    width: 25%;
    padding: 0 50px;
}


.footerMenu {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    /* padding-bottom: 10px; */
    width: auto;
}

.footerMenu ul {
    list-style: square;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
}

.footerMenu ul li {
    margin: 10px 0;
}

.bi-facebook {
    display: inline-block;
    font-size: 2rem;
    color: white;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    /* padding-top: 30px; */
    /* width: 30%; */
}


@media screen and (max-width: 835px) {
    .footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footerMenu {
        width: 100%;
    }


    .footerMenu ul {
        display: flex;
        justify-content: space-between;
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
    }

    /*     
    .footerMenu ul li {
        margin-right: 15px;
        justify-content: space-between;

    } */

}




/* スマホ用レイアウト */

@media screen and (max-width:430px) {
    nav {
        display: none;
    }

    header {
        width: auto;
        padding: 0;
        height: 10%;
        vertical-align: middle;
        display: flex;
    }



    .mainVisual {
        background-size: 145%;
        height: 100%;
        margin: 0;
    }


    .mainVisual h2 {
        font-size: larger;
    }

    .logoBox {
        display: block;
        position: relative;
        margin: auto 0;
    }

    .logoBox a {
        width: 70%;
    }


    .logoBox a img {
        width: 50%;
        padding-left: 10px;
    }

    header div {
        padding: 0;
        display: inline-block;
        margin: auto 0;
        vertical-align: middle;
    }

    .flyerBox {
        display: block;
        width: 100%;
        padding: 5px;
    }

    .newInfoWrapper {
        font-size: small;
    }



    .eventsList {
        display: block;
    }

    .eventsList table tr td,
    .eventsList table tr th {
        padding: 10px;
        /* font-size: smaller; */
        font-weight: 400;
        letter-spacing: 0em;
        min-width: 10px;
    }

    .eventsList table tr th {
        width: auto;
    }

    .oneEventDetail {
        display: block;
        width: 100%;
    }

    .eventTable,
    .flyerBox {
        /* width: 80%; */
        margin: 0 auto;
    }


    .aboutUsContents {
        display: block;
        text-align: center;
    }

    .aboutUsContents img {
        width: 200px;
        float: none;
    }

    .contactForm {
        width: auto;
    }


    .footer {
        display: block;
        padding: 15px 0;
    }

    footer {
        width: auto;
        padding: 0;
        text-align: center;
    }

    .footerLogoBox {
        width: auto;
    }

    .footerLogoBox p {
        display: inline-block;
        width: auto;
    }

    .footerMenu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding: 5px 0;
        margin: 10px auto;
        /* width: 80%; */
    }

    .footerMenu ul {
        justify-content: space-around;
        width: 100%;
    }

    .copyright {
        width: auto;
    }
}