@media screen and (min-width: 768px) {
  .kitchenSect .headingCombi + .photo {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .kitchenSect .headingCombi + .photo {
    margin-top: 24px;
  }
}
.kitchenSect__head .photo + .caption {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .kitchenSect__cont .headingCombi .heading {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .kitchenSect__head + .kitchenSect__cont {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .kitchenSect__head + .kitchenSect__cont {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .kitchenSect__block {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .kitchenSect__block {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .kitchenSect__block .usableList__inner {
    gap: 48px 40px;
  }
}
@media screen and (max-width: 768px) {
  .kitchenSect__block .usableList__inner {
    gap: 24px 20px;
  }
}
@media screen and (min-width: 768px) {
  .kitchenSect__block .usableList__item {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .kitchenSect__block .usableList__item {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .kitchenSect__block .usableList__item--large {
    width: calc((100% - 80px) / 3 * 2 + 40px);
  }
}
@media screen and (max-width: 768px) {
  .kitchenSect__block .usableList__item--large {
    width: 100%;
  }
}
.kitchenSect__block .usableList__item--full {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kitchenSect__block .usableList__item--spFull {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kitchenSect__block .usableList__item--onlyPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .kitchenSect__block + .caption {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .kitchenSect__block + .caption {
    margin-top: 48px;
  }
}
.sinkFigure {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sinkFigure {
    padding-top: 80px;
  }
}
.sinkFigure__heading {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sinkFigure__heading {
    bottom: 160px;
    font-size: 24px;
    left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sinkFigure__heading {
    left: 50%;
    text-align: center;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
  }
}
.sinkFigure__heading .small {
  font-family: "Bodoni Moda", serif;
}
@media screen and (min-width: 768px) {
  .sinkFigure__heading .small {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sinkFigure__heading .small {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .bathRoomSect__cont .usableList__inner {
    display: grid;
    grid-gap: 48px 40px;
    gap: 48px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .bathRoomSect__cont .usableList__inner {
    gap: 24px 20px;
  }
}
@media screen and (max-width: 768px) {
  .bathRoomSect__cont .usableList__item {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .bathRoomSect__cont .usableList__item--large {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
  }
}
@media screen and (max-width: 768px) {
  .bathRoomSect__cont .usableList__item--large {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .bathRoomSect__cont .usableList__item--full {
    grid-column: auto/span 3;
  }
}
@media screen and (max-width: 768px) {
  .bathRoomSect__cont .usableList__item--full {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .bathRoomSect__cont .usableList__item--full .primaryCard__head {
    width: 820px;
  }
}
@media screen and (min-width: 768px) {
  .bathRoomSect__head + .bathRoomSect__cont {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .bathRoomSect__head + .bathRoomSect__cont {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .powderRoomSect {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .powderRoomSect {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .powderRoomSect__cont .usableList__inner {
    display: grid;
    grid-gap: 48px 40px;
    gap: 48px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .powderRoomSect__cont .usableList__inner {
    gap: 24px 20px;
  }
}
@media screen and (max-width: 768px) {
  .powderRoomSect__cont .usableList__item {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .powderRoomSect__cont .usableList__item--large {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
  }
}
@media screen and (max-width: 768px) {
  .powderRoomSect__cont .usableList__item--large {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .powderRoomSect__cont .usableList__item--full {
    grid-column: auto/span 3;
  }
}
@media screen and (max-width: 768px) {
  .powderRoomSect__cont .usableList__item--full {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .powderRoomSect__cont .usableList__item--full .primaryCard__head {
    width: 820px;
  }
}
@media screen and (min-width: 768px) {
  .powderRoomSect__head + .powderRoomSect__cont {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .powderRoomSect__head + .powderRoomSect__cont {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .toiletSect {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .toiletSect {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .toiletSect__cont .usableList__inner {
    display: grid;
    grid-gap: 48px 40px;
    gap: 48px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .toiletSect__cont .usableList__inner {
    gap: 24px 20px;
  }
}
@media screen and (max-width: 768px) {
  .toiletSect__cont .usableList__item {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .toiletSect__cont .usableList__item--large {
    grid-row: auto/span 2;
  }
}
@media screen and (max-width: 768px) {
  .toiletSect__cont .usableList__item--spFull {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .toiletSect__cont .usableList + .caption {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .toiletSect__cont .usableList + .caption {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .toiletSect__head + .toiletSect__cont {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .toiletSect__head + .toiletSect__cont {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .storageSect__cont .usableList__inner {
    display: grid;
    grid-gap: 48px 40px;
    gap: 48px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .storageSect__cont .usableList__inner {
    gap: 24px 20px;
  }
}
@media screen and (max-width: 768px) {
  .storageSect__cont .usableList__item {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .storageSect__head + .storageSect__cont {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .storageSect__head + .storageSect__cont {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .amenitySect {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .amenitySect {
    margin-top: 80px;
  }
}
.amenitySect__ttl {
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .amenitySect__ttl {
    margin-top: 72px;
  }
}
@media screen and (max-width: 768px) {
  .amenitySect__ttl {
    margin-top: 48px;
  }
}
.amenitySect__ttl .en {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-box: trim-both text;
}
.amenitySect__ttl .jp {
  display: block;
  line-height: 2;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .amenitySect__ttl .jp {
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .amenitySect__ttl .jp {
    font-size: 18px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .amenitySect__cont .usableList__inner {
    gap: 48px 40px;
  }
}
@media screen and (max-width: 768px) {
  .amenitySect__cont .usableList__inner {
    gap: 24px 20px;
  }
}
@media screen and (min-width: 768px) {
  .amenitySect__cont .usableList__item {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .amenitySect__cont .usableList__item {
    width: calc(50% - 10px);
  }
}
.amenitySect__cont .usableList__item--full {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .amenitySect__cont .usableList__item--large {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .amenitySect__cont .usableList__item--large {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .amenitySect__cont .usableList__item--col .primaryCard__head {
    width: 604px;
  }
}
.amenitySect__cont .usableList__note {
  margin-top: 48px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .amenitySect__head + .amenitySect__cont {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .amenitySect__head + .amenitySect__cont {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .comfortSect {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .comfortSect {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .comfortSect__cont .usableList__inner {
    gap: 48px 40px;
  }
}
@media screen and (max-width: 768px) {
  .comfortSect__cont .usableList__inner {
    gap: 24px 20px;
  }
}
@media screen and (min-width: 768px) {
  .comfortSect__cont .usableList__item {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .comfortSect__cont .usableList__item {
    width: calc(50% - 10px);
  }
}
.comfortSect__cont .usableList__item--full {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .comfortSect__cont .usableList + .caption {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .comfortSect__cont .usableList + .caption {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .comfortSect__head + .comfortSect__cont {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .comfortSect__head + .comfortSect__cont {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .quality-introduction {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .quality-introduction {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .quality-detail {
    padding: 160px 0;
  }
}
@media screen and (max-width: 768px) {
  .quality-detail {
    padding: 120px 0;
  }
}
/*# sourceMappingURL=style.css.map */
