@charset "UTF-8";
/* STUDIOS - head
-------------------------------------------*/
#head {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #head {
    margin-top: 100px;
  }
}

#head p {
  margin: 60px 0;
}

#head .floor-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0;
}

@media screen and (min-width: 1024px) {
  #head .floor-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#head .floor-area .floors {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  margin-bottom: 20px;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  #head .floor-area .floors {
    -ms-grid-columns: 25% 25% 25% 25%;
        grid-template-columns: 25% 25% 25% 25%;
  }
}

#head .floor-area .floors .floor-box1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

#head .floor-area .floors .more1,
#head .floor-area .floors .more2,
#head .floor-area .floors .more3,
#head .floor-area .floors .more4 {
  text-align: center;
}

#head .floor-area .floors .more1 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

#head .floor-area .floors .floor-box2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

#head .floor-area .floors .more2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

#head .floor-area .floors .floor-box3 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

@media screen and (min-width: 768px) {
  #head .floor-area .floors .floor-box3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
  }
}

#head .floor-area .floors .more3 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

@media screen and (min-width: 768px) {
  #head .floor-area .floors .more3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
  }
}

#head .floor-area .floors .floor-box4 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

@media screen and (min-width: 768px) {
  #head .floor-area .floors .floor-box4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / 5;
  }
}

#head .floor-area .floors .more4 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/ 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

@media screen and (min-width: 768px) {
  #head .floor-area .floors .more4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / 5;
  }
}

#head .floor-area .floors img {
  width: 100%;
}

#head .floor-area .floors .name {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.4vw, 2rem);
  letter-spacing: 0.2rem;
  padding: 10px 0;
  text-align: center;
}

#head .floor-area .floors .title {
  width: 200px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: clamp(2rem, 1.9vw, 2.7rem);
  padding: 5px 0;
}

#head .floor-area .floors .description {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  padding: 5px 0;
}

#head .floor-area .floors .more-text {
  padding: 10px;
}

#head .floor-area .floor-equipment {
  margin-left: 5%;
}

@media screen and (min-width: 768px) {
  #head .floor-area .floor-equipment {
    margin-left: 100px;
  }
}

@media screen and (min-width: 768px) {
  #head .floor-area .floor-equipment ul {
    margin-top: 60px;
  }
}

#head .floor-area .floor-equipment ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#head .floor-area .floor-equipment ul li span {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.4vw, 2rem);
  margin-left: 10px;
  line-height: 3.6rem;
  white-space: nowrap;
}

/* STUDIOS - first-floor, second-floor
-------------------------------------------*/
@media screen and (min-width: 768px) {
  #first-floor,
  #second-floor,
  #third-floor,
  #garden {
    padding: 60px 60px;
  }
}

#first-floor .head,
#second-floor .head,
#third-floor .head,
#garden .head {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #first-floor .head,
  #second-floor .head,
  #third-floor .head,
  #garden .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#first-floor .head .title,
#second-floor .head .title,
#third-floor .head .title,
#garden .head .title {
  margin-top: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #first-floor .head .title,
  #second-floor .head .title,
  #third-floor .head .title,
  #garden .head .title {
    width: 460px;
    margin: 0;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  #first-floor .head .title,
  #second-floor .head .title,
  #third-floor .head .title,
  #garden .head .title {
    width: 580px;
  }
}

@media screen and (min-width: 1200px) {
  #first-floor .head .title,
  #second-floor .head .title,
  #third-floor .head .title,
  #garden .head .title {
    width: 680px;
  }
}

#first-floor .head .title .floor,
#second-floor .head .title .floor,
#third-floor .head .title .floor,
#garden .head .title .floor {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  font-size: clamp(4rem, 4.8vw, 7rem);
}

#first-floor .head .title .name,
#second-floor .head .title .name,
#third-floor .head .title .name,
#garden .head .title .name {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  font-size: clamp(2.6rem, 2.8vw, 4rem);
  border-bottom: 1px solid #000000;
  margin-left: 20px;
}

