@charset "UTF-8";
/*;
* Copyright(c) 2008- All Rights Reserved
* Tecto co.,ltd.
* http://www.tec-tec.co.jp/
*/
/* Scss Document */
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/NotoSansJP-Bold.otf") format("opentype");
}
:root {
  --c-gray01: #e6e6e6;
  --c-white01: #ffffff;
  --c-black01: #000000;
  --c-black02: #2d2d2d;
  --site-base-container: 1400px;
  --header-height: 133px;
  --tran-all-a: all .25s ease-out 0s;
}

/*-----------------------------------------------
レスポンシブの追記
-----------------------------------------------*/
@media screen and (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}

.only-sm {
  display: none;
}
@media screen and (max-width: 575px) {
  .only-sm {
    display: block;
  }
}

/*-----------------------------------------------
フォントの設定
-----------------------------------------------*/
html, body {
  font-size: 16px;
}

h1 {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}

h2 {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}

h3 {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}

h4 {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}

h5 {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}

h6 {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}

* {
  line-height: 1.8;
  box-sizing: border-box;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

a {
  color: var(--c-black02);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

p {
  margin: 0;
  color: var(--c-black02);
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 500;
}

main {
  display: block;
}

button {
  border: none;
  background: none;
  padding: 0;
}
button:focus {
  outline: none;
}

section {
  padding: 0;
  position: static;
  width: auto;
}

.tel-link {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .tel-link {
    pointer-events: auto;
  }
}

.page-anchor {
  display: block;
  width: 0;
  height: 0;
  color: transparent;
  background: none;
  margin-top: -200px;
  padding-top: 300px;
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.body-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

/*-----------------------------------------------
header
-----------------------------------------------*/
/*
.fresco-bunjo-braviss-ichikawa-header {
  display: block;
  width: 100%;
  height: auto;

  @include max(lg) {
    height: 79px;
  }

  &__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 70px;
    background: var(--c-white01);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    transition: opacity .2s ease-out 0s, transform .2s ease-out 0s, background-color .2s ease-out 0s;

    @include max(lg) {
      height: 79px;
      background-color: transparent;
    }

    @at-root {
      .header-fixed & {
        position: fixed;
        opacity: 1;
        transform: translateY(0%);
        background-color: var(--c-white01);

        .fresco-bunjo-header__hamb-line {
          background-color: var(--c-navy01);
        }
      }

      .g-nav-active & {
        opacity: 0;
        transition: opacity 0s ease-out 0s, transform 0s linear 0s;
      }
    }
  }

  &__logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 133px;
    margin-left: 11.805%;

    @include max(xxl) {
      margin-left: 5%;
    }

    @include max(xl) {
      margin-left: 35px;
    }

    @include max(lg) {
      margin-left: 60px;
    }

    @include max(md) {
      margin-left: 20px;
    }
  }

  &__logo-link {
    display: block;
    width: 100%;
    height: auto;
  }

  &__logo-image {
    display: block;
    width: 100%;
    height: auto;
  }

  &__hamb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 70px;
    height: 100%;
    background-color: var(--c-white01);
    border: none;
    box-shadow: none;
    padding: 0;
    position: relative;

    @include max(md) {
      width: 79px;
      background-color: transparent;
    }
  }

  &__hamb-line {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--c-black01);
    margin: auto;
    position: absolute;

    @include max(md) {
      background-color: var(--c-white01);
    }

    &:first-of-type {
      top: -10px;
      bottom: 0;
    }

    &:last-of-type {
      top: 0;
      bottom: -10px;
    }
  }
}
*/
/*-----------------------------------------------
footer
-----------------------------------------------*/
.wrap_breadcrumb {
  margin-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .wrap_breadcrumb {
    margin-bottom: 80px;
  }
}

.braviss-ichikawa-footer-wrap {
  background-color: var(--c-black01);
}

.braviss-ichikawa-footer__ct01-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 112px;
  max-width: 895px;
  margin: 0 auto;
  padding-top: 105px;
}
@media screen and (max-width: 991px) {
  .braviss-ichikawa-footer__ct01-wrap {
    padding-top: 33px;
    justify-content: center;
  }
}

.braviss-ichikawa-footer__logo {
  max-width: 188px;
}
@media screen and (max-width: 991px) {
  .braviss-ichikawa-footer__logo {
    max-width: 125px;
  }
}
.braviss-ichikawa-footer__logo > a {
  width: 100%;
  height: auto;
}
.braviss-ichikawa-footer__logo > a > img {
  width: 100%;
  height: auto;
}

.braviss-ichikawa-footer__nav-list-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .braviss-ichikawa-footer__nav-list-wrap {
    display: none;
  }
}

.braviss-ichikawa-footer__nav-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding-right: 50px;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: var(--c-white01);
}
.braviss-ichikawa-footer__nav-list:last-of-type {
  border-width: 0;
  padding-right: 0;
}
.braviss-ichikawa-footer__nav-list > li > a {
  transition: opacity 0.3s ease;
  color: var(--c-white01);
  font-size: 15px;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  letter-spacing: 0;
}
.braviss-ichikawa-footer__nav-list > li > a:hover, .braviss-ichikawa-footer__nav-list > li > a:active, .braviss-ichikawa-footer__nav-list > li > a:focus {
  opacity: 0.8;
}

