@charset "utf-8";

/* 共通 */
html body {
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  color: #000;
}

body .nav li a, nav li a {
  color: #000;
}

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

*, ::before, ::after {
  min-width: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

body ul {
  padding: 0;
}

body li a {
  text-decoration: none;
  color: #000;
}

body a:hover {
  color: unset;
}

body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
  max-width: 1500px;
  padding-right: 2%;
  padding-left: 2%;
}

body header .container {
  max-width: none;
}

body .swiper .container {
  width: 85%;
}

body.page .entry-title--post-type--page, body.page h2:where(:not(.wp-block-post-title)) {
  border: none;
}

.midasi_m {
  color: #571C12;
  font-size: 30px;
  font-weight: 700;
}

.sec_inner {
  width: 85%;
  margin: 0 auto;
  padding: 65px 0;
}

.bg_beige {
  background: url(../img/bg_img.jpg);
  background-size: 100%;
  background-position: center -36%;
}

.midasi_l {
  font-size: 33px;
  font-weight: 700;
}

.midasi_m {
  text-align: center;
  font-size: clamp(25px, 5vw, 30px);
}

.header_scrolled .site-header {
  display: none;
}

.line_break_02 {
  display: none;
}

body .widget ul {
  padding-left: 0;
}

a {
  transition: 0.4s;
}

a:hover {
  opacity: 0.8;
}

/* ご予約・お問い合わせ */
.contact_wrap .midasi_m {
  font-size: 26px;
  text-align: center;
}

.contact_wrap .box {
  width: 47%;
}

.line_break {
  display: none;
}

.btn_text_02 .img_wrap {
  display: none;
}

.reserve_wrap.bg_beige {
  background: url(../img/bg_img_gray.jpg);
  background-size: 100%;
  background-position: center -36%;
}

.reserve_wrap .sec_inner {
  width: 100%;
}

.calendar_wrap {
  max-width: 900px;
  margin: 0 auto;
}

.reserve_wrap .contact_btn_wrap {
  justify-content: center;
  margin: 0 auto 60px;
}

.reserve_wrap .contact_btn_wrap .img_wrap {
  margin-right: 11px;
}

.reserve_wrap .contact_btn_wrap .btn_text {
  line-height: 1;
  font-size: min(1.5vw, 16px);
}

.reserve_wrap .btn_mail_wrap {
  width: 55%;
  margin: 0;
}

.reserve_wrap .contact_btn_link {
  padding: 24px 31px 24px 16px;
}

/* こんなお困り事 */
.okomari_wrap .midasi_m {
  text-align: center;
  font-size: 26px;
  text-decoration: underline;
  text-underline-offset: 13px;
  text-decoration-thickness: 1px;
}

.okomari_list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}

.okomari_list {
  width: 30%;
  text-align: center;
}

.okomari_text {
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  font-weight: 600;
  font-weight: bold;
}

.custom_wrap {
  background-color: #571C12;
  color: #fff;
}

.custom_wrap .img_wrap {
  background: url(../img/okomari_img_04.jpg) no-repeat;
  background-position: center 50%;
  background-size: cover;
}

body.page .site-footer-title, .sub-section-title, body.page h3:where(:not(.wp-block-post-title)) {
  border: none;
}

body.page .site-footer-title:after, .sub-section-title:after, body.page h3:where(:not(.wp-block-post-title)):after {
  border: none;
}

