@charset "UTF-8";
/*
目次~抽象的なcssや共通パーツ~
#ResetCSS コンテナ幅
#headerパーツ
#navパーツ
#contents h2タイトルとパンくず
#footerパーツ
#mediaquery
#
#
*/

/*===================
 #ResetCSS
===================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media screen and (min-width: 768px) {
a[href^="tel:"] {
    pointer-events: none;
}
}
.mainblock p, .mce-content-body p {
    display: block;
    margin: 0 0 1em;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
blockquote {
    display: block;
}
img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
/* clearfix */
.clearfix {
    overflow: hidden;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
body {
    /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #333;
    line-height: 1.8em;
    letter-spacing: 0;
    font-size: 16px;
}
a, a img {
    transition: none;
}
a, a:visited {
    color: #333;
}
a:hover {
    text-decoration: none;
}
a:hover img {
    opacity: 0.7;
    cursor: pointer;
}
img {
    max-width: 100%;
    max-height: 100%;
}
/* コンテンツ幅 */
#header > .inner, #nav > .inner, #contents > .inner, #footer .inner { /* コンテンツ幅 */
    width: 1000px;
    margin: 0 auto;
    max-width: 96%;
}
.page-sitemap #contents > .inner {
    margin-bottom: 1em!important;
}
/*==========================
	#header
==========================*/
#header {
    box-sizing: border-box;
}
.header_top {
    background: #ffb742;
    height: 30px;
}
.header_access {
    position: absolute;
    top: 6px;
    left: 5px;
    color: #fff;
    line-height: 1.4;
    font-size: 0.78em;
    margin-bottom: 1em;
    width: 100%;
}
.header_access .inner {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
}
.headerinner h1 {
    margin-right: 10px;
    padding-top: 40px;
}
.headerinner .columns div:not(:last-child) {
    margin-right: 20px;
}
.hd_tel {
    padding-top: 12px;
}

@media (max-width: 767px) {
.header_top {
    background: none;
    height: 0;
}
.header_access {
    position: relative;
    color: #333;
    top: auto;
    left: auto;
    text-align: center;
    font-size: 0.88em;
}
.btm_inq .inq01 a {
    width: 100%;
}
.btm_inq a {
    display: inline-block;
    width: 50%;
    float: left;
    max-width: 385px;
}
.inq01 {
}
.btm_inq {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    text-align: right;
}
.btm_inq .clearfix > a {
    display: inline-block;
    width: 50%;
    float: left;
    max-width: 385px;
}
.btm_inq .clearfix > a:last-child {
    float: right;
}
.btm_inq .clearfix > a img {
    width: 100%;
}
.headerinner ul {
    float: right;
    max-width: 100%;
    width: 100%;
}
.headerinner ul li {
    width: 25%;
    border-right: 1px solid #e7e7e7;
    float: left;
    box-sizing: border-box;
}
.headerinner ul li:last-child {
    border: none;
}
.headerinner ul img {
    max-width: 100%;
    margin: 0 auto;
}
}
/*==========================
	#nav
==========================*/
.menu-sp-nav-container { /* スマホ用メニューを隠す */
    display: none;
}
.fixed { /* javascript用 */
    position: fixed;
    top: 0;
}
#nav {
    background: #fff;
    box-sizing: border-box;
}
/*==========================
	#contents
==========================*/

