@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;
}
@media (max-width: 767px) {
  body {
    padding-top: calc(120 / 767 * 100vw);
  }
}

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;
    text-decoration: 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: "游ゴシック体", 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.04rem;
  font-size: 16px;
  font-weight: 500;
}

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%;
}

.txt-shipo {
  font-family: "Shippori Mincho", serif;
}

/* コンテンツ幅 */
#header > .inner, #nav > .inner, #contents > .inner, #footer .inner {
  /* コンテンツ幅 */
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

.page-sitemap #contents > .inner {
  margin-bottom: 1em !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 {
    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%;
  }
}
/*==========================
	#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;
}

/*==========================
	#contents
==========================*/
/* H2タイトル -------------*/
.page-title h2 {
  color: #333;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 150px;
  font-size: 42px;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 0 auto;
  padding: 1.6em 1.5em;
  font-family: "Shippori Mincho", serif;
}

/* パンくず -------------*/
.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: 0.4em 0 0.4em;
  font-size: 82%;
  /*13px*/
  margin-top: 0.5em;
  text-align: right;
}

.bread li {
  display: inline-block;
  line-height: 1.3em;
}

.bread li a {
  color: #65b3bd;
}

.bread li a:hover {
  text-decoration: none;
}

/*==========================
	#footer
==========================*/
.list_info li {
  color: #65b3bd;
  font-size: clamp(16px, 1.8vw, 18px);
}
.list_info li .num {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1;
  display: inline-block;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.list_info .ic__densha {
  padding-left: clamp(28px, 3.1vw, 31px);
}
.list_info .ic__densha:before {
  top: 0;
  bottom: 0;
  width: clamp(18px, 2.1vw, 21px);
  height: clamp(27px, 3vw, 30px);
}
.list_info .ic__people {
  padding-left: clamp(29px, 3.2vw, 32px);
}
.list_info .ic__people:before {
  top: 0;
  bottom: .3rem;
  width: clamp(19px, 2.2vw, 22px);
  height: clamp(27px, 3vw, 30px);
}
@media (min-width: 768px) {
  .list_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list_info li {
    letter-spacing: normal;
  }
  .list_info li:not(:last-child) {
    padding-right: clamp(10px, 1vw, 20px);
    border-right: 1px solid currentColor;
  }
  .list_info li:last-child {
    padding-left: clamp(10px, 1vw, 20px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .list_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 5px;
  }
  .list_info li:not(:last-child) {
    padding-right: 0;
    border-right: 0;
  }
  .list_info li:last-child {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .list_info li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.box-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-contact .ic:before {
  top: .5rem;
  bottom: 0;
}
.box-contact .ic__tel {
  padding-left: 33px;
}
.box-contact .ic__tel:before {
  width: clamp(17px, 2.3vw, 23px);
  height: clamp(24px, 3vw, 30px);
}
.box-contact .ic__note {
  padding-left: 33px;
  font-size: 28px;
}
.box-contact .ic__note:before {
  width: clamp(17px, 2.3vw, 23px);
  height: clamp(24px, 3vw, 30px);
}
.box-contact .ic .bd {
  border: 1px solid;
  font-size: 20px;
  padding: 0 .5rem;
  display: inline-block;
  margin-right: .3rem;
}
.box-contact .ic .en {
  font-size: 32px;
}
.box-contact .txt_note {
  color: #f1ee97;
  font-size: 12px;
  text-align: center;
  display: block;
  line-height: 1.6;
}
.box-contact .box a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Shippori Mincho", serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}
.box-contact .box a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 5px;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  right: 10px;
}
.box-contact .box__tel a {
  background: #ceeaed;
  color: #333;
}
.box-contact .box__yoyaku a {
  background: #74b8c1;
  color: white;
}
.box-contact .box__yoyaku a .txt_web {
  margin-top: .2rem;
}
.box-contact .box__yoyaku a:hover {
  background: #51a6b1;
}
@media (min-width: 768px) {
  .box-contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-contact .box {
    width: 360px;
    height: 90px;
  }
  .box-contact .box__tel a {
    font-size: 36px;
  }
  .box-contact .box__tel a:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .box-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-contact .ic {
    padding-left: calc(43 / 767 * 100vw);
  }
  .box-contact .ic:before {
    width: calc(33 / 767 * 100vw);
    height: calc(40 / 767 * 100vw);
  }
  .box-contact .ic__note {
    font-size: calc(40 / 767 * 100vw);
  }
  .box-contact .ic__note:before {
    top: .2rem;
  }
  .box-contact .ic .bd {
    font-size: calc(34 / 767 * 100vw);
    padding: 0 calc(20 / 767 * 100vw);
    line-height: 1.4;
  }
  .box-contact .ic .en {
    font-size: calc(46 / 767 * 100vw);
  }
  .box-contact .txt_note {
    font-size: calc(26 / 767 * 100vw);
  }
  .box-contact .box {
    width: 100%;
    height: calc(150 / 767 * 100vw);
  }
  .box-contact .box__tel {
    margin-bottom: 10px;
  }
  .box-contact .box__tel a {
    font-size: calc(60 / 767 * 100vw);
  }
  .box-contact .box__yoyaku a .txt_web {
    margin-top: .1rem;
  }
}

body:not(.home) #footer {
  border-top: 2px solid #65b3bd;
  padding-top: clamp(50px, 8vw, 80px);
}

#footer > .inner {
  width: 100%;
  max-width: 100%;
}
#footer .site_map ul li a:hover {
  color: #65b3bd;
}
@media (max-width: 767px) {
  #footer .site_map {
    margin-bottom: 30px;
  }
}
#footer .out_link .f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(10px, 2vw, 50px);
          column-gap: clamp(10px, 2vw, 50px);
}
#footer section {
  margin-bottom: 0;
  padding: clamp(50px, 8vw, 80px) 0;
}
#footer .sec_recruit {
  position: relative;
  padding-top: 0;
}
#footer .sec_recruit:after {
  content: "";
  position: absolute;
  background: #faf9eb;
  bottom: 0;
  z-index: -1;
}
#footer .sec_recruit h3 {
  color: #374547;
  line-height: calc(70 / 40);
  font-size: clamp(22px, 3vw, 40px);
  font-family: "Shippori Mincho", serif;
  padding: 0;
  margin-bottom: .5em;
  letter-spacing: normal;
}
#footer .sec_recruit .row .col__img {
  position: relative;
}
#footer .sec_recruit .row .col__img a {
  position: absolute;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(240, 237, 146, 0.95);
  border-radius: 50%;
  color: #606054;
  line-height: calc(40 / 36);
  -webkit-transition: all .3s;
  transition: all .3s;
}
#footer .sec_recruit .row .col__img a:after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
#footer .sec_recruit .row .col__img a:hover {
  background: #65b3bd;
  color: white;
}
@media (max-width: 767px) {
  #footer .sec_recruit:after {
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 80%;
  }
  #footer .sec_recruit .row .col__img a {
    right: 0;
    width: 100px;
    height: 100px;
    bottom: -20px;
    font-size: 20px;
  }
  #footer .sec_recruit .row .col__img a:after {
    width: 20px;
    height: 3px;
    bottom: 15px;
  }
}
@media (min-width: 768px) {
  #footer .sec_recruit:after {
    width: calc(64% + 100px);
    height: 260px;
    right: -100px;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
  }
  #footer .sec_recruit .row {
    -webkit-column-gap: 2.5%;
            column-gap: 2.5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .sec_recruit .row .col__img {
    width: 47.5%;
  }
  #footer .sec_recruit .row .col__img a {
    width: 120px;
    height: 120px;
    font-size: 26px;
    right: 0;
    bottom: -20px;
  }
  #footer .sec_recruit .row .col__img a:after {
    width: 30px;
    height: 3px;
    bottom: 20px;
  }
  #footer .sec_recruit .row .col__text {
    width: 50%;
  }
}
@media (min-width: 1240px) {
  #footer .sec_recruit:after {
    width: 64%;
    height: 360px;
  }
  #footer .sec_recruit .row .col__img a {
    width: 150px;
    height: 150px;
    font-size: 36px;
    bottom: -10px;
  }
}
@media (min-width: 768px) {
  #footer .sec_footer1 .txt {
    margin-bottom: 30px;
  }
  #footer .sec_footer1 figure {
    margin-bottom: 40px;
  }
  #footer .sec_footer1 .flex {
    -webkit-column-gap: clamp(20px, 2vw, 80px);
            column-gap: clamp(20px, 2vw, 80px);
    margin-bottom: clamp(30px, 4vw, 40px);
  }
  #footer .sec_footer1 .flex .col_2 {
    width: calc((100% - clamp(20px, 2vw, 80px))/ 2);
  }
}
@media (max-width: 767px) {
  #footer .sec_footer1 .txt {
    margin-bottom: 20px;
  }
  #footer .sec_footer1 figure {
    margin-bottom: 30px;
    text-align: center;
  }
  #footer .sec_footer1 .flex {
    margin-bottom: 30px;
  }
}
#footer .sec_footer2 {
  background: #f5f9fa;
}
#footer .sec_footer2 ul li:not(:last-child) {
  margin-bottom: 7px;
}
#footer .sec_footer2 ul li a {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  padding-left: 10px;
}
#footer .sec_footer2 ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 4px;
  height: 1px;
  background: currentColor;
}
#footer .sec_footer2 ul li a:hover {
  color: #cdc823;
}
#footer .sec_footer2 .flex {
  margin-bottom: clamp(30px, 8vw, 80px);
}
@media (min-width: 768px) {
  #footer .sec_footer2 .flex {
    -webkit-column-gap: clamp(60px, 10vw, 130px);
            column-gap: clamp(60px, 10vw, 130px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .sec_footer2 .flex .col {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: clamp(10px, 2vw, 20px);
            column-gap: clamp(10px, 2vw, 20px);
  }
  #footer .sec_footer2 .flex .col .title {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #footer .sec_footer2 .title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #footer .sec_footer2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2%;
            column-gap: 2%;
  }
  #footer .sec_footer2 ul li {
    width: 49%;
  }
  #footer .sec_footer2 .coppy {
    margin-bottom: 30px;
  }
}