.custom_wrap .sec_inner {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.custom_wrap .img_wrap, .custom_wrap .custom_text_wrap {
  width: 50%;
}

.custom_wrap .custom_text_wrap {
  padding: 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom_text {
  font-size: 17px;
}

/* スタッフ紹介 */
.staff_wrap .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.staff_wrap .midasi_m {
  width: 30%;
}

.staff_wrap .img_wrap {
  width: 25%;
}

.staff_detail_wrap {
  width: 45%;
  padding-left: 3.8%;
}

.staff_wrap .name {
  border-bottom: solid 1px #b7b7b7;
  background-color: transparent;
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
}

.staff_wrap {
  background: url(../img/bg_kame.png) no-repeat;
  background-size: 31%;
  background-position: 106% 55%;
}

.staff_wrap .sec_inner {
  padding: 90px 0;
}

.staff_text {
  font-size: 15px;
}

/* メニュー */
.menu_wrap {
  background: url(../img/bg_room.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.menu_wrap .midasi_m {
  text-align: center;
  color: #fff;
}

.menu_list {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

.menu_list:last-of-type {
  margin-bottom: 0;
}

.menu_wrap .img_wrap, .menu_wrap .box {
  width: 50%;
}

.menu_wrap img {
  object-fit: cover;
  object-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

.menu_wrap .box {
  padding: 5%;
}

.menu_wrap .midasi_s {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 500;
}

.price_list {
  background-color: #eee8e7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 17px;
  border-radius: 3px;
}

.menu_wrap .price {
  margin: 0;
  color: #571c12;
  font-size: 20px;
  font-weight: 700;
}

.menu_wrap .price span {
  font-size: 70%;
}

.menu_wrap .course {
  font-size: 17px;
  font-weight: 700;
}

.menu_wrap .course .s_02 {
  font-size: 10px;
  background-color: #fff;
  vertical-align: middle;
  padding: 6px;
  border-radius: 3px;
  display: inline-block;
}

.s_01 {
  margin-right: 9px;
}

.menu_wrap .course {
  margin-right: 9px;
}

ul.price_wrap{
	margin-bottom:0;
}
.menu_wrap .come {
  text-align: right;
  margin: 0;
  font-size: 13px;
}

.menu_wrap .menu_text {
  text-align: center;
}

.menu_list .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body .vk-mobile-nav {
  background-color: #F4ECE6;
}

.mobile-nav-btn-right .vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.position-right {
  border: none;
}

.menu_list_01 .img_wrap {
  background: url(../img/menu_img_01.jpg) no-repeat;
  background-position: center 50%;
  background-size: cover;
}

.menu_list_02 .img_wrap {
  background: url(../img/menu_img_02.jpg) no-repeat;
  background-position: center 50%;
  background-size: cover;
}

.vk-mobile-nav .btn_tel_wrap {
  margin-top: 5px;
}

body .vk-mobile-nav {
  width: 500px;
  margin-left: calc(100% - 500px + 3%);
  padding: 15px 6% 15px 3%;
  z-index: 999999;
}

body .vk-mobile-nav-menu-btn {
  z-index: 9999999 !important;
}


html body.page .global-nav-list>li.btn_line>a:hover, html body.page .global-nav-list>li.btn_mail>a:hover {
  color: #fff;
}

body .vk-mobile-nav .widget_nav_menu ul li a, body .vk-mobile-nav nav ul li a {
  color: #000;
}

body .vk-mobile-nav nav ul li a {
  font-size: 16px;
}

body .vk-mobile-nav-widget {
  margin-bottom: 2em;
}

body .vk-mobile-nav .widget_nav_menu ul li a, body .vk-mobile-nav nav ul li a {
  border-bottom: solid 1px #b7b7b7;
}

body .vk-mobile-nav nav>ul {
  border-top: solid 1px #b7b7b7;
}

/* フローディングボタン */
body .buttonizer-button {
  flex-direction: column !important;
  justify-content: center;
  width: 70px !important;
  height: 70px !important;
  min-width: auto !important;
  font-weight: 600;
}

body .buttonizer-button img {
  margin-bottom: 5px !important;
}

.buttonizer-group {
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}

/* ギャラリー */
.gallery_wrap .midasi_m {
  text-align: center;
}

.gallery_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.gallery_box .gallery_list {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}

.gallery_box .gallery_list_01 {
  background: url(../img/gallery_img_01.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  grid-row: span 2;
  padding-top: 36vw;
}

.gallery_box .gallery_list_02 {
  background: url(../img/gallery_img_02.jpg) no-repeat;
  background-position: center 50%;
  background-size: cover;
}

.gallery_box .gallery_list_03 {
  background: url(../img/gallery_img_03.jpg) no-repeat;
  background-position: center 63%;
  background-size: cover;
}

body .vk-mobile-nav-menu-btn.menu-open {
  border: transparent;
}

body .vk-mobile-nav.vk-mobile-nav-right-in {
  transition: all .4s ease-out;
}

body .vk-mobile-nav {
  padding-top: 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sp_nav_logo_wrap {
  width: 25%;
  max-width: 300px;
  min-width: 160px;
  margin: 0 auto;
}

/* 予約 */
.reserve_wrap iframe {
  background: #F9F7F2;
}



.userCustomColor09 .ly-main, .userCustomColor09 .tbl.type-layout02 tbody tr:nth-child(2n), .userCustomColor09 .tbl.type-layout02 thead th {
  background: #fff;
}

/* アクセス */
.access_wrap iframe {
  width: 100%;
  height: 450px !important;
}

.access_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.access_midasi {
  background-color: transparent;
  padding: 0;
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 500;
}

.access_text {
  margin-bottom: 3px;
  font-size: 13px;
}

.access_box .box {
  width: 50%;
  border-right: solid 1px #b7b7b7;
  padding: 0 3%;
}

.access_box .box:last-of-type {
  border-right: none;
}

/* ヘッダー */
.global-nav>ul>li:not(.btn_line):not(.btn_mail):not(.btn_tel) {
  border-left: solid 1px #B7B7B7;
}

.global-nav>ul>li:first-of-type {
  border-left: none !important;
}

.nav .btn_line>a, .nav .btn_mail>a {
  color: #fff;
  border-radius: 3px;
}

.btn_line>a {
  background-color: #06C755;
}

.btn_mail>a {
  background-color: #571C12;
}

.site-header-container .site-header-logo {
  padding-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

html body .global-nav-list>li>a {
  padding: 0 1.5em !important;
}

html body .global-nav-list>li.btn_line>a, html body .global-nav-list>li.btn_mail>a {
  padding: 10px 1.5em !important;
}

#global-nav .global-nav-list {
  align-items: center;
}

.global-nav .global-nav-list>li {
  line-height: 1;
}

.global-nav-list>li .global-nav-name {
  font-weight: 400;
}

.global-nav-list>li.btn_line .global-nav-name, .global-nav-list>li.btn_mail .global-nav-name {
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  line-height: 0;
}

.global-nav-list li.btn_mail {
  margin-left: 8px;
}

.global-nav-list>li.btn_line .global-nav-name:before {
  content: "";
  display: inline-block;
  padding: 10px;
  background: url(../img/icon_line.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 4px;
}

.global-nav-list>li.btn_mail .global-nav-name:before {
  content: "";
  display: inline-block;
  padding: 10px;
  background: url(../img/icon_mail.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 4px;
}

.global-nav-list>li.btn_line .global-nav-name:before, .global-nav-list>li.btn_mail .global-nav-name:before {
  vertical-align: text-top;
}

.global-nav-list>li.btn_tel>a {
  justify-content: left;
}

html body .global-nav-list>li.btn_tel>a {
  text-align: left;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0 0 0 13px;
}

html body .global-nav-list>li.btn_tel>a::before {
  content: "";
  display: inline-block;
  padding: 14px 9px;
  background: url(../img/icon_tel.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 4px;
  filter: invert(1);
}

body .global-nav-list>li.btn_tel .global-nav-name {
  font-size: 23px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.global-nav-list>li.btn_tel .global-nav-name span {
  font-size: 48%;
  display: block;
  line-height: 1.5;
}

body header .container {
  padding-top: 8px;
  padding-bottom: 8px;
}

body .site-header-logo img {
  margin-left: 0;
  margin-right: 0;
}

/* スライド */
.swiper .ltg-slide-text-title {
  text-shadow: 0 0 2px #000000a3 !important;
  font-size: min(49px, 3vw);
  margin-bottom: 28px;
}

.swiper .ltg-slide-text-caption {
  text-shadow: 0 0 2.2px #000000a3 !important;
  font-size: clamp(11px, 1.2vw, 2.3vw);
  line-height: 1.9;
  font-weight: 600;
}

/* iPhoneだけ、幅480px以下でtext-shadowを軽く調整 */
@media screen and (max-width: 480px) {
  @supports (-webkit-touch-callout: none) {
    .swiper .ltg-slide-text-title {
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.25) !important;
    }

    .swiper .ltg-slide-text-caption {
      text-shadow: 0 0 3.2px rgba(0, 0, 0, 0.2) !important;
    }
  }
}

/* ご予約・お問い合わせ */
.contact_wrap .sec_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


/* フッター */
.footer_wrap {
  background-color: #F4ECE6;
  /*z-index: 100000;*/
  position: relative;
}

.footer_inner {
  width: 95%;
  margin: 0 auto;
}

.footer_midasi {
  text-align: center;
  padding-top: 80px;
  border: none;
  font-weight: 600;
  font-size: 22px;
}

.contact_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
}

.footer_inner .contact_btn_wrap {
  margin: 0 auto;
}

.btn_line_wrap {
  margin-right: 1%;
}

.btn_mail_wrap {
  margin-left: 1%;

}

.btn_line_wrap, .btn_mail_wrap {
  width: 49%;
}

.btn_tel_wrap {
  width: 100%;
  margin-top: 0;
}

.contact_btn_link {
  display: block;
  position: relative;
  /* padding: 16px 36px; */
  padding: 16px 31px 16px 16px;
  border-radius: 5px;
  text-decoration: none;
}

.btn_line_wrap .contact_btn_link {
  background-color: #06C755;
}

.btn_mail_wrap .contact_btn_link {
  background-color: #571C12;
}

.btn_tel_wrap .contact_btn_link {
  background-color: #C9A36D;
  display: flex;
  /* padding: 22px 36px; */
  /* padding: 22px 36px 22px 22px;
  padding: 22px 2.9vw; */
  padding: 17px 2.9vw;
  justify-content: center;
}

.contact_btn_wrap .btn_text {
  color: #fff;
  font-weight: 600;
}

.btn_title_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_tel_wrap .btn_title_wrap {
  margin-right: 20px;
}

.contact_btn_wrap .img_wrap {
  max-width: 35px;
  margin-right: 7px;
  width: 20%;
}

.contact_btn_wrap .btn_tel_wrap .img_wrap {
  width: 24px;
}

.contact_btn_wrap .btn_text {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: min(1.3vw, 15px);
}

.contact_btn_wrap .arrow_wrap {
  width: 7px;
  height: 12px;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}

.contact_btn_wrap .arrow_wrap img {
  width: 100%;
  max-width: none;
  height: 100%;
  line-height: 0;
}

.contact_btn_wrap .btn_text_02 {
  font-size: min(2vw, 26px);
  color: #fff;
  font-weight: 600;
}

.contact_btn_wrap .btn_text_02_sub {
  font-size: 43%;
  display: block;
  margin-top: 4px;
  font-weight: 500;
}

.footer_wrap .box_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  flex-wrap: wrap;
}

.footer_wrap .box_02 .img_wrap {
  width: 234px;
}

.footer_menu_wrap {
  display: flex;
  margin: 0 0 0 30px;
}

.footer_menu_link {
  padding: 0 10px;
  border-right: solid 1px #B7B7B7;
  font-size: 14px;
}

.footer_menu_list:last-of-type .footer_menu_link {
  border-right: none;
}

.copy {
  padding: 55px 16px 16px;
  text-align: center;
  font-size: 11px;
  margin: 0;
}

@media(min-width: 992px) {
  .btn_tel_wrap a[href^="tel:"], .btn_tel a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (max-width: 1300px) {
  .line_break {
    display: block;
  }

  .menu_wrap .course {
    display: flex;
    flex-direction: column;
  }

  .menu_wrap .course .s_02 {
    display: block;
    text-align: center;
    margin-top: 5px;
    padding: 2px;
  }
}

@media(max-width: 991px) {
  body .site-header-logo img {
    max-height: 43px;
  }

  body .vk-mobile-nav-menu-btn {
    width: 40px;
    height: 40px;
  }

  body.admin-bar .vk-mobile-nav-menu-btn {
    top: calc(40px + 2px);
  }

  body .vk-mobile-nav-menu-btn {
    top: 11px;
  }

  .menu_wrap .course {
    font-size: clamp(1.7vw, 1.8vw, 20px);
  }

  .menu_wrap .price {
    font-size: clamp(1.9vw, 2vw, 20px);
  }

  .sp_nav_logo_wrap {
    min-width: 180px;
  }

  body .vk-mobile-nav-widget {
    margin-bottom: 11%;
  }
}

@media (max-width: 782px) {
  body.admin-bar .vk-mobile-nav-menu-btn {
    top: calc(54px + 2px);
  }

  body .vk-mobile-nav-menu-btn {
    top: 11px;
  }
}

@media(max-width: 768px) {
  .contact_wrap .box {
    width: 100%;
  }

  .line_break_02 {
    display: block;
  }

  body .ltg-slide-text-set {
    top: 25%;
  }

  .swiper .ltg-slide-text-title {
    font-size: min(5vw, 7vw);
    margin-bottom: 12px;
  }

  .swiper .ltg-slide-text-caption {
    font-size: clamp(12px, 2.2vw, 2.3vw);
  }

  body .swiper .container {
    width: 90%;
  }

  .contact_btn_wrap .btn_text {
    font-size: min(3vw, 15px);
  }

  .contact_btn_wrap .line_break {
    display: none;
  }

  .contact_btn_wrap .btn_text_02 {
    font-size: min(3.3vw, 26px);
  }

  .contact_wrap .midasi_m {
    font-size: clamp(22px, 4vw, 26px);
    text-align: center;
  }

  .sec_inner {
    padding: 12vw 0;
  }

  .okomari_list {
    width: 80%;
    margin: 0 auto 9vw;
  }

  .okomari_list:last-of-type {
    margin: 0 auto 9vw;
  }

  .okomari_text {
    margin: 24px 0 0;
    font-size: clamp(15px, 22px, 3vw);
  }

  .custom_wrap .img_wrap, .custom_wrap .custom_text_wrap {
    width: 100%;
  }

  .custom_wrap .img_wrap {
    height: 75vw;
  }

  .midasi_l {
    text-align: center;
    font-size: clamp(22px, 4.5vw, 33px);
  }

  .custom_wrap .midasi_l {
    margin-top: 15px;
  }

  .staff_wrap .midasi_m, .staff_wrap .img_wrap, .staff_detail_wrap {
    width: 100%;
  }

  .staff_wrap .img_wrap, .staff_wrap .name {
    text-align: center;
  }

  .staff_detail_wrap {
    padding: 0;
    margin-top: 30px;
  }

  .menu_wrap .img_wrap, .menu_wrap .box {
    width: 100%;
  }

  .menu_list .img_wrap {
    height: 57vw;
  }

  .gallery_box .gallery_list_01 {
    grid-column: span 2;
    padding-top: 45vw;
  }

  .gallery_box .gallery_list_02, .gallery_box .gallery_list_03 {
    grid-column: span 1;
    padding-top: 27vw;
  }

  .access_box .box {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #b7b7b7;
    padding: 0 0 16px;
    margin-bottom: 20px;
  }

  .access_box .box:last-of-type {
    border: none;
  }

  .footer_wrap .box_02 .img_wrap {
    width: 32%;
  }

  .custom_wrap .custom_text_wrap {
    padding: 9%;
  }

  .contact_wrap .box>p {
    font-size: 15px;
  }

  .contact_btn_wrap .img_wrap {
    margin-right: 10px;
  }

  .menu_wrap .course {
    font-size: clamp(1.7vw, 3.5vw, 20px);
  }

  .menu_wrap .price {
    font-size: clamp(1.9vw, 4vw, 20px);
  }

  .staff_wrap .sec_inner {
    padding: 10vw 0;
  }

  .staff_wrap .img_wrap {
    width: 70%;
    margin: 0 auto;
  }

  .menu_wrap .midasi_s {
    font-size: clamp(20px, 4.2vw, 24px);
  }

  .menu_wrap .box {
    padding: 10% 7%;
  }

  .footer_inner .contact_btn_wrap {
    max-width: 500px;
    width: 85%;
  }

  .btn_tel_wrap .contact_btn_link {
    padding: 22px 6vw 22px 2.9vw;
  }

  .btn_tel_wrap {
    width: 100%;
    margin-top: 5px;
  }

  .bg_beige {
    background-size: 220%;
  }

  .reserve_wrap.bg_beige {
    background-size: 220%;
    background-position: -2% 54%;
  }

  .staff_wrap {
    background-size: 40%;
    background-position: 106% 110%;
  }

  .btn_line_wrap, .btn_mail_wrap {
    margin-bottom: 6px;
  }

  .reserve_wrap .contact_btn_wrap .btn_text {
    font-size: min(3.7vw, 16px);
  }

  .reserve_wrap .btn_mail_wrap {
    width: 80%;
  }

}


@media(max-width: 480px) {
  body .midasi_m {
    margin-bottom: 10px;
  }

  body .ltg-slide-text-set {
    top: 26.5%;
  }

  .swiper .ltg-slide-text-title {
    font-size: 7vw;
  }

  .swiper .ltg-slide-text-caption {
    font-size: 3vw;
  }

  body .ltg-slide-text-title+body.ltg-slide-text-caption {
    margin-top: 1.5rem;
  }

  .contact_btn_wrap .line_break {
    display: block;
  }

  body .site-header-logo img {
    max-height: 40px;
  }

  .contact_btn_link {
    padding: 20px 20px 20px 6px;
  }

  .contact_btn_wrap .arrow_wrap {
    width: 5px;
    height: 10px;
    right: 10px;
  }

  .contact_btn_wrap .btn_text {
    font-size: min(3.3vw, 15px);
  }

  .contact_btn_wrap .btn_tel_wrap .btn_text {
    font-size: min(3.1vw, 15px);
  }

  .btn_tel_wrap .contact_btn_link {
    padding: 11px 20px 11px 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .btn_tel_wrap .btn_title_wrap {
    margin-right: 11px;
  }

  .contact_btn_wrap .btn_tel_wrap .img_wrap {
    width: 18px;
  }

  .contact_btn_wrap .btn_text_02 {
    font-size: min(5.7vw, 26px);
    text-align: center;
  }

  body.admin-bar .vk-mobile-nav-menu-btn {
    top: calc(55px + 2px);
  }

  body .vk-mobile-nav-menu-btn {
    top: 8px;
  }

  .contact_btn_wrap .btn_tel_wrap .img_wrap {
    display: none;
  }

  .btn_tel_wrap .btn_title_wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1px;
  }

  .contact_btn_wrap .btn_tel_wrap .line_break {
    display: none;
  }

  .contact_btn_wrap .btn_tel_wrap .btn_text_02 .img_wrap {
    display: inline-block;
    position: relative;
    top: -2px;
  }

  .contact_btn_wrap .btn_tel_wrap .img_wrap {
    margin-right: 4px;
  }

  .contact_btn_wrap .btn_text_02_sub {
    font-size: 51%;
    display: block;
    margin-top: 4px;
  }

  .btn_tel_wrap {
    margin-top: 0px;
  }

  .sec_inner {
    padding: 10vw 0;
  }

  .okomari_wrap .midasi_m {
    font-size: clamp(20px, 2.2vw, 26px);
  }

  .custom_text {
    font-size: 15px;
  }

  .contact_btn_wrap .img_wrap {
    width: 19%;
  }

  .contact_wrap .midasi_m {
    margin-bottom: 5px;
  }

  .contact_btn_wrap .img_wrap {
    margin-right: 8px;
  }

  .okomari_text {
    margin: 14px 0 0;
  }

  .okomari_list {
    margin: 0 auto 6vw;
  }

  .menu_wrap .price {
    font-size: clamp(1.9vw, 4.6vw, 20px);
  }

  .menu_wrap .course {
    font-size: clamp(1.7vw, 4.1vw, 20px);
  }

  .gallery_box .gallery_list_01 {
    padding-top: 60vw;
  }

  .gallery_box .gallery_list_02, .gallery_box .gallery_list_03 {
    padding-top: 60vw;
  }

  .midasi_l {
    font-size: clamp(25px, 4.5vw, 33px);
  }

  .footer_wrap .box_02 .img_wrap {
    width: 47%;
    margin-bottom: 15px;
  }

  .footer_inner .contact_btn_wrap {
    width: 85%;
  }

  .copy {
    padding: 40px 16px 16px;
    font-size: 10px;
  }

  .footer_midasi {
    margin-bottom: 10px;
    padding-top: 18vw;
    font-size: 20px;
  }

  body .vk-mobile-nav {
    margin-left: 0;
    padding: 15px 6%;
    width: 100%;
  }

  body .buttonizer-button {
    width: 62px !important;
    height: 62px !important;
  }

  body .buttonizer-label {
    font-size: 11px !important;
  }

  .staff_wrap {
    background-size: 42%;
    background-position: 95% 97%;
  }

  .buttonizer-group {
    top: auto !important;
    bottom: 0;
    flex-direction: row !important;
    width: 100%;
    border-radius: unset;
  }

  .buttonizer-group>a {
    width: 33.3333% !important;
    height: 60px !important;
  }

  body .buttonizer-button img {
    width: 22px !important;
  }

  body .buttonizer-button .f_tel_btn img {
    width: 19px !important;
  }

  body .ltg-slide-text-title+body.ltg-slide-text-caption {
    margin-top: 1.5rem;
  }

  .footer_menu_wrap {
    margin: 0;
  }

  .reserve_wrap iframe {
    height: 950px;
  }

  .reserve_wrap .contact_btn_wrap {
    max-width: none;
  }

  .reserve_wrap .contact_btn_wrap .btn_text {
    font-size: min(3.9vw, 16px);
  }

  .reserve_wrap .contact_btn_wrap .arrow_wrap {
    width: 8px;
    height: 11px;
  }
}

/*
==========================
下層ページ
==========================
*/
/* 共通 */
body .breadcrumb {
  border: none;
}

body .page-header-title, body h1.page-header-title {
  font-size: clamp(25px, 5vw, 26px);
  color: #000;
}

body .page-header-inner {
  margin: 4.3em auto;
}

.page-header {
  background: url(../img/bg_img.jpg);
  background-size: 100%;
  background-position: -36% 9%;
}

body .main-section {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  float: none;
}

.entry-body p {
  font-size: 15px;
}

body:not(.home) .buttonizer {
  display: none !important;
}

.sub-section--col--two {
  display: none;
}

/* お問い合わせ */
.contents-wrap {
  overflow: hidden;
}

.contact-area p {
  margin-bottom: 0;
}

label {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
}

select {
  border: 1px solid #d8d8d8;
  padding: 0.9rem;
  width: 100%;
  margin-bottom: 0.5rem;
}

table input::placeholder, table textarea::placeholder {
  color: #d1d1d1;
}

table, td, th {
  border-bottom: none;
  border-top: none;
  padding: 0;
}

.service-foam {
  width: 100%;
  table-layout: fixed;
  margin-top: 40px;
}

.service-foam p {
  font-size: 14px;
}

th {
  margin-bottom: 15px;
}

.required {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  border: solid 1px;
  padding: 2px 6px;
  border-radius: 5px;
  margin-right: 0.5rem;
  position: relative;
  top: -2px;
  background-color: #f93f2b;
}

.inner-wrap {
  box-shadow: 0 0 11px 0 rgb(0 0 0 / 8%);
  padding: 7%;
  border-radius: 35px;
  margin-top: 3%;
  max-width: 1100px;
  margin: 20px auto 0;
  background-color: #fff;
  z-index: 1;
  position: relative;
}

.wpcf7-form h2 {
  margin-bottom: 7%;
  margin-top: 0;
}

.wpcf7-form-control-wrap {
  max-width: none;
}

.wpcf7-form-control-wrap input, .service-foam-confirm td {
  display: inline-block;
  width: 100%;
  padding: 0.7em;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}

.service-foam-confirm td {
  padding: 0.5em 0;
}

.main-wrap .contact-area tr, .content-wrap .contact-area tr {
  border: none;
}

tr th, tr td {
  display: block;
  width: 100%;
  padding: initial;
  line-height: initial;
}

td {
  margin-bottom: 25px;
}

.select-box {
  position: relative;
}

th {
  margin-bottom: 7px;
}

.triangle {
  height: calc(13px / 2);
  width: 13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 22px;
  right: 13px;
  z-index: 10;
  background: #9e9e9e;
}

.service-foam-confirm .triangle {
  display: none;
}

.wpcf7-textarea {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  border: 1px solid #d8d8d8;
  padding: 0.7em;
}

span.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-bottom: 8px;
}

.confirm-btn-wrap {
  display: flex;
  justify-content: center;
}

.confirm-btn-wrap .more-btn-wrap-:first-of-type {
  margin-right: 30px;
}

input[type="text"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
  outline: none;
  border-color: #9e9e9e;
}

.txt_exe {
  line-height: 1.5;
}

span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
  color: #f93f2b;
}

.page_top_btn {
  display: none;
  position: static;
}

.grecaptcha-badge {
  z-index: 2;
}

.contact-area .more-btn-wrap- .btn-setting {
  text-align: center;
  width: 14rem;
  margin: 0 auto;
  position: relative;
}

.contact-area .more-btn-wrap- .btn-setting .wpcf7-spinner {
  display: none;
}

.contact-area .more-btn-wrap- .btn-setting p {
  display: block;
  margin: 0;
}

.contact-area .more-btn-wrap- .btn-setting input {
  width: 14rem;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  border-radius: 5px;
  padding: 1em;
}

.service-foam, .service-foam tbody, .service-foam th, .service-foam td {
  border: none !important;
  padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #f93f2b !important;
  color: #f93f2b;
  padding: 10px 16px;
}

.contact-area .btn-setting .arrow_wrap {
  position: absolute;
  width: 7px;
  top: 15%;
  right: 14px;
}

/* 送信完了 */
.thanks-area .more-btn-wrap- .btn-setting {
  width: 12rem;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  padding: 1.5em 2em;
  background-color: #571c12;
  border-radius: 5px;
  position: relative;
}

.thanks-area .more-btn-wrap- .btn-setting .arrow_wrap {
  position: absolute;
  width: 7px;
  top: 30%;
  right: 14px;
}

.thanks-area {
  text-align: center;
  margin-top: 50px;
}

body .site-body {
  width: 85%;
  margin: 0 auto;
  padding: 65px 0 100px;
}

@media screen and (max-width: 768px) {
  .confirm-btn-wrap {
    display: block;
    margin-top: 50px;
  }

  .confirm-btn-wrap .more-btn-wrap-:first-of-type {
    margin: 0;
  }

  .more-btn-wrap-.blue-btn:first-of-type .btn-setting {
    margin: 0 auto;
  }

  body .site-body {
    padding: 12vw 0;
  }

  .thanks-area {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .contact-area .btn-setting .arrow_wrap {
    position: absolute;
    width: 5px;
    top: 14%;
    right: 10px;
  }

  body .site-body {
    padding: 10vw 0 15vw;
  }

  .thanks-area .more-btn-wrap- .btn-setting .arrow_wrap {
    width: 5px;
    height: 10px;
    right: 10px;
  }

  .thanks-area {
    margin-top: 20px;
  }

  .page-header {
    background-size: 170%;
    background-position: -36% 24%;
  }
}