.sp {
    display: none;
}

.flex_box {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px 0 0;
}

.flex_box_item {
    width: 49%;
    margin: 30px 0 0;
}

.flex_box_4 .flex_box_item {
    width: 23%;
}

.flex_box_3 .flex_box_item {
    width: 31%;
}


/* *****  共通ヘッダー ***** */

header {
    width: 100%;
    min-width: 1020px;
    z-index: 400;
    overflow: hidden;
    background: #093200;
}

.header_inner {
    width: 1020px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
}

.header_logo {
    width: 380px;
    padding: 20px 0 20px;
}

.header_menu ul.gmenu {
    text-align: center;
    font-size: 0;
    padding: 0 0 20px;
}

.header_menu ul.gmenu>li {
    display: inline-block;
    position: relative;
    /* 	padding:0 19px;
	font-size:14px; */
    padding: 0 16px;
    font-size: 13px;
}

.header_menu ul.gmenu>li.sp {
    display: none;
}

.header_menu ul.gmenu>li>a {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.header_info {
    width: 330px;
    position: absolute;
    top: 0;
    right: 0;
}

.header_info .header_mail {
    width: 120px;
    float: right;
}

.header_info .header_mail a {
    display: block;
    background: #1f547c url("../images/common/icon_reserve.png") no-repeat 25px center;
    color: #fff;
    font-weight: bold;
    padding: 19px 0;
    text-align: center;
}

.header_info .header_tel {
    width: 200px;
    float: left;
}

.header_info .header_tel span {
    display: block;
    color: #fff;
    font-weight: bold;
    background: #6a960a;
    text-align: center;
    padding: 8px 0 9px;
}


/* *****  共通フッター ***** */

footer {
    background: #093200;
    color: #fff;
    min-width: 1020px;
    padding: 0;
    position: relative;
    z-index: 100;
}

.footer_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0 0;
    position: relative;
}

.footer_menu {
    width: 800px;
    margin: 0 0 0 auto;
    padding: 0 0 50px;
}

.footer_menu .footer_menu_t {
    overflow: hidden;
}

.footer_menu .footer_menu_b {
    overflow: hidden;
    padding: 20px 0 0;
}

.footer_menu ul {
    text-align: right;
    max-width: 500px;
    margin-left: auto;
}

.footer_menu li {
    display: inline-block;
    padding: 0 0 20px 20px;
    font-size: 0.95em;
}

.footer_menu li a {
    color: #ffffff;
    line-height: 1;
    display: inline-block;
}

.company_logo {
    width: 430px;
    float: left;
}

