@charset "UTF-8";
* {
  box-sizing: border-box; }

html {
  font-size: 10px; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.5rem;
  overflow-x: hidden;
  position: relative; }

img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

a:hover {
  opacity: 0.7; }

.only-sp {
  display: none; }

@media screen and (max-width: 767px) {
  .only-sp {
    display: block; }
  .only-pc {
    display: none; } }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/* ------------------------
    下層共通ヘッダー
------------------------ */
#sitelogo a {
  display: block;
  position: absolute;
  width: 376px;
  height: 64px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(/pW73nJre/wp-content/themes/ishida/img/site_name.png);
  background-repeat: no-repeat;
  background-size: contain; }
  #sitelogo a:hover {
    opacity: 0.7; }

#global {
  width: 100%;
  background-color: #f2f8f2;
  border-top: 4px solid #007900;
  padding: 21px 10px;
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.2); }
  #global .inner {
    max-width: 1200px;
    margin: 0 auto;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative; }
    #global .inner .tel {
      font-family: "Noto Sans", メイリオ, Meiryo, sans-serif; }
      #global .inner .tel p {
        font-size: 1.3rem;
        line-height: 1.5;
        font-weight: bold; }
      #global .inner .tel a {
        font-size: 3.6rem;
        display: block;
        position: relative;
        padding-left: 40px;
        color: #ff9b01;
        line-height: 1.2;
        text-decoration: none;
        pointer-events: none;
        cursor: text; }
        #global .inner .tel a::before {
          content: '';
          display: block;
          position: absolute;
          width: 34px;
          height: 27px;
          margin: auto;
          top: 0;
          bottom: 0;
          left: 0;
          background-image: url(/pW73nJre/wp-content/themes/ishida/img/ico/ico_tel.png);
          background-repeat: no-repeat;
          background-size: contain; }
    #global .inner .inq {
      max-width: 240px;
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center;
      margin-left: 40px; }
      #global .inner .inq .ico-arrow01 {
        margin-left: 17px;
        font-size: 1.4rem; }

.btn01 {
  width: 100%;
  background-color: #ff9b01;
  padding: 10px;
  font-size: 1.9rem;
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
  border-radius: 6px; }
  .btn01 span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    line-height: 1.1; }
    .btn01 span::before {
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 19px;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      background-image: url(/pW73nJre/wp-content/themes/ishida/img/ico/ico_inq.png);
      background-repeat: no-repeat;
      background-size: contain; }

