@charset "UTF-8";

/**/
h2 { text-align: center; margin-bottom: 40px;}
h2 .en { font-family: '/*Cinzel*/', serif; color: #c7b982; font-size: 30px; font-weight: 400; display: block; margin-bottom: 5px; letter-spacing: .2em;}
h2 .jp { font-size: 13px; font-weight: 400;}

.googlemap { display: block; width: 100%; max-width: 240px; margin: 40px auto 0; height: 50px; line-height: 50px; text-align: center; color: #000; background: #c8b982;}
.icn-googlemap span {
  position: relative;
  display: inline-block;
  padding: 15px 0 15px 45px;
}
.icn-googlemap span::before {
  content: '';
  display: block;
  width: 25px;
  height: 36px;
  background: url(../img/pages/map/icn-googlemap.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width:768px) {
  .icn-googlemap span {
    padding-left: 30px;
  }
  .icn-googlemap span::before {
    width: 20px;
    height: 31px;
  }
}

#mainv .logo {
    width: 100px;
    margin: 0px auto;
    padding-top: 60px;
    transition: all 2s;
}
img{
    image-rendering: -webkit-optimize-contrast;
}

/* 現地案内図ページは現地案内図へのリンクを削除 */
.bottom-link-wrap li+li { display: none;}

.info-ttl {
    margin-bottom: 5px;
}

.txt_copy {
    font-size: 24px;
    letter-spacing: .2em;
    font-family: '/*Cinzel*/', serif;
    color: #c7b982;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 5px;
}

.txt_read {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 60px;
    word-break: keep-all;
}

/* パノラマ */
#panorama {
    margin-bottom: 60px;
}

.pano-wrap {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.pano-wrap .figure img {
  position: relative;
  height: 540px;
  width: auto;
  max-width: none;
  left: calc(50vw - 1865px);
  vertical-align: top;
}

.pano-wrap .pano {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.pano-wrap .pano .controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pano-wrap .pano .controls a {
  width: 60px;
  height: 100px;
  display: block;
}

.pano-wrap .pano .controls .left {
  background: url("../img/pages/map/pano-prev.svg") no-repeat center center/cover;
}

.pano-wrap .pano .controls .right {
  background: url("../img/pages/map/pano-next.svg") no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .pano-wrap .figure img {
    height: 300px;
    left: calc(50vw - 575px);
  }
  .pano-wrap .pano .controls a {
    width: 30px;
    height: 50px;
  }
}
.en.map-title {
  color: #fff;
  padding-bottom: 10px;
  width: fit-content;
  margin-inline: auto;
}
.border-bottom {
  border-bottom: 1px solid #fff;
}
.jp.map-lead {
  display: inline-block;
  padding-top: 10px;
  font-size: 19px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .en.map-title {
    font-size: 16px;
  }
  .jp.map-lead {
    font-size: 14px;
  }
  .pl40 {
    padding-left: 15px !important;
  }
  .pr40 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  #spCommonModalTable {
    padding: 60px 0 0px;
  }
}