*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    justify-content: center;
}
header {
    background-color: rgb(217, 66, 66);
    width: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
    .header-top {
        display: flex;
        text-align: center;
        justify-content: center;
        width: 100%;
        margin-top: 5px;
    }
        .logo img {
            width: 25px;
            height: 25px;
        }
    .header-bottom {
        background-color: rgba(212, 109, 109, 0.353);
    }
        .header-bottom ul {
            display: flex;
            justify-content: center;
        }
            .header-bottom ul li {
            margin: 0 10px 0 10px;
            text-align: center;
            justify-content: center;
            font-size: 0.8em;
            list-style-type: none;
            }
/* boxone */
 .box-one {
    background-color: brown;
    width: 100%;
    height: 500px;
    text-align: center;
    align-items: center;
    display: table;
    margin-bottom: 0;
 }
    .box-one-inner {
        display: table-cell;
        vertical-align: middle;
    }
        .one-img {
            width: 10em;
            margin: auto;
        }
            .one-img img {
                width: 40%;
            }
        .one-text {
            display: flex;
            align-items: center;
            text-align: center;
        }
            .one-text h2 {
                font-size: 1.5em;
            }
            .name-of-co {
                float: left;
            }
            .one-text p {
                font-size: 0.5em;
            }
        .float-clear {
            clear: both;
        }
            .float-clear p {
                font-size: 0.5em;
            }
            .float-clear h1 {
                margin-top: 20px;
                font-size: 1em;
            }
@media (min-width: 1024px) {
    .box-one {
        width: 100%;
    }
        .box-one img {
            width: 100%;
            margin-top: 400px;
        }
        .box-one-text p {
            font-size: 1.8em;
        }
        .one-text h1 {
            font-size:  3em;
        }
        .one-text h2 {
            font-size: 2.5em;
        }
    .float-clear h1 {
        font-size: 1.5em;
        margin-bottom: 300px;
    }
}
/* boxtwo */
.box-two {
    width: 100%;
    margin-bottom: 50px;
    background-color: #d2d1d1;
    margin: 0 auto 0 auto;
}
    .box-two h1 {
        margin: auto;
        font-size: 1em;
        border-bottom: 1px solid #707070;
        width: 80%;
        padding-top: 3em;
    }
    .box-two h2 {
        font-size: 0.8em;
    }
    .box-two p {
        font-size: 0.5em;
        margin: 1em;
    }
    .two-img {
        width: 100%;
        padding-bottom: 50px;
    }
        .two-img img {
            width: 80%;
            box-shadow: 20px 20px 0 #920505;
        }

@media (min-width: 1024px) {
    .box-two {
        display: flex;
    }
        .two-img {
            margin-top: 100px;
            width: 40%;
        }
        .box-two img {
            width: 100%;
        }
    .box-two h1 {
        font-size: 2em;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .box-two h2 {
        font-size: 1.5em;
        margin-bottom: 30px;
    }
    .box-two p {
        width: 900px;
        font-size: 1.5em;
    }
    
}

.box-three {
    padding-top: 50px;
}
    .box-three h1 {
        font-size: 1em;
    }
    .sliderArea {
        margin: 30px auto 30px auto;
        width: 80%;
        z-index: 1;
    }
    .sliderArea img {
        width: 100%;
    }
    
@media (min-width: 1024px) {
    .box-three-inner h1 {
        font-size: 2em;
        margin: 300px auto 100px auto;
    }
    .sliderArea {
        width: 60%;
        margin-bottom: 300px;
    }

}

.box-four {
    width: 100%;
    height: 500px;
    border-radius: 0 80px 80px 0;
    background-color: black;
    margin: 50px auto 50px auto;

}
    .contact-sns ul {
        display: flex;
        list-style: none;
    }
        .contact-sns ul li {
            margin: 10px;
        }
        .contact-sns ul li a img {
            width:2em;
        }
    .map {
        width: 80%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
        .map iframe {
            width: 100%;
            margin: auto;
        }
    .box-four h1 {
        padding-top: 50px;
        font-size: 1em;
        color: #d2d1d1;
    }
    .box-four h2 {
        font-size: 0.8em;
        color: #d2d1d1;
        padding-bottom: 5px;
    }
    .adress {
        margin-bottom: 10px;
    }
    .box-four p {
        font-size: 0.5em;
        color: #d2d1d1;
    }
@media (min-width: 1024px) {
    .map iframe {
        width: 60%;
        height: 500px;
    }
    .box-four {
        height: 900px;
    }
    .box-four h1 {
        font-size: 1.8em;
    }
    .adress h2 {
        font-size: 1.8em;
    }
    .adress p {
        font-size: 1.5em;
    }
    .contact-media p {
        font-size: 1em;
    }
    .contact-sns li {
        width: 60px;
        height: 60px;
    }
    .contact-sns ul li a img {
        width: 100%;
    }

}
.box-five {
    margin: 50px 50px;
}
    .box-five a {
        text-decoration: none;
    }
    .box-five h1 {
        font-size: 1em;
        color: white;
        padding-top: 30px;
    }
    .box-five h2 {
        font-size: 0.8em;
        color: white;
    }
    .box-five p {
        font-size: 0.5em;
        color: white;
    }
    .five-one {
        background-image: url(img/stuff.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
        border-radius: 50px 50px 0 0;
        width: 100%;
    }
        .five-one img {
            width: 80%;
        }
    .five-two {
        background-color: #920505;
        border-radius: 0 0 50px 50px;
        height: 150px;
        display: table;
        width: 100%;
    }
        .five-two-inner h1 {
            margin-top: 5px;
            margin-bottom: 10px;
            font-size: 1em;
        }

@media (min-width: 1024px) {
    .box-five {
        width: 20%;
        text-align: center;
        justify-content: center;
        margin: auto;
        margin-bottom: 300px;
        margin-top: 200px;
    }
    .five-one {
        background-size: cover;
        width:100%;
        height: 800px;
    }
    .five-two {
        height: 150px;
    }
    .five-two-inner h1 {
        font-size: 1.5em;
    }
    .five-two-inner h2 {
        font-size: 1.2em;
    }
    .five-two-inner p {
        font-size: 1em;
    }
}