.gnav {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Noto Sans", メイリオ, Meiryo, sans-serif; }
  .gnav ul {
    list-style-type: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 23px 0; }
    .gnav ul li {
      width: 20%;
      text-align: center;
      padding: 0 8px;
      border-right: 1px solid #007900;
      letter-spacing: 2px; }
      .gnav ul li:first-of-type {
        border-left: 1px solid #007900; }
      .gnav ul li a {
        display: block;
        padding: 13px 0;
        border-bottom: 4px solid transparent;
        transition: all .5s ease; }
        .gnav ul li a.curr {
          border-bottom: 4px solid #007900; }
        .gnav ul li a:hover {
          border-bottom: 4px solid #007900; }

/* ------------------------
  下層共通ヘッダー ハンバーガー
------------------------ */
#nav {
  display: none; }

@media screen and (max-width: 1024px) {
  #nav {
    display: block; }
    #nav .drawer-hamburger {
      padding: 0;
      display: block;
      position: absolute;
      width: 24px;
      height: 24px;
      right: 15px;
      top: 12px;
      z-index: 40; }
      #nav .drawer-hamburger .drawer-hamburger-icon {
        background-color: #007900;
        margin-top: 0; }
        #nav .drawer-hamburger .drawer-hamburger-icon::before, #nav .drawer-hamburger .drawer-hamburger-icon::after {
          background-color: #007900; }
    #nav .drawer-nav {
      width: 260px;
      height: auto;
      right: -260px;
      background-color: #005221;
      padding: 10px 20px 0; }
      #nav .drawer-nav a {
        display: block;
        position: relative;
        font-size: 14px;
        position: relative;
        padding: 10px 15px 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        color: #fff; }
        #nav .drawer-nav a::after {
          display: block;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          content: '>';
          color: #fff; }
      #nav .drawer-nav .sp-inq {
        margin-top: 15px;
        margin-bottom: 10px; }
        #nav .drawer-nav .sp-inq .btn01 {
          margin-bottom: 10px; }
          #nav .drawer-nav .sp-inq .btn01::after {
            content: none; }
        #nav .drawer-nav .sp-inq a {
          margin-bottom: 0;
          border-bottom: 0 none; }
          #nav .drawer-nav .sp-inq a::after {
            content: none; }
          #nav .drawer-nav .sp-inq a.ico-arrow01 {
            padding-left: 15px; }
            #nav .drawer-nav .sp-inq a.ico-arrow01::before {
              border-left-color: #fff; }
      #nav .drawer-nav .sp-tel {
        font-family: "Noto Sans", メイリオ, Meiryo, sans-serif;
        background-color: #fff;
        text-align: center;
        margin: 0 -20px;
        padding: 15px 20px 15px; }
        #nav .drawer-nav .sp-tel p {
          font-size: 1.3rem;
          line-height: 1.8; }
        #nav .drawer-nav .sp-tel a {
          font-size: 2.8rem;
          display: block;
          position: relative;
          padding-left: 30px;
          color: #ff9b01;
          line-height: 1.2;
          text-decoration: none;
          padding-right: 0; }
          #nav .drawer-nav .sp-tel a::after {
            content: none; }
          #nav .drawer-nav .sp-tel a::before {
            content: '';
            display: block;
            position: absolute;
            width: 28px;
            height: 22px;
            margin: auto;
            top: 0;
            bottom: 0;
            left: 0;
            background-image: url(/pW73nJre/wp-content/themes/ishida/img/ico/ico_tel.png);
            background-repeat: no-repeat;
            background-size: contain; }
  .drawer-open #nav .drawer-nav {
    right: 0; }
  .drawer-open #nav .drawer-hamburger {
    padding: 10px;
    right: 260px;
    background-color: #fff; }
    .drawer-open #nav .drawer-hamburger .drawer-hamburger-icon {
      background-color: transparent; }
  .gnav {
    display: none; }
  #global {
    padding: 0 5px;
    height: 50px; }
    #global .inner {
      height: 100%; }
    #global #sitelogo a {
      width: 200px;
      height: 35px; }
    #global .tel {
      display: none; }
    #global .inq {
      margin: 0;
      padding-right: 50px; }
      #global .inq a:nth-of-type(n+2) {
        display: none; }
    #global .btn01 {
      display: none;
      top: 5px;
      right: 90px;
      width: auto;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      font-size: 1.3rem;
      letter-spacing: normal; }
      #global .btn01 span {
        padding-left: 20px; }
        #global .btn01 span::before {
          width: 15px;
          height: 15px; } }