.braviss-ichikawa-footer__info-company {
  display: flex;
  max-width: 895px;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 102px;
  padding-bottom: 102px;
}
@media screen and (max-width: 991px) {
  .braviss-ichikawa-footer__info-company {
    padding-top: 33px;
    padding-bottom: 33px;
    max-width: 252px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.braviss-ichikawa-footer__info-logo {
  width: 19.158883%;
  min-width: 171px;
}
.braviss-ichikawa-footer__info-logo > a {
  width: 100%;
  display: inline-block;
}
.braviss-ichikawa-footer__info-logo > a > img {
  width: 100%;
  height: auto;
}

.braviss-ichikawa-footer__info-ct01 {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: var(--c-white01);
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .braviss-ichikawa-footer__info-ct01 {
    padding-top: 23px;
  }
}
.braviss-ichikawa-footer__info-ct01 .braviss-ichikawa-footer__info-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .braviss-ichikawa-footer__info-ct01 .braviss-ichikawa-footer__info-name {
    font-size: 14px;
    line-height: 22px;
  }
}
.braviss-ichikawa-footer__info-ct01 .braviss-ichikawa-footer__info-address {
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 991px) {
  .braviss-ichikawa-footer__info-ct01 .braviss-ichikawa-footer__info-address {
    font-size: 10.9px;
    line-height: 21px;
    letter-spacing: 0;
  }
}

.braviss-ichikawa-footer__info-ct02 {
  min-width: 361px;
  width: 41.358883%;
}
@media screen and (max-width: 991px) {
  .braviss-ichikawa-footer__info-ct02 {
    min-width: 0;
    max-width: 252px;
    width: 100%;
    padding-top: 5px;
  }
}
.braviss-ichikawa-footer__info-ct02 > a {
  display: inline-block;
  width: 100%;
}
.braviss-ichikawa-footer__info-ct02 > a > img {
  width: 100%;
  height: auto;
}
.braviss-ichikawa-footer__info-ct02 > p {
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: var(--c-white01);
  letter-spacing: 0;
  padding-top: 11px;
}
@media screen and (max-width: 991px) {
  .braviss-ichikawa-footer__info-ct02 > p {
    font-size: 9.5px;
    padding-top: 6px;
  }
}

.braviss-ichikawa-footer__info-copy-wrap {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c-white01);
}
@media screen and (max-width: 991px) {
  .braviss-ichikawa-footer__info-copy-wrap {
    margin-bottom: 60px;
  }
}

.braviss-ichikawa-footer__info-copy {
  font-size: 16px;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  letter-spacing: 0;
}

