@charset "UTF-8";
@media (max-width: 1024px) {
  footer {
    margin-bottom: 40px;
  }
}

.br {
  display: none;
}
@media (max-width: 640px) {
  .br {
    display: block;
  }
}

.max-w800 {
  max-width: 800px;
}

.p-global-nav .c-navbar__item > a {
  padding: 5px 10px !important;
}

.c-section.p-section-front-page-content {
  padding-top: 0;
}

.l-2row-header__row.u-invisible-md-down {
  margin-top: 0 !important;
}

.l-2row-header__row {
  padding: 0 !important;
}

.home .wp-block-cover {
  height: 80vh;
}
@media (max-width: 640px) {
  .home .wp-block-cover {
    min-height: auto !important;
    max-height: 450px !important;
  }
}

.wp-block-cover__inner-container {
  padding-left: 100px;
}
@media (max-width: 1024px) {
  .wp-block-cover__inner-container {
    margin-top: 80px;
    padding-left: 0px;
  }
}
@media (max-width: 1024px) {
  .wp-block-cover__inner-container .sme-text-color {
    font-size: clamp(10px, 5.6vw, 40px) !important;
  }
}

.l-footer {
  background-image: url("../img/sea3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: color;
  position: relative;
}

.l-footer-widget-area__item li {
  padding-left: 1rem;
  font-size: 16px;
}

.page .c-page-header,
.blog .c-page-header,
.archive .c-page-header {
  max-height: 300px;
}
@media (max-width: 640px) {
  .page .c-page-header,
.blog .c-page-header,
.archive .c-page-header {
    max-height: 200px;
  }
}

.hero-sub-title {
  position: relative;
  font-size: 16px;
}
.hero-sub-title:before, .hero-sub-title:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
}
.hero-sub-title:before {
  right: 110%;
}
.hero-sub-title::after {
  left: 110%;
}

.p-entry-content > h2 {
  border-left: 5px solid #2d7dbc !important;
}

.c-meta__item.c-meta__item--author {
  display: none;
}

