@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main {
  padding-bottom: 50px;
  background-color: #f4f3ed;
}

#main :where(.column) ~ :where(.column) {
  margin-top: 30px;
}

@media screen and (min-width:768px) {

  #main {
    padding-bottom: 100px;
  }

  #main :where(.column) ~ :where(.column) {
    margin-top: 60px;
  }

}

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead {
  padding: 40px 0 20px;
  background-color: #fff;
}

@media screen and (min-width:768px) {

  #lead {
    padding: 80px 0 40px;
  }

}

/**
 * タイトル
 */

#lead .section-title {
  margin-bottom: 40px;
  line-height: 3;
  font-size: 0.75em;
  text-align: center;
}

@media screen and (min-width:768px) {

  #lead .section-title {
    margin-bottom: 80px;
  }

}

/**
 * 内容
 */

#lead div.content {
  width: 100%;
  letter-spacing: 2px;
  line-height: 2.5;
  font-size: 1.25em;
  text-orientation: upright;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width:768px) {

  #lead div.content {
    line-height: 3;
  }

}

/** ***************************************************************************
 * Landscape Plan
 * ************************************************************************* */

#landscapeplan {
  padding: 40px 0 40px;
  background: linear-gradient(to bottom, #fff, #f4f3ed 100px);
}

@media screen and (min-width:768px) {

  #landscapeplan {
    padding: 60px 0 60px;
  }

}

/**
 * タイトル
 */

#landscapeplan .section-title {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width:768px) {

  #landscapeplan .section-title {
    margin-bottom: 60px;
  }

}

/**
 * 紹介文
 */

#landscapeplan div.lead {
  line-height: 2;
  text-align: center;
}

#landscapeplan div.lead .catchcopy {
  letter-spacing: 2px;
  font-size: 1.25em;
}

#landscapeplan div.lead .text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

@media screen and (min-width:768px) {

  #landscapeplan div.lead {
    line-height: 2.5;
  }

  #landscapeplan div.lead .catchcopy {
    font-size: 1.375em;
  }

}

/**
 * 画像
 */

#landscapeplan div.image {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

#landscapeplan div.image div.caption {
  padding: 3px 7px 4px;
  color: #fff;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

/** ***************************************************************************
 * Plan
 * ************************************************************************* */

#plan {
  padding: 40px 0 40px;
}

#plan div.body {
  max-width: 1320px;
}

@media screen and (min-width:768px) {

  #plan {
    padding: 60px 0 60px;
  }

}

/**
 * タイトル
 */

#plan .section-title {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width:768px) {

  #plan .section-title {
    margin-bottom: 60px;
  }

}

/**
 * 紹介文
 */

#plan div.lead {
  line-height: 2;
  text-align: center;
}

#plan div.lead .catchcopy {
  letter-spacing: 2px;
  font-size: 1.25em;
}

#plan div.lead .text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

@media screen and (min-width:768px) {

  #plan div.lead {
    line-height: 2.5;
  }

  #plan div.lead .catchcopy {
    font-size: 1.375em;
  }

}

/**
 * プラン
 */

#plan div.plan {
  padding: 6.25%;
  border: 1px solid #c3d0db;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

@media screen and (min-width:768px) {

  #plan div.plan {
    padding: 6.25%;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
  }

}

/**
 * プラン内容
 */

@media screen and (min-width:768px) {

  #plan div.plan div.content {
    width: 49%;
  }

}

/* プラン名 */

#plan div.plan div.content div.title {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 1.625em;
  text-align: center;
}

#plan div.plan div.content div.title em {
  font-size: 2.143em;
}

@media screen and (min-width:768px) {

  #plan div.plan div.content div.title {
    margin-bottom: 60px;
    text-align: left;
  }

  #plan div.plan div.content div.title em {
    font-size: 3.077em;
  }

}

/* 間取り */

#plan div.plan div.content div.madori {
  text-align: center;
}

#plan div.plan div.content div.madori em {
  font-size: 1.846em;
}

@media screen and (min-width:768px) {

  #plan div.plan div.content div.madori {
    text-align: left;
  }

  #plan div.plan div.content div.madori em {
    font-size: 2.5em;
  }

}

/* 面積 */

