/* ---------------------------------------------------- */
/* font-size:	70% 75% 83% 90% 95%                       */

/* Cross-browser settings */
* {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    border: 0;
    vertical-align: bottom;
}

ul {
    list-style-type: none;
}

li {
    display: inline;
}

.ol {}



body {
    font: 89%/150%;
    font-family: "hiragino-kaku-gothic-pron", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #0F0F0F;
    background-image: url(../../images/back.jpg);
    background-repeat: repeat;
}

.marugo {
    font-family: "tbudrgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/**link設定**/
a:link {
    text-decoration: none;
    color: #FE7608;
}

a:visited {
    text-decoration: none;
    color: #000;
}

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

a:active {
    text-decoration: none;
    color: #FFFFFF;
}


/* Cross-browser settings */

#wrap {}

#topba {}

#topba03 {
    background-image: url(../../images/top_back03.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: center top;
}

#topba04 {
    background-image: url(../../images/top_back04.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: center top;
}

#container {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* Cross-browser settings */

#header {
    width: 100%;
    border-top: solid 5px #31241E;
    position: relative;
}

#header .header_inner {
    width: 940px;
    margin: 0px auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}


#header02 {
    border-top: solid 5px #31241E;
}

.header02_t {
    width: 940px;
    height: 94px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../../images/header_back01.png) no-repeat;
    background-size: 250px;
    background-position: right;
}

.tlogo {
    height: 210px;
    width: 400px;
    margin: 55px 0;
}

.ulogo {
    width: 300px;
    display: flex;
    align-items: center;
}

.ulogo img {
    width: 100%;
}

.utel01 {
    display: block;
    margin-right: 70px;
}

.ttel {
    display: block;
    margin: 35px 20px 0 0;
}

.timg {
    position: absolute;
    z-index: -1;
    width: 100%;
}

.timg_inner {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

.timg_inner img {
    position: absolute;
    right: -50px;
}
















.utel01 a,
.ttel a {
    width: 350px;
    height: 45px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border-radius: 100px;
    font-weight: 700;
}

.utel01 a span,
.ttel a span {
    font-size: 1.2rem;
    margin-right: 10px;
    font-weight: 700;
    color: #8C5917;
}

.mainmenu {
    border-top: solid 1px #287622;
    display: flex;
    justify-content: center;
    background: #31AD27;
}

.mainmenu ul {
    display: flex;
}

.mainmenu ul li {}

.mainmenu ul li img {
    width:
}

.h_home {
    background-image: url(../../images/menu/home_on.jpg);
    background-repeat: no-repeat;
}

.h_beikoku {
    background-image: url(../../images/menu/beikoku_on.jpg);
    background-repeat: no-repeat;
}

.h_syokuhin {
    background-image: url(../../images/menu/syokuhin_on.jpg);
    background-repeat: no-repeat;
}

.h_anzen {
    background-image: url(../../images/menu/anzen_on.jpg);
    background-repeat: no-repeat;
}

.h_company {
    background-image: url(../../images/menu/about_on.jpg);
    background-repeat: no-repeat;
}

.h_contacy {
    background-image: url(../../images/menu/contact_on.jpg);
    background-repeat: no-repeat;
}

.mainmenu ul li a {
    display: block;
    color: #FFFFFF;
}

.mainmenu ul li a:hover {
    background: none;
    color: #FFFF00;
}

.mainmenu ul li a:hover img {
    visibility: hidden;
}

/* Cross-browser settings */

#main {
    width: 940px;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

#maincontents {
    width: 720px;
}

#maincontents02 {
    width: 718px;
    border: 1px solid #f0ebe3;
    background: #FFF;
    background-image: url(../../images/mainback.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

#mainin {
    flex-direction: column;
    width: 650px;
    padding-top: 35px;
    padding-right: 34px;
    padding-bottom: 35px;
    padding-left: 34px;
}

h2 {
    height: 45px;
    margin-bottom: 30px;
    padding: 0;
    color: #4A402F;
    font-family: tbudrgothic-std, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    border-bottom: solid 2px #4A402F;
    display: flex;
    align-items: center;
    line-height: 100%;
}

h2::before {
    content: "";
    width: 1px;
    height: 38px;
    display: block;
    border-left: solid 5px #31AC25;
    padding-left: 5px;
}

h2 span {
    margin-left: 1rem;
    color: #FF9600;
}

