@charset "UTF-8";


.text-orange {
  color: #D15222 !important;
}


/*width***********************/

@media screen and (min-width: 992px) {
  .w-lg-80per {
    width: 80% !important;
  }
}

/*padding***********************/

.pt-6 {
  padding-top: 6rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}


@media screen and (min-width: 576px) {
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pt-sm-7 {
    padding-top: 7rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
}

@media screen and (min-width: 972px) {
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }

  .p-lg-5rem {
    padding: 5rem !important;
  }

  .p-lg-6 {
    padding: 6rem !important;
  }

  .p-lg-7 {
    padding: 7rem !important;
  }
  

}


/*margin**********************/

.mb-6 {
  margin-bottom: 6rem !important;
}

@media screen and (min-width: 972px) {
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
}


/*font-size**********************/
.fs-110per {
  font-size: 110%;
}


.fs-25rem {
  font-size: 2.4rem;
}

.fs-3rem {
  font-size: 3rem;
}

.fs-35rem {
  font-size: 3.5rem;
}

.fs-4rem {
  font-size: 4rem;
}

.fs-44rem {
  font-size: 4.4rem;
}

.fs-5rem {
  font-size: 5rem;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.6rem !important;
}


@media (max-width: 991px) {
  .fs-3rem,
  .fs-25rem,
  .fs-35rem,
  .fs-4rem,
  .fs-44rem,
  .fs-5rem {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 575px) {
  .fs-3rem,
  .fs-25rem,
  .fs-35rem,
  .fs-4rem,
  .fs-44rem,
  .fs-5rem {
    font-size: 2rem !important;
  }
}

.fs-58 {
  font-size: clamp(24.00px, calc(3.86vw + 11.64px), 58.00px);
}

.fs-30 {
  font-size: clamp(20.00px, calc(1.14vw + 16.36px), 30.00px);
}

.fs-24 {
  font-size: clamp(16.00px, calc(0.91vw + 13.09px), 24.00px);
}

.fs-18 {
  font-size: clamp(14.00px, calc(0.45vw + 12.55px), 18.00px);
}

.fs-16 {
  font-size: clamp(14.00px, calc(0.23vw + 13.27px), 16.00px);
}

/*fv***************************/



.bg-fv {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: auto;
  z-index: 0;
  background-image: url(../../assets/img/t-fv.png);
}

@supports (background-image: url(../../assets/img/t-fv.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/t-fv.webp);
  }
}


.bg-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 224px;
  z-index: 0;
  background-image: url("../../assets/img/bg-sub.png");
}

@supports (background-image: url(../../assets/img/bg-sub.webp)) {
  .bg-sub {
    background-image: url(../../assets/img/bg-sub.webp);
  }
}

.text-shadow_white {
  text-shadow: 2px 1px 7px #fff;
}

.triangle-bottom-white::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: auto;
}

.border-blue {
  border: solid 3px #144A7A;
}

.border_green {
  border: solid 1px #3AB7AD !important;
}

.border-line {
  border-bottom: dotted 2px #144A7A;
  margin-left: 1rem;
}

.border-bottom-white-1px {
  border-bottom: solid 1px #ffffff;
}

.border-orange-3px {
  border: 3px solid #FC633D;
}

.border-bottom-orange-solid {
  border-bottom: solid 4px #FC633D;
}

.border-gray-1px {
  border: solid 1px #777777;
}

.border-bottom-brown-dotted {
  border-bottom: dotted 2px #C9724A;
}

.border-bottom-orange-dotted {
  border-bottom: dotted 2px #F39700;
}

.border-bottom-brown {
  border-bottom: solid 1px #C9724A;
}

.border-left-black {
  border-left: 5px solid #222222 !important;
}

.width-35px {
  width: 35px;
}

@media screen and (max-width: 991px) {
  .width-50px-sm {
    width: 50px;
  }

  .height-50px-sm {
    height: 50px;
  }
}

.background-reccomend_bg {
  background: url();
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-reccomend_bg {
    background-image: url();
  }
}


.background-faq_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-faq_bg {
    background-image: url();
  }
}

@media screen and (min-width: 992px) {
  .background-list_bg {
    background: url();
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  @supports (background-image: url()) {
    .background-list_bg {
      background-image: url();
    }
  }
}

.background-articles_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-articles_bg {
    background-image: url();
  }
}

.blue_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #144A7A;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

.green_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #3AB7AD;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

/*高さ*/
.height-240 {
  height: 240px;
}

.height-290 {
  height: 290px;
}

.height-340 {
  height: 340px;
}

.height-720 {
  height: 720px;
}

.height-230 {
  height: 230px;
}

.height-70 {
  height: 70px;
}

.height-45 {
  height: 45px;
}

.height-30px {
  height: 30px;
}

