@charset "UTF-8";
/* 全体 ---------------------------------------------------------------- */
header.entry-header {
  display: none;
}

/* font */
@font-face {
  font-family: "genjyuugothic";
  src: url("../font/genjyuugothic/GenJyuuGothic-ExtraLight.ttf") format("truetype");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "genjyuugothic";
  src: url("../font/genjyuugothic/GenJyuuGothic-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "genjyuugothic";
  src: url("../font/genjyuugothic/GenJyuuGothic-Normal.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "genjyuugothic";
  src: url("../font/genjyuugothic/GenJyuuGothic-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "genjyuugothic";
  src: url("../font/genjyuugothic/GenJyuuGothic-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "genjyuugothic";
  src: url("../font/genjyuugothic/GenJyuuGothic-Heavy.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/* WP共通設定 --------------------------------------------------------------------- */
body {
  z-index: -5;
  color: var(#707070);
  font-family: "genjyuugothic", sans-serif;
  font-weight: 500;
}

body.home .site-body {
  padding: 0;
}

body.home .main-section--margin-bottom--on {
  margin-bottom: 0;
}

.site-body-bottom .widget {
  margin-bottom: 0;
}

/* chrome画像ぼやけ防止 */
img {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}

/* コンテンツ幅レイアウト */
.width-contents {
  max-width: 1110px;
  margin: 0 auto;
}

.width-mid {
  max-width: 780px;
  margin: 0 auto;
}

/* 既存ブロックカスタマイズ ---------------------------------------------------------- */
.is-style-cus-style-01 {
  position: relative;
  border: none;
  text-align: center;
  font-size: clamp(2.1875rem, 2.0482rem + 0.6369vw, 2.8125rem);
  margin-bottom: 0.6em !important;
}

.is-style-cus-style-01::after {
  content: "";
  background: url("../img/wave-heading.svg") no-repeat;
  width: 90px;
  height: 10px;
  position: relative;
  bottom: -5px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: none;
}

.is-style-cus-style-02 {
  position: relative;
  border: none;
  background: #00A0CA;
  color: #FFF;
  border-radius: 10rem;
  padding: 0.5em 1.4em 0.4em;
  margin-top: 2.2em !important;
}

.is-style-cus-style-02:first-of-type {
  margin-top: 0 !important;
}

.is-style-cus-style-02::after {
  display: none;
}

/* ギャラリーブロック 拡大なし */
.wp-block-gallery.has-nested-images figure.wp-block-image {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* ギャラリー */
ul.blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ul.blocks-gallery-grid .blocks-gallery-item__caption {
  padding: 40px 0px 9px;
}

/* vk投稿ブロック */
.vk_post .vk_post_btn {
  font-size: 14px;
  display: block;
  border-radius: 10rem;
  padding: 0.6rem 1rem;
}

.vk_post-btn-display.card .vk_post_body {
  padding-bottom: 80px;
}

/* vk投稿 メディア */
.vk_post .media-img {
  width: 15%;
}

/* vk投稿リスト */
.vk_post.vk_post-postType-example .const-date {
  margin-bottom: 0;
  font-size: 13px;
}

.vk_post.vk_post-postType-example .vk_post_title {
  margin-top: 0;
}

.vk_posts-postType-example .card-body {
  padding-top: 6px;
}

.img-fulfill {
  margin-bottom: 60px;
}

.img-fulfill .wp-block-media-text__media {
  max-height: 400px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 601px) {
  .img-fulfill:not(.has-media-on-the-right) .wp-block-media-text__media {
    margin-left: calc(100% - 50vw);
    border-radius: 0 2rem 2rem 0;
  }
  .img-fulfill.has-media-on-the-right .wp-block-media-text__media {
    margin-right: calc(100% - 50vw);
    border-radius: 2rem 0 0 2rem;
  }
}
.img-fulfill .wp-block-media-text__media img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .img-fulfill .wp-block-media-text__media {
    border-radius: 1rem;
  }
  .wp-block-media-text__content {
    margin-top: 22px;
    margin-bottom: 22px;
    padding: 0 !important;
  }
}
.wp-block-vk-blocks-accordion .vk_accordion-trigger > p {
  margin-bottom: 0 !important;
}

/* ブロック追加スタイル ---------------------------------------------------------------------- */
.white-box-cont {
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.1));
  padding: min(3.2rem, 5svw) min(3.2rem, 5svw);
  max-width: 980px !important;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 2rem;
}

/* テーブルレイアウト */
/* カスタムテーブル１ */
.custom-table01 > table {
  border: none;
  border-spacing: 0 6px;
  border-collapse: separate;
}

.custom-table01 > table th,
.custom-table01 > table td {
  padding: 1.4em 0;
  border: none;
}

.custom-table01 > table th, .custom-table01 > table tr > td:first-child {
  width: 25%;
  background: #fbfbfb;
  color: var(#707070);
  font-weight: bold;
  text-align: center;
}

.custom-table01 > table td {
  padding-left: 1.4rem;
  padding-right: 1.2rem;
  position: relative;
}

.custom-table01 > table td::after {
  background-color: #E8E8E8;
  border-radius: 10rem;
  content: "";
  display: block;
  height: 1px;
  width: 99%;
  bottom: 0;
  right: 0;
  position: absolute;
}

/* カスタムテーブル２ */
.custom-table02 > table {
  border: none;
  border-spacing: 0 6px;
  border-collapse: separate;
}

.custom-table02 > table th,
.custom-table02 > table td {
  padding: 1.4em 0;
  border: none;
}

.custom-table02 > table th, .custom-table02 > table tr > td:first-child {
  color: var(#707070);
  font-weight: bold;
  text-align: center;
}

.custom-table02 > table td {
  padding-left: 1.4rem;
  padding-right: 1.2rem;
  position: relative;
}

.custom-table02 > table td::after {
  background-color: #E8E8E8;
  border-radius: 10rem;
  content: "";
  display: block;
  height: 1px;
  width: 99%;
  bottom: 0;
  right: 0;
  position: absolute;
}

/* カスタムテーブル３ */
.custom-table03 > table {
  border: none;
  border-spacing: 0 6px;
  border-collapse: separate;
}

.custom-table03 > table th,
.custom-table03 > table td {
  padding: 1.4em 0;
  border: none;
}

.custom-table03 > table th, .custom-table03 > table tr > td:first-child {
  width: 25%;
  background: #fbfbfb;
  font-weight: bold;
  text-align: center;
}

.custom-table03 > table th {
  color: #999999;
}

.custom-table03 > table td {
  padding-left: 1.4rem;
  padding-right: 1.2rem;
  position: relative;
}

.custom-table03 > table td::after {
  background-color: #E8E8E8;
  border-radius: 10rem;
  content: "";
  display: block;
  height: 1px;
  width: 99%;
  bottom: 0;
  right: 0;
  position: absolute;
}

/* ヘッダー -------------------------------------------------------------------- */
.site-header {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.0705882353));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.0705882353));
}

/* ロゴ調整 */
#site-header-container {
  max-width: 100%;
  height: 114px;
}

@media screen and (min-width: 992px) {
  body.header_scrolled #site-header-container {
    height: 80px;
  }
}
#site-header .site-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: visible;
  height: auto;
}
@media screen and (max-width: 991.98px) {
  #site-header .site-header-logo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

body.header_scrolled #site-header .site-header-logo {
  margin: 10px 0;
}