/* H2タイトル -------------*/
.page-title {
}
.page-title h2 {
    color: #fff;
    width: 50%;
    box-sizing: border-box;
    min-width: 150px;
    font-size: 32px;
    letter-spacing: 0.1em;
    position: relative;
    text-align: left;
    line-height: 1.4;
    margin: 0 0 0 auto;
    padding: 2.5em 1.5em;
    background: url(img/top01_bg01.jpg)no-repeat top -73px left 0px;
}
/* パンくず -------------*/
.bread_wrap {
    margin-bottom: 2.5em;
}
.home .bread_wrap {
    margin-bottom: 0;
}
.bread_wrap .bread {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    max-width: 96%;
}
.bread {
    padding: 0.4em 0 0.4em;
    font-size: 82%; /*13px*/
    margin-bottom: 0.5em;
    text-align: right;
}
.bread li {
    display: inline-block;
    line-height: 1.3em;
}
.bread li a {
    color: #333;
}
.bread li a:hover {
    text-decoration: none;
}
/*==========================
	#footer
==========================*/
#footer {
    padding: 60px 0 0;
    text-align: left;
    background: url(img/footer_bg.jpg)no-repeat center/cover;
    font-size: 15px;
}
.ft_title {
    font-size: 24px;
    font-weight: bold;
    color: #f38416;
}
#footer li.menu-item-has-children {
    margin-bottom: 2em;
}
#footer a {
    color: #664f36;
}
#footer .sub-menu {
    font-size: 15px;
    margin-bottom: 1.2em;
    margin-top: 1em;
    display: block !important;
    border-top: none;
}
#footer .sub-menu li {
    line-height: 1.4;
    position: relative;
    margin-bottom: 0.7em;
    padding-left: 14px;
}
#footer .sub-menu li::before {
    position: absolute;
    content: ">";
    width: 0;
    height: 0;
    top: 0;
    left: -3px;
    margin: 0 0 0 0;
}
#footer .sub-menu li.f_ttl {
    font-weight: bold;
    padding-left: 0;
    color: #282828;
}
#footer .sub-menu li.f_ttl:before {
    display: none;
}
#footer li:before {
    content: "＞";
}
#footer li a {
    text-decoration: none;
    color: #282828;
}
#footer .sub-menu li.f_ttl a {
    color: #002e8e;
}
#footer li a:hover, #footer .sub-menu li.f_ttl a:hover {
    color: #888;
    text-decoration: underline;
}
.footer_access p {
    margin-bottom: 1em;
	    color: #664f36;
}
.footer_access p.txt01 {
    font-size: 28px;
}
.footer_access .logo {
}
#footer img {
    margin-bottom: 20px;
}
#footer .bnr a img {
    display: inline-block;
    width: 46%;
    margin: 0 2% 0 0;
    max-width: 230px;
}
#footer .googlemap iframe {
    box-sizing: border-box;
}
.p_01 {
    padding: 0;
    font-size: 14px;
    color: #664f36;
    line-height: 1.5;
    margin: 2em auto 0.5em;
    text-align: center;
}
#footer ul li.banner {
    clear: both;
}
#footer ul li.banner:before {
    content: none;
}
#footer .ftmenu1 {
    width: 22%;
    float: left;
}
#footer .ftmenu2 {
    width: 24%;
    float: left;
    margin-left: 1%;
}
#footer ul {
}
#footer .ftmenu1 h3, #footer .ftmenu2 h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #282828;
    line-height: 1.5;
}
#footer ul li {
    margin-bottom: 2%;
    position: relative;
    line-height: 1.5;
}
#footer ul li a {
    color: #664f36;
}
#footer ul.ul01 li:before {
    content: "";
}
#footer .footer_access a img {
}
#footer .table01 {
    width: 100%;
    border-top: none;
    margin-bottom: 1.5em;
}
#footer .table01 th, #footer .table01 td {
    border-bottom: 1px solid #dddedf;
}

@media (min-width: 768px) and (max-width: 1042px) {
#footer .ftmenu1 {
    width: 30%;
    margin-bottom: 20px;
}
#footer .ftmenu2 {
    width: 68%;
    float: left;
    margin-left: 2%;
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {
#footer .ftmenu1 {
    width: 100%;
    float: none;
}
#footer .ftmenu2 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 40px;
}
}

/********************************
	#mediaquery
*********************************/

@media screen and (min-width: 768px) {
  .under-page #header,
.blog #header{
    position: static;
    text-align: center;
  }

/* タブレットまで */
.sp {
    display: none !important;
}
/*==========================
    base
  ==========================*/
  /*-- 2カラム時の設定 ------------
  #main {
    width:720px;
    float:right;
  }
  #aside {
    width:240px;
    float:left;
    margin-bottom:20px;
  }
  --------------*/
  /*==========================
    #header
  ==========================*/
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
/*==========================
    #nav
  ==========================*/