.pan {
    width: auto;
    margin-top: 25px;
    padding: 10px 20px;
    background: #F9F7F4;
    border-top: 1px solid #ECE9E3;
    border-bottom: 1px solid #ECE9E3;
    color: #6D614E;
    font-size: 1rem;
}

.contents_box {
    width: 650px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #F9F1E4;
}

.contents_box h3 {
    margin-bottom: 20px;
    color: #FFF;
    background: #31AD27;
    padding: 6px 10px;
    font-size: 1.2rem;
    ;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.contents_box h3 small {
    letter-spacing: 0em;
    font-size: 1.0rem;
}

.allbox {
    width: 100%;
}

.telbox02 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.telbox02_l {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    color: #fff;
    background: #305824;
    padding: 10px 1%;
    border-radius: 5px 0 0 5px;
    white-space: nowrap;
}

.telbox02_c {
    background: #59AA3F;
    display: flex;
    align-items: center;
    width: 47%;
    color: #fff;
    padding: 0 2%;
}

.telbox02_c a {
    color: #fff;
    margin-left: 2%;
    font-weight: 700;
    font-size: 1.3rem;
    transition: 0.3s;
}

.telbox02_c a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.telbox02_r {
    background: #59AA3F;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35%;
    color: #fff;
    padding: 10px 1%;
    border-radius: 0 5px 5px 0;
}

.telbox02_r a {
    display: block;
    background: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    background: linear-gradient(#ffffff 40%, #E4E2E3);
    transition: 0.3s;
}

.telbox02_r a:hover {
    opacity: 0.8;
    transition: 0.3s;
}


.inqury_box {
    background: #34B326;
    padding: 10px;
    margin-bottom: 10px;
}

.inqury_box h5 {
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
}

.inqury_box .inquiry_box_inner {
    display: flex;
    justify-content: space-between;
    background: #FFFFED;
    width: 96%;
    border-radius: 5px;
    margin: 0px auto;
    flex-wrap: wrap;
    margin-top: 5px;
    padding: 0px 2%;
}

.inqury_box .inquiry_box_inner_t {
    font-size: 0.8rem;
    width: 100%;
    text-align: center;
    padding-top: 5px
}

.inqury_box .inquiry_box_inner_l {
    width: 48%;
    font-size: 1.7rem;
    font-weight: 700;
    padding: 10px 0;
}

.inqury_box .inquiry_box_inner_l a {
    color: #7F4E09;
    display: flex;
    line-height: 100%;
    font-weight: 700;
}

.inqury_box .inquiry_box_inner_l a span {
    font-size: 1.0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7F4E09;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    line-height: 100%;
    margin-right: 10px;
    width: 35px;
}

.inqury_box .inquiry_box_inner_l a + a {
    margin-top: 10px;
}

.inqury_box .inquiry_box_inner_r {
    width: 48%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.inqury_box .inquiry_box_inner_r div {
    text-align: center;
    color: #FF9420;
    text-shadow: 2px 2px 3px #ccc;
}

.inqury_box .inquiry_box_inner_r a {
    color: #fff;
    background: linear-gradient(#FF9420 40%, #FE780D);
    text-align: center;
    margin-top: 10px;
    padding: 5px 0;
    border-radius: 5px;
}

.inqury_box02 {
    width: 600px;
}

/* Cross-browser settings */
#side {
    width: 200px;
}

.sidemenu {
    width: 200px;
    margin-bottom: 30px;
}

.sidemenu + .sidebnr {
    margin-top: 40px;
}

.sidemenu h3 {
    width: 200px;
}

.sidemenu ul {
    width: 198px;
    border: 1px solid #f0ebe3;
    border-top: none;
    background: #FFF;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
}

.sidemenu ul li {
    width: 198px;
    display: flex;
    flex-direction: column;
}

.sidemenu ul li.lv1 a:link {
    text-decoration: none;
    color: #FFF;
    padding: 9px;
    width: 180px;
    border-bottom: 1px dashed #AD9B76;
    background: #A79A83;
}

.sidemenu ul li.lv1 a:visited {
    text-decoration: none;
    color: #FFF;
    padding: 9px;
    width: 180px;
    border-bottom: 1px dashed #AD9B76;
    background: #A79A83;
}

.sidemenu ul li.lv1 a:hover {
    text-decoration: none;
    color: #FFF;
    background: #4F4533;
}

.sidemenu ul li.lv1 a:active {
    text-decoration: none;
    color: #FFFFFF;
}

.sidemenu ul li.lv2 a:link {
    text-decoration: none;
    color: #6A5935;
    width: 165px;
    border-bottom: 1px dashed #AD9B76;
    background: #FFF;
    background-image: url(../../images/side/lv2arrow.jpg) no-repeat;
    background-position: 10px center;
    padding: 9px 9px 9px 24px;
}

.sidemenu ul li.lv2 a:visited {
    text-decoration: none;
    color: #6A5935;
    width: 165px;
    border-bottom: 1px dashed #AD9B76;
    background: #FFF;
    background-image: url(../../images/side/lv2arrow.jpg) no-repeat;
    background-position: 10px center;
    padding: 9px 9px 9px 24px;
}

.sidemenu ul li.lv2 a:hover {
    text-decoration: none;
    color: #6A5935;
    background: #F4F2EE;
}

.sidemenu ul li.lv2 a:active {
    text-decoration: none;
    color: #6A5935;
    width: 165px;
    border-bottom: 1px dashed #AD9B76;
    background: #FFF;
    background-image: url(../../images/side/lv2arrow.jpg) no-repeat;
    background-position: 10px center;
    padding: 9px 9px 9px 24px;
}

.sidebnr {
    float: left;
    width: 200px;
}

.sidebnr ul {
    width: 200px;
}

.sidebnr ul li {
    width: 200px;
    margin-bottom: 10px;
}

/* Cross-browser settings */
#fortop {
    background-image: url(../../images/ftb.jpg);
    background-repeat: no-repeat;
    height: 35px;
    width: 170px;
    background-position: right;
    display: flex;
    position: absolute;
    right: 0;
}

#footer {
    display: flex;
    width: 100%;
    background: #59AA3F;
    color: #FFF;
    font-size: 0.8rem;
    margin-top: 35px;
}

#footer a:link {
    text-decoration: underline;
    color: #FFF;
}