/********************************
	#mediaquery
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  .sp {
    display: none !important;
  }

  /*==========================
      base
    ==========================*/
  /*-- 2カラム時の設定 ------------
  #main {
    width:720px;
    float:right;
  }
  #aside {
    width:240px;
    float:left;
    margin-bottom:20px;
  }
  --------------*/
  /*==========================
    #header
  ==========================*/
  #header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
  }
  #header .header_logo {
    max-width: 202px;
    margin: 12px 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  #header .header_logo {
    max-width: 16vw;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #header .textwidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .home #header:not(.scrolled) .header_logo {
    opacity: 0;
    pointer-events: none;
  }

  /*==========================
      #nav
    ==========================*/
  #nav {
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  #nav .inner {
    width: 100%;
    max-width: 100%;
  }

  /* PC用グローバルナビゲーション */
  #menu-header-nav li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #menu-header-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;
    max-width: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1270px) {
  .menu-item a img {
    max-width: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  #menu-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  #menu-header-nav > li {
    position: relative;
  }

  #menu-header-nav > li > a, #menu-header-nav > li > span {
    font-size: 18px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #333;
    padding: 15px 20px 10px;
    position: relative;
    z-index: 200;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1270px) {
  #menu-header-nav > li > a, #menu-header-nav > li > span {
    font-size: 1.5vw;
    padding: 15px .6rem 10px;
  }
}

