/* ページタイトル */
.main-ttl-wrap {
  margin-top: var(--header-height, 0px);
}

.main_ttl {
  position: relative;
  margin-bottom: 60px;
}

.main_ttl>.bg {
  width: 100%;
  height: 580px;
}

.main_ttl h2 {
  display: block;
  left: calc(15px + 50 * (100vw - 320px) / 1180);
  transform: translateY(-50%);
  top: 64%;
  align-items: center;
  position: absolute;
  justify-content: center;
  z-index: 2;
}

.main_ttl>.bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-position: top center;
  object-fit: cover;
}

.shop .main_ttl>.bg img {
  object-position: center center;
  object-fit: cover;
}

.main_ttl_text_box {
  height: 100%;
  z-index: 100;
}

.main-ttl-box {
  height: 100%;
  display: block;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  align-items: center;
  position: absolute;
  justify-content: center;
}

.main-ttl-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 400px;
  height: auto;
  margin: 0 auto;
}

.main_ttl>.bg::before {
  content: '';
  position: absolute;
  width: 169px;
  height: 200px;
  background-size: contain;
  right: 0;
  background-repeat: no-repeat;
}

.main_ttl>.bg::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 300px;
  background-size: contain;
  left: 0;
  background-repeat: no-repeat;
}

.main_ttl .fs-en {
  font-weight: 700;
  display: block;
  color: var(--red-color);
  font-family: "Comfortaa", sans-serif;
  font-size: 70px;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 5px;
  padding: 5px 0;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.6));
}

.main_ttl .fs-en span {
  opacity: 0.5;
}

.main_ttl .txt {
  font-size: 40px;
  background: var(--red-color);
  margin-left: 0;
  font-weight: 700;
  line-height: 1;
  display: table;
  letter-spacing: 0.14em;
  padding: 15px;
  white-space: nowrap;
  color: #fff;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.6));
}

.section-box .sec-title {
  font-weight: 700;
  background: linear-gradient(to bottom,
      #6e6e6e 0%,
      #ffffff 100%);
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 60px;
}

.section-box .sub-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--main-color);
  margin-bottom: 5px;
  display: table;
}

