@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;
}

.under .clearfix img {
  border-radius: 20px;
}

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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",  "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #333;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  font-size: 16px;
}

a, a img {
  -webkit-transition: none;
  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%;
}

/* コンテンツ幅 */
#contents > .inner, #footer .inner {
  /* コンテンツ幅 */
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

.page-sitemap #contents > .inner {
  margin-bottom: 50px !important;
}

/*==========================
	#header
==========================*/
#header {
  -webkit-box-sizing: border-box;
          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 .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 {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    text-align: right;
  }

  .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;
    -webkit-box-sizing: border-box;
            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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#nav .toggle {
  display: block;
  padding: 30px;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #nav .toggle {
    display: none !important;
  }
}

#nav .toggle span {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 30px;
  height: 3px;
  margin: auto;
  background: #fff;
}

#nav .toggle span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav .toggle span:nth-child(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*==========================
	#contents
==========================*/
/* H2タイトル -------------*/
.page-title h2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 150px;
  font-size: 36px;
  letter-spacing: 0.1em;
  position: relative;
  text-align: left;
  line-height: 1.4;
  margin: 0 0 0 auto;
  padding: 2.5em 1.5em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-title h2 {
    padding: 1.5em 10px;
  }
}

/* パンくず -------------*/
.bread_wrap {
  margin-bottom: 2.5em;
}

.home .bread_wrap {
  margin-bottom: 0;
}

.bread_wrap .bread {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 96%;
}

.bread {
  padding: 15px 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: #ec6d88;
}

.bread li a:hover {
  text-decoration: none;
}

/*==========================
	#footer
==========================*/
#footer {
  padding: 0 0 clamp(50px, 10vw, 100px);
}
#footer .row:not(:last-child) {
  margin-bottom: clamp(30px, 8vw, 80px);
}
#footer h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ec6d88;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
}
#footer h3:before, #footer h3:after {
  content: none;
}
#footer .footer_logo {
  margin-bottom: clamp(30px, 6vw, 60px);
}
#footer .footer_btn {
  margin-bottom: clamp(30px, 4vw, 40px);
}
#footer .footer_btn a {
  text-decoration: none;
  background: url("img/btn_bg.jpg") no-repeat center/cover;
  display: block;
  width: 340px;
  max-width: 100%;
  padding: 1.6rem 1rem 1.4rem;
  border-radius: 20px;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .footer_btn a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #ec6d88;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#footer .footer_btn a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 51%);
          clip-path: polygon(0 0, 0% 100%, 100% 51%);
  background: white;
}
#footer .footer_btn a .ic {
  margin-inline: auto;
  color: white;
}
#footer .footer_btn a:hover:before {
  width: 100%;
}
#footer .tel {
  margin-bottom: 30px;
}
#footer .tel .txt {
  display: block;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: bold;
  margin-bottom: 5px;
}
#footer .tel a {
  text-decoration: none;
  color: #ec6d88;
  font-weight: bold;
}
#footer .footer_menu.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}
#footer .footer_menu:not(.col2) ul:not(:last-child) {
  margin-bottom: 5px;
}
#footer .footer_menu ul li:not(:last-child) {
  margin-bottom: 5px;
}
#footer .footer_menu ul li a {
  text-decoration: none;
  position: relative;
  padding-left: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#footer .footer_menu ul li a:before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #ec6d88;
  border-radius: 50%;
}
#footer .footer_menu ul li a:hover {
  color: #ec6d88;
}
@media screen and (min-width: 1024px) {
  #footer .footer_menu.col2 {
    -webkit-column-gap: clamp(50px, 10vw, 100px);
            column-gap: clamp(50px, 10vw, 100px);
  }
}
@media screen and (min-width: 1240px) {
  #footer .sec_footer .time-table thead th:last-child {
    width: 2.5vw;
    padding-right: 2rem;
  }
  #footer .sec_footer .time-table tbody td:last-child {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .row__nav .col_2:not(:last-child) {
    margin-bottom: 30px;
  }
  #footer .footer_btn a {
    padding: 1.2rem 1rem 1rem;
    margin-inline: auto;
  }
  #footer .tel {
    text-align: center;
  }
  #footer .tel .ic {
    margin-inline: auto;
  }
  #footer .row__nav .footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  #footer .row__nav .footer_menu ul li {
    width: 49%;
    margin: 0;
  }
}
@media screen and ( min-width : 768px ) {
  #footer .row__nav {
    max-width: 1060px;
  }
}