@media screen and (min-width: 768px) {
  /*#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 > a:hover, #menu-header-nav > li > span:hover {
    cursor: pointer;
    color: #65b3bd;
  }

  #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:last-child ul.sub-menu {
      width: 100%;
  }*/
  #menu-header-nav > li > ul.sub-menu {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 95%;
    width: 140%;
    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: #65b3bd;
  }

  #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 > ul.sub-menu > li a {
    font-size: 16px;
    text-align: center;
    text-indent: inherit;
    color: #fff;
    padding: 10px 10px;
    display: block;
  }

  #menu-header-nav ul.sub-menu li a:hover {
    color: #65b3bd;
    background: #fff;
  }

  #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 {
    background: #65b3bd;
    width: 100%;
    left: 0;
    z-index: 4;
    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;
  }

  #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: 16px;
    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 ul li {
    width: 100%;
    height: 0;
  }

  #menu-header-nav > li:hover ul li {
    float: none;
    height: auto;
  }

  #menu-header-nav li.has_children > a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: .4rem;
    height: .3rem;
    background: currentColor;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  #menu-header-nav li.has_children > a:hover {
    color: #65b3bd;
  }

  #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: left;
    width: 72%;
  }

  .caegory-in-blog #aside, .single-in-blog #aside {
    float: right;
    width: 24%;
  }

  /*==========================
      .contentbottom
    ==========================*/
  /*==========================
      #footer
    ==========================*/
}
@media screen and (max-width: 1200px) {
  #aside .inq {
    top: 30%;
    width: 80px;
  }
}
@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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /*==========================
      #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;
    position: fixed;
    z-index: 100;
    width: 100%;
    background: white;
    top: 0;
  }
  #header .textwidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #header .textwidget .header_logo {
    margin: calc(10 / 767 * 100vw) calc(20 / 767 * 100vw);
  }
  #header .textwidget .header_logo img {
    max-width: calc(212 / 767 * 100vw);
  }
  #header .textwidget .sp_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .textwidget .sp_toggle li {
    width: calc(120 / 767 * 100vw);
  }

  #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 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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #fff;
    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;
    -webkit-box-sizing: border-box;
            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:hover, #nav ul li span:hover {
    color: #fff;
    background: #bebc73;
  }

  #nav li.has_children > a::after, #nav li.nav05 > span::after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    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 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;
    display: 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;
  }

  /* サイド固定バナーを隠す */
  /*==========================
      .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: 9;
  }

  .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;
  	}*/
  #header > .inner, #nav > .inner {
    max-width: 100%;
  }

  .p_01 {
    padding: 0;
    margin: 3px auto 20%;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
  /*==========================
    #header
  ==========================*/
  /*.headerinner ul {*/
  /*max-width: 30%;*/
  /*}*/
  /*==========================
    #nav
  ==========================*/
  /*==========================
      #contents
    ==========================*/
  .bread {
    margin-top: 1em;
    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) {
  /* 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: #65b3bd;
    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;
    border-bottom: 1px solid #fff;
    text-align: right;
  }

  #header.activheader .toggle {
    color: #fff;
  }

  .menu-item-has-children > .sub-menu {
    display: none;
  }

  .menu-item-has-children > a {
    position: relative;
  }

  #menu-header-nav .sub-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
  }

  #menu-header-nav .sub-menu li {
    display: block;
  }

  #menu-header-nav .sub-menu li > a {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    background: rgba(190, 188, 115, 0.3);
  }

  #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;
  }
}
.btm_inq {
  position: fixed;
  bottom: 0;
  z-index: 20;
}
.btm_inq .inq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btm_inq .inq a {
  font-size: 0;
  text-decoration: none;
}
.btm_inq .inq01 {
  position: absolute;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btm_inq {
    right: 0;
  }
  .btm_inq .inq01 {
    right: 0;
    width: 60px;
  }
  .btm_inq .inq {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .btm_inq .inq01 {
    width: calc(100 / 767 * 100vw);
    right: 10px;
    bottom: calc(100% + 10px);
  }
}
