@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.box-googlemap-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-googlemap-01:not(.is-open) .map-sp .sp-close {
    opacity: 0;
    pointer-events: none;
  }
  .box-googlemap-01:not(.is-open) .map-aside {
    opacity: 0;
    pointer-events: none;
  }
}
.box-googlemap-01 .map-sp {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .box-googlemap-01 .map-sp {
    display: none;
  }
}
.box-googlemap-01 .map-sp .sp-list {
  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;
  text-align: center;
  width: 100px;
  max-width: 100%;
  height: 50px;
  padding: 5px;
  text-align: center;
  background: #000;
  color: #fff;
}
.box-googlemap-01 .map-sp .sp-list > *::before {
  content: "\f03a";
  margin-right: 10px;
  font-family: Fontawesome;
}
.box-googlemap-01 .map-sp .sp-close {
  position: absolute;
  z-index: 5;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.box-googlemap-01 .map-sp .sp-close > * {
  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;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  color: transparent;
  background: #fff url(../img/common/head_nav_close_b.svg) center center/contain no-repeat;
}
.box-googlemap-01 .map-aside {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  overflow-y: scroll;
  width: 490px;
  height: calc(100vh - 80px);
  border-right: 1px solid #000;
  background: #efefef;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .box-googlemap-01 .map-aside {
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-aside {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 160px);
  }
}
.box-googlemap-01 .map-aside .aside-title {
  padding: 30px 20px 0;
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-aside .aside-title {
    display: none;
  }
}
.box-googlemap-01 .map-aside .aside-title .howto {
  margin-top: 15px;
}
.box-googlemap-01 .map-aside .aside-search {
  position: relative;
  z-index: 1;
  padding: 30px 20px 10px;
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-aside .aside-search {
    max-width: calc(100% - 50px);
    padding: 20px 15px 10px;
  }
}
.box-googlemap-01 .map-aside .aside-search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-googlemap-01 .map-aside .aside-search .search-form input {
  padding: 5px 15px;
  border: 1px solid #000;
  background: #fff;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-aside .aside-search .search-form .form-text::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  .box-googlemap-01 .map-aside .aside-search .search-form .form-text::-moz-placeholder {
    font-size: 1.3rem;
  }
  .box-googlemap-01 .map-aside .aside-search .search-form .form-text:-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .box-googlemap-01 .map-aside .aside-search .search-form .form-text::-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .box-googlemap-01 .map-aside .aside-search .search-form .form-text::placeholder {
    font-size: 1.3rem;
  }
}
.box-googlemap-01 .map-aside .aside-search .search-form .form-submit {
  display: block;
  margin: 0;
  cursor: pointer;
  font-family: Fontawesome;
  background: #fff;
  border: 1px solid #000;
  border-left: 0;
  color: transparent;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: #fff url(../img/common/zoom_icon_01.svg) center center/20px auto no-repeat;
}
.box-googlemap-01 .map-aside .aside-sort {
  position: absolute;
  top: 30px;
  right: 20px;
  text-align: right;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-aside .aside-sort {
    top: 20px;
    right: 65px;
  }
}
.box-googlemap-01 .map-aside .aside-sort::before {
  content: "\f160";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 36px;
  width: 36px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px;
}
.box-googlemap-01 .map-aside .aside-sort select.sort-select {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  color: transparent;
}
.box-googlemap-01 .map-aside .aside-sort:not(:hover) select {
  pointer-events: none;
}
.box-googlemap-01 .map-aside .aside-order {
  padding: 10px 20px;
}
.box-googlemap-01 .map-aside .aside-order .order-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-googlemap-01 .map-aside .aside-order .order-btn .btn-inner {
  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;
  width: calc(50% - 10px);
  padding: 1px 2px 3px;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 1.5rem;
  border: 1px solid #000;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-aside .aside-order .order-btn .btn-inner {
    height: 30px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.box-googlemap-01 .map-aside .aside-order .order-btn .btn-inner:nth-child(2n) {
  margin-left: 20px;
}
.box-googlemap-01 .map-aside .aside-order .order-btn .btn-inner:hover, .box-googlemap-01 .map-aside .aside-order .order-btn .btn-inner.is-current {
  background: #000;
  color: #fff;
}
.box-googlemap-01 .map-aside .aside-list {
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.box-googlemap-01 .map-main {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  width: calc(100% - 490px);
  height: calc(100vh - 80px);
  outline: 0;
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-main {
    width: 100%;
    height: calc(100vh - 160px);
  }
}
.box-googlemap-01 .map-main .main-canvas {
  width: 100%;
  height: 100%;
  outline: 0;
}
.box-googlemap-01 .map-main .main-controller {
  position: absolute;
  z-index: 0;
  top: calc(50% - 70px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.box-googlemap-01 .map-main .main-controller .controller-inner {
  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;
  height: 40px;
  width: 40px;
  background: #fff;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.box-googlemap-01 .map-main .main-controller .controller-inner::before {
  content: "\f05b";
  font-family: Fontawesome;
  font-size: 20px;
}
.box-googlemap-01 .map-main .main-controller .controller-inner:hover {
  color: #333;
}
.box-googlemap-01 .map-main .main-btn {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .box-googlemap-01 .map-main .main-btn {
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-main .main-btn {
    top: -40px;
    right: 15px;
  }
}
.box-googlemap-01 .map-main .main-btn .btn-hidden {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  display: none;
}
.box-googlemap-01 .map-main .main-btn .btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-travel {
  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;
  height: 50px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 1000px;
}
@media screen and (min-width: 769px) {
  .box-googlemap-01 .map-main .main-btn .btn-inner .btn-travel {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-main .main-btn .btn-inner .btn-travel {
    position: absolute;
    right: 0;
    top: 50px;
    height: 32px;
  }
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-travel input[type=radio] {
  display: none;
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-travel input[type=radio] + label {
  font-size: 0;
  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;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-main .main-btn .btn-inner .btn-travel input[type=radio] + label {
    height: 24px;
    width: 24px;
    margin: 0 5px;
  }
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-travel input[type=radio] + label::before {
  content: "\f1b9";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-main .main-btn .btn-inner .btn-travel input[type=radio] + label::before {
    font-size: 16px;
  }
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-travel input[type=radio] + label[for=travelBicyling]::before {
  content: "\f84a";
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-travel input[type=radio] + label[for=travelWalking]::before {
  content: "\f554";
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-travel input[type=radio] + label:hover {
  background: #000;
  color: #fff;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-travel input[type=radio]:checked + label {
  background: #000;
  color: #fff;
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-primary {
  position: relative;
  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;
  text-align: center;
  padding: 0 30px;
  margin-right: 20px;
  border-radius: 1000px;
  height: 50px;
  border: 1px solid #000;
  background: #ffff00;
  font-size: 2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-main .main-btn .btn-inner .btn-primary {
    height: 32px;
    font-size: 1.6rem;
    padding: 0 15px;
  }
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-primary::before {
  content: "\f4d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 0.5em;
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-primary::after {
  content: "MAKE MY ROUTE";
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-main .main-btn .btn-inner .btn-primary::after {
    content: "ROUTE";
  }
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-primary .primary-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-primary:hover {
  background: #000;
  color: #fff;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-primary:not(.is-open) .primary-open {
  pointer-events: none;
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-primary.is-open::before {
  content: "\f5eb";
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-primary.is-open::after {
  content: "OPEN NAVIGATION";
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-main .main-btn .btn-inner .btn-primary.is-open::after {
    content: "NAVIGATION";
  }
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-delete {
  position: relative;
  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;
  text-align: center;
  line-height: 0;
  letter-spacing: 0;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 0;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-main .main-btn .btn-inner .btn-delete {
    width: 32px;
    height: 32px;
  }
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-delete::before {
  content: "\f2ed";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-main .main-btn .btn-inner .btn-delete::before {
    font-size: 16px;
  }
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-delete input[type=reset] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.box-googlemap-01 .map-main .main-btn .btn-inner .btn-delete:hover {
  background: #fff;
  color: #000;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.box-googlemap-01 .map-main .main-route {
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .box-googlemap-01 .map-main .main-route {
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-main .main-route {
    top: -1px;
    left: 100px;
  }
}
.box-googlemap-01 .map-main .main-route .route-btn {
  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;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  padding: 1px 15px 3px;
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
@media screen and (min-width: 769px) {
  .box-googlemap-01 .map-main .main-route .route-btn {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .box-googlemap-01 .map-main .main-route .route-btn {
    height: 51px;
    line-height: 1;
  }
}
.box-googlemap-01 .map-main .main-route .route-btn.btn-off {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-googlemap-01 .map-main .main-route .route-btn.btn-off {
  background: #000;
  color: #fff;
}
.box-googlemap-01 .map-main .main-route.is-on .btn-on {
  opacity: 0;
  pointer-events: none;
}
.box-googlemap-01 .map-main .main-route:not(.is-on) .btn-off {
  opacity: 0;
  pointer-events: none;
}
.box-googlemap-01 .map-main .gm-style .gm-style-iw-c {
  border-radius: 0;
}
.box-googlemap-01 .map-main .map-pop {
  font-weight: bold;
}
.box-googlemap-01.is-open .map-sp {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .box-googlemap-01.is-open .map-sp .sp-list {
    opacity: 0;
    pointer-events: none;
  }
}
.box-googlemap-01.is-open .map-sp .sp-close {
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .box-googlemap-01.is-open .main-route {
    opacity: 0;
    pointer-events: none;
  }
}
.box-googlemap-01.is-load {
  pointer-events: none;
  opacity: 0.1;
}

.box-maptitle-01 {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .box-maptitle-01 {
    height: 90px;
  }
}
.box-maptitle-01 .title-wrap {
  height: 140px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .box-maptitle-01 .title-wrap {
    height: 90px;
    margin-top: 50px;
  }
}
.box-maptitle-01 .title-wrap .title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 40px;
  height: 100%;
}
.box-maptitle-01 .title-wrap.map {
  border-bottom: 1px solid #000;
}
.box-maptitle-01 .title-wrap.map .title-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-gallery-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .box-gallery-01 {
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.box-gallery-01 .gallery-wrap {
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .box-gallery-01 .gallery-wrap {
    padding: 20px 15px;
  }
}
.box-gallery-01 .gallery-wrap .gallery-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-gallery-01 .gallery-wrap .gallery-inner::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  height: 1px;
  width: 100%;
  background: #000;
}
.box-gallery-01 .gallery-wrap .gallery-inner .gallery-figure {
  width: 120px;
  height: 80px;
  line-height: 0;
  cursor: pointer;
  background: #dedede;
}
.box-gallery-01 .gallery-wrap .gallery-inner .gallery-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-gallery-01 .gallery-wrap .gallery-inner .gallery-detail {
  width: calc(100% - 140px);
}
.box-gallery-01 .gallery-wrap .gallery-inner .gallery-detail .gallery-info {
  cursor: pointer;
}
.box-gallery-01 .gallery-wrap .gallery-inner .gallery-detail .gallery-info .info-title {
  font-size: 1.5rem;
}
.box-gallery-01 .gallery-wrap .gallery-inner .gallery-detail .gallery-info .info-address {
  font-size: 1.3rem;
}
.box-gallery-01 .gallery-wrap .gallery-inner .gallery-detail .gallery-info + * {
  margin-top: 10px;
}
.box-gallery-01 .gallery-wrap .gallery-inner .gallery-detail .gallery-route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
}
.box-gallery-01 .gallery-wrap .gallery-inner .gallery-detail .gallery-route .route-pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.box-gallery-01 .gallery-wrap .gallery-popup {
  position: absolute;
  z-index: 10;
  top: -130px;
  left: 0;
  width: 100%;
  height: calc(100% + 130px);
  background: #efefef;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .box-gallery-01 .gallery-wrap .gallery-popup {
    top: -115px;
    padding: 20px 15px 15px;
  }
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 266px;
  background: #ccc;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .box-gallery-01 .gallery-wrap .gallery-popup .popup-figure {
    width: calc(100vw - 30px);
    height: calc(100vw - 30px);
    max-height: calc(66.176vw - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure .figure-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure .figure-img img {
  width: 100%;
  height: 100%;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure .figure-detail {
  position: relative;
  z-index: 1;
  width: 100%;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure .figure-detail .detail-title {
  position: relative;
  z-index: 1;
  width: 100%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .box-gallery-01 .gallery-wrap .gallery-popup .popup-figure .figure-detail .detail-title {
    font-size: 2rem;
  }
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure .figure-detail .detail-title + * {
  margin-top: 5px;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure .figure-detail .detail-route {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure .figure-detail .detail-route .route-address {
  margin-right: 15px;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure .figure-detail .detail-route .route-bus .unit-cat-01 {
  margin: 0;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure .figure-detail .detail-route .route-bus .unit-cat-01 > * {
  margin: 0;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure .figure-detail .detail-route .route-bus .unit-cat-01 > * .cat-inner {
  padding: 6px 10px;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure.figure-station {
  height: 100px;
  background: #000;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure.figure-station[data-bus^="0"] {
  background: #e50011;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure.figure-station[data-bus^="1"] {
  background: #009844;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure.figure-station[data-bus^="2"] {
  background: #1d2087;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure.figure-station[data-bus^="3"] {
  background: #c78a0f;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure.figure-station[data-bus^="4"] {
  background: #0085d1;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-figure.figure-station[data-bus^="5"] {
  background: #e2007e;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail {
  padding-bottom: 50px;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-main .main-info {
  width: calc(100% - 100px);
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-main .main-info .info-title {
  font-size: 1.8rem;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-main .main-info .info-title + * {
  margin-top: 10px;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-main .main-navigate {
  text-align: center;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-main .main-navigate .navigate-inner {
  display: block;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-main .main-navigate .navigate-inner::before {
  content: "\f5eb";
  display: block;
  font-size: 50px;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  line-height: 1;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-main .main-navigate .navigate-inner > * {
  display: inline-block;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: bold;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-route .route-navigate {
  width: 100%;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-route .route-navigate .navigate-inner::before {
  content: "\f5eb";
  display: block;
  font-size: 50px;
  margin-bottom: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-route .route-pin {
  position: relative;
  width: 100%;
  border-left: 1px solid #000;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-route .route-pin .add-inner {
  font-size: 50px;
  font-weight: 100;
  line-height: 1;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-route .route-pin .pin-select::before {
  margin-left: auto;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-route .route-pin .pin-txt {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-route + * {
  margin-top: 25px;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-info + * {
  margin-top: 30px;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-btn {
  text-align: center;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-btn .btn-inner {
  display: inline-block;
  text-align: center;
  width: 180px;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-detail .detail-btn .btn-inner:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .box-gallery-01 .gallery-wrap .gallery-popup .popup-close {
    display: none;
  }
}
.box-gallery-01 .gallery-wrap .gallery-popup .popup-close::after {
  content: "";
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 1;
  background: #fff url(../img/common/head_nav_close_b.svg) center center/contain no-repeat;
  cursor: pointer;
}
.box-gallery-01 .gallery-wrap:not(.is-current).gallery-bus {
  display: none;
}
.box-gallery-01 .gallery-wrap:not(.is-current) .gallery-popup {
  opacity: 0;
  pointer-events: none;
}
.box-gallery-01 .gallery-wrap:not(.is-current) .gallery-popup .pin-select {
  display: none;
}
.box-gallery-01 .gallery-wrap.is-bottom {
  opacity: 0.5;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.box-gallery-01 .gallery-wrap.is-bottom.is-current {
  opacity: 1;
}
.box-gallery-01 .gallery-load {
  font-size: 0;
}
.box-gallery-01.is-loading {
  opacity: 0;
  pointer-events: none;
}

.box-topmap-01 {
  position: relative;
}
.box-topmap-01 #map_canvas {
  width: 100%;
  height: 75vh;
  outline: 0;
}
.box-topmap-01 .map-bg {
  width: 100%;
  height: 75vh;
  background: url(../img/common/map_bg_01.png) center center/cover no-repeat;
}
.box-topmap-01 .map-pop {
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.box-topmap-01 .topmap-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.box-venues-map-01 #map_canvas {
  height: 50vh;
}
@media screen and (max-width: 768px) {
  .box-venues-map-01 #map_canvas {
    height: 100vw;
  }
}
.box-venues-map-01 .gm-style .gm-style-iw-c {
  border-radius: 0;
}
.box-venues-map-01 .map-pop {
  font-weight: bold;
}

.box-loading-01 {
  display: block;
  width: 100%;
  height: 300px;
  background: url(./ajax-loader.gif) center center no-repeat;
}

/*unit*/
.unit-cat-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
.unit-cat-01 > * {
  margin: 5px;
}
.unit-cat-01 .cat-inner {
  display: block;
  border: 1px solid #000;
  font-size: 1.1rem;
  padding: 4px 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.unit-cat-01 .cat-inner[data-bus] {
  cursor: pointer;
}
.unit-cat-01 .cat-inner.bg-bus {
  color: #fff;
}
.unit-cat-01 .cat-inner.bg-bus[data-bus^="0"] {
  border-color: #e50011;
  background: #e50011;
}
.unit-cat-01 .cat-inner.bg-bus[data-bus^="1"] {
  border-color: #009844;
  background: #009844;
}
.unit-cat-01 .cat-inner.bg-bus[data-bus^="2"] {
  border-color: #1d2087;
  background: #1d2087;
}
.unit-cat-01 .cat-inner.bg-bus[data-bus^="3"] {
  border-color: #c78a0f;
  background: #c78a0f;
}
.unit-cat-01 .cat-inner.bg-bus[data-bus^="4"] {
  border-color: #0085d1;
  background: #0085d1;
}
.unit-cat-01 .cat-inner.bg-bus[data-bus^="5"] {
  border-color: #e2007e;
  background: #e2007e;
}
.unit-cat-01 .cat-inner.bg-bus[data-bus^="9"] {
  border-color: #000;
  background: #000;
  pointer-events: none;
}
.unit-cat-01 .cat-inner:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.unit-cat-01 .cat-bus {
  /*&::before{
      content: "\f207";
      font-family: 'Font Awesome 5 Free';
      font-weight: bold;
      margin-right: 0.25em;
  }*/
}
.unit-cat-01.fc-white .cat-inner {
  border-color: #fff;
  color: #fff;
}

.unit-pinselect-01 .pin-add {
  line-height: 0;
}
.unit-pinselect-01 .pin-add .add-inner {
  font-size: 25px;
  cursor: pointer;
}
.unit-pinselect-01 .pin-add .add-inner::after {
  content: "\e900";
  font-family: "icomoon";
}
.unit-pinselect-01 .pin-select {
  position: relative;
  overflow: hidden;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.unit-pinselect-01 .pin-select::before {
  content: "\f0d7";
  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;
  height: 20px;
  width: 20px;
  font-size: 15px;
  font-family: Fontawesome;
  border: 2px solid #000;
  border-radius: 3px;
  line-height: 1;
}
.unit-pinselect-01 .pin-select .select-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
}
.gallery-wrap[data-status=via] .unit-pinselect-01 .add-inner::after {
  content: "\e901";
}
.gallery-wrap[data-status=start] .unit-pinselect-01 .pin-add {
  color: #042ffb;
}
.gallery-wrap[data-status=start] .unit-pinselect-01 .pin-add .add-inner::after {
  content: "\e903";
}
.gallery-wrap[data-status=end] .unit-pinselect-01 .pin-add {
  color: #ff0d00;
}
.gallery-wrap[data-status=end] .unit-pinselect-01 .pin-add .add-inner::after {
  content: "\e902";
}
.unit-pinselect-01:not(.is-on) .pin-select {
  opacity: 0;
  width: 0;
  margin-left: 0px;
  pointer-events: none;
}

.unit-jspop-01 {
  cursor: pointer;
}
.unit-jspop-01 .popup-inner {
  position: fixed;
  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;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.unit-jspop-01 .popup-inner img {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.unit-jspop-01 .popup-inner .popup-bg {
  padding: 30px;
  background: #fff;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .unit-jspop-01 .popup-inner .popup-bg {
    padding: 15px;
  }
}
.unit-jspop-01 .popup-inner .popup-bg .bg-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.unit-jspop-01 .popup-inner .popup-bg .bg-inner .bg-img {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .unit-jspop-01 .popup-inner .popup-bg .bg-inner .bg-img {
    width: 100%;
  }
  .unit-jspop-01 .popup-inner .popup-bg .bg-inner .bg-img + * {
    margin-top: 15px;
  }
}
.unit-jspop-01 .popup-inner .popup-bg .bg-inner .bg-detail {
  width: calc(100% - 380px);
}
@media screen and (max-width: 768px) {
  .unit-jspop-01 .popup-inner .popup-bg .bg-inner .bg-detail {
    width: 100%;
  }
}
.unit-jspop-01 .popup-inner .popup-bg .bg-inner .bg-detail .detail-title {
  font-weight: bold;
}
.unit-jspop-01 .popup-inner .popup-bg .bg-inner .bg-detail .detail-title + * {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .unit-jspop-01 .popup-inner .popup-bg .bg-inner .bg-detail .detail-title + * {
    margin-top: 10px;
  }
}
.unit-jspop-01 .popup-inner .popup-bg .bg-inner .bg-detail .detail-text > *:nth-child(n+2) {
  margin-top: 1em;
}
.unit-jspop-01:not(.is-pop) .popup-inner {
  opacity: 0;
  pointer-events: none;
}
.unit-jspop-01:not(.is-pop) .popup-inner img {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.unit-gnumlist-01 {
  counter-reset: gnum01;
}
.unit-gnumlist-01 > * {
  counter-increment: gnum01;
  padding-left: 1.25em;
}
.unit-gnumlist-01 > *::before {
  content: counter(gnum01);
  margin-right: 0.75em;
  margin-left: -1.25em;
}
.unit-gnumlist-01 > * + * {
  margin-top: 1em;
}

/*overwrite*/
.box-institution-01 .inner-area ul li a[class^=a] {
  background: #e50011;
}
.box-institution-01 .inner-area ul li a[class^=b] {
  background: #009844;
}
.box-institution-01 .inner-area ul li a[class^=c] {
  background: #1d2087;
}
.box-institution-01 .inner-area ul li a[class^=d] {
  background: #c78a0f;
}
.box-institution-01 .inner-area ul li a[class^=e] {
  background: #0085d1;
}
.box-institution-01 .inner-area ul li a[class^=f] {
  background: #e2007e;
}

.single-events .sec-events-map {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .single-events .sec-events-map {
    margin-top: 50px;
  }
}