#first-floor .head .description,
#second-floor .head .description,
#third-floor .head .description,
#garden .head .description {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.4vw, 2rem);
  letter-spacing: 0.6rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #first-floor .head .description,
  #second-floor .head .description,
  #third-floor .head .description,
  #garden .head .description {
    width: calc(100% - 460px);
    margin-top: 0;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  #first-floor .head .description,
  #second-floor .head .description,
  #third-floor .head .description,
  #garden .head .description {
    width: calc(100% - 580px);
  }
}

@media screen and (min-width: 1200px) {
  #first-floor .head .description,
  #second-floor .head .description,
  #third-floor .head .description,
  #garden .head .description {
    width: calc(100% - 680px);
  }
}

#first-floor .floor-images,
#second-floor .floor-images,
#third-floor .floor-images,
#garden .floor-images {
  display: -ms-grid;
  display: grid;
  gap: 5px;
  margin-top: 40px;
}

#first-floor .floor-images img,
#second-floor .floor-images img,
#third-floor .floor-images img,
#garden .floor-images img {
  width: 80%;
}

@media screen and (min-width: 768px) {
  #first-floor .floor-images img,
  #second-floor .floor-images img,
  #third-floor .floor-images img,
  #garden .floor-images img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #first-floor .floor-images,
  #second-floor .floor-images,
  #third-floor .floor-images,
  #garden .floor-images {
    margin: 60px;
    gap: 40px;
  }
}

#first-floor .floor-images .img-1-1,
#second-floor .floor-images .img-1-1,
#third-floor .floor-images .img-1-1,
#garden .floor-images .img-1-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

#first-floor .floor-images .img-1-2,
#second-floor .floor-images .img-1-2,
#third-floor .floor-images .img-1-2,
#garden .floor-images .img-1-2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

#first-floor .floor-images .img-2-1,
#second-floor .floor-images .img-2-1,
#third-floor .floor-images .img-2-1,
#garden .floor-images .img-2-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

#first-floor .floor-images .img-2-2,
#second-floor .floor-images .img-2-2,
#third-floor .floor-images .img-2-2,
#garden .floor-images .img-2-2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

#first-floor .floor-images .img-3-1,
#second-floor .floor-images .img-3-1,
#third-floor .floor-images .img-3-1,
#garden .floor-images .img-3-1 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

@media screen and (min-width: 768px) {
  #first-floor .floor-images .img-3-1,
  #second-floor .floor-images .img-3-1,
  #third-floor .floor-images .img-3-1,
  #garden .floor-images .img-3-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
  }
}

#first-floor .floor-images .img-3-2,
#second-floor .floor-images .img-3-2,
#third-floor .floor-images .img-3-2,
#garden .floor-images .img-3-2 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5 / 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

@media screen and (min-width: 768px) {
  #first-floor .floor-images .img-3-2,
  #second-floor .floor-images .img-3-2,
  #third-floor .floor-images .img-3-2,
  #garden .floor-images .img-3-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
  }
}

#first-floor .floor-images .img-4-1,
#second-floor .floor-images .img-4-1,
#third-floor .floor-images .img-4-1,
#garden .floor-images .img-4-1 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

@media screen and (min-width: 768px) {
  #first-floor .floor-images .img-4-1,
  #second-floor .floor-images .img-4-1,
  #third-floor .floor-images .img-4-1,
  #garden .floor-images .img-4-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / 5;
  }
}

#first-floor .floor-images .img-4-2,
#second-floor .floor-images .img-4-2,
#third-floor .floor-images .img-4-2,
#garden .floor-images .img-4-2 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5 / 6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

@media screen and (min-width: 768px) {
  #first-floor .floor-images .img-4-2,
  #second-floor .floor-images .img-4-2,
  #third-floor .floor-images .img-4-2,
  #garden .floor-images .img-4-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / 5;
  }
}

#first-floor .floor-images > div,
#second-floor .floor-images > div,
#third-floor .floor-images > div,
#garden .floor-images > div {
  position: relative;
}

#first-floor .floor-images span,
#second-floor .floor-images span,
#third-floor .floor-images span,
#garden .floor-images span {
  font-family: Signato;
  white-space: nowrap;
  font-size: clamp(2.4rem, 3.5vw, 5rem);
}

#first-floor .floor-images .room,
#second-floor .floor-images .room,
#third-floor .floor-images .room,
#garden .floor-images .room {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.4vw, 2rem);
  margin-bottom: 20px;
}