#footer a:visited {
    text-decoration: none;
    color: #FFF;
}

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

#footer a:active {
    text-decoration: none;
    color: #FFFFFF;
}

.ftop {
    padding-top: 25px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.flogo {
    width: 80px;
    padding-right: 10px;
}

.fc {
    width: 260px;
}

.fmenu {
    display: flex;
}

.fmenu ul {
    width: 160px;
    padding-left: 20px;
    border-left: 1px dotted #6ABF64;
}

.fmenu ul li {
    display: flex;
    padding-bottom: 3px;
}

.copylight {
    font-size: 0.8rem;
    padding: 7px 0;
    text-align: center;
    background: #29511B;
    color: #fff;
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
    display: none;
    position: fixed;
    z-index: 3;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    z-index: +10001;
    background: rgba(45, 35, 30, 0.6);
}

.header_menu_logo img {
    width: 200px;
}

.header_menu_logo {
    width: calc(100% - 10px);
    height: 70px;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 10px;
    display: none;
}

.header_menu_logo .sp {
    display: none;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 35px;
    height: 2px;
    left: 8px;
    background: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 15px;
}

.hamburger span:nth-child(2) {
    top: 25px;
}

.hamburger span:nth-child(3) {
    top: 35px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active {
    transition: 0.3s;
    display: block;
}

.hamburger.active span:nth-child(1) {
    top: 25px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 25px;
    left: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background: rgba(45, 35, 30, 0.9);
    text-align: center;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.6s;
    z-index: +10000;
    height: 100vh;
    transition: 0.3s;
    overflow-y: auto;
}

nav.globalMenuSp .globalMenuSp_wrapper {
    position: relative;
    overflow-x: hidden;
    padding-top: 20%;
}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: 0.4s all;
    text-align: left;
    font-size: 1.2rem;
    line-height: 160%;
}

.globalMenuSp_inner .list02 {
    display: flex;
    align-items: baseline;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    margin-top: 60px;
    margin-left: 5%;
    margin-bottom: 20px;
    line-height: 180%;
    color: #fff;
}

.globalMenuSp .list02 span {
    margin: 0px 10px;
}

.globalMenuSp_inner .list02 a {
    text-decoration: none;
    color: #ffffff;
}

.globalMenuSp .list03 {
    bottom: 0;
    width: 90%;
    margin: 20px auto 0 auto;
    text-align: center;
    background: #FF7607;
    border-radius: 5px;
}

.globalMenuSp .list03 a {
    line-height: 100%;
    text-decoration: none;
    border: none;
    color: #fff;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    line-height: 20px;
}

.globalMenuSp .list03 a span {
    background: url(../img/common/header_mail.png) no-repeat;
    background-size: 18px;
    background-position: top 2px right;
    padding-right: 0px;
    border: none;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
}

/* クリックでjQueryで追加・削除 */
.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
}

