@charset "utf-8";
#open_menu {
    display: none
}
#spicon:before {
    color: #fff
}
#center_box {
    background-color: #fcfde6
}
.page_link > li > a {
    color: inherit
}
#spicon {
    position: fixed;
    right: 80px;
    top: 40px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 135px;
    height: 135px;
    z-index: 9999;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #4d6d50;
    border-radius: 50%
}
#spicon:before {
    content: "MENU";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    letter-spacing: .08em;
    font-size: 25px;
    font-weight: 700;
    transition: all .4s
}
#spicon.m_active {
    background-color: #6a4a37
}
#spicon.m_active span:nth-child(1) {
    transform: translateY(12px) rotate(-45deg)
}
#spicon.m_active span:nth-child(2) {
    opacity: 0
}
#spicon.m_active span:nth-child(3) {
    transform: translateY(-15px) rotate(-135deg)
}
#spicon.m_active:before {
    content: "CLOSE"
}
#open_menu {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    width: 100%
}
#center_box {
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    height: 100%;
    display: block;
    overflow-y: scroll;
    padding: 90px 0
}
#close {
    position: absolute;
    text-align: center;
    bottom: -20px;
    left: 0;
    width: 100%;
    color: #21ceb2;
    font-size: 20px
}
.sp_nav {
    display: flex;
    justify-content: space-between
}
.sp_nav > div {
    width: 46%
}
.sp_nav > div > p > a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 50px 15px;
    font-size: 26px;
    font-weight: 700;
    color: inherit;
    background-image: linear-gradient(to right, #c1b8a4 3px, transparent 3px);
    background-size: 7px 1px;
    background-repeat: repeat-x;
    background-position: left bottom
}
.sp_nav > div > p > a span {
    color: #86b275;
    font-size: 16px;
    margin-left: 25px
}
.sp_nav img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: .3s ease
}
.sp_more {
    width: 100%;
    max-width: 460px;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.5em;
    margin: 70px auto 0;
    position: relative;
}
.sp_more:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background-color: #4d6d50;
}
.sp_more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 25px 0;
    text-align: center;
    position: relative;
    color: #fff;
    background-color: #4d6d50;
    background: linear-gradient(45deg, transparent 13px, #4d6d50 13px), linear-gradient(135deg, transparent 13px, #4d6d50 13px), linear-gradient(225deg, transparent 13px, #4d6d50 13px), linear-gradient(315deg, transparent 13px, #4d6d50 13px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    z-index: 500;
}
.sp_more img {
    margin-right: 25px
}
@media only screen and (max-width:1024px) {
    #center_box {
        padding: 110px 0
    }
    #spicon {
        right: 20px;
        top: 20px;
        width: 80px;
        height: 80px
    }
    #spicon:before {
        content: "MENU";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        text-align: center;
        letter-spacing: .08em;
        font-size: 16px;
        font-weight: 700;
        transition: all .4s
    }
    .sp_nav {
        display: block
    }
    .sp_nav > div {
        width: 100%
    }
    .sp_nav > div > p > a {
        padding: 35px 10px;
        font-size: 24px
    }
    .sp_nav > div > p > a span {
        font-size: 14px;
        margin-left: 20px
    }
    .sp_nav img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        transition: .3s ease
    }
    .sp_more {
        width: 100%;
        max-width: 420px;
        font-size: 22px;
        line-height: 1.5em;
        margin: 70px auto 0
    }
}