main{
     pointer-events:none;
}
.sea-top{
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 140vh;
    padding-bottom: 0%;
    pointer-events:none;
}

.sea{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.top-img{
    width: 60%;
    position: absolute;
    bottom: -20px;
    left: 20%;
    z-index: 2;
}

h2{
    text-align: center;
    z-index: 10;
    margin: 0;
    margin-bottom: -50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../image/midashi.png);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    position: relative;
    font-size: 30px;
}
.time_sche{
    width: 70%;
    position: relative;
    left: 15%;
    background-color: antiquewhite;
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
    z-index: 3;
    position: relative;
    margin: 0;
}
.time_parag{
    display: flex;
    width: 100%;
    color: rgb(51, 31, 13);
}
.time_parag p:first-child{
    width: 15%;
    color: rgb(201, 97, 1);
}
section{
    background-color: rgba(90, 175, 212);
    margin: 0;
    padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
	/* 960px以下に適用されるCSS（タブレット用の下限は760px） */
}
@media screen and (max-width: 480px) {

    h2{
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: -20px;
    }
    section{
        padding-top: 50px;
        margin-top: -5px;
    }
    .time_sche{
        width: 78%;
        position: relative;
        left: 0;
        background-color: antiquewhite;
        padding: 20px;
        border-radius: 10px;
        font-size: 16px;
        margin: 0 auto;
    }
    .time_parag{
        display: flex;
        width: 100%;
        color: rgb(51, 31, 13);
        justify-content:flex-start;
    }
    .time_parag p{
        width: 200px;
    }
    .time_parag p:first-child{
        color: rgb(201, 97, 1);
        width: 100px;
    }
    .sea-top{
        height: 50vh;
        margin-top: 50vh;
    }
    main{
        position: relative;
   }
   body{
        position: relative;
        z-index: -50;
   }
	/* 480px以下に適用されるCSS（スマホ用の下限は375px;） */
}