@charset "UTF-8";

body {
    background-color: #fff5df;
}

a {
    text-decoration: none;
    color: #fff5df;
}

.header {
    background-image: url(./images/main_haikei.png);
    height: 58.56vw;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    color: #fff5df;
    font-size: 18px;
    font-family: 'Calera';
    align-items: center;
}

.header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header h1 {
    padding-top: 40px;
    padding-left: 40px;
    
}

.header ul {
    display: flex;
    list-style: none;
    align-items: center;
    padding-top: 40px;
    width: 625px;
    justify-content: space-between;
    padding-right: 80px;
}


h2 {
    font-family: 'Calera';
    font-size: 54px;
    letter-spacing: 0.05em;
    text-align: center;
}


.Story {
    background-image: url(./images/pattern.png);
    background-size: 35%;
    height: 800px;
    color: #fff5df;
    background-color: #534532;

}
.Story h2 {
    padding: 129px 0px 40px;
}

.Story p {
    font-family:"BIZ UDMincho";
    text-align: center;
    line-height: 40px;
}

.LineUp {
    color: #776348;
    background-image: url(./images/lineup_top.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.LineUp h2 {
    padding: 280px 0 40px;
}

h3 {
    /* background-color: #50c41a;  */
    width: 189px;
    margin-left: auto;
    margin-bottom: 64px;
}

.right {
    margin-right: auto;
}

.flex {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #1e21d5;  */
    
}

.flex image {
    width: 190px;
    margin: auto;
    overflow: hidden;
    position: relative;
    
}
                                            

.right {
    padding: 0;
}


.flex h4 {
    padding: 0;
    font-weight: normal;
    font-family: "BIZ UDMincho";
    font-size: 24px;
    letter-spacing: -0.05em;
}

h4 {
    margin: 10px 0 0 64px;
}
.alphabet {
    font-family: 'Calera';
    letter-spacing: 0.08em;
}

.flex p {
    margin: 24px 0 0 64px;
    padding: 0;
    font-family: "BIZ UDMincho";
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    width: 420px;
    
}

.News {
    color: #776348;
    text-align: center;
    font-family: "BIZ UDMincho";
    letter-spacing: 0.1em;
}

.News h2 {
    padding: 64px 0 40px;
    /* background-color: #fff; */
}
.News ol {
    text-align: left;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    list-style-type: disc;
}

.Access {
    color: #776348;
    background-image: url(./images/access_bottom.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.Access h2 {
    padding: 128px 0 40px;
}

.map {
    text-align: center;
}

iframe {
    width: 770px;
    aspect-ratio: 5/1;
}

address {
    font-style: normal;
    border-left: 1.4px solid #79654a;
    padding: 23px;
}

.Access-syosai {
    display: flex;
    padding: 40px 0 280px ;
    justify-content: space-between;
    width: 760px;
    /* background-color: #fff; */
    margin: 0 auto 0px;
    font-family: "BIZ UDMincho";
    letter-spacing: 0.05em;
    line-height: 1.25em;
}

.Access-syosai ol {
    list-style: none;
    border-left: 1.4px solid #79654a;
    padding: 23px;
}

.footer {
    background-image: url(./images/pattern.png);
    background-size: 35%;
    background-position: bottom;
    color: #fff5df;
    font-size: 18px;
    font-family: 'Calera';
    position: relative;
    bottom: 0;
}

.list {
    display: flex;
    justify-content: flex-end;
    padding-right: 80px;
    padding-top: 32px;
}

.footer ul {
    display: flex;
    list-style: none;
    align-items: center;
    padding-top: 32px;
    width: 545px;
    justify-content: space-between;
}

.footer p {
    color: #fff5df;
    text-align: center;
    margin-top: 32px;
    padding-bottom: 32px;
    font-family: serif;
}

@media screen and (max-width: 959px) {
    /* 959pxまでの幅の場合に適応される */

        .header {
            font-size: 17px;
        }

        .icon {
        max-width: 17px;
        }

        .logo {
            width: 150px;
        }

        .header ul {
            width: 416px;
            padding-right: 52px;
        }

        .Story {
            height: 700px;
        }

        .Story h2 {
            padding: 125px 0px 40px;
        }

        .LineUp h2 {
            padding: 190px 0px 40px;
        }

        .flex h4 {
            letter-spacing: 0.08em;
            margin: 8px 0 0 64px;
            font-size: 22px;
        }

        h2 {
            font-size: 36px;
        }

        .flex {
            width: 80%;   
        }

        .flex p {
            font-size: 12px;
            width: 70%;   
        }

        .flex right {
            padding: 0;
        }

        iframe {
            width: 80%;
            aspect-ratio: 3/1;
        }

        .Access-syosai {
            display: flex;
            width: 80%;
            font-size: 12px;
            padding: 30px 0 120px;
        }

        .footer ul {
            padding-top: 20px;
            padding-bottom: 10px;
            width: 80%;
        }

        .list {
            display: flex;
            justify-content: center;
            padding: 0;
            
        }

        @media screen and (max-width: 559px) {
            /* 559pxまでの幅の場合に適応される */
               
                a {
                    font-size: 15px;
                }

                .logo{
                    width: 110px;
                }

                .icon {
                    width: 17px;
                }

                .header nav {
                    display: flex;
                    align-items: flex-start;
                }

                .header {
                    font-size: 20px;
                    height: 88.56vw;
                    background-size: cover;
                }

                .header h1 {
                    padding: 20px 0 0 20px;
                }

                .header ul {
                    flex-direction: column;
                    gap: 20px;
                    width: auto;
                    padding: 20px 20px 0;
                }

                .Story {
                    height: 440px;
                }

                .Story h2 {
                    font-size: 26px;
                    padding: 50px 0px 30px;
                }

                .Story p {
                    font-size: 13px;
                    line-height: 30px;
                }

                .LineUp h2 {
                    padding: 140px 0 30px;
                    font-size: 24px;
                }

                h3 {
                    margin: auto;
                }

                .image { 
                    text-align: center;
                }

                .flex {
                    display: flex;
                    flex-direction: column;
                    margin-left: auto;
                    margin-right: auto;
                    position: relative;
                    margin-bottom: 20px;
                }

                .flex h4 {
                    display: flex;
                    justify-content: space-around;
                    font-size: 18px;
                    font-family: 'Calera';
                    width: auto;
                    margin-top: 5px;
                    margin-right: auto;
                    margin-left: auto;
                }

                .flex image {
                    width: 190px;
                    margin: auto;
                }

                .flex p {
                    font-size: 12px;
                    width: 70%;
                    margin: 10px auto 20px auto;
                }
                
        
                .right {
                    margin: auto;
                    padding: 0;
                }


                .News h2 {
                    font-size: 26px;
                    padding: 64px 0 30px;
                }

                .News li {
                    font-size: 12px;
                }

                .Access h2 {
                    font-size: 26px;
                    padding: 100px 0 30px;
                }

                iframe {
                    width: 80%;
                    aspect-ratio: 2/1;
                }

                .Access-syosai {
                    display: flex;
                    flex-direction: column;
                    width: 260px;
                    font-size: 12px;
                    padding: 30px 0 80px;
                }
                
                .Access-syosai ol {
                    padding: 23px;
                }

                .footer ul {
                    padding-top: 20px;
                    padding-bottom: 10px;
                    width: 75%;
                }

                .list {
                    display: flex;
                    justify-content: center;
                    padding: 0;
                    
                }
                

                .footer p{
                    font-size: 10px;
                    margin-top: 12px;
                    padding-bottom: 12px;
        
                }
        }   
}                
