@charset "utf-8";
/*
Theme Name: アドダス
Author: アドダス
Author URI: https://addas.jp
Description: Bootstrap5@Webpack
*/

@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Bd.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.fw-bold {
  font-weight: bold;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

body {
  font-family: YakuHanJP, "LINE Seed JP", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.7;
  /*background-color: #000!important;*/
  margin: 0;
  background-image: url(../img/relitologo.png);
}

a {
  text-decoration: none !important;
}

p {
  font-family: YakuHanJP, "LINE Seed JP", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  margin: 0;
}

.w-100 {
  width: 100%;
}

#inner-box {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px;
  background-color: #fff;
}

.bg-yellowgreen {
  background-color: #189e00;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lh-03 {
  line-height: 0.3;
}

.lh-04 {
  line-height: 0.4;
}

.lh-05 {
  line-height: 0.5;
}

.lh-06 {
  line-height: 0.6;
}

.lh-07 {
  line-height: 0.7;
}

.lh-08 {
  line-height: 0.8;
}

.lh-09 {
  line-height: 0.9;
}

.lh-10 {
  line-height: 1;
}

.lh-11 {
  line-height: 1.1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.lh-18 {
  line-height: 1.8;
}

.lh-19 {
  line-height: 1.9;
}

.lh-20 {
  line-height: 2;
}

.lh-21 {
  line-height: 2.1;
}

.lh-22 {
  line-height: 2.2;
}

.lh-23 {
  line-height: 2.3;
}

.lh-24 {
  line-height: 2.4;
}

.lh-25 {
  line-height: 2.5;
}

.lh-26 {
  line-height: 2.6;
}

.lh-27 {
  line-height: 2.7;
}

.lh-28 {
  line-height: 2.8;
}

.lh-29 {
  line-height: 2.9;
}

.lh-30 {
  line-height: 3;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

.ls-5 {
  letter-spacing: 5px;
}

.ls-6 {
  letter-spacing: 6px;
}

.ls-7 {
  letter-spacing: 7px;
}

.ls-8 {
  letter-spacing: 8px;
}

.ls-9 {
  letter-spacing: 9px;
}

.ls-10 {
  letter-spacing: 10px;
}

/* 角丸 */
.rounded10 {
  border-radius: 10px;
}

.rounded20 {
  border-radius: 20px;
}

.rounded20-bottom {
  border-radius: 0 0 20px 20px;
}

.py-40-80 {
  padding-top: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
  padding-bottom: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
}
.py-50-100 {
  padding-top: clamp(3.125rem, 1.989rem + 5.68vw, 6.25rem);
  padding-bottom: clamp(3.125rem, 1.989rem + 5.68vw, 6.25rem);
}

.mt-40-120 {
  margin-top: clamp(2.5rem, 0.682rem + 9.09vw, 7.5rem);
}

.mt-10-30 {
  margin-top: clamp(0.625rem, 0.17rem + 2.27vw, 1.875rem);
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
}

.mt-70-50 {
  margin-top: 70px !important;
}

@media (min-width: 992px) {
  .mt-70-50 {
    margin-top: 50px !important;
  }
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0px;
  }
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.px-10 {
  padding: 0 10px ! 0important;
}

.px-20 {
  padding: 0 20px ! 0important;
}

.px-30 {
  padding: 0 30px ! 0important;
}

.px-40 {
  padding: 0 40px ! 0important;
}

.px-50 {
  padding: 0 50px ! 0important;
}

.px-60 {
  padding: 0 60px ! 0important;
}

.px-70 {
  padding: 0 70px ! 0important;
}

.px-80 {
  padding: 0 80px ! 0important;
}

.px-90 {
  padding: 0 90px ! 0important;
}

.px-100 {
  padding: 0 100px 0 !important;
}

/*　見出し、文字設定　*/
h1,
h2,
h3,
h4,
h5 {
  font-family: YakuHanJP, "LINE Seed JP";
}

.index-1 {
  text-indent: -1em;
  padding-left: 1em;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-22 {
  font-size: 22px;
}

.fz-24 {
  font-size: 24px;
}

.fz-30 {
  font-size: 30px;
}

.fz-18-24 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}

.fz-16-20 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}

.fz-24-34 {
  font-size: clamp(1.5rem, 1.273rem + 1.14vw, 2.125rem) !important;
}

.fz-30-44 {
  font-size: clamp(2.5rem, 1.818rem + 3.41vw, 4.375rem) !important;
}

@media (min-width: 768px) {
  .fz-md-18 {
    font-size: 18px;
  }

  .fz-md-20 {
    font-size: 20px;
  }

  .fz-md-22 {
    font-size: 22px;
  }

  .fz-md-24 {
    font-size: 24px;
  }

  .fz-md-28 {
    font-size: 28px;
  }

  .fz-md-30 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .fz-lg-18 {
    font-size: 18px;
  }

  .fz-lg-20 {
    font-size: 20px;
  }

  .fz-lg-22 {
    font-size: 22px;
  }

  .fz-lg-24 {
    font-size: 24px;
  }

  .fz-lg-28 {
    font-size: 28px;
  }

  .fz-lg-30 {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .fz-xl-18 {
    font-size: 18px;
  }

  .fz-xl-20 {
    font-size: 20px;
  }

  .fz-xl-22 {
    font-size: 22px;
  }

  .fz-xl-24 {
    font-size: 24px;
  }

  .fz-xl-28 {
    font-size: 28px;
  }

  .fz-xl-30 {
    font-size: 30px;
  }
}

@media (min-width: 1420px) {
  .fz-xxl-18 {
    font-size: 18px;
  }

  .fz-xxl-20 {
    font-size: 20px;
  }

  .fz-xxl-22 {
    font-size: 22px;
  }

  .fz-xxl-24 {
    font-size: 24px;
  }

  .fz-xxl-28 {
    font-size: 28px;
  }

  .fz-xxl-30 {
    font-size: 30px;
  }
}

/*中身*/
.bg-akagrade01 {
  background: linear-gradient(
    -45deg,
    rgba(107, 0, 4, 1) 1%,
    rgba(229, 0, 18, 1) 50%,
    rgba(106, 0, 3, 1) 100%
  );
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .bg-akagrade01 {
    padding: 50px 50px 0;
  }
}

.bg-raitenyoyaku {
  box-shadow: 6px 6px 18px -5px #000000;
}

.btn-raitenyoyaku {
  animation: btn_animation 1s infinite;
}
@keyframes btn_animation {
  0% {
    transform: translate(15px, 0px);
  }
  5% {
    transform: translate(-15px, 0px);
  }
  10% {
    transform: translate(15px, 0px);
  }
  15% {
    transform: translate(-15px, 0px);
  }
  20% {
    transform: translate(15px, 0px);
  }
  25% {
    transform: translate(-15px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}

.norikae {
  background-image: url(../img/bg-norikae.jpg);
  background-size: cover;
  background-position: top center;
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .norikae {
    padding: 50px 50px 0;
  }
}

.plan {
  background-color: #fff462;
  padding: 20px 20px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .plan {
    padding: 50px 50px 50px;
  }
}

.norikae-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.houysasen-daidai {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.relitokanou {
  position: relative;
  z-index: 2;
}
.planintroduced {
  position: relative;
  z-index: 2;
}

.bg-tokuten {
  position: relative;
}
.sarani {
  width: 107%;
  margin-top: -35px;
  margin-left: -30px;
}
@media (min-width: 768px) {
  .sarani {
  }
}

.tokuten_syouhin {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*メールフォーム*/
#contact h1 {
  color: #2c3e50;
  margin-bottom: 30px;
  text-align: center;
}

.office .form-group {
  margin-bottom: 20px;
}

.office label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.office .required::after {
  content: "※";
  color: #e74c3c;
  margin-left: 3px;
}

input,
textarea {
  width: 100%;
  padding: 12px;
  border: 0;
  background-color: #fcedc2;
  border-radius: 4px;
  font-size: 16px;
  min-height: 44px;
}

textarea {
  height: 180px;
  resize: vertical;
}

.office .submit-btn {
  background-color: #459946;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  display: block;
  margin: 30px auto 0;
  width: 200px;
  transition: background-color 0.3s;
}

.office .submit-btn:hover {
  background-color: #2980b9;
}

.office .error-message {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

/* フッター */
.footer-bottom {
  background-color: #000;
  padding: 15px 20px;
}

.privapo {
  color: #fff;
  font-size: 12px;
  border-bottom: 1px solid #fff;
}
.copyright {
  color: #fff;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .privapo {
    font-size: 14px;
  }
  .copyright {
    margin-top: 0px;
  }
  .footer-bottom {
    padding: 30px;
  }
}

/* トップへ戻るボタン */
.back-to-top {
  position: fixed;
  bottom: 2%;
  right: 2%;
  padding: 12px 16px;
  background-color: rgba(193, 112, 0, 0.7);
  color: white;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.4s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.back-to-top.visible {
  transform: translateY(0);
  opacity: 1;
}

.back-to-top:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transform: translateY(-3px);
}

.back-to-top .arrow-icon {
  width: 20px;
  height: 20px;
  position: relative;
}

.back-to-top .arrow-icon:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid white;
  border-left: 3px solid white;
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn_back {
  display: inline-block;
  background-color: #9c4d36;
  border: 4px solid #9c4d36;
  color: #fff;
  font-size: 24px;
  padding: 15px 30px;
  border-radius: 40px;
  width: 50%;
  max-width: 300px;
  position: relative;
}

.btn_back:before {
  content: "◀︎";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn_back:hover {
  color: #9c4d36;
  background-color: #fff;
}

.btnWr:hover .btn_back:before {
  color: #9c4d36;
}

.split-paymenttable {
  /*color: #375e82;*/
  width: 100%;
  border: 2px solid #555;
  font-weight: bold;
}

.split-paymenttable th,
.split-paymenttable td {
  padding: 15px;
}

.split-paymenttable tr td:first-child {
  border-top: 1px solid #555;
}

.split-paymenttable tr:first-child td:first-child {
  border-top: 0;
}

.split-paymenttable th {
  background: #eee;
  border-right: 1px solid #375e82;
  text-align: center;
}

.split-paymenttable td {
  border-right: 1px solid #375e82;
}

.split-paymenttable td:first-child {
  background: #faf8d8;
}

@media (min-width: 768px) {
  .split-paymenttable tr td:first-child {
    width: 30%;
  }

  .split-paymenttable td:nth-child(2) {
    border-top: 1px solid #555;
  }
}

@media (min-width: 992px) {
  .split-paymenttable tr td:first-child {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .split-paymenttable .thead {
    display: none;
  }

  .split-paymenttable tr {
    width: 100%;
  }

  .split-paymenttable th {
    border-right: 0;
  }

  .split-paymenttable td {
    display: block;
    width: 100%;
    border-right: 0;
  }

  .split-paymenttable td:first-child {
    background: #faf8d8;
    font-weight: bold;
    text-align: center;
  }

  .split-paymenttable td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }

  .split-paymenttable td:last-child {
    border-bottom: 0;
  }
}

.c-marker--stripe {
  padding: 0;
  background-image: repeating-linear-gradient(
    -35deg,
    rgba(255, 246, 127, 1),
    rgba(255, 246, 127, 1) 5px,
    transparent 5px,
    transparent 9px
  );
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 0.5em;
}

@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px !important;
  }

  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .pt-lg-3 {
    paddint-top: 30px !important;
  }
}

.staffsyugou {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }
}

.btn-mailform {
  display: block;
  background-color: #cc0001;
  border: 2px solid #cc0001;
  color: #fff;
  font-size: 20px;
  margin: 40px auto 0;
  padding: 15px 30px;
  border: 0;
  width: 30%;
}

.btn-mailform:hover {
  background-color: #fff;
  border: 2px solid #459946;
  color: #459946;
}

.pricing-card {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
}

.pricing-card .plan-content {
  flex: 1;
}

.pricing-card .plan-bottom {
  margin-top: auto;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.pricing-card.recommended {
  border-color: #459946;
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
}

.recommended-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #459946, #5db85f);
  color: white;
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(69, 153, 70, 0.3);
}

.plan-category {
  background: #459946;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  width: 100%;
}

.plan-title {
  color: #459946;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.plan-description {
  color: #333333;
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.price {
  font-size: 2.2rem;
  font-weight: bold;
  color: #459946;
  margin-bottom: 0.5rem;
}

.price-unit {
  font-size: 1rem;
  color: #6c757d;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 0.8rem;
  font-size: 1rem;
}

.feature-icon {
  width: 20px;
  height: 20px;
  background: #459946;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.feature-icon::after {
  content: "✓";
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.text-maincolor {
  color: #cc0001;
}

.h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.notice-title {
  color: #333333;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.notice-item {
  margin-bottom: 0.5rem;
  color: #333333;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .pricing-card {
    margin-bottom: 2rem;
  }

  .recommended-badge {
    top: -10px;
    font-size: 12px;
    padding: 6px 20px;
  }

  .price {
    font-size: 2rem;
  }

  .h1 {
    font-size: 2rem;
  }
}

.custom-select-wrapper {
  position: relative;
  width: 220px;
  user-select: none;
}

.custom-select {
  background-color: #fcedc2;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 15px;
  width: 200px;
}

.custom-select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow {
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333; /* 矢印の色 */
  transition: transform 0.3s ease;
}

/* open 時に矢印を回転 */
.custom-select.open .arrow {
  transform: rotate(180deg);
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: none;
  flex-direction: column;
  z-index: 999;
}

.custom-option {
  padding: 10px 15px;
  cursor: pointer;
}

.custom-option:hover {
  background: #f0f0f0;
}

/* 表示時 */
.custom-select.open .custom-options {
  display: flex;
}