/*-----------------------------------------------
バナーエリア
-----------------------------------------------*/
.braviss-ichikawa-banner-area {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.braviss-ichikawa-banner__link {
  transition: var(--tran-all-a);
}
.braviss-ichikawa-banner__link:hover, .braviss-ichikawa-banner__link:focus {
  opacity: 0.7;
}

.braviss-ichikawa-banner {
  width: 100%;
}

.braviss-ichikawa-banner__request {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa-banner__request {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .braviss-ichikawa-banner__request {
    gap: 20px;
  }
}

.braviss-ichikawa-banner__reserve,
.braviss-ichikawa-banner__document {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa-banner__reserve,
  .braviss-ichikawa-banner__document {
    width: 100%;
  }
}

.braviss-ichikawa-banner__form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 100px;
  padding: 0 10%;
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa-banner__form {
    flex-direction: column;
    padding: 0;
  }
}

.braviss-ichikawa-banner__form-item {
  max-width: 370px;
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa-banner__form-item {
    max-width: none;
    width: 100%;
  }
}

/*-----------------------------------------------
テーマカラーの設定
-----------------------------------------------*/
.braviss-ichikawa .fresco-bunjo-header__inner {
  opacity: 1 !important;
  transform: translateY(0%) !important;
}
.braviss-ichikawa .first {
  padding-bottom: 10px;
}
.braviss-ichikawa .bunjo-info-title04 {
  color: var(--c-theme01);
}
.braviss-ichikawa .bunjo-info-title04::after {
  background-color: var(--c-theme01);
}
.braviss-ichikawa .bunjo-info-title05 {
  color: var(--c-theme01);
  border-bottom: 1px solid var(--c-theme01);
}
.braviss-ichikawa .bunjo-info-title06 {
  background-color: var(--c-theme01);
}
.braviss-ichikawa .bunjo-info-title07 > span {
  background-color: var(--c-theme01);
}
.braviss-ichikawa .bunjo-info-title08 {
  border-left: 6px solid var(--c-theme01);
}
.braviss-ichikawa .bunjo-info-title09 {
  color: var(--c-theme01);
}
.braviss-ichikawa .bunjo-info-title09::before {
  background-color: var(--c-theme01);
}
.braviss-ichikawa .bunjo-info-title10 {
  color: var(--c-theme01);
}
.braviss-ichikawa .bunjo-info-recommend-wrap {
  border: 2px solid var(--c-theme01);
}
.braviss-ichikawa .bunjo-info-recommend-lead {
  background: var(--c-theme01);
}
.braviss-ichikawa .bunjo-info-recommend-list > li i {
  color: var(--c-theme01);
  padding-right: 6px;
}
.braviss-ichikawa .bunjo-info-open-house-reservation > a {
  background-color: var(--c-theme01);
}
.braviss-ichikawa .bunjo-info-equipment-title {
  color: var(--c-theme01);
}
.braviss-ichikawa .bunjo-info-safety-title {
  color: var(--c-theme01);
}
.braviss-ichikawa .safety-point-text-box .safety-point-head {
  background-color: var(--c-theme01);
}
.braviss-ichikawa .bunjo-info-area-section__title {
  color: var(--c-theme01);
  border-bottom: double 4px var(--c-theme01);
}

/*-----------------------------------------------
区画図設定
-----------------------------------------------*/
.bunjo-info-kukakuzu-list__number1-01 {
  top: 46.3551401869%;
  left: 21.0526315789%;
}
@media screen and (max-width: 767px) {
  .bunjo-info-kukakuzu-list__number1-01 {
    top: 50.4672897196%;
    left: 22.8070175439%;
  }
}
.bunjo-info-kukakuzu-list__number1-02 {
  top: 46.3551401869%;
  left: 55.4385964912%;
}
@media screen and (max-width: 767px) {
  .bunjo-info-kukakuzu-list__number1-02 {
    top: 50.4672897196%;
    left: 57.0175438596%;
  }
}
.bunjo-info-kukakuzu-list__number2-01 {
  top: 0%;
  left: 16.9696969697%;
}
@media screen and (max-width: 767px) {
  .bunjo-info-kukakuzu-list__number2-01 {
    left: 18.6363636364%;
  }
}
@media screen and (max-width: 575px) {
  .bunjo-info-kukakuzu-list__number2-01 {
    left: 10%;
  }
}
.bunjo-info-kukakuzu-list__number2-02 {
  top: 0%;
  left: 41.6666666667%;
}
@media screen and (max-width: 767px) {
  .bunjo-info-kukakuzu-list__number2-02 {
    left: 43.3333333333%;
  }
}
@media screen and (max-width: 575px) {
  .bunjo-info-kukakuzu-list__number2-02 {
    left: 38%;
  }
}
.bunjo-info-kukakuzu-list__number2-03 {
  top: 0%;
  left: 67.1212121212%;
}
@media screen and (max-width: 767px) {
  .bunjo-info-kukakuzu-list__number2-03 {
    left: 69.0909090909%;
  }
}
@media screen and (max-width: 575px) {
  .bunjo-info-kukakuzu-list__number2-03 {
    left: 66%;
  }
}

/*-----------------------------------------------
固定bottomメニュー設定
-----------------------------------------------*/
.bunjo-info-mv-bottom-menu-wrap {
  width: 100%;
  z-index: 499;
}

.bunjo-info-mv-bottom-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c-black01);
  z-index: 1000;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .bunjo-info-mv-bottom-menu {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 991px) {
  .bunjo-info-mv-bottom-menu {
    display: block;
  }
}

.bunjo-info-mv-bottom-logo {
  max-width: 172px;
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  .bunjo-info-mv-bottom-logo {
    display: none;
  }
}

.bunjo-info-mv-bottom-logo-img {
  width: 100%;
}