.copyright {
    clear: both;
    padding: 20px 0 50px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .flex_box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: -30px 0 0;
    }
    .flex_box_item {
        width: 100%;
        margin: 30px 0 0;
    }
    .flex_box_4 .flex_box_item {
        width: 49%;
    }
    .flex_box_3 .flex_box_item {
        width: 100%;
    }
    /* *****  共通ヘッダー ***** */
    header {
        min-width: initial;
        padding: 0;
        position: relative;
        height: auto;
    }
    .header_inner {
        width: auto;
        padding: 0;
    }
    .header_logo {
        position: static;
        width: 150px;
        padding: 21px 0;
    }
    .header_logo img {
        padding: 0 0 0 10px;
    }
    .header_info {
        width: 160px;
        margin: 0 53px 0 0;
    }
    .header_info .header_mail {
        width: 60px;
    }
    .header_info .header_mail a {
        padding: 22px 0;
        font-size: 10px;
    }
    .header_info .header_tel {
        width: 100px!important;
        padding: 0;
    }
    .header_info .header_tel span {
        font-size: 10px;
        padding: 16px 0 13px;
    }
    /* *****  スマホメニュー表示 ***** */
    .nav_toggle {
        display: block;
        position: absolute;
        right: 4px;
        top: 4px;
        width: 42px;
        height: 48px;
        cursor: pointer;
        z-index: 3;
        text-align: center;
        margin: 0 0 0 auto;
    }
    .nav_toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 2px #fff;
        transition: .35s ease-in-out;
        left: 6px;
    }
    .nav_toggle span:nth-child(1) {
        top: 9px;
    }
    .nav_toggle span:nth-child(2) {
        top: 18px;
    }
    .nav_toggle span:nth-child(3) {
        top: 27px;
    }
    .nav_toggle span:nth-child(4) {
        border: none;
        color: #eee;
        font-size: 0.9rem;
        font-weight: bold;
        top: 34px;
    }
    .nav_toggle.is-active span:nth-child(1) {
        top: 18px;
        left: 6px;
        transform: rotate(-45deg);
    }
    .nav_toggle.is-active span:nth-child(2),
    .nav_toggle.is-active span:nth-child(3) {
        top: 18px;
        transform: rotate(45deg);
    }
    .nav_toggle:after {
        position: absolute;
        left: 0;
        bottom: -3px;
        content: 'MENU';
        width: 100%;
        color: #fff;
        font-size: 11px;
    }
    .nav_toggle.is-active:after {
        content: 'CLOSE';
        color: #fff;
    }
    .nav_toggle.is-active span {
        border-bottom-color: #fff;
    }
    .header_menu {
        height: auto;
        position: static;
    }
    .header_menu nav {
        transition: .35s ease-in-out;
        max-height: 0;
        overflow: hidden;
    }
    .header_menu nav.is-active {
        max-height: 2000px;
    }
    .header_menu ul.gmenu {
        text-align: left;
        border-top: 1px solid #dfdfdf;
        margin: 0;
        padding: 0;
    }
    .header_menu ul.gmenu>li {
        display: block;
        padding: 0;
    }
    .header_menu ul.gmenu>li:before {
        display: none;
    }
    .header_menu ul.gmenu>li:last-child:after {
        display: none;
    }
    .header_menu ul.gmenu>li.sp {
        display: block;
    }
    .header_menu ul.gmenu>li>a {
        color: #fff;
        font-weight: bold;
        display: block;
        padding: 20px 10px;
        border-bottom: 1px solid #fff;
        background: #000;
    }
    /* *****  共通フッター ***** */
    footer {
        min-width: initial;
        padding: 0;
    }
    .footer_inner {
        width: auto;
        padding: 0 10px
    }
    .footer_menu {
        width: auto;
        padding: 0 0 20px;
    }
    .footer_menu ul {
        text-align: center;
    }
    .footer_menu li {
        display: block;
        padding: 0;
        width: 50%;
        float: left;
    }
    .footer_menu li a {
        color: #ffffff;
        line-height: 1;
        font-weight: bold;
        display: inline-block;
        padding: 20px 0;
    }
    .company_logo {
        float: none;
        margin: 0 auto;
        width: 250px;
        padding: 50px 0 30px;
        text-align: center;
    }
}


/* 固定フッタ― */


/* PC */

.for-pc {
    z-index: 9999;
    position: fixed;
    top: 350px;
    right: 0;
}

.for-pc a {
    box-sizing: border-box;
    display: inline-block;
    width: 57px;
    padding: 32px 16px 28px 16px;
    background-color: #1f547c;
    color: #fff;
    font-size: 1.5rem;
    z-index: 1000;
    border-radius: 5px;
    cursor: pointer;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    font-weight: 600;
}


/*SPの場合にはメニューを表示させない*/

@media (max-width: 767px) {
    .for-pc {
        display: none;
    }
}


/*メニューをページ下部に固定*/

#sp-fixed-menu {
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    z-index: 99;
}


/*メニューを横並びにする*/

#sp-fixed-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#sp-fixed-menu li {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border-right: 1px solid #fff;
}


/*お問い合わせ青に*/

#sp-fixed-menu li:first-child {
    background: #1f547c;
}


/*お電話を黄緑に*/

#sp-fixed-menu li:last-child {
    background: #6a960a;
}


/*ボタンを調整*/

#sp-fixed-menu li a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px;
    font-weight: 600;
}


/*PCの場合にはメニューを表示させない*/

@media (min-width: 768px) {
    .for-sp {
        display: none;
    }
}