@charset "UTF-8";
@import url("reset.min.css");

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    /*pxだと10px;*/
}

body {
    width: 100%;
    height: auto;
    background: #fff;
    color: #000;
    font-size: 1.4rem;
    font-family: Hiragino Sans,
        "ヒラギノ角ゴシック",
        Hiragino Kaku Gothic ProN,
        "ヒラギノ角ゴ ProN W3",
        Roboto,
        "Droid Sans",
        YuGothic,
        "游ゴシック",
        Meiryo,
        "メイリオ",
        Verdana,
        "ＭＳ Ｐゴシック",
        sans-serif;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    display: block;
    color: #000;
    text-decoration-line: none;
}

a:hover {
    opacity: 0.8;
    transition-duration: 0.8s;
}

a img:hover {
    opacity: 0.9;
    transition-duration: 0.8s;
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

@media screen and (max-width: 900px) {
    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }
}

.clear {
    clear: both;
}

/*ヘッダー
-------------------------------------*/
#header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 3;
}

#header .header-inner {
    width: 90%;
    height: 79px;
    margin: 0 0 0 3%;
    display: flex;
    align-items: flex-end;
    transition-duration: 0.5s;
    box-sizing: border-box;
}

@media screen and (max-width: 900px) {

    #header {
        position: static;
    }

    #header .header-inner {
        height: 50px;
        align-items: center;
    }
}

/*ロゴ*/
#header .logo-area {
    flex: 1;
    height: 48px;
    margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
    #header .logo-area {
        height: 70%;
    }
}

#header h1 {
    display: block;
    width: 60px;
    height: 47.61px;
    transition-duration: 0.5s;
}

@media screen and (max-width: 900px) {
    #header h1 {
        width: 40px;
        height: 30px;
    }
}


/*メインナビゲーション*/
#header nav {
    flex: 1;
}

#header nav ul {
    display: flex;
    justify-content: flex-end;
}

#header nav li a {
    display: block;
    height: 53px;
    line-height: 53px;
    padding: 0 2rem;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.25em;
    text-align: center;
    white-space: nowrap;
    transition-duration: 0.5s;
}

@media screen and (max-width: 1142px) {
    #header nav li a {
        padding: 0 1.5rem;
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 900px) {
    #header nav li a {
        height: 40px;
        line-height: 40px;
        padding: 0;
        font-size: 1.1rem;
        text-align: left;
        color: #000;
        margin-left: 10px;
        letter-spacing: 1px;
    }
}


@media screen and (max-width: 900px) {}

#header nav .navlogo {
    display: block;
    width: 80%;
    height: 30px;
    margin: 100px auto 0;
    background-image: url(img/common/h2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    text-align: center;
    color: #000;
    font-size: 2.2rem;
}

#header nav .inner ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}


/*フッター
-------------------------------------*/
footer {
    width: 100%;
    padding: 50px 0;
}

@media screen and (max-width: 900px) {
    .footer-inner {
        width: 100%;
    }
}

.footer-inner .left ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
    .footer-inner .left ul {
        width: 100%;
        margin-bottom: 20px;
    }
}

.footer-inner .left li {
    display: block;
    margin-bottom: 7px;
}

.footer-inner .left li {
    border-left: 1px solid #000;
    padding-left: 10px;
    margin-left: 10px;
}

.footer-inner .left li:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}

.footer-inner .left li a {
    letter-spacing: 0.15em;
}

@media screen and (max-width: 900px) {
    .footer-inner .left li a {
        font-size: 14px;
    }

    .footer-inner .left li:last-child {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
    .footer-inner .left li a {
        font-size: 12px;
    }
}

.wrap {
    padding-top: 80px;
}

@media screen and (max-width: 900px) {
    .wrap {
        padding-top: 0;
    }
}

/* 横幅100%のコンテンツ */
.container-full {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.container-full2 {
    background-color: #C2E2DD;

}

@media screen and (max-width: 900px) {

    .sp-menu_container {
        position: fixed;
        z-index: 3;
        bottom: 0;
        width: 100%;
    }

    .sp-menu_top {
        background: #4DB43F;
        width: 100%;
        text-align: center;
        padding: 16px 0;
        font-size: 16px;
        position: relative;
    }

    .sp-menu_top::after {
        content: '';
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        display: inline-block;
        width: 7px;
        height: 7px;
        position: absolute;
        right: 110px;
        bottom: 19px;
        transform: translateY(-50%) rotate(45deg);
    }

    .sp-menu_top a {
        color: #fff;

    }

    .sp-menu_bottom {
        display: flex;
        font-size: 14px;

    }

    .sp-menu_box {
        width: 40%;
        background: #FFA823;
        padding: 5px 0;
        text-align: center;
        border-left: 1px solid #fff;
        height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sp-menu_box a {
        color: #fff;
    }

    .sp-menu_box:first-child {
        border-left: none;
    }
}