/* ------------------------
  ぱんくず
------------------------ */
.breadparent {
  background-color: #f2f2f2;
  padding: 10px; }
  .breadparent .breadcrumbs {
    max-width: 960px;
    margin: 0 auto;
    font-size: 1.3rem;
    list-style-type: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .breadparent .breadcrumbs li {
      padding-right: 30px;
      position: relative; }
      .breadparent .breadcrumbs li::after {
        content: '>';
        font-size: 1.6rem;
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -1rem;
        line-height: 1.1; }
      .breadparent .breadcrumbs li:last-of-type::after {
        content: none; }

.ico-arrow01 {
  display: block;
  position: relative;
  padding-left: 10px; }
  .ico-arrow01::before {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -2px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 9px solid #007900; }

@media screen and (max-width: 767px) {
  .breadparent .breadcrumbs {
    overflow-x: scroll; }
    .breadparent .breadcrumbs li {
      white-space: nowrap; } }

/* ------------------------
  下層分割
------------------------ */
.split {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 50px auto 0;
  padding: 0 10px; }
  .split .leftbox {
    width: 77%;
    padding-right: 26px; }
  .split .rightbox {
    width: 23%; }
    .split .rightbox #side-nav {
      position: -webkit-sticky;
      position: -moz-sticky;
      position: -ms-sticky;
      position: -o-sticky;
      position: sticky;
      top: 10px; }
    .split .rightbox .info {
      background-color: #dacdb7;
      background-image: url(/image/r_tell.jpg);
      background-position: center bottom;
      background-size: 90% auto;
      background-repeat: no-repeat;
      padding: 6px 0px 70px 8px;
      margin-bottom: 20px; }
    .split .rightbox .g-cale {
      margin-bottom: 20px; }
    .split .rightbox .facebook {
      margin-top: 20px; }
  .split .rightbox-fixed {
    position: fixed;
    right: 0; }

#side-nav .info {
  padding: 8px 8px 70px; }
  #side-nav .info .btn01 {
    display: block;
    margin-bottom: 5px; }
    #side-nav .info .btn01.blue {
      background-color: #498ea7; }
    #side-nav .info .btn01:last-of-type {
      margin-bottom: 0; }

#side-nav .information-area {
  background-color: #f2ebe0;
  margin-bottom: 20px;
  padding: 8px; }
  #side-nav .information-area .ttl-information {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none; }
  #side-nav .information-area a {
    display: block;
    font-size: 1.4rem;
    text-decoration: underline;
    margin-bottom: 10px; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important; }

@media screen and (max-width: 767px) {
  .split {
    margin: 30px auto 0; }
    .split .leftbox {
      width: 100%;
      padding-right: 0; }
    .split .rightbox {
      width: 100%;
      margin-top: 20px; }
      .split .rightbox .g-cale {
        margin-bottom: 20px; }
      .split .rightbox .smartbook {
        display: none; }
      .split .rightbox .facebook {
        margin-top: 20px;
        display: none; }
    .split .rightbox-fixed {
      position: fixed;
      right: 0; }
  #side-nav .info {
    padding: 10px 8px;
    background-image: none;
    margin-bottom: 20px; }
    #side-nav .info .btn01 {
      display: block;
      margin-bottom: 5px; }
      #side-nav .info .btn01.blue {
        background-color: #498ea7; }
      #side-nav .info .btn01:last-of-type {
        margin-bottom: 0; } }

/* ------------------------
    下層共通フッター
------------------------ */
#comm {
  background-color: #f2f8f2;
  margin-top: 80px; }
  #comm .comm-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px 0; }
    #comm .comm-in .col {
      padding: 0; }
    #comm .comm-in .left {
      width: 50%; }
      #comm .comm-in .left #sitelogo a {
        position: static;
        width: 317px;
        height: 54px;
        margin: 0 0 18px; }
      #comm .comm-in .left .address {
        line-height: 1.8;
        margin-bottom: 15px; }
      #comm .comm-in .left .gmap-link a {
        position: relative;
        padding: 0 30px 0 25px;
        margin-bottom: 10px; }
        #comm .comm-in .left .gmap-link a::before, #comm .comm-in .left .gmap-link a::after {
          content: '';
          display: block;
          position: absolute;
          width: 18px;
          height: 21px;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url(img/ico/ico_map.png);
          margin: auto;
          left: 0;
          top: 0;
          bottom: 0; }
        #comm .comm-in .left .gmap-link a::after {
          background-image: url(img/ico/ico_arrow02.png);
          left: auto;
          right: 0; }
    #comm .comm-in .right {
      width: 50%; }
      #comm .comm-in .right .foot-menu {
        list-style-type: none;
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -16px; }
        #comm .comm-in .right .foot-menu li {
          padding: 0 16px;
          font-size: 1.8rem;
          position: relative; }
          #comm .comm-in .right .foot-menu li::after {
            content: '/';
            display: block;
            position: absolute;
            right: 0;
            top: 0; }
          #comm .comm-in .right .foot-menu li:last-of-type::after {
            content: none; }
  #comm .copyarea {
    background-color: #007900; }
    #comm .copyarea .copy-in {
      max-width: 1200px;
      font-size: 1.3rem;
      margin: 0 auto;
      color: #fff;
      padding: 7px 0; }
      #comm .copyarea .copy-in .grid {
        float: right;
        margin-bottom: 0; }
        #comm .copyarea .copy-in .grid a {
          margin: 0 20px;
          position: relative; }
          #comm .copyarea .copy-in .grid a:first-of-type::after {
            content: '';
            display: block;
            position: absolute;
            width: 1px;
            height: 12px;
            background-color: #fff;
            right: -20px;
            margin: auto;
            top: 0;
            bottom: 0; }
      #comm .copyarea .copy-in a {
        color: #fff; }

