@charset "UTF-8";
/* common
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@font-face {
  font-family: "Alinaregular";
  src: url("/webfonts/38F0A3_0_0.eot");
  src: url("/webfonts/38F0A3_0_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/38F0A3_0_0.woff2") format("woff2"), url("/webfonts/38F0A3_0_0.woff") format("woff"), url("/webfonts/38F0A3_0_0.ttf") format("truetype");
}
/* color
================================================*/
/* top opening animation
================================================*/
/* layout
=================================================================== */
/* animation delay
=================================================================== */
/* font
=================================================================== */
/* font-ag
================================================*/
/* vw font
=================================================================== */
/* vw
================================================*/
/* vh
================================================*/
#ph_block {
  position: fixed;
  width: 50vw;
  height: 100vh;
  top: 0;
  right: 0;
  overflow: hidden;
  box-sizing: border-box;
}
#ph_block .slide {
  height: 100%;
  display: flex;
  align-items: center;
}
#ph_block .slide > div {
  height: 100%;
}
#ph_block .slide > div img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#control {
  position: fixed;
  bottom: 60vh;
  left: 0%;
  margin-left: 0;
  width: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
  transform: rotate(90deg);
  transform-origin: 70px 0vh;
}
#control:before {
  position: absolute;
  content: "部屋の音が聴けます";
  width: 24px;
  height: 160px;
  padding: 30px 0 30px 3px;
  background: rgba(244, 244, 244, 0.8);
  border-radius: 12px;
  transform: rotate(-90deg);
  top: -68px;
  left: 50px;
  text-align: center;
  line-height: 1.2;
  font-size: 1rem;
  box-sizing: border-box;
}
#control:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #F4F4F4;
  top: 7px;
  left: 141px;
}

#contents {
  position: relative;
  width: 50vw;
  margin-left: auto;
  margin-right: 50vw;
}
#contents .housingBlock {
  margin: 0 10vw 10vh;
  padding-top: 10vh;
}
#contents .housingBlock h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 120px;
  font-size: 3.6rem;
  margin-bottom: 20px;
}
#contents .housingBlock h1 span {
  display: block;
  width: 100%;
}
#contents .housingBlock .area {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 1em;
  border: solid 1px #E3E3E3;
  margin-bottom: 20px;
}
#contents .housingBlock .type {
  position: relative;
  color: #80692B;
  font-size: 1.3rem;
  line-height: 15px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 30px;
}
#contents .housingBlock .type.rent {
  color: #80692B;
}
#contents .housingBlock .type.buy {
  color: #1A4D3A;
}
#contents .housingBlock .txt {
  margin-bottom: 100px;
}
#contents .housingBlock .txt p:not(:last-of-type) {
  margin-bottom: 1em;
}
#contents .housingBlock .info {
  margin-bottom: 50px;
}
#contents .housingBlock .info dl {
  display: flex;
}
#contents .housingBlock .info dl:not(:last-of-type) {
  border-bottom: solid 1px #D5D5D5;
}
#contents .housingBlock .info dl dt {
  width: 30%;
  padding: 20px;
}
#contents .housingBlock .info dl dd {
  flex: 1;
  padding: 20px;
}
#contents .housingBlock .floorPlan {
  margin-bottom: 100px;
}
#contents .housingBlock .floorPlan img {
  width: inherit;
  margin: 0 auto;
}
#contents .housingBlock .photos .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#contents .housingBlock .photos .title h2 {
  font-size: 1.8rem;
}
#contents .housingBlock .photos .title .att {
  font-size: 1rem;
}
#contents .housingBlock .gallery-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#contents .housingBlock .gallery-list li {
  width: 8.5vw;
  height: 8.5vw;
  margin-bottom: 2.2vw;
  margin-left: 2.2vw;
  overflow: hidden;
}
#contents .housingBlock .gallery-list li:nth-child(3n+1) {
  margin-left: 0;
}
#contents .housingBlock .gallery-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*モーダル表示*/
.hide-area {
  display: none;
}

.modaal-close:after, .modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}

.entry {
  width: 350px;
  margin: 0 auto;
}
.entry a {
  display: block;
  width: 350px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: solid 1px #707070;
}

#gblFooter {
  width: 50vw;
  padding-bottom: 20px;
  font-size: 1rem;
  color: #868686;
  text-align: center;
}

@media (max-width: 767px) {
  #ph_block {
    width: 100vw;
    height: 100vh;
    right: auto;
  }

  #control {
    bottom: auto;
    top: 40%;
    left: auto;
    right: -470px;
  }

  #contents {
    position: relative;
    width: 100vw;
    margin: calc(100vh - 120px) 0 0 0;
    overflow: hidden;
  }
  #contents .housingBlock {
    position: relative;
    margin: 120px 0 0;
    background: #FFF;
    padding: 30px 50px 75px;
  }
  #contents .housingBlock h1 {
    position: absolute;
    content: "";
    width: 300px;
    font-size: 2.8rem;
    padding: 15px 25px;
    background: #FFF;
    top: -120px;
    left: 0;
  }
  #contents .housingBlock .area {
    position: relative;
    left: -20px;
  }
  #contents .housingBlock .type {
    position: relative;
    left: -20px;
    margin-bottom: 50px;
  }
  #contents .housingBlock .txt {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  #contents .housingBlock .info {
    margin-bottom: 50px;
  }
  #contents .housingBlock .info dl {
    display: flex;
    flex-wrap: wrap;
  }
  #contents .housingBlock .info dl dt {
    width: 100%;
    padding: 20px 0 0;
  }
  #contents .housingBlock .info dl dd {
    width: 100%;
    padding: 20px 0;
  }
  #contents .housingBlock .photos .title {
    display: block;
  }
  #contents .housingBlock .photos .title h2 {
    font-size: 2rem;
  }
  #contents .housingBlock .photos .title .att {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  #contents .housingBlock .gallery-list li {
    width: 34vw;
    height: 34vw;
    margin-bottom: 4vw;
    margin-right: 4vw;
    margin-left: 0;
  }
  #contents .housingBlock .gallery-list li:nth-child(2n) {
    margin-right: 0;
  }

  .entry {
    width: 100%;
  }
  .entry a {
    width: 100%;
  }

  #gblFooter {
    position: absolute;
    width: 100vw;
    background: #FFF;
  }
}