.height-80px {
  height: 80px;
}

.height-100 {
  height: 100px;
}

.height-120 {
  height: 120px;
}

.border_solid_1 {
  border-top: 1px solid #C1A342;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border_solid_blue_1 {
  border: 1px solid #144A7A;
}

.border_solid_green_1 {
  border: 1px solid #9CDBD6;
}

.pt150 {
  padding-top: 150px;
}

.pt100 {
  padding-top: 100px;
}

.pt50 {
  padding-top: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

/*位置*/
.transform-translate-n50 {
  transform: translate(-50%, -50%);
}

.top-40 {
  top: 40%;
}

.top-87 {
  top: 87%;
}

.top-65 {
  top: 65%;
}

.z-99 {
  z-index: 99 !important;
}

.z-999 {
  z-index: 999 !important;
}

#headingSubsidy {
  text-align: center;
}

/* アコーディオンの矢印を白に */
/* 開いたときも白のままにする */
/* ＋／− アイコン固定位置で装飾 */
.faq-accordion-btn::after {
  content: "+";
  font-size: 1.8rem;
  font-weight: bold;
  color: #D15222;
  margin-left: auto;
  background-image: none !important;
  /* Bootstrapの矢印削除 */
  transform: none !important;
  transition: color 0.3s ease;
  position: relative;
  top: -7px;
  /* 上下のズレ防止 */
}

/* 開いた時（−に変化） */
.faq-accordion-btn:not(.collapsed)::after {
  content: "−";
  color: #D15222;
}

/*ボックス*/
.box-parent {
  box-sizing: border-box;
}

.box-child {
  flex-direction: column;
}

.box-child-text {
  flex-grow: 1;
}

/*※この親のdisplay:flex;を指定する*/
@media screen and (max-width: 768px) {
  .w-sm80 {
    width: 80% !important;
    margin: 0 auto !important;
  }

  .w-sm100 {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .w-sm75 {
    width: 75% !important;
    margin: 0 auto !important;
  }

  .w-sm60 {
    width: 60% !important;
    margin: 0 auto !important;
  }

  .w-sm30 {
    width: 30% !important;
    margin: 0 auto !important;
  }
}

.height-100 {
  height: 100px;
}

.top-60 {
  top: 60%;
}

.top-90 {
  top: 90%;
}

.bottom-0 {
  bottom: 0%;
}

.banner-close {
  top: -14px;
  left: 333px;
  padding: 4px 10px 6px 10px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 0 7px #ccc;
}

@media screen and (min-width: 768px) {
  .banner-close {
    left: 363px;
  }
}

.nav-item.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .w-sm-75 {
    width: 75% !important;
    margin: 0 auto !important;
  }

  .f-sm-16 {
    font-size: 16px !important;
  }
}

.overflow-x-auto {
  -webkit-overflow-scrolling: touch;
  /* iOSの慣性スクロール対応 */
  scrollbar-width: none;
  /* Firefoxでスクロールバー非表示 */
}

.overflow-x-auto::-webkit-scrollbar {
  display: none;
  /* Chrome/Safariでスクロールバー非表示 */
}

.title-with-circle {
  position: relative;
  z-index: 1;
  font-family: "Rounded Mplus 1c", "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Rounded-L M+ 1m", "HGMaruGothicMPRO", "MS PGothic", sans-serif;
}

.title-with-circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .title-with-circle::before {
    left: 4%;
  }
}

.divider-dots {
  position: relative;
  text-align: center;
}

.divider-dots::before,
.divider-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.divider-dots::before {
  left: 0;
}

.divider-dots::after {
  right: 0;
}

@media screen and (max-width: 767px) {

  .divider-dots::before,
  .divider-dots::after {
    width: 8px;
    height: 8px;
  }
}

/* 吹き出し用クラス */
.fukidashi-right-light,
.fukidashi-right-gray,
.fukidashi-left-light,
.fukidashi-left-gray {
  position: relative;
  border-radius: 12px;
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before,
.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 50px;
  width: 0;
  height: 0;
  border-style: solid;
}

.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  border-width: 0 25px 20px 0;
  border-color: transparent var(--fukidashi-color) transparent transparent;
}

.fukidashi-left-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-left-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before {
  border-width: 20px 25px 0 0;
  border-color: var(--fukidashi-color) transparent transparent transparent;
}

.fukidashi-right-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

