@charset "UTF-8";
.main .design .menu .item.limited .text::before, .main .spaceDesign .list .item .text .name::before, .main .spaceDesign .list .item .text p::before, .main .spaceDesign .list .item .text .note::before, .main .detail .body .headline .catch::before, .main .design .menu .item.limited .text::after, .main .spaceDesign .list .item .text .name::after, .main .spaceDesign .list .item .text p::after, .main .spaceDesign .list .item .text .note::after, .main .detail .body .headline .catch::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .design .menu .item.limited .text::before, .main .spaceDesign .list .item .text .name::before, .main .spaceDesign .list .item .text p::before, .main .spaceDesign .list .item .text .note::before, .main .detail .body .headline .catch::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .design .menu .item.limited .text::after, .main .spaceDesign .list .item .text .name::after, .main .spaceDesign .list .item .text p::after, .main .spaceDesign .list .item .text .note::after, .main .detail .body .headline .catch::after {
  margin-top: calc((1em - 1lh) / 2);
}

.main .design .headline .ttl,
.main .spaceDesign .headline .ttl,
.main .terrace .headline .ttl, .main .design .headline .catch .en,
.main .spaceDesign .headline .catch .en,
.main .terrace .headline .catch .en, .main .design .menu .item .spec, .main .detail .prepend .name, .main .detail .prepend .spec .plan, .main .detail .prepend .spec .size .num, .main .detail .body .point .legend, .main .detail .body .point .list li .num, .main .detail .nav .prev,
.main .detail .nav .next {
  font-family: "Forum", serif;
  line-height: 0.8;
}