.globalMenuSp_inner {
    margin-top: 0px;
}

.globalMenuSp_inner dl {
    width: 95%;
    position: relative;
    margin: 0;
    margin-bottom: 20px;
}

.globalMenuSp_inner dl dt {
    cursor: pointer;
    background: url(../../images/spmenu_arrow_open.png) no-repeat;
    background-size: 20px;
    background-position: center right 20px;
    transition: 0.2s;
    position: relative;
    padding: 0 0 0 5%;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 100%;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #fff;
}

.globalMenuSp_inner dt span {
    font-size: 1.2rem !important;
}

.globalMenuSp_inner .list01 {
    width: 95%;
    padding: 0 0 0 5%;
    font-size: 1.8rem;
    line-height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.globalMenuSp_inner .list01 a {
    text-decoration: none;
    border: none;
    color: #ffffff;
    font-size: 1.2rem;
}

.globalMenuSp_inner dt span,
.list01 span {
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
    border: none;
}

.globalMenuSp_inner dt.active {
    background: url(../../images/spmenu_arrow_close.png) no-repeat;
    background-size: 20px;
    background-position: center right 20px;
    transition: 0.2s;
    position: relative;
}

.globalMenuSp_inner dt span {
    font-size: 1.2rem;
    font-weight: 400;
}

.globalMenuSp_inner dd {
    border-top: none;
    display: none;
    padding: 10px 0 10px 8%;
}

.globalMenuSp_inner dd a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 180%;
}

/*　ハンバーガーメニューボタン　*/



.contents_menu {
display: none;
}





