@charset "UTF-8";
/* CSS Document */
.page-titile__container {
  position: relative;
  margin-bottom: 45px;
  top: 10px;
}
.page-sub-title {
  font-size: 5rem;
}
h2.page-titile {
  position: absolute;
  top: 75px;
  left: 0;
}
/* 電球のイラスト */
h2.page-titile::before {
  position: absolute;
  display: block;
  content: "";
  width: 45px;
  height: 104px;
  background-image: url(../images/room/page-title__lump-image.png);
  background-size: cover;
  top: -111px;
  left: 286px;
}
/* コーヒーのイラスト */
h2.page-titile::after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 34px;
  background-image: url(../images/room/page-title__image.png);
  background-size: cover;
  bottom: 10px;
  left: 210px;
}
.page-room__kv {
  margin-bottom: 40px;
}
.page-room__kv img {
  border-radius: 15px;
}
@media (min-width: 960px) {
  .page-titile__container {
    margin-bottom: 70px;
  }
  .page-sub-title {
    font-size: 10rem;
  }
  h2.page-titile {
    top: 155px;
    left: 0;
    font-size: 2.8rem;
  }
  /* 電球のイラスト */
  h2.page-titile::before {
    width: 82px;
    height: 185px;
    top: -216px;
    left: 553px;
  }
  /* コーヒーのイラスト */
  h2.page-titile::after {
    width: 115px;
    height: 65px;
    bottom: 14px;
    left: 412px;
  }
  .page-room__kv {
    margin-left: auto;
    width: 767px;
    margin-bottom: 90px;
  }
  .page-room__kv img {
    border-radius: 30px;
    width: 767px;
    height: 425px;
    object-fit: cover;
    object-position: bottom -15px left 0;
  }
}
.section-madori {
  margin-bottom: 65px;
  text-align: center;
}
h3.section-madori__title {
  font-size: 2.2rem;
  position: relative;
  margin-bottom: 40px;
}
/* タイトルの下線 */
.section-madori__title::after {
  content: "";
  background-image: url(../images/room/title-underbar.png);
  position: absolute;
  display: block;
  width: 280px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.section-madori__description {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.madorizu-container {
  position: relative;
  width: 205px;
  height: 345px;
  margin: 0 auto;
}
.section-madori__living01 {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 117px;
}
.hover a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333333;
}
.hover:hover {
  cursor: pointer;
  background: rgba(251, 201, 209, 0.5);
  transition: all .5s;
}
.madori-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-madori__living02 {
  position: absolute;
  top: 118px;
  right: 0%;
  width: 148px;
  height: 114px;
}
.section-madori__tiolet-and-kichen {
  display: flex;
  position: absolute;
  top: 231px;
  left: 0%;
  width: 100%;
  height: 201px;
}
.section-madori__tiolet {
  width: 65px;
  height: 35px;
  position: relative;
}
.section-madori__tiolet p {
  width: 55px;
}
.section-madori__kichen {
  position: relative;
  width: 135px;
  height: 95px;
}
@media (min-width: 960px) {
  .section-madori {
    margin-bottom: 130px;
  }
  h3.section-madori__title {
    font-size: 3.0rem;
    margin-bottom: 60px;
  }
  /* タイトルの下線 */
  .section-madori__title::after {
    width: 435px;
    height: 27px;
    bottom: -15px;
  }
  .section-madori__description {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
  .madorizu-container {
    width: 360px;
    height: 610px;
    font-size: 2.0rem;
  }
  .section-madori__living01 {
    height: 207px;
  }
  .section-madori__living02 {
    top: 208px;
    width: 260px;
    height: 200px;
  }
  .section-madori__living02 p {
    width: 200px;
  }
  .section-madori__tiolet-and-kichen {
    top: 410px;
    left: 5px;
    width: 100%;
    height: 168px;
  }
  .section-madori__tiolet {
    width: 114px;
    height: 53px;
  }
  .section-madori__tiolet p {
    width: 60px;
  }
  .section-madori__kichen {
    width: 238px;
    height: 168px;
  }
}
.section-living01, .section-living02 {
  margin-bottom: 40px;
}
.section-kichen {
  margin-bottom: 80px;
}
.sub-title {
  font-size: 5rem;
  text-align: center;
  position: relative;
  margin-bottom: 55px;
}
.kichen-sub-title {
  margin-bottom: 35px;
}
.sub-title::after {
  content: "";
  background-image: url(../images/room/title-underbar.png);
  position: absolute;
  display: block;
  width: 180px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.sub-title span {
  font-size: 3rem;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-slide-container {
  max-width: 780px;
  margin: 0 auto;
}
.slides img {
  border-radius: 15px;
}
h3 {
  font-size: 2.0rem;
  position: relative;
  margin-bottom: 25px;
}
/* 日本語タイトルのあしらい*/
h3.section-living01__title::after {
  content: "";
  background-image: url("../images/room/smalltitle-line.png");
  position: absolute;
  display: block;
  width: 150px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -11px;
  left: 0;
  z-index: -10;
}
.contents-container01, .contents-container02 {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }
.room-description {
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 426px;
  letter-spacing: 0.5px;
}
.big-image01, .big-image02 {
  margin-bottom: 30px;
  max-width: 450px;
}
.big-image01 img, .big-image02 img, .small-image img {
  border-radius: 10px;
}
.article-container01, .article-container02, .article-container03 {
  margin-bottom: 30px;
  max-width: 335px;
  /*width: 290px;
  margin: 0 auto 30px;*/
}
.small-image {
  margin-bottom: 10px;
}
.article {
  letter-spacing: 0.5px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .section-living01, .section-living02 {
    margin-bottom: 100px;
  }
}
@media (min-width: 960px) {
  .section-living01, .section-living02 {
    margin-bottom: 100px;
  }
  .section-kichen {
    margin-bottom: 150px;
  }
  .sub-title {
    font-size: 7rem;
    margin-bottom: 70px;
  }
  .sub-title::after {
    width: 242px;
    height: 20px;
    bottom: 3px;
  }
  .sub-title span {
    font-size: 4.2rem;
    bottom: -55px;
  }
  h3 {
    font-size: 3.2rem;
    margin-bottom: -7px;
  }
  /* 日本語タイトルのあしらい*/
  h3.section-living01__title::after {
    width: 240px;
    height: 135px;
    bottom: -37px;
    left: -8px;
  }
  .section-living01__slick {
    margin-bottom: 100px;
  }
  .slides img {
    border-radius: 30px;
  }
  .contents-container01 {
    height: 630px;
  }
  .room-description {
    margin: 50px auto;
    width: 50%;
  }
  .big-image01 {
    order: 2;
    margin: 50px 0 0 auto;
    width: 40%;
  }
  .article-container01 {
    order: 1;
    margin: 0 auto;
    position: relative;
  }
  .contents-container02 {
    width: 100%;
    justify-content: center;
    flex-direction: row;
  }
  .big-image02 {
    width: 50%;
  }
  .big-image01 img, .big-image02 img, .small-image img {
    border-radius: 20px;
  }
  .article-container__02and03 {
    width: 50%;
  }
  .article-container02, .article-container03 {
    max-width: 290px;
  }
  .article-container02 {
    margin: 0 0 20px 60px;
  }
  .article-container03 {
    margin-left: auto;
  }
}
@media (min-width: 1350px) {
  .contents-container01 {
    margin-bottom: 80px;
  }
  .big-image01 {
    margin-top: 0;
  }
  .article-container02 {
    margin-left: 100px;
  }
}