@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  /*font-family: "M PLUS Rounded 1c", sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}
body a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}

.menu.footer-nav-list {
  text-align: center;
}

/*
.vk-mobile-nav-menu-btn {
background: url(../../img/vk-menu-btn-wh.png) center 50% no-repeat rgba(255, 255, 255, 0);
border-radius: 0;
left: auto;
right: 10px;
top: 10px;
background-size: contain;
border: oldlace;
}

.vk-mobile-nav-menu-btn.menu-open {
border-color: #fff;
background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat rgba(255, 255, 255, 0.8);
}

.vk-mobile-nav-menu-btn.menu-open {
background: url(../../img/vk-menu-close-wh.png) center 50% no-repeat rgba(255, 255, 255, 0);
background-size: contain;
border: none;
}
*/
.site-header {
  border-bottom: 2px solid var(--vk-color-primary);
}
.site-footer {
  border-top: 2px solid var(--vk-color-primary);
  margin-top: 10em;
}
.header_scrolled .site-header {
  border: none;
}
.page-header {
  background-image: url(../../img/62431343.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 5vh 0;
}
.page-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.page-header-title,
h1.page-header-title {
  color: #ffffff;
}
.site-footer {
  background: #f4f6f5;
}
/*
.vk-mobile-nav {
background: rgba(0, 0, 0, 0.9);
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
color: #fff;
border-bottom: none;
}

.vk-mobile-nav nav > ul {
border-top: none;
}
*/
.wp-block-vk-blocks-faq2.vk_faqa {
  background-color: var(--vk-color-primary);
  display: inline-block;
  padding: 8px 15px;
  margin: 15px auto 5px 0;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}
.page h2:where(:not(.wp-block-post-title)) {
  border: none;
  box-shadow: none;
}
.specItem {
  display: flex;
}
.specItem .label {
  margin-right: 5px;
  margin-top: 5px;
}
:where(:not(.wp-block-table)) > table {
  border: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 1em 0px 4em;
}
.veu_contact-layout-horizontal .contact_bt {
  float: right;
  padding: 0.7em 1.5em;
  display: block;
  width: 100%;
}
.veu_contact .contact_frame {
  display: block;
  overflow: hidden;
  background-color: var(--vk-color-bg-accent);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.veu_contact .contact_frame p {
  text-align: center;
  margin-bottom: 20px;
}
.veu_contact .contact_frame .fa-arrow-alt-circle-right {
  display: none;
}
.btn.btn-primary {
  display: inline-block;
  margin-top: 40px;
}

.flow-wrap .flow-item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 4px 5px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 5px 5px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.9px) {
  .flow-wrap .flow-item {
    margin-bottom: 50px;
    padding: 15px 15px;
  }
}
@media (min-width: 768px) {
  .flow-wrap .flow-item {
    margin-bottom: 100px;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.flow-wrap .flow-item:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
}
@media (max-width: 767.9px) {
  .flow-wrap .flow-item:after {
    bottom: -40px;
    border-width: 20px 20px 0 20px;
  }
}
@media (min-width: 768px) {
  .flow-wrap .flow-item:after {
    bottom: -60px;
    border-width: 20px 20px 0 20px;
  }
}
.flow-wrap .flow-item:last-child:after {
  display: none;
}
.flow-wrap .flow-item .flow-step {
  background: #e52600;
  color: #fff;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767.9px) {
  .flow-wrap .flow-item .flow-step {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -14px;
    margin-top: -3px;
  }
}
@media (min-width: 768px) {
  .flow-wrap .flow-item .flow-step {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
  }
}
.flow-wrap .flow-item .flow-step .step,
.flow-wrap .flow-item .flow-step .num {
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .flow-wrap .flow-item .flow-step .step {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .flow-wrap .flow-item .flow-step .step {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767.9px) {
  .flow-wrap .flow-item .flow-step .num {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .flow-wrap .flow-item .flow-step .num {
    font-size: 48px;
  }
}
.flow-wrap .flow-item .flow-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}
@media (max-width: 767.9px) {
  .flow-wrap .flow-item .flow-content {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .flow-wrap .flow-item .flow-content {
    padding-left: 20px;
  }
}
.flow-wrap .flow-item .flow-content .flow-header {
  border-bottom: 1px solid #e52600;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .flow-wrap .flow-item .flow-content .flow-header {
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 25px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .flow-wrap .flow-item .flow-content .flow-header {
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 1;
  }
}
@media (max-width: 767.9px) {
  .flow-wrap .flow-item .flow-content .flow-body {
    font-size: 14px;
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .flow-wrap .flow-item .flow-content .flow-body {
    font-size: 14px;
    padding-top: 20px;
  }
}
@media (max-width: 767.9px) {
  .flow-wrap .flow-item .flow-content .flow-body p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .flow-wrap .flow-item .flow-content .flow-body p {
    font-size: 14px;
  }
}
.flow-wrap .flow-item .flow-content .flow-body ul.flow {
  margin: 0;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .flow-wrap .flow-item .flow-content .flow-body ul.flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media (min-width: 768px) {
  .flow-wrap .flow-item .flow-content .flow-body ul.flow li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
.flow-wrap .flow-item .flow-content .flow-body ul.flow li:before {
  content: "・";
  display: inline-block;
}
@media (min-width: 768px) {
  .flow-wrap .flow-item .flow-content .flow-body .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .flow-wrap .flow-item .flow-content .flow-body .btn-wrap .btn {
    margin-right: 15px;
  }
}
@media (max-width: 767.9px) {
  .flow-wrap .flow-item .flow-content .flow-body .btn-wrap .btn.btn-contact {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .flow-wrap .flow-item .flow-content .flow-body .btn-wrap .btn.btn-contact {
    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;
  }
}
@media (min-width: 768px) {
  .flow-wrap .flow-item .flow-content .flow-body .btn-wrap .btn.btn-tel {
    pointer-events: none;
  }
}
footer .veu_contact .contact_frame {
  background: #fffef8;
}

#concept {
  position: relative;
  background: #f4f5f5;
  padding: 200px 0 8em;
  text-align: center;
  margin-bottom: 0;
}
.elementor-widget-container .custom-shape-divider-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.elementor-widget-container .custom-shape-divider-top svg {
  position: relative;
  display: block;
  width: calc(160% + 1.3px);
  height: 100px;
}

.elementor-widget-container .custom-shape-divider-top .shape-fill {
  fill: #ffffff;
}

.veu_postList .postList_miniThumb .postList_title {
  font-size: 14px;
  margin: 0;
}
.elementor-262
  .elementor-element.elementor-element-3876927:not(
    .elementor-motion-effects-element-type-background
  ) {
  padding: 0;
}

.home .elementor-element-75a2d8f th {
  width: 25%;
  background: #efeceb;
}
.home:where(:not(.wp-block-table)) > table {
  border: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 1em 0px 4em;
}
@media (max-width: 767px) {
  .home .elementor-element-75a2d8f th {
    width: 40%;
    background: #efeceb;
  }
  .elementor-262
    .elementor-element.elementor-element-61f7e97.elementor-element {
    width: 100%;
  }
  .elementor-262
    .elementor-element.elementor-element-a336a9c.elementor-element {
    width: 100%;
  }
}
.veu_contentAddSection {
  max-width: 640px;
  width: 90%;
  margin: 0 auto 6em;
}
.external-link-preview-block-svg {
  padding-left: 2px !important;
}
.lightning_swiper.ltg-slide-text-title {
  font-size: 22px;
  font-weight: bold;
}
.lightning_swiper .mini-content-container-1 .btn {
  font-size: 18px;
  margin-top: 35px;
}

@media (max-width: 991.98px) {
  header .site-header-logo img {
    max-height: 50px;
    width: 60%;
  }
}
.lightning_swiper .mini-content-container-1 .btn {
  display: block;
  position: relative;
  padding: 1em 1.5em;
  background-color: #e52600;
  box-shadow: 0 3px 0 0 #801600;
  border-radius: 4px;
  margin: 35px auto 0;
  font-weight: bold;
  max-width: 500px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 300ms;
  border-color: #e52600;
  animation: yurayura 2.5s ease-in-out infinite;
}
.mini-content-container-1 .btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: hsl(10, 88%, 70%);
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

.mini-content-container-1 .btn:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes yurayura {
  0%,
  100% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(0px);
  }
}
.entry-body .elementor-button {
  font-size: 15px;
  padding: 15px 50px;
}
.elementor-262 .elementor-element.elementor-element-c91a113 {
  padding: 0;
  flex-wrap: wrap;
}
.elementor-262
  .elementor-element.elementor-element-c91a113
  .elementor-element-54f3bee,
.elementor-262
  .elementor-element.elementor-element-c91a113
  .elementor-element-0da7bee {
  width: 50%;
}
@media (max-width: 991.98px) {
  .elementor-262
    .elementor-element.elementor-element-c91a113
    .elementor-element-54f3bee,
  .elementor-262
    .elementor-element.elementor-element-c91a113
    .elementor-element-0da7bee {
    width: 100%;
  }
  table.holiday-tb {
    width: 100%;
  }
  table.holiday-tb td,
  table.holiday-tb th {
    padding: 0.5rem 3px;
  }
}
.elementor-element.elementor-element-d28555b {
  position: relative;
  margin-top: 20vh;
  margin-bottom: 20vh;
}
.elementor-element.elementor-element-d28555b::before {
  content: "";
  position: absolute;
  height: 10vh;
  top: -10vh;
  width: 100%;
  background: #00603624;
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
}
.elementor-element.elementor-element-d28555b::after {
  content: "";
  position: absolute;
  height: 10vh;
  bottom: -10vh;
  width: 100%;
  background: #00603624;
  clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
  left: 0;
}
table.inquiry td {
text-align: left;
}
@media (max-width: 850px) {
  /* テーブルの見出しとフォーム */
  table.inquiry th,
  table.inquiry td {
    display: block;
    padding: 1em 0 !important;
    width: 100%;
    border: 0;
  }

  /* 送信ボタン */
  input.wpcf7-submit {
    margin-bottom: 30px;
    width: 100%;
  }
}

/* 日付タグ上のテキストをPCとスマホで変更 */
@media (max-width: 900px) {
  .pcdate {
    display: none;
  }
}
@media (min-width: 1000px) {
  .spdate {
    display: none;
  }
  /* 日付タグの幅を調整 */
  .wpcf7-date.dateform {
    width: 25%;
  }
}

/* Contact Form7全体カスタマイズ */

/* 自動入力されるPタグを無効にする */
.inquiry p {
  display: inline;
}

/*テーブル下に余白.枠線・テキストの行間 */
table.inquiry {
  margin-bottom: 30px;
  border: solid 1px #d7d7d7;
  line-height: 1.2;
  vertical-align: middle;
}

/* テーブルの行 */
.inquiry tr {
  border: 0 !important;
}

/* テーブルの見出し側 */
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding: 1em 0.5em;
  width: 0;
  background: #efefef;
  border: solid 1px #d7d7d7;
  white-space: nowrap;
}

/* 必須と任意タグ */
.haveto,
.any {
  font-size: 13px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  font-weight: normal;
}

/* 任意タグの背景カラー */
.any {
  background: #93c9ff;
}

/* テーブルフォーム側 */
.inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
}

/* 入力エリア幅最大 */
.wpcf7-form-control {
  width: 100%;
}

/* フォーム入力欄の余白・背景カラー・枠線消す指定 */
.inquiry input,
.inquiry select,
.inquiry textarea {
  margin: 5px 0;
  background: #eff1f5;
  border: none;
  padding: 0.7em;
}
.inquiry textarea {
  padding-bottom: 10em;
}

/* チェックボックスとラジオボタンの位置調整 */
.wpcf7-list-item-label,
.wpcf7-checkbox,
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}
.wpcf7-list-item-label {
  padding: 0 5px 0 2px;
}

/* 送信ボタンのデザイン */
.wpcf7-submit {
  display: block;
  margin: 10px auto;
  padding: 1em 0;
  width: 80%;
  background: #09b555;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
}

/* 送信ボタンマウスホバー時 */
.wpcf7-submit:hover {
  opacity: 0.9;
  transition: 0.3s;
}

/* フォーム上部に表示されるエラーメッセージを非表示 */
.screen-reader-response {
  display: none;
}

/* フォーム内エラーメッセージを赤色に指定 */
.wpcf7-not-valid-tip {
  color: #e92323;
}
.premium-blog-post-container.premium-blog-skin-modern
  .premium-blog-content-wrapper {
  top: 0;
}
#menu-item-97,
.menu-item-97{
  background: var(--vk-color-primary);
  color: #fff;
  font-weight: bold;
}
#menu-item-97 a,
.menu-item-97 a{
  color: #fff;
}
.global-nav-list>#menu-item-97 .global-nav-name{
  font-weight: bold;
}
footer #menu-item-97,
footer #menu-item-97 a{
  background:none;
  color: #000;
  font-weight: normal;
}
#global-nav #menu-item-97{
  /* background-image: linear-gradient(90deg, #E6D8B3 0%, #D0A900 100%, #D0A900 100%); */
  width: 200px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.menu-item-97{
  /* background-image: linear-gradient(90deg, #E6D8B3 0%, #D0A900 100%, #D0A900 100%); */
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}
.global-nav-list{
  align-items: center;
}
#global-nav #menu-item-97,
.menu-item-97,
.shiny a {
  position: relative;
  overflow: hidden;
  display: block;
}
#global-nav #menu-item-97::before,
.menu-item-97::before,
.shiny a::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.vk-mobile-nav nav ul li.menu-item-97 a {
  color: #fff;
}
.vk_button.shiny .vk_button_link.btn{
padding: 15px;
border-radius: 0;
max-width: 420px;
margin: 4em auto 0;
}
.vk_button.shiny .vk_button_link.btn a{
  font-weight: bold;
}
.veu_contentAddSection{
  max-width: none;
  width: 100%;
  margin: 3em 0;
}
.elementor-2 .elementor-element.elementor-element-b83defe{
  border-bottom: 2px solid var(--vk-color-primary);
}
.wp-block-table th{
  text-align: left;
    background-color: #f4f5f5;
}
.vk_button.shiny .vk_button_link.btn span{
  font-weight: bold;
}
.vk-mobile-nav-menu-btn {
  top: 18px;
  border-radius: 0;
}
.vk-mobile-nav{
  padding-top: 90px;
}