@media print, screen and (min-width: 768px) {
  .colorSelect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

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

.colorSelect__item:nth-child(1) .colorSelect__ttl {
  background-color: #d3d3d8;
}

.colorSelect__item:nth-child(2) .colorSelect__ttl {
  background-color: #fafae4;
}

.colorSelect__ttl {
  border: 1px solid #d9d9d9;
  letter-spacing: .11em;
  line-height: 1;
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .colorSelect__ttl {
    font-size: 13px;
    padding: 6px 13px;
  }
}

.colorSelect__list {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr .74074074074fr;
}

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

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

.colorSelect__photo:nth-child(1) {
  grid-column: auto / span 2;
}

.colorSelect__photo:nth-child(2) {
  grid-row: auto / span 2;
}

.colorSelect__note {
  padding-top: 10px;
  text-align: right;
}

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

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

.madoriDetail__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #a9ccd7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.madoriDetail__type {
  background-color: #5e95a7;
  color: #ffffff;
  font-family: "Cinzel", serif;
  letter-spacing: .1em;
  line-height: .8;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__type {
    font-size: 27px;
    padding: 24px 0;
    width: 152px;
  }
}

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

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

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

.madoriDetail__spec {
  font-family: "Cinzel", serif;
  letter-spacing: .1em;
  line-height: .8;
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .madoriDetail__length {
    margin-top: 8px;
  }
}

.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;
  }
}

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

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

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

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

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

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

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

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

.madoriDetail__fig {
  border: 1px solid #d9d9d9;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__fig {
    border-radius: 40px 0 40px 0;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__fig {
    border-radius: 20px 0 20px 0;
    margin-top: 10px;
  }
}

.madoriDetail__modalTrigger {
  padding: 6px;
  position: absolute;
  right: 8px;
  top: 292px;
  width: 86px;
}

@media screen and (max-width: 768px) {
  .madoriDetail__modalTrigger {
    right: 4px;
    top: 188px;
    width: 72px;
  }
}

.madoriDetail__modalTrigger:after {
  border-top: 5px dashed #28929c;
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  right: 90px;
  top: 40px;
  width: 102px;
}

@media screen and (max-width: 768px) {
  .madoriDetail__modalTrigger:after {
    border-top-width: 4px;
    height: 4px;
    right: 74px;
    top: 36px;
    width: 58px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriDetail__modalCont .generalModal__cont {
    width: 1020px;
  }
}

.madoriDetail__modalCont .generalModal__title {
  padding: 12px 0 14px;
}

@media screen and (max-width: 768px) {
  .madoriDetail__modalCont .generalModal__title {
    padding: 9px 0;
  }
}

.madoriDetail__modalCont .generalModal__title .txt {
  color: #28929c;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .madoriDetail__modalCont .generalModal__title .txt {
    font-size: 17px;
  }
}

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

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

.mySelectSect__head {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .mySelectSect__head + .mySelectSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mySelectSect__head + .mySelectSect__cont {
    margin-top: 24px;
  }
}

.mySelectSect__cont .usageNote {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .mySelectSect__cont .usageNote__item {
    white-space: nowrap;
    width: auto;
  }
}

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

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

.plansList__tabList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .plansList__tabItem {
    height: 40px;
    width: 495px;
  }
}

@media screen and (max-width: 768px) {
  .plansList__tabItem {
    height: 50px;
    width: 155px;
  }
}

.plansList__tabItem.is-active {
  pointer-events: none;
}

.plansList__tabItem:not(.is-active) .generalBtn {
  background-color: #9cb0cc;
}

.plansList__tabItem .generalBtn {
  font-family: "Cinzel", serif;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .plansList__tabItem .generalBtn {
    font-size: 15px;
  }
}

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

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

.plansList__tabItem .generalBtn .arrow {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

@media print, screen and (min-width: 768px) {
  .plansList__tabItem .generalBtn .arrow {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .plansList__tabItem .generalBtn .arrow {
    right: 12px;
  }
}

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

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

@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;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .plan-mySelect {
    padding-top: 80px;
  }
}
