body {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    border-top: 10px solid #88aabb !important;
}

.logo {
    text-align: center;
    margin: 40px 0 30px;
}

.logo img {
    display: inline-block;
}

.header {
    width: 1200px;
    margin: 0 auto;
}

.header p {
    font-family: "Kaisei Decol", serif;

    font-size: 25px;
    font-weight: 700;
}

.header ul {
    font-family: "Mochiy Pop P One", sans-serif;

    width: 1200px;
    margin: 0 auto 30px 0;
    display: flex;
}

.header ul li {

    width: 200px;
    text-align: center;
    border-right: 2px solid #aaddee;
}

.header ul li:first-child {
    border-left: 2px solid #62adc6;
}

.header ul li a {
    display: block;
    padding: 15px 0;
    color: #333;
    transition: background-color 0.3s;
}


.header ul li a:hover {
    background-color: #62adc6;
    color: #fff;
}

/* ---------------------------------------- */

.section-1 {
    width: 1200px;
    margin: 0 auto;
}

.header_img {
    text-align: center;

}

.header_img img {
    width: 1200x;
    height: 500px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 30px;

}

.section-contact {
    padding-top: 60px;
    margin-bottom: 130px;
}

.section5 .container {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}

.contact h2 {
    font-family: "Kaisei Decol", serif;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.contact hr {
    border: solid 2px #2cb67d;
    margin: 0 auto 40px;
    width: 380px
}

.contact form {
    max-width: 540px;
    margin: 0 auto;
}

.contact label {
    font-family: "Zen Kurenaido", sans-serif;
    text-align: center;
    font-size: 20px;
    width: 200px;
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 500;
    background-color: #deaaaa;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
    background-color: #ffffff;
    display: block;
    border: 2px solid #df2727;
    width: 100%;
    padding: 13px 16px;
    margin-bottom: 30px;
    color: #1d1d67;
    box-sizing: border-box;
}

.contact textarea {
    font-family: inherit;
    resize: vertical;
}

.contact input[type=submit] {
    text-align: center;
    background-color: #7f5af0;
    color: #ffffff;
    font-weight: 700;
    padding: 20px 16px 22px;
    letter-spacing: 6px;
    border-radius: 5px;
    transition-duration: 0.8s;
    border: none;
    cursor: pointer;
    width: 200px;
    margin-bottom: 30px;
}

.contact input[type=submit]:hover {
    background-color: #1b6345;
}

footer {
    text-align: center;
    margin-bottom: 30px;
}

footer .pp_link {
    font-family: "Mochiy Pop P One", sans-serif;

    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    border: 2px solid #df2727;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 30px;
}