@charset "UTF-8";

/* 店舗一覧 */
.main_page {
  height: 25vh;
  background-color: #282D9B;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main_page .pagettl {
  font-size: 3.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 0.5em;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_page .pagettl {
    font-size: 3.3rem;
  }
}
@media (max-width: 767px) {
  .main_page .pagettl {
    font-size: 2rem;
  }
}
.main_page .pagettl::before {
  content: "";
  width: 1.5em;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main_page .pagettl span {
  display: block;
  font-size: 1.2rem;
  color: #FFF100;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_page .pagettl span {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .main_page .pagettl span {
    font-size: 1rem;
  }
}

.breadcrumbs {
  background-color: #282D9B;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  padding: 1.2rem 0;
}
.breadcrumbs .inner {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .breadcrumbs .inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumbs .inner {
    padding: 0 5vw;
  }
}
@media (max-width: 767px) {
  .breadcrumbs .inner {
    padding: 0 5%;
  }
}
.breadcrumbs .inner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumbs .inner ul li {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  margin-right: 0.8em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumbs .inner ul li {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .breadcrumbs .inner ul li {
    font-size: 1.2rem;
  }
}
.breadcrumbs .inner ul li.any a {
  color: #fff;
}

main.bg_page {
  background-color: #282D9B;
  color: #282D9B;
}
@media (max-width: 767px) {
  main.bg_page {
    padding: 0 0 40px;
  }
}
main.bg_page .section_cmn {
  background-color: #fff;
  border-radius: 1.8rem;
  margin-inline: auto;
  padding: 5rem 0;
  width: 95vw;
}
@media (min-width: 1200px) {
  main.bg_page .section_cmn {
    max-width: 1300px;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn {
    padding: 3.5rem 0;
  }
}
main.bg_page .section_cmn.t_narrow {
  padding-top: 5.6rem;
}
@media (max-width: 767px) {
  main.bg_page .section_cmn.t_narrow {
    padding-top: 2.5rem;
  }
}
main.bg_page .section_cmn.b_wide {
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  main.bg_page .section_cmn.b_wide {
    padding-bottom: 3.5rem;
  }
}
main.bg_page .section_cmn .inner {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  main.bg_page .section_cmn .inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner {
    padding: 0 5vw;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner {
    padding: 0 5%;
  }
}

/* 都道府県 タイトル */
.ttl_cmn {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .04em;
    margin-bottom: .8em;
    position: relative;
}

@media(min-width: 768px)and (max-width: 1199px) {
    .ttl_cmn {
        font-size: 3.2rem;
    }
}

@media(max-width: 767px) {
    .ttl_cmn {
        font-size: 2.2rem;
    }
}

.ttl_cmn span {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    background-color: #fff100;
    border-radius: 100vmax;
    padding: .2em 1.2em;
    font-size: 1.125rem;
    color: #282d9b;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .04em;
    margin-bottom: .66em;
    position: relative;
}

@media(max-width: 767px) {
    .ttl_cmn span {
        font-size: 0.875rem;
    }
}

.search_prefec h2.ttl_cmn:not(:first-child) {
    margin-top: 7.2rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
    .search_prefec h2.ttl_cmn:not(:first-child) {
        margin-top: 12.6rem;
    }
}

@media(max-width: 767px) {
    .search_prefec h2.ttl_cmn:not(:first-child) {
        margin-top: 2.8rem;
    }
}

.ttl_cmn span::after {
    content: "";
    width: .5em;
    height: .5em;
    background-color: #fff100;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.ttl_cmn.bdb {
    padding-bottom: .4em;
    position: relative;
}

.ttl_cmn.bdb::after {
    content: "";
    width: 1.2em;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ttl_cmn.tac {
    text-align: center;
}

.ttl_cmn.tac span {
    margin-inline: auto;
}

.ttl_cmn.color_w {
    color: #fff;
}

.ttl_cmn.color_nb {
    color: #282d9b;
}

.ttl_cmn.mb_w {
    margin-bottom: 1.8em;
}

.ttl_cmn.mb0 {
    margin-bottom: 0;
}

.ttl_cmn.tac {
    text-align: center;
}

.ttl_cmn.tac span {
    margin-inline: auto;
}

.ttl_cmn.bdb::after {
    content: "";
    width: 1.2em;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* 市区町村 アコーディオン */
.search_prefec .wrap_search:not(:last-child) {
    margin-bottom: 2.5rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
    .search_prefec .wrap_search:not(:last-child) {
        margin-bottom: 5.3rem;
    }
}

@media(max-width: 767px) {
    .search_prefec .wrap_search:not(:last-child) {
        margin-bottom: 2.9rem;
    }
}

.search_prefec .wrap_search .unit_search {
    border: 1px solid currentColor;
    border-radius: 5px;
    background-color: #fff;
}

.search_prefec .wrap_search .unit_search .btn01 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 1.4em 3%;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
}

@media(min-width: 768px)and (max-width: 1199px) {
    .search_prefec .wrap_search .unit_search .btn01 {
        padding: 2.6rem 3%;
        font-size: 2.4rem;
    }
}

@media(max-width: 767px) {
    .search_prefec .wrap_search .unit_search .btn01 {
        padding: 1.1rem 3%;
        font-size: 1.4rem;
    }
}

.search_prefec .wrap_search .unit_search .btn01 i {
    font-size: 1.6rem;
}

@media(max-width: 767px) {
    .search_prefec .wrap_search .unit_search .btn01 i {
        font-size: 1.3rem;
    }
}

.search_prefec .wrap_search .unit_search .list01 {
    padding: 1.6rem 3%;
    translate: 0 -1em;
    opacity: 0;
    transition: transform 1s, opacity 1s;
    position: relative;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .search_prefec .wrap_search .unit_search .list01 {
    padding: 2.8rem 3%;
  }
}

.search_prefec .wrap_search .unit_search .list01::before {
    content: "";
    width: 96%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.search_prefec .wrap_search .unit_search .list01 ul.ul_plink {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem 2.5rem;
}

@media(max-width: 767px) {
    .search_prefec .wrap_search .unit_search .list01 ul.ul_plink {
        gap: .4rem 1.6rem;
    }
}

.search_prefec .wrap_search .unit_search .list01 ul.ul_plink li a {
    color: var(--main-blue-color);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    padding-right: 1em;
    position: relative;
}

@media(min-width: 768px)and (max-width: 1199px) {
    .search_prefec .wrap_search .unit_search .list01 ul.ul_plink li a {
        font-size: 3.2rem;
    }
}

@media(max-width: 767px) {
    .search_prefec .wrap_search .unit_search .list01 ul.ul_plink li a {
        font-size: 1.4rem;
        padding-right: 1.4em;
    }
}

.search_prefec .wrap_search .unit_search .list01 ul.ul_plink li a::after {
    content: "";
    font-size: 1rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media(min-width: 768px)and (max-width: 1199px) {
    .search_prefec .wrap_search .unit_search .list01 ul.ul_plink li a::after {
        font-size: 1.7rem;
    }
}

@media(max-width: 767px) {
    .search_prefec .wrap_search .unit_search .list01 ul.ul_plink li a::after {
        font-size: 1.1rem;
    }
}

.search_prefec .wrap_search .unit_search[open] .btn01 i {
    rotate: 180deg;
    transition: .3s ease;
}

.search_prefec .wrap_search .unit_search[open] .list01 {
    translate: 0;
    opacity: 1;
}

/* 市区町村 タイトル */
.search_prefec h3.ttl_cmn2 {
    margin-bottom: 3.1rem;
}

.ttl_cmn2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .8em;
}

@media(max-width: 767px) {
    .ttl_cmn2 {
        font-size: 1.1875rem;
    }
}

.ttl_cmn2.bdl {
    padding-left: .5em;
    border-left: .4em solid currentColor;
}

.ttl_cmn2.bdb {
    padding-bottom: .5em;
    position: relative;
}

.ttl_cmn2.bdb::after {
    content: "";
    width: 3.2em;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: 0em;
    left: 0;
}

.ttl_cmn2.bdb_dot {
    position: relative;
}

.ttl_cmn2.bdb_dot::after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: .1em dotted currentColor;
    position: absolute;
    bottom: -0.2em;
    left: 0;
}

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

.ttl_cmn2.lh_w {
    line-height: 2.4;
}

@media(max-width: 767px) {
    .ttl_cmn2.lh_w {
        line-height: 2.2;
    }
}

.ttl_cmn2.lh_n {
    line-height: 1.5;
}

.ttl_cmn2.tac {
    text-align: center;
}

.ttl_cmn2.color_w {
    color: #fff;
}

.ttl_cmn2.color_nb {
    color: #282d9b;
}

.ttl_cmn2.color_y {
    color: #fff100;
}

.ttl_cmn2.color_k {
    color: #333;
}

.ttl_cmn2.large {
    font-size: 2.25rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
    .ttl_cmn2.large {
        font-size: 1.5rem;
    }
}

@media(max-width: 767px) {
    .ttl_cmn2.large {
        font-size: 1.375rem;
    }
}

.ttl_cmn2.mdl2 {
    font-size: 3.2rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
    .ttl_cmn2.mdl2 {
        font-size: 3.2rem;
    }
}

@media(max-width: 767px) {
    .ttl_cmn2.mdl2 {
        font-size: 2.2rem;
    }
}

.ttl_cmn2.mdl {
    font-size: 1.75rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
    .ttl_cmn2.mdl {
        font-size: 1.375rem;
    }
}

@media(max-width: 767px) {
    .ttl_cmn2.mdl {
        font-size: 1.25rem;
    }
}

.ttl_cmn2.small {
    font-size: 2rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
    .ttl_cmn2.small {
        font-size: 2.7rem;
    }
}

@media(max-width: 767px) {
    .ttl_cmn2.small {
        font-size: 1.6rem;
    }
}

.ttl_cmn2.mb_w {
    margin-bottom: 1.8em;
}

.ttl_cmn2.mb0 {
    margin-bottom: 0;
}

/* 店舗 */
.search_prefec ul.ul01 {
    margin-bottom: 4rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
    .search_prefec ul.ul01 {
        margin-bottom: 7rem;
    }
}

.search_prefec ul.ul01 li {
    background-color: rgba(196, 222, 255, .4);
    border-radius: 1.8rem;
    padding: 2.5rem 4%;
}

@media(min-width: 768px)and (max-width: 1199px) {
    .search_prefec ul.ul01 li {
        border-radius: 5rem;
        padding: 7rem 4%;
    }
}

@media(max-width: 767px) {
    .search_prefec ul.ul01 li {
        border-radius: 2.9rem;
        padding: 1.9rem 4%;
    }
}

.search_prefec ul.ul01 li:not(:last-child) {
    margin-bottom: 1.2rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
    .search_prefec ul.ul01 li:not(:last-child) {
        margin-bottom: 3.8rem;
    }
}

.search_prefec ul.ul01 li h4.ttl_cmn2 {
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 1px solid currentColor;
    position: relative;
}

.search_prefec ul.ul01 li h4.ttl_cmn2::after {
    content: "";
    font-size: 1.2rem;
    color: #333;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: calc(100% + 1em);
    transform: translateY(-50%);
}

@media(min-width: 768px)and (max-width: 1199px) {
    .search_prefec ul.ul01 li h4.ttl_cmn2::after {
        font-size: 2rem;
    }
}

.search_prefec ul.ul01 li .dl_cmn2 {
    margin-bottom: 3rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
    .search_prefec ul.ul01 li .dl_cmn2 {
        margin-bottom: 5rem;
    }
}

.search_prefec ul.ul01 li .btnwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.side_cmn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: unset;
}

.side_cmn figure {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
    padding-top: 35%;
    width: 50%;
    text-align: center;
}

@media(max-width: 767px) {
    .side_cmn figure {
        width: 100%;
        padding-top: 75%;
        margin-bottom: 1rem;
    }
}

.side_cmn .txt {
    width: 46%;
}

@media(max-width: 767px) {
    .side_cmn .txt {
        width: 100%;
    }
}

.side_cmn.reverse {
    flex-direction: row-reverse;
}

.side_cmn.a_start {
    align-items: flex-start;
}

@media(max-width: 767px) {
    .side_cmn.shift {
        flex-direction: column-reverse;
    }
}

@media(max-width: 767px) {
    .side_cmn.shift figure {
        margin-top: 1rem;
        margin-bottom: 0;
    }
}

.side_cmn.alt figure {
    width: 44.4444444444%;
}

@media(max-width: 767px) {
    .side_cmn.alt figure {
        width: 100%;
    }
}

.side_cmn.alt .txt {
    width: 50%;
}

@media(max-width: 767px) {
    .side_cmn.alt .txt {
        width: 100%;
    }
}

.side_cmn.same figure {
    width: 48%;
}

@media(max-width: 767px) {
    .side_cmn.same figure {
        width: 100%;
    }
}

.side_cmn.same .txt {
    width: 48%;
}

@media(max-width: 767px) {
    .side_cmn.same .txt {
        width: 100%;
    }
}

.side_cmn.step figure {
    width: 53.7037037037%;
}

@media(max-width: 767px) {
    .side_cmn.step figure {
        width: 100%;
    }
}

.side_cmn.step .txt {
    width: 38.8888888889%;
}

@media(max-width: 767px) {
    .side_cmn.step .txt {
        width: 100%;
    }
}

.side_cmn.voice figure {
    width: 15%;
}

@media(max-width: 767px) {
    .side_cmn.voice figure {
        width: 100%;
    }
}

.side_cmn.voice .txt {
    width: 83%;
}

@media(max-width: 767px) {
    .side_cmn.voice .txt {
        width: 100%;
    }
}

.dl_cmn2 div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.dl_cmn2 div:not(:last-child) {
    margin-bottom: 0.96rem;
}

.dl_cmn2 div dt,
.dl_cmn2 div dd {
  font-size: 1.6rem;
  font-weight: 700;
    line-height: 1.5;
}

@media(min-width: 768px)and (max-width: 1199px) {
    .dl_cmn2 div dt,
    .dl_cmn2 div dd {
        font-size: 1.9rem;
    }
}

@media(max-width: 767px) {
    .dl_cmn2 div {
        gap: 1.5rem;
    }
    .dl_cmn2 div dt,
    .dl_cmn2 div dd {
        font-size: 1.4rem;
    }
}

.dl_cmn2 div dt {
    width: 22%;
    display: grid;
    place-content: center;
    background-color: #fff;
    border-radius: 100vmax;
    padding: .2em 2%;
    text-align: center
}

@media(min-width: 768px)and (max-width: 1199px) {
    .dl_cmn2 div dt {
        width: 25%;
    }
}

@media(max-width: 767px) {
    .dl_cmn2 div dt {
        width: 25%;
        border-radius: 0.7rem;
    }
}

.dl_cmn2 div dd {
    width: 75%;
    padding: .2em 0
}

@media(min-width: 768px)and (max-width: 1199px) {
    .dl_cmn2 div dd {
        width: 72%
    }
}

@media(min-width: 768px)and (max-width: 1199px) {
    .dl_cmn2 div dd {
        width: 72%
    }
}

/* 店舗 ボタン */

.btn_cmn {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%
}

.btn_cmn a {
    width: 278px;
    height: 58px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: unset;
    border-radius: 100vmax;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .36);
    position: relative
}

@media(max-width: 767px) {
    .btn_cmn a {
        width: 84vw;
        height: 3rem
    }
}

.btn_cmn a p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center
}

@media(min-width: 768px)and (max-width: 1199px) {
  .btn_cmn a p {
      font-size: 2.2rem
  }
}

@media(max-width: 767px) {
    .btn_cmn a p {
        font-size: 1.4rem
    }
}

.btn_cmn a p i {
    font-size: 1.4rem;
    margin-inline: .3em
}

@media(min-width: 768px)and (max-width: 1199px) {
  .btn_cmn a p i {
      font-size: 2.6rem
  }
}

.btn_cmn a>i {
    font-size: 0.625rem;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%)
}

