* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --color-pink-1: #cb396f;
  --color-pink-2: #ffeff5;
}

body {
  background: #fffbfb;
  overflow-x: hidden;
}

a {
  color: #3064d5;
}

figure {
  margin: 0;
}

.ui-static-section-wrapper {
  padding-bottom: 0;
  padding-top: 0;
}

img {
  width: 100%;
  object-fit: cover;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

.tab-only {
  display: none;
}

.d-flex {
  display: flex;
}

.btn {
  width: min(100%, 460px);
  margin: 24px auto 0;
}

.btn>a {
  border-radius: 100px;
  background: #38207b;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px 8px;
  text-decoration: none;
  position: relative;
  transition: background-color 0.5s ease;
  font-weight: 700;
}

.btn>a:hover {
  background: #896bde;
}

.btn>a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: " ";
  background: url(../img/angle_right.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 13px;
}

.spot-link {
  width: 100%;
  margin-top: auto;
}

.spot-link>a {
  display: block;
  background: #38207b;
  border-radius: 8px;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.spot-link>a:hover {
  background: #896bde;
}

.spot-link>.no-link {
  background: #515760;
  pointer-events: none;
}

.spot-link>a[href=""] {
  background: none;
  color: #38207b;
  pointer-events: none;
}

.mv {
  position: relative;
  background: url(../img/bg_mv_pc.webp);
  background-size: cover;
  z-index: 2;
}

.mv h2 {
  text-align: center;
  padding: 46px 0 32px;
}

.mv h2 img {
  max-width: 450px;
}

.mv__text {
  background-color: var(--color-pink-2);
  opacity: 0.9;
  text-align: center;
  width: 100%;
  padding: 24px 20px;
}

.mv__text p:first-of-type {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.mv__text p:nth-of-type(2) {
  font-size: 14px;
}

.myBlockAnchor {
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
  padding: 16px 20px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.myBlockAnchor__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.myBlockAnchor__nav li {
  padding: 0 16px;
  display: flex;
  align-items: center;
}

.myBlockAnchor__nav li .ui-static-icon {
  font-size: 20px;
}

.myBlockAnchor__nav li a {
  font-size: 14px;
  font-weight: 700;
  color: #2c2a29;
  text-decoration: none;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 2px;
  padding-right: 2px;
}

.myBlockAnchor__nav li a:hover {
  opacity: 0.6;
}

.myBlockAnchor__nav li+li {
  border-left: 1px #8b8b8b solid;
}

.bg_flower_top,
.bg_flower_bottom {
  position: relative;
}

.bg_flower_top img {
  position: absolute;
  top: 30px;
  right: -469px;
  z-index: 1;
  width: 867px;
  transform: rotate(30deg);
}

.bg_flower_bottom img {
  position: absolute;
  bottom: -70px;
  left: -350px;
  z-index: 1;
  z-index: 1;
  width: 867px;
  transform: rotate(30deg);
}

.title-set {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 48px;
}

.title-set::before {
  content: " ";
  position: absolute;
  left: -80px;
  background: url(../img/title_flower_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 61px;
}

.title-set::after {
  content: " ";
  position: absolute;
  right: -81px;
  background: url(../img/title_flower_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 61px;
}

.title-set div {
  text-align: center;
}

.title-set p {
  font-size: 18px;
  font-weight: 700;
}

.title-set h3 {
  color: var(--color-pink-1);
  font-size: 36px;
  font-weight: 700;
}

.tour {
  margin-bottom: 88px;
  padding-top: 80px;
}

.information {
  background: var(--color-pink-2);
  padding: 56px 0 64px;
}

.information dl {
  max-width: 960px;
  margin: 0 auto;
}

.information dl dt {
  background: var(--color-pink-1);
  color: #fff;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 18px;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.information dl dd {
  margin-bottom: 24px;
}

.information dl dd:last-of-type {
  margin-bottom: 0px;
}

.point {
  margin-top: 88px;
  margin-bottom: 88px;
}

.card-wrapper {
  display: flex;
  gap: 24px;
}

.card-wrapper-4 div {
  width: 25%;
}

.card-wrapper div img {
  height: 224px;
  border-radius: 8px;
  margin-bottom: 8px;
}

.card-wrapper div h4 {
  font-size: 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.card-wrapper div figure {
  position: relative;
}

.card-wrapper div figure .credit {
  position: absolute;
  bottom: 20px;
  right: 0px;
  background: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px 0 0 4px;
}

.card-wrapper .card-wrapper__time .ui-static-icon {
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-top: 4px;
}

.card-wrapper .card-wrapper__text {
  margin-top: 14px;
}

.places {
  padding-top: 88px;
  margin-bottom: 88px;
  position: relative;
  z-index: 2;
}

.places .card-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
}

.places .card-wrapper__card {
  background: #f5f5f5;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
}

.places .card-wrapper__card img {
  height: 174px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}

.places .card-wrapper__card .card-wrapper__card__prefecture {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  position: relative;
  left: -8px;
}

.places .card-wrapper__card h4 {
  font-size: 18px;
  font-weight: 700;
}

.places .card-wrapper__card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.places .card-wrapper__card div {
  padding: 16px 12px 24px;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  border-radius: 0 0 8px 8px;
}

.places .card-wrapper__card .card-wrapper__card__time {
  font-size: 14px;
  margin-bottom: 16px;
}

.places .card-wrapper__card .card-wrapper__card__time span {
  padding: 2px 8px;
  background: var(--color-pink-1);
  color: #fff;
  margin-right: 6px;
  border-radius: 4px;
}

.places .card-wrapper__card .card-wrapper__card__text {
  font-size: 14px;
}

.footer-new {
  z-index: 2;
}

@media (max-width: 1024.98px) {
  .point .d-flex div h4 {
    font-size: 14px;
  }
}

@media (max-width: 820.98px) {
  .tab-only {
    display: block;
  }

  .card-wrapper div img {
    height: 156px;
  }

  .information .d-flex {
    flex-wrap: wrap;
    gap: 0;
  }

  .information .d-flex__left {
    width: 100%;
  }

  .information .d-flex__right {
    width: 100%;
    margin-top: 32px;
  }

  .places .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .places .card-wrapper__card {
    margin-bottom: 20px;
  }

  .myBlockAnchor__nav li {
    padding: 0;
    width: 20%;
    justify-content: center;
  }

  .myBlockAnchor__nav li a {
    padding: 0;
  }

  .bg_flower_top img {
    top: 10px;
    right: -290px;
    width: 550px;
  }

  .bg_flower_bottom img {
    bottom: 0px;
    left: -260px;
    width: 550px;
  }
}

@media (max-width: 767.98px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  .title-set {
    gap: 6px;
    margin-bottom: 32px;
    flex-direction: column;
  }

  .title-set p {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .title-set h3 {
    font-size: 26px;
  }

  .title-set::before {
    width: 47px;
    height: 47.783px;
    background: url(../img/title_flower_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: static;
  }

  .title-set::after {
    content: none;
  }

  .mv {
    position: relative;
    background: url(../img/bg_mv_sp.webp);
    background-size: cover;
  }

  .mv h2 {
    padding: 48px 16px 32px;
  }

  .mv__text p:first-of-type {
    margin-bottom: 12px;
  }

  .mv__text p:nth-of-type(2) {
    text-align: left;
  }

  .myBlockAnchor {
    padding: 20px;
  }

  .myBlockAnchor__nav {
    flex-wrap: wrap;
    gap: 8px 0;
    justify-content: left;
  }

  .myBlockAnchor__nav li {
    border-bottom: 1px #c0c5cc solid;
    padding: 0;
    width: 50%;
    padding-right: 10px;
    justify-content: space-between;
  }

  .myBlockAnchor__nav li .ui-static-icon {
    position: relative;
    top: -3px;
  }

  .myBlockAnchor__nav li:last-of-type .ui-static-icon {
    top: 0;
  }

  .myBlockAnchor__nav li+li {
    border-left: none;
  }

  .myBlockAnchor__nav li a {
    font-size: 13px;
    padding: 0;
    padding-bottom: 8px;
    display: block;
  }

  .myBlockAnchor__nav li:last-child {
    border-bottom: none;
  }

  .myBlockAnchor__nav li:last-child a {
    padding-bottom: 0;
  }

  .tour {
    padding-top: 56px;
    margin-bottom: 56px;
  }

  .tour h4 {
    font-size: 18px;
  }

  .tour .text {
    text-align: left;
  }

  .information {
    padding: 40px 0 48px 0;
  }

  .point {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .card-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .card-wrapper div img {
    height: 180px;
  }

  .card-wrapper-4 div {
    width: 100%;
  }

  .point .d-flex {
    flex-wrap: wrap;
    gap: 40px;
  }

  .places {
    margin-bottom: 60px;
    padding-top: 56px;
  }

  .bg_flower_top img {
    top: 30px;
    right: -270px;
    width: 460px;
  }

  .bg_flower_bottom img {
    bottom: -23px;
    left: 0;
    width: 100%;
    transform: rotate(180deg);
  }

  .search {
    margin-bottom: 150px;
  }
}

@media (max-width: 576.98px) {
  .places .card-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 16px;
  }

  .places .card-wrapper__card {
    margin-bottom: 20px;
    flex: 0 0 auto;
    width: 70%;
    min-width: 290px;
    scroll-snap-align: start;
  }

  .places ::-webkit-scrollbar {
    width: 12px;
    height: 6px;
  }

  .places ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  .places ::-webkit-scrollbar-thumb {
    background: var(--color-pink-1);
    border-radius: 10px;
  }

  .places ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

.search {
  margin-bottom: 170px;
}

.search .ui-static-section-wrapper {
  position: relative;
  z-index: 5;
}

@media (max-width: 767.98px) {
  .search .ui-static-section-wrapper {
    width: 100vw;
    padding: 0 !important;
  }

  .main .rn-searchMod__input:checked+.rn-searchMod__checkBox::after {
    width: 12px;
    height: 6px;
    top: 3px !important;
    left: 4px;
  }
}