@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Noto+Sans+JP:wght@100..900&display=swap");
.contact-category-text {
  background-color: rgba(76, 55, 43, 0.7) !important;
  min-height: 55px !important;
}
@media (min-width: 992px) {
  .contact-category-text {
    padding: 12px 15px 15px !important;
    min-height: 75px !important;
  }
  .contact-category-text .category-name {
    font-size: 18px !important;
    padding-right: 25px !important;
  }
  .contact-category-text .category-name::after {
    font-size: 13px !important;
  }
}
.contact-category-text .category-name::after {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.ratio-box-contents.category-text {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  line-height: 1.33 !important;
}

.reserv-qa {
  margin-bottom: 20px;
}

.reserv-qa-title {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.02);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4C372B;
  font-size: 15px;
  font-weight: bold;
  padding-right: 30px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .reserv-qa-title {
    font-size: 18px;
  }
}
.reserv-qa-title:before {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #4C372B;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  border-radius: 8px;
  content: "Q";
  font-family: "Bellefair", serif;
}
.reserv-qa-title.is-active .reserv-qa-title-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.reserv-qa-title-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 1.4rem;
  color: #A2998D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reserv-qa-contents {
  text-align: center;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: rgba(243, 152, 28, 0.1);
  text-align: left;
  border-radius: 8px;
}
.reserv-qa-contents h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F3981C;
}
.reserv-qa-contents h3:before {
  content: "A";
  font-family: "roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  color: #202020;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  font-size: 2rem;
}
.reserv-qa-contents h3 + p {
  padding-left: 50px;
  color: #808080;
}
.reserv-qa-contents.is-open {
  padding: 10px;
  line-height: normal;
  height: auto;
  margin-top: 5px;
  opacity: 1;
}

.panel-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #4C372B;
  border-radius: 6px;
  border: 2px solid #4C372B;
  padding: 10px;
  height: 100%;
  min-height: 50px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 992px) {
  .panel-menu {
    font-size: 15px;
    min-height: 80px;
  }
}

.page-title-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin-bottom: 6.6666666667px;
  font-weight: normal;
}
.page-title-parent a {
  color: #fff;
  text-decoration: underline;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .page-title-parent {
    font-size: 15px;
  }
}

.page-title-parent-item::after {
  content: "/";
  color: #A2998D;
}
.page-title-parent-item + .page-title-parent-item {
  margin-left: 5px;
}

.contact .list-card {
  padding: 0px;
}
@media (min-width: 768px) {
  .contact .list-card {
    padding: 0;
  }
}

.nav-link--chat .fa-comments {
  color: #F3981C;
  padding-left: 5px;
}

.nav-tab-card .custom-nav-tab > .nav-item > .nav-link {
  font-size: 15px !important;
}
@media (min-width: 992px) {
  .nav-tab-card .custom-nav-tab > .nav-item > .nav-link {
    font-size: 20px !important;
  }
  .nav-tab-card .custom-nav-tab > .nav-item > .nav-link br {
    display: none !important;
  }
}

.btn-large {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .btn-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.custom-hero {
  position: relative;
}

.custom-hero h1.page-title {
  position: absolute;
  top: unset !important;
  bottom: 30px !important;
  font-size: 22px !important;
  padding-bottom: 15px !important;
}
@media (min-width: 768px) {
  .custom-hero h1.page-title {
    font-size: 24px !important;
  }
}
@media (min-width: 992px) {
  .custom-hero h1.page-title {
    position: relative;
    font-size: 36px !important;
    top: 50% !important;
    -webkit-transform: translateY(50%) !important;
            transform: translateY(50%) !important;
  }
}

.custom-headline-secondary {
  font-size: 18px !important;
}
@media (min-width: 992px) {
  .custom-headline-secondary {
    font-size: 30px !important;
  }
}

.container .container .breadcrumb {
  margin-left: -15px !important;
  margin-right: -15px !important;
}


.custom-remove-after::after {
  content: none !important;
  display: none !important;
}
/*# sourceMappingURL=contact.css.map */
