@charset "utf-8";

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #FBF9EC;
    line-height: 1.9;
    text-align: left;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

header {
    margin-bottom: 25px;
}

header #inner {
    margin-bottom: 30px;
}

header h1 {
    margin: 21px 0 25px 0;
    text-align: center
}

header h1 img {
    height: 50px;
}

.contact-sp-header {
    position: absolute;
    top: 25px;
    right: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-decoration: underline;
}

nav {
    margin-bottom: 20px;
    border-top: 1px solid #d9d9d9;
}

nav li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
}

nav ul li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.1em;
}

#main h2.title {
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.0;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 35px;
    letter-spacing: 0.05em;
}

#main.inner h2.title {
    margin-bottom: 25px;
}

#main h3.title {
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.0;
    font-size: 22px;
    color: #505050;
}

#main p.title {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #a5a5a5;
}

.contBox {
    margin: 0 20px;
}

.toTop {
    text-align: center;
}

.toTop a {
    display: block;
    margin-bottom: 40px;
    padding: 8px 20px;
}

.toTop img {
    width: 22px;
    height: 14px;
}

nav.footer {
    margin-bottom: 20px;
}

#copyright {
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
}

@media only screen and (min-width: 760px) {
    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    header {
        position: relative;
        max-width: 960px;
        height: 100px;
        margin: 0 auto;
    }

    header#inner {
        margin-bottom: 30px;
    }

    header h1 {
        position: absolute;
        top: 20px;
        left: 50;
        margin: 0;
        padding-left: 0;
        text-align: center;
    }

    header h1 img {
        width: 350px;
    }

    nav {
        position: absolute;
        bottom: 30px;
        right: 30px;
        margin-bottom: 0;
        border-top: none;
    }

    nav li {
        margin-left: 50px;
        display: inline;
        float: none;
        border-bottom: none;
        text-align: right;
    }

    nav li.contact {
        display: inline;
    }

    nav ul li:nth-child(odd) {
        background: none;
    }

    nav ul li a {
        display: inline;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.1em;
    }

    #main.inner {
        max-width: 960px;
        padding: 0;
        margin: 0 auto;
    }

    #main h2.title.large {
        margin: 0 0 70px 0;
        font-size: 46px;
        text-align: left;
    }

    .contBox {
        margin: 0 40px;
    }

    footer {
        max-width: 960px;
        margin: 0 auto;
        padding-bottom: 5px;
    }

    nav.footer {
        position: relative;
        float: left;
        width: 60%;
        margin: 20px 0;
    }

    nav.footer a {
        font-size: 14px;
        font-weight: 400;
    }

    nav.footer li {
        margin: 0 40px 0 0;
    }

    #copyright {
        float: right;
        width: 40%;
        margin-top: 32px;
        margin-bottom: 0;
        text-align: right;
    }

}