.detail-btn-list .flex-box {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

@media (max-width: 1200px) {
  .main_ttl>.bg {
    width: 100%;
    height: 480px;
  }
}

@media (max-width: 1200px) {
  .main_ttl .fs-en {
    font-size: min(calc(50px + (70 - 50) * (100vw - 992px) / (1500 - 992)),
        70px);
  }

  .main_ttl .txt {
    font-size: min(calc(22px + (30 - 22) * (100vw - 992px) / (1500 - 992)),
        30px);
  }

  .main-ttl-bg {
    width: min(calc(300px + (400 - 300) * (100vw - 992px) / (1500 - 992)),
        400px);
  }

  .main_ttl>.bg {
    width: 100%;
    height: min(calc(300px + (380 - 300) * (100vw - 992px) / (1500 - 992)),
        380px);
  }

  .section-box .sec-title {
    font-weight: 700;
    color: #00b98f;
    font-size: min(calc(48px + (72 - 48) * (100vw - 992px) / (1500 - 992)),
        72px);
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: min(calc(40px + (60 - 40) * (100vw - 992px) / (1500 - 992)),
        60px);
  }

  .section-box .sub-title {
    font-size: min(calc(16px + (20 - 16) * (100vw - 992px) / (1500 - 992)),
        20px);
  }

}

@media (max-width: 991px) {
  .main_ttl {
    margin-bottom: 80px;
  }


  .main_ttl .fs-en {
    font-size: 38px;
  }

  .main_ttl .txt {
    font-size: 24px;
  }

  .main-ttl-bg {
    width: min(calc(260px + (300 - 260) * (100vw - 320px) / (991 - 320)),
        260px);
  }

  .main_ttl>.bg {
    width: 100%;
    height: 300px;
  }

  .main_ttl h2 {
    display: block;

  }

  .section-box .sec-title {
    font-size: min(calc(40px + (60 - 40) * (100vw - 320px) / (991 - 320)),
        60px);
    margin-bottom: min(calc(20px + (40 - 20) * (100vw - 320px) / (991 - 320)),
        40px);
  }

  .section-box .sub-title {
    font-size: min(calc(16px + (20 - 16) * (100vw - 320px) / (991 - 320)),
        20px);
  }

  .detail-btn-list .flex-box {
    display: block;
  }

  .main_ttl>.bg::before {
    width: min(calc(100px + (169 - 100) * (100vw - 320px) / (991 - 320)),
        169px);
    height: min(calc(120px + (200 - 120) * (100vw - 320px) / (991 - 320)),
        200px);
  }

  .main_ttl>.bg::after {
    width: min(calc(250px + (400 - 250) * (100vw - 320px) / (991 - 320)),
        400px);
    height: min(calc(200px + (300 - 200) * (100vw - 320px) / (991 - 320)),
        300px);
  }
}

@media (max-width: 768px) {
  .main_ttl {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .main_ttl {
    margin-bottom: 50px;
  }
}

/* =======================================
パンくず
======================================== */
.breadcrumb_wrap {
  position: static;
  padding-right: min(2.5vw, 50px);
  margin-top: 20px;
  bottom: 20px;
  right: calc(15px + 50 * (100vw - 320px) / 1180);
}

.breadcrumb_wrap .panlist {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
}

.breadcrumb_wrap .panlist>li {
  display: flex;
  align-items: center;
}


.breadcrumb_wrap .panlist>li {
  font-size: 11px;
  text-align: right;
}

.breadcrumb_wrap .panlist>li>a {
  color: var(--main-color);
  white-space: nowrap;
  font-size: 11px;
}

.breadcrumb_wrap .panlist>li.active {
  color: var(--main-color);
  text-decoration: none;
  pointer-events: none;
}

.breadcrumb_wrap .panlist>li+li:before {
  content: ">";
  letter-spacing: normal;
  display: block;
  padding: 0 0.5em;
}

.breadcrumb_wrap .panlist>li+li:before {
  transform: translateY(-0.1em);
}



/* =======================================
暮らしを整える美容アイテム
======================================== */
.beauty-lifestyle-items-area {
  padding-bottom: 80px;
}

.beauty-lifestyle-items-area .text {
  font-size: 18px;
  line-height: 44px;
}

.beauty-lifestyle-items-area h4 {
  position: relative;
  color: #fff;
  font-size: 34px;
  padding: 12px 10px 12px 30px;
  display: table;
  line-height: 1;
  border-radius: 4px;
  background-color: var(--red-color);
  overflow: hidden;
  z-index: 0;
}

.beauty-lifestyle-items-area .sub-ttl-box {
  margin-bottom: 30px;
}

.beauty-lifestyle-items-area h4+h4 {
  margin-top: 15px;
  margin-left: 30px;
}

.beauty-lifestyle-items-area .ttl-box .en,
.beauty-appliances-area .ttl-box .en {
  font-size: 60px;
}

.page-link-btn-lists {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

.page-link-btn-lists a {
  color: #fff;
  display: table;
  padding: 15px 30px;
  max-width: 220px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  transition: 0.7s;
  background-color: var(--main-color);
}

.page-link-btn-lists a:hover {
  background-color: rgb(194, 178, 187);
}

.beauty-appliances-area {
  position: relative;
  background-color: #fff;
  padding: 80px 0 180px;
}


.center-content-top-obj,
.center-content-bottom-obj {
  width: 100vw;
}

.center-content-top-obj img,
.center-content-bottom-obj img {
  width: 100vw;
  /* ← 横幅を基準に固定 */
  height: auto;
  /* ← 縦は比率維持 */
  min-height: 170px;
  /* ← 最低高さを保証 */
  display: block;
  margin: 0 auto;
  /* ← 中央基準維持 */
}

.rental-area .ttl-box {
  padding-left: 40px;
}

.rental-cotent {
  background-color: #fff;
}

.rental-slide>.rental-img img {
  width: 100%;
}

.beauty-appliances-area .rental-slide-text-box {
  position: absolute;
  max-width: 700px;
  display: table;
  margin-left: auto;
  margin-right: 0;
  right: 0;
  bottom: -80px;
  border-radius: 20px 0 0 0;
  background-color: #fff;
  padding: 70px 80px 60px;
}

.rental-slide-text-box h4 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 50px;
  color: var(--main-color)
}

.rental-slide-text-box p {
  font-size: 16px;
  line-height: 1.8;
}


.more-btn:hover::after {
  background-color: #fff;
}


/* セクション全体のベース */
.rental-section {
  padding: 60px 0;
}

/* スライドの表示窓 */
.rental-slide-wrap {
  overflow: hidden;
  width: 100%;
}

/* 無限ループ用トラック */
.rental-slide {
  display: flex;
  width: 200%;
  /* 4枚＋4枚で合計8枚 ⇒ 200%分を横に流す */
  animation: rentalLoop 25s linear infinite;
}

/* 1枚あたりの幅（4枚を横並び想定） */
.rental-img {
  flex: 0 0 12.5%;
  /* 8枚で100%だから1枚12.5% */
  box-sizing: border-box;

  /* フェードアップ初期状態 */
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.rental-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* セクションに .is-inview が付いたらフェードアップ開始 */
.rental-section.is-inview .rental-img {
  opacity: 1;
  transform: translateY(0);
}

/* 左から順にテンポをずらす（1〜8枚目まで一応指定） */
.rental-section.is-inview .rental-img:nth-child(1) {
  transition-delay: 0.0s;
}

.rental-section.is-inview .rental-img:nth-child(2) {
  transition-delay: 0.15s;
}

.rental-section.is-inview .rental-img:nth-child(3) {
  transition-delay: 0.30s;
}

.rental-section.is-inview .rental-img:nth-child(4) {
  transition-delay: 0.45s;
}

.rental-section.is-inview .rental-img:nth-child(5) {
  transition-delay: 0.60s;
}

.rental-section.is-inview .rental-img:nth-child(6) {
  transition-delay: 0.75s;
}

.rental-section.is-inview .rental-img:nth-child(7) {
  transition-delay: 0.90s;
}

.rental-section.is-inview .rental-img:nth-child(8) {
  transition-delay: 1.05s;
}

.rental-slide-text-box h4 {
  font-size: 30px;
}

/* 無限ループアニメーション（かくっとしないやつ） */
@keyframes rentalLoop {
  0% {
    transform: translateX(0);
  }

  100% {
    /* 200%幅のうち、ちょうど半分(=元の4枚分)だけ左に流す */
    transform: translateX(-50%);
  }
}

.vinegar-area {
  padding: 100px 0;
}

.vinegar-area .text-box {
  padding-top: 50px;
}

.vinegar-area .text {
  font-size: 18px;
  line-height: 44px;
}

.vinegar-features-box {
  margin-top: 60px;
}

.vinegar-ttl-box {
  margin-bottom: 35px;
}


.vinegar-ttl-box .features-en {
  color: var(--main-color);
  font-size: 30px;
  margin-bottom: 15px;
}

.vinegar-ttl-box h4,
.vinegar-area h4 {
  display: table;
  margin-bottom: 25px;
  color: #fff;
  line-height: 1;
  font-size: 35px;
  padding: 10px 30px;
  background-color: var(--red-color);
}

.vinegar-item {
  display: table;
  padding: 30px;
  border-radius: 30px;
  height: 100%;
  background-color: #fff;
}

.vinegar-item h5 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--red-color);
  color: var(--red-color);
}

.vinegar-features-list .row {
  gap: 40px 0;
}

.koumeiseki-area {
  padding: 40px 0;
  background-color: #fff;
}

.koumeiseki-area h4 {
  display: table;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 100;
  font-size: 35px;
  padding: 10px 30px;
  background-color: var(--red-color);
}

.koumeiseki-img {
  width: 100%;
  max-width: 800px;
  margin: -80px auto 20px;
}

.koumeiseki-area .text {
  font-size: 18px;
  text-align: center;
  line-height: 44px;
}

.koumeiseki-box {
  margin-top: 60px;
}

.koumeiseki-box-img {
  margin-bottom: 20px;
}

.koumeiseki-box h5 {
  color: var(--red-color);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.koumeiseki-box p {
  font-size: 18px;
  text-align: center;
  line-height: 44px;
}

.koumeiseki-features-box .vinegar-item {
  background-color: #fff0ec;
}

.koumeiseki-features-box .text {
  text-align: left;
}

.beauty-lifestyle-items-area .ttl-box .en,
.beauty-appliances-area .ttl-box .en {
  font-size: 60px;
}

.koumeiseki-features-box {
  margin-top: 60px;
}

@media (max-width: 1560px) {
  .beauty-appliances-area .rental-slide-text-box {
    position: relative;
    max-width: 800px;
    display: table;
    margin-left: auto;
    margin-right: 0;
    right: 0;
    margin-top: -200px;
    bottom: auto;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    padding: 50px;
  }

  .beauty-appliances-area {
    position: relative;
    background-color: #fff;
    padding: 80px 0 80px;
  }

  .beauty-appliances-area .rental-section {
    padding: 0;
  }
}

@media (max-width: 1300px) {
  .beauty-appliances-area .rental-slide-text-box {
    max-width: 800px;
    margin-top: -140px;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    padding: 50px;
  }

  .vinegar-ttl-box h4,
  .vinegar-area h4 {
    display: table;
    margin-bottom: 25px;
    color: #fff;
    line-height: 1;
    font-size: 30px;
    padding: 10px 30px;
    background-color: var(--red-color);
  }

  .vinegar-item h5 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--red-color);
    color: var(--red-color);
  }
}

