@charset "UTF-8";
/* spk.css */

/* トップページの上書きCSS */
.mv {
  background: url(/attending/kokunai/momiji/map/images/keyvis-BP18-035272D.jpg)
    no-repeat top center;
  background-size: cover;
}

/* 地図 */
.gorup_map {
  position: relative;
  background: url(/attending/kokunai/momiji/map/images/map-spk.png) no-repeat
    calc(100% / 2 - 10px) center;
  width: 1024px;
  height: 888px;
}
.block_map {
  position: absolute;
  width: 210px;
  height: auto;
}
.block_map-place01 {
  top: -15px;
  left: 230px;
}
.block_map-place02 {
  top: -15px;
  right: 240px;
}
.block_map-place03 {
  top: 165px;
  left: 0;
}
.block_map-place04 {
  top: 150px;
  right: 0;
}
.block_map-place05 {
  top: 440px;
  left: 0;
}
.block_map-place06 {
  top: 450px;
  right: 0;
}
.block_map-place07 {
  bottom: 0;
  left: 250px;
}
.block_map-place08 {
  bottom: 40px;
  right: 260px;
}
.period {
  position: relative;
  top: 10px;
  display: inline-block;
  background-color: #c49a56;
  border-radius: 100px;
  font-size: 12px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 6px 20px;
}
.map-btn {
  text-align: center;
  margin-top: 10px;
}
.popular {
  position: absolute;
  top: -10px;
  left: -20px;
  display: inline-block;
  background-color: #F26A4E;
  border-radius: 100px;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  letter-spacing: normal;
  padding: 5px 10px;
  transform: rotate(-5deg);
}
.map-btn_link {
  position: relative;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Serif JP", sans-serif;
    font-weight: 500;
  letter-spacing: 0.2em;
  padding: 15px 40px 15px 20px;
}
.map-btn_link::before,
.map-btn_link::after {
  content: "";
  position: absolute;
}
.map-btn_link::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #698ec3;
  position: absolute;
  top: calc(50% + 1px);
  right: 10px;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.map-btn_link::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
}
.map-btn_link.rotate::after {
  top: calc(50% + 1px);
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
}
