<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#map .bg_color {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #map {
    /*@media screen end*/
  }
}
#map .ttlwrp {
  position: relative;
}
#map .ttlwrp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000216;
  opacity: 0.5;
  z-index: 0;
}
#map .ttlwrp .ttl_tex {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
}
#map .ttlwrp .ttl_tex .ttl01 {
  font-size: clamp(10px,6vw,100px);
  line-height: 1em;
  padding: 0 1em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 20%, white 80%, rgba(255, 255, 255, 0));
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, white), color-stop(80%, white), to(rgba(255, 255, 255, 0)));
     border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 20%, white 80%, rgba(255, 255, 255, 0));
  border-image-slice: 1;
}
#map .ttlwrp .ttl_tex .ttl02 {
  font-size: clamp(10px,2vw,20px);
}
#map .ttlwrp .imgnote {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #map {
    /*@media screen end*/
  }
  #map .ttlwrp .ttl_tex .ttl01 {
    font-size: clamp(10px,15vw,100px);
  }
  #map .ttlwrp .ttl_tex .ttl02 {
    font-size: clamp(10px,4vw,20px);
  }
}
/* #map .map_wrap {
  width: 100%;
  position: relative;
}
#map .map_wrap::before {
  content: "";
  position: absolute;
  top: -6vw;
  right: -10vw;
  -webkit-transform: translate(0%, 0%) rotate(40deg);
          transform: translate(0%, 0%) rotate(40deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  width: 58vw;
  height: 120%;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  -o-border-image: linear-gradient(200deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
     border-image: linear-gradient(200deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}
#map .map_wrap::after {
  content: "";
  position: absolute;
  top: 0vw;
  left: 25%;
  -webkit-transform: translate(0%, 0%) rotate(-40deg);
          transform: translate(0%, 0%) rotate(-40deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  width: 1px;
  height: 120%;
  border-right: solid 1px #fff;
  -o-border-image: linear-gradient(200deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
     border-image: linear-gradient(200deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
} */
#map .map_wrap .sec_p {
  font-size: clamp(10px,3vw,25px);
  color: #fff;
  text-align: center;
  padding: 80px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#map .map_wrap .map {
  width: 90%;
  max-width: 1100px;
  margin: 30px auto;
  position: relative;
  z-index: 1;
  border: 3px solid #9d804d;
}
#map .map_wrap .map .map_p {
  font-size: 8px;
  text-align: left;
  color: #000;
  padding: 20px;
}
#map .map_wrap .map_salon {
  max-width: 950px;
}
#map .map_wrap .pnc {
  font-size: clamp(12px,2vw,15px);
  margin-top: 10px;
  color: #fff;
  text-align: center;
}
#map .map_wrap .pnc span {
  display: inline-block;
  width: 18px;
  vertical-align: top;
}
#map .map_wrap .link_box {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#map .map_wrap .link_box .link {
  background: -webkit-gradient(linear, left top, right top, from(#8C6B2E), to(#BDAA8A));
  background: linear-gradient(to right, #8C6B2E, #BDAA8A);
  width: calc(90%/2);
  margin: 0 auto;
  text-align: center;
  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;
  padding: 10px 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#map .map_wrap .link_box .link img {
  width: 22px;
  margin-right: 10px;
}
#map .map_wrap .link_box .link p {
  font-size: clamp(10px,3vw,18px);
}
#map .map_wrap .link_box .link a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#map .map_wrap .link_box .link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #map {
    /*@media screen end*/
  }
  #map .map_wrap::before {
    border-right: none;
  }
  #map .map_wrap .sec_p {
    font-size: clamp(10px,4.5vw,25px);
    padding: 40px 0 10px;
  }
  #map .map_wrap .link_box {
    padding: 40px 0;
  }
  #map .map_wrap .link_box .link {
    width: 90%;
    margin: 0 auto;
  }
  #map .map_wrap .link_box .link:nth-of-type(2) {
    margin-top: 30px;
  }
  #map .map_wrap .link_box .link a img {
    width: 10%;
    max-width: 22px;
  }
  #map .map_wrap .link_box .link a p {
    font-size: clamp(10px,4vw,18px);
  }
}
#map .bgnone {
  background: none;
}
</pre></body></html>