@media (prefers-reduced-motion: no-preference) {
  .main .pageHeader .image::before, .main .design::before, .main .detail .inner::before, .main .pageHeader .image::after, .main .design::after {
    -webkit-animation: flowPetal 4s infinite alternate;
            animation: flowPetal 4s infinite alternate;
    opacity: 0;
    transform: translate3d(0, -20%, 0);
    transition: 2.4s 0.8s;
    transition-property: opacity transform;
  }
  @-webkit-keyframes flowPetal {
    0% {
      translate: 0 -0.1rem 0;
    }
    100% {
      translate: 0 0 0;
    }
  }
  @keyframes flowPetal {
    0% {
      translate: 0 -0.1rem 0;
    }
    100% {
      translate: 0 0 0;
    }
  }
  .main .pageHeader .scrollIn.image::before, .main .scrollIn.design::before, .main .detail .scrollIn.inner::before, .main .pageHeader .scrollIn.image::after, .main .scrollIn.design::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 750px) {
  .main .pageHeader {
    overflow: hidden;
  }
}
.main .pageHeader .image::after {
  width: 5.06rem;
  aspect-ratio: 506/550;
  top: -4.36rem;
  right: 2.27rem;
  background-image: url(../imgs/sakura00.png);
}
@media screen and (max-width: 750px) {
  .main .pageHeader .image::after {
    width: 2.53rem;
    top: -2rem;
    right: 0;
  }
}
.main .design,
.main .spaceDesign,
.main .terrace {
  padding: 1.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .design,
.main .spaceDesign,
.main .terrace {
    padding: 1.5rem 0 0;
  }
}
.main .design .headline .ttl,
.main .spaceDesign .headline .ttl,
.main .terrace .headline .ttl {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .design .headline .ttl,
.main .spaceDesign .headline .ttl,
.main .terrace .headline .ttl {
    font-size: 0.8rem;
  }
}
.main .design .headline .catch,
.main .spaceDesign .headline .catch,
.main .terrace .headline .catch {
  padding: 0.8rem 0 0;
  text-align: center;
}
.main .design .headline .catch .ja,
.main .spaceDesign .headline .catch .ja,
.main .terrace .headline .catch .ja {
  margin-inline: auto;
}
.main .design .headline .catch .en,
.main .spaceDesign .headline .catch .en,
.main .terrace .headline .catch .en {
  margin: 0.24rem 0 0;
  color: #b3aaaa;
  font-size: 0.15rem;
  letter-spacing: 0.02em;
  line-height: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .design .headline .catch .en,
.main .spaceDesign .headline .catch .en,
.main .terrace .headline .catch .en {
    padding: 0.4rem 0 0;
    font-size: 0.2rem;
  }
}
.main .design::before {
  content: "";
  display: block;
  width: 3.68rem;
  aspect-ratio: 368/262;
  position: absolute;
  top: -0.45rem;
  right: calc(50% + 3.67rem);
  background: url(../imgs/sakura01.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .design::before {
    width: 1.84rem;
    right: auto;
    top: -0.4rem;
    left: 0;
  }
}
.main .design .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  width: 11.8rem;
  margin: 0.8rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .design .menu {
    flex-direction: column;
    gap: 0.4rem;
    width: 5.7rem;
    margin: 0.76rem auto 0;
  }
}
.main .design .menu .item {
  display: grid;
  grid-template-rows: 0.7rem 1fr 1.28rem;
  grid-template-columns: auto;
  width: 3.7rem;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item {
    width: 5.7rem;
    grid-template-rows: 1.1rem 1fr 2rem;
  }
}
.main .design .menu .item .image {
  grid-row: 1/4;
  grid-column: 1/2;
}
.main .design .menu .item .new {
  position: absolute;
  top: 0;
  right: 0;
  background: #b1332f;
  color: #fff;
  font-size: 0.14rem;
  width: 0.6rem;
  height: 0.3rem;
  padding-bottom: 0.01rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .new {
    font-size: 0.24rem;
    width: 1rem;
    height: 0.5rem;
  }
}
.main .design .menu .item .catch {
  grid-row: 1/2;
  grid-column: 1/2;
  display: grid;
  place-items: center;
  color: #d57c79;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .catch {
    font-size: 0.28rem;
  }
}
.main .design .menu .item .catch.--01 {
  color: #fff;
}
.main .design .menu .item .spec {
  grid-row: 2/3;
  grid-column: 1/2;
  padding: 0.3rem 0.3rem 0 0.55rem;
  background: linear-gradient(#d57c79 0.13rem, #d9caca 0.13rem) 0.4rem 0/0.02rem 0.47rem no-repeat;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .spec {
    padding: 0.4rem 0.4rem 0 0.59rem;
    background: linear-gradient(#d57c79 0.2rem, #d9caca 0.2rem) 0.5rem 0/0.06rem 0.7rem no-repeat;
  }
}
.main .design .menu .item .spec .name {
  color: #d57c79;
  font-size: 0.26rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .spec .name {
    font-size: 0.42rem;
  }
}
.main .design .menu .item .spec .name span {
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .spec .name span {
    font-size: 0.26rem;
  }
}
.main .design .menu .item .spec .plan {
  margin: 0.2rem 0 0;
  font-size: 0.44rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .spec .plan {
    margin: 0.28rem 0 0;
    font-size: 0.7rem;
  }
}
.main .design .menu .item .spec .plan span {
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .spec .plan span {
    font-size: 0.46rem;
  }
}
.main .design .menu .item .spec .size {
  margin: 0.18rem 0 0;
  font-size: 0.38rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .spec .size {
    margin: 0.32rem 0 0;
    font-size: 0.6rem;
  }
}
.main .design .menu .item .spec .size .label {
  margin: 0 0.2rem 0 0;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 0.14rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .spec .size .label {
    margin: 0 0.3rem 0 0;
    font-size: 0.26rem;
  }
}
.main .design .menu .item .spec .size .small {
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .spec .size .small {
    font-size: 0.46rem;
  }
}
.main .design .menu .item .spec .size .small sup {
  font-size: 0.5em;
}
.main .design .menu .item .tag {
  grid-row: 3/4;
  grid-column: 1/2;
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0.06rem;
  padding: 0 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .tag {
    gap: 0.1rem;
    padding: 0 0.5rem;
  }
}
.main .design .menu .item .tag .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
  height: 0.32rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.13rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .tag .item {
    gap: 0.1rem;
    height: 0.6rem;
    font-size: 0.22rem;
  }
}
.main .design .menu .item .tag .item::before {
  content: "";
  display: block;
  background: 0 0/contain no-repeat;
}
.main .design .menu .item .tag .point {
  width: 1.42rem;
  background: #f3dad9;
  color: #d57c79;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .tag .point {
    width: 2.3rem;
  }
}
.main .design .menu .item .tag .point::before {
  width: 0.11rem;
  aspect-ratio: 10/16;
  background-image: url(../imgs/ico-point.svg);
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .tag .point::before {
    width: 0.18rem;
  }
}
.main .design .menu .item .tag .price {
  width: 1.42rem;
  background: #edddcf;
  color: #b38b47;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .tag .price {
    width: 2.3rem;
  }
}
.main .design .menu .item .tag .price::before {
  width: 0.15rem;
  aspect-ratio: 1;
  background-image: url(../imgs/ico-price.svg);
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .tag .price::before {
    width: 0.26rem;
  }
}
.main .design .menu .item .tag .parking {
  width: 2rem;
  background: #e7dddd;
  color: #807777;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .tag .parking {
    width: 3.44rem;
  }
}
.main .design .menu .item .tag .parking::before {
  width: 0.17rem;
  aspect-ratio: 17/10;
  background-image: url(../imgs/ico-parking.svg);
}
@media screen and (max-width: 750px) {
  .main .design .menu .item .tag .parking::before {
    width: 0.3rem;
  }
}
.main .design .menu .item .tag .illustration {
  grid-column: 1/3;
  width: 100%;
  text-align: center;
}
.main .design .menu .item.limited {
  grid-template-rows: 0.7rem 2.22rem 1fr;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item.limited {
    grid-template-rows: 1.1rem 3.4rem 1fr;
  }
}
.main .design .menu .item.limited .spec {
  background: linear-gradient(#998f8e 0.13rem, #d9caca 0.13rem) 0.4rem 0/0.02rem 0.47rem no-repeat;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item.limited .spec {
    background: linear-gradient(#998f8e 0.2rem, #d9caca 0.2rem) 0.5rem 0/0.06rem 0.7rem no-repeat;
  }
}
.main .design .menu .item.limited .spec .name {
  color: #998f8e;
}
.main .design .menu .item.limited .text {
  grid-row: 3/4;
  grid-column: 1/2;
  display: block;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.3rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .design .menu .item.limited .text {
    margin-top: 1.3rem;
    font-size: 0.24rem;
    line-height: 1.6;
  }
}
.main .design .legend {
  margin: 0.4rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .design .legend {
    font-size: 0.2rem;
  }
}
.main .design .legend .line--02 {
  display: flex;
  justify-content: center;
  margin: 0.2rem 0 0;
  gap: 0.2rem;
}
.main .design .legend .line--02 .item {
  background: 0 50% no-repeat;
}
.main .design .legend .line--02 .item--01 {
  padding-left: 0.34rem;
  background-image: url(../imgs/legend01.svg);
  background-size: 0.28rem auto;
}
.main .design .legend .line--02 .item--02 {
  padding-left: 0.32rem;
  background-image: url(../imgs/legend02.svg);
  background-size: 0.27rem auto;
}
.main .design .legend .line--02 .item--03 {
  padding-left: 0.33rem;
  background-image: url(../imgs/legend03.svg);
  background-size: 0.28rem auto;
}
.main .design .legend .line--02 .item--04 {
  padding-left: 0.33rem;
  background-image: url(../imgs/legend04.svg);
  background-size: 0.28rem auto;
}
.main .terrace .image {
  max-width: 12.8rem;
  margin: 0.75rem auto 0;
  box-shadow: 0 0 0.57rem 0.03rem rgba(242, 225, 223, 0.8);
}
.main .casbee {
  width: 2.99rem;
  margin: 0.6rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .casbee {
    width: 3.6rem;
  }
}
.main .spaceDesign .list {
  display: flex;
  justify-content: space-between;
  margin: 0.75rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .list {
    flex-wrap: wrap;
    gap: 0.6rem 0.2rem;
  }
}
.main .spaceDesign .list .item {
  width: calc((100% - 0.6rem) / 4);
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .list .item {
    width: calc(50% - 0.1rem);
  }
}
.main .spaceDesign .list .item .image {
  box-shadow: 0 0 0.57rem 0.03rem rgba(242, 225, 223, 0.8);
}
.main .spaceDesign .list .item .image figcaption {
  padding: 0.2rem;
}
.main .spaceDesign .list .item .text {
  margin: 0.2rem 0.18rem 0;
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .list .item .text {
    margin: 0.4rem auto 0;
  }
}
.main .spaceDesign .list .item .text .name {
  font-size: 0.28rem;
  letter-spacing: 0.045em;
  text-align: center;
  line-height: 1.5;
  min-height: 3em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .list .item .text .name {
    font-size: 0.32rem;
    min-height: auto;
    -webkit-line-clamp: unset;
  }
  .main .spaceDesign .list .item .text .name.--01 {
    min-height: 2.56em;
  }
}
.main .spaceDesign .list .item .text .name__inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .spaceDesign .list .item .text p {
  padding: 0.2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .list .item .text p {
    padding: 0.4rem 0 0;
  }
}
.main .spaceDesign .list .item .text .note {
  padding: 0.2rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 1.5;
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .main .spaceDesign .list .item .text .note {
    font-size: 0.18rem;
  }
}
.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;
  }
}
.main .detail {
  max-width: 12.8rem;
  margin: 0.6rem auto 0;
}
.main .detail .inner {
  padding: 0 0.8rem 0.9rem;
  background: #fff;
  position: relative;
  box-shadow: 0 0 0.57rem 0.03rem rgba(242, 225, 223, 0.8);
}
@media screen and (max-width: 750px) {
  .main .detail .inner {
    margin: 0 -0.4rem;
    padding: 0 0.4rem 0.6rem;
  }
}
.main .detail .inner::before {
  content: "";
  display: block;
  width: 5.06rem;
  aspect-ratio: 506/550;
  position: absolute;
  top: -4.36rem;
  right: -0.94rem;
  background: url(../imgs/sakura02.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .detail .inner::before {
    width: 2.03rem;
    top: -1.6rem;
    right: 0;
  }
}
.main .detail .prepend {
  margin: 0 0 0 -0.8rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .detail .prepend {
    margin: 0;
    display: block;
  }
}
.main .detail .prepend .name {
  padding: 0.76rem 0 0 0.85rem;
  background: linear-gradient(#d57c79 0.34rem, #d9caca 0.34rem) 0.6rem 0/0.05rem 1.14rem no-repeat;
  color: #d57c79;
  font-size: 0.56rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .detail .prepend .name {
    margin: 0 0 0 -0.2rem;
    padding: 0.4rem 0 0 0.2rem;
    background: linear-gradient(#d57c79 0.2rem, #d9caca 0.2rem) 0 0/0.06rem 0.7rem no-repeat;
    font-size: 0.42rem;
  }
}
.main .detail .prepend .name span {
  font-size: 0.36rem;
}
@media screen and (max-width: 750px) {
  .main .detail .prepend .name span {
    font-size: 0.26rem;
  }
}
.main .detail .prepend .spec {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 9.3rem;
  padding: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .detail .prepend .spec {
    width: auto;
    padding: 0.4rem 0 0;
  }
}
.main .detail .prepend .spec .plan {
  font-size: 0.64rem;
  letter-spacing: 0.05em;
}
.main .detail .prepend .spec .plan span {
  font-size: 0.44rem;
}
.main .detail .prepend .spec .size .label {
  margin: 0 0.24rem 0 0;
  font-size: 0.2rem;
  line-height: 1;
}
.main .detail .prepend .spec .size .num {
  font-size: 0.56rem;
  letter-spacing: 0.05em;
}
.main .detail .prepend .spec .size .num span {
  font-size: 0.44rem;
}
.main .detail .prepend .spec .misc {
  width: 100%;
  margin: 0.14rem 0 0;
  border-top: 0.01rem solid #e6dbda;
  padding: 0.24rem 0 0;
  font-size: 0.17rem;
  letter-spacing: 0.045em;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main .detail .prepend .spec .misc {
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
.main .detail .body {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 5.2rem 1fr;
  gap: 0.7rem 0;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .detail .body {
    display: block;
  }
}
.main .detail .body .headline {
  grid-row: 1/2;
  grid-column: 1/2;
}
.main .detail .body .headline .map {
  width: 4rem;
  margin: 0 auto;
}
.main .detail .body .headline .catch {
  padding: 0.85rem 0 0;
  font-size: 0.28rem;
  letter-spacing: 0.045em;
  line-height: 0.44rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .detail .body .headline .catch {
    padding: 0.8rem 0 0;
    font-size: 0.36rem;
    line-height: 1.5;
  }
}
.main .detail .body .plan {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (max-width: 750px) {
  .main .detail .body .plan {
    margin: 0.6rem 0 0;
  }
}
.main .detail .body .plan .image.typeA {
  max-width: 5.85rem;
  margin: 0.2rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .detail .body .plan .image.typeA {
    margin: 0 auto;
  }
}
.main .detail .body .plan .image.typeB {
  max-width: 4rem;
  margin: 0.2rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .detail .body .plan .image.typeB {
    max-width: 5rem;
    margin: 0 auto;
  }
}
.main .detail .body .plan .legend {
  margin: 0.4rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .detail .body .plan .legend {
    font-size: 0.2rem;
  }
}
.main .detail .body .plan .legend .line--01 {
  margin: 0.2rem 0 0;
}
.main .detail .body .plan .legend .line--02 {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}
.main .detail .body .plan .legend .line--02 .item {
  background: 0 50% no-repeat;
}
.main .detail .body .plan .legend .line--02 .item--01 {
  padding-left: 0.34rem;
  background-image: url(../imgs/legend01.svg);
  background-size: 0.28rem auto;
}
.main .detail .body .plan .legend .line--02 .item--02 {
  padding-left: 0.32rem;
  background-image: url(../imgs/legend02.svg);
  background-size: 0.27rem auto;
}
.main .detail .body .plan .legend .line--02 .item--03 {
  padding-left: 0.33rem;
  background-image: url(../imgs/legend03.svg);
  background-size: 0.28rem auto;
}
.main .detail .body .plan .legend .line--02 .item--04 {
  padding-left: 0.33rem;
  background-image: url(../imgs/legend04.svg);
  background-size: 0.28rem auto;
}
.main .detail .body .point {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media screen and (max-width: 750px) {
  .main .detail .body .point {
    margin: 0.6rem 0 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.main .detail .body .point .legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  height: 0.5rem;
  background: #fbf2f1;
  color: #d57c79;
  font-size: 0.24rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .detail .body .point .legend {
    height: 0.8rem;
    font-size: 0.36rem;
    grid-row: 2/3;
  }
}
.main .detail .body .point .legend::before {
  content: "";
  display: block;
  width: 0.14rem;
  aspect-ratio: 10/16;
  background: url(../imgs/ico-point.svg) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .detail .body .point .legend::before {
    width: 0.24rem;
  }
}
.main .detail .body .point .list {
  margin: 0.14rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .detail .body .point .list {
    grid-row: 3/4;
  }
}
.main .detail .body .point .list li {
  border-bottom: 0.01rem dotted currentColor;
  padding: 0.24rem 0 0.24rem 0.4rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .detail .body .point .list li {
    padding: 0.24rem 0 0.24rem 0.5rem;
  }
}
.main .detail .body .point .list li .num {
  position: absolute;
  top: 0.3rem;
  left: 0;
  color: #d57c79;
  font-size: 0.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .detail .body .point .list li .num {
    top: 0.4rem;
  }
}
.main .detail .body .point .image {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .detail .body .point .image {
    margin: 0.5rem 0 0.8rem;
    grid-row: 1/2;
  }
}
.main .detail .meritbox {
  margin: 0.6rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .detail .meritbox {
    margin: 0.6rem auto 0.2rem;
    gap: 0.1rem;
  }
}
.main .detail .meritbox .box {
  padding: 0.08rem 0.4rem;
  background: #595556;
  color: #fff;
  text-align: center;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .detail .meritbox .box {
    padding: 0 0.1rem;
    font-size: 0.21rem;
    letter-spacing: 0;
  }
}
.main .detail .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .detail .nav {
    margin: 0.6rem 0 0;
    flex-wrap: wrap;
    gap: 0.4rem 0;
  }
}
.main .detail .nav .prev,
.main .detail .nav .next {
  display: flex;
  align-items: center;
  color: #d57c79;
  font-size: 0.32rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .detail .nav .prev,
.main .detail .nav .next {
    font-size: 0.44rem;
  }
}
.main .detail .nav .prev span,
.main .detail .nav .next span {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .detail .nav .prev span,
.main .detail .nav .next span {
    font-size: 0.28rem;
  }
}
.main .detail .nav .prev {
  order: 1;
}
.main .detail .nav .prev::before {
  content: "";
  display: block;
  width: 0.6rem;
  margin: 0 0.2rem 0 0;
  aspect-ratio: 1;
  background: #d57c79 url(../../assets/imgs/arw01_wr.svg) 50% 50%/0.2rem auto no-repeat;
  border-radius: 50%;
  box-shadow: 0.11rem 0.16rem 0.29rem 0.01rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .main .detail .nav .prev::before {
    width: 0.8rem;
  }
}
.main .detail .nav .next {
  order: 3;
}
@media screen and (max-width: 750px) {
  .main .detail .nav .next {
    order: 2;
  }
}
.main .detail .nav .next::after {
  content: "";
  display: block;
  width: 0.6rem;
  margin: 0 0 0 0.2rem;
  aspect-ratio: 1;
  background: #d57c79 url(../../assets/imgs/arw01_w.svg) 50% 50%/0.2rem auto no-repeat;
  border-radius: 50%;
  box-shadow: 0.11rem 0.16rem 0.29rem 0.01rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .main .detail .nav .next::after {
    width: 0.8rem;
  }
}
.main .detail .nav .back {
  order: 2;
  width: 4rem;
  height: 0.7rem;
  display: grid;
  place-items: center;
  background: #998f8e;
  color: #fff;
  font-size: 0.18rem;
  box-shadow: 0.11rem 0.16rem 0.29rem 0.01rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .main .detail .nav .back {
    order: 3;
    height: 0.9rem;
    margin: 0 auto;
    font-size: 0.28rem;
  }
}/*# sourceMappingURL=unique.css.map */