@charset "UTF-8";
.main .roomplan .catch::before, .main .roomplan .catch::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .roomplan .catch::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .roomplan .catch::after {
  margin-top: calc((1em - 1lh) / 2);
}

.remodal {
  margin: 0;
  padding: 0;
  max-width: 11rem;
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
}
.remodal-wrapper {
  text-align: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .remodal-wrapper {
    display: block;
  }
}
.remodal .closeBtn {
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  display: block;
}
.remodal .closeBtn span {
  display: block;
  background-color: #232b53;
  height: 60px;
  width: 1px;
  position: absolute;
  transition: all 0.3s ease-out;
}
.remodal .closeBtn span:first-child {
  transform: rotate(45deg);
  top: -10%;
  left: 50%;
}
.remodal .closeBtn span:nth-child(2) {
  transform: rotate(-45deg);
  bottom: -10%;
  left: 50%;
}
.remodal .changeBox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.remodal .changeBox li {
  position: absolute;
  top: 50%;
  width: 0.3rem;
  aspect-ratio: 1/2.6;
  transform: translate(0%, -50%);
}
.remodal .changeBox li:first-child {
  left: -0.5rem;
}
@media screen and (max-width: 750px) {
  .remodal .changeBox li:first-child {
    left: 0.2rem;
  }
}
.remodal .changeBox li:last-child {
  right: -0.5rem;
}
@media screen and (max-width: 750px) {
  .remodal .changeBox li:last-child {
    right: 0.2rem;
  }
}
.remodal .changeBox li a {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  text-decoration: none;
  position: relative;
  display: block;
}
.remodal .changeBox li a span {
  display: block;
  background-color: #FFF;
  height: 53%;
  width: 1px;
  position: absolute;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 750px) {
  .remodal .changeBox li a span {
    background-color: #333;
  }
}
.remodal .changeBox li:first-child a span:first-child {
  transform: rotate(30deg);
  top: 0;
  left: 50%;
}
.remodal .changeBox li:first-child a span:last-child {
  transform: rotate(-30deg);
  bottom: 0;
  left: 50%;
}
.remodal .changeBox li:last-child a span:first-child {
  transform: rotate(-30deg);
  top: 0;
  left: 50%;
}
.remodal .changeBox li:last-child a span:last-child {
  transform: rotate(30deg);
  bottom: 0;
  left: 50%;
}
.remodal .planitems {
  padding: 0.6rem;
  width: 100%;
  max-height: calc(100vh - 1rem);
  box-sizing: border-box;
  overflow-y: scroll;
  position: static;
  margin: auto;
}
.remodal .planitems::-webkit-scrollbar {
  width: 5px;
}
.remodal .planitems::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .remodal .planitems {
    padding: 0.6rem;
    width: 100%;
    max-height: 100vh;
  }
}

