@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main :where(.column) ~ :where(.column) {
  margin-top: 30px;
}

@media screen and (min-width:768px) {

  #main :where(.column) ~ :where(.column) {
    margin-top: 60px;
  }

}

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead {
  padding: 40px 0;
}

@media screen and (min-width:768px) {

  #lead {
    padding: 80px 0;
  }

}

/**
 * タイトル
 */

#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 .catchcopy {
  width: 100%;
  margin-bottom: 2em;
  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;
}

#lead div.content .text {
  line-height: 2.5;
  font-weight: 300;
}

@media screen and (min-width:768px) {

  #lead div.content {
    line-height: 3;
  }

  #lead div.content .text {
    text-align: center;
  }

}

/** ***************************************************************************
 * 概念図
 * ************************************************************************* */

#landrenewal div.body {
  max-width: 1340px;
}

#landrenewal div.diagram {
  padding: 15px;
  border: 1px solid #969696;
}

#landrenewal div.diagram div.item {
  text-align: center;
}

#landrenewal div.diagram div.item ~ div.item {
  margin-top: 20px;
}

@media screen and (min-width:768px) {

  #landrenewal div.diagram {
    padding: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  #landrenewal div.diagram div.item {
    width: 49%;
  }

  #landrenewal div.diagram div.item ~ div.item {
    margin-top: 0;
  }

}

/**
 * タイトル
 */

#landrenewal div.diagram div.item div.title {
  margin-bottom: 10px;
  padding: 0.375em 1em 0.5em;
  color: #fff;
  line-height: 1;
  font-size: 1.125em;
  text-align: center;
  background-color: #9f9fa0;
}

@media screen and (min-width:768px) {

  #landrenewal div.diagram div.item div.title {
    margin-bottom: 20px;
    font-size: 1.25em;
  }

}

/** ***************************************************************************
 * ロケーション
 * ************************************************************************* */

#location {
  padding: 60px 0;
}

#location div.image {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

#location 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;
}

@media screen and (min-width:768px) {

  #location {
    padding: 120px 0;
  }

}