#totop {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 60px; }

@media screen and (max-width: 767px) {
  #comm {
    margin-top: 40px; }
    #comm .comm-in {
      padding: 5px 10px 0;
      overflow: hidden; }
      #comm .comm-in .left {
        width: 100%;
        margin-bottom: 30px; }
        #comm .comm-in .left #sitelogo a {
          position: static;
          width: 90%;
          height: 54px;
          margin: 0 auto 18px; }
      #comm .comm-in .right {
        width: 100%;
        margin-bottom: 30px; }
        #comm .comm-in .right .foot-menu {
          display: block; }
          #comm .comm-in .right .foot-menu li {
            padding: 12px 15px;
            border-bottom: 1px solid #b2d7b2; }
            #comm .comm-in .right .foot-menu li::after {
              content: none; }
            #comm .comm-in .right .foot-menu li a {
              display: block;
              position: relative;
              padding-left: 20px; }
              #comm .comm-in .right .foot-menu li a::after {
                content: '';
                display: block;
                position: absolute;
                margin: auto;
                left: 0;
                top: 0;
                bottom: 0;
                right: auto;
                width: 15px;
                height: 15px;
                background-image: url(./img/ico/ico_arrow04.png);
                background-repeat: no-repeat;
                background-size: contain; }
    #comm .copyarea {
      padding: 15px 0; }
      #comm .copyarea .copy-in {
        padding: 7px 10px;
        font-size: 1.2rem; }
        #comm .copyarea .copy-in .grid {
          -webkit-justify-content: center;
          justify-content: center;
          float: none;
          margin-bottom: 0; }
          #comm .copyarea .copy-in .grid a {
            margin: 0 0 10px;
            position: relative;
            display: inline-block; }
            #comm .copyarea .copy-in .grid a:first-of-type::after {
              content: none; }
        #comm .copyarea .copy-in a {
          color: #fff; }
        #comm .copyarea .copy-in p {
          font-size: 1rem;
          text-align: center; }
  #totop {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 120px; } }