@media (max-width: 991px) {

  .beauty-lifestyle-items-area .ttl-box .en,
  .beauty-appliances-area .ttl-box .en {
    font-size: 50px;
  }

  .beauty-lifestyle-items-area .text {
    font-size: 16px;
    line-height: 35px;
  }

  .rental-img {
    flex: 0 0 25%;
    /* 2枚ずつ見せたい場合 */
  }

  .rental-slide-text-box h4 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--main-color);
  }

  .rental-slide-text-box p {
    font-size: 16px;
    line-height: 1.8;
  }

  .beauty-appliances-area .rental-slide-text-box {
    position: relative;
    max-width: 80%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    margin-top: -200px;
    bottom: auto;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    padding: 50px;
  }

  .rental-section {
    padding: 0;
  }

  .vinegar-ttl-box h4,
  .vinegar-area h4 {
    display: table;
    margin-bottom: 25px;
    color: #fff;
    line-height: 1.5;
    font-size: 25px;
    padding: 10px 30px;
    background-color: var(--red-color);
  }

  .vinegar-area .text,
  .koumeiseki-box p {
    font-size: 16px;
    line-height: 38px;
  }

  .koumeiseki-area .text {
    font-size: 16px;
    line-height: 38px;
  }

  .koumeiseki-area h4.ttl {
    margin-left: -20px;
  }

  .koumeiseki-area h4.ttl br.sp {
    display: none;
  }
}

@media (max-width: 768px) {

  .beauty-lifestyle-items-area .ttl-box .en,
  .beauty-appliances-area .ttl-box .en {
    font-size: 35px;
  }

  .beauty-lifestyle-items-area h4,
  .koumeiseki-area h4 {
    position: relative;
    color: #fff;
    font-size: 25px;
    padding: 12px 10px 12px 30px;
    border-radius: 4px;
  }

  .beauty-lifestyle-items-area .sub-ttl-box {
    margin-bottom: 30px;
  }

  .beauty-lifestyle-items-area h4+h4 {
    margin-top: 15px;
    margin-left: 30px;
  }

  .page-link-btn-lists a {
    color: #fff;
    display: table;
    padding: 10px 15px;
    max-width: 220px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    transition: 0.7s;
    background-color: var(--main-color);
  }

  .beauty-appliances-area .rental-slide-text-box {
    position: relative;
    max-width: 80%;
    display: table;
    margin-left: auto;
    margin-right: 0;
    right: 0;
    margin-top: -100px;
    bottom: auto;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    padding: 40px;
  }

  .more-btn {
    margin-top: 30px;
  }

  .vinegar-ttl-box h4,
  .vinegar-area h4 {
    display: table;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.5;
    font-size: 22px;
    padding: 10px 30px;
    background-color: var(--red-color);
  }

  .koumeiseki-box h5 {
    color: var(--red-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .beauty-lifestyle-items-area .text {
    font-size: 14px;
    line-height: 32px;
  }

  .page-link-btn-lists {
    margin-top: 30px;
    gap: 0 16px;
  }

  .page-link-btn-lists a {
    padding: 10px 10px;
    max-width: 220px;
    font-size: 16px;
    width: 100%;
    border-radius: 16px;
    transition: 0.7s;
  }

  .beauty-appliances-area {
    position: relative;
    background-color: #fff;
    padding: 60px 0 60px;
  }

  .beauty-appliances-area .rental-slide-text-box {
    margin-top: 0;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;

  }

  .rental-slide-text-box h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--main-color);
  }

  .rental-slide-text-box p,
  .koumeiseki-box p {
    font-size: 14px;
    line-height: 1.8;
  }

  .beauty-lifestyle-items-area h4 {
    position: relative;
    color: #fff;
    font-size: 20px;
    padding: 12px 10px 12px 20px;
    border-radius: 4px;
  }

  .vinegar-area .text {
    font-size: 14px;
    line-height: 32px;
  }

  .koumeiseki-area .text {
    font-size: 14px;
    line-height: 32px;
  }

  .vinegar-area {
    padding: 80px 0;
  }

  .vinegar-item {
    display: table;
    padding: 20px;
    border-radius: 30px;
    height: 100%;
    background-color: #fff;
  }

  .vinegar-ttl-box h4,
  .vinegar-area h4,
  .koumeiseki-area h4 {
    display: table;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.5;
    font-size: 20px;
    padding: 10px 10px;
    background-color: var(--red-color);
  }

  .koumeiseki-box h5 {
    color: var(--red-color);
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
  }

  .koumeiseki-box .flex-box {
    display: block;
  }

  .koumeiseki-right {
    margin-top: 30px;
  }

  .koumeiseki-area h4.ttl {
    line-height: 1.5;
    margin-left: 0;
  }

  .koumeiseki-img {
    width: 100%;
    max-width: 800px;
    margin: 20px auto 20px;
  }
}

