@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;
  }

}

/** ***************************************************************************
 * 敷地配置図
 * ************************************************************************* */

#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 {
  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.contents div.item {
  padding: 20px 5px 5px;
  border: 1px solid #c3d0db;
  background-color: #fff;
}

#plan div.contents div.item ~ div.item {
  margin-top: 25px;
}

@media screen and (min-width:768px) {

  #plan div.contents {
    margin-bottom: -4%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }

  #plan div.contents div.item {
    width: 48%;
    margin-bottom: 4%;
    padding: 10px 20px 90px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 0;
  }

  #plan div.contents div.item ~ div.item {
    margin-top: 0;
  }

}

/* NEWマーク */

#plan div.contents div.item.new {
  position: relative;
  z-index: 0;
}

#plan div.contents div.item.new::before {
  content: 'NEW';
  padding: 3px 6px;
  color: #fff;
  line-height: 1;
  font-size: 0.75em;
  font-weight: 500;
  background-color: #d4b032;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 10px;
}

@media screen and (min-width:768px) {
}

/* プラン名 */

#plan div.contents div.item div.content div.title {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 1.625em;
  text-align: center;
}

#plan div.contents div.item div.content div.title em {
  font-size: 2.143em;
}

@media screen and (min-width:768px) {

  #plan div.contents div.item div.content div.title {
    margin-bottom: 40px;
    text-align: left;
  }

  #plan div.contents div.item div.content div.title em {
    font-size: 3.077em;
  }

}

/* 間取り */

#plan div.contents div.item div.content div.madori {
  text-align: center;
}

#plan div.contents div.item div.content div.madori em {
  font-size: 1.846em;
}

#plan div.contents div.item div.content div.madori small {
  font-size: 1.375em;
  display: inline-block;
}

@media screen and (min-width:768px) {

  #plan div.contents div.item div.content div.madori {
    font-size: 0.875em;
    text-align: left;
  }

  #plan div.contents div.item div.content div.madori em {
    font-size: 2.857em;
  }

  #plan div.contents div.item div.content div.madori small {
    font-size: 1.5em;
  }

}

/* 面積 */

#plan div.contents div.item div.content div.area {
  margin-top: 10px;
  text-align: center;
}

#plan div.contents div.item div.content div.area em {
  font-size: 1.846em;
}

@media screen and (min-width:768px) {

  #plan div.contents div.item div.content div.area {
    margin-top: 20px;
    text-align: center;
  }

  #plan div.contents div.item div.content div.area {
    text-align: left;
  }

  #plan div.contents div.item div.content div.area em {
    font-size: 1.375em;
  }

}

/**
 * 間取り図
 */

#plan div.contents div.item div.image {
  margin-top: 20px;
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
}

@media screen and (min-width:768px) {

  #plan div.contents div.item div.image {
    padding-left: 0;
    padding-right: 0;
  }

}

/**
 * more
 */

#plan div.contents div.item div.button {
  margin-top: 20px;
}

#plan div.contents div.item div.button a {
  padding: 10px 10px 10px 1.5em;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(127, 126, 121, 1.0);
}

#plan div.contents div.item div.button a:hover {
  background-color: rgba(127, 126, 121, 0.8);
}

#plan div.contents div.item div.button a::after {
  content: '';
  width: 2em;
  height: 1.375em;
  margin-left: 10px;
  background: url("../_image/members/_common/icon-arrow-1.png") 0 0 / 100% 100% no-repeat;
}

@media screen and (min-width:768px) {

  #plan div.contents div.item div.button {
    width: calc(100% - 20px);
    position: absolute;
    z-index: 1;
    left: 10px;
    bottom: 10px;
  }

}

/**
 * 注釈
 */

#plan div.plan div.memo {
  margin-top: 20px;
	line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.625em;
}

/** ***************************************************************************
 * 設備
 * ************************************************************************* */

#equipment {
  padding: 40px 0 40px;
}

#equipment div.body {
  max-width: 1320px;
}

@media screen and (min-width:768px) {

  #equipment {
    padding: 60px 0 60px;
  }

}

/**
 * タイトル
 */

#equipment .section-title {
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (min-width:768px) {

  #equipment .section-title {
    margin-bottom: 20px;
  }

}

/**
 * 紹介文
 */

#equipment div.lead {
  line-height: 2;
  text-align: center;
}

#equipment div.lead .catchcopy {
  letter-spacing: 2px;
  font-size: 1.25em;
}

#equipment div.lead .text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

@media screen and (min-width:768px) {

  #equipment div.lead {
    line-height: 2.5;
  }

  #equipment div.lead .catchcopy {
    font-size: 1.375em;
  }

}

/**
 * 設備
 */

#equipment div.contents {
  max-width: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

#equipment div.contents div.item {
  width: calc(100% / 2 - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
}

#equipment div.contents div.item div.image {
  position: relative;
  z-index: 0;
}

#equipment div.contents div.item div.caption {
  padding: 0.25em 0.625em 0.375em;
  color: #fff;
  font-size: 0.5em;
  background-color: #000;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

#equipment div.contents div.item div.text {
  width: fit-content;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.75em;
  text-align: center;
  font-family: inherit;
}

@media screen and (min-width:768px) {

  #equipment div.contents {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -60px;
  }

  #equipment div.contents div.item {
    width: calc(100% / 3 - 60px);
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 60px;
  }

  #equipment div.contents div.item div.text {
    margin-top: 10px;
    font-size: 1em;
    text-align: left;
  }

}

/** ***************************************************************************
 * エントリー
 * ************************************************************************* */

#entry {
  padding: 20px 0;
  text-align: center;
}

#entry a {
  padding: 0.5em 4.5em 0.625em 1.5em;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(0, 0, 0, 1.0);
}

#entry a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

#entry a::after {
  content: '';
  width: 2em;
  height: 1.375em;
  background: url("../_image/members/_common/icon-arrow-1.png") 0 0 / 100% 100% no-repeat;
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.6875em);
  right: 1em;
}

@media screen and (min-width:768px) {

  #entry {
    padding: 40px 0;
  }

}

/** ***************************************************************************
 * サステナビリティ
 * ************************************************************************* */

#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;
}

#sustainability div.lead .button {
  text-align: center;
}

#sustainability div.lead .button a {
  min-height: 3em;
  padding: 0.5em 2em;
  text-decoration: none;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    color 0.3s ease-in-out 0.0s,
    background-color 0.3s ease-in-out 0.0s;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.0);
}

#sustainability div.lead .button a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 1.0);
}

@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.lead .button a {
    min-width: 330px;
  }
  
}

/**
 * 画像
 */

#sustainability div.image {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}
