@charset "UTF-8";
/*
    Template: swell
    Theme Name: Befine SWELL Child
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.6.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

#body_wrap.befine-root-layout {
  padding-top: 80px;
}

.admin-bar #body_wrap.befine-root-layout {
  padding-top: calc(80px + var(--wp-admin--admin-bar--height, 32px));
}

#body_wrap.befine-root-layout #header,
#body_wrap.befine-root-layout #footer {
  font-family: "Noto Sans JP", sans-serif;
}

#body_wrap.befine-root-layout #header a,
#body_wrap.befine-root-layout #footer a {
  text-decoration: none;
}

#body_wrap.befine-root-layout #header a {
  color: #fff;
}

#body_wrap.befine-root-layout #header .container,
#body_wrap.befine-root-layout #footer .container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  #body_wrap.befine-root-layout #header .container,
  #body_wrap.befine-root-layout #footer .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  #body_wrap.befine-root-layout #header .container,
  #body_wrap.befine-root-layout #footer .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  #body_wrap.befine-root-layout #header .container,
  #body_wrap.befine-root-layout #footer .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  #body_wrap.befine-root-layout #header .container,
  #body_wrap.befine-root-layout #footer .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  #body_wrap.befine-root-layout #header .container,
  #body_wrap.befine-root-layout #footer .container {
    max-width: 1320px;
  }
}

#body_wrap.befine-root-layout #header .d-flex {
  display: flex !important;
}

#body_wrap.befine-root-layout #header.d-flex {
  display: flex !important;
}

#body_wrap.befine-root-layout #header .align-items-center {
  align-items: center !important;
}

#body_wrap.befine-root-layout #header.align-items-center {
  align-items: center !important;
}

#body_wrap.befine-root-layout #header .justify-content-between {
  justify-content: space-between !important;
}

#body_wrap.befine-root-layout #header .img-fluid {
  height: auto;
  max-width: 100%;
}

#body_wrap.befine-root-layout #header {
  height: 80px;
  z-index: 997;
  background: #2d231a;
  line-height: 1.5;
  transition: all 0.5s;
}

#body_wrap.befine-root-layout #header.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.admin-bar #body_wrap.befine-root-layout #header.fixed-top {
  top: var(--wp-admin--admin-bar--height, 32px);
}

#body_wrap.befine-root-layout #header.header-scrolled {
  background: #2d231a;
  height: 60px;
}

#body_wrap.befine-root-layout #header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
  width: 100%;
}

#body_wrap.befine-root-layout #header .navbar {
  display: flex;
  align-items: center;
  padding: 0;
}

#body_wrap.befine-root-layout #header img,
#body_wrap.befine-root-layout #header svg {
  vertical-align: middle;
}

#body_wrap.befine-root-layout #header .navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

#body_wrap.befine-root-layout #header .navbar li {
  position: relative;
}

#body_wrap.befine-root-layout #header .navbar a,
#body_wrap.befine-root-layout #header .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

#body_wrap.befine-root-layout #header .navbar a i,
#body_wrap.befine-root-layout #header .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

#body_wrap.befine-root-layout #header .navbar a:hover,
#body_wrap.befine-root-layout #header .navbar .active,
#body_wrap.befine-root-layout #header .navbar .active:focus,
#body_wrap.befine-root-layout #header .navbar li:hover > a {
  color: #bd956c;
}

#body_wrap.befine-root-layout #header .navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

#body_wrap.befine-root-layout #header .navbar .dropdown ul li {
  min-width: 200px;
}

#body_wrap.befine-root-layout #header .navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #1c3745;
}

#body_wrap.befine-root-layout #header .navbar .dropdown ul a i {
  font-size: 12px;
}

#body_wrap.befine-root-layout #header .navbar .dropdown ul a:hover,
#body_wrap.befine-root-layout #header .navbar .dropdown ul .active:hover,
#body_wrap.befine-root-layout #header .navbar .dropdown ul li:hover > a {
  color: #bd956c;
}

#body_wrap.befine-root-layout #header .navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

#body_wrap.befine-root-layout #header .navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

#body_wrap.befine-root-layout #header .navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  #body_wrap.befine-root-layout #header .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  #body_wrap.befine-root-layout #header .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

#body_wrap.befine-root-layout #header .mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  #body_wrap.befine-root-layout #header .mobile-nav-toggle {
    display: block;
  }

  #body_wrap.befine-root-layout #header .navbar ul {
    display: none;
  }
}

#body_wrap.befine-root-layout #header .navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(17, 38, 48, 0.9);
  transition: 0.3s;
}

.admin-bar #body_wrap.befine-root-layout #header .navbar-mobile {
  top: var(--wp-admin--admin-bar--height, 32px);
}

#body_wrap.befine-root-layout #header .navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

#body_wrap.befine-root-layout #header .navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

#body_wrap.befine-root-layout #header .navbar-mobile a,
#body_wrap.befine-root-layout #header .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1e4356;
}

#body_wrap.befine-root-layout #header .navbar-mobile a:hover,
#body_wrap.befine-root-layout #header .navbar-mobile .active,
#body_wrap.befine-root-layout #header .navbar-mobile li:hover > a {
  color: #bd956c;
}

#body_wrap.befine-root-layout #header .navbar-mobile .getstarted,
#body_wrap.befine-root-layout #header .navbar-mobile .getstarted:focus {
  margin: 15px;
}

#body_wrap.befine-root-layout #header .navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}

#body_wrap.befine-root-layout #header .navbar-mobile .dropdown ul li {
  min-width: 200px;
}

#body_wrap.befine-root-layout #header .navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

#body_wrap.befine-root-layout #header .navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

#body_wrap.befine-root-layout #header .navbar-mobile .dropdown ul a:hover,
#body_wrap.befine-root-layout #header .navbar-mobile .dropdown ul .active:hover,
#body_wrap.befine-root-layout #header .navbar-mobile .dropdown ul li:hover > a {
  color: #bd956c;
}

#body_wrap.befine-root-layout #header .navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

#body_wrap.befine-root-layout .hifuka-fixed__btnWrap.is-show {
  visibility: visible;
  opacity: 1;
}

#body_wrap.befine-root-layout .hifuka-fixed__btnWrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
}

@media screen and (min-width: 960px) {
  #body_wrap.befine-root-layout .hifuka-fixed__btnWrap {
    top: 0;
    width: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

#body_wrap.befine-root-layout .hifuka-fixed__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px 0;
  width: 100%;
  padding: 15px 0;
  border: solid 1px #bd956c;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  transition: all 0.25s;
}

@media screen and (min-width: 960px) {
  #body_wrap.befine-root-layout .hifuka-fixed__btn {
    flex-direction: row;
    gap: 0 4px;
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

#body_wrap.befine-root-layout .hifuka-fixed__btn--web {
  background: #f48919;
  border: solid 1px #f48919;
  color: #fff;
}

#body_wrap.befine-root-layout .hifuka-fixed__btn--line {
  background: #00accf;
  border: solid 1px #00accf;
  color: #fff;
}

#body_wrap.befine-root-layout .hifuka-fixed__btn--tel {
  color: #bd956c;
  background: #fff;
}

#body_wrap.befine-root-layout .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

#body_wrap.befine-root-layout .p-fixBtnWrap {
  display: none;
}

#body_wrap.befine-root-layout #footer {
  background: #2d231a;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

#body_wrap.befine-root-layout #footer a {
  color: #fff;
}

#body_wrap.befine-root-layout #footer .footer-newsletter a[href^="tel:"] {
  color: #bd956c;
}

#body_wrap.befine-root-layout #footer .footer-newsletter {
  padding: 50px 0;
  background: #2d231a;
}

@media (max-width: 575px) {
  #body_wrap.befine-root-layout #footer .footer-newsletter {
    padding-bottom: 66px;
  }
}

#body_wrap.befine-root-layout #footer .footer-newsletter h4 {
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #bd956c;
}

#body_wrap.befine-root-layout #footer .footer-top {
  background: #2d231a;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 60px 0 30px 0;
}

#body_wrap.befine-root-layout #footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#body_wrap.befine-root-layout #footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0;
  line-height: 1;
  color: #a2cce3;
  font-weight: 600;
}

#body_wrap.befine-root-layout #footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#body_wrap.befine-root-layout #footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
  color: #bd956c;
  position: relative;
  padding-bottom: 12px;
}

#body_wrap.befine-root-layout #footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#body_wrap.befine-root-layout #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#body_wrap.befine-root-layout #footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

#body_wrap.befine-root-layout #footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#body_wrap.befine-root-layout #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#body_wrap.befine-root-layout #footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#body_wrap.befine-root-layout #footer .footer-top .footer-links ul a:hover {
  color: #bd956c;
}

#body_wrap.befine-root-layout #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#body_wrap.befine-root-layout #footer .footer-top .footer-contact p {
  line-height: 26px;
}

#body_wrap.befine-root-layout #footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#body_wrap.befine-root-layout #footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#body_wrap.befine-root-layout #footer .credits a {
  color: #a2cce3;
}

#body_wrap.befine-root-layout #footer p {
  margin-top: 0;
  margin-bottom: 1rem;
}

#body_wrap.befine-root-layout #footer table {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  caption-side: bottom;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  #body_wrap.befine-root-layout #footer table {
    table-layout: fixed;
  }

  #body_wrap.befine-root-layout #footer table th:first-child,
  #body_wrap.befine-root-layout #footer table td:first-child {
    width: 37.5%;
  }
}

#body_wrap.befine-root-layout #footer tr {
  border-bottom: 1px solid #c5c5c5;
}

#body_wrap.befine-root-layout #footer table th,
#body_wrap.befine-root-layout #footer table td {
  background: #fff;
  border-bottom: 1px solid #dee2e6;
  color: #000;
  text-align: left;
  vertical-align: top;
  overflow-wrap: normal;
  word-break: normal;
}

#body_wrap.befine-root-layout #footer table th:not(:first-child),
#body_wrap.befine-root-layout #footer table td:not(:first-child) {
  text-align: center;
  white-space: nowrap;
}

#body_wrap.befine-root-layout #footer table td:first-child {
  text-align: left;
  white-space: nowrap;
}

#body_wrap.befine-root-layout #footer .table-sm > :not(caption) > * > * {
  padding: .25rem;
}

#body_wrap.befine-root-layout #footer .mt-4 {
  margin-top: 1.5rem !important;
}

#body_wrap.befine-root-layout #footer .w-50 {
  width: 50% !important;
}

#body_wrap.befine-root-layout #footer img,
#body_wrap.befine-root-layout #footer svg {
  vertical-align: middle;
}

#body_wrap.befine-root-layout #footer .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

#body_wrap.befine-root-layout #footer .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
  #body_wrap.befine-root-layout #footer .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  #body_wrap.befine-root-layout #footer .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  #body_wrap.befine-root-layout #footer .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  #body_wrap.befine-root-layout #footer .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

#body_wrap.befine-root-layout #footer .bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