#site-header .site-header-logo .catchphrase {
  display: block;
  font-size: 14px;
  line-height: 1em;
}

/* スクロール時 */
.header_scrolled .site-header {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .header_scrolled .site-header-logo a {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
  }
}

.header_scrolled #site-header .site-header-logo .catchphrase {
  display: none;
}

.site-header-logo a {
  position: absolute;
  top: min(1.5svw, 22px);
  z-index: 1;
  height: 125px;
  margin-left: 5svw;
}
@media screen and (max-width: 1199.98px) {
  .site-header-logo a {
    margin-left: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .site-header-logo a {
    position: relative;
    top: 5px;
    margin: 0;
  }
}

.site-header-logo img {
  width: 20svw;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 991.98px) {
  .site-header-logo img {
    width: 80%;
    margin: 0;
    margin-left: 2svw;
    padding-bottom: 20px;
  }
}

.header-logo-after-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo-after-cont a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 1.2rem;
}

.header-logo-after-cont img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header_scrolled .header-logo-after-cont > a > img {
  max-height: 50px;
}

/* グローバルメニュー */
.global-nav-list > li > a > span {
  color: var(--accent-color01);
  font-weight: 800;
}

#global-nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 992px) {
  #global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#global-nav > ul {
  padding: 14px 0 14px;
}