/* ------------------------
    カラム分け
------------------------ */
.grid, .grid2 {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 30px;
  position: relative; }
  .grid .col, .grid2 .col {
    box-sizing: border-box;
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px; }
    .grid .col.col-l-2, .grid2 .col.col-l-2 {
      width: 16.6666%; }
    .grid .col.col-l-20p, .grid2 .col.col-l-20p {
      width: 20%; }
    .grid .col.col-l-3, .grid2 .col.col-l-3 {
      width: 25%; }
    .grid .col.col-l-4, .grid2 .col.col-l-4 {
      width: 33.33333%; }
    .grid .col.col-l-5, .grid2 .col.col-l-5 {
      width: 41.66666%; }
    .grid .col.col-l-6, .grid2 .col.col-l-6 {
      width: 50%; }
    .grid .col.col-l-7, .grid2 .col.col-l-7 {
      width: 58.33333%; }
    .grid .col.col-l-8, .grid2 .col.col-l-8 {
      width: 66.66666%; }
    .grid .col.col-l-9, .grid2 .col.col-l-9 {
      width: 75%; }
    .grid .col.col-l-10, .grid2 .col.col-l-10 {
      width: 83.33333%; }
    .grid .col.col-l-12, .grid2 .col.col-l-12 {
      width: 100%; }
    .grid .col figure, .grid2 .col figure {
      position: relative;
      width: auto;
      max-width: 100%; }
    .grid .col .txt-cmn, .grid2 .col .txt-cmn {
      margin: 0; }
  .grid .order-l-1, .grid2 .order-l-1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    order: 1; }
  .grid .order-l-2, .grid2 .order-l-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    order: 2; }
  .grid .order-l-3, .grid2 .order-l-3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    order: 3; }
  .grid .order-l-4, .grid2 .order-l-4 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    order: 4; }
  .grid .order-l-5, .grid2 .order-l-5 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 5;
    order: 5; }
  .grid.center .col img, .grid2.center .col img {
    margin: 0 auto; }

.grid2 {
  margin: 0; }
  .grid2 .col {
    padding: 0;
    margin: 0; }

@media screen and (max-width: 1024px) {
  .grid .col.col-m-2, .grid2 .col.col-m-2 {
    width: 16.6666%; }
  .grid .col.col-m-20p, .grid2 .col.col-m-20p {
    width: 20%; }
  .grid .col.col-m-3, .grid2 .col.col-m-3 {
    width: 25%; }
  .grid .col.col-m-4, .grid2 .col.col-m-4 {
    width: 33.33333%; }
  .grid .col.col-m-5, .grid2 .col.col-m-5 {
    width: 41.66666%; }
  .grid .col.col-m-6, .grid2 .col.col-m-6 {
    width: 50%; }
  .grid .col.col-m-7, .grid2 .col.col-m-7 {
    width: 58.33333%; }
  .grid .col.col-m-8, .grid2 .col.col-m-8 {
    width: 66.66666%; }
  .grid .col.col-m-9, .grid2 .col.col-m-9 {
    width: 75%; }
  .grid .col.col-m-10, .grid2 .col.col-m-10 {
    width: 83.33333%; }
  .grid .col.col-m-12, .grid2 .col.col-m-12 {
    width: 100%; }
  .grid .order-m-1, .grid2 .order-m-1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    order: 1; }
  .grid .order-m-2, .grid2 .order-m-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    order: 2; }
  .grid .order-m-3, .grid2 .order-m-3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    order: 3; }
  .grid .order-m-4, .grid2 .order-m-4 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    order: 4; }
  .grid .order-m-5, .grid2 .order-m-5 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 5;
    order: 5; }
  .grid2 {
    margin: 0; }
    .grid2 .col {
      padding: 0;
      margin: 0; } }

