@charset "UTF-8";
.delay01 {
  transition-delay: 0.1s !important;
}

.delay02 {
  transition-delay: 0.2s !important;
}

.delay03 {
  transition-delay: 0.3s !important;
}

.delay04 {
  transition-delay: 0.4s !important;
}

.delay05 {
  transition-delay: 0.5s !important;
}

.delay06 {
  transition-delay: 0.6s !important;
}

.delay07 {
  transition-delay: 0.7s !important;
}

.delay08 {
  transition-delay: 0.8s !important;
}

.delay09 {
  transition-delay: 0.9s !important;
}

.delay10 {
  transition-delay: 1s !important;
}

/* fade in up */
.fade-in-up {
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-up.inview-on {
  transform: translateY(0px);
  opacity: 1;
}

.inview-on .fade-in-up {
  transform: translateY(0px);
  opacity: 1;
}

.sans {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.serif {
  font-family: "Shippori Mincho", serif;
}

.cinzel {
  font-family: "Cinzel", serif;
}

.garamond {
  font-family: adobe-garamond-pro, serif;
}

.eb {
  font-family: "EB Garamond", serif;
}
.eb.italic {
  font-style: italic;
}

.colorA {
  color: #222222;
}

.mt10 {
  margin-top: 0.2rem;
}

.mt30 {
  margin-top: 0.5rem;
}

.mt50 {
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .mt50 {
    margin-top: 0.5rem;
  }
}

.mt60 {
  margin-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .mt60 {
    margin-top: 0.8rem;
  }
}

.mt80 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .mt80 {
    margin-top: 0.8rem;
  }
}

.mt100 {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .mt100 {
    margin-top: 1.5rem;
  }
}

.mt130 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .mt130 {
    margin-top: 1.5rem;
  }
}

.mt150 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 750px) {
  .mt150 {
    margin-top: 1.5rem;
  }
}

.pt10 {
  padding-top: 0.2rem;
}

.pt30 {
  padding-top: 0.5rem;
}

.pt50 {
  padding-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .pt50 {
    padding-top: 0.5rem;
  }
}

.pt60 {
  padding-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .pt60 {
    padding-top: 0.8rem;
  }
}

.pt80 {
  padding-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .pt80 {
    padding-top: 0.8rem;
  }
}

.pt100 {
  padding-top: 2rem;
}
@media screen and (max-width: 750px) {
  .pt100 {
    padding-top: 1.5rem;
  }
}

.pt130 {
  padding-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .pt130 {
    padding-top: 1.5rem;
  }
}

.pt150 {
  padding-top: 3.2rem;
}
@media screen and (max-width: 750px) {
  .pt150 {
    padding-top: 1.5rem;
  }
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

body {
  overflow-y: scroll;
}

.main {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main .hero .right {
    height: 6rem;
  }
}
.main .hero .right img {
  -o-object-position: top;
     object-position: top;
}
.main .wrap20 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .main .wrap20 {
    width: 20rem;
  }
}
.main .sans {
  letter-spacing: 0;
}
.main .catch_text {
  line-height: 2;
}
@media screen and (min-width: 751px) {
  .main .catch_text {
    text-align: center;
  }
}
.main .bg_white {
  background: #FFF;
  color: #3e3a39;
}
.main .item_exterior {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
  .main .item_exterior {
    padding-bottom: 1.5rem;
  }
}
.main .item_exterior .middle .images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .item_exterior .middle .images {
    gap: 0.1rem;
  }
}
.main .item_exterior .middle .images .figcaption {
  font-size: 0.22rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0;
  color: #b3b2af;
  padding: 0.1rem 0 0;
  position: absolute;
  top: 100%;
  right: 0;
}
@media screen and (max-width: 750px) {
  .main .item_exterior .middle .images .figcaption {
    font-size: 0.2rem;
  }
}
.main .item_exterior .middle .image:first-child {
  grid-column: 1/4;
}
.main .item_exterior .bottom {
  text-align: center;
}
.main .item_exterior .bottom .catch {
  font-size: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .item_exterior .bottom .catch {
    font-size: 0.34rem;
  }
}
.main .item_exterior .bottom .btns {
  display: flex;
  gap: 0.2rem;
  justify-content: center;
  margin-top: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .item_exterior .bottom .btns {
    flex-direction: column;
    margin: 0.6rem 0.5rem 0;
  }
}
.main .item_exterior .bottom .text {
  margin-top: 0.6rem;
}
.main .item_entrance {
  padding: 2.5rem 0;
}
@media screen and (max-width: 750px) {
  .main .item_entrance {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 750px) {
  .main .item_entrance .top .image {
    aspect-ratio: 1/0.85;
  }
  .main .item_entrance .top .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.main .item_entrance .item {
  display: grid;
}
@media screen and (min-width: 751px) {
  .main .item_entrance .item {
    grid-template-columns: 14.8rem auto;
    grid-template-areas: "img txt";
    align-items: center;
    gap: 0 1.4rem;
  }
}
@media screen and (min-width: 751px) {
  .main .item_entrance .item:nth-child(even) {
    grid-template-columns: auto 14.8rem;
    grid-template-areas: "txt img";
  }
}
@media screen and (min-width: 751px) {
  .main .item_entrance .item > .image {
    grid-area: img;
  }
}
@media screen and (max-width: 750px) {
  .main .item_entrance .item > .image {
    width: 100vw;
    margin: 0 -0.3rem;
  }
}
@media screen and (min-width: 751px) {
  .main .item_entrance .item .text {
    grid-area: txt;
  }
}
.main .item_entrance .item .text .catch {
  font-size: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .item_entrance .item .text .catch {
    font-size: 0.4rem;
    margin-top: 0.6rem;
  }
}
.main .item_entrance .item--02 .images {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.1rem;
  margin-top: 0.8rem;
}
@media screen and (min-width: 751px) {
  .main .item_entrance .item--02 .images {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 750px) {
  .main .item_entrance .item--02 .images {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0.4rem;
  }
}
.main .item_entrance .fNote {
  margin-top: 2rem;
  color: #424242;
}
@media screen and (max-width: 750px) {
  .main .item_entrance .fNote {
    margin-top: 1rem;
  }
}

.pager {
  margin-top: 0;
}/*# sourceMappingURL=unique.css.map */