@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Serif+JP:wght@500&display=swap&subset=japanese");
/*main color*/
/*addcolor*/
/*mixin*/
.footer {
  padding-bottom: 90px !important;
}
@media (max-width: 960px) {
  .footer {
    padding-bottom: 160px !important;
  }
}

/* ------------------------------
reset
------------------------------ */
html {
  font-size: 62.5%;
}

#hiraya a {
  color: #000;
  text-decoration: none;
}

#hiraya a:hover {
  text-decoration: none;
}

main {
  font-size: 62.5%;
}

#hiraya main,
#hiraya h1,
#hiraya h2,
#hiraya h3,
#hiraya h4,
#hiraya h5,
#hiraya h6,
#hiraya p,
#hiraya address,
#hiraya ul,
#hiraya ol,
#hiraya li,
#hiraya dl,
#hiraya dt,
#hiraya dd,
#hiraya table,
#hiraya th,
#hiraya td,
#hiraya img,
#hiraya form,
#hiraya textarea {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  color: #000;
}

#hiraya .sans {
  font-family: "Noto Sans JP", sans-serif;
}

#hiraya .bold {
  font-weight: 700;
}

#hiraya textarea {
  font-size: 100%;
}

#hiraya img {
  vertical-align: bottom;
}

/* ------------------------------
base
------------------------------ */
#hiraya main {
  position: relative;
  font-size: 1rem;
  min-width: 1000px;
  overflow-x: hidden;
}

#hiraya p,
#hiraya table,
#hiraya dl,
#hiraya ol,
#hiraya ul li {
  font-size: 1.7rem;
  line-height: 1.8;
}

#hiraya .c-breadcrumb__list {
  font-size: 10px !important;
}

/* ------------------------------
contents
------------------------------ */
#hiraya .slider--detail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 960/660;
  height: 100%;
}

#hiraya .wrap {
  width: min(100%, 960px);
  box-sizing: border-box;
  margin: 0 auto;
}

#hiraya .floating {
  position: fixed;
  top: 24vw;
  right: 0;
  width: 92px;
}

#hiraya .floating span {
  display: none;
}

#hiraya .floating img {
  width: 100%;
  height: auto;
}

#hiraya .floating a {
  display: block;
}

#hiraya #mv {
  padding: 0 0 40px;
}

#hiraya #mv .block {
  position: relative;
  width: 100%;
  height: 0;
  background: url(../img/bg_mv.webp) center center no-repeat;
  background-size: cover;
  padding-top: 57.3%;
  margin-bottom: 30px;
}

/* 2024/06/10 変更 */
#hiraya #mv .block h1 {
  position: absolute;
  width: 56.6%;
  min-width: 499px;
  top: 13%;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#hiraya #mv .block h1 img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 2024/06/10 変更 */
#hiraya #mv p {
  text-align: center;
}

#hiraya #mv .ttl {
  font-size: 2.5rem;
  text-align: center;
}

#hiraya #mv .txt {
  margin: 1em 0 0;
}

#hiraya .headline {
  display: flex;
  align-items: center;
}

#hiraya .headline::before,
#hiraya .headline::after {
  content: "";
  width: 100%;
  height: 2px;
  flex-shrink: 1;
  background: #004b9c;
}

#hiraya .headline span {
  width: 300px;
  text-align: center;
  flex-shrink: 0;
}

#hiraya .subHead {
  font-size: 1.8rem;
  text-align: center;
}

#hiraya #housing {
  background-color: #f2f2f2;
  padding-top: 90px;
  padding-bottom: 142px;
}

#hiraya .housing__inner {
  max-width: 1350px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

#hiraya .housing__heading {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #131431;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: 45px;
}

#hiraya .slick-list {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}

#hiraya .housing__list .slick-slide {
  margin: 0 22px;
}

#hiraya .housing__list .slide-arrow {
  width: 50px;
  height: auto;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#hiraya .housing__list .slide-arrow.prev {
  left: 0%;
}

#hiraya .housing__list .slide-arrow.next {
  right: 0%;
}

#hiraya .housing__list-item {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

#hiraya .housing__list-link {
  display: block;
}

#hiraya .housing__list-thum {
  margin-bottom: 12px;
}

#hiraya .housing__list-info {
  display: flex;
}

#hiraya .housing__list-area {
  min-width: 63px;
  background-color: #131431;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}

#hiraya .housing__list-title {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  min-height: 60px;
  padding: 12px;
  font-feature-settings: "palt";
  font-weight: 400;
  width: calc(100% - 63px);
}

