@charset "utf-8";
/* ==========================================================

  モデルハウスを探す

========================================================== */
.modelhouseSearch .prefContainer .pageDescription {font-size: 10px}

.pageDescription {font-size: 12px}

.modelhouseSearch {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    background: url(/assets/model_house/img/map_gray.png) top right no-repeat;
    width: 100%;
    background-size: 80%;
}
.modelhouseSearch .prefGroup {
    font-size: 16px;
    line-height: 1;
    border-left: 6px solid #E6181C;
    font-weight: bold;
    padding: 5px 0 5px 20px;
    color: #707070;
    margin-bottom: 20px;
    position: relative;
}

.modelhouseSearch .prefGroup::after {
    content: "\f055";
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    transition: all 0.3s;
    top: calc(50% - 4px);
    position: absolute;
    margin-left: 20px;
    font-weight: normal;
}

.modelhouseSearch .prefGroup.acdDown.active {
    color:#E6181C;
}
.modelhouseSearch .prefGroup.acdDown.active::after {
    /*color:#E6181C;*/
    content: "\f056";
    /*font-family: 'Font Awesome 5 Pro';*/
    /*transform: rotate(180deg);*/
    /*transition: all 0.3s;
    top: calc(50% - 4px);
    font-weight: normal;*/
}

.modelhouseSearch .prefContainer {
    width: 100%;
    margin-bottom: 1rem;
}
.modelhouseSearch .prefContainer ul {
    /*display: flex;
    align-items: center;*/
    border-top: 1px solid #707070;
    /*justify-content: flex-start;
    flex-wrap: wrap;*/
}
.modelhouseSearch .prefContainer ul li {
    line-height: 1;
    width: 24%;
    display: inline-block;
}
.modelhouseSearch .prefContainer ul li a {
    color: #707070;
    padding: 1em .5em;
    font-size: 14px;
    display:block;
    font-weight: 700;
}
.modelhouseSearch .prefContainer ul li a:after {
    content: "\f0a9";
    font-family: 'Font Awesome 5 Pro';
    /*float: right;*/
    font-size: 12px;
    font-weight: 400;
    padding-left: 1rem;
}
.modelhouseSearch .prefContainer ul li a:focus,.modelhouseSearch ul li a:hover {text-decoration: none;color:#e6001b}

.modelhouseSearch .prefContainer .acdPanel {display: none}


.modelhouseSearch .note {
    /* font-size: 12px;padding: 16px */
    display: none; /* includeを非表示 */
}

.modelhouseSearch_note {
    margin-right: 20px; margin-left: 20px;
    font-size: 12px;
}

/*# sourceMappingURL=../../css/modelhouse/index.css.map */
.prefContainer li.dN {
  display: none!important;
}

.footer_logo {
    text-align: center;
    padding-top: 40px; padding-bottom: 40px;
}
.footer_logo a img { width: 171px; height: auto;}



/**
 * Template 1
 */
 .template1 {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-right: 40px; padding-left: 40px;
  
    .sectionTitle {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 60px 0;
  
      .subText {
        color: #888787;
        font-weight: bold;
        font-size: calc(24rem / 16);
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
  
        &::before {
          content: "";
          background-image: url(/assets/img/ico_template_title_icon.svg);
          background-position: bottom;
          background-repeat: no-repeat;
          width: 17px;
          height: 14px;
          display: block;
          margin-right: 5px;
        }
      }
  
      .titleText {
        color: #E3001A;
        font-weight: bold;
        font-size: 26px;
      }
    }
  }
  
  /**
   * Template 2
   */
  .template2 {
    margin-top: 60px;
    margin-bottom: 60px;
  
    .mixUpBase {
      display: flex;
      flex-direction: column;
  
      .mixUpOrder {
        &_1 {
          order: 1;
        }
  
        &_2 {
          order: 2;
        }
      }
    }
  }











/* ==========================================================

  4つの標準仕様

========================================================== */
.standard { padding: 40px 24px 30px;}
.standard .stTitle {
  margin: 0 auto 72px;
  display: flex;
  justify-content: center;
}
.standard .stTitle {
  width: 247px;
}
.standard .stTitle img {
  width: auto;
  max-width: 100%;
}
.standard .stMovie {
  margin: 0 auto 72px;
}
.standard .stList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px 96px;
  margin-bottom: 40px;
}
.standard .stList .stListItem {
  border-bottom: 1px solid #333333;
  padding-bottom: 1rem;
}
.standard .stList .stListItem .stLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  transition: all 0.3s;
  text-decoration: none;
}
.standard .stList .stListItem .stLink .stLinkText {
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 1.125rem;
  font-weight: 700;
}
.standard .stList .stListItem .stLink .stLinkIcon {
  border-radius: 50%;
  border: 1px solid #333333;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.standard .stList .stListItem .stLink .stLinkIcon::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: translateX(-25%) rotate(45deg);
}
.standard .stList .stListItem .stLink.pageLink .stLinkIcon::after {
  transform: translateX(-25%) rotate(45deg);
}
.standard .stList .stListItem .stLink:hover .stLinkIcon {
  border: 1px solid #ffffff;
  background-color: #333333;
  transition: all 0.3s;
}
.standard .stList .stListItem .stLink:hover .stLinkIcon::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.standard .stCaption {
  color: #333333;
}
.standard .stCaption small { font-size: 12px;}
.standard .stCaption small a {
    text-decoration:underline;
}
.mainVisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 56.25vw;
  background-color: gray;
}

.brandMessage {
  background-image: url(/assets/reason/img/bm_logo.svg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1px 0;
  margin-top: 0;
}
.brandMessage .bmMovie {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 120px auto;
}
@media screen and (max-width: 768px) {
  .brandMessage .bmMovie {
    margin: 8.203125vw auto;
  }
}
.brandMessage .bmMovie::after {
  content: "";
  display: block;
  width: 736px;
  height: 414px;
  background-color: gray;
}
@media screen and (max-width: 768px) {
  .brandMessage .bmMovie::after {
    width: 71.875vw;
    height: 40.4296875vw;
  }
}
.brandMessage .bmText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 120px auto;
}
@media screen and (max-width: 768px) {
  .brandMessage .bmText {
    margin: 8.203125vw auto;
  }
}
.brandMessage .bmText p {
  color: #333333;
  font-feature-settings: "palt" on;
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.6;
  letter-spacing: 1.92px;
  margin: 24px auto;
  width: 736px;
}
@media screen and (max-width: 768px) {
  .brandMessage .bmText p {
    width: 71.875vw;
    font-size: 1.125rem;
    margin: 18px auto;
  }
}
.slider-1 .swiper-container .swiper-wrapper {
  transition-timing-function: linear;
}
.stContent .contentBox .box .linkBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stContent .contentBox .box .linkBox .linkBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  line-height: 1;
  border-radius: 40px;
  border: 1px solid #333333;
  padding: 24px 64px;
  text-decoration: none;
  transition: all 0.3s;
}
.stContent .contentBox .box .linkBox .linkBtn .linkBtnText {
  font-size: 1.25rem;
}
.stContent .contentBox .box .linkBox .linkBtn::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: translateX(10px) rotate(45deg);
  transition: all 0.3s;
}
.stContent .contentBox .box .linkBox .linkBtn:hover {
  color: #ffffff;
  background-color: #333333;
  transition: all 0.3s;
}
.stContent .contentBox .box .linkBox .linkBtn:hover::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: translateX(20px) rotate(45deg);
}

/*# sourceMappingURL=r_contents_style.css.map */