/********************************
	#mediaquery
*********************************/
@media screen and (min-width: 768px) {
  .under-page #header,
  .blog #header {
    position: sticky;
    text-align: center;
  }

  /* タブレットまで */
  .sp {
    display: none !important;
  }

  /*==========================
      base
    ==========================*/
  /*-- 2カラム時の設定 ------------
  #main {
    width:720px;
    float:right;
  }
  #aside {
    width:240px;
    float:left;
    margin-bottom:20px;
  }
  --------------*/
  /*==========================
    #header
  ==========================*/
  /*==========================
      #nav
    ==========================*/
  #nav {
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  /* PC用グローバルナビゲーション */
  #nav li {
    -webkit-box-sizing: border-box;
            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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
  }

  .menu-item a img {
    display: block;
    margin: 0 auto 10px;
  }

  #menu-header-nav > li {
    position: relative;
  }

  #menu-header-nav > li > a, #menu-header-nav > li > span {
    font-size: 16px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #2d2d2d;
    padding: 20px 15px;
    position: relative;
    line-height: 1.5;
    font-weight: bold;
  }

  #menu-header-nav > li > a:hover, #menu-header-nav > li > span:hover {
    cursor: pointer;
    color: #ec6d88;
  }

  #menu-header-nav li {
    -webkit-transition: .2s;
    transition: .2s;
  }

  #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }

  #menu-header-nav > li > ul.sub-menu {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 95%;
    min-width: 200px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  #menu-header-nav > li:hover > ul.sub-menu {
    height: auto;
    top: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: #ec6d88;
  }

  #menu-header-nav > li > ul.sub-menu > li {
    width: 100%;
    height: 0;
  }
  #menu-header-nav > li > ul.sub-menu > li:not(:last-child) {
    border-bottom: 1px solid white;
  }

  #menu-header-nav > li:hover > ul.sub-menu > li {
    float: none;
    height: auto;
  }

  #menu-header-nav > li > ul.sub-menu > li a {
    font-size: 16px;
    text-align: center;
    text-indent: inherit;
    color: #fff;
    padding: 15px 10px;
    display: block;
    font-weight: normal;
  }

  #menu-header-nav ul.sub-menu li a:hover {
    color: #ec6d88;
    background: #fff;
  }

  #nav li > a, #nav li > span {
    position: relative;
  }

  /* サブ */
  #menu-header-nav li.wide {
    position: inherit;
  }

  #menu-header-nav li .submenu-wrap {
    height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
  }

  #menu-header-nav li:hover .submenu-wrap {
    width: 100%;
    left: 0;
    z-index: 4;
    background: #ec6d88;
    overflow: hidden;
    height: auto;
    padding-bottom: 2em;
    padding-top: 2em;
    border-top: 1px solid #fff;
    -webkit-transition: .2s;
    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;
    -webkit-transition: .2s;
    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;
    -webkit-box-sizing: border-box;
            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;
    -webkit-transform: rotate(45deg);
            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%;
    -webkit-box-sizing: border-box;
            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 {
    content: "";
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-right: 1px solid #f5b0bf;
    border-bottom: 1px solid #f5b0bf;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: none;
  }

  #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: auto;
    bottom: 0;
    right: 90px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }

  #aside .inq a:hover img {
    opacity: 0.8;
  }

  #aside .inq01 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    max-width: 80px;
  }

  /*-- ブログページ ------------*/
  .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%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #footer .googlemap {
    padding-bottom: 70%;
  }
}
.inq01 {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 100;
}

