/*----------------------------------------------------
  共通
----------------------------------------------------*/

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: 135, 184, 41;
  --bs-warning-rgb: 247, 147, 26;
  --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: #87b829;
  --bs-success-border-subtle: #87b829;
  --bs-warning-bg-subtle: #f7931e;
  --bs-warning-border-subtle: #f7931e;
}
.text-warning {
  color: #80805a;
}
.headerMenu .container-lg {
  max-width: 1124px;
}
.w1100 {
  max-width: 1100px;
  margin: auto;
}
.h6 {
  font-size: 1.1rem;
}

.spotTitle {
  margin-right: -50px;
  z-index: 999;
}
.spotTitle h2::nth-last-child(2) {
  color: #fff;
}
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;
}
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;
}

.ls-2 {
  letter-spacing: 0.2rem;
}
.ls-3 {
  letter-spacing: 0.3rem;
}

.ls-5 {
  letter-spacing: 0.5rem;
}
section {
  padding: 4vw 0;
}

.fs-trajan {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}
.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-yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.box-border-right {
  border-right: 1px solid #eee;
}
a img {
  transition: 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

a img:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0.8;
}

.bg-87b829 {
  background: rgba(135, 184, 41, 0.2);
}

/*----------------------------------------------------
  共通　End
----------------------------------------------------*/

/*----------------------------------------------
1.top Start 
----------------------------------------------*/

/*----------------------------------------------
1.top End
----------------------------------------------*/

/*----------------------------------------------
2.PLANNING - 街並み・間取り Start 
----------------------------------------------*/

/*----------------------------------------------
2.PLANNING - 街並み・間取り End
----------------------------------------------*/

/*----------------------------------------------
3.EQUIPMENT - 設備・仕様 Start 
----------------------------------------------*/

/*----------------------------------------------
3.EQUIPMENT - 設備・仕様 End
----------------------------------------------*/

/*----------------------------------------------
4.LOCATION - 周辺環境・アクセス Start 
----------------------------------------------*/

/*----------------------------------------------
4.LOCATION - 周辺環境・アクセス End
----------------------------------------------*/

.boxChild {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.85rem;
  background: rgba(135, 184, 41, 0.2);
}

.boxChild table th {
  text-align: center;
  border: 1px solid #87b829;
  background: rgba(135, 184, 41, 0.05);
}
.boxChild table td {
  border: 1px solid #87b829;
}

.fukidashi1,
.fukidashi2,
.fukidashi3 {
  position: relative;
}
.fukidashi1::after {
  display: block;
  content: "";
  background: url(../images/childcare/e4Icon.webp);
  position: absolute;
  bottom: 0;
  left: -60px;
  width: 109px;
  height: 106px;
  background-size: contain;
}
.fukidashi2::after {
  display: block;
  content: "";
  background: url(../images/childcare/e5Icon.webp);
  position: absolute;
  bottom: 0;
  left: -60px;
  width: 109px;
  height: 106px;
  background-size: contain;
}
.fukidashi3::after {
  display: block;
  content: "";
  background: url(../images/childcare/e6Icon.webp);
  position: absolute;
  bottom: 0;
  left: -60px;
  width: 109px;
  height: 106px;
  background-size: contain;
}

.my-list {
  list-style: none; /* デフォルトの点を消す */
  padding: 0;
  margin: 0;
}
.my-list li {
  display: flex; /* 数字とテキストを横並びに */
  align-items: center; /* 縦位置をそろえる */
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.my-list li span {
  background: #87b829; /* 緑色 */
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
  margin-right: 6px; /* 数字とテキストの間隔 */
}
.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 (min-width: 1200px) {
  .container-lg {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1023px) {
  .navbar-brand-logo img {
    display: block;
  }
  body.pageTop .navbar-brand-logo img:first-child {
    margin-bottom: 1rem;
  }
  body:not(.pageTop) .navbar-brand-logo img:last-child {
    display: none;
  }
  .container-lg {
    max-width: auto !important;
  }
}

@media screen and (max-width: 843px) {
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    top: 110%;
    left: 30%;
  }

  .swiper-button-next {
    top: 110%;
    right: 30%;
  }
}