#nav {
    left: 0;
    width: 100%;
    z-index: 100;
    box-sizing: content-box;
    height: 140px;
}
#nav .inner {
    height: 140px;
}
/* PC用グローバルナビゲーション */
#nav li {
    box-sizing: border-box;
}
#nav a, #menu-header-nav > li > span {
    text-decoration: none;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    line-height: 1.35em;
    box-sizing: border-box;
    transition: none;
}
.menu-item a img{
  display: block;
  margin: 0 auto 10px;
}
#menu-header-nav > li {
    height: 140px;
    width: 14%;
    position: relative;
    float: left;
}
#menu-header-nav > li > a, #menu-header-nav > li > span {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 16px;
    height: 100%;
    box-sizing: border-box;
    color: #579521;
    padding:30px 0;
    position: relative;
    z-index: 20000;
    line-height: 1.5;
}
#menu-header-nav > li > a span.nav_span, #menu-header-nav > li > span span.nav_span {
    color: #282828;
    font-size: 12px;
    display: block;
}
/*#menu-header-nav > li > a::before, #menu-header-nav > li > a::after {
position: absolute;
content: "";
right: 0;
top: 0px;
height: 100%;
width: 1px;
background: #e2dec5;
}*/
#menu-header-nav > li.nav01 > a::before {
    left: 0;
}
#menu-header-nav > li > a:hover, #menu-header-nav > li > span:hover {
    cursor: pointer;
    background: rgba(160, 221, 124, 0.27);
}
#menu-header-nav li {
    transition: .2s;
}
#menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
/*#menu-header-nav > li:last-child ul.sub-menu {
    width: 100%;
}*/
#menu-header-nav > li > ul.sub-menu {
    height: auto;
    overflow: hidden;
}
#menu-header-nav > li:hover > ul.sub-menu {
    height: auto;
    top: 140px;
    padding-top: 0;
    padding-bottom: 0;
    background: #7b985d;
    width: 140%;
    left: -20%;
}
#menu-header-nav > li > ul.sub-menu > li {
    width: 100%;
    height: 0;
}
#menu-header-nav > li:hover > ul.sub-menu > li {
    float: none;
    height: auto;
}
#menu-header-nav > li > ul.sub-menu > li a {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 14px;
    text-align: center;
    text-indent: inherit;
    color: #fff;
    padding: 10px 10px 8px;
    display: block;
}
#menu-header-nav ul.sub-menu li a:hover {
    color: #579521;
    background: #fff;
}
#nav li > a, #nav li > span {
    position: relative;
}
#nav li.nav01 > a {
    border-left: 1px solid #ccc;
}
/* サブ */
#nav .nav05 li > a {
    position: relative;
    border-right: none;
}
#nav .nav05 li:first-child > a {
    border-left: none;
}
/*#menu-header-nav > li.nav05 {
    float: left;
    position: inherit;
}*/
#menu-header-nav > li.nav01 {
}
#menu-header-nav > li.nav02 {
}
#menu-header-nav > li.nav03 {
}
#menu-header-nav > li.nav04 {
}
#menu-header-nav > li.nav05 {
}
#menu-header-nav > li.nav06 {
}
#menu-header-nav li .submenu-wrap {
    height: 0;
    overflow: hidden;
}
#menu-header-nav li.wide {
    position: initial!important;
}
#menu-header-nav li.wide:hover .submenu-wrap {
    width: 100vw!important;
}

