* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #F9F9F9;
  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 {
  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:hover {
  background: #896BDE;
}

.btn::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;
}


.mv {
  position: relative;
  background: url(../img/bg_mv_pc.jpg);
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.webp .mv {
  background: url(../img/bg_mv_pc.webp);
  background-size: cover;
  background-position: center;
}

.mv h2 {
  text-align: center;
  padding: 46px 0;
}

.mv h2 img {
  max-width: 930px;
}

.mv__text {
  background: rgba(236, 229, 255, 0.90);
  text-align: center;
  width: 100%;
  padding: 24px 0;
}

.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;
}

.myBlockAnchor__nav li a {
  font-size: 14px;
  font-weight: 700;
  padding: 0 16px;
  color: #2C2A29;
  text-decoration: none;
  transition: 0.5s;
}

.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: -270px;
  right: -250px;
  z-index: 1;
  width: 544px;
}
.bg_flower_bottom img{
  position: absolute;
  bottom: -270px;
  left: -250px;
  z-index: 1;
  width: 544px;
}

.title-set {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 32px;
}

.title-set::before {
  content: " ";
  position: absolute;
  left: -90px;
  background: url(../img/title_flower_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 64px;
  height: 109px;
}

.title-set::after {
  content: " ";
  position: absolute;
  right: -86px;
  background: url(../img/title_flower_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 64px;
  height: 109px;
}

.title-set div {
  text-align: center;
}

.title-set p {
  font-size: 18px;
  font-weight: 700;
}

.title-set h3 {
  color: #38207B;
  font-size: 36px;
  font-weight: 700;
}

.tour {
  margin-bottom: 104px;
  padding-top: 80px;
}


.tour h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}

.tour .text {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 48px
}

.information {
  background: #EAF5FF;
  padding: 72px 0;
}

.information .title-set {
  margin-bottom: 48px;
}

.information .d-flex {
  gap: 32px;
  align-items: flex-start;
}

.information .d-flex__left {
  width: 54%;
  text-decoration: none;
  transition: 0.5s;
}
.information .d-flex__left:hover {
  opacity: 0.6;
}

.information .d-flex__left img{
  margin-bottom: 10px;
}

.information .d-flex__left p{
  color: #2C2A29;
}

.information .d-flex__right {
  width: 46%;
}

.information .d-flex__right p {
  margin-bottom: 32px;
}

.information .d-flex__right dl dt {
  background: #5B3DAC;
  padding: 4px 8px;
  color: #fff;
  width: fit-content;
  margin-bottom: 8px;
}

.information .d-flex__right dl dd {
  margin-bottom: 24px;
}

.information .d-flex__right dl dd a {
  font-weight: 700;
  transition: 0.5s;
}
.information .d-flex__right dl dd a:hover {
  opacity: 0.6;
}
.information .d-flex__right dl dd a img{
  width: 13px;
  position: relative;
  top: -4px;
  margin-left: 2px;
  margin-right: 5px;
}

.information .d-flex__right dl dd:last-of-type {
  margin-bottom: 0;
}

.point {
  margin-top: 88px;
}

.point .title-set {
  margin-bottom: 48px;
}

.point .d-flex {
  gap: 24px;
}

.point .d-flex div {
  position: relative;
}

.point .d-flex div h4 {
  position: absolute;
  bottom: 24px;
  left: 0;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  padding: 4px 8px;
}

.places {
  padding-top: 120px;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

.places .title-set {
  margin-bottom: 56px;
}

.places .card-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
}

.places .card {
  background: #f5f5f5;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
}

.places .card .prefecture {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  position: relative;
  left: -9px;
}

.places .card h4 {
  font-size: 18px;
  font-weight: 700;
}

.places .card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.places .card div {
  padding: 16px 12px 24px;
  background: #FFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.10);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
}

.places .card .time {
  font-size: 14px;
  margin-bottom: 16px;
}

.places .card .time span {
  padding: 2px 8px;
  background: #5B3DAC;
  color: #FFF;
  margin-right: 6px;
}

.places .card .text {
  font-size: 14px;
  margin-bottom: 24px;
}
.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;
  }

  .bg_flower_top img {
    position: absolute;
    top: -220px;
    right: -200px;
    z-index: 1;
    width: 360px;
}
.bg_flower_bottom img {
  position: absolute;
  bottom: -220px;
  left: -200px;
  z-index: 1;
  width: 360px;
}
  .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 {
    margin-bottom: 20px;
  }
}



@media (max-width: 767.98px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  .title-set p {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .title-set h3 {
    font-size: 24px;
  }

  .title-set::before {
    left: -60px;
    width: 48px;
    height: 83px;
  }

  .title-set::after {
    right: -56px;
    width: 48px;
    height: 83px;
  }


  .mv {
    position: relative;
    background: url(../img/bg_mv_sp.jpg);
    background-size: cover;
  }

  .webp .mv {
    background: url(../img/bg_mv_sp.webp);
    background-size: cover;
  }

  .mv h2 {
    padding: 8px 0 46px;
  }

  .mv__text p:first-of-type {
    margin-bottom: 12px;
  }

  .mv__text p:nth-of-type(2) {
    text-align: left;
    padding: 0 20px;
  }

  .myBlockAnchor {
    padding: 20px;
  }

  .myBlockAnchor__nav {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px 0;
  }

  .myBlockAnchor__nav li {
    border-bottom: 1px #C0C5CC solid;
    padding: 0;
    width: 100%;
  }

  .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: 60px;
  }

  .tour h4 {
    font-size: 18px;
  }

  .tour .text {
    text-align: left;
  }

  .information {
    padding: 64px 0;
  }

  .information .title-set {
    margin-bottom: 40px;
  }

  .point {
    margin-top: 68px;
  }

  .point .d-flex {
    flex-wrap: wrap;
    gap: 40px;
  }

  .places {
    margin-bottom: 60px;
    padding-top: 80px;
  }
}

@media (max-width: 576.98px) {
  .places .card-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .places .card {
    margin-bottom: 20px;
    flex: 0 0 auto;
    width: 70%;
    min-width: 290px;
    scroll-snap-align: start;
  }

  ::-webkit-scrollbar {
    width: 12px;
    height: 6px;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background: #38207B;
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

.search{
  padding: 72px 0;
}
.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;
  }
}