/* =======================================
お問い合わせ
======================================== */
.tel-area h3 {
  line-height: 1.75;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.tel-area .sp {
  display: none;
}

.tel-area .icon {
  margin-right: 15px;
}

.tel-fax-wrap {
  padding: 25px;
  background: var(--red-color);
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
}

.contact-tel-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tel-fax-area .number-text a span {
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.tel-area .number-text span,
.tel-area .number-text a span {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  font-family: "Comfortaa", sans-serif;
}

.tel-area .text {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 5px;
}

.contact-tel-box .icon {
  display: table;
  margin-right: 12px;
  color: #fff;
  line-height: 1;
  font-size: 0;
}

.contact-tel-box .fa-solid {
  font-size: 32px;
}

.entry-form-area {
  padding: 100px 0;
  position: relative;
}

.entry-form-area:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  z-index: 10;
  width: 100%;
  aspect-ratio: 2000 / 147;
}

.entry-form-area .text-center {
  text-align: center;
  line-height: 2;
  font-size: 18px;
}

.contactform {
  margin-top: 50px;
}

.optional {
  color: #fff;
  font-weight: 400;
  background: #999;
  font-size: 12px;
  padding: 0.2em 0.5em;
}

.required {
  font-weight: 400;
  font-size: 12px;
  padding: 0.2em 0.5em;
  transform: translateY(-0.1em);
  color: #fff;
  display: inline-block;
  background-color: var(--red-color);
}

.entry-form-area .text-center .required {
  margin-right: 5px;
}

.entry-form-area .area-ttl-box {
  margin-bottom: 40px;
}

.entry-form-area .area-ttl-box .ttl-en {
  margin: 0 auto;
}

.entry-form-area h3 {
  display: table;
  text-align: center;
  margin: 0 auto;
  /* font-size: 45px; */
}

.entry-form-area .ttl-box .en {
  display: table;
  text-align: center;
  margin: 0 auto 10px;
}

.note {
  margin-top: 5px;
  color: var(--red-color);
}

.contactform .name-box {
  display: flex;
  /* divを横並びに */
  gap: 20px;
  /* 間隔 */
}

.contactform .name-box .name {
  width: 50px;
}

.contactform .name-box div {
  display: flex;
  align-items: center;
  /* ラベルと入力欄を縦位置そろえ */
  gap: 5px;
  max-width: 300px;
  width: 100%;
}

input[type="radio" i] {
  transform: translateY(-0.1em);
}

.radio-line .row {
  gap: 8px 0;
}

.notes {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #999;
}

#policy h4 {
  font-size: 25px;
  color: var(--red-color);
  margin-bottom: 20px;
  font-weight: 700;
}

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

textarea.form-control {
  height: auto;
}

#policy {
  margin-top: 50px;
}

#policy a span {
  color: var(--main-color);
  font-size: 18px;
}

#policy .contents {
  padding: 1.5% 3.5%;
  border: solid 1px #ccc;
  max-height: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
  background-color: #fff;
}

#policy .contents h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 2em 0 0;
  color: var(--main-color);
}

#policy .contents p,
#policy .contents ol {
  font-size: 18px;
  margin: 1em 0;
}

#policy .contents>ol {
  counter-reset: number;
  /* カウンター初期化 */
}

#policy .contents>ol>li {
  position: relative;
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 2.5em;
  /* 番号分の余白 */
}

#policy .contents>ol>li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: "(" counter(number) ") ";
  /* ← カッコで囲む */
}

.confirm-only {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  justify-content: center;
  display: flex;
  gap: 0 20px;
}

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*
.buttons .fa-arrow-right,
.confirm-only .send-btn .fa-arrow-right,
.confirm-only .return-btn .fa-arrow-right {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
*/
.agree {
  text-align: center;
  margin-top: 20px;
}

.agree label {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
  display: flex;
  color: var(--main-color);
  align-items: center;
  justify-content: center;

}

.agree input[type="checkbox"] {
  margin-right: 5px;
}

.sei {
  padding-right: 20px;
}

.contactform .name-box {
  display: flex;
  /* divを横並びに */
  gap: 20px;
  /* 間隔 */
}

.contactform .name-box div {
  display: flex;
  align-items: center;
  /* ラベルと入力欄を縦位置そろえ */
  gap: 5px;
}

.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #BCBEBF;
  margin-bottom: 30px;
}

.table-contact>tbody>tr {
  border-bottom: 1px solid #cccccc;
}

.table-contact>tbody>tr>th {
  width: 16em;
  padding-left: 1em;
}

.table-contact>tbody>tr>td {
  padding-left: 2em;
}

/* テーブルの基本 */
.table-contact {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  /* 線のズレ防止 */
  border-spacing: 0;
}

/* th / td の揃えと余白を統一 */
.table-contact th,
.table-contact td {
  vertical-align: top;
  /* ← ここが肝（Safari対策） */
  padding: 12px 16px;
  line-height: 1.6;
}

/* 任意：左の見出し幅 */
.table-contact th {
  width: 15em;
  /* 使っているなら固定幅はここで */
  white-space: nowrap;
}

.table-contact tr:last-child th,
.table-contact tr:last-child td {
  border-bottom: none;
}

.table-contact th,
.table-contact td {
  vertical-align: top;
  /* ← Safariでも確実に上揃え */
}

.table-contact>tbody>tr>th,
.table-contact>tbody>tr>td {
  padding: 1em 0;
  font-size: 18px;
  color: var(--main-color);
}

.table-contact>tbody>tr>td label {
  color: var(--main-color);
}

.table-contact>tbody>tr>td span {
  color: var(--main-color);
}

.radio-line label {
  display: flex;
  align-items: center;
  gap: 8px;
  /* ○と文字の間隔 */
  line-height: 1.4;
  cursor: pointer;
}

/* 横並び＋中央揃え */
.radio-line label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
}