#menu-header-nav li.wide .submenu-wrap .sub-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 2%;
    padding: 30px 20px;
}
#menu-header-nav li.wide .submenu-wrap .sub-menu li {
    width: 49%;
    margin: 0;
    height: fit-content;
}
#menu-header-nav li.wide .submenu-wrap .sub-menu li a {
    border: none;
    text-align: left;
    color: #fff;
    position: relative;
    padding: 0;
    height: fit-content;
    padding-left: 15px;
}
#menu-header-nav li.wide .submenu-wrap .sub-menu li a:hover {
    background: none;
    text-decoration: underline!important;
}
#menu-header-nav li.wide .submenu-wrap .sub-menu li a:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 4px 0px 4px 8px;
}
#menu-header-nav li:hover .submenu-wrap {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 4;
    background: #7b985d;
    overflow: hidden;
    height: auto;
    padding-bottom: 2em;
    padding-top: 2em;
    border-top: 1px solid #fff;
    transition: .2s;
}
#menu-header-nav li .submenu-wrap .submenu-inner {
    width: 1000px;
    max-width: 96%;
    margin: 0 auto 0;
    overflow: hidden;
}
#menu-header-nav li .submenu-wrap .menutitle {
    text-align: left;
    overflow: hidden;
    display: block;
    font-size: 16px;
    top: 0;
    height: 0;
    position: relative;
    padding-left: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    transition: .2s;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.menutitle a {
    background: none;
    color: #fff;
    text-align: left;
    padding: 0.3em 0.2em 0.3em;
    font-size: 16px;
    border-right: none;
}
#menu-header-nav li .submenu-wrap .menutitle::before {
    display: none;/*    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 13px;
    left: 5px;
    border-top: solid 2px #febca6;
    border-right: solid 2px #febca6;
    transform: rotate(45deg);*/
}
#menu-header-nav li .submenu-wrap .menutitle a {
    display: inline;
    background: none;
    color: #fff;
    padding: 0;
}
#menu-header-nav li .submenu-wrap .menutitle a:hover {
    color: #fff!important;
}
#menu-header-nav li:hover .submenu-wrap .menutitle {
    height: auto;
    top: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
}
#menu-header-nav .submenu-wrap ul.sub-menu {
    position: relative;
    background: none;
    margin-left: 0;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
#menu-header-nav .submenu-wrap ul.sub-menu li {
    position: relative;
    padding-left: 1.5em;
    float: left;
    width: 20%;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.submenu-title {
    padding-left: 0.4em;
    font-weight: bold;
    line-height: 1.3;
    font-size: 15px;
    margin-bottom: 10px;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.submenu-title::before {
    display: none;
}
#menu-header-nav .submenu-wrap ul.sub-menu li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 10px;
    left: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
}
#menu-header-nav .submenu-wrap ul.sub-menu li a {
    background: none;
    color: #fff;
    text-align: left;
    padding: 0.3em 0.2em 0.3em;
    font-size: 14px;
    border-right: none;
}
#menu-header-nav > li:hover .submenu-wrap ul.sub-menu li a:hover {
    color: #fff;
    text-decoration: underline;
}
#menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
/*#menu-header-nav li.nav03 ul.sub-menu {
    left: -30%;
    right: 0;
    width: 160%;
    margin: auto;
}*/
#menu-header-nav > li > ul.sub-menu a {
    border-right: none;
    border-top: none;
}
#menu-header-nav li ul li {
    width: 100%;
    height: 0;
}
#menu-header-nav > li:hover ul li {
    float: none;
    height: auto;
}
#nav li > a, #nav li > span {
    position: relative;
}
#nav li.has_children > a::after, #nav li.nav05 > span::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 85%;
    border-top: 10px solid #282828 !important;
    border: 6px solid transparent;
}
#nav li.has_children > a:hover:after, #nav li.nav05 > span:hover:after {
    border-top: 10px solid #fff !important;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.submenu_ttl {
    font-weight: bold;
    padding-left: 0;
    margin: 0 0 5px;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.submenu_ttl:before {
    display: none;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.last {
    margin-bottom: 1em;
}
/*==========================
    #contents
  ==========================*/
  /* コンテンツのmin-height -------------*/
#contents #main {
    min-height: 600px;
}
/*==========================
    #aside
  ==========================*/
#aside .inq {
    position: fixed;
    top: 20%;
    right: 0;
    width: 124px;
    z-index: 5;
}
#aside .inq a {
    display: block;
}
#aside .inq a + a {
    margin-top: 30px;
}
#aside .inq a:hover img {
    opacity: 0.8;
}
#aside .inq01 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}
/*-- ブログページ ------------*/
.caegory-in-blog #main, .single-in-blog #main {
    float: right;
    width: 72%;
}
.caegory-in-blog #aside, .single-in-blog #aside {
    float: left;
    width: 24%;
}
/*==========================
    .contentbottom
  ==========================*/
/*==========================
    #footer
  ==========================*/
