@charset "UTF-8";
@media print, screen and (min-width: 768px) {
  .commonRoomDetail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .commonRoomDetail:nth-of-type(2n+3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .commonRoomDetail:nth-of-type(1) .commonRoomDetail__inner + .photo {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .commonRoomDetail:nth-of-type(2) .commonRoomDetail__inner + .photo {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .commonRoomDetail:nth-of-type(5) .commonRoomDetail__inner + .photo {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .commonRoomDetail__head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 670px;
  }
}

@media screen and (max-width: 768px) {
  .commonRoomDetail__head {
    margin: 40px -20px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .commonRoomDetail__cont {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
  }
}

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

@media print, screen and (min-width: 768px) {
  .commonRoomDetail__cont .photo {
    margin: 20px auto 0;
    width: 330px;
  }
}

@media screen and (max-width: 768px) {
  .commonRoomDetail__cont .photo {
    margin: 0 0 0 auto;
    width: calc(380 / 750 * 100vw);
  }
}

.commonRoomDetail__ttl {
  border-bottom: 1px solid #bcb5a8;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
}

@media print, screen and (min-width: 768px) {
  .commonRoomDetail__ttl {
    font-size: 25px;
    margin-bottom: 20px;
    padding: 0 0 10px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .commonRoomDetail__ttl {
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: 8px;
    padding-bottom: 5px;
  }
}

.commonRoomDetail__ttl .small {
  font-family: "YakuHanMP", "Shippori Mincho B1", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0;
}

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

@media screen and (max-width: 768px) {
  .commonRoomDetail__ttl .small {
    font-size: calc(24 / 750 * 100vw);
  }
}

.commonRoomDetail__info {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .08em;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .commonRoomDetail__info {
    font-size: 14px;
    margin-left: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .commonRoomDetail__info {
    font-size: 10px;
    margin-left: calc(24 / 750 * 100vw);
    margin-top: 5px;
  }
}

.commonRoomDetail__info .small {
  font-size: 10px;
}

.commonRoomDetail__info .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.commonRoomDetail__info .value {
  display: inline-block;
}

.commonRoomDetail__info:before {
  background: #a1a1a1;
  content: '';
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .commonRoomDetail__info:before {
    height: 14px;
    left: -20px;
    top: 1px;
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  .commonRoomDetail__info:before {
    height: 10px;
    left: calc(-24 / 750 * 100vw);
    top: 1px;
    width: 10px;
  }
}

.commonRoomDetail__txt {
  letter-spacing: .1em;
}

@media print, screen and (min-width: 768px) {
  .commonRoomDetail__txt {
    font-size: 14px;
    margin-top: 10px;
    width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .commonRoomDetail__txt {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .commonRoomDetail--wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .commonRoomDetail--wide .commonRoomDetail__head {
    width: 1152px;
  }
}

@media screen and (max-width: 768px) {
  .commonRoomDetail--wide .commonRoomDetail__head {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .commonRoomDetail--wide .commonRoomDetail__head .photo__capOut {
    padding-right: 5px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .commonRoomDetail--wide .commonRoomDetail__ttl {
    height: 40px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .commonRoomDetail--wide .commonRoomDetail__inner {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 50px;
    padding-bottom: 20px;
    width: 800px;
  }
}

@media print, screen and (min-width: 768px) {
  .commonRoomDetail--wide .commonRoomDetail__inner + .photo {
    margin-left: 30px;
    width: 350px;
  }
}

@media print, screen and (min-width: 768px) {
  .commonRoomDetail--wide .commonRoomDetail__info {
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .commonRoomDetail--wide .commonRoomDetail__info + .commonRoomDetail__info {
    margin-left: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .commonRoomDetail--wide .commonRoomDetail__info:nth-of-type(6) {
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .commonRoomDetail--garden .commonRoomDetail__inner + .photo {
    margin: 40px auto 0;
    width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .commonRoomDetail--garden .commonRoomDetail__inner + .photo {
    margin: 0 0 0 auto;
    width: calc(430 / 750* 100vw);
  }
}

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

.conciergeList {
  background-color: #ededed;
}

@media print, screen and (min-width: 768px) {
  .conciergeList {
    margin: 25px auto 0;
    padding: 40px;
    width: 864px;
  }
}

@media screen and (max-width: 768px) {
  .conciergeList {
    margin: 50px -20px 0;
    padding: 40px 20px;
  }
}

.conciergeList--firstFloor {
  position: relative;
}

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

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

.conciergeList--firstFloor:before {
  background: url("../imgs/img-first-floor.png") no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .conciergeList--firstFloor:before {
    height: 36px;
    top: 35px;
    width: 45px;
  }
}

@media screen and (max-width: 768px) {
  .conciergeList--firstFloor:before {
    height: 22px;
    top: 35px;
    width: 27px;
  }
}

.conciergeList--firstFloor .conciergeList__list {
  margin-top: 20px;
}

.conciergeList--secondFloor {
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .conciergeList--secondFloor {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.conciergeList--secondFloor .conciergeList__img {
  margin-top: 20px;
}

.conciergeList--secondFloor .conciergeList__img img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .conciergeList--secondFloor .conciergeList__img {
    width: 240px;
  }
}

.conciergeList--secondFloor:before {
  background: url("../imgs/img-second-floor.png") no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .conciergeList--secondFloor:before {
    height: 36px;
    top: 35px;
    width: 45px;
  }
}

@media screen and (max-width: 768px) {
  .conciergeList--secondFloor:before {
    height: 22px;
    top: 35px;
    width: 27px;
  }
}

.conciergeList--secondFloor:after {
  content: 'ENTRANCE FLOOR';
  display: inline-block;
  font-family: 'Cormorant Infant', serif;
  letter-spacing: .12em;
  line-height: 1;
  opacity: .5;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .conciergeList--secondFloor:after {
    font-size: 32px;
    left: 130px;
    top: calc(35px + 36px);
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}

@media screen and (max-width: 768px) {
  .conciergeList--secondFloor:after {
    bottom: 20px;
    font-size: calc(46 / 750 * 100vw);
    right: 20px;
  }
}

.conciergeList--secondFloor .conciergeList__list {
  margin-top: 20px;
}

.conciergeList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media print, screen and (min-width: 768px) {
  .conciergeList__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .conciergeList__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.conciergeList__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(77, 82, 77, 0.2);
  color: #4d524d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  min-height: 43px;
}

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

@media screen and (max-width: 768px) {
  .conciergeList__item {
    font-size: 11px;
    width: calc(50% - 20px);
  }
}

.conciergeList__item .label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cdcecd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
}

.conciergeList__item .val {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

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

@media print, screen and (min-width: 768px) {
  .conciergeList__others .conciergeList__item {
    min-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .conciergeList__others .conciergeList__item {
    min-height: 20px;
  }
}

.conciergeList__lead {
  color: rgba(34, 47, 40, 0.5);
  font-family: "Archivo", "Cormorant Infant", serif;
  letter-spacing: .12em;
  line-height: .7;
}

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

@media screen and (max-width: 768px) {
  .conciergeList__lead {
    font-size: 11px;
    text-align: center;
  }
}

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

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

.lifeSceneGallery {
  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) {
  .lifeSceneGallery {
    width: 672px;
  }
}

.lifeSceneGallery__item {
  position: relative;
}

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

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

.lifeSceneGallery__ttl {
  color: #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-orientation: upright;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

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

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

.loungeMap {
  margin: 60px auto;
}

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

@media screen and (max-width: 768px) {
  .loungeMap {
    margin: 55px auto 65px;
    margin-right: -40px;
  }
}

@media screen and (max-width: 768px) {
  .loungeMap__inner {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .loungeMap .touchFigure__capOut {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .loungeMap .touchFigure--swipe {
    height: 50vh;
  }
}

@media screen and (max-width: 768px) {
  .loungeMap .touchFigure + .photo {
    margin: 40px auto 0 -40px;
    width: 100vw;
  }
}

.loungeMap__controller {
  bottom: 0;
  position: absolute;
  right: -60px;
  top: 705px;
}

.loungeMap .js-mapSwiper .swiper-button-next,
.loungeMap .js-mapSwiper .swiper-button-prev {
  background-color: #888888;
  bottom: auto;
  color: #ffffff;
  height: 48px;
  left: auto;
  margin-top: 0;
  position: relative;
  right: auto;
  top: auto;
  width: 48px;
}

.loungeMap .js-mapSwiper .swiper-button-next:after,
.loungeMap .js-mapSwiper .swiper-button-prev:after {
  font-size: 14px;
}

.loungeMap .js-mapSwiper .swiper-button-prev {
  margin-top: 25px;
}

.loungeMap .js-mapSwiper .swiper-pagination-bullet {
  background-color: #000000;
  border-radius: 0%;
}

.loungeMap .js-mapSwiper .swiper-pagination-bullet:nth-child(n+2) {
  margin-left: 10px;
}

.loungeMap .js-mapSwiper .swiper-pagination-bullets {
  margin-top: 15px;
  position: relative;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .loungeMap .swiper-slide .photo + .photo {
    margin-top: 25px;
    -webkit-transition: .6s;
    transition: .6s;
  }
}

@media print, screen and (min-width: 768px) {
  .loungeMap .swiper-slide .photo + .photo .photo__image {
    -webkit-transition: .6s;
    transition: .6s;
  }
}

@media print, screen and (min-width: 768px) {
  .loungeMap .swiper-slide-prev .photo + .photo .photo__image,
  .loungeMap .swiper-slide-next .photo + .photo .photo__image {
    max-height: 0;
    opacity: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .loungeMap .swiper-slide-active .photo + .photo .photo__image {
    max-height: 636px;
    opacity: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .pageIntroduction:before {
    background: url("../imgs/pc/bg-pageintro.jpg") no-repeat top right;
  }
}

@media screen and (max-width: 768px) {
  .pageIntroduction:before {
    background: url("../imgs/sp/bg-pageintro.jpg") no-repeat center center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .pageIntroduction .photo {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntroduction .photo__capOut {
    padding-right: 5px;
  }
}

.panoramaView {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .panoramaView {
    margin: 80px auto 0;
    overflow: hidden;
    width: 1152px;
  }
}

@media screen and (max-width: 768px) {
  .panoramaView {
    margin: 40px -40px 0 0;
  }
}

.panoramaView .touchFigure {
  -ms-overflow-style: none;
}

.panoramaView .touchFigure__inner {
  overflow: scroll;
}

@media print, screen and (min-width: 768px) {
  .panoramaView .touchFigure__inner {
    height: 416px;
  }
}

.panoramaView .touchFigure__inner::-webkit-scrollbar {
  display: none;
}

.panoramaView .touchFigure__inner .photo__pic,
.panoramaView .touchFigure__inner .photo__image {
  height: 100%;
  max-width: unset;
  width: auto;
}

@media screen and (max-width: 768px) {
  .panoramaView .touchFigure__capOut {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .panoramaView .touchFigure--swipe {
    height: 300px;
  }
}

.placeDetail {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  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;
  padding-bottom: 16px;
  position: relative;
}

.placeDetail::after {
  background-color: #cccccc;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .placeDetail {
    font-size: 14px;
    line-height: calc(20 / 14);
  }
}

@media screen and (max-width: 768px) {
  .placeDetail {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}

.placeDetail__name {
  position: relative;
}

@media screen and (max-width: 768px) {
  .placeDetail__name {
    width: 100%;
    line-height: 1.83333;
  }
  .placeDetail__name:before {
    content: '';
    margin-top: calc((1 - 1.83333) * .5em);
  }
  .placeDetail__name:after {
    margin-bottom: calc((1 - 1.83333) * .5em);
  }
  .placeDetail__name:before, .placeDetail__name:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.placeDefinition {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .placeDefinition {
    font-size: 12px;
    line-height: calc(44 / 24);
    letter-spacing: 0.05em;
    width: 100%;
  }
}

.placeDefinition::before {
  background-image: linear-gradient(to right, #000, #000 1.5px, transparent 1.5px, transparent 5px);
  background-size: 5px 1.5px;
  background-repeat: repeat-x;
  display: block;
  content: "";
  width: auto;
  height: 1.5px;
  margin-top: 5px;
  margin-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .placeDefinition__distance {
    margin: 0 0 0 auto;
  }
}

.placeDefinition__distance:after {
  content: "／";
}

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

@media screen and (max-width: 768px) {
  .roomFeature {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .roomFeature__visual {
    margin: 0 -40px;
  }
  .roomFeature__visual .photo__capOut {
    padding-right: 5px;
  }
}

.roomFeature__col {
  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) {
  .roomFeature__col {
    margin-top: 50px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .roomFeature__cap {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .roomFeature__cap {
    text-align: right;
  }
}

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

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

.serviceCard__heading {
  border-bottom: 1px solid rgba(34, 47, 40, 0.5);
  letter-spacing: .16em;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .serviceCard__heading {
    font-size: 20px;
    padding: 0 0 15px 25px;
    line-height: 1.5;
  }
  .serviceCard__heading:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .serviceCard__heading:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .serviceCard__heading:before, .serviceCard__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .serviceCard__heading {
    font-size: calc(32 / 750 * 100vw);
    padding: 0 0 10px calc(40 / 750 * 100vw);
  }
}

.serviceCard__heading:before {
  background: #656564;
  border: 1px solid #a7aaab;
  color: #ffffff;
  content: counter(num);
  counter-increment: num;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .serviceCard__heading:before {
    font-size: 15px;
    height: 20px;
    left: 0;
    line-height: 15px;
    padding-left: 3px;
    text-align: center;
    top: 10px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .serviceCard__heading:before {
    font-size: calc(26 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
    left: 0;
    line-height: calc(26 / 750 * 100vw);
    padding-left: calc(7 / 750 * 100vw);
    top: 1px;
    width: calc(32 / 750 * 100vw);
  }
}

.serviceCard__heading + .txt {
  border-bottom: 1px solid rgba(34, 47, 40, 0.5);
}

@media print, screen and (min-width: 768px) {
  .serviceCard__heading + .txt {
    margin-top: 16px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .serviceCard__heading + .txt {
    margin: 10px auto;
    padding-bottom: 10px;
  }
}

.serviceCard .txt .caption {
  display: inline-block;
  line-height: 1.5;
}

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

.serviceCard__info {
  -ms-flex-item-align: center;
      align-self: center;
  color: #4d524d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .08em;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .serviceCard__info {
    font-size: 12px;
    margin-left: 16px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .serviceCard__info {
    font-size: 10px;
    margin-left: calc(24 / 750 * 100vw);
    margin-top: 5px;
  }
}

.serviceCard__info .small {
  font-size: 10px;
}

.serviceCard__info .value {
  display: inline-block;
}

.serviceCard__info:before {
  background: #a1a1a1;
  content: '';
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .serviceCard__info:before {
    height: 14px;
    left: -16px;
    top: 1px;
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  .serviceCard__info:before {
    height: 10px;
    left: calc(-24 / 750 * 100vw);
    top: 1px;
    width: 10px;
  }
}

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

@media screen and (max-width: 768px) {
  .serviceCard__photo + .serviceCard {
    margin-top: 40px;
  }
}

.serviceCard--noPlot .serviceCard__heading:before {
  content: '';
}

.spaceFeature {
  border-left: 4px solid rgba(17, 18, 17, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .spaceFeature {
    padding-left: 44px;
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .spaceFeature {
    border-left-width: 2px;
    display: block;
    padding-left: 20px;
    width: 100%;
  }
}

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

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

.spaceFeature--single .spaceFeature__imageTitle--jpn {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.spaceFeature--single .spaceFeature__imageTitle--eng {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.spaceFeature--double .spaceFeature__imageTitle--jpn {
  right: 18px;
  top: 20px;
}

@media screen and (max-width: 768px) {
  .spaceFeature--double .spaceFeature__imageTitle--jpn {
    right: 10px;
    top: 10px;
  }
}

.spaceFeature--double .spaceFeature__imageTitle--eng {
  bottom: 0;
}

.spaceFeature__title--jpn {
  color: #222f28;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .spaceFeature__title--jpn {
    font-size: 16px;
    margin-bottom: 28px;
  }
}

.spaceFeature__title--eng {
  color: rgba(34, 47, 40, 0.5);
  font-family: "Archivo", "Cormorant Infant", serif;
  font-size: 22px;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media print, screen and (min-width: 768px) {
  .spaceFeature__title--eng {
    bottom: 0;
    left: -3px;
  }
}

@media screen and (max-width: 768px) {
  .spaceFeature__title--eng {
    font-size: 11px;
    left: -30px;
    top: 0;
  }
}

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

@media screen and (max-width: 768px) {
  .spaceFeature__imageBlock {
    width: 100%;
  }
}

.spaceFeature__imageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

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

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

.spaceFeature__imageItem {
  position: relative;
}

.spaceFeature__imageTitle--jpn {
  color: #ffffff;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

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

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

.spaceFeature__imageTitle--eng {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Archivo", "Cormorant Infant", serif;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  left: 0;
  line-height: .75;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

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

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

.spaceFeature__caption {
  color: #333333;
  font-size: 10px;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .terraceDetail {
    -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) {
  .terraceDetail:nth-of-type(2n+3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

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

@media screen and (max-width: 768px) {
  .terraceDetail__head .photo {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .terraceDetail__head .photo__capOut {
    padding-right: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .terraceDetail__cont .photo {
    margin: 20px auto 0;
    width: 330px;
  }
}

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

.terraceDetail__ttl {
  border-bottom: 1px solid #bcb5a8;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
}

@media print, screen and (min-width: 768px) {
  .terraceDetail__ttl {
    font-size: 25px;
    margin-bottom: 20px;
    padding: 0 0 10px;
    text-align: center;
    width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .terraceDetail__ttl {
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}

.terraceDetail__ttl .small {
  font-family: "YakuHanMP", "Shippori Mincho B1", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0;
}

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

@media screen and (max-width: 768px) {
  .terraceDetail__ttl .small {
    font-size: calc(24 / 750 * 100vw);
  }
}

.terraceDetail__info {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .1em;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .terraceDetail__info {
    font-size: 14px;
    margin-left: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .terraceDetail__info {
    font-size: 10px;
    margin-left: calc(24 / 750 * 100vw);
    margin-top: 5px;
  }
}

.terraceDetail__info .small {
  font-size: 10px;
}

.terraceDetail__info .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.terraceDetail__info .value {
  display: inline-block;
}

.terraceDetail__info:before {
  background: #a1a1a1;
  content: '';
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .terraceDetail__info:before {
    height: 14px;
    left: -20px;
    top: 1px;
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  .terraceDetail__info:before {
    height: 10px;
    left: calc(-24 / 750 * 100vw);
    top: 1px;
    width: 10px;
  }
}

.terraceDetail__txt {
  letter-spacing: .1em;
}

@media print, screen and (min-width: 768px) {
  .terraceDetail__txt {
    font-size: 14px;
    margin-top: 10px;
    width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .terraceDetail__txt {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .terraceDetail__txt + .photo {
    margin: 40px auto 0;
  }
}

@media print, screen and (min-width: 768px) {
  .terraceDetail--wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .terraceDetail--wide .terraceDetail__head {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .terraceDetail--wide .terraceDetail__head {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .terraceDetail--wide .terraceDetail__head .photo {
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .terraceDetail--wide .terraceDetail__head .photo__image {
    width: 1152px;
  }
}

@media screen and (max-width: 768px) {
  .terraceDetail--wide .terraceDetail__head .photo__image {
    width: 100vw;
  }
}

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

@media print, screen and (min-width: 768px) {
  .terraceDetail--wide .terraceDetail__ttl {
    height: 40px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .terraceDetail--wide .terraceDetail__inner {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 50px;
    padding-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .terraceDetail--wide .terraceDetail__info {
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .terraceDetail--wide .terraceDetail__info + .terraceDetail__info {
    margin-left: 30px;
  }
}

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

/*
下層ページ実装に関して
・テンプレート各セクション(.keyVisual,.generalSect)のCSSはcommon.css内に追記しています。
・各ページの.keyVisualに関しては画像追加・情報の流し込みのみお願いします。細かいレイアウトの微調整はまとめてこちらで対応します。
・各コンテンツはダミーの命名としてunique-連番という命名を行なっていますが、固有の要素に合わせて命名変更をお願いします。
・metaと.header、.bottomArea(フッター注釈含む)、.footerの各共通要素に関してもこちらでまとめ調整するので、基本的に.container内のみを調整する形でコンテンツを実装していただけると助かります。
*/
@media print, screen and (min-width: 768px) {
  .pageIntroduction .leadSect .txt + .movieModal {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntroduction .leadSect .txt + .movieModal {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .commonSpace-01 {
    padding: 0 0 160px;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-01 {
    padding: 0 0 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .commonSpace-01 .primarySect:nth-child(n+2) {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-01 .primarySect:nth-child(n+2) {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-01 .primarySect__cont .loungeMap__inner .photo {
    margin: 40px calc(50% - 50vw) 0;
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-01 .primarySect__cont .loungeMap__inner .photo__capOut {
    padding-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-01 .primarySect__image {
    margin: 40px calc(50% - 50vw) 0;
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-01 .primarySect__image__capOut {
    padding-right: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .commonSpace-01 .primarySect .roofTop + .loungeMap {
    margin-top: 160px;
  }
}

@media print, screen and (min-width: 768px) {
  .commonSpace-01 .touchFigure .large {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-01 .touchFigure .large {
    font-size: 12px;
  }
}

.commonSpace-01 .conciergeCol {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.commonSpace-01 .conciergeCol .conciergeList {
  height: auto;
  width: 500px;
}

@media print, screen and (min-width: 768px) {
  .commonSpace-02,
  .commonSpace-03,
  .commonSpace-04 {
    padding: 160px 0;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-02,
  .commonSpace-03,
  .commonSpace-04 {
    padding: 80px 0;
  }
}

.commonSpace-03 .generalSect__head .subheading {
  line-height: 1;
}

.commonSpace-03 .generalSect__head .subheading small {
  font-size: 10px;
}

.photo__capOut--left {
  padding-top: 5px;
  text-align: left;
}

.commonSpace-service {
  counter-reset: num;
}

@media print, screen and (min-width: 768px) {
  .commonSpace-service {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-service {
    padding: 120px 0 80px;
  }
}

.commonSpace-service .headSect {
  letter-spacing: .15em;
  text-align: center;
}

.commonSpace-service .headSect .ttl {
  border-bottom: 1px solid rgba(34, 47, 40, 0.5);
}

@media print, screen and (min-width: 768px) {
  .commonSpace-service .headSect .ttl {
    font-size: 24px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-service .headSect .ttl {
    padding-bottom: 15px;
  }
}

.commonSpace-service .headSect .heading {
  font-family: "Archivo", "Cormorant Infant", serif;
}

@media print, screen and (min-width: 768px) {
  .commonSpace-service .headSect .heading {
    padding-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-service .headSect .heading {
    padding-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .commonSpace-service .primarySect {
    margin-top: 65px;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-service .primarySect {
    margin-top: 40px;
  }
}

.commonSpace-service .primarySect__head .subheading {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .commonSpace-service .primarySect__cont {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-service .primarySect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-service .primarySect__cont .touchFigure {
    margin-right: -40px;
    width: 335px;
  }
}

.commonSpace-service .primarySect__cont .touchFigure + .caption {
  padding-top: 10px;
}

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

@media print, screen and (min-width: 768px) {
  .commonSpace-service .primarySect__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px;
    margin-top: 65px;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-service .primarySect__bottom {
    margin: 30px -20px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .commonSpace-service .primarySect__bottom .serviceCard {
    width: 352px;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-service .primarySect__bottom .serviceCard + .serviceCard {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .commonSpace-service .primarySect + .headSect {
    margin-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .commonSpace-service .primarySect + .headSect {
    margin-top: 75px;
  }
}