.housing__list-thum img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 333/221;
}

@media screen and (max-width: 1320px) {
  #hiraya .slick-list {
    max-width: 83.333vw;
  }
  #hiraya .housing__list .slide-arrow {
    width: 3vw;
  }
}
@media screen and (max-width: 840px) {
  #hiraya .housing__list-item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  #hiraya .housing__heading {
    font-size: 20px;
  }
  #hiraya .housing__list-item {
    width: 100%;
  }
  #hiraya #housing {
    padding-bottom: 90px;
  }
  #hiraya .housing__list .slide-arrow {
    width: 5vw;
  }
  #hiraya .housing__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#hiraya #advantage {
  background: #c8d2d2;
  padding: 70px 0 85px;
}

#hiraya #advantage ul {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}

#hiraya #advantage ul li {
  width: 280px;
  background: #fff;
  border-top: 4px solid #004b9c;
  padding: 35px 35px;
  box-sizing: border-box;
}

#hiraya #advantage ul li h3 {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1em;
}

#hiraya #advantage ul li p {
  text-align: justify;
  font-size: 1.6rem;
}

#hiraya #concept {
  background: #ede8d2;
  text-align: center;
  padding: 80px 0 0;
}

#hiraya #concept .concept01 {
  margin-top: 60px;
  padding: 0 0 50px;
}

#hiraya #concept .concept02 {
  background: #004b57;
  padding: 85px 0 75px;
}

#hiraya #concept .img {
  position: relative;
  margin: 0 0 30px;
}

#hiraya #concept .img p {
  position: absolute;
  top: 50px;
  right: 75px;
  writing-mode: vertical-rl;
  background: #fff;
  font-size: 2.8rem;
  padding: 0.5em 0;
}

#hiraya #concept .txt {
  text-align: center;
  margin: 1em 0 0;
}

#hiraya #concept .concept02 .img p {
  background: #000;
  color: #fff;
}

#hiraya #concept .concept02 .txt {
  color: #fff;
}

#hiraya #plan {
  background: #ede8d2;
  padding: 110px 0 0;
}

#hiraya #plan .subHead {
  margin-top: 1em;
}

#hiraya #plan .concept01 {
  margin-top: 100px;
  padding: 0 0 100px;
}

#hiraya #plan .detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

#hiraya #plan .detail .txt {
  width: 480px;
  text-align: center;
}

#hiraya #plan .detail h3 {
  text-align: center;
}

#hiraya #plan .detail .catch {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 1em 0 0;
}

#hiraya #plan .detail .type {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  background: #5c5452;
  margin: 30px 0 40px;
  padding: 5px 1em 7px;
}

#hiraya #plan .detail .btn {
  width: 260px;
  font-size: 2rem;
  margin: 0 auto;
}

#hiraya #plan .detail .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #004b9c;
  background: #fff;
  color: #004b9c;
  border-radius: 8px;
  padding: 5px 0;
}

#hiraya #plan .detail .btn img {
  margin-right: 10px;
}

#hiraya #plan .slider {
  width: 480px;
}

#hiraya #plan .slick-dots {
  display: flex;
  justify-content: center;
  font-size: 0;
  margin-top: 15px;
}

#hiraya #plan .slick-dots li {
  margin: 0 5px;
}

#hiraya #plan .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 100%;
  font-size: 0;
  border: 1px solid #000;
  padding: 0;
  outline: none;
  cursor: pointer;
}

#hiraya #plan .slick-dots li button:active {
  border: 0;
}

#hiraya #plan .slick-dots .slick-active button {
  background-color: #000;
}

#hiraya #plan .notes {
  text-align: center;
}

#hiraya #plan .floor {
  display: flex;
  align-items: center;
  background: #fff;
  margin: 60px 0 0;
}

#hiraya #plan .floor .img {
  padding: 20px 0 0 15px;
}

#hiraya #plan .floor .txt {
  padding: 0 38px 0 25px;
}

#hiraya #plan .floor .txt .ttl {
  display: inline-block;
  color: #fff;
  background: #231815;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding: 0 0.5em 0 0;
}

#hiraya #plan .floor .txt p + .ttl {
  margin-top: 1em;
}

#hiraya #plan .floor .txt p {
  font-size: 1.6rem;
  text-align: justify;
}

#hiraya #plan .concept02 {
  background: #004b57;
  padding: 105px 0 140px;
}

#hiraya #plan .concept02 .detail .catch,
#hiraya #plan .concept02 .notes {
  color: #fff;
}