#footer li.menu-item-has-children {
    float: left;
    margin-left: 1%;
}
#footer li.menu-item-has-children:first-child {
    margin-left: 0;
    width: 16%;
}
#footer li.menu-item-has-children:nth-of-type(2) {
    width: 16%;
}
#footer li.menu-item-has-children:nth-of-type(3) {
    width: 26%;
}
#footer li.menu-item-has-children:nth-of-type(4) {
    width: 26%;
}
#footer li.menu-item-has-children:nth-of-type(5) {
    width: 12%;
}
#footer li.menu-item-has-children:nth-of-type(6) {
    width: 13%;
}
#footer .footer_access {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
#footer .googlemap {
    padding-bottom: 70%;
}
}

@media screen and (max-width: 1200px) {
#aside .inq {
    top: 30%;
    width: 80px;
}
}
.inq01 {
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 100;
}

@media screen and (max-width: 1042px) {
/*コンテンツが横幅いっぱいになったら*/
  /*==========================
    base
  ==========================*/
  /*-- 2カラム時の設定 ------------
  #main {
    width:720px;
    max-width:100%;
    float:none;
    margin:0 auto 2.5em;
  }
  .home #main {
    width:720px;
  }

  #aside {
    width:490px;
    max-width:100%;
    float:none;
    margin:0 auto 20px;
  }
  #aside .sideinner {
    overflow:hidden;
    margin-bottom:20px;
  }
  ------------------*/
  /*==========================
    #nav
  ==========================*/
#nav li {
    box-sizing: border-box;
}
#menu-header-nav > li a, #menu-header-nav > li > span {
    font-size: 14px;
}
#menu-header-nav > li > ul.sub-menu > li a, #menu-header-nav .submenu-wrap ul.sub-menu li a {
    font-size: 12px;
}
#menu-header-nav .submenu-wrap ul.sub-menu li::before {
    top: 8px;
}
/*==========================
    #footer
  ==========================*/
#footer .footer_access {
    width: 100%;
    margin-bottom: 1.5em;
}
#footer .sub-menu li {
    font-size: 14px;
}
}

@media screen and (min-width: 768px) and (max-width: 768px) {
#footer li, #footer li a, #menu-sitemap li, #menu-sitemap li a {
    vertical-align: top;
}
}

@media screen and (max-width: 767px) {

/* スマホ */
.pc {
    display: none !important;
}
/*==========================
    base
  ==========================*/
  /*-- 2カラム時の設定 ------------
  #main , #aside{
    width:480px;
    max-width:96%;
    float:none;
  }*/
  /*==========================
    #header
  ==========================*/
#header {
    padding: 0;
}
#header h1 {
    padding: 0;
    max-width: none!important;
    margin: 20px auto 20px 10px;
    float: none;
}
/*@media (max-width: 767px) {*/
  /*#header h1 {*/
  /*padding-top: 3px;*/
  /*max-width: 100%;*/
  /*margin: 0 auto;*/
  /*}*/
  /*}*/
.headerinner ul {
    clear: both;
    max-width: 100%;
    width: 100%;
    float: none;
}
#nav {
    background: #fff;
    box-sizing: border-box;
    z-index: 999999;
}
#nav.fixed {
    height: 100%;
    overflow-x: scroll;
}
#nav.fixed {
    position: inherit !important;
    top: auto !important;
}
.headerinner ul img {
    width: 100%;
    box-sizing: border-box;
    max-width: 85px;
}
.headerinner .tel {
    float: left;
    max-width: 52.94117647%;
    width: 81px;
    padding-top: 0;
}
/*.headerinner #toggle {*/
  /*max-width: 37.25490196%;*/
  /*float: right;*/
  /*width: 57px;*/
  /*}*/
  /* #menu-header-nav ------*/
#menu-header-nav, #menu-header-nav .sub-menu { /* スライドダウンさせるために隠す */
    display: block;
}