@media screen and (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .left-40 {
    left: 40px;
  }

  /*高さ*/
  .height-40-lg {
    height: 40px !important;
  }

  .height-80-lg {
    height: 80px !important;
  }

  .height-120-lg {
    height: 120px !important;
  }

  .height-180-lg {
    height: 180px !important;
  }

  .height-240-lg {
    height: 240px;
  }

  .height-200-lg {
    height: 200px;
  }

  .height-280-lg {
    height: 280px;
  }

  .height-350-lg {
    height: 350px;
  }

  .height-290-lg {
    height: 290px;
  }

  .height-340-lg {
    height: 340px;
  }

  .width-lg-70pr {
    width: 70%;
  }

  .width-lg-50pr {
    width: 50%;
  }

  .w-lg-100pr {
    width: 100% !important;
  }

  .deco-img01 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img01::after {
    content: "";
    position: absolute;
    bottom: -15px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco01.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    /* クリック操作を邪魔しない */
  }

  .deco-img02 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img02::after {
    content: "";
    position: absolute;
    bottom: 165px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco02.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }

  .deco-img03 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img03::after {
    content: "";
    position: absolute;
    bottom: 0px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco03.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }
}

/* =====================================================
   共通コンポーネント（ボタン・見出し・テキスト装飾）
   FV・セクション01・CTAバナー・お問い合わせフォームで使い回す
===================================================== */
.btn-lp {
  display: block;
  width: 100%;
  padding: .9rem 1.25rem;
  border-radius: 10px;
  font-weight: 700;
  /* font-size: clamp(20.00px, calc(1.14vw + 16.36px), 30.00px); */
  font-size: clamp(16.00px, calc(1.59vw + 10.91px), 30.00px);
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  box-shadow: 0 4px 0 var(--btn-lp-shadow, #b33b1e);
  transition: transform .15s ease, box-shadow .15s ease;
  border: none !important;
  outline: none !important;
}

.btn-lp:hover {
  color: #fff;
  transform: translateY(2px);
  box-shadow: 0 2px 0 var(--btn-lp-shadow, #b33b1e);
}

.btn-lp-orange {
  background-color: #EE4C2B;
  --btn-lp-shadow: #A1240B;
}

.btn-lp-green {
  background-color: #4BB120;
  --btn-lp-shadow: #348712;
}

.btn-lp-gray {
  background-color: #777;
  --btn-lp-shadow: #555;
}

.btn-lp .btn-lp-icon {
  width: 1.4em;
  height: 1.4em;
  flex: none;
}

/* 見出し内の文字装飾 */
.mark-underline {
  text-decoration-line: underline;
  text-decoration-color: #F0592F;
  text-decoration-thickness: .1em;
  text-underline-offset: .15em;
}

.mark-box-white {
  display: inline-block;
  background-color: #fff;
  color: #F0592F;
  padding: .05em .4em;
  border-radius: 4px;
}

/* 半透明の茶色ボックス（FVサブテキストなど） */
.box-brown-glass {
  background-color: rgba(91, 70, 54, .88);
  border-radius: 10px;
  color: #fff;
}

/* 白背景・アウトラインの吹き出し風ボックス（セクション01・CTAバナー） */
.box-outline-white {
  background-color: #fff;
  border: 5px solid #D15222;
  border-radius: 30px;
}

@media screen and (min-width: 992px) {
  .w-lg-40per {
    width: 40% !important;
  }


  .w-lg-70 {
    width: 70% !important;
  }
}

/* =====================================================
   FVセクション
===================================================== */
.bg_yellow {
  background: rgba(243, 209, 141, 0.8);
}

.bg-fv {
  overflow: hidden;
}

.fv-illust {
  top:-90px;
  right:-30px;
  width: 150px;
}

@media screen and (min-width: 376px) {
  .fv-illust {
    top:-80px;
    right:-30px;
    width: 180px;
  }
}

@media screen and (min-width: 577px) {
  .fv-illust {
    top:-70px;
    right:-40px;
    width: 200px;
  }
}

@media screen and (min-width: 769px) {
  .fv-illust {
  top:-100px;
  right:-40px;
  width: 250px;
  }
}

@media screen and (min-width: 992px) {
  .fv-illust {
    top:-100px;
    right:-70px;
    width: 359px;
    height: 228px;
  }
}


/* =====================================================
   セクション01（どんなお悩みのご相談でしょうか？）
===================================================== */
.bg-section01 {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../img/section01_bg.png);
}

@supports (background-image: url(../img/section01_bg.webp)) {
  .bg-section01 {
    background-image: url(../img/section01_bg.webp);
  }
}

.marker-lightyellow {
  background: linear-gradient(transparent 70%, rgba(243, 209, 141, 0.8) 30%);
}

.cta-title {
  font-size: clamp(20.00px, calc(1.14vw + 16.36px), 30.00px);
}

/* =====================================================
   セクション02（ストアハウスが選ばれる理由）
===================================================== */

.text-brown {
  color: #512F22;
}

.text-dark-orange {
  color: #D15222;
}

.bg-section02 {
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
  background-image: url(../img/section02_bg.png);
}

@supports (background-image: url(../img/section02_bg.webp)) {
  .bg-section02 {
    background-image: url(../img/section02_bg.webp);
  }
}

.reason-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
}

