/*----------------------------------------------------
  共通
----------------------------------------------------*/
/* ローディング中のスタイル */
/*
.wf-loading .fonts {
  opacity: 0;
  transform: translateY(20px);
}
.wf-loading .fonts-left {
  opacity: 0;
  transform: translateX(20px);
}

.wf-loading .fonts-right {
  opacity: 0;
  transform: translateX(-20px);
}
.wf-active .fonts {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.wf-active .fonts-left {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.wf-active .fonts-right {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.wf-inactive .fonts {
  opacity: 1;
}
*/
body {
  position: relative;
  font-family: "zen-maru-gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: "shippori-mincho", "游明朝", sans-serif;*/
  font-style: normal;
  overflow-x: hidden;
  line-height: 1.75;
}
main {
  position: relative;
}
:root,
[data-bs-theme="light"] {
  --bs-success-rgb: 169, 192, 70;
  --bs-warning-rgb: 239, 239, 154;
  --bs-primary-rgb: 35, 55, 92;
  --bs-secondary-rgb: 77, 77, 77;
  --secondary--rgb: 77, 77, 77;
  --bs-dark-rgb: 0, 0, 0;
  --bs-success-bg-subtle: #a9c046;
  --bs-success-border-subtle: #a9c046;
  --bs-warning-bg-subtle: #842961;
  --bs-warning-border-subtle: #842961;
}
.kado {
  position: relative;
}
.kado::before {
  position: absolute;
  display: block;
  left: -2px;
  top: -2px;
  content: "";
  background: url("../images/common/kado.webp");
  z-index: 2;
  width: 15%;
  height: 30%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slideLogo::after {
  display: block;
  content: "";
  background: #fff url("../images/common/logo/site-logo.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13%;
  max-width: 240px;
  aspect-ratio: 240 / 203;
  position: absolute;
  left: 3%;
  top: -12%;
  z-index: 999;
  display: none;
}

.sliderBtn {
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: 99;
}
.slideLogo,
.headerImg {
  position: relative;
}

.headerImg:before {
  display: block;
  content: "";
  background: #fff url("../images/common/logo/site-logo.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13%;
  max-width: 240px;
  aspect-ratio: 240 / 203;
  position: absolute;
  left: 3%;
  top: -19%;
  display: none;
}

/* .container-fluid {
  width: 95%;
  max-width: 1920px;
}
*/
.h6 {
  font-size: 1.1rem;
}
p {
}
ol,
ul {
  padding-left: 0;
  list-style-type: none;
}

ul.caution li {
  /*padding-left: 1em;
  text-indent: -1em;*/
  list-style-type: none;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a img:hover {
  opacity: 0.75;
  transition: 0.75s;
}
figure {
  margin: 0 0 0.5rem;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
hr {
  text-align: center;
  margin: auto;
  border-top: 1px solid #231815;
  opacity: 1;
}

.lh-15 {
  line-height: 1.5;
}
.lh-175 {
  line-height: 1.75;
}
.lh-2 {
  line-height: 2;
}
.lh-25 {
  line-height: 2.5;
}
.fs-5 {
  font-size: 1.2rem;
}
.fs-large {
  font-size: clamp(1.25rem, calc(0.13000000000000012rem + 2.333333333333333vw), 1.88rem);
}
.fs-6 {
  font-size: 1.1rem !important;
}
.fs-7 {
  font-size: 1rem;
}
.fs-8 {
  font-size: 0.8rem;
}
.fs-small {
  font-size: 0.625rem;
}

section {
  padding: 0 0 10% 0;
}
main section:first-child {
  padding: 0 0 6% 0;
}
main section:last-child {
  padding: 0 0 6% 0;
}
.fs-trajan {
  font-family: "trajan-pro-3", serif;
}
.fs-futura {
  font-family: "futura-pt", sans-serif;
}
.fs-mincho {
  font-family: "shippori-mincho", sans-serif;
}
.fs-Kozuka {
  font-family: "kozuka-gothic-pro", "小塚ゴシック pro", sans-serif;
}
.fs-rodin {
  font-family: "fot-rodin-pron", sans-serif;
}
.fs-zenmaru {
  font-family: "zen-maru-gothic", sans-serif;
  font-family: 500;
}

.text-shadow {
  text-shadow: 4px 6px 6px #000;
}
.bg-secondary {
  background: #000;
}
.btn-success {
  background: #a9c046;
  border-radius: 7.5rem;
  border: 1px solid #a9c046;
  font-family: "fot-rodin-pron", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  padding-left: 3rem;
  padding-right: 2.5rem;
}
.btn-success::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  margin-left: 1rem;
}

.bg-beige-equipment {
  background: linear-gradient(to bottom, #fff 60%, #f6f2eb 40%);
}
.bg-beige {
  background: #f6f2eb;
}

.bg-beige-access {
  background: linear-gradient(to bottom, #fff 60%, #f6f2eb 40%);
}

.bg-LifeInfo {
  position: relative;
  background: url("../images/top/lifeinfomationImg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 1.25rem;
  aspect-ratio: 57 / 25; /* アスペクト比を保持してレスポンシブ */
  display: flex;
  align-items: center;
  margin: auto;
  padding: 2rem;
}

.bg-access {
  position: relative;
  background: url("../images/top/bg-access.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.alert {
  padding: 4vw 4vw 4vw 4vw;
  border-radius: 0;
  min-height: 40vw;
  margin-top: -3vw;
  border: none;
}
.alert p {
  line-height: 2.2;
  font-size: 1rem;
}
figcaption {
  font-size: clamp(0.85rem, calc(0.522222222222222rem + 0.3703703703703707vw), 1rem);
}
/*
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
*/
.mainTitle {
  margin-bottom: 3rem;
  font-size: calc(1rem + 0.8vw);
}
.mainTitle span:nth-child(1) {
  display: block;
  font-family: "futura-pt", "kozuka-gothic-pro", "小塚ゴシック pro", sans-serif;
  font-size: 70%;
  margin-bottom: 1rem;
}
.mainTitle span:nth-child(2) {
  display: block;
  font-family: "fot-rodin-pron", sans-serif;
}

/* スクロールダウンの位置 */
.scroll {
  text-align: center;
  margin: auto;
  writing-mode: vertical-rl;
  width: 30px;
  display: block;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*----------------------------------------------------
  共通　End
----------------------------------------------------*/

/*----------------------------------------------
1.top Start 
----------------------------------------------*/
/*calc(画像の高さ / 画像の幅 * widthの値)*/

.ls-2 {
  letter-spacing: 0.2rem;
}
.ls-3 {
  letter-spacing: 0.3rem;
}

.ls-5 {
  letter-spacing: 0.5rem;
}

.mt-md-n15 {
  margin-top: -15%;
}

.mt-n8 {
  margin-top: -8%;
}

.viewMore {
  position: relative;
  color: #000;
  text-decoration: none;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  transition: all 0.3s 0s ease;
}
.viewMore::after {
  display: block;
  content: "";
  height: 2px;
  width: 100px;
  background: linear-gradient(to right, rgba(51, 51, 51, 1) 30%, rgba(0, 0, 0, 0.25) 30%);
  transition: all 0.3s 0s ease;
}
.viewMore:hover {
  color: #666;
}
.viewMore:hover::after {
  background: linear-gradient(to right, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 0.25) 100%);
}
/*----------------------------------------------
1.top End
----------------------------------------------*/

/*----------------------------------------------
2.PLAN- 街並み・間取り Start 
----------------------------------------------*/

.lum-img {
  /* transition: opacity 0.12s ease-out;
  background: #fff;
  padding: 1.25rem;*/
}
/*----------------------------------------------
2.PLAN - 街並み・間取り End
----------------------------------------------*/

/*----------------------------------------------
3.EQUIPMENT - 設備・仕様 Start 
----------------------------------------------*/

/*----------------------------------------------
3.EQUIPMENT - 設備・仕様 End
----------------------------------------------*/

/*----------------------------------------------
4.LOCATION - 周辺環境・アクセス Start 
----------------------------------------------*/

/*----------------------------------------------
4.LOCATION - 周辺環境・アクセス End
----------------------------------------------*/
.accordion-003 {
  max-width: 1200px;
  margin: 0 auto 50px;
  border-bottom: 2px solid #d0d0d0;
}

.accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #333333;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 400;
}

.accordion-003 summary::-webkit-details-marker {
  display: none;
}

.accordion-003 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border-bottom: 2px solid #333333b3;
  border-right: 2px solid #333333b3;
  content: "";
  transition: transform 0.3s;
}

.accordion-003[open] summary::after {
  transform: rotate(225deg);
}

.accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
  font-size: 0.85rem;
  font-weight: 400;
}

.accordion-003[open] p {
  transform: none;
  opacity: 1;
}

/*----------------------------------------------
5.QUALITY - 住協の家づくり Start 
----------------------------------------------*/

/*----------------------------------------------
5.QUALITY - 住協の家づくり End
----------------------------------------------*/

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
  .modelhouse {
    margin-top: 1rem;
  }
  .headerMenu {
    padding: 0.75rem 0;
  }
}

@media screen and (max-width: 843px) {
}
@media screen and (max-width: 768px) {
  .fs-6 {
    font-size: 1rem !important;
  }
  .btn-success {
    font-size: 1rem;
    padding-left: 0;
    padding-right: 0;
    padding: 0.5rem 1rem;
  }

  .mt-md-n15 {
    margin-top: 0%;
  }

  .swiper-button-prev {
    top: 110%;
    left: 30%;
  }

  .swiper-button-next {
    top: 110%;
    right: 30%;
  }

  /*----------------------------------------------
共通ここから
----------------------------------------------*/
  .my-5.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem;
  }
  .fs-5 {
    font-size: 1rem !important;
  }
}

/*----------------------------------------------
共通　ここまで
----------------------------------------------*/
