html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;

}
ul{
    margin: 0;
    padding: 0;
}


@font-face {
    font-family: 'Hans Bd';
    src: url("../fonts/SourceHanSerifJP-Bold.otf") format("TrueType");
}
@font-face {
    font-family: 'Hans Eb';
    src: url("../fonts/SourceHanSerifJP-ExtraLight.otf") format("TrueType");
}
@font-face {
    font-family: 'Hans He';
    src: url("../fonts/SourceHanSerifJP-Heavy.otf") format("TrueType");
}
@font-face {
    font-family: 'Hans Se';
    src: url("../fonts/SourceHanSerifJP-SemiBold.otf") format("TrueType");
}
@font-face {
    font-family: 'Hans Rg';
    src: url("../fonts/SourceHanSerifJP-Regular.otf") format("TrueType");
}
@font-face {
    font-family: 'Hans Me';
    src: url("../fonts/SourceHanSerifJP-Medium.otf") format("TrueType");
}
@font-face {
    font-family: 'Hans Li';
    src: url("../fonts/SourceHanSerifJP-Light.otf") format("TrueType");
}

body{
    text-align: center;
    font-family: 'Hans Rg';
    background-color: #514134;
    color: #000000;
}
.darkpaint{
    background-image: url('../imgs/gradation.png');
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 10;
    pointer-events:none;
    
}
.BackImage{
    background-image: url('../imgs/desk.png');
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.section {
    position: relative;
    height: 100vh;
    margin-top: 100vh;
}
.section .last{
    position: relative;
}

.section .inner {
    display: flex;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    bottom: 0;
}
.MainImage{
    position: absolute;
    width: 50vw;
    top: 0;
    margin-top: 40.57vw;
    background-size: cover;
    background-position: center;
}
.MainImage img{
    width: 100%;
}
.MainImag1{
    display: block;
}
.MainImag2{
    display: none;
}
.MainIcon{
    width: 17.34vw;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 41.66vw;
    top: 0;

}
.MainIconImage{
    width: 100%;
}
.MainSubIcon{
    width: 10.46vw;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 31.66vw;
    right: 3.38vw;
}
.MainSubIconImage{

    width: 100%;
}

.titleForm{
    position: relative;
    text-align: center;
    background-image: url(../imgs/fv.png);
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 105vh;
    padding-bottom: 35vh;
    margin-bottom: 120vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 11;

}
.TitleClass{
    font-family: 'Hans Bd';
    font-size: 2.08vw;
    display: flex;
    justify-content: center;
    align-items: end;
}
.StoryText{
    display: block;
}
.ResStoryText{
    display: none;
}

.storyForm{
    margin: auto;
    text-align: center;
    background-size: cover;
    /* height: 56.35vw; */
    font-size: 1.25vw;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.paperBack1{
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%;
    padding-top: 4.16vw;
    padding-bottom: 15.16vw;
    background-image: url(../imgs/paper_01.png);
    background-size: cover;
    background-position: center;
    transform: rotate(6deg);
    box-shadow: 0 0 1vw 1vw rgba(0,0,0,0.4);

}
.storyForm div{
    margin-top: 1.66vw;
}

.reservationForm{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.paperBack2{
    margin-right: 17.5%;
    margin-left: 17.5%;
    width: 65%;
    max-height: 1236px;
    padding-top: 8.3vw;
    padding-bottom: 8.3vw;
    background-image: url(../imgs/paper_02.png);
    background-size: cover;
    background-position: center;
    transform: rotate(-6deg);
    box-shadow: 0 0 1vw 1vw rgba(0,0,0,0.4);
}
.reservationTable{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2.96vw;

}
.ResreservationTable{
    display: none;
}
.img_line{
    position: relative;
    width: 100vw;
    height: 12.18vw;
}
.yabure_img{
    position: absolute;
    display: flex;
    width: 100vw;
    bottom: 50%;
}
.reservationClass{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    border-top: 2px solid #000000;
    width: 70%;
    max-height: 934px;
    margin-right: 15%;
    margin-left: 15%;
    font-family: 'Hans Bd';
}
.reservationClass span{
    margin: 0.5vw;
}
.reservationClass .YearName{
    margin-left: 0;
}
.reservation-label {
    flex: 1;
    margin: 1.875vw 1.66vw;
    font-size: 1.25vw;

}

.reservation-value {
    flex: 1;
    font-size: 1.25vw;
    text-align: left;

}
.reservation-value span{
    font-size: 2.08vw;
}

.reservation-calender span{
    font-size: 2.08vw;
}
.reservation-value2{
    font-size: 0.83vw;
    font-family: 'Hans Rg';
}
.reservation-value2 span{
    font-size: 1.66vw;
}
.reservation-value2 .wave{
    font-size: 1.25vw;
}
.reservationClass2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: left;
    border-top: 2px solid #000000;
    font-size: 1.04vw;
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
}
.reservationClass2 div{
    margin: 1.04vw 0.52vw;
}
.MarkSize{
    width: 3.33vw;
}
.NoteForm{
    width: 100vw;
    height: 100vh;
    display: flex;
    padding-top: 5vw;
    flex-direction: column;
    justify-content: center;
}
.paperBack3{
    width: 45%;
    max-height: 1236px;
    margin-left: 27.5%;
    margin-right: 27.5%;
    padding-top: 4.16vw;
    padding-bottom: 14.16vw;
    background-image: url(../imgs/paper_03.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 1vw 1vw rgba(0,0,0,0.4);
}
.NoteTable{
    display: flex;
    flex-direction: column;
    font-size: 1.25vw;
    align-items: center;
    margin-top: 2.5vw;
}
.iconSize{
    width: 4.68vw;
    padding: 2.5vw;
    border-right: 2px solid #000000;


}
.Note{
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: center;
    border: 2px solid #000000;
}
.NoteText{
    display: block;
    padding: 1.25vw;
}
.ResNoteText{
    display: none;
}
.NameForm{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Nameclass{
    display: block;
}
.ResNameclass{
    display: none;
}
.paperBack4{
    padding-top: 4.68vw;
    padding-bottom: 4.68vw;
    margin-right: 17.5%;
    margin-left: 17.5%;
    width: 65%;
    max-height: 934px;
    background-image: url(../imgs/paper_04.png);
    background-size: cover;
    background-position: center;
    transform: rotate(8deg);
    box-shadow: 0 0 1vw 1vw rgba(0,0,0,0.4);
}
.TeamName{
    display: inline-block;
    padding: 0.1vw 0.52vw 0.1vw 0.52vw;
    border: 2px solid #000000;
    justify-content: center;
    font-size: 1.25vw;
    margin-top: 3.12vw;
}
.NameArea{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    text-align: left;
    margin: 0.5vw;
    font-size: 1.25vw;
}
.Name{
    width: 8.5vw;
    margin: 0.75vw;
    margin-top: 0.83vw;
    margin-bottom: 0;
    font-family: 'Hans Bd';
}

.IntroForm{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.paperBack5{
    padding-top: 4.68vw;
    padding-bottom: 17vw;
    margin-right: 17.5%;
    margin-left: 17.5%;
    width: 65%;
    max-height: 934px;
    background-image: url(../imgs/paper_05.png);
    background-size: cover;
    background-position: center;
    transform: rotate(-8deg);
    box-shadow: 0 0 1vw 1vw rgba(0,0,0,0.4);
}
.IntroArea{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 85%;
    margin: 7.5%;
    margin-top: 2.5%;
    margin-bottom: 0;
}

.IntroImg{
    width: 53%;
}
.IntroImg img{
    width: 100%;
    border: 2px solid #000000;
}

.IntroArea div{
    text-align: left;
    justify-content: center;
    margin: 1%;
}
.Intro{
    display: block;
}
.ResIntro{
    display: none;
}
.IntroText{
    width: 43%;
    font-size: 1.25vw;
}
.IntroText div{
    margin: 0;
}
.AccessForm{
    width: 100vw;
    display: flex;
    padding-top: 10vw;
    flex-direction: column;
    justify-content: center;
}
.paperBack6{
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%;
    padding-top: 4.68vw;
    padding-bottom: 17.56vw;
    background-image: url(../imgs/paper_06.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 1vw 1vw rgba(0,0,0,0.4);
}
.AccessArea{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.MapArea{
    width: 90%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
}
.MapArea2{
    display: flex;
    flex-direction: row;

}
.MapSize{
    width: 65%;
}
.Mapimage{
    width: 100%;
    height: 14.06vw;
}
.MapText{
    width: 35%;
    margin-left: 2.08vw;
    display: flex;
    flex-direction: column;
    font-size: 1.25vw;
    justify-content: right;
    text-align: left;
    align-items: right;
    
}
.ResMapText{
    width: 100%;
    margin-left: 2.08vw;
    display: none;
    flex-direction: column;
    justify-content: right;
    text-align: left;
    align-items: right;
}
.MapTitle{
    display: flex;
    text-align: left;
    font-family: 'Hans Bd';
    margin-bottom: 1.25vw;
    margin-top: 2.5vw;
    font-size: 1.25vw;
}
.MapText2{
    font-family: 'Hans Bd';
    font-size: 1.25vw;
    margin-bottom: 0.83vw;

}
.UnivercityMapArea{
    width: 90%;
    height: 18.22vw;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
}
.UnivercityMapArea2{
    display: flex;
    flex-direction: row;
}
.CopyLight .section{
    z-index: 1000;
    margin: 0;
    pointer-events:none;
}
.LastText{
    width: 100vw;
    margin: 0.5vh;
    font-size: 1.04vw;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    color: #FFFFFF;
    z-index: 100;
}
@media screen and (max-width: 767px) {

    .darkpaint{
        background-image: url('../imgs/gradation_res.png');
    }
    .BackImage{
        background-image: url('../imgs/desk_res.png');
    }
    .MainImage{
        width: 90vw;
        top: 80vw;
    }
    .MainImage img{
        width: 100%;
    }

    .MainImag1{
        display: none;
    }
    .MainImag2{
        display: block;
    }
    .MainIcon{
        width: 42.82vw;
        top: 10vh;
        left: 28.46vw;

    }
    .MainIconImage{
        width: 100%;
        
    }

    .MainSubIcon{
        width: 17.17vw;
        top: 80vw;

    }
    .MainSubIconImage{

        width: 100%;
    }

    .titleForm{
        background-image: url(../imgs/fv_res.png);
        height: 220vw;
        padding-bottom: 35vh;
        

    }
    .StoryText{
        display: none;
    }
    .ResStoryText{
        display: block;
        transform: rotate(-6deg);
    }
    .storyForm{
        width: 130vw;
        margin-left: -15vw;
        font-size: 4.15vw;
        margin-top: 5vh;

    }
    .paperBack1{
        width: 100%;
        height: 100%;
        margin:0;

        padding-top: 5vh;
        padding-bottom: 30vh;
        background-image: url(../imgs/paper_01_res.png);
    }
    .paperBack1 .TitleClass{
        transform: rotate(-6deg);
        margin-right: 20vw;
    }
    .TitleClass{
        margin-bottom: 6.15vw;
        padding-top: 4.15vw;
        font-size: 6.15vw;
    }
    .reservationForm{
        width: 130vw;
        margin-left: -15vw;
        margin-top: 5vh;

    }
    .paperBack2{
        width: 100%;
        height: 100vh;
        margin: 0;
        padding-bottom: 15vh;
        padding-left: 3vh;
        background-image: url(../imgs/paper_01_res.png);
    }
    .paperBack2 .TitleClass{
        transform: rotate(6deg);
        margin-left: 6vw;
    }
    .reservationTable{
        display: none;
    }
    .ResreservationTable{
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        margin-top: 2.96vw;
        transform: rotate(6deg);
    }
    .reservationClass{
        
        text-align: center;
        margin: 0;
        width: 70%;
        margin-left: 10%;
        margin-right: 10%;
        display: flex;
        flex-direction: column;
        font-size: 4.1vw;
        padding-top: 5.12vw;
        padding-bottom: 5.12vw;
    }
    .reservationClass2{
        margin: 0;
        width: 70%;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 3.02vw;
    }


    .reservation-calender{
        text-align: center;
    }
    .reservation-calender span{
        font-size: 8.2vw;
        margin-left: 2.05vw;
        margin-right: 1.02vw;
    }
    .reservation-value{
        text-align: center;
        font-size: 3.1vw;
    }
     .reservation-value span{
        font-size: 8.2vw;
        margin-left: 2.05vw;
        margin-right: 2.05vw;
     }
    .reservation-value2{
        font-size: 3.07vw;
    }

    .reservation-value2 span{
        font-size: 6.15vw;
        margin-left: 2.05vw;
    }

    .reservation-value2 .wave{
        font-size: 4.1vw;
    }
    .reservation-label{
        font-size: 4.1vw;
    }
    .reservationClass2 img{
        width: 10.25vw;
    }
    .reservationClass2 div{
        margin: 6.15vw 4.1vw 0 0;
    }


    .NoteForm{
        width: 130vw;
        margin-left: -15vw;
    }

    .paperBack3{
        width: 100%;
        height: 100vh;
        margin: 0;
        background-image: url(../imgs/paper_01_res.png);
    }
    .NoteTable{
        font-size: 4.1vw;
    }
    
    .iconSize{
        width: 12.82vw;
        padding: 14.1vw;
        padding-left: 3.84vw;
        padding-right: 3.84vw;
    }
    .NoteText{
        display: none;
    }
    .ResNoteText{
        display: block;
        padding: 6.15vw;
        
    }
    .paperBack4{
        width: 100%;
        height: 100vh;
        margin:0;
        
        padding-bottom: 10vh;
        background-image: url(../imgs/paper_01_res.png);
    }
    .paperBack4 .TitleClass{
        transform: rotate(-8deg);
        margin-right: 20vw;
    }
    .AppMember{
        transform: rotate(-8deg);
        margin-left: 5vw;
    }
    .NameForm{
        width: 130vw;
        margin-left: -20vw;
        margin-top: 0vh;

    }
    .Name{
        width: 26.5vw;
        font-size: 4.1vw;
        margin: 3.39vw;
        margin-top: 4.1vw;
        margin-bottom: 0;
    }
    .Nameclass{
        display: none;
    }
    .ResNameclass{
        display: block;
    }
    .TeamName{
        font-size: 3.07vw;
    }

    .IntroForm{
        width: 130vw;
        margin-left: -15vw;
    }
    .paperBack5{
        width: 100%;
        height: 100vh;
        margin: 0;
        padding-left: 6vh;
        background-image: url(../imgs/paper_01_res.png);
    }
    .paperBack5 .TitleClass{
        transform: rotate(8deg);
        padding-top: 6vh;
    }
    .IntroArea{
        transform: rotate(8deg);
        width: 70%;
        margin-left: 6%;

        flex-direction: column;
    }
    .IntroImg{
        width: 100%;
    }
    .IntroText{
        width: 100%;
        font-size: 4.1vw;
    }
    .Intro{
        display: none;
    }
    .ResIntro{
        display: block;
    }
    .AccessForm{
        width: 130vw;
        margin-left: -15vw;
        padding-top: 10vw;
        padding: 0;

    }
    .paperBack6{
        width: 100%;
        height: 100vh;
        margin: 0;

        background-image: url(../imgs/paper_01_res.png);
    }
    .LastText{
        margin: 0;
        font-size: 2.5vw;
        z-index: 10;
        margin-bottom: 1vw;
    }
    .AccessArea{
        width: 100%;
    }
    .MapArea{
        width: 70%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .MapTitle{
        font-size: 4.1vw;
    }
    .MapSize{
        width: 100%;
    }
    .Mapimage{
        height: 52.05vw;
    }
    .MapArea2{
        flex-direction: column;
    }
    .MapText{
        display: none;
    }
    .MapText2{
        font-size: 4.1vw;
    }
    .ResMapText{
        display: flex;
        font-size: 4.1vw;
    }
    .UnivercityMapArea{
        width: 70%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .UnivercityMapArea2{
        flex-direction: column;
    }

    

}