@charset "UTF-8";
/*
theme Name: KABUFUJI
*/
html {
  font-size: 16px; }

body {
  background: var(--bg--color);
  color: var(--text--color);
  margin: 0;
  text-align: center; }

* {
  box-sizing: border-box; }

header {
  background: var(--header--color);
  height: 82px;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 2147483647; }
  @media screen and (min-width: 961px) {
    header {
      height: auto;
      padding: 0 0 20px; } }
  header > div {
    margin: 0 auto 30px;
    padding: 0 20px;
    width: 100%;
    max-width: 960px; }
    header > div > h1, header > div p {
      color: #666;
      font-size: 10px;
      font-weight: 400;
      line-height: 1.2;
      margin: 5px 0;
      display: flex; }
      @media screen and (min-width: 961px) {
        header > div > h1, header > div p {
          margin: 10px 0 15px; } }
    header > div > div {
      display: flex;
      width: 100%; }
      header > div > div > a {
        display: inline-block;
        height: 40px;
        margin: 5px 0;
        padding: 0;
        transition: all .5s;
        width: auto; }
        @media screen and (min-width: 961px) {
          header > div > div > a {
            height: 50px;
            margin: 0 50px 0 0; } }
        header > div > div > a > img {
          height: 100%;
          margin: 0;
          vertical-align: top;
          width: auto; }
        header > div > div > a:hover {
          opacity: .7; }
      header > div > div > div {
        align-items: flex-end;
        display: none;
        height: 50px;
        justify-content: flex-end;
        margin: 0;
        padding: 0;
        transition: all .5s;
        width: 100%; }
        @media screen and (min-width: 961px) {
          header > div > div > div {
            display: flex; } }
        header > div > div > div > a {
          display: inline-block;
          padding: 0;
          width: auto; }
          header > div > div > div > a > img {
            margin: 0;
            vertical-align: top;
            width: auto; }
          header > div > div > div > a.tel, header > div > div > div > a.other {
            height: 50px;
            margin: 0 0 0 30px; }
            header > div > div > div > a.tel > img, header > div > div > div > a.other > img {
              height: 50px; }
          header > div > div > div > a.other {
            margin: 0 0 0 15px; }
          header > div > div > div > a.eks, header > div > div > div > a.insta, header > div > div > div > a.fb, header > div > div > div > a.youtube {
            height: 25px;
            margin: 0 0 0 15px; }
            header > div > div > div > a.eks > img, header > div > div > div > a.insta > img, header > div > div > div > a.fb > img, header > div > div > div > a.youtube > img {
              height: 25px; }
          header > div > div > div > a:hover {
            opacity: .7; }
  header > input.check {
    display: none; }
  header > label {
    background: var(--accent--color);
    border-radius: 5px;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 20px;
    top: 22px;
    width: 50px;
    z-index: 2147483647; }
    @media screen and (min-width: 961px) {
      header > label {
        display: none; } }
    header > label > span {
      background: #fff;
      border-radius: 1px;
      display: block;
      height: 2px;
      left: 50%;
      position: absolute;
      top: 10px;
      transform: translateX(-50%);
      transform-origin: top left;
      transition: all .5s;
      width: 30px; }
      header > label > span:nth-of-type(2) {
        top: 17px; }
      header > label > span:nth-of-type(3) {
        top: 24px; }
    header > label::after {
      bottom: 4px;
      color: #fff;
      content: "MENU";
      font-size: 10px;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
      transition: all .5s; }
  header > nav {
    background: var(--base--color);
    border-radius: 5px;
    height: 50px;
    overflow: scroll;
    position: fixed;
    right: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    top: 22px;
    transition: all .5s;
    width: 50px;
    z-index: 999999999; }
    header > nav::-webkit-scrollbar {
      display: none; }
    @media screen and (min-width: 961px) {
      header > nav {
        background: transparent;
        height: auto;
        position: static;
        width: 100%; } }
    header > nav > ul {
      border-top: 1px solid #fff;
      display: none;
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: left; }
      @media screen and (min-width: 961px) {
        header > nav > ul {
          border: 0;
          display: flex;
          list-style: none;
          justify-content: center;
          margin: 0 auto;
          overflow: auto;
          text-align: center;
          max-width: 920px; } }
      header > nav > ul li {
        border-bottom: 1px solid #fff;
        line-height: 2;
        padding: 10px 3px; }
        @media screen and (min-width: 961px) {
          header > nav > ul li {
            border-bottom: 0;
            border-right: dotted 1px var(--h-border--color);
            padding: 0 30px; }
            header > nav > ul li:last-of-type {
              border-right: none; } }
        header > nav > ul li > a {
          color: var(--main--color);
          font-size: 14px;
          font-weight: 900;
          text-decoration: none; }
          @media screen and (min-width: 961px) {
            header > nav > ul li > a {
              color: var(--h-nav--color); } }
          header > nav > ul li > a:hover {
            opacity: .7; }
  header input.check:checked ~ div > div > a {
    left: 20px;
    position: fixed;
    top: 22px;
    z-index: 2147483647; }
  header input.check:checked ~ div > div > div {
    animation-name: fadeIn;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    bottom: 20px;
    display: block;
    height: auto;
    left: 50%;
    position: fixed;
    transform: translateX(-50%);
    z-index: 2147483647; }
    header input.check:checked ~ div > div > div > a {
      margin: 0 20px 20px; }
      header input.check:checked ~ div > div > div > a.tel, header input.check:checked ~ div > div > div > a.other {
        display: block; }
  header input.check:checked ~ label > span {
    background-color: #fff;
    left: calc(50% + 5px);
    top: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 20px; }
    header input.check:checked ~ label > span:nth-child(2) {
      display: none; }
    header input.check:checked ~ label > span:nth-child(3) {
      left: 12px;
      transform: rotate(-45deg);
      transform-origin: top right;
      top: 9px; }
  header input.check:checked ~ label::after {
    content: "CLOSE"; }
  header input.check:checked ~ nav {
    border-radius: 0;
    height: 100%;
    margin: 0;
    padding: 100px 20px;
    right: 0;
    top: 0;
    width: 100%; }
    header input.check:checked ~ nav > ul {
      display: block; }

