:root {
  --font-color:#717071;
  --white:#ffffff;
  --white-rgba:rgb(255,255,255);
  --vk-color-text-body:#717071;
  --orange:#F29600;
  --lightgray:#eeeeef;
}
@media (max-width: 991.98px){
	.site-header {
		position:fixed !important;
		top:0px;
	}
	.header_scrolled .site-header-logo{
		display:block;
	}
	body {
		/* モバイル時のヘッダーの高さ */
		 padding-top:64px;
	}
	/* ヘッダー透過の時 */
	.site-header--trans--true+div {
		/* モバイル時のヘッダー高さ分マイナスオフセット */
		margin-top:-64px;
	}
}

#site-header-container {
  max-width: 1399.98px;
  width: 95%;
  margin: 0 auto;
}

.site-header-logo img {
  max-width: 70%;
  max-height: 100px;
}

.site-header-sub {
  display: block;
  float: none;
}
.site-header-sub .widget {
  margin-bottom: 0;
}

.header-contact a {
  text-align: center;
  padding: 5px 10px;
  transition: 0.1s ease-in-out;
}

.header-contact__reserve {
a {
  background-color:var(--orange) ;
  &:hover {
    background-color: var(--lightgray);
    strong {
      color: var(--orange);
    }
  }
  strong {
    color: var(--white);
  }
}
}
.header-contact a:hover {
  color: var(--wp--preset--color--vk-color-custom-1);
}
.header-contact__line:hover {
  opacity: 0.7;
}
@media screen and (max-width: 991.98px) {
  .header-contact__line {
    display: none;
  }
}

.global-nav-list li img {
  min-width: 50px;
}

.global-nav-list .sub-menu li a:hover {
  background-color: var(--wp--preset--color--vk-color-custom-2);
  color: var(--wp--preset--color--vk-color-custom-1);
}

@media screen and (min-width: 991.98px) {
  .device-pc .global-nav-list > li > a {
    padding: 0 1.4em;
  }
}
.section-title {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}
.section-title::after {
  position: absolute;
  display: block;
  content: "";
  height: 50px;
  width: 1px;
  background-color: var(--vk-color-text-body);
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
}

.wp-block-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--vk-color-custom-3);
}

.cta__mail-button {
  transition: 0.3s ease-in-out;
}
.cta__mail-button:hover {
  background-color: var(--wp--preset--color--vk-color-custom-3);
}

.service-table table tr td:first-child {
  background-color: #fef3f7;
}

.tb-wrap {
  width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  table {
    width: 780px;
    overflow-x: scroll;
  }
}

.tb01 th,
.tb01 td {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
}
.tb01 th {
  background: #fef3f7;
  color: var(--font-color);
}

.hours-info-table table {
  min-height: 150px;
}

.ltg-slide-item-img {
  padding: 30px;
}
@media screen and (max-width: 991.98px) {
  .ltg-slide-item-img {
    padding: 15px;
  }
}

.p-map iframe {
  width: 100%;
  aspect-ratio: 4/3;
}

.req {
  color: red;
  font-size: 0.7em;
}

.p-form__submit-button {
  margin: 20px auto;
  text-align: center;
}

.top-faq-container {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: var(--wp--preset--color--vk-color-custom-2);
  min-height: 300px;
}

.top-faq-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .top-faq-inner {
    flex-direction: column-reverse;
    gap: 70px 0;
  }
}

.top-faq {
  margin-top: -100px;
  width: 80%;
  position: relative;
  color: var(--font-color);
}
.top-faq:hover {
  color: var(--wp--preset--color--vk-color-custom-1);
}
@media screen and (max-width: 767.98px) {
  .top-faq {
    width: 100%;
  }
}
.top-faq img {
  width: 100%;
}
.top-faq__catch {
  width: 20%;
  margin-top: -200px;
  font-size: 34px;
}
@media screen and (max-width: 991.98px) {
  .top-faq__catch {
    font-size: 30px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-faq__catch {
    font-size: 24px;
  }
}

.vertical-text {
  writing-mode: vertical-rl;
}

.border-textbox {
  background-color: rgba(255, 255, 255, 0.8);
  border-left: var(--wp--preset--color--vk-color-custom-1) solid 7px;
  position: absolute;
  left: 13px;
  bottom: 0;
  padding: 10px 12px;
}

.horizon-menu {
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .horizon-menu {
    display: block;
  }
}
.horizon-menu__item {
  width: 33.3333333333%;
  display: block;
  position: relative;
  color: var(--font-color);
}
.horizon-menu__item:hover {
  color: var(--wp--preset--color--vk-color-custom-1);
}
@media screen and (max-width: 767.98px) {
  .horizon-menu__item {
    width: 100%;
  }
}
.horizon-menu__item img {
  width: 100%;
}
/* mobilenav */
/* 
.mobile-fix-nav .mobile-fix-nav-menu {
  padding: 0 !important;
}

.mobile-fix-nav .mobile-fix-nav-menu li {
  background-color: #007be6;
  width: 100%;
  height: 100%;
}

.mobile-fix-nav .mobile-fix-nav-menu li:nth-child(2) {
  background-color: #06c755;
  width: 100%;
  height: 100%;
}

.mobile-fix-nav .mobile-fix-nav-menu li a {
  padding: 12px 0 10px;
} */

.mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn i, .mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn svg, .mobile-fix-nav .mobile-fix-nav-menu li:first-child a  {
	color:#007be6 !important;
}

.mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn i, .mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn svg, .mobile-fix-nav .mobile-fix-nav-menu li:nth-child(2) a  {
	color:#06c755 !important;
}

.page-header {
height:200px}

.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in, .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
width:80%;
left:20%;
}

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