/*----------------------------------------------------
  共通
----------------------------------------------------*/
/* ローディング中のスタイル */
/*
.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: "shippori-mincho", "游明朝", sans-serif;
  font-style: normal;
  overflow-x: hidden;
}
main {
  position: relative;
}
:root,
[data-bs-theme="light"] {
  --bs-success-rgb: 0, 34, 33;
  --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: #002221;
  --bs-success-border-subtle: #002221;
  --bs-warning-bg-subtle: #efef9a;
  --bs-warning-border-subtle: #efef9a;
}
.text-warning {
  color: #80805a;
}

.container-fluid {
  width: 94%;
}
.h6 {
  font-size: 1.1rem;
}
p {
  line-height: 1.6;
}
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.25rem;
  font-size: 0.9rem;
}
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;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.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-6 {
  font-size: 1.1rem !important;
}
.fs-7 {
  font-size: 1rem;
}
.fs-8 {
  font-size: 0.8rem;
}
.fs-small {
  font-size: 0.9rem;
}

section {
  padding: 4vw 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;
}
.bg-secondary {
  background: #000;
}

.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;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
  }
}

/*----------------------------------------------------
  共通　End
----------------------------------------------------*/

/*----------------------------------------------
1.top Start 
----------------------------------------------*/
/*calc(画像の高さ / 画像の幅 * widthの値)*/

.topMain {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(1118 / 1920 * 100%);
  background-image: url("../images/top/KV.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.topMain .headerMenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.ls-2 {
  letter-spacing: 0.2rem;
}
.ls-3 {
  letter-spacing: 0.3rem;
}

.ls-5 {
  letter-spacing: 0.5rem;
}

.mt-md-n15 {
  margin-top: -15%;
}

/*----------------------------------------------
1.top End
----------------------------------------------*/

/*----------------------------------------------
2.PLANNING - 街並み・間取り Start 
----------------------------------------------*/

/*----------------------------------------------
2.PLANNING - 街並み・間取り End
----------------------------------------------*/

/*----------------------------------------------
3.EQUIPMENT - 設備・仕様 Start 
----------------------------------------------*/
.voice {
  background: url("../images/equipment/circle.webp"), linear-gradient(to top, #fff 25%, #3f3f3f 25%);
  background-repeat: no-repeat;
  background-position: right 70%;
  padding: 8vw 0 0 0;
  background-size: 13%, 100%;
}

/*----------------------------------------------
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) {
  img.equipment {
    object-fit: cover;
    object-position: center;
    width: auto;
    height: 450px;
  }
}

@media screen and (max-width: 991px) {
  img.equipment {
    object-fit: cover;
    object-position: center;
    width: auto;
    height: 410px;
  }
}

@media screen and (max-width: 843px) {
}
@media screen and (max-width: 768px) {
  .topMain {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(700 / 500 * 100%);
    background-image: url(../images/top/KV.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mt-md-n15 {
    margin-top: 0%;
  }

  .swiper-button-prev {
    top: 110%;
    left: 30%;
  }

  .swiper-button-next {
    top: 110%;
    right: 30%;
  }

  .voice {
    background: url("../images/equipment/circle.webp"), linear-gradient(to top, #fff 25%, #3f3f3f 25%);
    background-repeat: no-repeat;
    background-position: right 2%;
    padding: 20vw 0 0 0;
    background-size: 13%, 100%;
  }
  /*----------------------------------------------
共通ここから
----------------------------------------------*/
  .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;
  }
}
/*----------------------------------------------
共通　ここまで
----------------------------------------------*/