.planitems {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  color: #111e60;
}
.planitems .body {
  display: grid;
  grid-template-columns: auto 6rem;
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .planitems .body {
    display: block;
  }
}
.planitems .body .inner {
  padding: 0;
}
@media screen and (max-width: 750px) {
  .planitems .body .inner {
    overflow: hidden;
  }
}
.planitems .body .name {
  font-size: 0.35rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .planitems .body .name {
    font-size: 0.5rem;
  }
}
.planitems .body .name .big {
  margin: 0 0.06rem 0 0;
  font-size: 140%;
  font-weight: 700;
}
.planitems .body .size {
  margin: 0 0 0 auto;
  margin: 0.15rem 0 0;
  color: #111e60;
  line-height: 1.8;
  font-size: 0.18rem;
}
.planitems .body .size .big {
  font-size: 170%;
  line-height: 1;
}
.planitems .body .plan {
  border-top: 1px solid #111e60;
  margin: 0.15rem 0 0;
  padding: 0.15rem 0 0;
  font-size: 0.22rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .planitems .body .plan {
    font-size: 0.38rem;
  }
}
.planitems .body .subsize {
  border-top: 1px solid #ccc;
  margin-top: 0.15rem;
}
.planitems .body .subsize li {
  border-bottom: 1px solid #ccc;
  padding: 0.05rem 0;
}
@media screen and (min-width: 751px) {
  .planitems .body .subsize li {
    font-size: 0.14rem;
  }
}
.planitems .body .map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  align-items: center;
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  .planitems .body .map {
    width: 70%;
    margin: 0.4rem auto 0;
  }
}
.planitems .body .map .item:only-child {
  grid-column: 1/3;
}
.planitems .body .map .item:only-child img {
  width: 1.7rem;
  display: block;
  margin: 0 auto;
}
.planitems .body .price {
  display: grid;
  align-items: center;
  position: relative;
  grid-template-columns: 0.9rem auto auto;
  justify-content: flex-start;
  margin-top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .planitems .body .price {
    grid-template-columns: 1.5rem auto auto;
  }
}
.planitems .body .priceLabel {
  border: 1px solid #111e60;
  box-sizing: border-box;
  padding: 0.05rem 0.02rem;
  text-align: center;
  line-height: 1.3;
  font-size: 0.136rem;
}
@media screen and (max-width: 750px) {
  .planitems .body .priceLabel {
    font-size: 0.2rem;
  }
}
.planitems .body .priceFloor {
  margin: 0 0.12rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .planitems .body .priceFloor {
    font-size: 0.22rem;
    margin: 0 0.15rem;
  }
}
.planitems .body .priceRange {
  font-size: 0.22rem;
}
.planitems .body .priceRange strong {
  font-size: 150%;
  font-weight: inherit;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .planitems .body .priceRange {
    font-size: 0.32rem;
  }
}
.planitems .body .priceAdd {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  grid-column: 1/4;
  text-align: right;
  margin-top: -0.1rem;
}
.planitems .body .price-items {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.planitems .body .print {
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  .planitems .body .print {
    display: none;
  }
}
.planitems .body .print a {
  background: #232b53;
  color: #FFF;
  display: block;
  font-size: 0.2rem;
  text-align: center;
  line-height: 1;
  padding: 0.15rem 0.2rem 0.17rem;
}
.planitems .body .image {
  position: relative;
}
@media screen and (min-width: 751px) {
  .planitems .body .image {
    width: 100%;
    height: 6.2rem;
  }
}
@media screen and (max-width: 750px) {
  .planitems .body .image {
    margin: 0.4rem 0 0;
  }
}
.planitems .body .image:only-child {
  max-width: 5.7rem;
  max-height: 7.5rem;
  grid-column: 1/3;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .planitems .body .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.planitems .body .image .obi {
  position: absolute;
}
.planitems .body .view {
  grid-column: 1/3;
}
@media screen and (max-width: 750px) {
  .planitems .body .view {
    margin-top: 0.4rem;
  }
}
.planitems .body .view figcaption {
  font-size: 0.12rem;
  line-height: 1.66;
}
@media screen and (max-width: 750px) {
  .planitems .body .view figcaption {
    line-height: 1.33;
  }
}
.planitems .legend {
  padding: 0.3rem 0 0;
  font-size: 0.14rem;
  color: #111e60;
  background: #fff;
  text-align: center;
  border-top: 1px solid #111e60;
  margin: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .planitems .legend {
    width: auto;
    padding: 0.3rem 0 0;
    font-size: 0.2rem;
    margin: 0.4rem 0 0;
  }
}
.planitems .legend span {
  margin-right: 0.3rem;
}
.planitems .legend span:last-child {
  margin-right: 0;
}
.planitems .legend .icon {
  display: inline-block;
}
.planitems .legend .icon:before {
  width: 0.5rem;
  height: 0.15rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  content: "";
  margin: 0 0.1rem -0.03rem 0;
}
@media screen and (max-width: 750px) {
  .planitems .legend .icon:before {
    width: 0.6rem;
    height: 0.2rem;
  }
}
.planitems .legend .icon--01:before {
  border: 1px solid #a0a0a0;
  background-color: #f4f0e7;
}
.planitems .legend .icon--02:before {
  border: 1px solid #a0a0a0;
  background-color: #e5d8c5;
}

@media screen and (min-width: 751px) {
  .main .wrap {
    width: 14.4rem;
  }
}
.main .pageTitle {
  margin: 1.4rem 0 0;
  padding: 0.9rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .pageTitle {
    margin: 0;
    padding: 1.8rem 0 0;
  }
}
.main .pageTitle .en {
  width: 2.25rem;
}
@media screen and (min-width: 751px) {
  .main .pageTitle .en {
    width: 2.5rem;
  }
}
@media screen and (min-width: 751px) {
  .main .pageTitle .image {
    margin: 0.4rem 0 0;
  }
  body.plan .main .pageTitle .image img {
    height: 4.3rem;
  }
}
.main .view {
  padding: 1.2rem 0 0;
  color: #fff;
}
.main .view .ttl {
  width: 1.93rem;
  margin: 0 auto;
}
.main .view .image {
  margin: 0.6rem 0 0;
  position: relative;
}
.main .view .image::before, .main .view .image::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  .main .view .image::before, .main .view .image::after {
    content: none;
  }
}
.main .view .image::before {
  width: 0.8rem;
  aspect-ratio: 1/1;
  top: -0.4rem;
  right: 0.4rem;
  z-index: 1;
  background: url(../img/common/ico-scroll.png) 0 0/contain no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.main .view .image::after {
  width: 7.11rem;
  aspect-ratio: 711/45;
  top: 50%;
  left: 50%;
  background: url(../img/plan/arrow.svg) 50% 50%/contain no-repeat;
  transform: translate(-50%, -50%);
}
.main .view .image .spScrollY {
  width: 100%;
}
.main .view .image .spScrollY img {
  width: 9.48rem;
  max-width: none;
}
@media screen and (min-width: 751px) {
  .main .view .image .spScrollY img {
    width: 100%;
  }
}
.main .view .image figcaption {
  padding-right: 0.1rem;
}
.main .view .image .simplebar-wrapper {
  padding: 0 0 0.08rem;
}
@media screen and (min-width: 751px) {
  .main .view .image .simplebar-wrapper {
    padding: 0 0 0.1rem;
  }
  body.plan .main .view .image .simplebar-wrapper {
    padding: 0;
  }
}
.main .view .image .simplebar-track.simplebar-horizontal {
  height: 0.08rem;
  background: #c4a175;
  border-radius: 0.04rem;
}
@media screen and (min-width: 751px) {
  .main .view .image .simplebar-track.simplebar-horizontal {
    height: 0.1rem;
    border-radius: 0.05rem;
  }
}
.main .view .image .simplebar-scrollbar:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 0.04rem;
  opacity: 1;
}
.main .cttl {
  border-bottom: 1px solid #FFF;
  padding-top: 1.2rem;
}
.main .cttl img {
  display: block;
}
@media screen and (max-width: 750px) {
  .main .cttl img {
    height: 0.3rem;
    width: auto;
  }
}
.main .roomplan {
  padding: 1.2rem 0 1.5rem;
  background: #c4a175;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .main .roomplan {
    padding: 1.2rem 0 0.8rem;
  }
}
.main .roomplan .ttl {
  width: 4.94rem;
  margin: 0 auto;
}
.main .roomplan .catch {
  padding: 0.5rem 0 0;
  font-size: 0.4rem;
  line-height: 1.5;
  text-align: center;
}
.main .roomplan .catch strong {
  font-size: 1.6em;
  font-weight: inherit;
  font-style: italic;
  line-height: 0.625;
}
.main .planitems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .planitems {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}
.main .planitems .item {
  align-self: flex-start;
  display: block;
  position: relative;
  background: #fff;
  cursor: pointer;
  padding: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .planitems .item {
    width: auto;
  }
}
.main .planitems .item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.main .planitems .item .prepend {
  display: grid;
  align-items: flex-start;
  position: relative;
  gap: 0.2rem;
  grid-template-columns: 1.35rem auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .planitems .item .prepend {
    grid-template-columns: 1.5rem auto;
  }
}
.main .planitems .item .prepend .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 1.35rem;
  height: 1.35rem;
  background: #111e60;
  color: #fff;
  font-size: 0.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .planitems .item .prepend .name {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.26rem;
    font-weight: 400;
  }
}
.main .planitems .item .prepend .name .badge {
  margin: 0 0.12rem 0.14rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  box-shadow: inset 0 0 0 0.02rem currentColor;
}
.main .planitems .item .prepend .name .small {
  align-self: stretch;
  display: block;
  margin: 0.06rem 0 0;
  font-size: 0.25rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .main .planitems .item .prepend .name .small {
    margin: 0.1rem 0 0;
    font-size: 0.24rem;
  }
}
.main .planitems .item .prepend .name.new::before {
  content: "NEW";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 0.3rem;
  position: absolute;
  top: 0;
  left: 50%;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  background: #b42714;
  font-size: 0.15rem;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 751px) {
  .main .planitems .item .prepend .name.new::before {
    width: 1rem;
  }
}
.main .planitems .item .prepend .data {
  color: #111e60;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .planitems .item .prepend .data {
    font-weight: 500;
  }
}
.main .planitems .item .prepend .data .size {
  font-size: 0.232rem;
}
@media screen and (max-width: 750px) {
  .main .planitems .item .prepend .data .size {
    font-size: 0.26rem;
    white-space: nowrap;
  }
}
.main .planitems .item .prepend .data .size strong {
  font-size: 0.288rem;
  font-weight: inherit;
}
@media screen and (max-width: 750px) {
  .main .planitems .item .prepend .data .size strong {
    font-size: inherit;
  }
}
.main .planitems .item .prepend .data .size strong .big {
  font-size: 1.7em;
}
.main .planitems .item .prepend .data .size .small {
  font-size: 0.152rem;
}
@media screen and (max-width: 750px) {
  .main .planitems .item .prepend .data .size .small {
    font-size: 0.9285714286em;
  }
}
.main .planitems .item .prepend .data .size2 {
  margin-top: 0.1rem;
  font-size: 0.12905rem;
}
@media screen and (max-width: 750px) {
  .main .planitems .item .prepend .data .size2 {
    font-size: 0.18rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) {
  .main .planitems .item .prepend .data .size2 .pc {
    display: none;
  }
}
.main .planitems .item .prepend .data .size2 .sp {
  display: none;
}
@media screen and (min-width: 751px) {
  .main .planitems .item .prepend .data .size2 .sp {
    display: block;
  }
}
.main .planitems .item .prepend .data .plan {
  margin: 0.25rem 0 0;
  font-size: 0.25rem;
}
@media screen and (max-width: 750px) {
  .main .planitems .item .prepend .data .plan {
    font-size: 0.3rem;
  }
}
.main .planitems .item .prepend .data .plan strong {
  font-size: inherit;
  font-weight: inherit;
}
.main .planitems .item .prepend .tab {
  color: #111e60;
  font-size: 0.18rem;
  position: absolute;
  top: -0.3rem;
  left: 3.5rem;
  border-bottom: 1px solid #111e60;
}
@media screen and (max-width: 750px) {
  .main .planitems .item .prepend .tab {
    font-size: 0.21rem;
    left: 2.9rem;
  }
}
.main .planitems .item.superior .prepend .name {
  background: #7d7d7d;
}
.main .planitems .item.premium .prepend .name {
  background: #c39d6d;
}
.main .planitems .item .limitedLabel {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  display: flex;
  gap: 0.1rem;
}
.main .planitems .item .limitedLabel .label {
  display: grid;
  place-items: center;
  min-width: 1.14rem;
  height: 0.34rem;
  color: #fff;
  font-size: 0.17rem;
  box-sizing: border-box;
  padding: 0 0.1rem;
}
.main .planitems .item .limitedLabel .label.limited {
  background: #c39d6d;
  box-shadow: inset 0 0 0 1px #c39d6d, inset 0 0 0 2px #fff;
}
.main .planitems .item .limitedLabel .label.view {
  background: #4d5998;
  box-shadow: inset 0 0 0 1px #4d5998, inset 0 0 0 2px #fff;
}
.main .planitems .item.limited .append {
  margin: 0;
  padding: 0.3rem;
  background: none;
}
.main .planitems .item.limited .append .more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  height: 0.7rem;
  background: #c39d6d;
  color: #301710;
  font-size: 0.2rem;
}
.main .planitems .item.limited .append .more::after {
  content: "";
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background: #301710 url(../img/plan/arrow01.svg) 50% 50%/0.11rem auto no-repeat;
  border-radius: 50%;
}
.main .planitems .item .append {
  margin: 0.3rem 0 0;
  padding: 0.3rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  color: #111e60;
  border-top: 1px solid #111e60;
}
@media screen and (max-width: 750px) {
  .main .planitems .item .append {
    margin: 0.2rem 0 0;
    padding: 0.2rem 0 0;
  }
}
.main .planitems .item .append .priceRange .sml {
  display: block;
  width: 100%;
  text-align: right;
  line-height: 1;
  font-size: 0.15rem;
}
.main .planitems .item .append .more:only-child {
  margin: 0 auto;
}
.main .planitems .item .append .more img {
  display: block;
  height: 0.18rem;
  width: auto;
}
.main .planitems .item .append .price {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .planitems .item .append .price {
    gap: 0.15rem;
  }
}
.main .planitems .item .append .priceLabel {
  width: 1.6rem;
  border: 1px solid #111e60;
  box-sizing: border-box;
  padding: 0 0.05rem;
  text-align: center;
  font-size: 0.22rem;
  line-height: 1.44;
}
@media screen and (max-width: 750px) {
  .main .planitems .item .append .priceLabel {
    width: 1.5rem;
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .main .planitems .item .append .priceFloor {
    font-size: 0.22rem;
  }
}
.main .planitems .item .append .priceRange {
  font-size: 0.22rem;
}
.main .planitems .item .append .priceRange strong {
  font-size: 150%;
  font-weight: inherit;
  line-height: 1;
}
.main .planitems .item .append .price-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.2rem;
}
.main .planitems .item:last-child .body .image,
.main .planitems .item:last-child .body .legend {
  margin: 0 0 0 -7.6rem;
}
@media screen and (max-width: 750px) {
  .main .planitems .item:last-child .body .image,
  .main .planitems .item:last-child .body .legend {
    margin: 0;
  }
}
.main .planitems .item:last-child:has(input:checked) .append {
  margin: 0 0 0 -7.6rem;
}
@media screen and (max-width: 750px) {
  .main .planitems .item:last-child:has(input:checked) .append {
    margin: 0.25rem 0 0;
  }
}
.main .planitems .item:first-child .body .image,
.main .planitems .item:first-child .body .legend, .main .planitems .item:only-child .body .image,
.main .planitems .item:only-child .body .legend {
  margin: 0 -7.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .planitems .item:first-child .body .image,
  .main .planitems .item:first-child .body .legend, .main .planitems .item:only-child .body .image,
  .main .planitems .item:only-child .body .legend {
    margin: 0;
  }
}
.main .planitems .item:first-child:has(input:checked) .append, .main .planitems .item:only-child:has(input:checked) .append {
  margin: 0 -7.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .planitems .item:first-child:has(input:checked) .append, .main .planitems .item:only-child:has(input:checked) .append {
    margin: 0.25rem 0 0;
  }
}
.main .planitems .item:has(input:checked) .body {
  height: auto;
  overflow: visible;
}
@media screen and (max-width: 750px) {
  .main .planitems .item:has(input:checked) .body {
    grid-template-rows: 1fr;
    height: auto;
  }
}
.main .planitems .item:has(input:checked) .body .image {
  width: 14.4rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .planitems .item:has(input:checked) .body .image {
    width: auto;
  }
}
@media screen and (min-width: 751px) {
  .main .planitems .item:has(input:checked) .body .image img {
    width: 8.37rem;
  }
}
.main .planitems .item:has(input:checked) .append {
  width: 14.4rem;
}
@media screen and (max-width: 750px) {
  .main .planitems .item:has(input:checked) .append {
    width: auto;
  }
}
.main .planitems .item:has(input:checked) .append .more {
  background-image: url(../img/plan/bt-close2_sp.png);
}
.main .floor {
  padding: 1rem 0 1.06rem;
  position: relative;
  background: #c4a175;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .main .floor {
    padding: 1rem 0;
  }
}
.main .floor .ttl {
  width: 4.75rem;
  margin: 0 auto;
}
.main .floor .list {
  width: 6.3rem;
  margin: 0.6rem auto 0;
  overflow: visible;
}
@media screen and (min-width: 751px) {
  .main .floor .list {
    width: auto;
    margin: 0.6rem -0.15rem 0;
    overflow: hidden;
  }
  .main .floor .list .swiper-wrapper {
    transform: none !important;
  }
}
.main .floor .list .item {
  padding: 0 0.15rem;
}
.main .floor .list .item figure {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
}
.main .floor .list .item figure img,
.main .floor .list .item figure figcaption {
  grid-area: 1/1;
}
.main .floor .list .item figure figcaption {
  align-self: flex-end;
  margin: 0 0.7rem 0.4rem;
  background: #111e60;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.28rem;
  line-height: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .main .floor .list .item figure figcaption {
    margin: 0 0.4rem 0.4rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
  }
}
.main .floor .swiper-pagination {
  bottom: 0.56rem;
  font-size: 1px;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .main .floor .swiper-pagination {
    display: none;
  }
}
.main .floor .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.15rem;
  background: #fff;
  opacity: 0.3;
}
.main .floor .swiper-pagination-bullet-active {
  opacity: 1;
}
.main .message {
  padding: 0.7rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .message {
    padding: 0.4rem 0 0;
  }
}
.main .message p {
  line-height: 1.5;
  font-size: 0.24rem;
  text-align: center;
}
.main .message p::before, .main .message p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .message p::before {
  margin-bottom: -0.25em;
}
.main .message p::after {
  margin-top: -0.25em;
}
@media screen and (max-width: 750px) {
  .main .message p {
    font-size: 0.28rem;
  }
}
.main .message .btn__wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .message .btn__wrap {
    gap: 0.2rem;
  }
}
.main .message .btn--entry {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 0.8rem;
  margin: 0.3rem 0 0;
  background-image: url(../img/limited/arrow01.svg), linear-gradient(90deg, #c09765, #e5c7a3, #c09765);
  background-position: calc(100% - 0.2rem) 50%, 0 0;
  background-size: 0.24rem auto, cover;
  background-repeat: no-repeat;
  color: #301710;
  font-size: 0.18rem;
  letter-spacing: 0.06em;
  box-shadow: inset 0 0 0 1px #301710;
}
@media screen and (max-width: 750px) {
  .main .message .btn--entry {
    width: 4rem;
    height: 1rem;
    margin: 0.6rem 0 0;
    font-size: 0.22rem;
    align-items: center;
    justify-items: flex-start;
    padding-left: 0.2rem;
  }
}
.main .message .btn--entry.limited {
  color: #FFF;
  background-image: none;
  background-color: #111e60;
}
.main .premiumplan {
  background: url(../img/plan/bg.jpg) 50% 0/cover no-repeat;
}
.main .premiumplan .ttl {
  width: 6.02rem;
}
.main .premiumplan .catch {
  padding: 0.6rem 0 0;
  font-size: 0.3rem;
}
.main .premiumplan .list {
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .premiumplan .list {
    margin: 0.6rem 0 0;
  }
}
.main .premiumplan .list .item .prepend .name {
  background: #c39d6d;
}
.main .premiumplan .list .item .append .more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  background: none;
  color: #c39d6d;
  font-size: 0.2rem;
}
.main .premiumplan .list .item .append .more::after {
  content: "";
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background: #c39d6d url(../img/plan/arrow01.svg) 50% 50%/0.11rem auto no-repeat;
  border-radius: 50%;
}
.main .limitedplan {
  padding: 1.5rem 0 1.5rem;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 750px) {
  .main .limitedplan {
    padding: 1.2rem 0 0.8rem;
  }
}
.main .limitedplan .ttl {
  width: 5.41rem;
}
.main .limitedplan .catch {
  padding: 0.6rem 0 0;
  font-size: 0.3rem;
}
.main .limitedplan .list {
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .limitedplan .list {
    margin: 0.6rem 0 0;
  }
}
.main .limitedplan .list .item .append {
  margin: 0;
  padding: 0.3rem;
  background: none;
}
.main .limitedplan .list .item .append .more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  height: 0.7rem;
  background: #c39d6d;
  color: #301710;
  font-size: 0.2rem;
}
.main .limitedplan .list .item .append .more::after {
  content: "";
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background: #301710 url(../img/plan/arrow01.svg) 50% 50%/0.11rem auto no-repeat;
  border-radius: 50%;
}
.main .kankyo {
  padding: 0.8rem 0;
}
.main .kankyo img {
  display: block;
  width: 4.752rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main .kankyo img {
    width: 5rem;
  }
}
.main .quality {
  padding: 1.5rem 0 2rem;
  color: #fff;
}
.main .quality .ttl img {
  display: block;
  width: 3.26rem;
  margin: 0 auto;
}
.main .quality .ttl span {
  display: block;
  margin: 0.4rem 0 0;
  font-size: 0.3rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.main .quality .list {
  margin: 0.6rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.3rem;
}
@media screen and (min-width: 751px) {
  .main .quality .list {
    gap: 0.6rem 0.4rem;
  }
}
.main .quality .list .item {
  width: calc(50% - 0.15rem);
}
@media screen and (min-width: 751px) {
  .main .quality .list .item {
    width: calc((100% - 0.8rem) / 3);
  }
}
@media screen and (min-width: 751px) {
  .main .quality .list .item .image img {
    width: 100%;
  }
}
.main .quality .list .item .name {
  margin: 0.3rem 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 0 0.2rem;
  font-size: 0.32rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .main .quality .list .item .name {
    font-size: 0.28rem;
  }
}
.main .quality .list .item p {
  padding: 0.3rem 0 0;
}/*# sourceMappingURL=plan.css.map */