@charset "UTF-8";

.contents {
	padding: 0 0 40px;
}

.titMap {
	text-align: center;
	letter-spacing: 0.15em;
  padding: 240px 0 60px;
}

.titMap span {
	display: block;
	line-height: 1;
}

.titMap .en {
	font-family: 'Cinzel', sans-serif;
	font-weight: 500;
	font-size: 40px;
}

.titMap .jp {
	color: #AD8551;
	font-size: 14px;	
}

@media screen and (max-width: 768px) {
  .contents {
    padding: 0 0 40px;
  }

  .titMap {
    padding: 140px 0 30px;
  }

  .titMap .en {
    font-size: min(6vw, 56px);
  }

  .titMap .jp {
    color: #CD975F;
    font-size: min(3.5vw, 21px);
  }

}


/* CSS Map Template */
.currentMapSect__head .pageTtl {
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .currentMapSect__head .pageTtl {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .currentMapSect__head .pageTtl {
    padding-bottom: 40px;
  }
}

.currentMapSect__head .pageTtl .en {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .currentMapSect__head .pageTtl .en {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .currentMapSect__head .pageTtl .en {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  .currentMapSect__cont {
    margin: 0 auto;
    width: 650px;
  }
}

@media screen and (max-width: 768px) {
  .currentMapSect__cont {
    margin: 0 0;
  }
}

@media screen and (min-width: 768px) {
  .currentMapSect__cont + .currentMapSect__bottom {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .currentMapSect__cont + .currentMapSect__bottom {
    margin-top: 40px;
  }
}

.currentMapSect__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mapTab {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mapTab {
    width: 100%;
  }
}

.mapTab__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .mapTab__head {
    gap: 16px;
  }
}

.mapTab__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4f3ef;
  border: 1px solid #ccc9c2;
  color: #AD8551;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .05em;
  position: relative;
  -webkit-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease;
}

@media screen and (min-width: 768px) {
  .mapTab__btn {
    height: 54px;
    width: 322px;
  }
}

@media screen and (max-width: 768px) {
  .mapTab__btn {
    font-size: 12px;
    height: 54px;
    text-align: center;
    width: calc(1/ 2 * 100vw);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}

.mapTab__btn:before {
  background: #0d0d0c;
  bottom: -8px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: background .3s ease, -webkit-clip-path .5s ease;
  transition: background .3s ease, -webkit-clip-path .5s ease;
  transition: background .3s ease, clip-path .5s ease;
  transition: background .3s ease, clip-path .5s ease, -webkit-clip-path .5s ease;
  width: 100%;
}

.mapTab__btn:hover, .mapTab__btn.is-active {
  background: #0d0d0c;
  color: #ffffff;
  border-color: #0d0d0c;
  -webkit-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease;
}

.mapTab__btn:hover:before, .mapTab__btn.is-active:before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.mapTab__btn.is-active {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .mapTab__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mapTab__cont {
    margin-top: 16px;
  }

  .mapTab__btn:before {
    display: none;
  }
}

.mapTab__item {
  display: none;
}

.mapTab__item.is-active {
  display: block;
}

.mapTab__item .zoomFigure__btn {
  background: #262521;
}

.mapTab__item .zoomFigure__btn .btnSVG path {
  fill: #ffffff;
}

@media screen and (min-width: 768px) {
  .map-current {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 768px) {
  .map-current {
    padding-bottom: 120px;
  }
}

/**/


.zoomFigure {
  margin: 0 auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  position: relative;
}

.zoomFigure .figurePlot {
  background-color: rgba(51, 51, 51, 0.7);
  border-radius: 50%;
  display: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 2s ease 4s;
  transition: opacity 2s ease 4s;
}

@media screen and (min-width: 768px) {
  .zoomFigure .figurePlot {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .zoomFigure .figurePlot {
    width: 95px;
  }
}

.zoomFigure .figurePlot .svgIcon {
  aspect-ratio: 66 / 67;
  margin-left: -5px;
}

@media screen and (min-width: 768px) {
  .zoomFigure .figurePlot .svgIcon {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .zoomFigure .figurePlot .svgIcon {
    width: 33px;
  }
}

.zoomFigure.sai-animate .figurePlot {
  opacity: 0;
}

.zoomFigure__wrap {
  overflow: hidden;
  position: relative;
  border: 1px solid #000000;
}

.zoomFigure__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.zoomFigure__controller .btnSVG {
  display: block;
  fill: none;
  height: 100%;
  width: 100%;
}

.zoomFigure__btn {
  aspect-ratio: 1 / 1;
  background: #f4f4f4;
  border: 1px solid  #ccc7c2;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  width: 40px;
}

.zoomFigure .caption,
.zoomFigure .capIn,
.zoomFigure .capOut {
  color: #666666;
  font-size: 10px;
  line-height: 1.8;
}

.zoomFigure .caption[data-color='white'],
.zoomFigure .capIn[data-color='white'],
.zoomFigure .capOut[data-color='white'] {
  color: #ffffff;
}

.zoomFigure .caption[data-color='black'],
.zoomFigure .capIn[data-color='black'],
.zoomFigure .capOut[data-color='black'] {
  color: #000000;
}

.zoomFigure .caption[data-color='sdw-wh'],
.zoomFigure .capIn[data-color='sdw-wh'],
.zoomFigure .capOut[data-color='sdw-wh'] {
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px;
}

.zoomFigure .caption[data-color='sdw-bl'],
.zoomFigure .capIn[data-color='sdw-bl'],
.zoomFigure .capOut[data-color='sdw-bl'] {
  color: #000000;
  text-shadow: #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
}

.zoomFigure__capIn, .zoomFigure__capOut {
  position: absolute;
}

.zoomFigure__capIn {
  bottom: 5px;
  right: 5px;
}

.zoomFigure__capOut {
  padding-top: 5px;
  right: 10px;
  top: 100%;
}

.zoomFigure__inner {
  height: 100%;
  overflow: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scroll-behavior: auto;
  scrollbar-width: none;
}

.zoomFigure__inner::-webkit-scrollbar {
  display: none;
}

.zoomFigure__inner .photo__image {
  width: 100%;
}

.zoomFigure__inner .photo .caption,
.zoomFigure__inner .photo .capIn,
.zoomFigure__inner .photo .capOut {
  display: none;
}

@media screen and (max-width: 768px) {
  .zoomFigure[data-mode='pc'] .figurePlot,
  .zoomFigure[data-mode='pc'] .zoomFigure__controller {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .zoomFigure[data-mode='sp'] .figurePlot,
  .zoomFigure[data-mode='sp'] .zoomFigure__controller {
    display: none;
  }
}



.generalBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4f4f4;
  border: none;
  /*-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);*/
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .generalBtn {
    max-width: calc(590 / 375 * 100vw);
    padding: calc(25 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .generalBtn {
    gap: 28px;
    max-width: 377px;
    padding: 15px 20px;
  }
}

.generalBtn:after {
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: opacity .4s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .4s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out, opacity .4s ease-in-out;
  transition: transform .8s ease-in-out, opacity .4s ease-in-out, -webkit-transform .8s ease-in-out;
  width: 100%;
  z-index: -1;
}

.generalBtn__txt {
  color: #333333;
  letter-spacing: .15em;
  line-height: 1.8;
}

.generalBtn__txt:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.generalBtn__txt:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.generalBtn__txt:before, .generalBtn__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .generalBtn__txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn__txt {
    font-size: calc(24 / 750 * 100vw);
  }
}

.generalBtn__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .generalBtn__arrow {
    padding-bottom: 10px;
    right: 20px;
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn__arrow {
    padding-bottom: calc(10 / 750 * 100vw);
    right: calc(32 / 750 * 100vw);
    width: calc(70 / 750 * 100vw);
  }
}

.generalBtn__arrow .arrowSVG {
  height: auto;
  width: 100%;
}

.generalBtn__arrow .arrowSVG__path {
  fill: rgba(0, 0, 0, 0.5);
}

.generalBtn__blank {
  width: 20px;
}

.generalBtn__blank .arrowSVG {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .generalBtn:hover:after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn:hover:after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.generalBtn--prev .generalBtn__arrow {
  right: auto;
}

@media screen and (min-width: 768px) {
  .generalBtn--prev .generalBtn__arrow {
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn--prev .generalBtn__arrow {
    left: calc(32 / 750 * 100vw);
  }
}

.generalBtn--prev .generalBtn__arrow .arrowSVG {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.generalBtn--print {
  background-color: #666666;
}

@media screen and (max-width: 768px) {
  .generalBtn--print {
    display: none;
  }
}

.generalBtn--print .generalBtn__txt {
  color: #ffffff;
  font-style: "Shippori Mincho", serif;
  font-weight: normal;
}

.generalBtn--print .generalBtn__arrow {
  display: none;
}

.generalBtn--map {
  width: 260px;
  border: 1px solid #000;
  transition: all 0.5s;
}

.generalBtn--map:hover {
  background: #000;
  color: #ffffff;
}

.generalBtn--map:hover .generalBtn__txt {
  color: #ffffff;
}

.generalBtn--map .generalBtn__txt {
  letter-spacing: .05em;
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  .generalBtn--map .generalBtn__txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn--map .generalBtn__txt {
    font-size: 14px;
  }
}

.generalBtn .icon {
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .generalBtn .icon {
    right: 20px;
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .generalBtn .icon {
    right: 24px;
    width: 12px;
  }
}

.generalBtn .icon .svgIcon {
  stroke: currentColor;
}