@charset "utf-8";

/*=====================
  MAP
=====================*/

/*  contentWrap
=====================*/

/* .page_ttl {
  font-size: 34px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: #3B564C;
  padding: 2em 0;
  text-align: center;
  color: #fff;
}
.page_ttl .p1 {
  font-family: 'Arial', 'メイリオ', serif;
  font-size: 0.53em;
  color: #B79E6C;
} */
.page_ttl {
  font-size: 34px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-top:8px solid #3B564C;
  background: #3B564C;
  /* padding: 3.0em 0 6.0em; */
  padding: 2.6em 0 3.0em;
  text-align: center;
}
.page_ttl .p1 {
  width:30%;
  /* font-family: 'Arial', 'メイリオ', serif;
  font-size: 0.53em; */
  font-family: 'Cinzel', serif !important;
  font-size: 1.5em;
  letter-spacing: 2px;
  line-height: 0.6;
  transform: rotate(0.28deg);
  color: #fff;
  border-bottom:1px solid #fff;
  margin: 0 auto;
}

.map {
  max-width: 1320px;
  width: 94%;
  margin: 140px auto 0;
}

#map .btnbox {
  max-width: 650px;
  width: 90%;
  margin: 140px auto 100px;
  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;
}
#map .btn_ {
  width: 48%;
  margin: 0 auto;
  background-color: #202020;
  position: relative;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
}
#map .btn_ a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
#map .btn_:hover { opacity: .7; }
#map .btn_ p {
  padding: 22px 0;
  color: #fff;
  font-size: clamp(10px, 10vw, 14px);
  letter-spacing: .01em;
}
#map .btn_.pln::after {
  content: "";
  background: url(../img/pin.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
}
#map .btn_.prt::after {
  content: "";
  background: url(../img/prt.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2vw;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
}


/*-----------------------------
調整
-----------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1400px) {



}

/*-----------------------------
tab横のみ
-----------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {


}


/*-----------------------------
tab
-----------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px)  {



}

@media only screen and (min-width: 768px) and (max-width: 900px)  {


}


/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {

  /* .page_ttl {
    font-size: 25px;
    padding: 1.5em 0;
  } */
  .page_ttl {
    font-size: 25px;
    padding: 2.6em 0 3.0em;
  }
  .page_ttl .p1 {
    width:30%;
    font-size: 1.2em;
    letter-spacing: 2px;
  }

  .map {
    margin-top: 12vw;
  }

  /* 横スクロールのデモ用のスタイル */
  .scroll-area {
    width: 94%;
    margin: 0 auto;
    border:1px solid #999;
    border-top:none;
  }

  .wide-content {
    width: 800px;
  }
  .js-scrollable {
    text-align: center;
    overflow-x: auto;
  }
  .js-scrollable img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }


  #swipeIcon_Wrap {
    position: fixed;
    width: 88vw;
    height: 67vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
    /* border:1px solid #c00; */
  }
  #swipeIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0, 0, 0, 0.55);

    width: 80px;
    border-radius: 10px;
  }


  #map .btnbox {
    margin-top: 12vw;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #map .btn_ {
    width: 95%;
    margin-bottom: 20px;
  }
  #map .btn_ p {
    padding: 16px 0;
    font-size: 14px;
  }
  #map .btn_.pln::after {
    right: 4vw;
  }
  #map .btn_.prt::after {
    right: 4vw;
  }

}