#menu-header-nav { /* スライドダウンさせるために隠す
    display: none; */
}
#nav ul.menu {
    background: #fff;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #ccc;
}
#nav ul li .subtxt {
    display: none;
}
#nav ul li > a br {
    display: none;
}
#nav ul li.nav03 ul.sub-menu > li:first-child {
    border-top: none;
}
#nav ul li.nav04 ul.sub-menu > li:nth-child(2) {
    border-top: none;
}
#nav {
    padding: 0;
}
#nav ul.menu {
    background: #fff;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 99999999;
    border-top: 1px solid #ccc;
}
#nav ul li {
    display: block;
    text-align: left;
    background: none;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
#nav ul li a, #nav ul li > span {
    display: block;
    padding: 14px 6px 13px 15px;
    background-position: 5px center;
    background-size: 16px auto;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    color: #fff;
}
#nav ul li ul li.last {
    border-bottom: none;
}
#nav ul li span:hover {
    cursor: pointer;
}
#nav ul li a:before, #nav ul li > span:before {
    content: "・"
}
#nav ul li a:hover, #nav ul li span:hover {
    color: #7a975c;
}
#nav li.has_children > a::after, #nav li.nav05 > span::after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 18px;
    margin: -5px 0 0 0;
    border-bottom: solid 3px #ccc;
    border-right: solid 3px #ccc;
    transform: rotate(45deg);
}
#nav li:first-child a {
    border-left: none;
}
#nav .submenu-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 30px 0;
    border-bottom: none;
}
.submenu-wrap .menutitle {
    border-top: 1px solid #ccc;
    display: block;
    padding: 0;
    background: #f7f7f7;
    padding-left: 10px;
}
.sub-menu {
    background: none;
    font-size: 15px;
}
#nav ul.sub-menu li a {
    padding-left: 25px;
}
.nav_span {
    display: none;
}
.submenu-wrap .menutitle {
    display: none;
}
.submenu-wrap, .sub-menu {
    background: #fff;
    border-top: 1px solid #ccc;
}
.submenu-wrap {
    border-top: none;
}
#nav ul.sub-menu li:last-child {
    border-bottom: none;
}
#nav ul li.menutitle {
    background: #d5e7ef;
}
#nav ul li.menutitle a {
    font-size: 13px!important;
    font-weight: bold;
    padding-left: 27px;
}
#nav ul li.menutitle a:hover {
    color: #333;
}
#nav ul li.menutitle a:before {
    display: none;
}
/*==========================
    #contents
  ==========================*/
.bread_wrap {
    margin-bottom: 1em;
}
#contents {
    margin-bottom: 0;
}
/*==========================
    #aside
  ==========================*/
#aside .inq {
    display: none;
}
/* サイド固定バナーを隠す */
#aside {
}
/*==========================
    .contentbottom
  ==========================*/
  /* 最下部固定お問い合わせバナー */
/*==========================
    #footer
  ==========================*/
/*.bnr a {
    margin: 0 auto 10px;
    max-width: 70%;
    display: block;
}*/
#footer .footer_access {
    margin-bottom: 1.5em;
}
#footer li.parent, #footer li.parent2, #footer li.parent3 {
    float: none;
    width: auto;
    display: block;
}
#footer li.menu-item-has-children, #footer li.menu-item-has-children:last-child {
    float: none;
    height: auto;
    width: 100%;
    border-left: none;
    padding-left: 1%;
}
#footer .sub-menu li {
    vertical-align: top;
}
.copyright {
    padding-bottom: 0 !important;
}
.btm_inq {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    text-align: right;
    z-index: 9999;
}
.btm_inq .clearfix > a {
    display: inline-block;
    width: 50%;
    float: left;
    max-width: 385px;
}
.btm_inq .clearfix > a:last-child {
    float: right;
}
.btm_inq .clearfix > a img {
    width: 100%;
}
/*#nav.fixed{
		position: fixed;
	top: 0;
	}*/
.headerinner ul.sp {
    background: #fff;
    overflow: hidden;
    padding: 10px 0;
    z-index: 99999999;
}
#header > .inner, #nav > .inner {
    max-width: 100%;
}
.inq01 {
    bottom: 16%;
}
.p_01 {
    padding: 0;
    margin: 3px auto 20%;
}
}

@media screen and (max-width: 480px) {
/* スマホ480px */
  /*==========================
    #header
  ==========================*/
#header {
    padding: 0;
}
#header h1 {
    max-width: 80%;
}
/*.headerinner ul {*/
  /*max-width: 30%;*/
  /*}*/
  /*==========================
    #nav
  ==========================*/