.bunjo-info-mv-bottom-menu-list {
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  margin: 0;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .bunjo-info-mv-bottom-menu-list {
    flex-wrap: wrap;
  }
}
.bunjo-info-mv-bottom-menu-list > li {
  display: block;
  position: relative;
  width: auto;
  border-right: none;
  word-break: keep-all;
  border-bottom: 0;
}
@media screen and (max-width: 991px) {
  .bunjo-info-mv-bottom-menu-list > li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 70%;
    background-color: var(--c-white01);
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .bunjo-info-mv-bottom-menu-list > li::before {
    height: 70%;
  }
}
@media screen and (max-width: 991px) {
  .bunjo-info-mv-bottom-menu-list > li:nth-of-type(3)::before, .bunjo-info-mv-bottom-menu-list > li:nth-of-type(7)::before, .bunjo-info-mv-bottom-menu-list > li:nth-of-type(8)::before {
    display: none;
  }
  .bunjo-info-mv-bottom-menu-list > li:nth-of-type(8)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 70%;
    background-color: var(--c-white01);
  }
  .bunjo-info-mv-bottom-menu-list > li:nth-of-type(1)::after, .bunjo-info-mv-bottom-menu-list > li:nth-of-type(2)::after, .bunjo-info-mv-bottom-menu-list > li:nth-of-type(3)::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--c-white01);
  }
  .bunjo-info-mv-bottom-menu-list > li:nth-of-type(1)::after {
    right: 0;
    width: 90%;
  }
  .bunjo-info-mv-bottom-menu-list > li:nth-of-type(3)::after {
    left: 0;
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .bunjo-info-mv-bottom-menu-list > li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    min-height: 70px;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .bunjo-info-mv-bottom-menu-list > li {
    min-height: 45px;
  }
}
.bunjo-info-mv-bottom-menu-list > li > a {
  position: relative;
  font-size: 14px;
  padding: 17px 15px 12px;
  min-width: 110px;
}
@media screen and (max-width: 991px) {
  .bunjo-info-mv-bottom-menu-list > li > a {
    width: 100%;
    padding: 0;
    min-width: 0;
  }
}
@media screen and (max-width: 575px) {
  .bunjo-info-mv-bottom-menu-list > li > a {
    font-size: 10px;
    line-height: 13px;
  }
}

@media screen and (max-width: 991px) {
  .bunjo-info-mv-bottom-menu .bunjo-info-mv-bottom-menu-list {
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* 4列（横方向） */
    grid-template-rows: repeat(2, 1fr); /* 4行（縦方向） */
  }
}
@media screen and (max-width: 991px) {
  .bunjo-info-mv-bottom-menu .bunjo-info-mv-bottom-menu-list .li {
    width: 100%;
  }
}
.bunjo-info-mv-bottom-menu .bunjo-info-mv-bottom-menu-list .bunjo-info-mv-bottom-menu-list01 {
  grid-column: span 2; /* 1列分の幅（横方向） */
}
.bunjo-info-mv-bottom-menu .bunjo-info-mv-bottom-menu-list .bunjo-info-mv-bottom-menu-list02 {
  grid-column: span 2; /* 1列分の幅（横方向） */
}
.bunjo-info-mv-bottom-menu .bunjo-info-mv-bottom-menu-list .bunjo-info-mv-bottom-menu-list03 {
  grid-column: span 2; /* 1列分の幅（横方向） */
}
.bunjo-info-mv-bottom-menu .bunjo-info-mv-bottom-menu-list .bunjo-info-mv-bottom-menu-list04 {
  grid-column: 1/span 2; /* 1列目（横方向） */
  grid-row: 2/span 1; /* 2行目（縦方向） */
}
@media screen and (max-width: 991px) {
  .bunjo-info-mv-bottom-menu .bunjo-info-mv-bottom-menu-list .bunjo-info-mv-bottom-menu-list04 {
    width: 100%;
  }
}
.bunjo-info-mv-bottom-menu .bunjo-info-mv-bottom-menu-list .bunjo-info-mv-bottom-menu-list05 {
  grid-column: 3/span 2; /* 2列目（横方向） */
  grid-row: 2/span 1; /* 2行目（縦方向） */
}
@media screen and (max-width: 991px) {
  .bunjo-info-mv-bottom-menu .bunjo-info-mv-bottom-menu-list .bunjo-info-mv-bottom-menu-list05 {
    width: 100%;
  }
}
.bunjo-info-mv-bottom-menu .bunjo-info-mv-bottom-menu-list .bunjo-info-mv-bottom-menu-list06 {
  grid-column: 5/span 2; /* 1列目（横方向） */
  grid-row: 2/span 1; /* 2行目（縦方向） */
}
.bunjo-info-mv-bottom-menu .bunjo-info-mv-bottom-menu-list .bunjo-info-mv-bottom-menu-list07 {
  grid-column: 7/span 1; /* 1列目（横方向） */
  grid-row: 1/span 2; /* 3行目（縦方向） */
}