/*フェードイン*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
main {
  overflow: hidden;
  text-align: center; }
  main > .page-title {
    height: 405px;
    overflow: hidden;
    position: relative; }
    main > .page-title > img {
      left: 50%;
      object-fit: cover;
      position: absolute;
      top: calc(50% + 82.5px);
      transform: translate(-50%, -50%);
      width: 100%; }
    main > .page-title > h1 {
      font-size: 24px;
      line-height: 1.5;
      margin: 267px 0 0;
      position: relative;
      text-align: center;
      z-index: 10; }
  main > .main-contents {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
    width: 100%;
    max-width: 960px; }

#cta {
	padding: 0 20px!important;
}

footer {
  background: var(--accent--color);
  padding: 0; }
  @media screen and (min-width: 961px) {
    footer {
      padding: 80px 0; } }
  footer > nav {
    display: none; }
    @media screen and (min-width: 961px) {
      footer > nav {
        display: block; } }
    footer > nav ul {
      display: flex;
      list-style: none;
      justify-content: center;
      margin: 0 auto 80px;
      padding: 0;
      max-width: 920px; }
      footer > nav ul li {
        border-right: dotted 1px var(--f-border--color);
        line-height: 2;
        padding: 0 30px; }
        footer > nav ul li:last-of-type {
          border-right: none; }
        footer > nav ul li > a {
          color: var(--f-nav--color);
          font-size: 14px;
          font-weight: 900;
          text-decoration: none; }
          footer > nav ul li > a:hover {
            opacity: .7; }
  footer .widget {
    padding: 0 20px 80px; }
    @media screen and (min-width: 961px) {
      footer .widget {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding: 0 20px;
        text-align: left;
        max-width: 960px; } }
    footer .widget > div {
      margin: 50ox 0 0; }
      @media screen and (min-width: 961px) {
        footer .widget > div.footer-block1 {
          margin: 0; } }
      @media screen and (min-width: 961px) {
        footer .widget > div.footer-block2 {
          margin: 0 0 0 30px; } }
      @media screen and (min-width: 961px) {
        footer .widget > div.footer-block3 {
          margin: 0 0 0 30px; } }
  footer > p {
    color: var(--copyright--color);
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 auto;
    padding: 20px; }
    @media screen and (min-width: 961px) {
      footer > p {
        margin: 0 auto;
        padding: 0; } }
  footer .navi {
    align-items: center;
    background: var(--main--color);
    bottom: -60px;
    display: flex;
    height: 60px;
    left: 0;
    justify-content: space-around;
    position: fixed;
    transition: all .5s;
    width: 100%;
    z-index: 99999999; }
    @media screen and (min-width: 961px) {
      footer .navi {
        display: none; } }
    footer .navi > a {
      color: #fff;
      display: inline-block;
      font-size: 10px;
      height: 100%;
      line-height: 2;
      margin: 0;
      padding: 40px 0 0;
      position: relative;
      text-decoration: none;
      width: 20%; }
      footer .navi > a > i {
        color: #fff;
        display: block;
        font-size: 25px;
        left: 50%;
        position: absolute;
        top: 10px;
        transform: translateX(-50%); }

.scrolled .navi {
  bottom: 0; }

/* タイトル装飾 */
h2.vk_heading_title-style-default {
  border-top: 2px solid var(--main--color);
  border-bottom: 1px solid var(--base--color);
  padding: 0.5em 0; }