.header-contents__SP {
  display: none;
}
.header-contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}
.header-contents__item {
  list-style: none;
}
.header-contents__link {
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 5px 25px;
  text-align: center;
}
.header-contents .tel {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.header-contents .tel:hover {
  opacity: 0.8;
}
.header-contents .tel p:nth-of-type(2) {
  color: #e4491c;
  font-weight: bold;
  font-size: 24px;
}
.header-contents .email {
  color: #ffffff;
  background: linear-gradient(45deg, #52bdf2, #2d7dbc);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.header-contents .email:hover {
  opacity: 0.8;
}
@media (max-width: 320px) {
  .header-contents .email {
    font-size: 14px;
  }
}
.header-contents svg {
  font-size: 24px;
  margin: 0 5px;
}

@media (max-width: 1024px) {
  .header-contents {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
  }
  .header-contents__PC {
    display: none;
  }
  .header-contents__SP {
    display: block;
  }
  .header-contents__list {
    gap: 0;
  }
  .header-contents__item {
    width: 50%;
  }
  .header-contents__link {
    padding: 8px;
    text-align: center;
  }
  .header-contents .tel {
    background: linear-gradient(45deg, #2d7dbc, #00416d);
    color: #ffffff;
  }
  .header-contents svg {
    font-size: 20px;
  }
}
.archive-hero__img {
  max-height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 640px) {
  .archive-hero__img {
    max-height: 200px;
  }
}

.drawer-nav__before a {
  text-decoration: none;
}
.drawer-nav__before a h2 {
  padding: 2rem 0;
  font-size: 16px;
}

.btn {
  max-width: 100%;
  position: relative;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.btn:hover {
  opacity: 0.8;
}
.btn::before {
  position: absolute;
  bottom: -8px;
  right: -8px;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn a {
  background: linear-gradient(45deg, #2d7dbc, #00416d);
}
.btn .smb-btn:hover {
  -webkit-filter: none;
          filter: none;
}
.btn--flow-email a {
  background: linear-gradient(45deg, #52bdf2, #2d7dbc);
}

.line-btn {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.line-btn a {
  border: 1px solid #00b900;
  padding: 0.5rem 3rem;
  font-size: 2rem;
  color: #ffffff !important;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  background: linear-gradient(45deg, #00b900, #198219);
  -webkit-transition-property: color, background;
  transition-property: color, background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
@media (max-width: 640px) {
  .line-btn a {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
}
.line-btn a:hover {
  -webkit-filter: none;
          filter: none;
  color: #00b900 !important;
  background: #ffffff;
}
.line-btn a::before {
  position: absolute;
  bottom: -8px;
  right: -8px;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.line-btn a svg {
  font-size: 4rem;
  margin-right: 1rem;
}
@media (max-width: 640px) {
  .line-btn a svg {
    font-size: 3rem;
  }
}

.map__google {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
}
.map__google--full {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw !important;
  max-width: none;
}

.address-box {
  display: block;
  padding-right: 2rem;
  padding-left: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 640px) {
  .address-box {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.address-box__title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 640px) {
  .address-box__title {
    font-size: 20px;
  }
}
.address-box__address {
  font-size: 16px;
  text-align: center;
}
.address-box a[href^=tel] {
  color: #e4491c;
  text-decoration: none;
}

.menu-table {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}
.menu-table--trial {
  max-width: 500px;
  min-width: auto;
}
@media (max-width: 640px) {
  .menu-table {
    font-size: 14px;
  }
}
.menu-table__small {
  font-size: 12px;
}
.menu-table__contents-sp {
  display: none;
}
@media (max-width: 640px) {
  .menu-table__contents-sp {
    display: table-cell;
    border-bottom: 3px solid #2d7dbc !important;
  }
}
@media (max-width: 640px) {
  .menu-table__contents-pc {
    display: none;
  }
}
.menu-table__contents-list {
  text-align: left;
}
.menu-table__contents-list li {
  list-style: square;
  position: relative;
}
.menu-table__contents-list li .fa-square-check {
  color: #2d7dbc;
}
.menu-table p {
  text-align: left !important;
}
.menu-table__row:nth-of-type(1) {
  background-color: #2d7dbc;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 640px) {
  .menu-table__row:nth-of-type(1) {
    font-size: 16px;
  }
}
.menu-table__row--note td {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  text-align: left;
}
.menu-table__recommend {
  position: relative;
  border: 2px solid #e4491c !important;
}
.menu-table__recommend::after {
  content: "オススメ！";
  position: absolute;
  white-space: nowrap;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  color: #ffffff;
  font-style: normal;
  background-color: #e4491c;
  padding: 2px 5px;
}
@media (max-width: 640px) {
  .menu-table__recommend::after {
    bottom: -15px;
  }
}
.menu-table__time, .menu-table__count {
  white-space: nowrap;
}
.menu-table__price {
  color: #2d7dbc;
  white-space: nowrap;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 640px) {
  .menu-table__price {
    font-size: 16px;
    padding: 10px 3px !important;
  }
}
@media (max-width: 320px) {
  .menu-table__price {
    font-size: 12px;
    white-space: normal;
  }
}

.week-table {
  max-width: 600px;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 3px solid #2d7dbc;
  margin-bottom: 10px;
  width: 100%;
}
.week-table th,
.week-table td {
  text-align: center !important;
  font-size: 16px;
  font-weight: normal;
  border: none !important;
  padding: 10px 0 !important;
}
@media (max-width: 640px) {
  .week-table th,
.week-table td {
    font-size: 14px;
  }
}
.week-table th {
  background-color: #2d7dbc !important;
  color: #ffffff !important;
}
.week-table td:not(:first-of-type) {
  color: #2d7dbc;
}

@media (max-width: 640px) {
  .company-table__row {
    border-bottom: 1px solid #2d7dbc;
  }
}
@media (max-width: 640px) {
  .company-table__row td {
    display: block;
  }
}
.company-table__row td:nth-of-type(1) {
  width: 20%;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
  border: none;
  border-right: 5px solid #2d7dbc;
}
@media (max-width: 640px) {
  .company-table__row td:nth-of-type(1) {
    width: 100%;
    border: none;
  }
}
.company-table__row td:nth-of-type(2) {
  width: 60%;
  border: none;
  padding-left: 3rem;
}
@media (max-width: 640px) {
  .company-table__row td:nth-of-type(2) {
    width: 100%;
    padding-left: 1rem;
  }
}
.company-table__history li {
  list-style: none;
}
.company-table__history li p:nth-of-type(1) {
  display: inline-block;
  position: relative;
}
.company-table__history li p:nth-of-type(1)::before, .company-table__history li p:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #333333;
  top: 50%;
}
.company-table__history li p:nth-of-type(1)::before {
  right: 101%;
}
.company-table__history li p:nth-of-type(1)::after {
  left: 101%;
}

@media (max-width: 1024px) {
  .faq-tab .smb-tabs__tabs {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.faq-tab .smb-tabs__tab-wrapper {
  margin: 0 !important;
  padding: 0 1rem !important;
}
@media (max-width: 1024px) {
  .faq-tab .smb-tabs__tab-wrapper {
    margin: 0.4rem 0 !important;
    width: 50% !important;
    text-align: center;
  }
}
.faq-tab .smb-tabs__tab {
  padding: 0 1rem !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.faq-tab .smb-tabs__tab:hover {
  color: #2d7dbc !important;
}
@media (max-width: 1024px) {
  .faq-tab .smb-tabs__tab {
    padding: 0 !important;
  }
}
@media (max-width: 640px) {
  .faq-tab .smb-tabs__tab {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .faq-tab .smb-tabs__tab {
    font-size: 12px;
  }
}
.faq-tab .smb-tabs__tab[aria-selected=true] {
  color: #2d7dbc !important;
  font-weight: bold;
  position: relative;
}
.faq-tab .smb-tabs__tab[aria-selected=true]::after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2d7dbc;
}
.faq-tab .smb-tabs__tab[aria-selected=false] {
  opacity: 1;
}
.faq-tab .smb-faq__item {
  border-bottom: 1px solid #2d7dbc;
}
.faq-tab .smb-faq__item:first-child {
  border-top: 1px solid #2d7dbc;
}

.trial-image img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
@media (max-width: 640px) {
  .trial-image img {
    height: 200px;
  }
}

.front-page__video {
  max-width: 800px;
  margin: 0 auto;
}
.front-page__recommendation .wp-block-snow-monkey-blocks-media-text {
  background-color: #ffffff;
}
.front-page__recommendation .c-row {
  padding: 20px;
}
@media (max-width: 1024px) {
  .front-page__recommendation .c-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 640px) {
  .front-page__recommendation .c-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.front-page__service .smb-panels__item {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.front-page__service .smb-panels__item__content {
  text-align: left;
}

.contact__privacy {
  max-height: 300px;
  border: 1px solid #333333;
  overflow-y: scroll;
}
.contact__privacy p {
  font-size: 14px !important;
}
.contact__privacy li {
  font-size: 14px !important;
}
@media (max-width: 640px) {
  .contact {
    max-height: 200px;
  }
}
.contact__email {
  display: none !important;
}
.contact__email.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 640px) {
  .contact__email.active {
    display: block !important;
  }
}

form[data-screen=confirm] .contact__privacy {
  display: none;
}

form[data-screen=confirm] .contact__privacy-title {
  display: none;
}

.smf-button-control__control {
  position: relative;
  background: linear-gradient(45deg, #2d7dbc, #00416d) !important;
  color: #ffffff !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.smf-button-control__control:hover {
  opacity: 0.8;
}
.smf-button-control__control::before {
  position: absolute;
  bottom: -8px;
  right: -8px;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

form[data-screen=input] .smf-progress-tracker__item.smf-progress-tracker__item--input .smf-progress-tracker__item__number {
  background-color: #2d7dbc;
}
form[data-screen=input] .smf-progress-tracker__item.smf-progress-tracker__item--input .smf-progress-tracker__item__text {
  color: #2d7dbc;
}

form[data-screen=confirm] .smf-progress-tracker__item.smf-progress-tracker__item--confirm .smf-progress-tracker__item__number {
  background-color: #2d7dbc;
}
form[data-screen=confirm] .smf-progress-tracker__item.smf-progress-tracker__item--confirm .smf-progress-tracker__item__text {
  color: #2d7dbc;
}

form[data-screen=complete] .smf-progress-tracker__item.smf-progress-tracker__item--complete .smf-progress-tracker__item__number {
  background-color: #2d7dbc;
}
form[data-screen=complete] .smf-progress-tracker__item.smf-progress-tracker__item--complete .smf-progress-tracker__item__text {
  color: #2d7dbc;
}

.flow__step .smb-step__item__number {
  background-color: #2d7dbc;
  border-radius: 0;
  font-size: 16px;
}
@media (max-width: 320px) {
  .flow__step .btn .smb-btn,
.flow__step .btn .sme-font-size {
    font-size: 10px !important;
  }
}

.single-post .voice-sidebar {
  display: none;
}

.single-voice .l-sidebar-widget-area {
  display: none;
}
.single-voice .l-sidebar-sticky-widget-area {
  display: none;
}
.single-voice .widgettitle {
  display: none;
}
/*# sourceMappingURL=style.css.map */