.menu-btn {
  text-align: center;
  color: var(--c-white01);
  font-size: 14px;
}
.menu-btn a {
  color: var(--c-white01);
  font-size: 14px;
}

li.pc-only {
  display: block;
}
@media screen and (max-width: 991px) {
  li.pc-only {
    display: none;
  }
}

li.sp-only {
  display: none;
}
@media screen and (max-width: 991px) {
  li.sp-only {
    display: block;
  }
}

/*-----------------------------------------------
PC
-----------------------------------------------*/
.pc-only {
  cursor: pointer;
}

.pc-only .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--c-black01);
  z-index: 1000;
  width: 87%;
}
.pc-only .submenu .submenu-list01 {
  border-bottom: solid 1px var(--c-white01);
  padding: 18px 18px 15px;
}
.pc-only .submenu .submenu-list02 {
  padding: 15px 18px 15px;
}
.pc-only .submenu .menu-btn {
  cursor: pointer;
}

/* liにホバーすると表示 */
.pc-only:hover .submenu {
  display: block;
}

.pc-only .submenu li a img {
  width: 100%;
  display: block;
}

.submenu-list-plan {
  border-bottom: solid 1px var(--c-white01);
  padding: 18px 18px 15px;
}
@media screen and (max-width: 575px) {
  .submenu-list-plan {
    padding: 10px 6px 15px;
    line-height: 1;
  }
}
.submenu-list-plan a {
  line-height: 1;
}
.submenu-list-plan a img {
  display: block;
  width: 100%;
}

/*-----------------------------------------------
SP
-----------------------------------------------*/
.sp-only {
  position: relative; /* submenu が絶対配置できるように */
}

/* 初期状態は非表示 */
.sp-only .submenu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%; /* li の高さのすぐ下に表示 */
  width: 90%;
  background: var(--c-black01);
  color: var(--c-white01);
  z-index: 10;
}

/* 開いた状態 */
.sp-only.open .submenu {
  display: block;
}

/* メニューボタン */
.sp-only .menu-btn {
  cursor: pointer;
  padding: 12px;
  background: var(--c-black01);
  border-radius: 4px;
  line-height: 13px;
}
@media screen and (max-width: 575px) {
  .sp-only .menu-btn {
    font-size: 10px;
  }
}

.sp-only li.submenu-list01 {
  border-bottom: var(--c-white01) 1px solid;
  padding: 14px 12px 14px;
}
.sp-only li.submenu-list01 img {
  display: block;
}

.sp-only li.submenu-list02 {
  padding: 14px 12px 14px;
}
.sp-only li.submenu-list02 img {
  display: block;
}

/*-----------------------------------------------
アニメーション設定
-----------------------------------------------*/
.slide-up {
  opacity: 0;
}

.slide-up.on {
  opacity: 1;
  animation: view-slideUp 1s ease both;
}