/*レスポンシブ　960px以下*/
@media screen and (max-width:960px) {

body{
    overflow-x: hidden;
}

    #container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }

    /* Cross-browser settings */

    #header02 {
        width: 100%;
        border-bottom: solid 5px #31AD27;
    }

    .header02_t {
        width: 100%;
        height: 94px;
    }

    #header {
        width: 100%;
        border-top: solid 5px #31241E;
        position: relative;
        overflow-x: hidden;
    }

    #header .header_inner {
        width: 100%;
        margin: 0px auto;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .tlogo {
        height: auto;
        max-width: 400px;
        width: 90%;
        margin: 50px auto 20px auto;
    }

    .tlogo img {
        width: 100%;
    }

    .ulogo {
        width: 100%;
        height: 94px;
        margin: 0px auto;
        background: rgba(255, 255, 255, 0.7);
    }

    .ulogo img a {}

    .ulogo img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .utel01 {
        display: none;
    }


    .ttel {
        display: none;
        margin: 35px 20px 0 0;
    }

    .timg {
        position: absolute;
        z-index: -1;
        width: 100%;
    }

    .timg_inner {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .timg_inner img {
        position: absolute;
        right: auto;
        opacity: 0.4;
    }

    .header_menu {
        display: flex;
        justify-content: space-between;
        height: 70px;
        align-items: center;
    }

    .hamburger {
        display: block;
    }



    .mainmenu {
        display: none;
    }

    /* Cross-browser settings */

    #main {
        width: 100%;
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
    }

    #maincontents {
        width: 100%;
    }

    #maincontents02 {
        width: 100%;
        border: 1px solid #f0ebe3;
        background: #FFF;
        background-image: url(../../images/mainback.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%;
    }

    #mainin {
        flex-direction: column;
        width: 90%;
        margin: 0px auto;
        padding: 20px 0;
    }

    h2 {
        height: 35px;
        margin-bottom: 20px;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
    }

    h2::before {
        height: 28px;
    }

    h2 span {
        font-size: 0.8rem;
        margin-left: 0.5rem;
        color: #FF9600;
    }

    .pan {
        width: auto;
        margin-top: 13px;
        padding: 5px 10px;
        background: #F9F7F4;
        border-top: 1px solid #ECE9E3;
        border-bottom: 1px solid #ECE9E3;
        color: #6D614E;
        font-size: 1rem;
    }

    .contents_box {
        width: 100%;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .contents_box h3 {
        margin-bottom: 15px;
        padding: 5px 10px;
        font-size: 1.0rem;
        letter-spacing: 0.0rem;
    }

    .contents_box h3 small {
        letter-spacing: 0em;
        font-size: 1.0rem;
    }

    .allbox {
        width: 100%;
    }

    .telbox02 {
        display: none;
        width: 100%;
        justify-content: space-between;
    }

    .telbox02_l {
        font-size: 0.8rem;
        display: flex;
        align-items: center;
        color: #fff;
        background: #305824;
        padding: 10px 1%;
        border-radius: 5px 0 0 5px;
        white-space: nowrap;
    }

    .telbox02_c {
        background: #59AA3F;
        display: flex;
        align-items: center;
        width: 47%;
        color: #fff;
        padding: 0 2%;
    }

    .telbox02_c a {
        color: #fff;
        margin-left: 2%;
        font-weight: 700;
        font-size: 1.3rem;
        transition: 0.3s;
    }

    .telbox02_c a:hover {
        opacity: 0.5;
        transition: 0.3s;
    }

    .telbox02_r {
        background: #59AA3F;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35%;
        color: #fff;
        padding: 10px 1%;
        border-radius: 0 5px 5px 0;
    }

    .telbox02_r a {
        display: block;
        background: #fff;
        padding: 2px 10px;
        border-radius: 5px;
        background: linear-gradient(#ffffff 40%, #E4E2E3);
        transition: 0.3s;
    }

    .telbox02_r a:hover {
        opacity: 0.8;
        transition: 0.3s;
    }


    .inqury_box {
        padding: 5px 10px 10px 5px;
        margin: 10px 0;
    }

    .inqury_box h5 {
        font-size: 1.2rem;
    }

    .inqury_box .inquiry_box_inner_t {
        font-size: 0.9rem;
        width: 100%;
        text-align: left;
        padding-top: 5px
    }

    .inqury_box .inquiry_box_inner_l {
        width: 100%;
        font-size: 1.5rem;
        font-weight: 700;
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .inqury_box .inquiry_box_inner_l a {
        color: #7F4E09;
        display: flex;
        line-height: 100%;
        font-weight: 700;
    }

    .inqury_box .inquiry_box_inner_l a span {
        font-size: 0.8rem;
        padding: 0 8px;
        margin-right: 8px;
        width: 20px;
    }

    .inqury_box .inquiry_box_inner_l a + a {
        margin-top: 8px;
    }

    .inqury_box .inquiry_box_inner_r {
        width: 100%;
        margin: 10px 0;
    }

    .inqury_box .inquiry_box_inner_r div {
        text-align: center;
        color: #FF9420;
        text-shadow: 2px 2px 3px #ccc;
    }

    .inqury_box .inquiry_box_inner_r a {
        color: #fff;
        background: linear-gradient(#FF9420 40%, #FE780D);
        text-align: center;
        margin-top: 10px;
        padding: 5px 0;
        border-radius: 5px;
    }


    .inqury_box02 {
        width: 600px;
    }

    /* Cross-browser settings */
    #side {
        display: none;
    }

    /* Cross-browser settings */
    #fortop {
        background-image: url(../../images/ftb.jpg);
        background-repeat: no-repeat;
        height: 35px;
        width: 170px;
        background-position: right;
        display: flex;
        position: absolute;
        right: 0;
    }

    #footer {
        display: flex;
        width: 100%;
        background: #59AA3F;
        color: #FFF;
        font-size: 0.8rem;
        margin-top: 35px;
    }

    .ftop {
        padding-top: 25px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .flogo {
        width: 80px;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .fc {
        width: auto;
        font-size: 0.9rem;
        font-weight: 700;
    }

    .fc a {
        font-weight: 700;
    }

    .fmenu {
        display: none;
    }

.contents_menu {
width: 90%;
margin: 0px auto;
display: block;
}

.contents_menu ul {
display: flex;
flex-direction: column;
margin-top: 10px;
}

.contents_menu ul a {
color: #FF7607;
}


}

/*レスポンシブ　960px以下*/









/*レスポンシブ　960px以下*/
@media screen and (max-width:960px) {}

/*レスポンシブ　960px以下*/