.btn_cmn.no_shadow a {
    box-shadow: unset
}

.btn_cmn.long a {
    width: 390px;
    height: 40px
}

@media(max-width: 767px) {
    .btn_cmn.long a {
        width: 90vw;
        height: 4.1rem
    }
}

.btn_cmn.small a {
    width: 190px;
    height: 40px
}

@media(max-width: 767px) {
    .btn_cmn.small a {
        width: 90vw;
        height: 4.1rem
    }
}

.btn_cmn.exsmall a {
    width: 184px;
    height: 28px;
    box-shadow: unset
}

@media(max-width: 767px) {
    .btn_cmn.exsmall a {
        width: 50vw;
        height: 2.2rem
    }
}

.btn_cmn.exsmall a p {
    font-size: 0.875rem
}

@media(max-width: 767px) {
    .btn_cmn.exsmall a p {
        font-size: 0.75rem
    }
}

.btn_cmn.center {
    margin-inline: auto
}

.btn_cmn.bg_nb a {
    background-color: #282d9b;
    color: #fff
}

.btn_cmn.bg_nb a:hover {
    border: 1px solid currentColor;
    background-color: #fff;
    color: #282d9b;
    transition: .3s ease
}

.btn_cmn.bg_w a {
    background-color: #fff;
    color: #282d9b
}