#hiraya #plan .concept02 .slick-dots li button {
  border-color: #fff;
}

#hiraya #plan .concept02 .slick-dots .slick-active button {
  background-color: #fff;
}

#hiraya #contact {
  padding: 70px 0 100px;
}

#hiraya #contact .ttl {
  text-align: center;
  font-size: 2.2rem;
  margin: 0 0 1em;
}

#hiraya #contact .tel {
  font-size: 5.5rem;
  border-top: 2px solid #004b9c;
  border-bottom: 2px solid #004b9c;
}

#hiraya #contact .tel img {
  flex-shrink: 0;
  align-items: flex-start;
  width: 45px;
  height: auto;
  margin-right: 15px;
}

#hiraya #contact .tel a {
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004b9c;
}

@media screen and (min-width: 768px) {
  #hiraya .pc {
    display: block !important;
    line-height: 0;
  }
  #hiraya .sp {
    display: none !important;
    line-height: 0;
  }
  #hiraya a {
    transition: all 0.3s ease;
    text-decoration: none;
  }
  #hiraya a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  html {
    overflow: auto;
  }
  body {
    min-width: inherit;
    overflow: hidden;
    padding-bottom: 12.6vw;
  }
  #hiraya p,
  #hiraya table,
  #hiraya dl,
  #hiraya ol,
  #hiraya ul li {
    font-size: 3.4vw;
    text-align: justify;
  }
  #hiraya img {
    width: 100%;
    height: auto;
  }
  #hiraya main {
    display: block;
  }
  #hiraya .wrap {
    width: auto;
    padding: 0 7.5vw;
  }
  #hiraya .pc {
    display: none !important;
    line-height: 0;
  }
  #hiraya .sp {
    display: block !important;
    line-height: 0;
  }
  #hiraya .headline span {
    width: 30vw;
    box-sizing: border-box;
    padding: 0 2vw;
  }
  #hiraya .subHead {
    font-size: 3.4vw;
  }
  #hiraya #mv .block h1 {
    width: 65vw;
    /* 2024/06/10 変更 */
    min-width: initial;
    /* 2024/06/10 変更 */
  }
  #hiraya .floating {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #hiraya .floating img {
    display: none;
  }
  #hiraya .floating span {
    display: block;
    color: #fff;
    font-size: 4.2vw;
    background: #8dc21f;
    line-height: 1;
    text-align: center;
    padding: 1em 0;
  }
  #hiraya #mv .ttl {
    font-size: 4.2vw;
  }
  #hiraya #mv .txt {
    padding: 0 4vw;
  }
  #hiraya #advantage {
    padding: 10vw 0;
  }
  #hiraya #advantage ul {
    display: block;
    margin-top: 9.3vw;
    padding: 0 10vw;
  }
  #hiraya #advantage ul li {
    width: auto;
    padding: 7.8vw;
  }
  #hiraya #advantage ul li h3 {
    font-size: 5.6vw;
    margin-bottom: 0.6em;
  }
  #hiraya #advantage ul li p {
    font-size: 3.8vw;
  }
  #hiraya #advantage ul li + li {
    margin-top: 4vw;
  }
  #hiraya #concept {
    padding: 10vw 0 0;
  }
  #hiraya #concept .concept01 {
    margin-top: 7.8vw;
    padding: 0 0 10vw;
  }
  #hiraya #concept .img {
    margin-bottom: 6vw;
  }
  #hiraya #concept .img p {
    top: 3vw;
    right: 5vw;
    font-size: 2.6vw;
    padding: 0.5em 0;
  }
  #hiraya #concept .ttl {
    display: block;
    width: 60vw;
    margin: 0 auto;
  }
  #hiraya #concept .txt {
    font-size: 3.4vw;
    text-align: left;
  }
  #hiraya #concept .txt br {
    display: none;
  }
  #hiraya #concept .concept02 {
    padding: 10vw 0 9.5vw;
  }
  #hiraya #plan {
    padding: 10vw 0 0;
  }
  #hiraya #plan .concept01 {
    margin-top: 7.8vw;
    padding: 0 0 10vw;
  }
  #hiraya #plan .slider {
    width: 100%;
  }
  #hiraya #plan .detail {
    display: block;
    margin-bottom: 9.3vw;
  }
  #hiraya #plan .detail .txt {
    width: auto;
    margin-top: 8vw;
  }
  #hiraya #plan .detail h3 {
    width: 40vw;
    margin: 0 auto;
  }
  #hiraya #plan .detail .catch {
    font-size: 4vw;
  }
  #hiraya #plan .detail .type {
    font-size: 3vw;
    margin: 6vw auto 8vw;
  }
  #hiraya #plan .detail .btn {
    display: inline-block;
    width: auto;
    font-size: 3.8vw;
  }
  #hiraya #plan .detail .btn a {
    padding: 0.5em;
  }
  #hiraya #plan .detail .btn img {
    width: 7vw;
  }
  #hiraya #plan .notes {
    font-size: 3.4vw;
    text-align: left;
  }
  #hiraya #plan .notes br {
    display: none;
  }
  #hiraya #plan .floor {
    display: block;
    margin: 8vw 0 0;
    padding: 0 6vw 8vw;
  }
  #hiraya #plan .floor .img {
    padding: 3vw 0 0 1.5vw;
  }
  #hiraya #plan .floor .txt {
    padding: 0 5vw;
  }
  #hiraya #plan .floor .txt .ttl {
    font-size: 3.2vw;
  }
  #hiraya #plan .floor .txt p {
    font-size: 3vw;
  }
  #hiraya #plan .floor .txt p + .ttl {
    margin-top: 1.5em;
  }
  #hiraya #plan .concept02 {
    padding: 10vw 0;
  }
  #hiraya #plan .slick-dots {
    margin-top: 3vw;
  }
  #hiraya #plan .slick-dots li {
    margin: 0 1vw;
  }
  #hiraya #plan .slick-dots li button {
    width: 2.2vw;
    height: 2.2vw;
  }
  #hiraya #contact {
    padding: 8vw 0 10vw 0;
  }
  #hiraya #contact .ttl {
    font-size: 4vw;
  }
  #hiraya #contact .tel {
    font-size: 8vw;
  }
  #hiraya #contact .tel img {
    width: 8vw;
  }
  #hiraya #contact .tel a {
    pointer-events: all;
  }
  /*main#hiraya{
        padding-top:110px;
    }*/
}
@media (orientation: landscape) and (max-width: 767px) {
  #hiraya .iphone #header #gnavi {
    padding-bottom: 10vw;
  }
}
#hiraya .clear {
  clear: both;
}

