/**
 * Theme Name: Atsumaru Custom Fabric Theme
 * Version: 0.0.1
 * Template: arkhe
 */
html, body {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif !important;
}

.c-mouse-stoker {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.01, 0.43, 0.58, 1);
  pointer-events: none;
  z-index: 10;
}

.l-header {
  position: unset !important;
  background: none;
  line-height: 1;
}
.l-header .font-size-controller .wp-block-media-text__content {
  display: flex;
  align-items: center;
}
.l-header .font-size-controller .wp-block-media-text__content .wp-block-group {
  margin: 0;
  padding-left: 10px;
}
.l-header .font-size-controller .wp-block-media-text__content .wp-block-group .default,
.l-header .font-size-controller .wp-block-media-text__content .wp-block-group .large {
  cursor: pointer;
  font-size: 14px;
  background-color: white;
  border: #A3A3A3 1px solid;
  border-radius: 5px;
  line-height: 1;
  padding: 2px 0px;
  min-width: 61px;
  text-align: center;
}
.l-header .font-size-controller .wp-block-media-text__content .wp-block-group .default.active,
.l-header .font-size-controller .wp-block-media-text__content .wp-block-group .large.active {
  color: white;
  background-color: #585858;
}
.l-header__center {
  position: fixed;
  left: 0;
  top: -110px;
  padding: 0 !important;
  background-color: white;
  border-bottom-right-radius: 25px;
  transition: top 0.5s ease;
  max-width: 18vw;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.l-header__center.active {
  top: 0;
}
@media screen and (max-width: 999px) {
  .l-header__center {
    max-width: none;
    width: 50vw;
    top: 0;
  }
}
.l-header__logo {
  padding: 23px 2.5vw;
}
@media screen and (max-width: 999px) {
  .l-header__logo {
    padding: 17px 2.5vw;
  }
}
.l-header__right {
  width: auto;
  position: fixed;
  right: 0;
  top: 0;
  background-color: white;
  justify-content: end;
  padding-left: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  max-width: 83vw;
}
.l-header__right .wp-block-column {
  flex-basis: auto !important;
  align-items: center !important;
}
.l-header__cta {
  flex-basis: auto;
  max-width: 170px;
  min-width: 125px;
  width: 12vw;
}
.l-header__cta .wp-block-buttons {
  height: 100%;
  align-items: center;
}
.l-header__cta .wp-block-button {
  min-height: 94px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0;
  height: 100%;
}
.l-header__cta .wp-block-button a.wp-block-button__link {
  border-radius: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #26AB39;
  padding: 16px 0;
  line-height: 1;
  border-bottom: white 3px solid;
}
.l-header__cta .wp-block-button a.wp-block-button__link span {
  padding: 10px 0;
}
.l-header__cta .wp-block-button a.wp-block-button__link small {
  font-family: "Hanken Grotesk";
  font-size: 11px;
}
.l-header__cta small {
  font-size: 11px;
  opacity: 0.51;
}
.l-header__icons {
  gap: 0;
  margin: 10px 0 10px auto !important;
  width: max-content;
}
@media screen and (max-width: 1300px) {
  .l-header__icons {
    width: auto;
  }
}
.l-header__icons .wp-block-column:nth-child(3) {
  gap: 10px;
}
.l-header__info {
  font-weight: 400;
  grid-template-columns: 25px auto !important;
  gap: 0;
}
.l-header__info .wp-block-media-text__content {
  padding: 0 !important;
  font-size: 15px;
}
.l-header__info .wp-block-media-text__media {
  width: 25px;
}
.l-header__info .wp-block-media-text__media img {
  width: auto;
  height: 21px;
}
.l-header__gnavi {
  list-style: none;
  display: flex;
  justify-content: end;
  padding: 0;
  width: 100%;
  border-top: #D8D8D8 1px solid;
}
@media screen and (min-width: 1300px) {
  .l-header__gnavi {
    padding-left: 30px;
  }
}
.l-header__gnavi li {
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
}
.l-header__gnavi li a {
  padding: 15px 10px;
}
@media screen and (max-width: 1299px) {
  .l-header__gnavi li a {
    padding: 15px 5px;
  }
}
.l-header__gnavi li:nth-last-child(1) a {
  color: #3BAFBF;
  font-weight: bold;
}
.l-header__gnavi li:nth-last-child(2) a {
  color: #EF7A00;
  font-weight: bold;
}
.l-header__drawerBtn {
  display: none;
  bottom: auto;
  top: 0;
  right: 0;
  background-color: #26AB39;
  padding: 15px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 999px) {
  .l-header__drawerBtn {
    display: block;
  }
}
.l-header__body .ark-block-columns .ark-block-column {
  margin: 0 0 0 var(--arkb-gap--x) !important;
  max-width: unset !important;
  padding: var(--arkb-padding) !important;
  width: calc(var(--arkb-clmn-width) - var(--arkb-gap--x)) !important;
}
.l-header__body .arkb-column--4.ark-block-column.ark-keep-mt--s a,
.l-header__body .arkb-column--5.ark-block-column.ark-keep-mt--s a {
  padding: var(--arkb-padding) !important;
  color: #1E1E1E !important;
}

body.home,
.wp-block-post-content.home {
  background: url("images/cmn_bg_01.png") center top/cover fixed no-repeat;
}

.home .wp-block-fsb-flexible-spacer, .home .wp-block-spacer {
  margin-top: 0 !important;
}
.home .wp-block-heading {
  line-height: 1;
}

.home .is-style-en_title-heading {
  font-family: "Hanken Grotesk" !important;
  margin: 1.5rem auto 2.5rem !important;
  color: #26AB39 !important;
}
.home .is-style-bg__white {
  overflow: visible !important;
}
.home .is-style-bg__white .has-ark-bg-background-color,
.home .is-style-bg__white .has-ark-main-background-color {
  background-color: white !important;
}
.home .is-style-bg__white::before {
  content: "";
  background: url("images/wave_01.svg") bottom center/100% auto no-repeat;
  width: 100vw;
  height: 4.236vw;
  position: absolute;
  top: -4vw;
  left: 0;
}
.home .is-style-bg__white::after {
  content: "" !important;
  transform: rotate(180deg);
  background: url("images/wave_01.svg") bottom center/100% auto no-repeat;
  width: 100vw;
  height: 4.236vw;
  position: absolute;
  bottom: -4vw;
  left: 0;
  min-height: auto !important;
}
.home .is-style-bg__white__rotate::before {
  transform: scale(-1, 1);
}
.home .is-style-bg__white__rotate::after {
  transform: rotate(180deg) scale(-1, 1);
}
@media screen and (max-width: 999px) {
  .home .is-style-bg__white__rotate::after {
    transform: rotate(180deg);
  }
}
.home .is-style-bg__black {
  overflow: visible !important;
}
.home .is-style-bg__black .has-ark-bg-background-color,
.home .is-style-bg__black .has-ark-main-background-color {
  background-color: #3C3C3C !important;
}
.home .is-style-bg__black::before {
  content: "";
  background: url("images/wave_02.svg") bottom center/100% auto no-repeat;
  width: 100vw;
  height: 34.72vw;
  position: absolute;
  top: -34.5vw;
  left: 0;
}

.has-ark-bg-background-color {
  background-color: transparent !important;
}

.l-top-logo {
  position: absolute;
  left: 6rem;
  top: 5rem;
  z-index: 9;
  max-width: 17vw;
}
@media screen and (max-width: 999px) {
  .l-top-logo {
    max-width: 40vw;
  }
}
@media screen and (min-width: 1000px) {
  .l-top-logo {
    width: 277px;
    max-width: none;
  }
}
.l-top-mv {
  padding: 2rem;
}
.l-top-mv .ark-block-slider {
  margin: 0;
}
.l-top-mv .ark-block-slider__media {
  border-radius: 1.9rem;
  border: white 0.2rem solid;
  overflow: hidden;
  position: relative;
}
.l-top-mv .ark-block-slider__media::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.05);
}
.l-top-mv__catch {
  position: absolute;
  left: 6vw;
  top: 20rem;
  z-index: 9;
  width: 10.62vw;
}
.l-top-mv__catch img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  .l-top-mv__catch {
    max-width: 45vw;
    width: 25vw;
    top: 16vw;
    left: auto;
    right: 12vw;
  }
}
.l-top-mv__bottom-text {
  margin: 5rem 0 3rem !important;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .l-top-mv__bottom-text {
    margin: 4.8rem 0 2.8rem !important;
  }
  .l-top-mv__bottom-text img {
    max-width: 23rem;
  }
}
.l-top-movie {
  width: 61.52vw;
  max-width: 88.6rem;
  margin: 0 auto 7.5rem !important;
  position: relative;
  border: white 0.4rem solid;
  border-radius: 1.9rem;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 999px) {
  .l-top-movie {
    width: auto;
    max-width: 100%;
  }
}
.l-top-movie__text {
  position: absolute;
  width: 31.69vw;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 999px) {
  .l-top-movie__text {
    width: 66.92vw;
  }
}
.l-top-movie__movie {
  margin: 0 !important;
}
.l-top-movie__movie .wp-block-group__inner-container {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 999px) {
  .l-top-movie__movie .wp-block-group__inner-container {
    aspect-ratio: 5/4;
  }
}
.l-top-movie__movie .wp-block-embed__wrapper {
  height: 100%;
}
.l-top-movie__movie iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .l-top-movie__movie iframe {
    transform: scale(1.45);
  }
}
.l-top-movie__movie::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.l-top-news {
  overflow: visible !important;
  border: 0.1rem solid;
  margin-top: -38rem !important;
  padding-top: 30rem !important;
}
@media screen and (max-width: 999px) {
  .l-top-news {
    margin-top: -27rem !important;
    padding-top: 21rem !important;
  }
}
.l-top-news__list {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .l-top-news__list {
    padding: 0 20px;
  }
}
.l-top-news .c-postTimes__item {
  font-size: 1.5rem;
  margin-top: 0;
}
.l-top-news .qms4__post-list {
  border-bottom: #BABABA 0.1rem solid;
}
.l-top-news .qms4__post-list .qms4__post-list__post-date {
  width: 13rem !important;
}
.l-top-news .qms4__post-list__list {
  gap: 0 !important;
}
.l-top-news .qms4__post-list__list-item {
  border-top: #BABABA 0.1rem solid;
}
.l-top-news .qms4__post-list__list-item a {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem 2rem;
  padding: 2.5rem 2rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .l-top-news .qms4__post-list__list-item a {
    gap: 1rem 1rem;
  }
}
@media screen and (max-width: 999px) {
  .l-top-news .qms4__post-list__list-item a {
    padding: 2.5rem 0;
  }
}
.l-top-news .qms4__post-list__list-item a:not(:root) {
  color: #1E1E1E;
}
.l-top-news .qms4__post-list__list-item a:hover, .l-top-news .qms4__post-list__list-item a:focus, .l-top-news .qms4__post-list__list-item a:active {
  background-color: #D5FDFD;
}
.l-top-news .qms4__post-list__list-item.new .qms4__post-list__terms--taxonomy-news__category {
  position: relative;
}
.l-top-news .qms4__post-list__list-item.new .qms4__post-list__terms--taxonomy-news__category::after {
  display: block;
  z-index: 100;
  position: relative;
  top: 0.2rem;
  left: 0rem;
  width: 54px;
  height: 20px;
  color: #26AB39;
  border: 1px solid #26AB39;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 19px;
  text-align: center;
  content: "NEW";
  border-radius: 0.5rem;
}
.l-top-news .qms4__post-list__terms {
  margin: 0 !important;
}
.l-top-news .qms4__post-list__terms .icon {
  border-radius: 0.5rem;
}
.l-top-news .qms4__post-list__post-date, .l-top-news .qms4__post-list__post-title {
  font-size: 1.5rem;
  width: auto !important;
  margin: 0 !important;
}
@media screen and (max-width: 760px) {
  .l-top-news .qms4__post-list__post-title {
    width: 100% !important;
  }
}
.l-top-news__more a {
  display: block;
  border: #26AB39 0.1rem solid;
  color: #26AB39 !important;
  background-color: white !important;
  position: relative;
  font-size: 1.5rem;
  padding: 1.8rem 0 !important;
  min-width: 26.6rem;
  line-height: 1 !important;
  transition: all 0.3s ease !important;
}
.l-top-news__more a::before {
  background: #26AB39 !important;
}
.l-top-news__more a::after {
  content: "";
  display: block;
  position: absolute;
  background: none !important;
  width: 0.6rem !important;
  height: 0.6rem !important;
  transform: rotate(45deg) translateY(-50%) !important;
  border-top: #26AB39 0.1rem solid;
  border-right: #26AB39 0.1rem solid;
  right: 2rem;
  top: 50%;
}
.l-top-news__more a:hover {
  background-color: #26AB39 !important;
  color: white !important;
}
.l-top-news__more a:hover::before {
  background: #26AB39 !important;
}
.l-top-news__more a:hover::after {
  border-top-color: white !important;
  border-right-color: white !important;
}
@media screen and (max-width: 999px) {
  .l-top-news__more a {
    max-width: 70vw !important;
  }
}
.l-top-treatment .is-style-en_title-heading + .ark-block-columns {
  margin-top: 5rem !important;
}
@media screen and (max-width: 599px) {
  .l-top-treatment .ark-block-columns__inner {
    row-gap: 2.5rem;
  }
  .l-top-treatment .ark-block-columns__inner .ark-block-column {
    padding: 0 !important;
  }
  .l-top-treatment .ark-block-columns__inner .ark-block-column:nth-child(3) .l-top-treatment__icon {
    width: 85%;
  }
}
.l-top-treatment__image {
  overflow: hidden;
  border-radius: 5px;
}
.l-top-treatment__column a {
  text-decoration: none;
  display: block;
  background-color: white;
  border-radius: 0.8rem;
  padding: 1rem 1rem 4rem;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.l-top-treatment__column a:hover {
  top: -10px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 599px) {
  .l-top-treatment__column a {
    padding: 1rem 1rem 1rem;
  }
}
.l-top-treatment__column:last-child {
  padding-bottom: 0 !important;
}
.l-top-treatment__icon {
  width: 11.4rem;
  height: 7rem;
  margin: -5rem auto 0 !important;
  border-top-left-radius: 5.7rem;
  border-top-right-radius: 5.7rem;
  padding-top: 2.5rem;
  background: white;
  position: relative;
}
@media screen and (max-width: 599px) {
  .l-top-treatment__icon {
    height: 13vw;
    padding: 4vw 4vw 0;
    width: 18vw;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .l-top-treatment__icon img {
    max-height: 100%;
    width: auto;
  }
}
.l-top-treatment__heading {
  font-size: 2rem;
  margin: 1.5rem 0 2rem;
}
@media screen and (max-width: 599px) {
  .l-top-treatment__heading {
    margin: 1.5rem 0 1.5rem;
    font-size: 3.4vw;
  }
}
.l-top-treatment__text {
  padding: 0 1rem;
  min-height: 8rem;
}
@media screen and (max-width: 599px) {
  .l-top-treatment__text {
    min-height: auto;
    display: none;
  }
}
.l-top-treatment__more {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  text-align: right !important;
}
.l-top-treatment__name {
  margin-top: 0 !important;
}
@media screen and (max-width: 599px) {
  .l-top-treatment__name {
    width: 100vw;
    overflow: hidden;
    margin-left: -1.5rem;
  }
  .l-top-treatment__name img {
    transform: translateX(-14%);
    object-fit: cover;
    max-width: initial;
    max-height: initial;
    width: auto !important;
    height: 24vw !important;
  }
}
.l-top-clinic-info {
  padding: 0 54px;
}
@media screen and (max-width: 999px) {
  .l-top-clinic-info {
    padding: 0;
  }
}
.l-top-clinic-info .wp-block-columns:first-of-type {
  margin-top: 30px !important;
}
@media screen and (max-width: 460px) {
  .l-top-clinic-info .wp-block-columns:first-of-type {
    gap: 1.2rem !important;
  }
}
.l-top-clinic-info .ark-block-columns__inner {
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 999px) {
  .l-top-clinic-info {
    --arkb-gap--y: 45px;
  }
}
.l-top-clinic-info__column {
  border-radius: 32px;
  border: 4px white solid;
  position: relative;
  padding: 40px 40px 40px;
}
.l-top-clinic-info__column__orange {
  background-color: #FFE8D0;
}
.l-top-clinic-info__column__orange .l-top-clinic-info__more .wp-block-button__link {
  background-color: #EF7A00 !important;
}
.l-top-clinic-info__column__blue {
  background-color: #D8EFF2;
}
.l-top-clinic-info__column__blue .l-top-clinic-info__more .wp-block-button__link {
  background-color: #3BAFBF !important;
}
@media screen and (max-width: 999px) {
  .l-top-clinic-info__column {
    padding: 40px 30px 40px;
  }
}
.l-top-clinic-info__tips {
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.l-top-clinic-info__heading {
  text-align: center;
  margin-top: 0 !important;
  padding: 0 0 25px;
  line-height: 1;
  font-size: 30px;
}
@media screen and (max-width: 999px) {
  .l-top-clinic-info__heading {
    font-size: 22px;
    padding-bottom: 15px;
  }
}
.l-top-clinic-info__image img {
  width: 100%;
}
.l-top-clinic-info__fukidashi {
  display: flex;
  background-color: white;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  position: relative;
  text-align: center;
  min-width: 32px;
}
@media screen and (max-width: 599px) {
  .l-top-clinic-info__fukidashi strong {
    display: block;
  }
}
.l-top-clinic-info__fukidashi .wp-block-heading {
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  .l-top-clinic-info__fukidashi .wp-block-heading {
    font-size: 16px;
  }
}
.l-top-clinic-info__fukidashi::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent 5px solid;
  border-left: 12px white solid;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .l-top-clinic-info__fukidashi {
    padding: 10px;
    flex-basis: 20% !important;
  }
  .l-top-clinic-info__fukidashi + .wp-block-column {
    flex-basis: 80% !important;
  }
}
.l-top-clinic-info__business-hour {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1;
  row-gap: 20px;
}
.l-top-clinic-info__business-hour dt {
  text-align: center;
  border: #6A6A6A 1px solid;
  font-weight: normal;
  padding: 4px 15px;
  line-height: 1;
  margin-top: 0 !important;
  font-size: 15px;
}
@media screen and (max-width: 1080px) {
  .l-top-clinic-info__business-hour dt {
    padding: 4px 5px;
  }
}
@media screen and (max-width: 999px) {
  .l-top-clinic-info__business-hour dt {
    font-size: 14px;
    padding: 3px 0;
    width: 20%;
  }
}
.l-top-clinic-info__business-hour dd {
  padding: 0 0 0 10px;
  font-size: 26px;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .l-top-clinic-info__business-hour dd {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 999px) {
  .l-top-clinic-info__business-hour dd {
    width: 80%;
    font-size: 24px;
  }
}
@media screen and (max-width: 415px) {
  .l-top-clinic-info__business-hour dd {
    width: 80%;
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 355px) {
  .l-top-clinic-info__business-hour dd {
    width: 80%;
    font-size: 5.3vw;
  }
}
@media screen and (max-width: 1095px) {
  .l-top-clinic-info__business-hour dd .top_tenjin_time {
    padding-left: 0 !important;
  }
}
.l-top-clinic-info__warning {
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .l-top-clinic-info__warning + .wp-block-columns {
    gap: 1rem !important;
  }
}
.l-top-clinic-info__other-link {
  gap: 30px !important;
  font-weight: 500;
  font-size: 15px;
}
.l-top-clinic-info__holiday {
  font-size: 15px;
}
@media screen and (max-width: 1170px) {
  .l-top-clinic-info__holiday {
    flex-basis: auto !important;
  }
}
.l-top-clinic-info__gmap .wp-block-button__link {
  background-color: #5c5c5c !important;
  padding: 13px 35px 13px 26px !important;
  position: relative;
  font-size: 13px !important;
  font-weight: bold;
  line-height: 1 !important;
}
.l-top-clinic-info__gmap .wp-block-button__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent 5px solid;
  border-left-color: white;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1170px) {
  .l-top-clinic-info__gmap {
    flex-basis: 14em !important;
  }
  .l-top-clinic-info__gmap .wp-block-buttons {
    justify-content: center;
  }
  .l-top-clinic-info__gmap .wp-block-buttons .wp-block-button {
    margin-left: auto;
  }
}
@media screen and (max-width: 780px) {
  .l-top-clinic-info__gmap .wp-block-buttons .wp-block-button {
    margin: auto;
  }
}
.l-top-clinic-info__tel {
  width: 100%;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  padding: 15px 0;
  margin: 15px 0 30px !important;
  border-top: 1px #7C7C7C solid;
  border-bottom: 1px #7C7C7C solid;
  justify-content: center;
}
.l-top-clinic-info__tel figure {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 999px) {
  .l-top-clinic-info__tel {
    font-size: 28px;
  }
}
.l-top-clinic-info__more .wp-block-button__link {
  max-width: 100%;
  position: relative;
  padding: 25px 3px !important;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 1 !important;
}
.l-top-clinic-info__more .wp-block-button__link::after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url("images/icon_arrow_circle_white.svg") center center/2rem 2rem no-repeat;
}
@media screen and (max-width: 999px) {
  .l-top-clinic-info__more .wp-block-button__link {
    padding: 20px 30px !important;
  }
  .l-top-clinic-info__more .wp-block-button__link::after {
    right: 20px;
  }
}
.l-top-link {
  margin-top: -50rem !important;
  padding-top: 57.5rem !important;
  padding-bottom: 12.5rem !important;
}
.l-top-link .wp-block-cover__inner-container {
  padding: 0 5.4rem;
}
@media screen and (max-width: 999px) {
  .l-top-link .wp-block-cover__inner-container {
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  .l-top-link {
    margin-top: -160rem !important;
    padding-top: 167.5rem !important;
  }
  .l-top-link .wp-block-cover__inner-container {
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .l-top-link {
    margin-top: -150rem !important;
    padding-top: 157.5rem !important;
    padding-bottom: 12.5rem !important;
  }
}
.l-top-link__other {
  gap: 3rem !important;
  border-top: #D6E8E0 0.1rem solid;
  border-bottom: #D6E8E0 0.1rem solid;
  padding: 7.5rem 0 6rem;
}
@media screen and (max-width: 999px) {
  .l-top-link__other {
    padding: 7.5rem 0 7.2rem;
  }
  .l-top-link__other .ark-block-columns__inner {
    row-gap: 4.5rem;
  }
}
.l-top-link__other a,
.l-top-link__other .wp-block-qms4-link {
  display: block;
  text-align: center;
  color: #1E1E1E;
  font-size: 1.8rem;
}
.l-top-link__other a p,
.l-top-link__other .wp-block-qms4-link p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-top-link__other a p::after,
.l-top-link__other .wp-block-qms4-link p::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1.3rem;
  background: url("images/icon_arrow_circle_gray.svg") center center/2.4rem 2.4rem no-repeat;
}
.l-top-link__recruit {
  position: relative;
  margin-top: 0 !important;
}
.l-top-link__recruit-image {
  overflow: hidden;
  border-radius: 2rem;
  object-fit: cover;
}
@media screen and (max-width: 999px) {
  .l-top-link__recruit-image {
    height: 65vw;
  }
  .l-top-link__recruit-image img {
    max-width: none;
    height: 100%;
    width: auto;
  }
}
.l-top-link__recruit-image img {
  filter: brightness(0.5);
}
.l-top-link__recruit-text {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: white;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  text-align: center;
  padding: 3rem 8rem 0;
}
@media screen and (max-width: 999px) {
  .l-top-link__recruit-text {
    padding: 3rem 3rem 0;
  }
}
@media screen and (max-width: 730px) {
  .l-top-link__recruit-text {
    bottom: -3rem;
  }
}
.l-top-link__recruit-text h2 {
  color: #26AB39 !important;
  font-size: 6rem;
  font-weight: bold;
  font-family: "Hanken Grotesk";
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .l-top-link__recruit-text h2 {
    font-size: 4rem;
  }
}
.l-top-link__recruit-text p {
  color: #1E1E1E !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-top: 1rem !important;
}
.l-top-link__recruit-text p::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1.3rem;
  background: url("images/icon_arrow_circle_gray.svg") center center/2.4rem 2.4rem no-repeat;
}
@media screen and (max-width: 999px) {
  .l-top-link__recruit-text p {
    font-size: 1.6rem;
  }
}
.l-top-access {
  margin: 15rem 0 0;
}
@media screen and (max-width: 999px) {
  .l-top-access {
    margin-bottom: 0;
  }
}
.l-top-access__box {
  margin-top: 0 !important;
  border-radius: 3.2rem;
  background-color: white;
  border: 0.4rem white solid;
  overflow: hidden;
  row-gap: 0 !important;
}
.l-top-access__box .wp-block-fsb-flexible-spacer {
  margin-top: 0 !important;
}
.l-top-access__box .wp-block-buttons {
  margin-top: 5rem !important;
}
@media screen and (max-width: 999px) {
  .l-top-access__box .wp-block-buttons {
    margin-top: 3.5rem !important;
  }
}
.l-top-access__content {
  padding: 5rem 6rem 7rem;
}
@media screen and (max-width: 999px) {
  .l-top-access__content {
    padding: 3.5rem 2.5rem 5rem;
  }
}
.l-top-access__heading {
  line-height: 1;
  margin-top: 1.2rem !important;
  font-size: 3.2rem;
}
@media screen and (max-width: 999px) {
  .l-top-access__heading {
    font-size: 2.2rem;
  }
}
.l-top-access__heading-en {
  line-height: 1;
  margin-top: 1rem !important;
  font-family: "Hanken Grotesk";
  font-size: 1.4rem;
  color: #26AB39;
}
.l-top-access__sub-heading {
  padding: 1rem 1.2rem;
  line-height: 1;
  background-color: #606060;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
}
.l-top-access__sub-heading:first-of-type {
  margin-top: 0 !important;
}
.l-top-access p {
  margin-top: 1rem !important;
  margin-bottom: 3rem;
}
.l-top-access p strong {
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .l-top-access p strong {
    display: block;
  }
}
.l-top-access__button .wp-block-button__link {
  background-color: #26AB39 !important;
  width: 100% !important;
  padding: 2.1rem !important;
  line-height: 1 !important;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.l-top-access__button .wp-block-button__link::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("images/icon_arrow_circle_white.svg") center center/2rem 2rem no-repeat;
}
@media screen and (max-width: 999px) {
  .l-top-access__gmap {
    height: 46rem;
  }
}
.l-top-access__gmap iframe {
  width: 100%;
  height: 100%;
}
.l-top-bottom-slider .d-none {
  display: none;
}
.l-top-bottom-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.l-top-bottom-slider .swiper-slide img {
  max-width: 101%;
  width: 101%;
}

.l-footer {
  background-color: transparent !important;
}
.l-footer .wp-block-cover__inner-container {
  padding: 0 54px;
}
@media screen and (max-width: 999px) {
  .l-footer .wp-block-cover__inner-container {
    padding: 0;
  }
}
.l-footer-logo {
  margin-top: 60px !important;
}
@media screen and (max-width: 999px) {
  .l-footer-logo {
    max-width: 57.4vw;
    margin: auto;
  }
}
.l-footer-message {
  color: #434343;
  background-color: white !important;
}
@media screen and (max-width: 999px) {
  .l-footer-message {
    background-color: rgba(255, 255, 255, 0.5) !important;
  }
}
.l-footer__foot {
  padding: 20px 0;
  background-color: #3C3C3C;
  color: white !important;
}
.l-footer__foot .c-copyright {
  font-size: 10px;
}
@media screen and (max-width: 999px) {
  .l-footer__foot .c-copyright {
    padding-bottom: 60px;
  }
}
.l-footer-info__box {
  border-top: #6E6E6E 1px solid;
  padding: 60px 0;
  margin-top: 0 !important;
}
@media screen and (max-width: 599px) {
  .l-footer-info__box {
    padding: 35px 0 50px;
  }
}
@media screen and (max-width: 999px) {
  .l-footer-info__box .ark-block-column {
    --arkb-clmn-w--tab: 100% !important;
  }
}
.l-footer-info__box .wp-block-buttons {
  margin-top: 0 !important;
}
.l-footer-info__box__green .l-footer-info__heading {
  background-color: #26AB39;
}
.l-footer-info__box__green .l-footer-info__table tr:not(:nth-child(1)) td:not(:nth-child(1)) {
  color: #26AB39;
}
.l-footer-info__box__green .l-footer-info__more .wp-block-button__link {
  background-color: white !important;
  color: #26AB39 !important;
  font-size: bold;
  border: #26AB39 1px solid;
  position: relative;
}
.l-footer-info__box__green .l-footer-info__more .wp-block-button__link::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url("images/icon_arrow_circle_green.svg") center center/20px 20px no-repeat;
}
.l-footer-info__box__orange .l-footer-info__heading {
  background-color: #EF7A00;
}
.l-footer-info__box__orange .l-footer-info__table tr:not(:nth-child(1)) td:not(:nth-child(1)) {
  color: #EF7A00;
}
.l-footer-info__box__orange .l-footer-info__table .wp-element-caption {
  color: #EF7A00;
}
.l-footer-info__box__orange .l-footer-info__more .wp-block-button__link {
  background-color: white !important;
  color: #EF7A00 !important;
  font-size: bold;
  border: #EF7A00 1px solid;
}
.l-footer-info__box__blue .l-footer-info__heading {
  background-color: #3BAFBF;
}
.l-footer-info__box__blue .l-footer-info__table tr:not(:nth-child(1)) td:not(:nth-child(1)) {
  color: #3BAFBF;
}
.l-footer-info__box__blue .l-footer-info__table .wp-element-caption {
  color: #3BAFBF;
}
.l-footer-info__box__blue .l-footer-info__more .wp-block-button__link {
  background-color: white !important;
  color: #3BAFBF !important;
  font-size: bold;
  border: #3BAFBF 1px solid;
}
.l-footer-info__box__green .l-footer-info__table tr:nth-child(3) td:nth-child(1), .l-footer-info__box__orange .l-footer-info__table tr:nth-child(3) td:nth-child(1) {
  padding-left: 60px !important;
}
@media screen and (max-width: 999px) {
  .l-footer-info__box__green .l-footer-info__table tr:nth-child(3) td:nth-child(1), .l-footer-info__box__orange .l-footer-info__table tr:nth-child(3) td:nth-child(1) {
    padding-left: 2.6em !important;
  }
}
.l-footer-info__heading {
  font-weight: normal;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  padding: 12px 25px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 999px) {
  .l-footer-info__heading {
    font-size: 24px;
  }
}
.l-footer-info__heading__caution .wp-block-group__inner-container {
  display: flex;
  align-items: center;
}
.l-footer-info__heading__caution .wp-block-group__inner-container h2 {
  font-weight: normal;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  border-bottom-right-radius: 50px;
  white-space: nowrap;
}
.l-footer-info__heading__caution .wp-block-group__inner-container p {
  margin-top: 0 !important;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
  color: #1E1E1E !important;
}
@media screen and (max-width: 999px) {
  .l-footer-info__heading__caution .wp-block-group__inner-container p {
    font-size: 15px;
  }
}
.l-footer-info__address {
  margin-top: 15px !important;
}
.l-footer-info__gmap-button {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.l-footer-info__gmap-button .wp-block-button__link {
  background-color: #848484 !important;
  padding: 3px 30px 3px 30px !important;
  line-height: 1;
  color: #1E1E1E !important;
  min-width: 130px;
  text-align: center;
  width: 100% !important;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.l-footer-info__gmap-button .wp-block-button__link:hover {
  background-color: white !important;
}
.l-footer-info__gmap-button .wp-block-button__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent 5px solid;
  border-left-color: #4A4A4A;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer-info__tel {
  margin-top: 0 !important;
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  background: url("images/icon_tel_white.svg") left center/auto 33px no-repeat;
  padding-left: 45px;
}
.l-footer-info__tel__reserve {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .l-footer-info__tel {
    margin-bottom: 12px;
  }
  .l-footer-info__tel a {
    font-size: 10vw;
  }
}
.l-footer-info__time {
  margin-top: 0 !important;
}
.l-footer-info__more {
  margin-top: 30px !important;
}
@media screen and (max-width: 999px) {
  .l-footer-info__more {
    margin: 20px 0 30px !important;
    text-align: center;
    width: 100%;
  }
}
.l-footer-info__more .wp-block-button__link {
  min-width: 300px;
  text-align: center;
  font-weight: bold;
}
.l-footer-info__table {
  overflow: visible;
  position: relative;
}
.l-footer-info__table figcaption {
  margin-top: 0 !important;
  position: absolute;
  left: 0;
  bottom: -2em;
}
@media screen and (max-width: 599px) {
  .l-footer-info__table figcaption {
    position: inherit;
    bottom: 0;
    margin-top: 15px !important;
  }
}
.l-footer-info__table .wp-element-caption {
  font-size: 15px;
  text-align: left;
}
.l-footer-info__table tr td {
  border: #C6C6C6 1px solid;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .l-footer-info__table tr td {
    padding: 8px 5px !important;
  }
}
.l-footer-info__table tr:nth-child(1) td {
  font-size: 15px;
  padding: 12px 10px !important;
}
.l-footer-info__table tr:not(:nth-child(1)) td {
  padding: 23px 10px !important;
}
@media screen and (max-width: 999px) {
  .l-footer-info__table tr:not(:nth-child(1)) td {
    padding: 23px 5px !important;
  }
}
.l-footer-info__table tr:not(:nth-child(1)) td:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .l-footer-info__table tr:not(:nth-child(1)) td:nth-child(1) {
    font-size: 15px;
  }
}
.l-footer-info__table tr:not(:nth-child(1)) td:not(:nth-child(1)) {
  color: #26AB39;
}
.l-footer-info__table tr:not(:nth-child(1)) td:not(:nth-child(1)) strong {
  color: white;
  font-weight: normal;
}
.l-footer-info__schedule-link {
  margin-top: 25px;
}
@media screen and (max-width: 599px) {
  .l-footer-info__schedule-link {
    margin-top: 15px;
  }
}
.l-footer-info__schedule-link a {
  display: block;
  position: relative;
  padding-right: 25px;
}
.l-footer-info__schedule-link a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("images/icon_arrow_circle_white.svg") center center/20px 20px no-repeat;
}
.l-footer-other-contact {
  border-top: #6E6E6E 1px solid;
  border-bottom: #6E6E6E 1px solid;
  padding: 30px 0;
  margin-bottom: 55px !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 999px) {
  .l-footer-other-contact {
    margin-bottom: 20px !important;
  }
}
.l-footer-other-contact .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-footer-other-contact__text {
  font-size: 20px;
  line-height: 1;
  margin-right: 20px;
}
@media screen and (max-width: 999px) {
  .l-footer-other-contact__text {
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.l-footer-other-contact__tel {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-top: 0 !important;
  background: url("images/icon_tel_white.svg") left center/auto 20px no-repeat;
  padding-left: 30px;
}
.l-footer__inner .alignfull.wp-block-cover, .l-footer__inner .alignfull.wp-block-group.has-background {
  padding-top: 0 !important;
}
.l-footer-main {
  background-color: white !important;
}
@media screen and (max-width: 1000px) {
  .l-footer-main {
    display: none;
  }
}
.l-footer-main__heading {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #BFBFBF;
  padding: 25px 0;
  border-bottom: #CCCCCC 1px solid;
  margin-bottom: 40px;
}
.l-footer-sitemap__sub {
  padding-left: 15px;
}

.c-heading-h2 {
  font-size: 3rem;
}
@media screen and (max-width: 999px) {
  .c-heading-h2 {
    font-size: 22px;
  }
}

.l-fixed-footer {
  border-top: 1px solid #DDDDDD;
  display: none;
  width: 100vw;
  bottom: -7rem;
  transition: bottom 0.3s ease;
}
.l-fixed-footer.active {
  bottom: 0;
}
@media screen and (max-width: 999px) {
  .l-fixed-footer {
    display: block;
  }
}
.l-fixed-footer__item {
  position: relative;
}
.l-fixed-footer__item:nth-child(1) a {
  border-right: #DDDDDD 1px solid;
  background: url("images/icon_clock.svg") top 1rem center/auto 22px no-repeat;
}
.l-fixed-footer__item:nth-child(2) a {
  background: url("images/icon_mappin.svg") top 1rem center/auto 2rem no-repeat;
}
.l-fixed-footer__item:not(:last-child) {
  background-color: white;
  flex-basis: 25%;
}
.l-fixed-footer__item:not(:last-child) a {
  font-size: 12px;
  color: #1E1E1E;
  padding: 35px 0 1rem 0;
}
.l-fixed-footer__item:last-child {
  background-color: #26AB39;
  color: white;
  flex-basis: 50%;
}
.l-fixed-footer__item:last-child a {
  font-size: 15px;
}
.l-fixed-footer__item p {
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.l-fixed-footer__item a {
  padding: 3vw 0;
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 1.2;
}

.l-sp-navi__bg-gray {
  background-color: #3C3C3C;
  color: white;
  padding: 10rem 3rem 4rem;
}
.l-sp-navi__heading {
  font-size: 24px;
  text-align: center;
}
.l-sp-navi__heading-en {
  font-size: 13px;
  text-align: center;
  margin-bottom: 2rem !important;
  font-weight: bold;
  color: #26AB39;
}
.l-sp-navi__tel-menu .c-btn-clinic-tel {
  text-align: center;
}
.l-sp-navi__tel-menu .c-btn-clinic-tel a {
  background-color: white;
  border: #26AB39 2px solid;
  border-radius: 14px;
  overflow: hidden;
}
.l-sp-navi__tel-menu .c-btn-clinic-tel__name {
  font-size: 17px;
  background-color: #26AB39;
  padding: 15px 0;
}
.l-sp-navi__tel-menu .c-btn-clinic-tel__name__caution {
  font-size: 11px;
  line-height: 1;
  margin: 4px;
}
.l-sp-navi__tel-menu .c-btn-clinic-tel__icon {
  padding: 7px 0 3px;
}
.l-sp-navi__tel-menu .c-btn-clinic-tel__icon img {
  width: 37px;
  height: auto;
}
.l-sp-navi__tel-menu .c-btn-clinic-tel__text {
  color: #1E1E1E;
  font-size: 13px;
  padding-bottom: 1rem;
}
.l-sp-navi__tel-menu .c-btn-sp-border a {
  border: white 1px solid;
  padding: 14px 1rem 14px 1rem;
  border-radius: 12px;
}
.l-sp-navi__tel-menu .c-btn-sp-border a .wp-block-media-text {
  grid-template-columns: 25% 1fr;
}
.l-sp-navi__tel-menu .c-btn-sp-border a .wp-block-media-text__media {
  text-align: center;
}
.l-sp-navi__tel-menu .c-btn-sp-border a .wp-block-media-text__media img {
  max-height: 25px;
  width: auto;
  margin: auto;
}
.l-sp-navi__tel-menu .c-btn-sp-border a .wp-block-media-text__content {
  font-size: 14px;
  line-height: 1.3;
}
.l-sp-navi__tel-menu .wp-block-columns:nth-child(1) {
  margin-bottom: 2rem !important;
}
.l-sp-navi__tel-menu .wp-block-columns:nth-child(2) .wp-block-column:nth-child(1) a {
  border: #EF7A00 2px solid;
}
.l-sp-navi__tel-menu .wp-block-columns:nth-child(2) .wp-block-column:nth-child(1) .c-btn-clinic-tel__name {
  background-color: #EF7A00;
}
.l-sp-navi__tel-menu .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2) a {
  border: #3BAFBF 2px solid;
}
.l-sp-navi__tel-menu .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2) .c-btn-clinic-tel__name {
  background-color: #3BAFBF;
}
.l-sp-navi__sub-heading {
  margin: 17px 0 !important;
  font-size: 13px;
  font-weight: bold;
  font-family: "Hanken Grotesk";
  text-align: center;
  letter-spacing: 0.1em;
}
.l-sp-navi__image-menu {
  padding: 0 3rem;
}
.l-sp-navi__image-menu a {
  text-align: center;
}
.l-sp-navi__image-menu a figure {
  border-radius: 4px;
  overflow: hidden;
  max-height: 97px;
  object-fit: cover;
  margin-bottom: 1rem;
}
.l-sp-navi__image-menu a p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.l-sp-navi__border-menu {
  padding: 0 3rem;
}
.l-sp-navi__border-menu .wp-block-buttons {
  margin-top: 0 !important;
}
.l-sp-navi__border-menu .wp-block-buttons .wp-block-button {
  width: 100%;
}
.l-sp-navi__border-menu .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: block;
  color: #1E1E1E !important;
  padding: 2rem !important;
  text-align: center;
  font-size: 15px;
}
.l-sp-navi__border-menu__accordion {
  margin-top: 4rem !important;
  border-top: #909090 1px solid;
}
.l-sp-navi__border-menu__accordion .ark-block-accordion__title {
  background-color: white;
  padding: 2rem;
  border-bottom: #909090 1px solid;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.l-sp-navi__border-menu__accordion .ark-block-accordion__body {
  padding: 2rem 0;
  border-bottom: #909090 1px solid;
}
.l-sp-navi__border-menu__accordion .ark-block-accordion__body .wp-block-button .wp-block-button__link {
  background-color: #EBEBEB !important;
  font-weight: normal;
  border-radius: 4px !important;
}
.l-sp-navi__border-menu__accordion .ark-block-accordion__item {
  margin-top: 0 !important;
}
.l-sp-navi__border-menu__btn .wp-block-button__link, .l-sp-navi__border-menu__column-btn .wp-block-button__link {
  border-bottom: #909090 1px solid;
  border-radius: 0 !important;
  font-weight: bold;
  background-color: white !important;
}
.l-sp-navi__border-menu__column-btn {
  gap: 0 !important;
}
.l-sp-navi__border-menu__column-btn .wp-block-button {
  flex-basis: 50%;
}
.l-sp-navi__border-menu__column-btn .wp-block-button:first-child {
  border-right: #909090 1px solid;
}
.l-sp-navi__text-menu {
  padding: 0 50px;
  margin: 30px 0 100px;
  font-size: 15px;
  line-height: 2;
}

.p-drawer {
  padding: 0;
}

.c-iconBtn__icon svg:not([fill]) {
  fill: white;
}

/*# sourceMappingURL=style03.css.map */