/* =====================================================
   セクション03（選ばれるまでの事例／CASE）
===================================================== */
.case-block {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.case-block-01 {
  background-image: url(../img/section03_bg01.png);
}

@supports (background-image: url(../img/section03_bg01.webp)) {
  .case-block-01 {
    background-image: url(../img/section03_bg01.webp);
  }
}

.case-block-02 {
  background-image: url(../img/section03_bg02.png);
}

@supports (background-image: url(../img/section03_bg02.webp)) {
  .case-block-02 {
    background-image: url(../img/section03_bg02.webp);
  }
}

.case-block-03 {
  background-image: url(../img/section03_bg03.png);
}

@supports (background-image: url(../img/section03_bg03.webp)) {
  .case-block-03 {
    background-image: url(../img/section03_bg03.webp);
  }
}

.case-block-04 {
  background-image: url(../img/section03_bg04.png);
}

@supports (background-image: url(../img/section03_bg04.webp)) {
  .case-block-04 {
    background-image: url(../img/section03_bg04.webp);
  }
}

.case-tag {
  display: inline-flex;
  overflow: hidden;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
  border-radius: 15px;
  border:#fff solid 3px; 
  letter-spacing: .05em;
}

.case-tag span {
  padding: .5rem 1.1rem;
}

.case-tag .case-tag-no {
  background-color: #512F22;
  color: #fff;
  border: 3px solid #512F22;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.case-tag .case-tag-label {
  background-color: #fff;
  color: #512F22;
  border: 3px solid #512F22;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.case-step-box {
  background-color: #fff;
  border: 5px solid #EBC98B;
  border-radius: 16px;
  text-align: center;
}

.case-step-box.is-accent {
  border-color: #D15222;
  background-color: #F9E8C6;
}

.case-step-arrow {
  position: relative;
  z-index: 1;
  top: -20px;
  margin-bottom: -40px;
}

/* =====================================================
   セクション04（お客様の声）
===================================================== */
.testimonial-card,
.testimonial-reply-card{
  background-color: #fff;
  border-radius: 16px;
  padding: 4rem 1rem 1rem 1rem;
}

@media screen and (min-width: 992px) {
  .testimonial-card {
    padding: 2rem 2rem 2rem 5rem;
  }

  .testimonial-reply-card {
    padding: 2rem 5rem 2rem 2rem;
  }

}


.testimonial-card {
  border: 5px solid #F5D48A;
}

.testimonial-reply-card {
  border: 5px solid #F0592F;
}

.testimonial-avatar,
.testimonial-avatar-store {
  position: absolute;
  top: 50%;
}

.testimonial-avatar {
  left: 0;
  transform: translate(-50%, -50%);
}

.testimonial-avatar-store {
  right: 0;
  transform: translate(50%, -50%);

}

@media screen and (max-width: 991px) {
  .testimonial-avatar,
  .testimonial-avatar-store {
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
  .testimonial-avatar img,
  .testimonial-avatar-store img {
    width: 80px;
    height: 80px;
  }

}



.star-rating {
  letter-spacing: .1em;
}


/* =====================================================
   faq
===================================================== */

.bg_light_brown {
  background: #EDE9E8;
}


/* =====================================================
   CTAバナー・お問い合わせフォーム
===================================================== */
.bg-cta-banner {
  background-color: #FBDD8C;
}

.mailform-row {
  border-bottom: 1px solid #eee;
}

.mailform-label-cell {
  background-color: #F3D18D;
  font-weight: 700;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mailform-label-cell {
    width: 240px;
    flex: none;
  }
}

@media screen and (min-width: 591px) {
  .w-sm60per {
    width: 60% !important;
  }
}

.mailform-required,
.mailform-optional {
  display: inline-block;
  padding: .2em .8em;
  border-radius: 5px;
  font-size: .8rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right:15px;
  transform: translateY(-50%);
}

.mailform-required-pp {
  position: static !important;
  transform: none !important;
}

.mailform-required {
  background-color: #D15222;
  color: #fff;
}

.mailform-optional {
  background-color: #fff;
  color: #666;
}

.mailform-privacy-box {
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-size: .85rem;
}

.header-nav {
  top:0;
  background: #512F22;
}

.header-nav .nav-link {
  color: #fff !important;
  text-shadow: none;
}

.header-nav.change-color {
  background: #512F22 !important;
}


#footer,
footer.bg_black {
  background-color: #fff !important;
}

#footer p.text-white,
footer p.text-white {
  color: #512F22 !important;
  text-align: right !important;
}

footer ul.nav {
  display: none !important;
}

#footer .flex-lg-row,
footer .flex-lg-row {
  flex-direction:row-reverse !important;
}