#first-floor .garden-img,
#second-floor .garden-img,
#third-floor .garden-img,
#garden .garden-img {
  margin: 60px 0;
}

/* 文字ポジション */
#first-floor .floor-images .img-1-1 span {
  position: absolute;
  top: 10%;
  left: 0;
}

@media screen and (min-width: 768px) {
  #first-floor .floor-images .img-1-1 span {
    top: 10%;
    left: -5%;
  }
}

#first-floor .floor-images .img-2-1 span {
  position: absolute;
  top: 80%;
  right: 3%;
}

@media screen and (min-width: 768px) {
  #first-floor .floor-images .img-2-1 span {
    top: 80%;
    right: -8%;
  }
}

#first-floor .floor-images .img-3-1 span {
  position: absolute;
  top: 40%;
  right: 3%;
}

@media screen and (min-width: 768px) {
  #first-floor .floor-images .img-3-1 span {
    top: 40%;
    right: -8%;
  }
}

#first-floor .floor-images .img-4-1 span {
  position: absolute;
  top: 10%;
  right: 3%;
}

@media screen and (min-width: 768px) {
  #first-floor .floor-images .img-4-1 span {
    top: 10%;
    right: -8%;
  }
}

#first-floor .annotation {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #first-floor .annotation {
    margin-top: 60px;
  }
}

#second-floor .floor-images .img-1-1 span {
  position: absolute;
  top: 80%;
  right: 3%;
}

@media screen and (min-width: 768px) {
  #second-floor .floor-images .img-1-1 span {
    top: 80%;
    right: -8%;
  }
}

#second-floor .floor-images .img-2-1 span {
  position: absolute;
  top: 10%;
  left: 5%;
}

@media screen and (min-width: 768px) {
  #second-floor .floor-images .img-2-1 span {
    top: 10%;
    left: 1%;
  }
}

#second-floor .floor-images .img-3-1 span {
  position: absolute;
  top: 20%;
  left: 25%;
}

@media screen and (min-width: 768px) {
  #second-floor .floor-images .img-3-1 span {
    top: 20%;
    left: 10%;
  }
}

#second-floor .floor-images .img-4-1 span {
  position: absolute;
  top: 30%;
  right: 3%;
}

@media screen and (min-width: 768px) {
  #second-floor .floor-images .img-4-1 span {
    top: 30%;
    right: -8%;
  }
}

#third-floor .floor-images .img-1-1 span {
  position: absolute;
  top: 40%;
  left: 3%;
}

@media screen and (min-width: 768px) {
  #third-floor .floor-images .img-1-1 span {
    top: 40%;
    left: -8%;
  }
}

#third-floor .floor-images .img-2-1 span {
  position: absolute;
  top: 45%;
  left: 5%;
}

@media screen and (min-width: 768px) {
  #third-floor .floor-images .img-2-1 span {
    top: 45%;
    left: 8%;
  }
}

#third-floor .floor-images .img-3-1 span {
  position: absolute;
  top: 70%;
  right: 3%;
}

@media screen and (min-width: 768px) {
  #third-floor .floor-images .img-3-1 span {
    top: 70%;
    right: -8%;
  }
}

#third-floor .floor-images .img-4-1 span {
  position: absolute;
  top: 65%;
  right: 3%;
}

@media screen and (min-width: 768px) {
  #third-floor .floor-images .img-4-1 span {
    top: 65%;
    right: -8%;
  }
}

#garden {
  padding-bottom: 100px;
}

#garden p {
  margin-top: 30px;
}

@media screen and (min-width: 764px) {
  #garden p {
    margin-top: 40px;
  }
}

.studio-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  overflow-x: scroll;
}

.studio-img-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  cursor: pointer;
}

.studio-img-list-item:not(:first-of-type) {
  margin-left: 3%;
}

@media screen and (min-width: 600px) {
  .studio-img-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

.studio-img-list-item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 200px;
}

@media screen and (min-width: 764px) {
  .studio-img-list-item img {
    height: 300px;
  }
}

@media screen and (min-width: 1024px) {
  .studio-img-list-item img {
    height: 400px;
  }
}

.modal {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.modal > .image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal > .image-wrap > img {
  width: 90%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .modal > .image-wrap > img {
    width: 60%;
  }
}