@media screen and (max-width: 767px) {
  .grid, .grid2 {
    margin: 0 -6px 20px; }
    .grid .col, .grid2 .col {
      padding: 0 6px;
      margin-bottom: 12px; }
      .grid .col.col-s-12, .grid2 .col.col-s-12 {
        width: 100%; }
      .grid .col.col-s-10, .grid2 .col.col-s-10 {
        width: 83.33333%; }
      .grid .col.col-s-9, .grid2 .col.col-s-9 {
        width: 75%; }
      .grid .col.col-s-8, .grid2 .col.col-s-8 {
        width: 66.66666%; }
      .grid .col.col-s-7, .grid2 .col.col-s-7 {
        width: 58.33333%; }
      .grid .col.col-s-6, .grid2 .col.col-s-6 {
        width: 50%; }
      .grid .col.col-s-5, .grid2 .col.col-s-5 {
        width: 41.66666%; }
      .grid .col.col-s-4, .grid2 .col.col-s-4 {
        width: 33.33333%; }
      .grid .col.col-s-3, .grid2 .col.col-s-3 {
        width: 25%; }
      .grid .col.col-s-20p, .grid2 .col.col-s-20p {
        width: 20%; }
      .grid .col.col-s-2, .grid2 .col.col-s-2 {
        width: 16.6666%; }
    .grid .order-s-1, .grid2 .order-s-1 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 1;
      order: 1; }
    .grid .order-s-2, .grid2 .order-s-2 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 2;
      order: 2; }
    .grid .order-s-3, .grid2 .order-s-3 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 3;
      order: 3; }
    .grid .order-s-4, .grid2 .order-s-4 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 4;
      order: 4; }
    .grid .order-s-5, .grid2 .order-s-5 {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 5;
      order: 5; }
  .grid2 {
    margin: 0; }
    .grid2 .col {
      padding: 0;
      margin: 0; } }

/* ------------------------
    テンプレート用
------------------------ */
.tit-h1 {
  display: block;
  font-family: "Noto Sans", メイリオ, Meiryo, sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #f2f8f2;
  border-left: 6px solid #007900;
  margin-bottom: 20px;
  line-height: 1.7;
  padding-left: 20px; }

.tit-green {
  display: block;
  font-size: 2.4rem;
  font-family: "Noto Sans", メイリオ, Meiryo, sans-serif;
  margin-top: 10px;
  color: #007900;
  font-weight: normal;
  letter-spacing: 1px; }

.tit-h2 {
  display: block;
  font-size: 2.6rem;
  font-family: "Noto Sans", メイリオ, Meiryo, sans-serif;
  line-height: 1.2;
  padding-left: 18px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #444;
  position: relative; }
  .tit-h2:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 6px;
    height: 1em;
    background-color: #007900; }

.tit-h3 {
  display: block;
  font-size: 2.6rem;
  font-family: "Noto Sans", メイリオ, Meiryo, sans-serif;
  border-left: 6px solid #007900;
  line-height: 1.2;
  padding-left: 18px;
  margin-bottom: 20px; }

.tit-h4 {
  display: block;
  font-size: 2rem;
  font-family: "Noto Sans", メイリオ, Meiryo, sans-serif;
  line-height: 1.2;
  margin: 30px 0 20px; }
  .tit-h4 + .grid {
    margin-bottom: 0; }
    .tit-h4 + .grid .col {
      margin-bottom: 0; }

.ico-arrow03 {
  position: relative; }
  .ico-arrow03::after {
    content: url(img/ico/ico_arrow03.png);
    display: inline-block;
    position: relative;
    margin-left: 5px; }

.txt-cmn {
  margin-top: 10px;
  line-height: 1.8; }
  .txt-cmn + .tit-h3, .txt-cmn + .tit-green, .txt-cmn + .txt-cmn, .txt-cmn + .ico-arrow01 {
    margin-top: 30px; }
  .txt-cmn + .grid {
    padding-top: 30px; }

