#culturemap main {
  margin-top: 0;
}

.section-header {
  background: url(/motohakone/culturemap/images/head_sp.jpg) no-repeat center center;
  background-size: auto 100%;
  height: 70.8rem;
  color: #fff;
  position: relative;
}

.section-header h1 {
  position: absolute;
  font-size: 3.4rem;
  bottom: 18rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}


.section-header .text a {
  color: #fff;
}

.section-header .link-map li {
  position: absolute;
}
.section-header .link-map li a {
  width: 100%; height: 100%;
  border: .1rem solid #fff;
  position: absolute;
  border-radius:.4rem;
  background-color: rgba(256, 256, 256, .3);
  display:flex;
  flex-direction:column;
}
.section-header .link-map li .area {
  background-color: #fff;
  border-radius:.2rem .2rem 0 0 ;
  padding: .2rem .2rem .2rem;
  line-height:1em;
  font-size: .65em;
}
.section-header .link-map li .number {
  color: #fff;
  font-size: 1.2em;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:1;
  white-space:nowrap;
}
/*.section-header .link-map li img {
  width: 100%;
  height: auto;
}*/



/*////////*/
.section-header .text ul {
  font-size: 1.5rem;
  white-space: nowrap;
}

.section-header .text {
  position: absolute;
}

.blc-mapspot .spot-icon1,
.blc-mapspot .spot-icon2,
.section-header .text li.icon1,
.section-header .text li.icon2 {
  display: flex;
  font-size: 1.5rem;
}

.blc-mapspot .spot-icon1:before,
.blc-mapspot .spot-icon2:before,
.section-header .text li.icon1:before,
.section-header .text li.icon2:before {
  content: "";
  width: 2rem;
  height: 2.6rem;
  display: block;
  background: url(/common/images/logo-s1.svg) no-repeat center center;
  background-size: auto 100%;
  margin-right: 0.5rem;
}

.blc-mapspot .spot-icon1:before,
.blc-mapspot .spot-icon2:before {
  margin-bottom: 1rem;
}

.blc-mapspot .spot-icon2:before,
.section-header .text li.icon2:before {
  background: url(/common/images/logo-s2.svg) no-repeat center center;
  background-size: auto 100%;
}

#culturemap .maps {
  margin-top: -2rem;
  padding-top: 2rem;
  position: relative;
  border-radius: 2rem 2rem 0;
  background-color: #F4F5F2;
}

#culturemap .maps .section {
  padding-bottom: 6rem;
}

.blc-map-back img {
  width: 100%;
  /*height: auto;*/
  display: block;
  pointer-events: none;
  aspect-ratio: 189/124 ;
}

.blc-map {
  position: relative;
}

.maps .blc-mapspot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 8000;
}
body.active .maps .blc-mapspot {
  z-index: 4444;
}
.maps .blc-mapspot > .inner {
  width: 32rem;
  height: 50rem;
  background-color: #D6DDD8;
  border-radius: 2rem;
  padding: 2rem 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.maps .blc-mapspot.is-active > .inner {
  opacity: 1;
}

.maps .blc-mapspot .spot-icon1,
.maps .blc-mapspot .mapspot-content,
.maps .blc-mapspot .blc-btn-link {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.maps .blc-mapspot.is-active .spot-icon1,
.maps .blc-mapspot.is-active .mapspot-content,
.maps .blc-mapspot.is-active .blc-btn-link {
  opacity: 1;
  transform: translateY(0);
}

.maps .blc-mapspot.is-active .spot-icon1 {
  transition-delay: 0.05s;
}

.maps .blc-mapspot.is-active .mapspot-content {
  transition-delay: 0.12s;
}

.maps .blc-mapspot.is-active .blc-btn-link {
  transition-delay: 0.18s;
}

.mapspot-content th{
  white-space:nowrap;
}

.spot-slider {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.spot-slider.is-ready {
  opacity: 1;
}

.spot-slider .splide__arrows {
  display: none !important;
}

.spot-slider .splide__slide {
  width: 100%;
  height: 21.4rem;
}

.spot-slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.spot-slider.splide {
  width: 100%;
  height: 24rem;
  margin-left: 0;
  overflow: hidden;
}

.spot-slider .splide__pagination {
  padding: 1rem 1rem;
  position: relative;
  bottom: auto;
}
.spot-slider .splide__pagination li {
  line-height:0;
}



.spot-slider .splide__pagination__page {
  width: .6rem;
  height: .6rem;
  background: #000;
  opacity: 0.25;
  margin: 0 .4rem;
  border-radius: 50%;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.spot-slider .splide__pagination__page.is-active {
  background: #000;
  opacity: 1;
  transform: scale(1.2);
}

.blc-mapspot .spot-icon1,
.blc-mapspot .spot-icon2 {
  padding: 0 2.3rem;
}

.blc-mapspot .mapspot-content {
  height: 37.5rem;
  margin: 0 0.5rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.blc-mapspot .mapspot-content .inner {
  padding: 0 1.8rem 3rem;
}

.blc-mapspot .mapspot-content .inner h3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
}

.blc-mapspot .mapspot-content .inner h3 .name {
  font-size: 2rem;
  font-weight: 700;
}

.blc-mapspot .mapspot-content .inner h3 .genre {
  font-size: 1.5rem;
  color: #3C3C3C;
  white-space:nowrap;
  padding-left: 2em;
  padding-top: .4rem;
}

.blc-mapspot .blc-btn-link {
  text-align: center;
  border-top: 1px solid #676767;
  padding-top: 1.6rem;
}

.spot-btn {
  display: inline-block;
  width: 45%;
}
.spot-btn+.spot-btn{margin-left: 1%}

.spot-btn a {
  background-color: #003618;
  border-radius: 3rem;
  color: #F7F3E9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2rem;
  margin: 0 auto;
}

.spot-btn a:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.8rem;
  background: url(/motohakone/culturemap/images/link-mark.svg) no-repeat 100% 100%;
}

.mapspot-close {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  width: 3.6rem;
  height: 3.6rem;
  cursor: pointer;
}

.mapspot-close:before,
.mapspot-close:after {
  content: "";
  width: 50%;
  border-top: 1px solid;
  display: block;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: rotate(45deg);
}

.mapspot-close:after {
  transform: rotate(135deg);
}

/*////////////////////*/
.mapspot-link img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0.3rem 0.3rem 0.5rem #666);
  transform: translateX(16%);
}

.mapspot-link {
  position: absolute;
  cursor: pointer;
  width: 2.4rem;
  height: 3.1rem;
  /*border: 1px solid #0f0;*/
}
.mapspot-link.nolink {
  pointer-events:none;
}
.mapspot-link .name{
  font-size: .55em;
  line-height:1.1em;
  margin-top: .2rem;margin-left: -.5em;
}