.device-pc .global-nav-list > li > a {
  margin: 0 8px;
  padding: 8px 2svw;
  border-radius: 1rem;
}

/* サブメニュー */
.global-nav-list > li > ul.sub-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  left: 50%;
  margin-left: -150px;
  width: 300px;
}

.global-nav-list .sub-menu li a {
  padding: 20px 1.2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  font-size: 0.95rem;
}

.global-nav-list .sub-menu li a {
  color: var(--vk-color-text-body);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.global-nav-list .sub-menu li a:hover {
  background-color: var(--vk-color-primary-vivid);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

/* ホバー */
.global-nav-list > li {
  position: relative;
}

.global-nav-list > li:before {
  display: none;
}

.global-nav-list > li:after {
  content: "";
  position: absolute;
  right: -1px;
  width: 2px;
  height: 12px;
  display: inline-block;
  background-color: #ededed;
  border-radius: 10rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.global-nav-list > li > a {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.global-nav-list > li > a:hover {
  background-color: #00A0CA;
  color: #FFF;
}

.global-nav-list > li.current-menu-item > a {
  background-color: #00A0CA;
  color: #FFF;
}

.global-nav-list > li.day-care > a:hover,
.global-nav-list > li.day-care.current-menu-item > a {
  background-color: #F08300;
}

.global-nav-list > li.rihabilitation > a:hover,
.global-nav-list > li.rihabilitation.current-menu-item > a {
  background-color: #5eca00;
}

.global-nav-list > li.gym > a:hover,
.global-nav-list > li.gym.current-menu-item > a {
  background-color: #0b718f;
}

.global-nav-list > li.relaxation > a:hover,
.global-nav-list > li.relaxation.current-menu-item > a {
  background-color: #EBCC5E;
}

.global-nav-list > li[class*=current]:where(:not(.menu-item-anchor)) .global-nav-description {
  color: #FFF;
}

.global-nav-list > li:hover .global-nav-description, .global-nav-list > li[class*=current]:where(:not(.menu-item-anchor)) .global-nav-description {
  opacity: 0.6;
}

#global-nav #top-menu-bar {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  margin-bottom: -10px;
}

body.header_scrolled #global-nav #top-menu-bar {
  display: none;
}

#top-menu-bar li {
  list-style: none;
  margin: 0;
  margin-right: 8px;
}

#top-menu-bar li:last-child {
  margin-right: 0;
}

#top-menu-bar li a {
  padding: 15px 22px 0.5rem;
  margin: 0;
  display: inline-block;
  border-radius: 0 0 1rem 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  top: -10px;
}

#top-menu-bar li a:hover {
  opacity: 0.8;
  top: 0;
  position: relative;
}

#top-menu-bar li.line a {
  position: relative;
  top: 0;
  padding: 0;
  margin: 5px 14px 0 0;
}
#top-menu-bar li.line a i {
  font-size: 24px;
  color: #00B900;
  margin: 0;
}

#top-menu-bar li.insta a {
  position: relative;
  top: 0;
  padding: 0;
  margin: 5px 8px 0 0;
}
#top-menu-bar li.insta a i {
  font-size: 26px;
  color: #c13584;
  margin: 0;
}

#top-menu-bar li.qa a {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 0.95em;
  background: #00A0CA;
  color: #FFF;
}

#top-menu-bar li.disclosure a {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 0.95em;
  background: #00A0CA;
  color: #FFF;
}

#top-menu-bar li.tel a {
  background: #5ECA00;
  color: #FFF;
}

#top-menu-bar li.contact a {
  background: #ffa700;
  color: #FFF;
}

/* スクロール */
.header_scrolled .site-header-container--scrolled--logo-and-nav-container .site-header-logo img, .header_scrolled .site-header-container--scrolled--logo-and-nav-full .site-header-logo img {
  max-height: 100% !important;
  opacity: 0;
  height: auto;
  width: 100%;
}

.breadcrumb {
  border: none;
}

.header-wave-bot {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  top: -2px;
  z-index: 2;
}