/* radioの余計なmarginを消す */
.radio-line input[type="radio"] {
  margin: 0;
  position: relative;
  top: .08em;
  /* ← ここが効く（0.06〜0.12emで微調整） */
}

.radio-line input[type="radio"] {
  margin: 0;
  /* Bootstrapの余計なズレ防止 */
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 0;
}

#element {
  border: 1px solid #cccccc;
  padding: 0.375rem 0.75rem;
  font-weight: 500;
}



/* 共通 */
.entry-form-area ::placeholder {
  color: #ccc !important;
  font-weight: 400;
}

.p-postal-code {
  width: 30%;
}

.input-name {
  display: block;
  width: 100%;
}

.input-name {
  margin-bottom: 10px;
}

.contactform {
  font-size: 18px;
}

.form-line+.form-line {
  margin-top: 20px;
}

.send-btn {
  position: relative;
}

.send-btn .more-white-icon,
.btn-primary .more-white-icon {
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  justify-content: center;
}

.send-btn:hover,
.btn-primary:hover {
  color: var(--main-color);
}

.send-btn:hover .more-white-icon,
.btn-primary:hover .more-white-icon {
  background-color: var(--main-color);
}

.btn-primary .fa-arrow-right,
.send-btn .fa-arrow-right {
  color: var(--main-color);
  font-size: 16px;
}

.btn-primary:hover .fa-arrow-right,
.send-btn:hover .fa-arrow-right {
  color: #fff;
}

.return-btn .more-white-icon {
  position: absolute;
  left: 16px;
  width: 24px;
  height: 24px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.return-btn .fa-arrow-right {
  color: #999999;
  font-size: 16px;
}

.return-btn:hover .fa-arrow-right {
  color: #333333;
}

.btn-primary,
.send-btn,
.return-btn,
.user-add-btn {
  position: relative;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  border-radius: 50px;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  color: #fff;
  border: none;
  line-height: 1.5;
  font-size: 18px;
  transition: 0.7s !important;
}

.btn-primary {
  background-color: var(--red-color);
}

.send-btn {
  background-color: var(--red-color);
}

.btn-primary {
  max-width: 400px;
}

.user-add-btn {
  margin: 0;
}

.send-btn,
.return-btn {
  margin: 0;
}

.btn-primary:hover,
.send-btn:hover {
  color: #fff;
  background-color: var(--navy-color);
}

.return-btn {
  border: 1px solid #999999;
  background: #999999;
}

.return-btn:hover {
  border: 1px solid #333333;
  background-color: #333333;
}

.more-btn {
  position: relative;
  /* アイコン分の余白 */
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('../images/common/triangle.svg') no-repeat right 0.75rem center / 12px 8px;
  border: 1px solid #ced4da;
  color: #222;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  width: auto;
}

.custom-select:hover {
  border-color: #999;
}

.custom-select:focus {
  outline: none;
  border-color: #333;
}

.custom-select:disabled {
  color: #999;
  background-color: #f8f9fa;
  border-color: #e1e5ea;
}

.entry-form-area br.sp {
  display: none;
}

@media (max-width: 1500px) {

  .tel-fax-area .container,
  .entry-form-area .container {
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
  }
}

@media (max-width: 991px) {

  .tel-fax-area h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .entry-form-area h3 {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {

  .tel-fax-area h3 {
    line-height: 1.5;
    font-size: 26px;
  }

  .entry-form-area h3 {
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .tel-fax-area .sp {
    display: block;
  }
}

@media (max-width: 1500px) {
  .tel-fax-ttl {
    font-size: min(calc(22px + (26 - 22) * (100vw - 992px) / (1500 - 992)),
        26px);
    padding: min(calc(8px + (10 - 8) * (100vw - 992px) / (1500 - 992)),
        10px);
    margin-bottom: 20px;
  }


  .tel-fax-area .number-text {
    font-size: 38px;
  }

  .tel-fax-area .number-text a {
    font-size: 38px;
  }

  .tel-fax-area .text {
    font-size: min(calc(18px + (22 - 18) * (100vw - 992px) / (1500 - 992)),
        22px);
    margin-top: min(calc(5px + (10 - 5) * (100vw - 992px) / (1500 - 992)),
        10px);
  }

  .tel-fax-area .container,
  .entry-form-area .container {
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
  }

  .entry-form-area .text-center {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
  }

  .required {
    font-size: min(calc(14px + (16 - 14) * (100vw - 992px) / (1500 - 992)),
        16px);
  }

  .table-contact>tbody>tr>th,
  .table-contact>tbody>tr>td {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
  }

  .form-control {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
  }

  .table-contact>tbody>tr>th {
    width: 17em;
  }

  /* 共通 */
  .entry-form-area ::placeholder {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
  }

  #policy h4 {
    font-size: min(calc(22px + (25 - 22) * (100vw - 992px) / (1500 - 992)),
        25px);
    margin-bottom: min(calc(15px + (20 - 15) * (100vw - 992px) / (1500 - 992)),
        20px);
  }

  #policy .contents p,
  #policy .contents ol {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
  }

  #policy a span {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
  }

  #policy .contents h5 {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
    margin: 2em 0 0;
  }

  #policy .contents>ol>li {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
    margin-bottom: 5px;
  }

  .agree label {
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
  }

  .btn-primary,
  .send-btn,
  .return-btn {
    font-size: 16px;
    padding: 15px 0;
  }
}

