@media (prefers-reduced-motion: no-preference) {
  .main .pageHeader::before, .main .map .image::before,
  .main .dresserMap .image::before, .main .pageHeader::after, .main .map .image::after,
  .main .dresserMap .image::after {
    animation: flowPetal 4s infinite alternate;
    opacity: 0;
    transform: translate3d(0, -20%, 0);
    transition: 2.4s 0.8s;
    transition-property: opacity transform;
  }
  @keyframes flowPetal {
    0% {
      translate: 0 -0.1rem 0;
    }
    100% {
      translate: 0 0 0;
    }
  }
  .main .scrollIn.pageHeader::before, .main .map .scrollIn.image::before,
  .main .dresserMap .scrollIn.image::before, .main .scrollIn.pageHeader::after, .main .map .scrollIn.image::after,
  .main .dresserMap .scrollIn.image::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 750px) {
  .main .pageHeader {
    overflow: hidden;
  }
}
.main .pageHeader::before {
  content: "";
  display: block;
  width: 5.06rem;
  aspect-ratio: 506/551;
  position: absolute;
  top: -0.94rem;
  right: 2.26rem;
  background: url(../imgs/sakura00.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .pageHeader::before {
    width: 2.53rem;
    top: -1rem;
    right: 0;
  }
}
.main .pageHeader .headline {
  text-align: center;
}
.main .pageHeader .headline .catch .ja {
  font-size: 0.48rem;
}
.main .pageHeader .headline .catch .ja.grade {
  width: auto;
  margin-top: 0.5rem;
}
.main .map,
.main .dresserMap {
  margin: 2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .map,
  .main .dresserMap {
    margin: 1rem 0 0;
  }
}
.main .map .headline,
.main .dresserMap .headline {
  text-align: center;
  position: relative;
  z-index: 9;
}
.main .map .headline .catch,
.main .dresserMap .headline .catch {
  display: flex;
  justify-content: center;
  background-color: #f3dad9;
}
.main .map .headline .catch .ja.grade,
.main .dresserMap .headline .catch .ja.grade {
  color: #594847;
  padding: 0.35rem 0;
}
.main .map .image,
.main .dresserMap .image {
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .map .image,
  .main .dresserMap .image {
    margin: 0 -0.4rem;
    padding: 0;
    background: none;
  }
}
.main .map .image::before, .main .map .image::after,
.main .dresserMap .image::before,
.main .dresserMap .image::after {
  content: "";
  display: block;
  position: absolute;
  background: 0 0/contain no-repeat;
}
.main .map .image::before,
.main .dresserMap .image::before {
  width: 2.49rem;
  aspect-ratio: 249/214;
  top: -0.64rem;
  left: -1.24rem;
  background-image: url(../imgs/sakura01.png);
}
@media screen and (max-width: 750px) {
  .main .map .image::before,
  .main .dresserMap .image::before {
    width: 1.24rem;
    top: -0.4rem;
    left: 0;
  }
}
.main .map .image::after,
.main .dresserMap .image::after {
  width: 1.49rem;
  aspect-ratio: 149/139;
  right: -1.26rem;
  bottom: -1.24rem;
  background-image: url(../imgs/sakura02.png);
}
@media screen and (max-width: 750px) {
  .main .map .image::after,
  .main .dresserMap .image::after {
    width: 0.74rem;
    right: 0;
    bottom: -0.7rem;
  }
}
.main .map .image img,
.main .dresserMap .image img {
  position: relative;
  width: 100%;
}
.main .map .parking-notice,
.main .dresserMap .parking-notice {
  text-align: center;
  font-size: 0.24rem;
  color: #594847;
  margin: 0.6rem 0 0;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .main .map .parking-notice,
  .main .dresserMap .parking-notice {
    font-size: 0.3rem;
    margin: 0.4rem 0 0;
  }
}
.main .map .nav,
.main .dresserMap .nav {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .map .nav,
  .main .dresserMap .nav {
    margin: 0.8rem 0 0;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
  }
}
.main .map .nav a,
.main .dresserMap .nav a {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 0.7rem;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 750px) {
  .main .map .nav a,
  .main .dresserMap .nav a {
    height: 0.9rem;
  }
}
.main .map .nav .gmaps,
.main .dresserMap .nav .gmaps {
  background: #998f8e url(../imgs/ico-pin.svg) calc(100% - 0.24rem) 50%/0.23rem auto no-repeat;
  color: #fff;
}
.main .map .nav .print,
.main .dresserMap .nav .print {
  background: #fff url(../imgs/ico-print.svg) calc(100% - 0.25rem) 50%/0.23rem auto no-repeat;
  color: #998f8e;
  box-shadow: inset 0 0 0 0.01rem #998f8e;
}
@media screen and (max-width: 750px) {
  .main .map .nav .print,
  .main .dresserMap .nav .print {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .main .dresserMap .wrap {
    max-width: 11rem;
  }
}
.main .special {
  max-width: 12.8rem;
  margin: 1.7rem auto 0;
  border: 0.2rem solid #fff3f3;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .main .special {
    margin: 1.5rem 0.2rem 0;
    background-color: #fffafa;
  }
}
.main .special::before {
  content: "";
  display: block;
  width: 3.71rem;
  aspect-ratio: 371/441;
  position: absolute;
  top: -3.9rem;
  left: -3.38rem;
  background: url(../imgs/sakura02.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .special::before {
    width: 1.8rem;
    top: -1.5rem;
    left: -0.6rem;
  }
}
.main .special .inner {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 4.89rem 1fr;
  gap: 0 0.5rem;
  border: 0.01rem dotted #c8c3c3;
  padding: 0.54rem 0.45rem 0.82rem 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .special .inner {
    grid-template-columns: 1.5rem 1fr;
    gap: 0 0.34rem;
    padding: 0.8rem 0.4rem 0.4rem;
    overflow: clip;
  }
}
.main .special .inner::before, .main .special .inner::after {
  content: "";
  display: block;
  position: absolute;
}
.main .special .inner::before {
  width: 2.19rem;
  aspect-ratio: 219/229;
  top: -0.21rem;
  right: -0.21rem;
  background: url(../imgs/bg02.png) 0 100%/3.31rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .special .inner::before {
    width: 1.1rem;
    background-size: 1.65rem;
  }
}
.main .special .inner::after {
  width: 1.38rem;
  aspect-ratio: 138/170;
  bottom: -0.21rem;
  left: -0.21rem;
  background: url(../imgs/bg03.png) 100% 0/2.53rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .special .inner::after {
    width: 0.67rem;
    background-size: 1.26rem;
  }
}
.main .special .ttl {
  width: 4.53rem;
  position: absolute;
  top: 0.52rem;
  left: 5.56rem;
}
@media screen and (max-width: 750px) {
  .main .special .ttl {
    top: 0.4rem;
    left: 1.2rem;
    margin-inline: auto;
  }
}
.main .special .image--05 {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: flex-end;
  justify-self: flex-end;
  width: 1.77rem;
  margin: 0 0 0.32rem;
}
@media screen and (max-width: 750px) {
  .main .special .image--05 {
    margin: 0.6rem auto 0;
  }
}
.main .special .image--06, .main .special .image--07 {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 4.04rem;
}
.main .special .image--06 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .main .special .image--06 {
    width: 1.6rem;
    margin: 0.6rem 0 0 0;
  }
}
.main .special .image--07 {
  align-self: flex-end;
  justify-self: flex-end;
}
@media screen and (max-width: 750px) {
  .main .special .image--07 {
    margin: 0.4rem 0 0 auto;
  }
}
.main .special .text {
  grid-row: 1/2;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 0.95rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .special .text {
    padding: 0.7rem 0 0;
  }
}
.main .special .text .catch {
  padding: 0;
  background: none;
}
.main .special .text .catch .line--01 {
  font-size: 0.3rem;
  letter-spacing: 0.045em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .special .text .catch .line--01 {
    font-size: 0.28rem;
  }
}
.main .special .text .catch .line--02 {
  width: 4.7rem;
  margin: 0.25rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .special .text .catch .line--02 {
    width: 4.2rem;
    margin: 0.25rem 0 0 0;
  }
  .main .special .text .catch .line--02 img {
    width: 100%;
  }
}
.main .special .text .catch .line--03 {
  font-size: 0.2rem;
  padding-top: 0.3rem;
  letter-spacing: 0.045em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .special .text .catch .line--03 {
    font-size: 0.24rem;
  }
}
.main .special .text p {
  padding: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .special .text p {
    font-size: 0.24rem;
    padding: 0.4rem 0 0;
  }
}
.main .special .text .btn--detail {
  margin: 0.47rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .special .text .btn--detail {
    margin: 0.5rem auto 0;
  }
}
@media screen and (max-width: 750px) {
  .main .special .over {
    font-size: 0.21rem;
    grid-column: 1/-1;
    grid-row: auto;
    width: 100%;
    margin: 0.3rem auto 0;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.0001rem;
  }
  .main .special .btnsp {
    margin: 0.2rem 1.6rem 0;
    width: 4rem;
  }
}

@media print {
  .gHeader,
  .gFooter {
    display: none !important;
  }
  .main .pageTitle,
  .main .nav,
  .main .fNote {
    display: none !important;
  }
  .main .map {
    margin: 0 !important;
  }
  .main .image {
    width: auto;
    margin: 0;
    padding: 0;
  }
}/*# sourceMappingURL=unique.css.map */