@charset "UTF-8";
.text-center {
  text-align: center;
}
.text--tb__space {
  padding: 20px 0;
}
.common__text--important {
  font-weight: bold;
  font-size: 24px;
}
.home--fv {
  position: relative;
}
.home--fv p {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 20px;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', Meiryo, sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  text-stroke: 4px #000;
  -webkit-text-stroke: 4px #000;
  paint-order: stroke;
}
.home--fv p span {
  font-size: 44px;
  color: #ff0000;
  text-stroke: 8px #fff;
  -webkit-text-stroke: 8px #fff;
  paint-order: stroke;
}
.home--sale {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  margin: 40px 0;
}
.home--sale h2 {
  font-size: 28px;
  margin: 0 !important;
}
.home--sale__item {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: #f2f2f2;
  gap: 28px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.home--sale__item p {
  margin: 0;
}
.home--sale__tag {
  color: #fff;
  margin: 0;
  position: absolute;
  top: 12px;
  right: -30px;
  background-color: #ff0000;
  font-weight: bold;
  transform: rotate(45deg);
  padding: 6px 32px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.home--sale--item__img--wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 28px;
}
.home--sale--item__img--wrap img {
  width: 100% !important;
  height: auto;
}
.home--sale--item__inner {
  display: flex;
  flex-direction: row;
}
.home--sale--item__row--left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.home--sale__item h3 {
  font-size: 28px;
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.home--sale__item h3 span {
  font-size: 84%;
}
.home--sale__price {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.home--sale__price .p--tag {
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home--sale__price .p--tag span {
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  padding: 6px;
  font-size: 12px;
}
.home--sale__price .p--display {
  color: #ff0000;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.home--sale__discription {
  font-size: 13px;
}
.home--sale--item__row--right {
  width: 50%;
}
.home--sale__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home--sale--contact__btn--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home--yuso {
  box-sizing: border-box;
  padding: 40px 28px;
  background-color: #f8f8f8;
  margin-top: 0 !important;
}
.home--yuso__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.home--yuso__inner h3 {
  font-size: 20px;
  padding: 8px 16px;
  color: #fff;
  background-color: #000;
  margin: 0;
}
.home--yuso__inner .home--yuso--inner__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}
.home--yuso--inner__item h4 {
  font-size: 18px;
  background-color: #ddd;
  width: 140px;
  padding: 6px 0;
  text-align: center;
  margin: 0;
}
.home--yuso--inner__item ul {
  margin: 0;
  padding: 0;
  width: calc(100% - 180px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.home--yuso--inner__item ul li {
  list-style-type: none;
  width: calc(33.3% - 13.3px);
}
.home--yuso__inner p {
  margin: 0;
}
.home--yoso__ichiritsu {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.home--custom__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home--custom__inner--img {
  display: flex;
  flex-direction: row;
  gap: 28px;
}
.home--custom__inner--img img {
  width: 100%;
}
.home--custom__tag {
  background-color: #0c5e23;
  color: #fff;
  margin: 0;
  font-size: 20px !important;
  padding: 8px 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.home--about__info {
  font-size: ;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.home--about__info span {
  background-color: #ddd;
  color: #121212;
  display: inline-block;
  padding: 4px 8px 2px;
  min-width: 92px;
  text-align: center;
}
.home__about {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.home--about__left {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 1em;
}
.home--about__left p {
  margin: 0;
}
.home--about__right {
  width: 55%;
}
