.casbeeSect {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .casbeeSect {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .casbeeSect {
    margin-top: calc(100 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .featureArea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    row-gap: 40px;
  }
}

.featureArea__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}

@media print, screen and (min-width: 768px) {
  .featureArea__item {
    width: 480px;
  }
}

* + .featureArea__item {
  margin-top: 12px;
}

@media print, screen and (min-width: 768px) {
  .featureArea__icon {
    width: 175px;
  }
}

@media screen and (max-width: 768px) {
  .featureArea__icon {
    width: calc(264 / 520 * 100%);
  }
}

@media print, screen and (min-width: 768px) {
  .featureArea__cont {
    width: calc(100% - 175px);
  }
}

.featureArea__head {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .featureArea__head {
    font-size: 16px;
  }
}

.featureArea__desc {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .featureArea__desc {
    font-size: 12px;
  }
}

* + .featureArea__desc {
  margin-top: 6px;
}

.madoriDetail__spec {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Cormorant Infant", serif;
  gap: 6px 12px;
  letter-spacing: .1em;
  line-height: .8;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__spec {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__spec {
    font-size: 20px;
  }
}

.madoriDetail__variation {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.madoriDetail__length {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.madoriDetail__length .mator {
  font-family: "Noto Serif JP", serif;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__length .mator {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length .mator {
    font-size: 16px;
  }
}

.labelArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .labelArea {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .labelArea {
    gap: 5px;
  }
}

.labelArea__labels {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .labelArea__labels {
    gap: 12px;
  }
}

@media screen and (max-width: 768px) {
  .labelArea__labels {
    gap: 6px;
  }
}

.labelArea__icon {
  width: 72px;
}

@media screen and (max-width: 768px) {
  .labelArea__icon {
    width: 54px;
  }
}

.madori {
  border: 1px solid #d9d9d9;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .madori--B2 {
    height: 560px;
  }
  .madori--B2 img {
    margin-top: -20px;
  }
}

.meritNote__item {
  letter-spacing: .01em;
  line-height: 2;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .meritNote__item {
    font-size: 14px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .meritNote__item {
    font-size: 11px;
    padding-left: 16px;
  }
}

.meritNote__item:before {
  aspect-ratio: 1 / 1;
  background-color: #d8e8ed;
  content: '';
  left: 0;
  position: absolute;
  top: .6em;
}

@media print, screen and (min-width: 768px) {
  .meritNote__item:before {
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .meritNote__item:before {
    width: 10px;
  }
}

.subLength__subItem {
  line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
  .subLength__subItem {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .subLength__subItem {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .templateBasic {
    width: 478px;
  }
}

@media screen and (max-width: 768px) {
  .templateBasic + .templateBasic {
    margin-top: 32px;
  }
}

.templateBasic__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 24px;
}

@media print, screen and (min-width: 768px) {
  .templateBasic__head {
    height: 90px;
  }
}

@media print, screen and (min-width: 768px) {
  * + .templateBasic__body {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  * + .templateBasic__body {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  * + .templateBasic__madori {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  * + .templateBasic__madori {
    margin-top: 10px;
  }
}

.templateBasic__subLength {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

* + .templateBasic__meritNote {
  margin-top: 12px;
}

.templateWide {
  width: 100%;
}

.templateWide .madoriDetail {
  width: 100%;
}

.templateWide__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 24px;
}

@media print, screen and (min-width: 768px) {
  * + .templateWide__body {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  * + .templateWide__body {
    margin-top: 16px;
  }
}

.templateWide__madoriList {
  border: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .templateWide__madoriList {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 24px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .templateWide__madoriList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 40px;
  }
}

.templateWide__madoriList .madori {
  border: 0;
}

@media print, screen and (min-width: 768px) {
  .templateWide__madoriList .templateWide__madoriBlock {
    width: 478px;
  }
}

@media print, screen and (min-width: 768px) {
  * + .templateWide__madoriList {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  * + .templateWide__madoriList {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .templateWide__meritNote + .templateWide__madoriBlock {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .templateWide__meritNote + .templateWide__madoriBlock {
    margin-top: 10px;
  }
}

.templateWide__madori {
  position: relative;
}

.templateWide__label {
  background-color: #d5dfeb;
  display: inline-block;
  font-size: 14px;
  left: 0;
  padding: 3px 9px;
  position: absolute;
  top: 0;
}

.templateWide__subLength {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

* + .templateWide__meritNote {
  margin-top: 12px;
}

.typeBlock {
  background-color: rgba(216, 232, 237, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: .8;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .typeBlock {
    font-size: 27px;
    height: 100%;
    padding: 26px 10px 24px;
  }
}

@media screen and (max-width: 768px) {
  .typeBlock {
    font-size: 18px;
    padding: 18px 0;
    width: 120px;
  }
}

@media print, screen and (min-width: 768px) {
  .typeBlock .strong {
    font-size: 43px;
  }
}

@media screen and (max-width: 768px) {
  .typeBlock .strong {
    font-size: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .variation {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .variation {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .variation .strong {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .variation .strong {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .plansList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .plansList__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .plansList__item + .plansList__item {
    margin-top: 32px;
  }
}

.plansList__item--wide {
  width: 100%;
}

.roomAnchorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media print, screen and (min-width: 768px) {
  .roomAnchorList {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .roomAnchorList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .roomAnchorList__item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .roomAnchorList__item {
    width: calc(50% - 10px);
  }
}

.roomAnchorList__arrow {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
}

@media print, screen and (min-width: 768px) {
  .roomAnchorList__arrow {
    bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .roomAnchorList__arrow {
    bottom: 5px;
  }
}

.roomAnchorList__arrow .arrowSVG {
  height: auto;
  width: 100%;
}

.roomAnchorList__arrow .arrowSVG__path {
  fill: #999999;
  -webkit-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out;
}

.roomAnchorList__ttl {
  display: block;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .08em;
  line-height: 1.2;
}

.roomAnchorList__ttl:before {
  content: '';
  margin-top: calc((1 - 1.2) * .5em);
}

.roomAnchorList__ttl:after {
  margin-bottom: calc((1 - 1.2) * .5em);
}

.roomAnchorList__ttl:before, .roomAnchorList__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .roomAnchorList__ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .roomAnchorList__ttl {
    font-size: 16px;
  }
}

.roomAnchorList__ttl .num {
  font-family: "Cormorant Infant", serif;
}

@media print, screen and (min-width: 768px) {
  .roomAnchorList__ttl .num {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .roomAnchorList__ttl .num {
    font-size: 20px;
  }
}

.roomAnchorList__ttl .ja {
  font-family: "Noto Serif JP", serif;
}

@media print, screen and (min-width: 768px) {
  .roomAnchorList__ttl .ja {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .roomAnchorList__ttl .ja {
    font-size: 12px;
  }
}

.roomAnchorList__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(46, 94, 156, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .roomAnchorList__link {
    min-height: 80px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .roomAnchorList__link {
    min-height: 70px;
    padding-bottom: 10px;
  }
}

.roomAnchorList__link.is-current {
  background-color: #2e5e9c;
  color: #ffffff;
  cursor: none;
  pointer-events: none;
}

.roomAnchorList__link.is-current .roomAnchorList__arrow .arrowSVG__path {
  fill: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .roomAnchorList__link:hover {
    background-color: #2e5e9c;
    color: #ffffff;
  }
  .roomAnchorList__link:hover .roomAnchorList__arrow .arrowSVG__path {
    fill: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .roomAnchorList__link:hover {
    background-color: #2e5e9c;
    color: #ffffff;
  }
  .roomAnchorList__link:hover .roomAnchorList__arrow .arrowSVG__path {
    fill: #ffffff;
  }
}

@media print, screen and (min-width: 768px) {
  .roomGuideSect__head {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .roomGuideSect__head + .roomGuideSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .roomGuideSect__head + .roomGuideSect__cont {
    margin-top: 36px;
  }
}

.roomGuideSect__ttl {
  margin-top: 40px;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .roomGuideSect__ttl {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .roomGuideSect__ttl {
    padding-bottom: 10px;
  }
}

.roomGuideSect__ttl:after {
  background-color: #cbcccc;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.roomGuideSect__ttl .inner {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .08em;
  line-height: 1.2;
}

.roomGuideSect__ttl .inner:before {
  content: '';
  margin-top: calc((1 - 1.2) * .5em);
}

.roomGuideSect__ttl .inner:after {
  margin-bottom: calc((1 - 1.2) * .5em);
}

.roomGuideSect__ttl .inner:before, .roomGuideSect__ttl .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .roomGuideSect__ttl .inner {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .roomGuideSect__ttl .inner {
    font-size: 26px;
  }
}

.roomGuideSect__ttl .num {
  font-family: "Cormorant Infant", serif;
}

@media print, screen and (min-width: 768px) {
  .roomGuideSect__ttl .num {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .roomGuideSect__ttl .num {
    font-size: 28px;
  }
}

.roomGuideSect__ttl .ja {
  font-family: "Noto Serif JP", serif;
}

@media print, screen and (min-width: 768px) {
  .roomGuideSect__ttl .ja {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .roomGuideSect__ttl .ja {
    font-size: 16px;
  }
}

.usageNote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
}

.usageNote__item {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .usageNote__item {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__item {
    width: 100%;
  }
  .usageNote__item:has(.icon) {
    width: 90px;
  }
}

.usageNote__item:last-child {
  margin-right: 0;
}

.usageNote__item .icon {
  aspect-ratio: 32 / 13;
  display: inline-block;
  vertical-align: sub;
}

@media print, screen and (min-width: 768px) {
  .usageNote__item .icon {
    height: 13px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__item .icon {
    height: 13px;
    margin-right: 2px;
  }
}

.usageNote__item .icon--storage {
  aspect-ratio: 24 / 13;
}

.usageNote__item .icon--storage .svgIcon {
  fill: #ebd6c1;
}

.usageNote__item .icon--wind, .usageNote__item .icon--light {
  aspect-ratio: 26 / 6;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .usageNote__item .icon--wind, .usageNote__item .icon--light {
    height: 6px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__item .icon--wind, .usageNote__item .icon--light {
    height: 7px;
  }
}

.usageNote__item .icon--gus {
  aspect-ratio: 24 / 13;
}

@media print, screen and (min-width: 768px) {
  .plan-introduction {
    padding: 100px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .plan-introduction {
    padding: 60px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .plan-features {
    padding: 64px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .plan-features {
    padding: 48px 0 0;
  }
}