.header-wave-bot svg {
  vertical-align: top;
  max-width: 100%;
  position: absolute;
}

.page-header-inner {
  margin: 3.5% auto 0;
}

/* トップページ----------------------------------------------------------------------------------------- */
.top-section {
  z-index: 1;
  overflow: visible;
}

.top-section::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00A0CA;
  background: url("../img/section-wave-main-top.png") repeat-x;
  background-position: top center;
  width: 100%;
  height: 50px;
}

/* 固定ページ ---------------------------------------------------------------- */
/* カスタムテンプレート */
body.page-template-page-header-custom .page-header {
  min-height: 27rem;
}
@media screen and (max-width: 575.98px) {
  body.page-template-page-header-custom .page-header {
    min-height: 21rem;
  }
}

body.page-template-page-header-custom .page-header-title {
  display: none;
}

.page-header-cus-title-wrap {
  z-index: 1;
  overflow: visible;
  position: relative;
  background-color: #00A0CA;
  padding: 50px 1.2rem 15px;
}

.page-header-cus-title-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00A0CA;
  background: url("../img/section-wave-main-top.png") repeat-x;
  background-position: top center;
  width: 100%;
  height: 50px;
}

#site-header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -58px;
  left: 0;
  background: url("../img/header-wave-bot.svg") repeat-x;
  background-position: top center;
  width: 100%;
  height: 60px;
  z-index: 0;
}

@media screen and (min-width: 992px) {
  body.header_scrolled #site-header::after {
    display: none;
  }
}
.page-header-wave-bot {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 18px;
  position: relative;
  top: -2px;
}

.page-header-wave-bot svg {
  vertical-align: top;
  max-width: 100%;
}

.page-header-cus-title h1 {
  color: #FFF;
  text-align: center;
}

/* フッター ----------------------------------------------------------------- */
.site-footer {
  border-top: 6px solid var(--vk-color-primary);
  background: #00A0CA;
  position: relative;
  overflow: visible;
  content-visibility: visible;
  margin-top: 60px;
  border: none;
}

.site-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: -58px;
  background: url("../img/section-wave-footer-top.svg") repeat-x;
  background-position: bottom center;
  width: 100%;
  height: 60px;
  z-index: 1;
}

.site-footer-content {
  padding-bottom: 36px;
  color: #FFF !important;
}

.site-footer-content a {
  color: #FFF !important;
}

.site-footer-content .widget {
  margin-bottom: 0;
}

.site-footer-copyright {
  padding: 2px 1.2rem;
  max-width: 100% !important;
  background: #0b718f;
  color: #FFF;
}

.site-footer-copyright > p {
  font-size: 14px;
  line-height: 1.2em;
  margin: 20px;
}

/* フッターのvk投稿リスト */
.site-footer .postListText_singleTermLabel {
  display: inline-block;
  float: none;
  max-width: 120px;
  min-width: 120px;
}

.site-footer .postListText_title {
  float: none;
  margin-top: 0.4em;
}

/* 従来のブロック ナビ */
.footer-navmenu a {
  border-bottom-color: #FFF !important;
}

/* 投稿詳細ページ ------------------------------------------------------------- */
body.single h2 {
  padding-top: 0;
  border: none;
  border-bottom: 1px solid #00A0CA;
}

/* コンタクトフォーム整形 お問い合わせ */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
  margin: 4px 0;
}

.table-contact-form {
  border: none;
}

.table-contact-form p {
  margin-bottom: 0;
}

.contact-preferred-title {
  border-bottom: 1px solid #5e321a;
  padding: 6px 8px 2px;
  font-size: 0.9em;
}

.table-contact-form-top {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 14px;
  border-collapse: separate;
  margin-bottom: 20px;
}

.table-contact-form th {
  border: none;
  text-align: left;
  font-size: 1em;
}

.table-contact-form td {
  border: none;
  width: 75%;
}

.table-contact-form .name-style {
  max-width: 300px;
}

.table-contact-form .mail-style {
  max-width: 400px;
}

.table-contact-form .tel-style {
  max-width: 240px;
}

.table-contact-form .age-style {
  max-width: 80px;
}

.table-contact-form .wpcf7-checkbox {
  position: relative;
  left: -1em;
}