@keyframes view-slideUp {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes scrollLine {
  0% {
    bottom: 100%;
    height: 0;
  }
  20% {
    bottom: 100%;
    height: 0;
  }
  40% {
    bottom: 0;
    height: 100%;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  25% {
    opacity: 1;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
  }
}
/*-----------------------------------------------
追加設定
-----------------------------------------------*/
.fresco-totop-wrap {
  position: fixed;
  display: block;
  right: 30px;
  bottom: 30px;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .fresco-totop-wrap {
    right: 20px;
    bottom: 20px;
  }
}
.fresco-totop-wrap .fresco-totop {
  display: block;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in 0s;
  border: solid 1px var(--c-brown01);
  background-color: var(--c-gray01);
  cursor: pointer;
}
.fresco-totop-wrap .fresco-totop:hover {
  opacity: 1;
}
.fresco-totop-wrap .fresco-totop::before {
  display: absolute;
  content: "";
  border-top: 3px solid var(--c-brown01);
  border-right: 3px solid var(--c-brown01);
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .fresco-totop-wrap .fresco-totop {
    width: 50px;
    height: 50px;
  }
}

.braviss-ichikawa-section {
  max-width: 1150px;
  margin: 0 auto;
}

.braviss-ichikawa-section__bnr-link {
  width: 100%;
  margin: 0 auto;
  display: block;
  transition: var(--tran-all-a);
}
.braviss-ichikawa-section__bnr-link:hover, .braviss-ichikawa-section__bnr-link:focus {
  opacity: 0.7;
}
.braviss-ichikawa-section__bnr-link > img {
  width: 100%;
  height: auto;
}

.braviss-ichikawa__btn-area {
  position: relative;
  margin: 50px auto 0;
}
@media screen and (max-width: 575px) {
  .braviss-ichikawa__btn-area {
    margin: 30px auto 0;
  }
  .braviss-ichikawa__btn-area--outline {
    margin: 30px auto;
  }
}

.braviss-ichikawa__btn-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--c-black02);
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.braviss-ichikawa__btn-caption::before {
  display: inline-block;
  content: "";
  margin-right: 15px;
  transform: rotate(-35deg);
  width: 2px;
  height: 25px;
  background-color: var(--c-black01);
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa__btn-caption::before {
    height: 30px;
    margin-right: 10px;
  }
}
.braviss-ichikawa__btn-caption::after {
  display: inline-block;
  content: "";
  margin-left: 15px;
  transform: rotate(35deg);
  width: 2px;
  height: 25px;
  background-color: var(--c-black01);
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa__btn-caption::after {
    height: 30px;
    margin-left: 10px;
  }
}

.braviss-ichikawa__btn {
  display: block;
  color: var(--c-black02);
  background-color: var(--c-yellow01);
  font-weight: 700;
  font-size: 22px;
  max-width: 300px;
  padding: 15px 25px;
  width: 100%;
  border-radius: 5px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
  transition: var(--tran-all-a);
}
.braviss-ichikawa__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa__btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .braviss-ichikawa__btn {
    font-size: 14px;
    padding: 8px 15px;
    width: 50%;
  }
}
.braviss-ichikawa__btn--modelhouse {
  color: var(--c-white01);
  background-color: var(--c-black01);
}
.braviss-ichikawa__btn--modelhouse:hover {
  color: var(--c-white01);
}
.braviss-ichikawa__btn--modelhouse:last-of-type {
  margin-top: 30px;
}

.braviss-ichikawa-bottom-heading {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

.braviss-ichikawa-bottom__btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.braviss-ichikawa-bottom__btn-list-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa-bottom__btn-list-item {
    width: 50%;
  }
}

.braviss-ichikawa-bottom__btn-ink {
  display: block;
  position: relative;
  overflow: hidden;
}
.braviss-ichikawa-bottom__btn-ink .braviss-ichikawa-bottom__img-box {
  background-color: var(--c-black01);
  transition: var(--tran-all-a);
}
.braviss-ichikawa-bottom__btn-ink:hover .braviss-ichikawa-bottom__img-box, .braviss-ichikawa-bottom__btn-ink:focus .braviss-ichikawa-bottom__img-box {
  background-color: transparent;
}
.braviss-ichikawa-bottom__btn-ink .braviss-ichikawa-bottom-img {
  width: 100%;
  height: auto;
  transform: scale(1.015);
  vertical-align: top;
  opacity: 0.7;
  transition: var(--tran-all-a);
}
.braviss-ichikawa-bottom__btn-ink:hover .braviss-ichikawa-bottom-img, .braviss-ichikawa-bottom__btn-ink:focus .braviss-ichikawa-bottom-img {
  transform: scale(1.2);
  opacity: 1;
}
.braviss-ichikawa-bottom__btn-ink[tabindex="-1"] .braviss-ichikawa-bottom__img-box {
  filter: grayscale(100%);
}
.braviss-ichikawa-bottom__btn-ink[tabindex="-1"]:hover .braviss-ichikawa-bottom__img-box, .braviss-ichikawa-bottom__btn-ink[tabindex="-1"]:focus .braviss-ichikawa-bottom__img-box {
  background-color: var(--c-black01);
}
.braviss-ichikawa-bottom__btn-ink[tabindex="-1"]:hover .braviss-ichikawa-bottom-img, .braviss-ichikawa-bottom__btn-ink[tabindex="-1"]:focus .braviss-ichikawa-bottom-img {
  transform: scale(1.015);
  opacity: 0.7;
}
.braviss-ichikawa-bottom__btn-ink[tabindex="-1"]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50px;
  background: url(/bunjo/info/braviss-ichikawa/img/braviss-ichikawa-cts-open-icon.png) no-repeat bottom left;
  background-size: contain;
}
.braviss-ichikawa-bottom__btn-ink .braviss-ichikawa-bottom__btn-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  padding: 0 30px;
}
.braviss-ichikawa-bottom__btn-ink .braviss-ichikawa-bottom__btn-title img {
  height: 6vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa-bottom__btn-ink .braviss-ichikawa-bottom__btn-title img {
    height: 9vw;
  }
}