h3.vk_heading_title-style-default {
  padding: 0 0 0.5em;
  border-bottom: 1px solid var(--base--color); }
  h3.vk_heading_title-style-default span {
    position: relative; }
    h3.vk_heading_title-style-default span::after {
      border-bottom: 1px solid var(--main--color);
      bottom: -0.7em;
      content: "";
      display: block;
      height: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      width: 100%; }

h4.vk_heading_title-style-default {
  padding: 0.5em;
  background-color: var(--base--color); }

h5.vk_heading_title-style-default {
  border-bottom: 1px solid var(--base--color);
  padding-bottom: 0.5em; }

/* 最新の投稿 */
.wp-block-latest-posts__post-title {
  font-weight: bold;
  text-decoration: none; }

/* アコーディオン */
.vk_faq.vk_faq-accordion-close .vk_faq_title::after {
  display: none; }

.vk_faq.vk_faq-accordion-close .vk_faq-body, .vk_faq.vk_faq-accordion-open .vk_faq-body {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

/* カラム */
.wp-block-columns {
  margin: 0; }

/* カバー */
.wp-block-cover, .wp-block-cover-image {
  padding: 0 !important; }

/* ページトップへ戻るボタン */
.page_top_btn {
  background-color: var(--accent--color);
  border-radius: 50%;
  bottom: -10%;
  box-shadow: none;
  transition: all .5s; }

.scrolled .page_top_btn {
  bottom: 3%;
  opacity: .5; }
  .scrolled .page_top_btn:hover {
    opacity: 1; }

/* カラー調整 */
:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)),
.vk_borderBox .vk_borderBox_body > *:not(.has-text-color) {
  color: var(--text--color) !important; }

/* オフセット右 */
.offset-right-box {
  padding: 80px 0;
  position: relative; }
  .offset-right-box > div {
    margin: 0; }
  .offset-right-box .shadow {
    display: block;
    height: 100%;
    left: 25%;
    position: absolute;
    top: 0;
    z-index: -10;
    width: 100vw; }

/* オフセット左 */
.offset-left-box {
  padding: 80px 0;
  position: relative; }
  .offset-left-box > div {
    margin: 0; }
  .offset-left-box .shadow {
    display: block;
    height: 100%;
    position: absolute;
    right: 25%;
    top: 0;
    z-index: -10;
    width: 100vw; }

/* カード */
.cover-full {
  min-height: auto; }
  .cover-full .card {
    overflow: unset;
    padding: 30px 20px 20px;
    position: relative; }
    .cover-full .card .wp-block-columns {
      gap: 0.5rem;
      margin: 0; }
    .cover-full .card .wp-block-buttons {
      left: 50%;
      margin: 0;
      position: absolute;
      top: -20px;
      transform: translateX(-50%); }

.wp-container-core-columns-layout-18.wp-container-core-columns-layout-18 {
  margin-bottom: 0; }

.cover-full {
  overflow: unset !important; }
  .cover-full > span {
    left: 50% !important;
    transform: translateX(-50%);
    width: 100vw; }
  .cover-full > img, .cover-full > video {
    left: 50% !important;
    transform: translateX(-50%);
    width: 100vw !important; }
  .cover-full.cta .wp-block-cover__inner-container.is-layout-constrained.wp-block-cover-is-layout-constrained {
    max-width: 960px; }

.wp-block-latest-posts__list {
  border-top: 1px solid #707070; }
  .wp-block-latest-posts__list > li {
    border-bottom: 1px solid #707070;
    padding: 20px 0; }
    .wp-block-latest-posts__list > li::after {
      clear: both;
      content: "";
      display: block;
      height: 0;
      width: 0; }

.wp-block-latest-posts__featured-image {
  float: left;
  margin: 0 20px 0 0; }

.wp-block-latest-posts__post-title {
  color: var(--text--color); }

.conversion {
  bottom: -300px;
  display: block !important;
  opacity: 0;
  position: fixed;
  right: 3%;
  transition: all .5s;
  width: 110px;
  z-index: 10; }

.conversion .vk_button.vk_button-align-wide,
.conversion .vk_button.vk_button-align-wide > a {
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: 110px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 110px;
  max-width: 110px; }

.conversion .vk_button.vk_button-align-wide:first-of-type {
  margin: 0 0 10px; }

.conversion .vk_button.vk_button-align-wide > a i {
  left: 50%;
  position: absolute;
  top: 15px;
  transform: translateX(-50%); }

.conversion .vk_button.vk_button-align-wide > a span {
  font-size: 14px;
  padding: 40px 0 0; }

.scrolled .conversion {
  bottom: 3%;
  opacity: 1; }

.conversion.is-hidden {
  bottom: -300px;
  opacity: 0; }