.contact-req {
  color: #ffaa00;
  font-size: 0.8em;
  border: 1px solid #ffaa00;
  padding: 0.2em 4px 0.2em;
  border-radius: 6px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.your-talk {
  font-size: 1.2em;
}

.contact-attention {
  color: #ffaa00;
  font-size: 0.8em;
}

.contact-submit {
  text-align: center;
  margin-top: 36px;
}

.contact-submit input[type=submit] {
  width: 50%;
  padding: 0.8em 2em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.contact-submit input[type=submit]:hover {
  background: none;
  color: var(--vk-color-primary);
  border: 1px solid var(--vk-color-primary);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.contact-submit .wpcf7-spinner {
  margin: 0 auto;
  display: block;
}

input#zip {
  width: 10em;
}

.wpcf7-checkbox .has-free-text {
  display: block;
}

/* タブ切替 */
.tab-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.8rem 20px;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7rem;
  width: 100%;
}

.tab-wrap .tab-btn {
  padding: 0;
  text-align: center;
  margin: 0;
  list-style: none;
  height: 4.5em;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 12px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 23%;
  color: #2b2b2b;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border: 2px solid #00A0CA;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .tab-wrap .tab-btn {
    max-width: 100%;
  }
}

.tab-wrap .tab-btn.show {
  background: #00A0CA;
  color: #fff;
  font-weight: bold;
}

.tab-wrap .tab-btn:hover {
  color: #FFF;
  background: #00A0CA;
}

.tab-wrap .tab-btn > a {
  width: 100%;
  padding: 0;
  color: #FFF;
  background: var(--main-color-02);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin: 0;
  height: 100%;
  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;
  border-radius: 12px;
  text-decoration: none;
}

.tab-wrap .tab-btn > a span {
  display: inline-block;
}

.tab-wrap .tab-btn.show > a {
  background: #00A0CA;
  color: #fff;
}

.tab-wrap .tab-contents {
  display: none;
}

.tab-wrap .tab-contents.show {
  display: block;
}

.tab-wrap .tab-btn.tab-kengaku {
  border: 2px solid #ffa700;
}

.tab-wrap .tab-btn.tab-kengaku.show {
  background: #ffa700;
  color: #fff;
  font-weight: bold;
}

.tab-wrap .tab-btn.tab-kengaku:hover {
  color: #FFF;
  background: #ffa700;
}

.tab-wrap .tab-btn.tab-taiken {
  border: 2px solid #79d700;
}

.tab-wrap .tab-btn.tab-taiken.show {
  background: #79d700;
  color: #fff;
  font-weight: bold;
}

.tab-wrap .tab-btn.tab-taiken:hover {
  color: #FFF;
  background: #79d700;
}

/* ローディングアニメーション */
body {
  visibility: hidden;
}
body.visible {
  visibility: visible;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

@-webkit-keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.loading {
  position: fixed;
  inset: 0;
  z-index: 3000;
  height: 100svh;
  background-color: #FFF;
  display: none;
}

.loading__inner {
  width: 100%;
  height: inherit;
  display: grid;
  place-content: center;
  row-gap: 20px;
}

.loading__text {
  font-size: max(15px, 1.1rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}

.loading__logo {
  margin: 0 auto;
  width: min(500px, 100%);
}

/* フェードイン */
/* 共通 */
.fadein {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.fadein.is-show {
  opacity: 1;
}

/* トップ キーフレーズ */
.keyphrase-fadein::before {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.keyphrase-fadein.is-show::before {
  opacity: 1;
}

/* パララックス */
.common-orn01 {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: -1;
}

.common-orn01::before {
  position: absolute;
  top: 0;
  display: inline-block;
  content: "";
  width: 930px;
  height: 100px;
  background: url(../img/common-orn01.svg) no-repeat right top;
}

.common-orn01.left::before {
  position: absolute;
  left: -860px;
  background-position: right top;
}

.common-orn01.right::before {
  position: absolute;
  right: -900px;
  background-position: left top;
}

/* baguetteBox */
body #baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  max-height: 95%;
  max-width: 100%;
  min-height: 95%;
  min-width: 95%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ハンバーガーメニューアニメ */
#vk-mobile-nav-menu-btn {
  display: none;
}

.admin-bar .vk-mobile-nav.vk-mobile-nav-drop-in, .vk-mobile-nav.vk-mobile-nav-drop-in {
  top: 0;
}

.admin-bar .hamburger {
  top: 52px;
}

@media only screen and (max-width: 782px) {
  .admin-bar .hamburger {
    top: 66px;
  }
}
.hamburger {
  display: block;
  position: fixed;
  z-index: 2100;
  right: 13px;
  top: 14px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 36px;
  height: 4px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scaleY(0.5) translateY(1px);
          transform: scaleY(0.5) translateY(1px);
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 22px;
}

.hamburger span:nth-child(3) {
  top: 34px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 5px;
  -webkit-transform: rotate(-45deg) scaleY(0.5) translateY(1px);
  transform: rotate(-45deg) scaleY(0.5) translateY(1px);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg) scaleY(0.5) translateY(1px);
  transform: rotate(45deg) scaleY(0.5) translateY(1px);
}

#vk-mobile-nav {
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#vk-mobile-nav nav ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#vk-mobile-nav nav ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

#vk-mobile-nav nav ul li:last-child {
  padding-bottom: 0;
}

#vk-mobile-nav nav ul li a {
  display: block;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
#vk-mobile-nav.active {
  visibility: visible;
  opacity: 1;
}