.txt-link {
  display: inline-block;
  text-decoration: underline;
  transition: all .5s ease; }
  .txt-link:hover {
    color: #007900; }

.right-icon {
  position: relative; }
  .right-icon::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right: 15px solid #007900;
    border-bottom: 15px solid #007900; }

.grid.seihon {
  padding-top: 15px; }
  .grid.seihon .col {
    padding-bottom: 10px;
    margin-bottom: 0; }
    .grid.seihon .col .inner {
      border-top: 1px solid #80bc80;
      position: relative;
      padding: 10px 0; }
      .grid.seihon .col .inner.bb {
        position: relative; }
        .grid.seihon .col .inner.bb::after {
          content: '';
          display: block;
          position: absolute;
          margin: auto;
          left: 0;
          right: 0;
          bottom: -10px;
          width: 100%;
          height: 1px;
          background-color: #80bc80; }
    .grid.seihon .col:nth-of-type(1) .inner, .grid.seihon .col:nth-of-type(2) .inner {
      border-top: 0 none; }
    .grid.seihon .col:nth-of-type(odd)::after {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: 86%;
      background-color: #80bc80;
      margin: auto;
      right: 0;
      top: 0;
      bottom: 0; }

.ico-arrow04 {
  display: inline-block;
  padding: 0 0 1px 18px;
  border-bottom: 2px solid #007900;
  position: relative;
  margin-bottom: 60px; }
  .ico-arrow04::before {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border: 8px solid transparent;
    border-left: 10px solid #007900; }

.gree {
  border: 1px solid #80bc80;
  padding: 40px;
  margin-bottom: 50px; }
  .gree .tit-gree {
    font-size: 2.4rem;
    color: #007900;
    margin-bottom: 30px;
    line-height: 2; }
  .gree p {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 40px; }
  .gree .grid {
    -webkit-align-items: center;
    align-items: center; }
    .gree .grid .col {
      margin-bottom: 0; }
    .gree .grid p {
      margin-bottom: 0; }
    .gree .grid img {
      margin: 0; }

.table-cmn {
  width: 100%;
  margin-bottom: 50px; }
  .table-cmn tr {
    border-top: 1px solid #80bc80; }
    .table-cmn tr:last-of-type {
      border-bottom: 1px solid #80bc80; }
    .table-cmn tr th {
      padding: 25px 14px;
      width: 30%;
      vertical-align: top; }
    .table-cmn tr td {
      padding: 25px 14px;
      width: 70%;
      line-height: 2;
      vertical-align: top; }

.gmap {
  display: block;
  width: 100%;
  height: 350px;
  margin-bottom: 50px; }
  .gmap iframe {
    width: 100%;
    height: 100%; }

@media screen and (max-width: 767px) {
  .tit-h1 {
    font-size: 2rem; }
  .tit-h3 {
    font-size: 1.8rem;
    border-left: 3px solid #007900;
    padding-left: 10px; }
  .tit-green {
    font-size: 1.8rem; }
  .grid.seihon .col {
    padding-bottom: 10px;
    margin-bottom: 0; }
    .grid.seihon .col .inner {
      border-top: 1px solid #80bc80;
      position: relative;
      padding: 10px 0; }
      .grid.seihon .col .inner.bb::after {
        content: none; }
    .grid.seihon .col:nth-of-type(1) .inner, .grid.seihon .col:nth-of-type(2) .inner {
      border-top: 1px solid #80bc80; }
    .grid.seihon .col:nth-of-type(1) .inner {
      border: 0 none; }
    .grid.seihon .col:nth-of-type(odd)::after {
      content: none; }
  .gree {
    padding: 10px;
    margin-bottom: 20px; }
    .gree .tit-gree {
      font-size: 1.8rem;
      margin-bottom: 15px;
      line-height: 2; }
    .gree p {
      font-size: 1.5rem;
      line-height: 1.8;
      margin-bottom: 26px; }
    .gree .grid {
      margin-bottom: 0; }
      .gree .grid .col {
        text-align: center; }
        .gree .grid .col img {
          margin: 0 auto; }
  .table-cmn {
    margin-bottom: 20px;
    display: block; }
    .table-cmn tr, .table-cmn th, .table-cmn td {
      display: block; }
    .table-cmn tr {
      border: 0 none; }
      .table-cmn tr:last-of-type {
        border: 0 none; }
      .table-cmn tr th {
        border-bottom: 1px solid #80bc80;
        padding: 10px 10px 5px;
        width: 100%; }
      .table-cmn tr td {
        padding: 5px 10px 10px;
        width: 100%;
        margin-bottom: 10px; }
  .gmap {
    height: 250px;
    margin-bottom: 20px; } }

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  line-height: 1.7em;
  height: 1.7em;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.7rem;
  padding: 5px;
  border: 1px solid #ccc; }

.wpcf7-form textarea {
  line-height: 1.5em;
  height: auto; }

.wpcf7-form input[type="text"].short-txt {
  width: 20%; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  position: relative;
  top: -3px; }

.mySelect {
  overflow: hidden;
  display: inline-block;
  *zoom: 1;
  padding: 0 0 0 5px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: white;
  line-height: 30px;
  height: 30px; }
  .mySelect select::-ms-expand {
    display: none; }
  .mySelect > select {
    display: block;
    padding: 0;
    min-width: 160px;
    font-size: 1rem;
    box-sizing: border-box;
    line-height: 20px;
    margin: 0;
    height: 20px; }
  .mySelect select {
    min-width: 155px;
    padding-right: 25px; }
  .mySelect:after {
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 8px;
    width: 8px;
    height: 8px;
    border-bottom: 4px solid #333;
    border-right: 4px solid #333;
    display: block;
    content: "";
    pointer-events: none;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mySelect span {
    display: inline-block; }

input[type="button"].btn,
input[type="submit"].btn,
a.btn {
  display: inline-block;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: auto 5px;
  padding: 10px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal;
  text-align: center;
  min-width: 160px;
  box-sizing: border-box;
  background: #017800;
  background-size: 14px auto;
  text-decoration: none;
  border: 0 none; }
  input[type="button"].btn:hover,
  input[type="submit"].btn:hover,
  a.btn:hover {
    opacity: 0.7; }

@media only screen and (max-width: 767px) {
  input[type="submit"].btn,
  a.btn {
    padding: 10px;
    color: #fff;
    font-size: 1.5rem;
    min-width: 220px;
    margin-bottom: 5px; } }

.wpcf7-form .table-cmn {
  margin-bottom: 20px; }

ul.formAtt {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.formAtt li {
    padding: 0;
    margin: 0 0 15px; }

p.req {
  padding-bottom: 5px; }
  p.req:before {
    display: inline-block;
    content: '*';
    color: #d41e15;
    margin: 0 5px 0 0; }

th.req:after {
  display: inline-block;
  content: '*';
  color: #d41e15;
  margin: 0 0 0 5px; }

/* よくある質問
------------------------ */
div.faq dl {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border: #ededed 1px solid;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  overflow: hidden; }
  div.faq dl dt {
    position: relative;
    font-size: 20px;
    padding: 10px 10px 10px 50px; }
    div.faq dl dt:before {
      display: block;
      content: 'Q';
      width: 30px;
      text-align: center;
      color: #d41e15;
      font-size: 30px;
      font-weight: normal;
      position: absolute;
      left: 10px;
      top: 8px; }
  div.faq dl dd {
    position: relative;
    padding: 0 10px 10px 50px;
    min-height: 2.5em;
    color: #555; }
    div.faq dl dd:before {
      display: block;
      content: 'A';
      width: 30px;
      text-align: center;
      color: #017800;
      font-size: 30px;
      font-weight: normal;
      position: absolute;
      left: 10px;
      top: 0; }

p.tyui {
  display: block;
  font-size: smaller;
  color: #d41e15;
  line-height: 1.3em;
  padding-top: 5px; }

/* お知らせ
------------------------ */
.information-list li {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none; }
  .information-list li p {
    width: 20%;
    padding: 10px; }
  .information-list li a {
    display: block;
    width: 80%;
    padding: 10px; }

@media only screen and (max-width: 767px) {
  .information-list li {
    margin-bottom: 20px; }
    .information-list li p {
      width: 100%;
      padding: 0 0 5px; }
    .information-list li a {
      width: 100%;
      padding: 0; } }

#arquet html {
  margin-top: 0px !important;
}
