@charset "UTF-8";
@media screen and (max-width:700px) {
    /*=====pc・sp　on/off===========================*/
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
    /*共通===========================*/
    p {
        font-size: 80%;
        line-height: 200%;
    }
    /*=====ヘッダー===========================*/
    #header {
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: sticky;
        background-color: #fff;
    }
    #header .hdr-wrap {
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 60px;
        left: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.3s;
        background: #fff;
        border-top: 2px solid #3B5F28;
    }
    .hdr-sp_wrap {
        width: 100%;
        position: relative;
    }
    .hdr-sp_wrap img {
        width: 100%;
        max-width: 210px;
    }
    .logo-sp {
        width: 80%;
        display: block;
        padding: 10px 10px 0 10px;
        min-width: 100px;
        height: 100%;
    }
    /*------access------*/
    #header .hd-access {
        width: 80px;
        height: 100%;
        padding: 0px 8px;
        background-color: #D2E2CA;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    #header .access-txt_link {
        text-align: center;
        color: #3B5F28;
        font-size: 12px;
        font-weight: bold;
        line-height: 100%;
    }
    #header .hd-access img {
        width: 30px;
        margin: 0 auto;
    }
    /*------btnオープン------*/
    .drawer_hidden {
        display: none;
    }
    .drawer_open {
        width: 80px;
        height: 100%;
        padding: 0px 4px;
        position: relative;
        top: 0;
        left: 0;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #3B5F28;
    }
    .drawer_open span, .drawer_open span::before, .drawer_open span::after {
        width: 25px;
        height: 2px;
        border-radius: 2px;
        position: relative;
        top: -8px;
        background-color: #fff;
        transition: 0.3s;
    }
    .drawer_open span::before {
        content: '';
        width: 25px;
        top: 9px;
        right: 0;
        position: absolute;
    }
    .drawer_open span::after {
        content: '';
        width: 25px;
        top: 18px;
        right: 0;
        position: absolute;
    }
    #drawer_input:checked ~ .drawer_open span {
        top: 0;
        transform: rotate(-45deg);
    }
    #drawer_input:checked ~ .drawer_open span::before {
        width: 25px;
        top: 0px;
        left: 0px;
        transform: rotate(90deg);
    }
    #drawer_input:checked ~ .drawer_open span::after {
        opacity: 0;
    }
    /*    open時 */
    #drawer_input:checked ~ .hdr-wrap {
        left: 0%;
    }
    /*-------nav------*/
    .nav-wrap {
        width: 100%;
        max-width: 100%;
    }
    .nav-list {
        width: 100%;
        margin: 0;
        justify-content: flex-start;
        flex-flow: column;
        align-items: baseline;
    }
    .nav-list_item {
        width: 90%;
        margin: 0 auto;
    }
    .hdr-btm {
        flex-flow: column;
    }
    .hdr-sp_btm {
        width: 98%;
        position: relative;
    }
    .nav-list_item a {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 10px 10px 10px 0px;
        font-weight: 600;
        box-sizing: border-box;
        border-bottom: 1px solid #3B5F28;
        font-size: 90%;
    }
    .nav-list_item a::after, .nav-list_item-sp a::after {
        display: none;
    }
    .nav-list_item a:hover .triangle-btn {
        margin-right: 10px;
    }
    .nav-list_item a::before, .nav-list_item-sp a::before, .toggle_switch::before {
        opacity: 1;
        width: 14px;
        max-height: 12px;
        top: 14px;
        left: 8px;
    }
    .nav-list_item-sp a::before {
        width: 12px;
        height: 12px;
        opacity: 0;
        top: 11px;
        left: 10px;
    }
    .nav-list_item a:hover .item-tx {
        transition: all 0.3s;
        margin-left: 10px;
    }
    .nav-list_item a:hover .triangle-btn_g {
        margin-right: 10px;
    }
    .nav-list_item a:hover::after, .nav-list_item-sp a:hover::after {
        display: none;
    }
    .nav-list_item .triangle-btn_g {
        display: block;
    }
    .nav-list_item-sp {
        list-style: none;
    }
    .nav-list_item-sp a {
        padding: 8px 0 8px 30px;
        font-size: 12px;
        font-weight: 500;
    }
    /*--スマホの下ナビ--*/
    .hdr-sp_btm .hdr-sns .pc-sns {
        width: 90%;
        margin: 20px auto;
        display: flex;
    }
    .hdr-sp_btm .hdr-phone {
        margin: 20px auto;
        display: flex;
        flex-flow: column;
    }
    .hdr-sp_btm .hdr-phone a {
        font-size: 150%;
        margin: 0;
        pointer-events: auto;
    }
    .hdr-sp_btm .hdr-time {
        margin: 8px 0 0 0;
    }
    /*=====スマホナビ下ボタンメニュー===========================*/
    #sp-nav_btm .contact-area {
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 1000;
    }
    #sp-nav_btm .contact-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #sp-nav_btm .contact-list li {
        width: 100%;
        list-style: none;
        display: flex;
        align-items: center;
        position: relative;
    }
    #sp-nav_btm .contact-list li a {
        width: 100%;
        height: 78%;
        padding: 4px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #3B5F28;
        font-size: 100%;
        font-weight: 400;
        border-top: 2px solid #445B38;
        transition: 0.3s;
    }
    #sp-nav_btm .contact-list li .phone-link {
        font-family: 'Anton', sans-serif;
        background-color: #fff;
        letter-spacing: 1.1px;
    }
    #sp-nav_btm .contact-list li .recruit-link {
        background-color: #F8E784;
    }
    #sp-nav_btm .contact-list li a img {
        width: 30px;
        height: 30px;
    }
    #sp-nav_btm .contact-list li a:hover {
        background-color: #D2E2CA;
        transition: 0.3s;
    }
    /*=====トップページ===========================*/
    .btn-pagetop {
        bottom: 40px;
        right: 10px;
    }
    .btn-pagetop img {
        width: 60px;
    }
    /*=====フッター===========================*/
    .ftr-sns a, .ftr-phone a {
        padding: 4px 0px;
        font-size: 90%;
    }
    .tell-list {
        gap: 20px;
    }
    .ftr-phone .time-day {
        font-size: 80%;
    }
    .ftr-phone a {
        font-size: 80%;
    }
    /*=====共通===========================*/
    .title-content {
        margin: 70px auto 40px;
    }
    .content-wrap {
        padding: 30px 0 70px;
    }
    .title-main {
        line-height: 120%;
        margin: 0;
        text-align: center;
        font-size: 160%;
    }
    .marker {
        font-size: 100%;
    }
    .btn-com_g, .btn-com_y {
        width: 100%;
        font-size: 83%;
        font-weight: bold;
        padding: 10px;
    }
    .btn-com_g .triangle-btn_y, .btn-com_y .triangle-btn_g {
        right: 0px;
    }
    .btn-com_g:hover .triangle-btn_y, .btn-com_y:hover .triangle-btn_g {
        right: -6px;
    }
    .sns-txt_cap {
        font-size: 80%;
        text-align: left;
    }
    .copyright {
        padding: 30px 0 60px;
    }
}