@charset "UTF-8";
/* ウェブフォント（ペン字：花鳥風月PB http://www.geocities.jp/s318shunkasyuto/ (c)TAKAYA）
---------------------------------------------------------*/
@font-face {
  font-family: "katyoufuugetupb";
  src: url("../fonts/katyoufuugetupb.eot?") format("eot"), url("../fonts/katyoufuugetupb.woff") format("woff");
}
/* アクセス 専用
-----------------------------------------
※上書きでスタイリング系の元は
　_module.scss が多いです。
-----------------------------------------*/
main {
  /*
  -----------------------------------------*/
}
main .page-tit .page-tit01 {
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  main .page-tit .page-tit01 {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 1000px) {
  main .page-tit .page-tit01 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 100px;
  }
}
main .page-tit .page-tit01 img {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  main .page-tit .page-tit01 img {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: auto;
    height: 49px;
  }
}
@media screen and (min-width: 1000px) {
  main .page-tit .page-tit01 img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: auto;
    height: 55px;
  }
}
main .gmap3 {
  margin: 10px 0 50px;
  height: 280px;
  width: 100%;
  border-radius: 20px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  main .gmap3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    height: 600px;
  }
}
main .gmap3 .icon {
  border-radius: 10px;
  border: 3px solid #1eb1c1;
  background: #FFF;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  position: relative;
  text-align: center;
  line-height: 13px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
}
main .gmap3 .icon img {
  position: absolute;
  width: 100px;
}
main .gmap3 .icon img[src$="map01-img01.png"] {
  width: 170px;
  bottom: -166.7924528302px;
  left: calc(50% - 170px / 2 + 45px);
}
@media screen and (min-width: 1000px) {
  main .gmap3 .icon img[src$="map01-img01.png"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 250px;
    bottom: -245.2830188679px;
    left: calc(50% - 250px / 2 + 67px);
  }
}
main .gmap3 .icon img[src$="map01-icon.png"] {
  width: 70px;
  top: calc(50% - 31.1643835616px / 2);
  right: -70px;
}
@media screen and (min-width: 1000px) {
  main .gmap3 .icon img[src$="map01-icon.png"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 110px;
    top: calc(50% - 48.9726027397px / 2);
    right: -110px;
  }
}
main .gmap3 .point {
  width: 0;
  height: 0;
  position: relative;
}
main .gmap3 .point img {
  position: absolute;
  width: 100px;
}
main .gmap3 .point img[src$="map-icon03.png"] {
  width: 60px;
  bottom: 0;
  left: calc(50% - 60px / 2);
}
main #map00 {
  margin: 0;
  height: 280px;
  border: 3px solid #1eb1c1;
}
@media screen and (min-width: 1000px) {
  main #map00 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    height: 400px;
  }
}
main section {
  margin: 50px 15px 0;
}
@media screen and (min-width: 1000px) {
  main section {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    max-width: 1100px;
    width: calc(100% - 40px);
    margin: 50px auto 0;
  }
}
main section h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 15px 0 5px;
}
@media screen and (min-width: 1000px) {
  main section .wrapper {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  main section .wrapper > div {
    width: calc(50% - 20px);
  }
}
main section p, main section dt, main section dd {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 1000px) {
  main section p, main section dt, main section dd {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 14px;
  }
}
main section p + h2, main section dl + h2, main section .wrapper + h2 {
  margin: 50px 0 5px 0;
}
main section .root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 1000px) {
  main section .root {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 50px;
  }
}
main section .root li {
  /*width: calc(50% - 10px);*/
  width: 100%;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  main section .root li {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: calc(33.33% - 10px);
  }
}
@media screen and (min-width: 1000px) {
  main section .root li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    /*width: calc(20% - 10px);*/
  }
}
main section figcaption {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 1000px) {
  main section figcaption {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 14px;
  }
}
main section .button {
  width: 90%;
  min-width: 280px;
  max-width: 310px;
  margin: 10px auto;
}
main .img-wrapper {
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  main .img-wrapper {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    border-radius: 20px;
  }
}
main .info01 h2 {
  text-align: left;
}
main .info01 h2:before, main .info01 h2:after {
  content: "";
}
main .info01 h2 span {
  font-weight: bold;
}
main .info01 .img {
  position: relative;
  margin: 10px 0 0;
}
main .info01 .img .img-wrapper:nth-of-type(1) {
  width: 80%;
}
main .info01 .img .img-wrapper:nth-of-type(2) {
  position: absolute;
  bottom: 3%;
  right: 0;
  width: 40%;
}
@media screen and (min-width: 768px) {
  main .info01 {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  main .info01 .img {
    width: 50%;
  }
}
main .info01 .map1 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  main {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
  }
  main section.public {
    margin-bottom: 150px;
  }
  main .map1 {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  main {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
  }
  main section.public .wrapper-public {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  main section.public .wrapper-public .buttons {
    width: 420px; /* Safari */
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    /* デフォ値0 */
  }
  main section.public .wrapper-public .buttons .button {
    max-width: 400px;
  }
  main section.public .wrapper-public figure {
    width: calc(100% - 470px);
  }
  main section.public .wrapper-public .info01 h2 {
    margin: 30px 0 20px 30px;
  }
  main .map1 {
    width: 540px;
  }
}
main .mapImg img {
  width: 100%;
  height: auto;
}