#bunjo .bunjo__fixed-box {
  bottom: 26%;
}
@media screen and (max-width: 767px) {
  #bunjo .bunjo__fixed-box {
    bottom: 0;
  }
}
#bunjo .bunjo__fixed-box .fixed-box__inner {
  background-color: unset;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #bunjo .bunjo__fixed-box .fixed-box__inner {
    gap: 5px;
  }
}
@media screen and (min-width: 768px) {
  #bunjo .bunjo__fixed-box .fixed-box__inner {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
#bunjo .bunjo__fixed-box a.fixed-box__link {
  background-color: #464646;
  color: var(--c-white01);
  transition: var(--tran-opacity-a);
}
#bunjo .bunjo__fixed-box a.fixed-box__link:hover, #bunjo .bunjo__fixed-box a.fixed-box__link:focus {
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  #bunjo .bunjo__fixed-box a.fixed-box__link {
    flex-direction: column;
    height: 135px;
    width: 135px;
    padding: 0;
  }
}
#bunjo .bunjo__fixed-box a.fixed-box__link:nth-child(2) {
  background-color: #464646;
  color: var(--c-white01);
}
@media screen and (min-width: 768px) {
  #bunjo .bunjo__fixed-box a.fixed-box__link:nth-child(2) {
    flex-direction: column;
    height: 135px;
    width: 135px;
    padding: 0;
  }
}

#bunjo.top .bunjo__fixed-box {
  display: none;
}

.braviss-ichikawa__limited-entry-banner {
  position: relative;
  margin-bottom: 200px;
  padding: 0 20px;
}
@media screen and (max-width: 1199px) {
  .braviss-ichikawa__limited-entry-banner {
    margin-bottom: 150px;
  }
}