@media screen and (max-width: 1023px) {
  /*コンテンツが横幅いっぱいになったら*/
  /*==========================
    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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #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: 1023px) {
  #menu-header-nav > li a, #menu-header-nav > li > span {
    font-size: 1.4vw;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  #menu-header-nav > li > ul.sub-menu > li a, #menu-header-nav .submenu-wrap ul.sub-menu li a {
    font-size: 12px;
  }
}
@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;
    position: -webkit-sticky;
    position: sticky!important;
  }
  #header .headerinner .textwidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .headerinner .textwidget h1 {
    padding: 0;
    max-width: none !important;
    margin: 10px auto 10px 10px;
    float: none;
    width: calc(402 / 767 * 100vw);
  }
  #header .headerinner .textwidget ul {
    width: calc(65 / 767 * 100vw);
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .headerinner .textwidget ul li {
    width: 100%;
    float: none;
  }

  .headerinner ul {
    clear: both;
    max-width: 100%;
    width: 100%;
    float: none;
  }

  #nav {
    background: #fff;
    -webkit-box-sizing: border-box;
            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%;
    -webkit-box-sizing: border-box;
            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 {
    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 li {
    display: block;
    text-align: left;
    background: none;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  #nav ul li.has_children ul li a {
    background: #fff0f3;
    color: #333;
  }
  #nav ul li.has_children ul li a:after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 18px;
    margin: -5px 0 0 0;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  #nav ul li a, #nav ul li > span {
    display: block;
    padding: 17px 6px 13px 15px;
    background-position: 5px center;
    background-size: 16px auto;
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    color: white;
  }

  #nav ul li ul li.last {
    border-bottom: none;
  }

  #nav ul li span:hover {
    cursor: pointer;
  }

  #nav ul li a:hover, #nav ul li span:hover {
    color: #7a975c;
  }

  #nav #menu-header-nav > li > a::after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 18px;
    margin: -5px 0 0 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  #nav #menu-header-nav > li > a:hover, #nav #menu-header-nav > li > a:active {
    background: #ec6d88;
    color: white;
  }

  #nav #menu-header-nav > li.has_children > a::after {
    -webkit-transform: rotate(45deg);
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  /* サイド固定バナーを隠す */
  /*==========================
      .contentbottom
    ==========================*/
  /* 最下部固定お問い合わせバナー */
  /*==========================
      #footer
    ==========================*/
  /*.bnr a {
      margin: 0 auto 10px;
      max-width: 70%;
      display: block;
  }*/
  .copyright {
    padding-bottom: 0 !important;
  }

  .btm_inq {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    text-align: right;
    z-index: 9999;
  }

  .inq01 {
    max-width: calc(110 / 767 * 100vw);
    bottom: calc(120 / 767 * 100vw);
    right: 10px;
  }

  .btm_inq .clearfix > a img {
    width: 100%;
  }

  /*#nav.fixed{
  		position: fixed;
  	top: 0;
  	}*/
  #header > .inner, #nav > .inner {
    max-width: 100%;
  }

  .p_01 {
    padding: 0;
    margin: 3px auto 20%;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
  /*==========================
    #header
  ==========================*/
  #header {
    padding: 0;
  }

  /*.headerinner ul {*/
  /*max-width: 30%;*/
  /*}*/
  /*==========================
    #nav
  ==========================*/
  /*==========================
      #contents
    ==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0 0.2em;
    text-align: right;
  }

  /*==========================
      #footer
    ==========================*/
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
  /*==========================
    #header
  ==========================*/
  /*==========================
      #nav
    ==========================*/
}
/**/
@media screen and (max-width: 767px) {
  #menu-header-nav .sub-menu {
    display: none;
  }

  #header {
    padding: 0;
    position: -webkit-sticky;
    position: sticky!important;
    top: 0;
    background: white;
    z-index: 20;
  }

  #header .headerbox {
    padding: 20px 10px 0;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    -webkit-transition: .8s;
    transition: .8s;
    z-index: 99;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }

  .home #header .headerbox {
    border-bottom: none;
  }

  #header.activheader .headerbox {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(150, 150, 150, 0.3);
            box-shadow: 0px 0px 5px rgba(150, 150, 150, 0.3);
  }

  #header .header_address {
    max-width: 13%;
  }

  #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%;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform: translate(312px);
            transform: translate(312px);
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #7a975c;
    visibility: hidden;
  }

  #nav.open {
    -webkit-transform: translate(0);
            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;
    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, 0.7);
    padding: 0;
    background: #7b985d;
  }

  #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;
  }

  #menu-header-nav > li > a:hover {
    background: #fff;
    opacity: 1;
  }

  #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;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .menu-item-has-children.activelink > a::after {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}
@media (min-width: 768px) {
  #header {
    margin: auto;
    position: sticky;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
  }
  #header > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 20px;
  }
  #header > .inner .header_column {
    width: 30%;
    margin: 20px 0;
  }
  #header > .inner #nav {
    width: 70%;
  }
  #header > .inner #nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header > .inner #nav .menu > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 50%;
    background: #cecece;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  #header > .inner .header_column {
    margin: 10px 0;
  }
}

@media screen and (min-width: 1080px) {
  #header .inner .header_column {
    width: 316px;
    max-width: 31%;
  }
  #header .inner #nav {
    width: calc(100% - 316px);
  }
}

  #a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #a10, #a11, #a12, #a13, #a14, #a15, #a16, #a17, #a18 {
    margin-top: -105px;
    padding-top: 105px;
  }
@media screen and ( max-width : 767px ) {
  #a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #a10, #a11, #a12, #a13, #a14, #a15, #a16, #a17, #a18 {
    margin-top: -80px;
    padding-top: 80px;
  }
}