.btn_cmn.bg_w a:hover {
    border: 1px solid currentColor;
    background-color: #282d9b;
    color: #fff;
    transition: .3s ease
}

.btn_cmn.bg_y a {
    background-color: #fff100;
    color: #282d9b
}

.btn_cmn.bg_y a:hover {
    border: 1px solid currentColor;
    background-color: #282d9b;
    color: #fff100;
    transition: .3s ease
}

.btn_cmn.bg_lg a {
    background-color: #14c92b;
    color: #fff
}

.btn_cmn.bg_lg a:hover {
    border: 1px solid currentColor;
    background-color: #fff;
    color: #14c92b;
    transition: .3s ease
}


/* 20250818追加 */
/* お客様の声 */
.sec_voice__div_box{
  border-bottom: 1px solid #282D9B;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4rem;
}

@media (max-width: 767px) {
  .sec_voice__div_box{
    flex-direction: column;
    padding-bottom: 3rem;
  }
}

.sec_voice__div_box:not(:last-of-type){
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .sec_voice__div_box:not(:last-of-type){
    margin-bottom: 3rem;
  }
}

.sec_voice__div_box_img{
  width: 17.5%;
}

@media (max-width: 767px) {
  .sec_voice__div_box_img{
    margin-bottom: 3rem;
    width: 100%;
  }
}

.sec_voice__div_box_img a{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  padding-top: 112%;
  width: 100%;
}

.sec_voice__div_box_textbox{
  width: 79.5%;
}

@media (max-width: 767px){
  .sec_voice__div_box_textbox{
    width: 100%;
  }
}

.sec_voice__div_box_textbox .ttl{
  color: #282D9B;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.66;
  margin-bottom: 2rem;
}

@media (max-width: 767px){
  .sec_voice__div_box_textbox .ttl{
    font-size: 1.6rem;
  }
}

.sec_voice__div_box_textbox .txt{
  color: #282D9B;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.71;
  text-align: justify;
}

@media (max-width: 767px){
  .sec_voice__div_box_textbox .txt{
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .header .submenu.show {
    max-height: 50rem;
    opacity: 1;
    padding: 1.6rem;
  }
  .footer .accordion-content.active {
    max-height: 50rem;
  }
  .footer .accordion-header.active .icon-plus::before {
    content: "−";
  }
}