.braviss-ichikawa__limited-entry-banner__img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.braviss-ichikawa__limited-entry-banner-area {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa__limited-entry-banner-area {
    justify-content: center;
    width: 90vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .braviss-ichikawa__limited-entry-banner-area {
    bottom: 13.5vw;
    padding: 0 10px;
  }
}
@media screen and (max-width: 375px) {
  .braviss-ichikawa__limited-entry-banner-area {
    gap: 20px;
  }
}
.braviss-ichikawa__limited-entry-banner-area--plan {
  bottom: 4.5vw;
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa__limited-entry-banner-area--plan {
    gap: 50px;
    bottom: 15.5vw;
  }
}
@media screen and (max-width: 575px) {
  .braviss-ichikawa__limited-entry-banner-area--plan {
    gap: 30px;
  }
}
@media screen and (max-width: 375px) {
  .braviss-ichikawa__limited-entry-banner-area--plan {
    gap: 20px;
    bottom: 12.5vw;
  }
}

.braviss-ichikawa__limited-entry-banner-unity {
  text-align: center;
}

.braviss-ichikawa__limited-entry-banner__caption {
  color: var(--c-white01);
}

.braviss-ichikawa__limited-login-banner__btn {
  position: relative;
  padding: 15px 30px;
  color: var(--c-black01);
  background-color: var(--c-white01);
  transition: var(--tran-all-a);
}
@media screen and (max-width: 575px) {
  .braviss-ichikawa__limited-login-banner__btn {
    font-size: 14px;
    padding: 15px 5vw;
  }
}
@media screen and (max-width: 375px) {
  .braviss-ichikawa__limited-login-banner__btn {
    padding: 15px 2vw;
  }
}
.braviss-ichikawa__limited-login-banner__btn:hover, .braviss-ichikawa__limited-login-banner__btn:focus {
  opacity: 0.7;
}
.braviss-ichikawa__limited-login-banner__btn::before {
  content: "↓初回の方はコチラ";
  position: absolute;
  top: -38px;
  left: 50%;
  width: 100%;
  height: 1.5rem;
  color: var(--c-white01);
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .braviss-ichikawa__limited-login-banner__btn::before {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .braviss-ichikawa__limited-login-banner__btn::before {
    font-size: 12px;
  }
}
.braviss-ichikawa__limited-login-banner__btn--plan::before {
  content: "";
}

.braviss-ichikawa__limited-entry-banner__btn {
  padding: 15px 30px;
  color: var(--c-white01);
  background-color: var(--c-black01);
  transition: var(--tran-all-a);
}
@media screen and (max-width: 575px) {
  .braviss-ichikawa__limited-entry-banner__btn {
    font-size: 14px;
    padding: 15px 5vw;
  }
}
.braviss-ichikawa__limited-entry-banner__btn:hover, .braviss-ichikawa__limited-entry-banner__btn:focus {
  opacity: 0.7;
  color: var(--c-white01);
}

/*-----------------------------------------------
下部共通
-----------------------------------------------*/
@media screen and (max-width: 1199px) {
  .braviss-ichikawa-banner {
    padding: 0 30px;
    margin-top: 30px;
  }
}

.braviss-ichikawa-banner__link-explanation {
  display: block;
  transition: var(--tran-opacity-a);
  max-width: 1150px;
  margin: 60px auto 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa-banner__link-explanation {
    padding: 0;
    margin-top: 30px;
  }
}
.braviss-ichikawa-banner__link-explanation:hover, .braviss-ichikawa-banner__link-explanation:focus {
  opacity: 0.7;
}
.braviss-ichikawa-banner__link-explanation img {
  width: 100%;
}

.braviss-ichikawa-banner__link-document {
  display: block;
  transition: var(--tran-opacity-a);
  max-width: 900px;
  margin: 60px auto 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa-banner__link-document {
    margin-top: 30px;
  }
}
.braviss-ichikawa-banner__link-document:hover, .braviss-ichikawa-banner__link-document:focus {
  opacity: 0.7;
}
.braviss-ichikawa-banner__link-document img {
  width: 100%;
}

.braviss-ichikawa__benner-wrap {
  max-width: 1150px;
  margin: 0 auto;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa__benner-wrap {
    margin-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .braviss-ichikawa__benner-wrap {
    padding: 0 30px;
  }
}
.braviss-ichikawa__benner-wrap img {
  width: 100%;
}
.braviss-ichikawa__benner-wrap > a {
  transition: opacity 0.3s ease;
}
.braviss-ichikawa__benner-wrap > a:hover, .braviss-ichikawa__benner-wrap > a :active, .braviss-ichikawa__benner-wrap > a :focus {
  opacity: 0.8;
}
.braviss-ichikawa__benner-wrap > a > img {
  width: 100%;
  height: auto;
}

.braviss-ichikawa-bottom__wrap {
  padding-top: 150px;
}
@media screen and (max-width: 991px) {
  .braviss-ichikawa-bottom__wrap {
    padding-top: 60px;
  }
}

.braviss-ichikawa-bottom-heading {
  max-width: 387px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa-bottom-heading {
    max-width: 297px;
  }
}
.braviss-ichikawa-bottom-heading > img {
  width: 100%;
  height: auto;
}

.braviss-ichikawa-bottom__btn-list {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--c-black01);
}

.braviss-ichikawa-bottom__btn-list-item {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa-bottom__btn-list-item {
    width: 50%;
  }
}
.braviss-ichikawa-bottom__btn-list-item > a {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c-black01);
  transition: opacity 0.3s ease;
}
.braviss-ichikawa-bottom__btn-list-item > a:hover, .braviss-ichikawa-bottom__btn-list-item > a :active, .braviss-ichikawa-bottom__btn-list-item > a :focus {
  opacity: 0.8;
}
.braviss-ichikawa-bottom__btn-list-item > a > img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}

.braviss-ichikawa-bottom-heading__let-wrap {
  position: absolute;
}
.braviss-ichikawa-bottom-heading__let-wrap > p {
  text-align: center;
  color: var(--c-white01);
  font-size: 26px;
  line-height: 40px;
}
@media screen and (max-width: 1199px) {
  .braviss-ichikawa-bottom-heading__let-wrap > p {
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (max-width: 991px) {
  .braviss-ichikawa-bottom-heading__let-wrap > p {
    font-size: 13px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa-bottom-heading__let-wrap > p {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .braviss-ichikawa-bottom-heading__let-wrap > p {
    font-size: 13px;
    line-height: 19px;
  }
}
.braviss-ichikawa-bottom-heading__let-wrap .braviss-ichikawa-bottom-heading__let--en {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1199px) {
  .braviss-ichikawa-bottom-heading__let-wrap .braviss-ichikawa-bottom-heading__let--en {
    font-size: 9px;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .braviss-ichikawa-bottom-heading__let-wrap .braviss-ichikawa-bottom-heading__let--en {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .braviss-ichikawa-bottom-heading__let-wrap .braviss-ichikawa-bottom-heading__let--en {
    font-size: 9px;
    line-height: 15px;
  }
}/*# sourceMappingURL=braviss-ichikawa-common.css.map */