#plan div.plan div.content div.area {
  margin-top: 10px;
  text-align: center;
}

#plan div.plan div.content div.area em {
  font-size: 1.846em;
}

@media screen and (min-width:768px) {

  #plan div.plan div.content div.area {
    margin-top: 20px;
    text-align: center;
  }

  #plan div.plan div.content div.area {
    text-align: left;
  }

  #plan div.plan div.content div.area em {
    font-size: 2.5em;
  }

}

/**
 * ポイント
 */

#plan div.plan div.point {
  margin-top: 20px;
}

#plan div.plan div.point ul.list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

#plan div.plan div.point ul.list li {
  margin: 5px;
  padding: 5px 8px 6px;
  line-height: 1;
  border: 1px solid rgba(195, 208, 219, 1.0);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width:768px) {

  #plan div.plan div.point {
    margin-top: 30px;
  }

  #plan div.plan div.point ul.list {
    justify-content: flex-start;
  }

}

/**
 * 間取り図
 */

#plan div.plan div.image {
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width:768px) {

  #plan div.plan div.image {
    width: 49%;
    margin-top: 0;
  }

}

/**
 * 注釈
 */

#plan div.plan div.memo {
  margin-top: 20px;
	line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.625em;
}

/** ***************************************************************************
 * エントリー
 * ************************************************************************* */

#entry {
  padding: 20px 0;
}

@media screen and (min-width:768px) {

  #entry {
    padding: 40px 0;
  }

}

/**
 * エントリー
 */

#entry div.entry {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 5% 40px;
  background-color: rgba(255, 255, 255, 0.7);
}

#entry div.entry div.text {
  line-height: 2;
}

#entry div.entry div.button {
  margin-top: 30px;
  text-align: center;
}

#entry div.entry div.button a {
  min-width: 300px;
  padding: 15px 30px;
  font-size: 0.75em;
  text-decoration: none;
  border-radius: 9999px;
  border: 1px solid;
  display: inline-block;
  transition:
    color 0.3s ease-in-out 0.0s,
    border-color 0.3s ease-in-out 0.0s,
    background-color 0.3s ease-in-out 0.0s;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.0);
  background-color: #6d6a65;
}

#entry div.entry div.button a:hover {
  color: inherit;
  border-color: #6d6a65;
  background-color: rgba(0, 0, 0, 0.0);
}

#entry div.entry div.button a img {
  max-width: 60px;
  transition: filter 0.3s ease-in-out 0.0s;
  filter: brightness(0) invert(1);
}

#entry div.entry div.button a:hover img {
  filter: brightness(1) invert(0);
}

@media screen and (min-width:768px) {

  #entry div.entry {
    padding: 60px 5% 70px;
  }

  #entry div.entry div.text {
    line-height: 2.5;
    text-align: center;
  }

  #entry div.entry div.button a img {
    max-width: 100%;
  }

}

/** ***************************************************************************
 * Sustainability
 * ************************************************************************* */

#sustainability {
  padding: 40px 0 40px;
}

#sustainability div.body {
  max-width: 1320px;
  padding: 10% calc(10% + 20px);
  position: relative;
  z-index: 0;
}

#sustainability div.body::after {
  content: '';
  width: calc(100% - 40px);
  height: 100%;
  border: 1px solid #c3d0db;
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 20px;
}

@media screen and (min-width:768px) {

  #sustainability {
    padding: 60px 0 60px;
  }

  #sustainability div.body {
    padding: 5.33% calc(5.33% + 20px);
  }

}

/**
 * タイトル
 */

#sustainability .section-title {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width:768px) {

  #sustainability .section-title {
    margin-bottom: 60px;
  }

}

/**
 * 紹介文
 */

#sustainability div.lead {
  line-height: 2;
}

#sustainability div.lead .catchcopy {
  letter-spacing: 2px;
  font-size: 1.25em;
  text-align: center;
}

#sustainability div.lead .text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

@media screen and (min-width:768px) {

  #sustainability div.lead {
    line-height: 2.5;
    text-align: center;
  }

  #sustainability div.lead .catchcopy {
    font-size: 1.375em;
  }

}

/**
 * 画像
 */

#sustainability div.image {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}