#toggle {
}
#nav ul.menu {
}
/*==========================
    #contents
  ==========================*/
.bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0 0.2em;
    text-align: right;
}
/*==========================
    #footer
  ==========================*/
.copyright {
}
	.inq01 {
    bottom: 13%;
}
}

@media screen and (max-width: 320px) {
/* スマホ320px */
  /*==========================
    #header
  ==========================*/
#header {
}
/*==========================
    #nav
  ==========================*/
#toggle {
}
#nav ul.menu {
}
}

/**/

@media screen and (max-width:767px) {
#menu-header-nav .sub-menu{
  display: none;
}
#header {
    padding: 0;
    position: inherit;
}
#header .headerbox {
    padding: 20px 10px 0;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    transition: .8s;
    z-index: 99;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}
.home #header .headerbox {
    border-bottom: none;
}
#header.activheader .headerbox {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(150,150,150,.3);
}
#header h1 {
    padding: 0 0 20px;
    max-width: 80%;
}
#header .header_address {
    max-width: 13%;
}
#header #toggle {
  position: fixed;
  top: 26px;
  right: 30px;
  display: block;
  color:#977a5e;
  font-size: 36px;
  line-height: 1.2;
  float: right;
  z-index: 999;
	text-align:center;
}
#header #toggle span {
    font-size: 17px;
    display: block;
    color: #29231c;
	    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    text-align: center;
}
#header.activheader #toggle {
    color: #111;
}
/* nav */
#nav {
    padding: 0;
    margin: 0;
    height: 0;
}
#nav {
    width: 280px;
    height: 100%;
    transition: all 0.6s ease-out;
    transform: translate(312px);
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #7a975c;
    visibility: hidden;
}
#nav.open {
    transform: translate(0);
    visibility: visible;
}
#nav .toggle {
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    padding-bottom: 20px;
    padding-right: 13px;
    padding-top: 20px;
    border-bottom: 1px solid #fff;
    text-align: right;
}
#header.activheader .toggle {
    color: #fff;
}
/*
#menu-header-nav {
display: none;
z-index: 99;
position: absolute;
left: 0;
	top: 85px;
width: 100%;
text-align: center;
box-sizing: border-box;
}
	*/
#menu-header-nav >li {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.7);
    padding: 0;
    background: #7b985d;
}
#menu-header-nav >li:last-child {
    border-bottom: none;
}
#menu-header-nav >li::before, #menu-header-nav >li::after {
    display: none;
}
#menu-header-nav li a {
    display: block;
    text-align: left;
    padding: 15px 15px;
    position: relative;
    color: #fff;
}
#menu-header-nav >li > a:hover {
    background: #fff;
    opacity: 1;
}
#menu-header-nav > li >a::before {
}
#header.activheader .menu-header > li.contact a, #header.activheader .menu-header > li.contact a:hover, .menu-header > li.contact a, .menu-header > li.contact a:hover {
    background: none;
    width: auto;
    border: none;
    line-height: inherit;
    height: auto;
    color: #fff;
    border-radius: 0;
}
.menu-item-has-children > a {
    position: relative;
}
.menu-item-has-children > a::after {
    position: absolute;
    content: "";
    right: 15px;
    top: 25px;
    width: 8px;
    height: 8px;
    border-bottom: solid 2px #473619;
    border-right: solid 2px #473619;
    transform: rotate(45deg);
}
.menu-item-has-children.activelink > a::after {
    transform: rotate(225deg);
}
#menu-header-nav .sub-menu {
    border-top: 1px solid rgba(255,255,255,.7);
}
#menu-header-nav .sub-menu li {
    display: block;
}
#menu-header-nav .sub-menu li > a {
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #3f641a;
    background: #c5dbaf;
}
#menu-header-nav .sub-menu li > a::before {
    content: "- "
}
#menu-header-nav .sub-menu li > a:hover {
    background: #fff;
}
header.activheader #nav li a {
    color: #fff;
}
.menu-header > li.contact a:hover {
    border-radius: 0;
    color: #fff;
}
}
