/* body{
  color: red !important;
 } */

.custom-logo {
  width: 200px !important;
  text-align: center;
  display: inline-block;
  @media screen and (min-width: 640px) {
    width: 300px !important;
  }
}

.c-site-branding__title {
  text-align: center;
  @media screen and (min-width: 640px) {
    text-align: left;
  }
}

/* 標準時のボタンのスタイル */
.btn-c {
  display: inline-block;
  padding: 7px 16px;
  /* background-image: linear-gradient(
    83deg,
    rgba(229, 58, 43, 1) 10%,
    rgba(233, 191, 4, 1)
  );  */
  background-color: #b29e6f;
  color: #ffffff; /* テキストの色 */
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  /* margin-left: 22px;  */
  transition-duration: 0.5s;
}
/* ホバー時のボタンのスタイル */
.btn-c:hover {
  text-decoration: none;
  opacity: 0.8;
  animation: 0.8;
}

/* a.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
} */

.svg-inline--fa {
  margin-right: 5px;
}

.home .smb-section__title {
  position: relative;

  display: inline-block;
  @media screen and (min-width: 640px) {
    padding-left: 25px;
  }
}

.home .smb-section__title:before {
  position: absolute;
  content: "";
  bottom: -10px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #fff;
  left: -8px;
  @media screen and (min-width: 640px) {
    bottom: -5px;
    left: 0;
  }
}
.home .smb-section__title:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: -5px;
  width: 100%;
  border-bottom: solid 3px #fff;
  @media screen and (min-width: 640px) {
    left: 10px;
    bottom: -5px;
  }
}

.seciton-title-green .smb-section__title:before {
  border-bottom: solid 15px var(--smb-section--subtitle-color) !important;
}
.seciton-title-green .smb-section__title:after {
  border-bottom: solid 3px var(--smb-section--subtitle-color) !important;
}

.voice .smb-spider-contents-slider__item {
  background-color: #fff !important;
  padding: 10px !important;
}

/* // Q&Aマーク */
.smb-faq__item__question__label,
.smb-faq__item__answer__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 10px 26px;
  border-radius: 100%;
}
/* // Qマーク */
.smb-faq__item__question__label {
  background-color: #6d559a;
  color: #fff;
}

.smb-faq__item__answer__label {
  background-color: #b29e6f;
  color: #fff;
}

.l-footer {
  background-color: #b29e6f;
  color: #fff;
  font-weight: bold;
}

.l-footer-widget-area__item .menu {
  display: flex;
  position: relative;
}
.l-footer-widget-area__item .menu .menu-item {
  margin: 0 2em 0 0;
}
/* .l-footer-widget-area__item .menu::before{
content:"menu";
position:absolute;
top:-2em;
} */

.page-id-185 .smb-items__banner__body {
  justify-content: center !important;
}

/* .tour .smb-section__title{
  position: relative;

} */

/* .tour .smb-section__title::before {
  content: "" !important;
  width: 234px !important;
  height: 139px;
  background-image: url(http://okinawasenseki.local/wp-content/uploads/2025/05/color2.svg);
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 6px;
  position: absolute;
  right: 0;
} */

/* .tour .smb-section__title .has-sm-accent-color {
  color: var(--wp--preset--color--sm-text-alt) !important;
  background-color: #fff;
  padding: 7px;
  border: 5px solid var(--smb-section--subtitle-color);
} */

.c-drawer__menu{
  font-weight: bold;
}

/* @media (max-width: 639px) {
  body {
    font-size: 0.9rem;
  }
} */