@charset "UTF-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main {
  padding-bottom: 50px;
}

#main :where(.section) ~ :where(.section) {
  margin-top: 60px;
}

#main :where(.column) ~ :where(.column) {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {

  #main {
    padding-bottom: 100px;
  }

  #main :where(.section) ~ :where(.section) {
    margin-top: 150px;
  }

  #main :where(.column) ~ :where(.column) {
    margin-top: 60px;
  }

}

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */

#visual div.caption {
  color: inherit !important;
  background-color: transparent !important;
}

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead {
  padding: 40px 0 20px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {

  #lead {
    padding: 80px 0 40px;
  }

}

/**
 * タイトル
 */

#lead .page-title {
  margin-bottom: 15px;
  line-height: 3;
  font-size: 0.75em;
  text-align: center;
}

@media screen and (min-width: 768px) {

  #lead .page-title {
    margin-bottom: 30px;
  }

}

/**
 * 内容
 */

#lead div.content .catchcopy {
  line-height: 2;
  font-size: 1.25em;
  text-align: center;
}

#lead div.content .logo {
  margin-top: 3em;
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
}

#lead div.content .text {
  line-height: 2;
  font-weight: 300;
}

#lead div.content .text em {
  line-height: 1.3;
  font-size: 1.25em;
}

#lead div.content .text small {
  margin-top: 1.5em;
  line-height: 1.6;
  font-size: 0.75em;
  display: block;
}

@media screen and (min-width:768px) {

  #lead div.content .catchcopy {
    font-size: 1.5em;
  }

  #lead div.content .text {
    line-height: 2.5;
    text-align: center;
  }

}

/** ***************************************************************************
 * プランセレクト紹介文
 * ************************************************************************* */

#select-lead {
  padding: 60px 0;
  background: url("../_image/plan/select-option/select-lead-bg.jpg") center center / cover no-repeat;
  position: relative;
}

#select-lead div.body {
  max-width: 1440px;
}

/**
 * 内容
 */

#select-lead div.content {
  color: #fff;
  line-height: 2.5;
  font-size: 1.125em;
  text-align: center;
}

@media screen and (min-width: 768px) {

  #select-lead div.content {
    line-height: 3;
    font-size: 1.25em;
  }

}

/**
 * タイプ
 */

#select-lead div.type {
  text-align: center;
}

/**
 * 注釈
 */

#select-lead div.memo {
  text-align: center;
}

/**
 * キャプション
 */

#select-lead div.caption {
  padding: 3px 10px;
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
}

/** ***************************************************************************
 * セレクトタイプ共用
 * ************************************************************************* */

#main .select-contents div.body {
  max-width: 1440px;
}

/**
 * タイトル
 */

#main .select-contents .section-title {
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 1.375em;
  text-align: center;
}

@media screen and (min-width: 768px) {

  #main .select-contents .section-title {
    margin-bottom: 80px;
    font-size: 1.875em;
  }

}

/**
 * 注釈
 */

#main .select-contents div.memo {
  font-size: 0.75em;
}

@media screen and (min-width: 768px) {

  #main .select-contents div.memo {
    line-height: 2.5;
    text-align: center;
  }

}

/** ***************************************************************************
 * プランセレクト
 * ************************************************************************* */

/**
 * プラン
 */

#select-1 div.select {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -5%;
}

#select-1 div.select div.item {
  margin-bottom: 5%;
}

@media screen and (min-width: 768px) {

  #select-1 div.select {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  #select-1 div.select div.item {
    width: 49%;
  }

}

/** ***************************************************************************
 * 内装カラーセレクト
 * ************************************************************************* */

/**
 * 内装カラー
 */

#select-2 div.select {
  margin-bottom: -5px;
}

#select-2 div.select div.item {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {

  #select-2 div.select {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
  }

  #select-2 div.select div.item {
    width: calc(100% / 3 - 5px);
    margin-bottom: unset;
  }

}

/** ***************************************************************************
 * キッチン高さセレクト
 * ************************************************************************* */

/**
 * 内装カラー
 */

#select-3 div.select {
  text-align: center;
}

/**
 * 建築オプション例
 */

#select-3-option {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

/* タイトル */

#select-3-option .option-title {
  margin-bottom: 10px;
  padding: 0.5em 1.5em;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  background: url("../_image/plan/select-option/select-3-option-title.jpg") center center / cover no-repeat;
}

@media screen and (min-width: 768px) {

  #select-3-option .option-title {
    margin-bottom: 20px;
    font-size: 1.5em;
  }

}

/* 建築オプション例 */

#select-3-option div.contents {
  padding: 30px 15px 30px;
  background-color: #eceeef;
  position: relative;
}

@media screen and (min-width: 768px) {

  #select-3-option div.contents {
    padding: 5% 5% 8%;
  }

}

/* 有償アイコン */

#select-3-option div.contents i.icon {
  width: 50px;
  position: absolute;
  top: -25px;
  right: 5px;
}

@media screen and (min-width: 768px) {

  #select-3-option div.contents i.icon {
    width: max(5%, 50px);
    top: 1%;
    right: 1%;
  }

}

/* オプション */

#select-3-option div.contents div.option {
  text-align: center;
}

#select-3-option div.contents div.option div.caption {
  margin-top: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {

  #select-3-option div.contents div.option div.caption {
    margin-top: 30px;
  }

}

/* その他オプション */

#select-3-option div.contents div.other {
  max-width: 870px;
  margin: 20px auto 0;
  padding: 5%;
  color: #fff;
  background-color: #9d9b81;
}

@media screen and (min-width: 768px) {

  #select-3-option div.contents div.other {
    margin-top: 40px;
  }

}

/** ***************************************************************************
 * バナー
 * ************************************************************************* */

#banner div.body {
  max-width: 1360px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}

@media screen and (min-width: 768px) {

  #banner div.body {
    gap: 30px;
  }

}

/**
 * バナー
 */

#banner {
  margin-top: 40px;
}

#banner a {
  text-decoration: none;
  display: inline-block;
}

@media screen and (min-width: 768px) {

  #banner {
    margin-top: 80px;
  }

}