@media (max-width: 991px) {

  .tel-fax-area h3 {
    font-size: min(calc(24px + (28 - 24) * (100vw - 320px) / (991 - 320)),
        28px);
  }

  .tel-fax-area h3::after {
    width: min(calc(60px + (80 - 60) * (100vw - 320px) / (991 - 320)),
        80px);
  }

  .tel-fax-ttl {
    padding: min(calc(6px + (10 - 6) * (100vw - 320px) / (991 - 320)),
        10px);
  }

  .fax-box {
    margin-top: 20px;
  }

  .fax-wrap {
    margin-top: min(calc(20px + (30 - 20) * (100vw - 320px) / (991 - 320)),
        30px);
  }

  .tel-fax-area {
    margin-bottom: 0
  }

  .tel-fax-area .icon {
    height: auto;
    line-height: 1;
  }

  .tel-fax-area .number-text {
    font-size: min(calc(26px + (50 - 26) * (100vw - 320px) / (991 - 320)),
        50px);
  }

  .tel-fax-area .number-text a {
    font-size: min(calc(26px + (50 - 26) * (100vw - 320px) / (991 - 320)),
        50px);
  }

  .entry-form-area .text-center {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
  }

  .required {
    font-size: min(calc(12px + (14 - 12) * (100vw - 320px) / (991 - 320)),
        14px);
  }

  .notes {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
  }

  .entry-form-area ::placeholder {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
  }

  #policy h4 {
    line-height: 1.5;
    font-size: min(calc(18px + (22 - 18) * (100vw - 320px) / (991 - 320)),
        22px);
    margin-bottom: 20px;
  }

  #policy .contents p,
  #policy .contents ol {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
  }

  #policy a span {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
  }

  #policy .contents h5 {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
    margin: 2em 0 0;
  }

  #policy .contents>ol>li {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
    margin-bottom: 5px;
  }

  .agree label {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .btn-primary .fa-arrow-right,
  .send-btn .fa-arrow-right {
    color: var(--main-color);
    font-size: 12px;
  }

  .confirm-only .send-btn,
  .confirm-only .return-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .confirm-only {
    gap: 0 min(calc(15px + (20 - 15) * (100vw - 320px) / (991 - 320)),
        20px);
  }

  .table-contact>tbody>tr>th,
  .table-contact>tbody>tr>td {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
  }

  .form-control {
    display: block;
    width: 100%;
    height: calc(1.75em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
    font-weight: 500;
    line-height: 1.75;
    color: #222222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
  }

  .form-control.p-postal-code {
    width: 200px;
  }

  .custom-select {
    width: 200px;
  }

  #element {
    display: block;
    width: 100%;
    height: calc(1.75em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
  }

  .entry-form-area {
    padding: 100px 0 180px;
    position: relative;
  }
}

@media (max-width: 768px) {
  .entry-form-area {
    padding: 80px 0 180px;
    position: relative;
  }

  .entry-form-area h3 {
    display: table;
    text-align: center;
    padding-left: 22px;
    margin: 0 auto;
  }

  .entry-form-area .ttl-box h3::after {
    width: 8px;
    height: 8px;
    content: '';
    background-color: #ffb9b2;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 0.7em;
    transform: translateY(0);
  }

  .tel-area h3 {
    line-height: 1.75;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    color: #fff;
  }

  .entry-form-area .text-center {
    text-align: left !important;
  }

  .tel-area .number-text span,
  .tel-area .number-text a span {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    font-family: "Comfortaa", sans-serif;
  }

  .contact-tel-box .fa-solid {
    font-size: 24px;
  }

  .fa-arrow-right:before {
    font-size: 14px;
  }

  .table-contact>tbody>tr {
    width: 100%;
    display: block;
    padding: 1em 0.5em;
  }

  .table-contact>tbody>tr>th,
  .table-contact>tbody>tr>td {
    width: 100%;
    display: block;
    padding: 0;
  }

  .table-contact>tbody>tr>th+td,
  .table-contact>tbody>tr>td+td {
    margin-top: .5em;
  }

  .tel-fax-box .icon {
    font-size: 30px;
    margin-right: 7px;
  }

  .send-btn .more-white-icon,
  .btn-primary .more-white-icon {
    position: absolute;
    right: 16px;
    width: 20px;
    height: 20px;
    justify-content: center;
  }

  .return-btn .more-white-icon {
    width: 20px;
    height: 20px;
  }

  .tel-fax-area .text {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {

  .tel-area h3 {
    line-height: 1.75;
    text-align: center;
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    color: #fff;
  }

  .contact-tel-box .fa-solid {
    font-size: 20px;
  }

  .entry-form-area .text-center {
    text-align: left !important;
  }

  .tel-area .number-text span,
  .tel-area .number-text a span {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-family: "Comfortaa", sans-serif;
  }

  .tel-area .text {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
  }

  .entry-form-area h3 {
    line-height: 1.5;
    /*font-size: 24px; */
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {

  .table-contact>tbody>tr>th,
  .table-contact>tbody>tr>td {
    font-size: 14px;
  }

  .table-contact>tbody>tr>td span {
    font-size: 14px;
  }

  .table-contact>tbody>tr>td label {
    font-size: 14px;
  }

  .table-contact>tbody>tr>th p {
    font-size: 14px;
  }

  .table-contact>tbody>tr>td p {
    font-size: 14px;
  }

  .entry-form-area br.sp {
    display: block;
  }
}

/* =======================================
家具のレンタル
======================================== */
.rental-about-area {
  padding-bottom: 100px;
}

.rental-about-area h3 {
  text-align: center;
  position: relative;
  display: table;
  margin: 0 auto;
}

.reason-area .ttl-box h3 {
  text-align: center;
  position: relative;
  display: table;
  margin: 0 auto;
}

.rental-about-area .ttl-box .en,
.reason-area .ttl-box .en {
  font-size: 52px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/*
.rental-about-area .ttl-box h3::after {
  width: 15px;
  height: 15px;
  content: '';
  background-color: #ffb9b2;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: calc(50% + 2px);
  transform: translateY(-50%);
}
*/
.rental-about-area .text {
  font-size: 18px;
  display: table;
  margin: 0 auto;
  line-height: 44px;
}

.rental-about-area ul {
  margin-top: 30px;
}

.rental-about-area ul li {
  position: relative;
  font-size: 18px;
  color: var(--main-color);
  line-height: 44px;
  padding-left: 24px;
}

/*
.rental-about-area ul li::after {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  background-position: left center;
  background-size: 12px 12px;
  background-image: url(../images/top/red-circle.png);
}
*/
.rental-about-area .text-box {
  display: table;
  margin: 0 auto;
}

.rental-item-area h3 {
  position: relative;
}

/*
.rental-item-area .ttl-box h3::after {
  width: 15px;
  height: 15px;
  content: '';
  background-color: #ffb9b2;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: calc(50% + 2px);
  transform: translateY(-50%);
}
*/
.rental-item-area {
  background-color: #fff;
  padding: 120px 0;
}

.rental-item-area .text {
  font-size: 18px;
  line-height: 44px;
}

.rental-item-area .ttl-box {
  margin-bottom: 30px;
}

.item-list {
  margin-top: 40px;
  flex-wrap: wrap;
  display: flex;
  gap: 30px;
}

.item-photo {
  width: calc(33.3333% - 20px);
}

.rental-price-area {
  padding: 120px 0;
}

.rental-price-area .text-box {
  display: table;
  margin: 0 auto;
}

.rental-price-area h3 {
  text-align: center;
  display: table;
  margin: 0 auto;
  position: relative;
}

.rental-price-area .text {
  text-align: center;
  font-size: 18px;
  line-height: 44px;
}

.price-box {
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  background-color: var(--red-color);
}

.price-box h4 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.price-wrap-flex {
  margin-top: 40px;
}

.plan-detail-list li {
  padding: 10px 0;
  font-size: 18px;
  color: #fff;
}

.reason-area {
  width: 100%;
  padding: 120px 0;
  background-size: cover;
  background-image: url('../images/page/rental/reason-bg.jpg');
}

/*
.rental-about-area h3,
.rental-item-area h3,
.rental-price-area h3,
.reason-area h3,
.flow-area h3 {
  font-size: 50px;
}
*/
.rental-about-area .en,
.rental-item-area .en,
.rental-price-area .en,
.reason-area .en,
.flow-area .en {
  line-height: 1.3;
}

.rental-price-area .en {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.white-box {
  padding: 30px;
  display: table;
  margin: 0 auto;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.reason-area h3 {
  color: var(--red-color);
}

.reason-area .ttl-box {
  margin-bottom: 30px;
}

.reason-area .text {
  font-size: 18px;
  line-height: 44px;
}

.flow-area .ttl-box {
  margin-bottom: 30px;
}

.flow-area {
  padding: 120px 0;
}

.flow-area .text {
  font-size: 18px;
  line-height: 44px;
}

.process {
  margin-top: 50px;
  --line: #efd3d3;
  --card: #fbf2f2;
  --border: #f0cfcf;

}

.process__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}


.process__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}

/* タイムライン（縦線） */
.process__list::before {
  content: "";
  position: absolute;
  left: calc(300px + 38px);
  /* 左カラム幅 + dot中心合わせ用 */
  top: 13px;
  bottom: 10px;
  width: 4px;
  background: var(--line);
  border-radius: 999px;
}

.process__item {
  display: grid;
  grid-template-columns: 300px 48px 1fr;
  align-items: center;
  gap: 18px;
}

.process__left {
  font-size: 20px;
  font-weight: 700;
  color: var(--red-color);
  line-height: 1.3;
}

.process__no {
  font-weight: 800;
  margin-right: 6px;
}

.process__dot {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--red-color);
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  /* 縦線より前 */
}

.process__dot span {
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .03em;
}

.process__card {
  background: var(--card);
  border: 2px solid var(--red-color);
  border-radius: 14px;
  padding: 18px 18px;
  color: var(--main-color);
  font-size: 18px;
  line-height: 1.6;
}

.reason-area .ttl-box h3::after {
  top: 0.8em;
}

@media (max-width: 1100px) {

  .price-box h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
  }
}

@media (max-width: 991px) {
  .item-list {
    margin-top: 40px;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
  }

  .item-photo {
    width: calc(33.3333% - 15px);
  }

  .rental-item-area {
    background-color: #fff;
    padding: 100px 0;
  }

  /*
  .rental-about-area h3,
  .rental-item-area h3,
  .rental-price-area h3,
  .reason-area h3,
  .flow-area h3 {
    font-size: 40px;
  }
  */

  .rental-about-area .ttl-box .en,
  .reason-area .ttl-box .en {
    font-size: 40px;
  }

  .rental-about-area .ttl-box {
    margin-bottom: 40px;
  }

  .rental-about-area .text {
    font-size: 16px;
    display: table;
    margin: 0 auto;
    font-size: 16px;
  }

  .rental-about-area ul {
    margin-top: 20px;
  }

  .rental-about-area ul li {
    position: relative;
    font-size: 16px;
    color: var(--main-color);
    font-size: 16px;
  }

  .rental-item-area .text {
    font-size: 16px;
    line-height: 38px;
  }

  .price-box {
    max-width: 400px;
    margin: 0 auto;
  }

  .price-wrap-flex .row>div+div {
    margin-top: 30px;
  }

  .rental-price-area {
    padding: 100px 0;
  }

  .rental-price-area .text {
    text-align: center;
    font-size: 16px;
    line-height: 38px;
  }

  .plan-detail-list li {
    padding: 7px 0;
    font-size: 16px;
    color: #fff;
  }

  .white-box {
    padding: 20px;
    display: table;
    margin: 0 auto;
    border-radius: 30px;
  }

  .reason-area .text {
    font-size: 16px;
    line-height: 38px;
  }

  .flow-area {
    padding: 100px 0;
  }

}

/* ===== SP：縦積み ===== */
@media (max-width: 768px) {
  .item-list {
    margin-top: 30px;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
  }

  .item-photo {
    width: calc(50% - 10px);
  }

  .process {
    padding: 0;
  }

  .process__item {
    grid-template-columns: 44px 1fr;
    grid-template-areas:
      "dot left"
      "dot card";
    align-items: start;
    gap: 10px 14px;
  }

  .process__left {
    grid-area: left;
    font-size: 16px;
  }

  .process__dot {
    grid-area: dot;
  }

  .process__card {
    grid-area: card;
    font-size: 15px;
  }

  .process__list::before {
    left: 22px;
    /* dotの中心 */
    top: 10px;
    bottom: 10px;
  }

  .white-box {
    padding: 20px;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 30px;
  }

  .flow-area .text {
    font-size: 16px;
    line-height: 38px;
  }

  .rental-about-area .ttl-box .en,
  .reason-area .ttl-box .en {
    font-size: 30px;
  }

  .reason-area .ttl-box .en,
  .reason-area .ttl-box h3 {
    margin: 0 0 10px;
  }
}

@media (max-width: 480px) {
  .item-list {
    margin-top: 30px;
    flex-wrap: wrap;
    display: flex;
    gap: 16px;
  }

  .item-photo {
    width: calc(50% - 8px);
  }

  .rental-about-area {
    padding-bottom: 80px;
  }

  .rental-item-area {
    background-color: #fff;
    padding: 80px 0;
  }

  /*
  .rental-about-area h3,
  .rental-item-area h3,
  .rental-price-area h3,
  .reason-area h3,
  .flow-area h3 {
    font-size: 30px;
  }
  */
  .rental-about-area ul li {
    padding-left: 18px;
  }

  .rental-about-area ul li::after {
    width: 8px;
    height: 8px;
    background-size: 8px 8px;
  }

  .rental-about-area .ttl-box {
    margin-bottom: 30px;
  }

  .rental-about-area .text {
    font-size: 14px;
    display: table;
    margin: 0 auto;
  }

  .rental-about-area ul li {
    position: relative;
    font-size: 14px;
    color: var(--main-color);
  }

  .rental-price-area .text {
    text-align: center;
    font-size: 14px;
    line-height: 32px;
  }

  .rental-price-area {
    padding: 80px 0;
  }

  .price-box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
  }

  .plan-detail-list li {
    padding: 5px 0;
    font-size: 14px;
    color: #fff;
  }

  .reason-area .text {
    font-size: 14px;
    line-height: 32px;
  }

  .reason-area {
    padding: 100px 0;
  }

  .flow-area {
    padding: 80px 0;
  }

  .process {
    padding: 0;
  }

  .flow-area .text {
    font-size: 14px;
    line-height: 32px;
  }

  .rental-about-area .ttl-box .en {
    text-align: center;
  }
}

/* =======================================
会社概要
======================================== */
.message-area {
  padding: 80px 0;
}

.message-area .text {
  font-size: 18px;
  color: var(--main-color);
  line-height: 44px;
}

.komeiseki-wrap::after {
  content: '';
  top: -50px;
  z-index: -1;
  left: -80px;
  width: 561px;
  height: 457px;
  position: absolute;
  background-size: 561px 457px;
  background-image: url('../images/top/illust-flower.svg');
}


.overview-area {
  padding: 80px 0;
  background-color: #fff;
}

.overview-box>div {
  display: flex;
}

.overview-box>div dt {
  max-width: 200px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0;
  border-top: 1px solid var(--red-color);
  color: var(--main-color);
  line-height: 1.8;
}

.overview-box>div dd {
  border-top: 1px solid var(--main-color);
  max-width: calc(100% - 200px);
  width: 100%;
  line-height: 1.8;
  font-weight: 500;
  font-size: 18px;
  padding: 20px 20px;
  color: var(--main-color)
}

.overview-box>div dd a {
  color: var(--main-color);
}

.overview-box>div:last-child dt {
  border-bottom: 1px solid var(--orange);
}

.overview-box>div:last-child dd {
  border-bottom: 1px solid var(--main-color);
}

.overview-box>div dd a span {
  font-size: 18px;
}

.map iframe {
  width: 100%;
}

.center-content-top-obj,
.center-content-bottom-obj {
  width: 100vw;
}

.center-content-top-obj img,
.center-content-bottom-obj img {
  width: 100vw;
  /* ← 横幅を基準に固定 */
  height: auto;
  /* ← 縦は比率維持 */
  min-height: 170px;
  /* ← 最低高さを保証 */
  display: block;
  margin: 0 auto;
  /* ← 中央基準維持 */
}

.access-area {
  padding-top: 80px;
}

.obj-bg {
  position: relative;
}

.obj-bg::after {
  content: '';
  top: -50px;
  z-index: -1;
  right: -80px;
  width: 561px;
  height: 457px;
  position: absolute;
  background-size: 561px 457px;
  background-image: url('../images/top/illust-flower-white.svg');
}

@media (max-width: 1300px) {


  .obj-bg::after {
    content: '';
    top: -50px;
    z-index: -1;
    width: 361px;
    height: 357px;
    position: absolute;
    background-size: contain;
  }
}

@media (max-width: 991px) {

  .obj-bg::after {
    content: '';
    top: auto;
    bottom: -80px;
    z-index: -1;
    left: 0;
    width: 361px;
    height: 357px;
    position: absolute;
    background-size: contain;
  }

  .message-area .text {
    font-size: 16px;
    color: var(--main-color);
    line-height: 32px;
  }

  .overview-box>div dt {
    max-width: 140px;
    font-size: 16px;
  }

  .overview-box>div dd {
    font-size: 16px;
    padding: 20px 20px;
  }

  .overview-box>div dd {
    max-width: calc(100% - 140px);
  }

  .overview-box>div dd a span {
    font-size: 16px;
  }
}

@media (max-width: 768px) {

  .center-content-top-obj img,
  .center-content-bottom-obj img {
    width: 100vw;
    height: auto;
    min-height: 100px;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .overview-area {
    padding: 40px 0;
    background-color: #fff;
  }

  .message-area {
    padding: 40px 0;
  }

  .obj-bg::after {
    content: '';
    top: auto;
    bottom: -80px;
    z-index: -1;
    left: auto;
    right: 0;
    width: 280px;
    height: 280px;
    position: absolute;
    background-size: contain;
  }

  .message-area .text {
    font-size: 14px;
    color: var(--main-color);
    line-height: 32px;
  }

  .map iframe {
    width: 100%;
    height: 300px;
  }

  .overview-box>div dt {
    max-width: 110px;
    font-size: 14px;
  }

  .overview-box>div dd {
    max-width: calc(100% - 110px);
  }

  .overview-box>div dd {
    font-size: 14px;
    padding: 20px 10px;
  }

  .overview-box>div dd a span {
    font-size: 14px;
  }

  .center-content-top-obj img,
  .center-content-bottom-obj img {
    min-height: 80px;
  }
}