section{
    position: relative;
    margin-top: 80vh;
    background-color: rgba(90, 175, 212);
    background: linear-gradient(180deg, rgba(124, 255, 168, 0.699), rgb(90, 175, 212));;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    color: rgb(58, 42, 21);
    pointer-events:none;
}

.inner{
    width: 60%;
    position: relative;
    left: 20%;
    background-color: rgb(243, 236, 223);
    border-radius: 10px;
    padding: 20px;
    padding-top: 5px;
}
h2{
    z-index: 10;
    margin: 0;
    background: url(../image/midashi-yellow.png);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
    color: rgb(255, 255, 255);
    position: relative;
    font-size: 30px;
    font-weight: 500;
    width: 100%;
    padding-top:100px;
    padding-bottom: 100px;
    text-align: center;
    line-height: 1.2;
}
h3{
    margin-top: 50px;
    width: 30%;
    font-weight: 500;
    background: url(../image/komidashi.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left;
    color: white;
    padding: 10px;
    text-align: center;
}
.seisho{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.span-big{
    font-size: 22px;
    color: rgb(45, 50, 68);
}

.p-center{
    text-align: center;
}
.num{
    display: inline-block;
    margin-left: 20px;
}
.en-map{
    width: 100%;
    text-align: center;
}
.pipipiline{
    width: 100%;
}
.contact-page{
    text-align: center;
}
.en-map iframe{
    width: 100%;
}

@media screen and (max-width: 960px) {
	/* 960px以下に適用されるCSS（タブレット用の下限は760px） */
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用の下限は375px;） */
    .inner{
    width: 80vw;
    left: 0;
    margin: 0 auto;
}
    .en-map{
        width: 100%;
    }
    section{
        margin-top: 50vh;
    }
    body{
        position: relative;
        z-index: -50;
    }
    main{
        position: relative;
        pointer-events:none;
    }
    h3{
        margin-top: 50px;
        width: 94%;
        font-weight: 500;
        background: url(../image/komidashi.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

}