/* ------------------------------
clearfix
------------------------------ */
#hiraya .aside_top {
  font-family: "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", "游ゴシック体 Pr6N", "Yu Gothic Pr6N", "Noto Sans JP", Arial, メイリオ, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  position: fixed;
  right: 0;
  bottom: 14%;
  z-index: 9995;
  transform: translateX(calc(100% - 55px));
  transition: transform 0.4s ease;
  display: flex;
  color: #ffffff;
}
@media (max-width: 1200px) {
  #hiraya .aside_top {
    display: none;
  }
}
#hiraya .aside_top .aside_top__wrap {
  width: 280px;
}
#hiraya .aside_top.js-open {
  transform: translateX(0);
}
#hiraya .aside_top .aside_top__openbtn {
  cursor: pointer;
  background-color: #AF997F;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  border: 1px solid #ffffff;
  margin-bottom: -1px;
}
#hiraya .aside_top .aside_top__openbtn.btn-close .btn-open {
  transform: rotate(0deg);
}
#hiraya .aside_top .aside_top__item {
  font-size: 23px !important;
  border: 1px solid #ffffff;
  background-color: #93795A;
  line-height: 1;
  display: flex;
  flex-direction: column;
}
#hiraya .aside_top .aside_top__item li {
  padding: 10px 30px 10px 12px;
  border-bottom: 1px dashed #ffffff;
  font-family: "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", "游ゴシック体 Pr6N", "Yu Gothic Pr6N", "Noto Sans JP", Arial, メイリオ, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  font-size: 23px !important;
}
#hiraya .aside_top .aside_top__item li:last-of-type {
  border-bottom: unset;
}
#hiraya .aside_top .aside_top__item li a {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  position: relative;
  color: #fff;
}
#hiraya .aside_top .aside_top__item li a span {
  flex-grow: 1;
}
#hiraya .aside_top .aside_top__item li a .u-arw-link {
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #hiraya .aside_top .aside_top__item li a:hover .u-arw-link {
    transform: translateX(5px);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #hiraya .aside_top .aside_top__item li a:hover .u-arw-link {
    transform: translateX(5px);
  }
}

/* 商品ラインナップ下部ナビ追加 */
.cmn_lineup {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
}/*# sourceMappingURL=common.css.map */