/* reCaptcha v3 位置変更　左下 */
.grecaptcha-badge {
  left: 6px !important;
  width: 70px !important;
  z-index: 999;
}

.grecaptcha-badge:hover {
  left: 6px !important;
  width: 256px !important;
}

/* ページトップへ */
#page_top {
  position: fixed;
  right: 0px;
  bottom: -51px;
  z-index: 100;
}

#page_top::before {
  position: absolute;
  content: "";
  background: url(../img/gotop02.svg) no-repeat center;
  width: 188px;
  height: 145px;
  display: inline-block;
  bottom: 57px;
  right: 9px;
  pointer-events: none;
}
@media screen and (max-width: 575.98px) {
  #page_top::before {
    width: 160px;
    height: 112px;
  }
}

#page_top a {
  display: block;
  text-decoration: none;
  background: url(../img/gotop01.svg) no-repeat center;
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 575.98px) {
  #page_top a {
    width: 120px;
    height: 120px;
  }
}

/* メディアクエリ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PC */
/* PC・タブレット */
@media only screen and (max-width: 1199.98px) {
  /* ヘッダー電話メニュー */
  .header-tel {
    display: none;
  }
}
/* PC・タブレット */
@media only screen and (min-width: 992px) {
  /* ヘッダースクロール時 */
  .header_scrolled .site-header-container--scrolled--logo-and-nav-full {
    padding-right: 2rem;
  }
  body.device-pc .hamburger {
    display: none;
  }
}
/* タブレット */
@media only screen and (max-width: 991.98px) {
  /* スマホ･タブレットスクロールカクツキ防止 テーマ不具合？ */
  .page-header {
    margin-top: 0 !important;
  }
  .header_scrolled.admin-bar .site-header {
    top: 0;
  }
  /* 問い合わせメニュー */
  .gnavi-contact {
    display: none;
  }
  body.home .site-body {
    margin-top: 0 !important;
  }
}
/* タブレット */
/* タブレット・スマホ */
@media only screen and (max-width: 767.98px) {
  .table-contact-form th {
    display: block;
  }
  .table-contact-form td {
    width: 100%;
    display: block;
  }
  .vk_post.media {
    display: block;
  }
  .vk_post.media .media-img {
    width: 100%;
  }
  .vk_post.media .media-body {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .rellax {
    display: none;
  }
}
/* タブレット・スマホ */
/* スマホ */
@media only screen and (max-width: 575.98px) {
  /* カスタムテーブル */
  .custom-table01 > table th, .custom-table01 > table td, .custom-table01 > table tr > td:first-child {
    width: 100%;
    display: inline-block;
    text-align: left;
  }
  .custom-table02 > table th, .custom-table02 > table td, .custom-table02 > table tr > td:first-child {
    width: 100%;
    display: inline-block;
    text-align: left;
  }
  .custom-table02 > table th::after, .custom-table02 > table tr > td:first-child::after {
    background-color: #777777;
  }
}/*# sourceMappingURL=main-style.css.map */