@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif !important;
}

h1 {
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
  letter-spacing: 0.1em !important;
}

h2 {
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
  letter-spacing: 0.1em !important;
  color: #000 !important;
}

h3 {
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
  letter-spacing: 0.1em !important;
  color: #000 !important;
}

p {
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
  color: #000 !important;
}

.u-desktop {
  display: none;
}
@media screen and (max-width: 781px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (max-width: 781px) {
  .u-mobile {
    display: none;
  }
}

.header_number span span {
  margin-right: 1.3125rem;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 781px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-1row-header .c-container {
  max-width: 1200px;
}

.c-site-branding__title .custom-logo {
  width: 100px !important;
}

.menu-item a:hover {
  color: #ccc !important;
}

.current_page_item a span {
  color: #ccc !important;
}

@media screen and (max-width: 1246px) {
  .c-row__col--auto {
    width: 16%;
  }
  header .menu-item a {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
}
#menu-home-1 .menu-item-1343 + a {
  pointer-events: none;
}

.c-navbar__submenu {
  width: 17.5rem !important;
}

.c-navbar__submenu .menu-item {
  background-color: #333;
}

.menu-item-3815 {
  display: none;
}

.menu-item-3816 {
  display: none;
}

.menu-item-3818 {
  display: none;
}

.menu-item-3817 {
  display: none;
}

.menu-item-3819 {
  display: none;
}

.menu-item-3820 {
  display: none;
}

.menu-item-3821 {
  display: none;
}

@media screen and (min-width: 1024px) {
  .menu-item-3915 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .en-US .menu-item-3915 {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .menu-item-3916 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .en-US .menu-item-3916 {
    display: none;
  }
}

.en-US .menu-item-328 {
  display: none !important;
}

.en-US .menu-item-331 {
  display: none;
}

.en-US .menu-item-3143 {
  display: none;
}

.en-US .menu-item-3552 {
  display: none;
}

.en-US .menu-item-331 {
  display: none;
}

.en-US .menu-item-3775 {
  display: none;
}

.en-US .menu-item-3776 {
  display: none;
}

.en-US .menu-item-332 {
  display: none;
}

.en-US .menu-item-3815 {
  display: block;
}

.en-US .menu-item-3816 {
  display: block;
}

.en-US .menu-item-3818 {
  display: block;
}

.en-US .menu-item-3817 {
  display: block;
}

.en-US .menu-item-3819 {
  display: block;
}

.en-US .menu-item-3820 {
  display: block;
}

.en-US .menu-item-3821 {
  display: block;
}

@media screen and (min-width: 1024px) {
  .menu-item-3873 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .menu-item-3873 {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .en-US .menu-item-3873 {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .menu-item-3872 {
    display: none;
  }
  .en-US .menu-item-3872 {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .menu-item-3872 {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .en-US .menu-item-3872 {
    display: block;
  }
}

.menu-item-4107 {
  display: none;
}

.en-US .menu-item-4107 {
  display: block;
}

.bogo-language-switcher {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 各リスト項目（li）の設定 */
.bogo-language-switcher li {
  margin: 0 !important;
}

.bogo-language-switcher li {
  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;
  width: 42px; /* 円のサイズ */
  height: 42px; /* 円のサイズ */
  border-radius: 50%; /* 正円 */
  border: 1px solid #002d72 !important;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #002d72 !important;
  color: #002d72 !important;
  /* 元のテキストを透明にする */
  font-size: 0;
}

/* 円のベーススタイル */
.bogo-language-switcher li a {
  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;
  width: 42px; /* 円のサイズ */
  height: 42px; /* 円のサイズ */
  border-radius: 50%; /* 正円 */
  border: 1px solid #002d72; /* MICKEY TOURの紺色 */
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #002d72 !important;
  /* 元のテキストを透明にする */
}

/* 擬似要素を使って EN / JP を表示 */
.bogo-language-switcher li.en-US a::after {
  content: "";
  font-size: 13px; /* ここで文字サイズを指定 */
  color: #002d72 !important;
  font-size: 0;
}

.bogo-language-switcher li.en-US a:hover {
  content: "";
  font-size: 13px; /* ここで文字サイズを指定 */
  color: #fff !important;
}

.bogo-language-switcher li.ja a::after {
  content: "";
  font-size: 13px;
  font-size: 0;
}

/* ホバー時と現在選択されている言語のスタイル */
.bogo-language-switcher li a:hover,
.bogo-language-switcher li a.current {
  background-color: #002d72;
  color: #fff !important;
}

footer {
  margin-top: 3rem;
  border-top: none !important;
  background-color: #f7f7f7;
}

.footer_inner {
  width: 1080px;
  max-width: 100%;
}

.footer_content {
  margin-top: 0;
  padding-top: 75px;
}
@media screen and (max-width: 781px) {
  .footer_content {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .footer_content {
    padding-top: 2rem;
  }
}

.footer_logo {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 2rem;
}
@media screen and (max-width: 781px) {
  .footer_logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .footer_logo {
    width: 11.25rem;
  }
}

.footer_logo img {
  margin-left: auto;
  margin-right: auto;
}

.footer_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 781px) {
  .footer_columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 781px) {
  .footer_columns {
    margin-top: 0;
  }
}

.footer_columns .footer_info-item .footer_info {
  list-style: none;
  padding-left: 0;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media screen and (max-width: 1024px) {
  .footer_columns .footer_info-item .footer_info {
    text-align: left;
  }
}

.footer_info {
  list-style: none;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media screen and (max-width: 781px) {
  .footer_info {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 1040px) {
  .footer_info .footer_info-item:nth-child(2) br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .footer_info br {
    display: none;
  }
}
.footer_info-item {
  color: #333;
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .footer_info-item {
    text-align: left;
  }
}
@media screen and (max-width: 781px) {
  .footer_info-item {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .footer_info-item br {
    display: block;
  }
}

.footer_info-item a {
  color: #333;
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
  text-decoration: none;
}

.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 0;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media screen and (max-width: 781px) {
  .footer_menu {
    margin-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: 1rem;
    padding-left: 0;
  }
}

.footer_menu-item {
  letter-spacing: 0.1em !important;
  color: #333;
  font-weight: 400;
}

.footer_menu .footer_menu-item + .footer_menu-item {
  padding-left: 1rem;
}

.footer_menu-service {
  letter-spacing: 0.1em !important;
  color: #333 !important;
}
@media screen and (max-width: 1024px) {
  .footer_menu-service {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 781px) {
  .footer_menu-service {
    font-size: 1rem;
    display: none;
  }
}

.footer_menu-item a {
  letter-spacing: 0.1em !important;
  color: #333;
  text-decoration: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
}
@media screen and (max-width: 1024px) {
  .footer_menu-item a {
    font-size: 0.875rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}
@media screen and (max-width: 781px) {
  .footer_menu-item a {
    font-size: 1rem;
  }
}

.footer_menu + footer_menu {
  margin-left: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .footer_menu + footer_menu {
    margin-left: 2.625rem;
  }
}

.footer_submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_submenu li a {
  padding-left: 0;
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
}
@media screen and (max-width: 1024px) {
  .footer_submenu li a {
    padding-right: 0;
  }
}

.c-copyright {
  background-color: #f7f7f7 !important;
}

.c-copyright {
  color: #333 !important;
}

.c-copyright .c-container {
  width: 984px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .c-copyright .c-container {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
    padding-left: 0;
  }
}

.footer_icon-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .footer_icon-menu {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 781px) {
  .footer_icon-menu {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-top: 0;
    padding-left: 0;
  }
}

.footer_icon-menu li {
  list-style: none;
  letter-spacing: 0.1em !important;
  font-size: 1rem !important;
}

.footer_icon-menu li + li {
  padding-left: 0.75rem;
}

.footer_icon-menu li a {
  letter-spacing: 0.1em !important;
  font-size: 1rem !important;
}

.footer_icon {
  width: 3.5rem;
  height: 3.5rem;
}
@media screen and (max-width: 575px) {
  .footer_icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media screen and (max-width: 781px) {
  .footer_icon img {
    width: 2.8125rem;
  }
}

.footer_icon-menu {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 1024px) {
  .footer_icon-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer_submenu-item a {
  font-size: 0.875rem;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer_submenu-item a {
    font-size: 1rem;
  }
}

.footer_icon-menu-item {
  margin-left: 1rem;
}
@media screen and (max-width: 1024px) {
  .footer_icon-menu-item {
    margin-top: 0.75rem;
    margin-left: 0;
  }
}

.footer_submenu .footer_menu-item + .footer_menu-item {
  padding-left: 2rem !important;
}

.footer_menu-item a {
  padding-left: 0;
  padding-right: 0;
}

.en-footer {
  display: none !important;
}

.en-US .en-footer {
  display: block !important;
}

.en-US .jp {
  display: none;
}

.top-kv {
  min-height: 85vh !important;
}
@media screen and (max-width: 781px) {
  .top-kv {
    min-height: 75vh;
  }
}

.en-US .top-kv {
  min-height: 85vh !important;
}
@media screen and (max-width: 781px) {
  .en-US .top-kv {
    min-height: 75vh;
  }
}

@media screen and (max-width: 600px) {
  .top-kv_header {
    text-align: center !important;
  }
}

@media screen and (max-width: 781px) {
  .top-kv_header span {
    font-size: 1.5rem !important;
  }
}

.top-kv video {
  border-radius: 48px !important;
  padding: 2rem;
}
@media screen and (max-width: 600px) {
  .top-kv video {
    padding: 0;
    border-radius: 0 !important;
  }
}

.top-kv_text {
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
  letter-spacing: 0.1em !important;
}
@media screen and (max-width: 475px) {
  .top-kv_text {
    margin-bottom: 1.125rem !important;
  }
}

@media screen and (max-width: 1024px) {
  .top-kv_text span {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 781px) {
  .top-kv_text span {
    font-size: 2.125rem !important;
  }
}
@media screen and (max-width: 600px) {
  .top-kv_text span {
    font-size: 1.75rem !important;
  }
}
@media screen and (max-width: 475px) {
  .top-kv_text span {
    font-size: 2.25rem !important;
  }
}

@media screen and (max-width: 475px) {
  .top-kv_text span {
    line-height: 1.1;
  }
}

@media screen and (min-width: 476px) {
  .top-kv_text br {
    display: none;
  }
}
@media screen and (max-width: 781px) {
  .top-kv_text span span {
    font-size: 2.125rem !important;
  }
}
@media screen and (max-width: 600px) {
  .top-kv_text span span {
    font-size: 1.75rem !important;
  }
}
@media screen and (max-width: 475px) {
  .top-kv_text span span {
    font-size: 2.625rem !important;
  }
}

.top-kv_sub-text {
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
  letter-spacing: 0.1em !important;
  border-left: 5px solid #0dbbb5;
  padding-left: 1rem;
}
@media screen and (max-width: 600px) {
  .top-kv_sub-text {
    line-height: 1.1;
  }
}
@media screen and (max-width: 781px) {
  .top-kv_sub-text {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 475px) {
  .top-kv_sub-text {
    padding-left: 0.5rem;
  }
}

@media screen and (max-width: 781px) {
  .top-kv_sub-text span {
    font-size: 1.375rem !important;
  }
}
@media screen and (max-width: 600px) {
  .top-kv_sub-text span {
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 475px) {
  .top-kv_sub-text span {
    font-size: 0.875rem !important;
  }
}

.top_kv .kv_title {
  line-height: 1.2 !important;
}

@media screen and (max-width: 600px) {
  .top_kv .kv_title span {
    font-size: 2rem !important;
  }
}

.kv {
  margin-bottom: 0 !important;
  border-radius: 24px;
  margin-left: 3rem !important;
  margin-right: 3rem !important;
  min-height: 70vh !important;
}
@media screen and (max-width: 1024px) {
  .kv {
    min-height: 60vh !important;
  }
}
@media screen and (max-width: 781px) {
  .kv {
    min-height: 50vh !important;
  }
}
@media screen and (max-width: 600px) {
  .kv {
    min-height: 40vh !important;
  }
}

.kv .smb-section__title:after {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .top-kv_button a {
    height: 3rem !important;
  }
}

.kv {
  margin-bottom: 3rem !important;
}
@media screen and (max-width: 1024px) {
  .kv {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 781px) {
  .kv {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .kv {
    margin-bottom: 3rem !important;
  }
}

.kv h1 {
  font-weight: 400;
  line-height: 1.2;
}

.kv h1 {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

@media screen and (max-width: 781px) {
  .kv h1 span:nth-child(1) span {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 781px) {
  .kv h1 span:nth-child(3) span {
    font-size: 1.25rem !important;
  }
}

.kv .smb-section__title {
  font-weight: 400;
}

.page-template-one-column .c-entry__title {
  display: none;
}

.page-template-right-sidebar .c-entry__title {
  display: none;
}

@media screen and (max-width: 600px) {
  .kv .smb-section__title span {
    line-height: 1;
  }
}
@media screen and (max-width: 600px) {
  .kv .smb-section__title span:nth-child(1) {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .kv .smb-section__title span:nth-child(3) span {
    font-size: 24px;
  }
}
.c-site-branding.c-site-branding--has-logo {
  width: 80px;
}

@media screen and (max-width: 600px) {
  .top_kv .c-container {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
}

#page-top {
  bottom: 10%;
  right: 20px;
  border-radius: 50px !important;
  background-color: #1a3c5e;
}
@media screen and (max-width: 600px) {
  #page-top {
    bottom: 10%;
  }
}

.top-service_title {
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .top-service_title {
    padding-top: 0 !important;
  }
}

.top-service_title span {
  font-weight: 700;
}

.top-service_title span:nth-child(3) {
  position: relative;
}

.top-service_title span:nth-child(3):before {
  content: "";
  width: 50px;
  height: 3px;
  background: #0dbbb5;
  position: absolute;
  bottom: -80%;
  left: 20%;
}

.top-service .top-service_header {
  padding-left: 1rem;
  border-left: 5px solid #0dbbb5;
  line-height: 1.3 !important;
}
@media screen and (max-width: 1024px) {
  .top-service .top-service_header {
    text-align: left !important;
  }
}
@media screen and (max-width: 475px) {
  .top-service .c-container {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
}

@media screen and (max-width: 781px) {
  .top-service .top-service_header span span {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 781px) {
  .top-service .top-service_header span:nth-child(3) span {
    font-size: 1.125rem !important;
  }
}

@media screen and (max-width: 600px) {
  .top-service_text br {
    display: none;
  }
}

.top-service .smb-section-with-bgimage__bgimage {
  /* 必ず設定！：画像が枠からはみ出すのを防ぐ */
  overflow: hidden;
}

.top-service .smb-section-with-bgimage__bgimage img {
  /* 1. トランジション（アニメーション）時間をもっと長く設定 (例: 0.8秒) */
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* 2. 画像が親要素全体に広がるように設定 (ズーム効果を見せるため) */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* 3. 初期状態 */
  -webkit-transform: scale(1);
          transform: scale(1);
}

.top-service .smb-section-with-bgimage__bgimage img:hover {
  /* 4. 拡大率を微調整 (例: 1.05倍) */
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.smb-btn {
  position: relative; /* オーバーレイ用 */
  overflow: hidden; /* オーバーフローを隠す */
  --overlay-color: #111; /* カーテン色（初期） */
  --overlay-opacity: 1; /* カーテン不透明度 */
  --smb-curtain-duration: 420ms;
  --smb-curtain-timing: cubic-bezier(0.2, 0.9, 0.3, 1);
  color: var(--smb-btn--color, #000); /* 既存カスタムプロパティを尊重 */
  -webkit-tap-highlight-color: transparent;
}

/* ラベル（文字色のトランジション）*/
.smb-btn__label {
  position: relative;
  z-index: 2; /* オーバーレイより手前 */
  -webkit-transition: color var(--smb-curtain-duration) var(--smb-curtain-timing);
  transition: color var(--smb-curtain-duration) var(--smb-curtain-timing);
}

/* カーテン（左から右へ閉まる） */
.smb-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; /* 左端に揃える */
  width: 100%;
  z-index: 1;
  /* 初期状態は左外に隠す（左→右で入ってくる） */
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform var(--smb-curtain-duration) var(--smb-curtain-timing);
  transition: -webkit-transform var(--smb-curtain-duration) var(--smb-curtain-timing);
  transition: transform var(--smb-curtain-duration) var(--smb-curtain-timing);
  transition: transform var(--smb-curtain-duration) var(--smb-curtain-timing), -webkit-transform var(--smb-curtain-duration) var(--smb-curtain-timing);
  /* カーテン色に透過を掛ける */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, var(--overlay-opacity))), to(rgba(0, 0, 0, var(--overlay-opacity))));
  background: linear-gradient(90deg, rgba(0, 0, 0, var(--overlay-opacity)), rgba(0, 0, 0, var(--overlay-opacity)));
  /* overlay 色は上書き可能にする */
  background-color: var(--overlay-color);
  /* もし inline style で背景色が white の場合などと干渉しないように opacityで重ねる処理も有効化可 */
  pointer-events: none;
}

/* ホバー / フォーカス / .hover クラス でカーテンを閉じる */
.smb-btn:hover::after,
.smb-btn:focus::after,
.smb-btn.hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* カーテンが掛かったときに文字色を白にする（必要であれば変える） */
.smb-btn:hover .smb-btn__label,
.smb-btn:focus .smb-btn__label,
.smb-btn.hover .smb-btn__label {
  color: var(--smb-curtain-text-color, #fff);
}

/* キーボード操作でも見えるようにフォーカス時に同じ効果 */
.smb-btn:focus {
  outline: none; /* 必要ならカスタムのフォーカスリングを追加 */
}

/* アクセシビリティ: モーション軽減設定がある場合はアニメーションをオフ */
@media (prefers-reduced-motion: reduce) {
  .smb-btn::after,
  .smb-btn__label {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media screen and (max-width: 781px) {
  .top-news .c-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.other-content_columns {
  gap: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .other-content_columns {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.other-content_columns .wp-block-column {
  overflow: hidden;
  padding-left: 112px;
}
@media screen and (max-width: 1024px) {
  .other-content_columns .wp-block-column {
    text-align: center;
    padding-left: 1.8rem !important;
  }
}

@media screen and (max-width: 1024px) {
  .other-content_columns .wp-block-snow-monkey-blocks-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.other-content_title {
  margin-bottom: 1rem !important;
}

.other-content_title span {
  font-weight: 700 !important;
}

.c-bnr.zoom {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.c-bnr.zoom:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.other-content_columns .smb-btn span {
  font-weight: 700;
}

.top_lead .smb-section__title br {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .top-lede .smb-section__title {
    text-align: left !important;
  }
}

@media screen and (max-width: 781px) {
  .top_lead {
    padding-top: 3rem !important;
  }
}

@media screen and (max-width: 600px) {
  .top-lede .c-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .top-lede .top-lede-inner .c-container {
    padding-left: 28.8px !important;
    padding-right: 28.8px !important;
  }
}

@media screen and (max-width: 1024px) {
  .top-lede .top-lede_text br {
    display: none !important;
  }
}

.top-lede-inner {
  padding-left: 3rem;
  padding-right: 3rem;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .top-lede-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 781px) {
  .top_lead .smb-section__contents-wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.top-lead_blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 781px) {
  .top-lead_blocks .wp-block-image img {
    width: 11.25rem !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 600px) {
  .top-staff_header {
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .top-staff-img {
    min-height: 32vh !important;
  }
}

.top-staff-img img {
  border-radius: 48px !important;
}
@media screen and (max-width: 600px) {
  .top-staff-img img {
    -o-object-position: 19% 50%;
       object-position: 19% 50%;
  }
}

@media screen and (max-width: 600px) {
  .top-staff_text span {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 600px) {
  .single .c-entry__title {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 475px) {
  .single .c-entry__title {
    font-size: 22px !important;
  }
}

.top-tour_lede {
  font-size: 1.125rem !important;
}
@media screen and (max-width: 600px) {
  .top-tour_lede {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .top-tour_list .c-entries .c-entries__item:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .top-tour_list .c-entries__item {
    max-width: 100%;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.top-voice_columns {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 600px) {
  .top-voice .smb-section__title {
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .voice_title {
    text-align: left !important;
  }
}
@media screen and (max-width: 600px) {
  .voice_title {
    margin-left: 0 !important;
  }
}

.top-voice_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* スマホで縦並びにするため */
}

/* 親要素の中で子要素（各カラム）を縦に目一杯広げる */
.top-voice_columns.wp-block-columns {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

/* 各カラム自体の高さを100%にする */
.top-voice_columns .wp-block-column {
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 600px) {
  .top-pege_sec {
    padding-bottom: 1rem !important;
  }
}

.top-pege_sec .c-container {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

@media screen and (max-width: 781px) {
  .pege_sec_columns {
    margin-top: 2.80675rem !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 600px) {
  .pege_sec_columns {
    margin-top: 1.5rem !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .sm_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 781px) {
  .pege_sec_columns .common_button_wrapper {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 600px) {
  .pege_sec_columns .common_button_wrapper {
    margin-top: 3rem !important;
  }
}

.top-pege_sec {
  padding-top: 4rem !important;
}
@media screen and (max-width: 600px) {
  .top-pege_sec {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.top-news_sec .top-news_title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 500 !important;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
@media screen and (max-width: 781px) {
  .top-news_sec .top-news_title {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
@media screen and (max-width: 600px) {
  .top-news_sec .top-news_title {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .top-news_sec .top-news_title span {
    font-size: 2rem !important;
  }
}

.top-news {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media screen and (max-width: 600px) {
  .top-news .smb-section__title {
    text-align: left;
  }
}

.top-news-inner {
  padding-left: 3rem;
  padding-right: 3rem;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}

.top-news .c-entries__item a {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.top-news_title span span {
  margin-right: 0 !important;
}

.top-news .c-meta__item--published {
  color: #f7f7f7 !important;
}

.top-post .smb-section__title {
  position: relative;
}
@media screen and (max-width: 600px) {
  .top-post .smb-section__title {
    text-align: left;
  }
}
@media screen and (max-width: 475px) {
  .top-post .smb-section__title {
    line-height: 1.5 !important;
  }
}

@media screen and (min-width: 476px) {
  .top-post .smb-section__title br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .top-post_lede {
    text-align: left !important;
  }
}

.top-post .c-entry-summary__figure {
  border-radius: 24px;
}

.top-post .c-entry-summary__figure:before {
  padding-top: 64%;
}

.top-post .c-entry-summary__title {
  font-weight: 500;
}

.top-post .c-entry-summary__term {
  display: none;
}

@media screen and (min-width: 1024px) {
  .top-post_list .c-entries .c-entries__item:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .top-post_list .c-entries__item {
    max-width: 100%;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.blog_kv {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 475px) {
  .blog_kv .smb-section-with-bgimage__bgimage img {
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
  }
}

@media screen and (max-width: 600px) {
  .blog_list .c-entries {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .blog_list .c-entries__item {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    flex-basis: 100% !important;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .blog_list .c-entries {
    --entries--item-width: 100% !important;
  }
}

@media screen and (min-width: 1024px) {
  .blog_sp-4c .c-entries__item:nth-child(4) {
    display: none;
  }
}
.blog_list .c-entry-summary__content {
  display: none;
}

@media screen and (max-width: 1024px) {
  .blog .l-contents__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .single .l-contents__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single .c-eyecatch img {
  width: 100%;
  border-radius: 48px;
}

.blog_list .c-entry-summary__figure {
  border-radius: 32px;
}

.blog_list .c-entry-summary__figure:before {
  padding-top: 64%;
}

.blog_list .c-entry-summary__title {
  font-weight: 700;
}

.blog_list .c-entries__item {
  margin-bottom: 3rem;
}

.c-entry-summary__meta {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  font-weight: 400;
  color: #b9b9b9;
}

.page-id-3131 .l-contents__inner {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 600px) {
  .page-id-3131 .l-contents__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .page-id-3131 .p-breadcrumbs-wrapper {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
}

@media screen and (max-width: 600px) {
  .page-id-3131 .kv {
    width: calc(100% - 57.6px);
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 600px) {
  .page-id-3609 .kv {
    width: calc(100% - 57.6px);
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 600px) {
  .page-id-3131 .l-contents__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .page-id-3609 .l-contents__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.tour-section {
  max-width: 97%;
  margin: 0 auto;
  padding: 40px 20px;
}
@media screen and (max-width: 1024px) {
  .tour-section {
    max-width: 100%;
    padding: 40px 0;
  }
}

.tour_lede {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 781px) {
  .tour_lede {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .tour_lede {
    text-align: left;
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
}

/* キービジュアル */
.kv-container {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .kv-container {
    border-radius: 0;
  }
}

.tour-img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 781px) {
  .tour-img {
    min-height: 25vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 600px) {
  .tour-img {
    min-height: 20vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.tour-title {
  position: absolute;
  top: 20%;
  left: 10%;
  color: #fff !important;
  font-size: clamp(24px, 5vw, 48px);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 781px) {
  .tour-title {
    font-size: 1.5rem;
    position: absolute;
    /* 親の真ん中に配置 */
    top: 50%;
    left: 50%;
    /* 自分の幅と高さの半分だけ戻して「中心」を合わせる */
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    /* 文字の折り返しを防ぐ（1行で表示したい場合） */
    white-space: nowrap;
    /* テキスト自体も中央揃え */
    text-align: center;
    color: #fff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
}

/* 外枠のコンテナ */
.swiper-outer-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Swiper本体：4枚目を隠す */
.mySwiper {
  overflow: hidden !important;
  position: relative;
  padding: 10px 0; /* シャドウが切れないように上下微調整 */
}

/* カードデザイン */
.tour-card {
  background: #fff;
  height: auto;
}

.card-link-wrapper {
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
}

.card-img-wrapper {
  width: 100%;
  aspect-ratio: 3/2; /* 3:2を維持 */
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
}

.card-days {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

.card-text {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
}

/* --- カルーセルボタン（共通設定） --- */
.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  background: #fff !important;
  border-radius: 50% !important;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  color: #333 !important;
  z-index: 10;
  /* 上下中央固定の魔法の計算 */
  position: absolute !important;
  margin-top: 0 !important;
  /* 計算解説: 
     1. 画像は 3:2 なので、高さは幅の 66.6% (2/3)
     2. その中央は 33.3% (1/3)
     3. 100% * (2/3) / 2 = 33.33%
  */
  top: 30.33% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* 自身の高さ半分戻して完全中央 */
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

@media (max-width: 1328px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 30% !important;
  }
}
@media (max-width: 1225px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 27% !important;
  }
}
@media (max-width: 1060px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 30% !important;
  }
}
@media (max-width: 1011px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 21% !important;
  }
}
@media (max-width: 840px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 20% !important;
  }
}
@media screen and (max-width: 781px) {
  .swiper-button-next,
  .swiper-button-prev {
    position: relative;
    top: 37% !important;
  }
}

@media screen and (max-width: 781px) {
  .swiper-button-next:after {
    position: absolute;
    top: 16px !important;
    left: 19px !important;
  }
}

@media screen and (max-width: 781px) {
  .swiper-button-prev:after {
    position: absolute;
    top: 16px !important;
    left: 19px !important;
  }
}

@media (max-width: 554px) {
  .swiper-button-next,
  .swiper-button-prev {
    position: relative;
    top: 34% !important;
  }
}
@media (max-width: 475px) {
  .swiper-button-next,
  .swiper-button-prev {
    position: relative;
    top: 33% !important;
  }
}
@media (max-width: 423px) {
  .swiper-button-next,
  .swiper-button-prev {
    position: relative;
    top: 31% !important;
  }
}
@media (max-width: 400px) {
  .swiper-button-next,
  .swiper-button-prev {
    position: relative;
    top: 29% !important;
  }
}
/* 左右の位置（カードの端に少し重ねるデザイン） */
.swiper-button-next {
  right: 10px !important;
}

.swiper-button-prev {
  left: 10px !important;
}

/* 最初のスライドで左ボタンを隠す / 最後のスライドで右ボタンを隠す */
.swiper-button-disabled {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

/* 矢印アイコン */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important;
  font-weight: bold;
}

/* もっと見るボタン */
.btn-container {
  text-align: center;
  margin-top: 50px;
}

.btn-more {
  display: inline-block;
  background: #262626;
  color: #fff;
  padding: 16px 80px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: block !important;
  }
}
.swiper-outer-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /* Snow Monkeyのパディング等で横幅が削られないように調整 */
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mySwiper {
  overflow: hidden !important;
  position: relative;
  width: 100%;
}

/* 1枚表示の時にカードがコンテナ幅いっぱいになるように強制 */
.swiper-slide {
  width: 100%;
  height: auto;
}

/* カードデザイン */
.tour-card {
  background: #fff;
}

.card-link-wrapper {
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
}

.card-img-wrapper {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
}

.card-days {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

/* ボタンの位置固定（画像3:2の中央） */
.swiper-button-next {
  right: 10px !important;
}

.swiper-button-prev {
  left: 10px !important;
}

.swiper-button-disabled {
  opacity: 0 !important;
  visibility: hidden;
}

.btn-container {
  text-align: center;
  margin-top: 50px;
}

.btn-more {
  display: inline-block;
  background: #262626;
  color: #fff;
  padding: 16px 80px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: block !important;
  }
  /* スマホで1枚表示を確実にするための補正 */
  .mySwiper {
    padding: 0 !important;
  }
}
.mgt-64 {
  margin-top: 4rem;
}

.page-id-3609 .l-contents__inner {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 600px) {
  .page-id-3609 .l-contents__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.c-meta {
  display: none !important;
}

.tour-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 781px) {
  .tour-section {
    padding-top: 0;
  }
}

.tour-kv-sec {
  padding-top: 0 !important;
}
@media screen and (max-width: 781px) {
  .tour-kv-sec {
    display: none;
  }
}

.tour-kv-sec .tour-kv-columns {
  gap: 0 !important;
}

.tour-kv-inner-columns {
  margin-top: 0 !important;
  gap: 6px !important;
}

.tour-kv-upper-columns {
  margin-bottom: 0.375rem !important;
}

/* 初期状態：スマホ用を非表示 */
.tour-sp-kv {
  display: none !important;
}

.tour-pc-kv {
  padding-bottom: 1rem !important;
}

@media screen and (max-width: 1280px) {
  .tour-pc-kv .c-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* スマホ表示 (768px以下) */
@media screen and (max-width: 781px) {
  /* PC用を隠す */
  .tour-pc-kv {
    display: none !important;
  }
  .tour-sp-kv .c-container {
    padding-left: 0;
    padding-right: 0;
  }
  /* スマホ用を表示 */
  .tour-sp-kv {
    display: block !important;
    width: 100%;
    overflow: hidden;
    margin-top: 0 !important;
  }
  /* 画像のサイズ調整（お好みで高さを固定してください） */
  .tour-sp-kv .tour-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 4/3; /* 黄金比など適宜変更 */
    object-fit: cover;
  }
  /* ページネーションの位置調整 */
  .tour-sp-kv .swiper-pagination {
    bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .tour-application_sec .c-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.tour-section .wp-block-heading span {
  font-size: 1.125rem !important;
}

@media screen and (max-width: 600px) {
  .tour-application_sec {
    padding-top: 1.5rem !important;
  }
}

.tour-application_sec .upper .wp-block-column {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.tour-application_sec .upper {
  width: 80%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width: 781px) {
  .tour-application_sec .upper {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    gap: 16px !important;
  }
}

@media screen and (max-width: 781px) {
  .single-post .wp-block-columns.upper.is-layout-flex {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media screen and (max-width: 781px) {
  .tour_application {
    text-align: center;
  }
}

.tour-h2 {
  line-height: 1 !important;
}

@media screen and (max-width: 1024px) {
  .tour-cta-column.wp-block-snow-monkey-blocks-buttons.alignright.smb-buttons.is-layout-flex.wp-block-snow-monkey-blocks-buttons-is-layout-flex {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 781px) {
  .tour-concept {
    padding-top: 1.25rem !important;
  }
}

.tour-concept .c-container {
  margin-left: 0 !important;
}
@media screen and (max-width: 1024px) {
  .tour-concept .c-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 781px) {
  .tour-concept-columns {
    gap: 16px !important;
  }
}

@media screen and (max-width: 781px) {
  .tour-overview-icons {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 475px) {
  .tour-overview-icons {
    gap: 6px;
  }
}

@media screen and (max-width: 781px) {
  .icon-img {
    width: 1.125rem !important;
  }
}

@media screen and (max-width: 781px) {
  .tour-concept_text {
    font-size: 1rem !important;
    font-weight: 700;
  }
}
@media screen and (max-width: 475px) {
  .tour-concept_text {
    font-size: 0.875rem !important;
  }
}

@media screen and (max-width: 781px) {
  .point-sec {
    padding-top: 3rem !important;
  }
}

.point-sec .c-container {
  margin-left: 0 !important;
}
@media screen and (max-width: 1024px) {
  .point-sec .c-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 781px) {
  .highlight-columns {
    margin-top: 0 !important;
  }
}

.highlight-columns_inner {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.location-sec {
  padding-top: 3rem !important;
}

.location-sec .c-container {
  margin-left: 0 !important;
}
@media screen and (max-width: 1024px) {
  .location-sec .c-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .location_map-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 781px) {
  .voice {
    padding-top: 3rem !important;
  }
}

.voice .c-container {
  margin-left: 0 !important;
}
@media screen and (max-width: 1024px) {
  .voice .c-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.voice_imge-columns {
  gap: 16px !important;
}
@media screen and (max-width: 781px) {
  .voice_imge-columns {
    gap: 32px !important;
  }
}

.voice_imge-columns .wp-block-column {
  height: 100% !important;
}

@media screen and (max-width: 781px) {
  .voice img {
    width: 100% !important;
  }
}

.c-prev-next-nav {
  display: none;
}

.location_map-columns .wp-block-column > div {
  margin-top: 0 !important;
}

.voice_imge-columns img {
  border-radius: 16px;
}

@media screen and (max-width: 781px) {
  .checklist-sec {
    padding-top: 3rem !important;
  }
}

.checklist-sec .c-container {
  margin-left: 0 !important;
}
@media screen and (max-width: 1024px) {
  .checklist-sec .c-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.checklist-header {
  line-height: 1 !important;
  margin-bottom: 0.75rem !important;
}
@media screen and (max-width: 781px) {
  .checklist-header {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

.payment-sec .c-container {
  margin-left: 0 !important;
}
@media screen and (max-width: 1024px) {
  .payment-sec .c-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.payment-header {
  line-height: 1;
  margin-bottom: 0.75rem !important;
}
@media screen and (max-width: 781px) {
  .payment-header {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

.post-template .p-entry-content {
  display: none;
}

.post-template .l-contents__inner {
  padding-bottom: 0 !important;
}

.currency p {
  font-size: 1rem !important;
  display: inline-block;
}

.common-cta {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.common-cta .smb-section__body {
  margin-top: 1.5rem !important;
}

@media screen and (max-width: 781px) {
  .common-cta_lede {
    text-align: left;
  }
}

.common-cta_button a {
  width: 15rem;
  text-align: center;
}

@media screen and (max-width: 781px) {
  .common-cta .common-cta_button-wrapper {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.worries {
  padding-bottom: 3.875rem !important;
}
@media screen and (max-width: 1024px) {
  .worries {
    padding-bottom: 2rem !important;
  }
}

@media screen and (max-width: 475px) {
  .worries .smb-section__title {
    font-size: 1.375rem !important;
  }
}

.worries .smb-section__title:after {
  display: none;
}

@media screen and (max-width: 600px) {
  .worries .c-container {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media screen and (max-width: 475px) {
  .worries .c-container {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

@media screen and (max-width: 1024px) {
  .worries_columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 781px) {
  .worries_columns {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
@media screen and (max-width: 600px) {
  .worries_columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .worries_columns .worries_column:nth-child(1) {
    -ms-flex-preferred-size: 52% !important;
        flex-basis: 52% !important;
    max-width: 51%;
  }
}
@media screen and (max-width: 600px) {
  .worries_columns .worries_column:nth-child(1) {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 475px) {
  .worries_columns .worries_column:nth-child(1) {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .worries_columns .worries_column:nth-child(2) {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 781px) {
  .worries_columns .worries_column:nth-child(2) {
    max-width: 47%;
  }
}
@media screen and (max-width: 600px) {
  .worries_columns .worries_column:nth-child(2) {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 475px) {
  .worries_columns .worries_column:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .worries_columns .worries_column:nth-child(3) {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 781px) {
  .worries_columns .worries_column:nth-child(3) {
    max-width: 47%;
  }
}
@media screen and (max-width: 600px) {
  .worries_columns .worries_column:nth-child(3) {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 475px) {
  .worries_columns .worries_column:nth-child(3) {
    max-width: 100%;
    width: 100%;
  }
}

.worries_column {
  background-color: #fbf8f6 !important;
  border-radius: 1rem;
  padding-top: 1.8rem !important;
  padding-right: 0.875rem !important;
  padding-bottom: 1.8rem !important;
  padding-left: 3.875rem !important;
}

.worries_text {
  position: relative;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  .worries_text {
    text-align: left;
    line-height: 1.4;
    height: 40px;
  }
}
@media screen and (max-width: 781px) {
  .worries_text {
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .worries_text {
    height: auto;
    max-width: 100%;
    width: 21.875rem;
  }
}
@media screen and (max-width: 475px) {
  .worries_text {
    max-width: 100%;
    width: 100%;
  }
}

.worries_text br {
  display: none;
}

.worries_text:before {
  position: absolute;
  top: 0%;
  left: -18%;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../../../../../wp-content/uploads/2023/11/check.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .worries_text:before {
    top: -6%;
    left: -10%;
  }
}

@media screen and (max-width: 950px) {
  .worries_text:before {
    left: -13%;
  }
}
@media screen and (max-width: 781px) {
  .worries_text:before {
    left: -40px;
    top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .worries_text:before {
    left: -50px;
    top: -4px;
  }
}
@media screen and (max-width: 475px) {
  .worries_text:before {
    left: -42px;
    top: -5px;
  }
}

.other-content {
  background-color: #fff !important;
}

@media screen and (max-width: 475px) {
  .other-content .wp-block-cover {
    min-height: 130px !important;
  }
}
.other-content_hedaer a span {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 576px) {
  .other-content .smb-section__title br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .other-content .smb-section__title {
    font-size: 1.375rem;
  }
}
.other-content_columns .wp-block-column {
  -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important;
  padding-top: 3.375rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 781px) {
  .other-content_columns .wp-block-column {
    padding-left: 1.8rem !important;
  }
}

@media screen and (min-width: 826px) {
  .common-contact-inner_text br {
    display: none;
  }
}
.other-content_last {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.other-content_columns .wp-block-snow-monkey-blocks-btn span {
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
}
@media screen and (max-width: 781px) {
  .other-content_columns .wp-block-snow-monkey-blocks-btn span {
    width: 6.300625rem !important;
  }
}

@media screen and (max-width: 781px) {
  .fixed-bar {
    display: none;
  }
}

.sticky_text {
  font-weight: 700;
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
}

.fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}

.fixed-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

/* 左：プラン名 */
.plan {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

/* 中央：価格 */
.price {
  text-align: center;
}

.price__current {
  color: #e6004c;
  font-size: 20px;
  font-weight: 700;
}

.price__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 12px;
}

.price__old {
  color: #999;
  text-decoration: line-through;
}

.price__off {
  color: #e6004c;
  font-weight: 600;
}

/* 右：アクション */
.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.btn-primary {
  background: #d48806;
  color: #fff;
  padding: 14px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  min-width: 220px;
  text-align: center;
}

.favorite span {
  font-size: 12px;
}

.actions a {
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
}

.staff_kv {
  margin-bottom: 0 !important;
}

.staff_kv img {
  border-radius: 0 !important;
}
@media screen and (max-width: 600px) {
  .staff_kv img {
    -o-object-position: 0% 50% !important;
       object-position: 0% 50% !important;
  }
}
@media screen and (max-width: 475px) {
  .staff_kv img {
    -o-object-position: 27% 50% !important;
       object-position: 27% 50% !important;
  }
}

@media screen and (min-width: 576px) {
  .staff_kv h1 > br {
    display: none !important;
  }
}
@media screen and (max-width: 781px) {
  .guide {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .guide {
    width: 100%;
    margin-top: 0 !important;
    padding-top: 3rem !important;
    padding-bottom: 0 !important;
  }
}

.guide .staff_columns {
  position: relative;
}

.guide .staff_columns:before {
  position: absolute;
  top: 4%;
  content: "";
  display: inline-block;
  width: 416px;
  height: 398px;
  background-image: url(../../../../uploads/2026/03/img1.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: none;
  background-repeat: no-repeat;
  left: -23%;
  z-index: -100;
}
@media screen and (max-width: 600px) {
  .guide .staff_columns:before {
    top: 16%;
  }
}

.guide .staff_columns:after {
  position: absolute;
  bottom: 4%;
  content: "";
  display: inline-block;
  width: 416px;
  height: 398px;
  background-image: url(../../../../uploads/2026/03/img2.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: none;
  background-repeat: no-repeat;
  right: -40%;
  z-index: -100;
}
@media screen and (max-width: 781px) {
  .guide .staff_columns:after {
    right: -70%;
  }
}

.guide .c-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.staff_columns {
  gap: 48px;
}
@media screen and (max-width: 781px) {
  .staff_columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .staff_columns {
    gap: 32px;
    width: 100%;
  }
}

.staff .staff_upper {
  position: relative;
}

.staff .staff_upper:after {
  position: absolute;
  top: 19%;
  content: "";
  display: inline-block;
  width: 416px;
  height: 398px;
  background-image: url(../../../../uploads/2026/03/img3.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: none;
  background-repeat: no-repeat;
  right: -19%;
  z-index: -100;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.staff .staff_middle {
  position: relative;
}

.staff .staff_middle:after {
  position: absolute;
  top: 19%;
  content: "";
  display: inline-block;
  width: 416px;
  height: 398px;
  background-image: url(../../../../uploads/2026/03/img4.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: none;
  background-repeat: no-repeat;
  left: -50%;
  z-index: -100;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
@media screen and (max-width: 600px) {
  .staff .staff_middle:after {
    top: 28%;
  }
}

.staff .staff_bottom {
  position: relative;
}

.staff .staff_bottom:after {
  position: absolute;
  top: 19%;
  content: "";
  display: inline-block;
  width: 416px;
  height: 398px;
  background-image: url(../../../../uploads/2026/03/img5.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: none;
  background-repeat: no-repeat;
  right: -44%;
  z-index: -100;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
@media screen and (max-width: 600px) {
  .staff .staff_bottom:after {
    top: 25%;
  }
}

@media screen and (max-width: 781px) {
  .staff_columns img {
    width: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .staff .smb-section__contents-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 781px) {
  .staff .smb-section__contents-wrapper {
    max-width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .staff .smb-section__contents-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .staff {
    margin-top: 0 !important;
    padding-top: 3rem !important;
  }
}

.staff .c-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.staff-img-block {
  position: relative;
}

.staff-img-block .staff_name {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 1024px) {
  .staff-img-block .staff_name {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 475px) {
  .staff-img-block .staff_name {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (max-width: 475px) {
  .sp-f12 > span {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 781px) {
  .page-title-sec {
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 1042px) {
  .page-id-2852 .service-title span:nth-child(1) {
    line-height: 1.1;
  }
}
@media screen and (max-width: 971px) {
  .page-id-2841 .service-title span:nth-child(1) {
    line-height: 1.1;
  }
}
.service-title span:nth-child(1) {
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #0dbbb5, #d3dde0);
  background-clip: text;
  -webkit-background-clip: text; /* Safari/旧Chrome 用 */
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 781px) {
  .service-title span:nth-child(1) {
    line-height: 1.1 !important;
  }
}
@media screen and (max-width: 475px) {
  .service-title span:nth-child(1) {
    font-size: 2.375rem !important;
  }
}

@media screen and (max-width: 600px) {
  .service-title span:nth-child(3) span {
    font-size: 1.25rem !important;
  }
}

@media screen and (min-width: 781px) {
  .service-title span:nth-child(3) {
    -webkit-transform: translateY(-25px) !important;
            transform: translateY(-25px) !important;
  }
}
@media screen and (max-width: 475px) {
  .service-lede br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .service_lede br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .service_lede {
    text-align: left;
  }
}

.mainvisual img {
  border-radius: 16px;
}

.mainvisual1 {
  background-image: url(../../../../../wp-content/uploads/2025/12/influencer_kv_bgi.png);
}

.mainvisual2 {
  background-image: url(../../../../../wp-content/uploads/2025/12/web-consulting_bgi.png);
}

.mainvisual3 {
  background-image: url(../../../../../wp-content/uploads/2025/12/ec-development_bgi.jpg);
}

.mainvisual4 {
  background-image: url(../../../../../wp-content/uploads/2025/12/seo_bgi.jpg);
}

.mainvisual5 {
  background-image: url(../../../../../wp-content/uploads/2025/12/hp_bgi.jpg);
}

.mainvisual6 {
  background-image: url(../../../../../wp-content/uploads/2025/12/offline_bgi.jpg);
}

@media screen and (max-width: 781px) {
  .mainvisual {
    background-image: none;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 762px) {
  .mainvisual {
    position: relative;
    padding-bottom: 64px;
    height: 22.125rem;
    margin-bottom: 104px;
  }
}
@media only screen and (min-width: 762px) {
  .mainvisual:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(209, 243, 255, 0.2);
    backdrop-filter: blur(20px);
  }
}
@media screen and (max-width: 781px) {
  .mainvisual:before {
    display: none;
  }
}

@media only screen and (min-width: 762px) {
  .mainvisual .image {
    margin-top: -200px;
    border-radius: 24px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 762px) {
  .mainvisual .image img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 781px) {
  .mainvisual .image {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .service-feature_sec {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.service-feature_sec img {
  border-radius: 24px;
}

.page-id-74 .service-feature_sec .smb-section__title span {
  background: -webkit-gradient(linear, left top, right top, from(#48a671), to(#a9e2c1));
  background: linear-gradient(to right, #48a671 0%, #a9e2c1 100%);
  /* 背景を文字の形に切り抜く（この設定で文字がグラデーションになります） */
  -webkit-background-clip: text;
  background-clip: text;
  /* 文字自体の色は透明にする */
  color: transparent;
  /* フォントを目立たせるためのスタイル（任意で調整してください） */
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .page-id-2867 .service-feature_sec {
    padding-bottom: 1rem !important;
  }
}

.service-feature_sec .service-feature_influ span br:nth-child(1) {
  display: none;
}
@media screen and (max-width: 475px) {
  .service-feature_sec .service-feature_influ span br:nth-child(1) {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .service-feature_sec .smb-section__title {
    text-align: left;
  }
}

.service-feature_sec .wp-block-heading span {
  position: relative;
}
@media screen and (max-width: 600px) {
  .service-feature_sec .wp-block-heading span {
    font-size: 1.375rem !important;
  }
}

.service-feature_lede {
  width: 80% !important;
}
@media screen and (max-width: 1024px) {
  .service-feature_lede {
    width: 100% !important;
  }
}

.service-feature_lede span {
  font-size: 1.125rem !important;
}

.top-lede_text span span {
  font-size: 1.125rem !important;
}

@media screen and (max-width: 600px) {
  .service-feature_column .wp-block-heading {
    text-align: left;
  }
}

.service-feature_columns {
  margin-top: 5rem !important;
}

@media screen and (max-width: 781px) {
  .service-feature_columns img {
    width: 100% !important;
  }
}

.service-feature_title {
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
}
@media screen and (max-width: 600px) {
  .service-feature_title {
    text-align: center;
  }
}

@media screen and (max-width: 386px) {
  .service-feature_title {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .service-feature_text span {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 781px) {
  .service-feature_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cese-sec {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.contact_kv {
  margin-bottom: 0 !important;
  min-height: 30vh !important;
}
@media screen and (max-width: 600px) {
  .contact_kv {
    min-height: 40vh !important;
  }
}

.contact_kv .wp-block-heading {
  line-height: 1.2;
}

.contact_kv .wp-block-heading span:nth-child(3) span {
  line-height: 1.2;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .contact_kv .wp-block-heading span:nth-child(3) span {
    font-size: 1.125rem !important;
  }
}

@media screen and (max-width: 600px) {
  .contact-kv img {
    -o-object-position: 0% 29% !important;
       object-position: 0% 29% !important;
  }
}
@media screen and (max-width: 475px) {
  .contact-kv img {
    -o-object-position: 20% 49% !important;
       object-position: 20% 49% !important;
  }
}

.contact_content {
  padding-top: 5rem;
}
@media screen and (max-width: 600px) {
  .contact_content {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .contact_content .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .contact_content p {
    text-align: left;
  }
}

.contact_tel-button a {
  background-color: #c49a6c;
  border: none !important;
}
@media screen and (max-width: 475px) {
  .contact_tel-button a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* 基本：ラベルをブロック要素にして、入力欄をその下に配置 */
.wpcf7-form label {
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .contact_form {
    margin-top: 0.75rem !important;
  }
}

@media screen and (max-width: 781px) {
  .contact_form .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* 入力欄の基本スタイル */
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=number],
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form textarea {
  display: block;
  width: 300px; /* 通常のBOX幅（適宜調整してください） */
  max-width: 100%;
  margin-top: 8px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media screen and (max-width: 475px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel],
  .wpcf7-form input[type=number],
  .wpcf7-form input[type=date],
  .wpcf7-form select,
  .wpcf7-form textarea {
    width: 100%; /* 通常のBOX幅（適宜調整してください） */
  }
}

/* 指定された項目の幅を818pxにする */
.wpcf7-form .wide-field {
  width: 818px !important;
}

/* 「参加人数」「参加希望日」などの見出し用 */
.group-title {
  margin-bottom: 15px;
  font-weight: bold;
}

/* グループ内の各項目も上下に並べる */
.group-section label {
  margin-bottom: 15px;
  margin-left: 0;
}

/* 同意チェックボックスの調整 */
.privacy-policy-link {
  margin: 30px 0;
  text-align: center !important;
}

.page-id-3452 .privacy-policy {
  text-align: center !important;
}

.wpcf7-submit {
  width: 240px !important;
  background: #222;
  color: #fff;
  padding: 15px 80px;
  border-radius: 50px !important;
  cursor: pointer;
  border: none;
  font-weight: 700;
}

.wpcf7-spinner {
  display: none;
}

.submit-btn {
  text-align: center;
}

.wpcf7-submit {
  display: none;
}

.required {
  color: red;
}

/* 日付入力欄のデフォルトテキストを消す */
/* 入力中、または値が入っている時は文字を表示する */
.date-empty {
  color: transparent !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; /* ドラッグ選択自体を無効化 */
}

/* Chrome/Edge/Safari の内部プレースホルダー（年・月・日）を直接狙い撃ち */
.date-empty::-webkit-datetime-edit,
.date-empty::-webkit-datetime-edit-fields-wrapper,
.date-empty::-webkit-datetime-edit-year-field,
.date-empty::-webkit-datetime-edit-month-field,
.date-empty::-webkit-datetime-edit-day-field,
.date-empty::-webkit-datetime-edit-text {
  color: transparent !important;
  background: transparent !important;
}

/* 反転した時の背景色も透明にする */
.date-empty::-moz-selection {
  background: transparent !important;
  color: transparent !important;
}
.date-empty::selection {
  background: transparent !important;
  color: transparent !important;
}

.flow {
  margin-top: 0 !important;
}

@media screen and (min-width: 576px) {
  .flow .smb-section__title br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .flow_columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 32px !important;
  }
}

@media screen and (max-width: 1024px) {
  .flow_columns.wp-block-columns {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.flow_column {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  border-radius: 48px;
  padding: 28px;
  -ms-flex-preferred-size: 33.33% !important;
      flex-basis: 33.33% !important;
}
@media screen and (max-width: 1024px) {
  .flow_column {
    width: 60%;
    padding: 64px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 781px) {
  .flow_column {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .flow_column {
    width: 100%;
    padding: 48px;
  }
}
@media screen and (max-width: 475px) {
  .flow_column {
    width: 100%;
    padding: 24px;
  }
}

@media (max-width: 900px) {
  .confirm-text {
    text-align: left;
  }
}
.confirm-text-sec .smb-section__fixed-background {
  border-radius: 18px;
}

.confirm-text-sec > .c-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.curved-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 150px; /* 全体の高さ */
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
  font-weight: bold;
  font-size: 60px; /* 文字の大きさ */
  color: #b3948a; /* 画像に近い色（くすみピンク/ブラウン系） */
  gap: 10px; /* 文字同士の間隔 */
}

.char {
  display: inline-block;
}

/* 一文字ずつの角度と高さ（上下位置）の調整 */
.char1 {
  -webkit-transform: translateY(5px) rotate(-20deg);
          transform: translateY(5px) rotate(-20deg);
}

.char2 {
  -webkit-transform: translateY(-10px) rotate(-10deg);
          transform: translateY(-10px) rotate(-10deg);
}

.char3 {
  -webkit-transform: translateY(-15px) rotate(0deg);
          transform: translateY(-15px) rotate(0deg);
}

.char4 {
  -webkit-transform: translateY(-10px) rotate(10deg);
          transform: translateY(-10px) rotate(10deg);
}

.char5 {
  -webkit-transform: translateY(5px) rotate(20deg);
          transform: translateY(5px) rotate(20deg);
}

.curved-text-thankyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 180px;
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
  font-weight: bold;
  font-size: 60px;
  color: #b3948a;
  gap: 5px;
}
@media screen and (max-width: 600px) {
  .curved-text-thankyou {
    font-size: 50px;
  }
}

.char {
  display: inline-block;
}

.spacer {
  width: 15px; /* 単語の間のスペース */
}

/* 角度と高さの個別調整（左から右へ弧を描く） */
.t {
  -webkit-transform: translateY(25px) rotate(-25deg);
          transform: translateY(25px) rotate(-25deg);
}

.h {
  -webkit-transform: translateY(10px) rotate(-18deg);
          transform: translateY(10px) rotate(-18deg);
}

.a {
  -webkit-transform: translateY(0px) rotate(-10deg);
          transform: translateY(0px) rotate(-10deg);
}

.n {
  -webkit-transform: translateY(-5px) rotate(-3deg);
          transform: translateY(-5px) rotate(-3deg);
}

.k {
  -webkit-transform: translateY(-5px) rotate(3deg);
          transform: translateY(-5px) rotate(3deg);
}

.y {
  -webkit-transform: translateY(0px) rotate(10deg);
          transform: translateY(0px) rotate(10deg);
}

.o {
  -webkit-transform: translateY(10px) rotate(18deg);
          transform: translateY(10px) rotate(18deg);
}

.u {
  -webkit-transform: translateY(25px) rotate(25deg);
          transform: translateY(25px) rotate(25deg);
}

@media screen and (max-width: 600px) {
  .experience_kv {
    margin-bottom: 0 !important;
  }
}

.mvv_header {
  line-height: 1;
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 781px) {
  .mvv_header {
    margin-top: 2.25rem !important;
  }
}
@media screen and (max-width: 600px) {
  .mvv_header {
    font-size: 2.625rem !important;
  }
}

@media screen and (max-width: 600px) {
  .mvv_header span span {
    font-size: 2.625rem !important;
  }
}

.mvv_text span {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 600px) {
  .mvv_text span {
    font-size: 1.25rem !important;
  }
}

@media screen and (max-width: 781px) {
  .mvv_text br {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .award {
    text-align: left;
  }
}
@media screen and (max-width: 475px) {
  .award {
    font-size: 1.125rem !important;
  }
}

.business-overview {
  padding-top: 3.25rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 600px) {
  .business-overview {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .business-overview {
    padding-bottom: 2.5rem;
  }
}

.business-overview .smb-section__title {
  margin-bottom: 3rem !important;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .business-overview .smb-section__title {
    text-align: left;
  }
}

.business-overview .smb-section__title span {
  font-weight: 700 !important;
}

.business-overview .smb-section__title:after {
  display: none;
}

.business-overview_table {
  border: none;
}

@media screen and (max-width: 781px) {
  .business-overview .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.business-overview_table tbody td:nth-child(1) {
  width: 160px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .business-overview_table tbody td:nth-child(1) {
    width: 130px;
  }
}
@media screen and (max-width: 475px) {
  .business-overview_table tbody td:nth-child(1) {
    width: 100%;
  }
}

@media screen and (min-width: 601px) {
  .business-overview_table tbody tr:nth-child(2) td:nth-child(2) br {
    display: none;
  }
}
.business-overview_table tbody td {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #3c3c3c;
}

@media screen and (max-width: 781px) {
  .business-overview_table tr:nth-child(6) td:nth-child(2) br {
    display: none;
  }
}

@media screen and (max-width: 475px) {
  .business-overview_table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 475px) {
  .business-overview_table tbody td:nth-child(1) {
    background-color: #f7f7f7 !important;
    color: #222;
  }
}

@media screen and (max-width: 575px) {
  .business-overview_table tbody td:nth-child(2) {
    text-align: left !important;
  }
}

@media screen and (max-width: 575px) {
  .business-overview_table tbody td:nth-child(2) br {
    display: block;
  }
}

@media screen and (max-width: 475px) {
  .business-overview_table tbody td {
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
}

@media screen and (min-width: 782px) {
  .business-overview_table tr:nth-child(8) td:nth-child(2) br {
    display: none;
  }
}
@media screen and (max-width: 781px) {
  .business-overview_table tr:nth-child(8) td:nth-child(2) br {
    display: block;
  }
}

.business-concept {
  padding-bottom: 22.5rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.business-concept .c-container {
  max-width: 1248px !important;
}

@media screen and (max-width: 1280px) {
  .business-concept .smb-section-with-bgimage__bgimage img {
    -o-object-position: 75% 50%;
       object-position: 75% 50%;
  }
}

.business-concept_lead {
  border-bottom: none !important;
}

.business-concept_columns {
  width: 1280px;
}

.business-concept .smb-section__background:before {
  position: absolute;
  top: 16%;
  content: "";
  display: inline-block;
  width: 522px;
  height: 522px;
  background-image: url(../../../uploads/2023/01/Concept-1-988x1024.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: none;
  background-repeat: no-repeat;
  left: 82%;
}

@media screen and (min-width: 515px) {
  .business-greeting_header_line br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .business-concept_header-sp span span:nth-child(3) {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 475px) {
  .business-concept_header-sp {
    padding-left: 0 !important;
  }
}
.business-concept_header-sp .has-sm-xxlarge-font-size {
  font-size: 56px !important;
}

.business-concept_lead-sp {
  border-bottom: none !important;
  font-size: 1.375rem;
}

.business-concept_lead-sp .has-sm-large-font-size span {
  font-size: 1.375rem;
}

@media screen and (max-width: 781px) {
  .business-concept-columns-sp-text {
    text-align: center;
    padding-left: 0.905rem !important;
    padding-right: 0.905rem !important;
  }
}

@media screen and (max-width: 480px) {
  .business-concept-columns-sp-text {
    text-align: left;
  }
}
.page-id-74 .other-content .wp-block-columns {
  gap: 1.75rem !important;
}

.business-greeting {
  padding-bottom: 2.625rem;
}

.business-greeting .smb-section__title {
  margin-bottom: 3rem !important;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .business-greeting .smb-section__title {
    text-align: left;
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 475px) {
  .business-greeting .smb-section__title {
    text-align: left;
    font-size: 1.375rem !important;
  }
}

.business-greeting .smb-section__title span {
  font-weight: 700 !important;
}

.business-greeting .smb-section__title span:nth-child(3) {
  position: relative;
}

.business-greeting_header {
  margin-top: 1.75rem !important;
}

@media screen and (max-width: 600px) {
  .business-greeting_header_center {
    text-align: center;
  }
}
.greeting_text_column p {
  margin-top: 0.75rem !important;
  line-height: 1.4;
}

.greeting_columns {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
@media screen and (max-width: 1024px) {
  .greeting_columns {
    gap: 24px !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media screen and (min-width: 893px) {
  .greeting_columns {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media screen and (max-width: 781px) {
  .greeting_columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  .greeting_columns {
    text-align: center;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 893px) {
  .greeting_columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .greeting_columns {
    text-align: center;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 781px) {
  .greeting_columns .wp-block-column:nth-child(1) {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}
@media screen and (max-width: 600px) {
  .greeting_columns .wp-block-column:nth-child(1) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

@media screen and (max-width: 893px) {
  .greeting_columns .wp-block-image img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .greeting_name span span:nth-child(3) {
    font-size: 1.625rem !important;
  }
}

.greeting_name {
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width: 781px) {
  .greeting_name {
    text-align: left !important;
  }
}

.business-greeting_name {
  -webkit-transform: translate(-25px, 10px);
          transform: translate(-25px, 10px);
  width: 80%;
}
@media screen and (max-width: 781px) {
  .business-greeting_name {
    margin-top: 0.75rem !important;
    text-align: center !important;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.greeting_name span:nth-child(1) {
  font-size: 1.375rem !important;
}

.greeting_name span:nth-child(3) {
  font-size: 1.625rem !important;
}

.greeting_name span:nth-child(4) {
  font-size: 1.625rem !important;
}

.greeting-column_img img {
  width: 100% !important;
}

@media screen and (max-width: 781px) {
  .business-greeting_name img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 781px) {
  .business-greeting_name-columns {
    margin-top: 0.875rem !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media screen and (max-width: 781px) {
  .business-greeting_name-columns p {
    text-align: center;
    line-height: 1 !important;
  }
}

@media screen and (max-width: 575px) {
  .business-greeting_name-columns p span span {
    font-size: 1.375rem;
    line-height: 1;
  }
}

@media screen and (max-width: 600px) {
  .greeting_text {
    text-align: left;
  }
}

.message_name {
  font-weight: 500 !important;
}
@media screen and (max-width: 1024px) {
  .message_name {
    font-size: 1.75rem !important;
  }
}
@media screen and (max-width: 781px) {
  .message_name {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .message_name span {
    font-size: 1.625rem !important;
  }
}

@media screen and (max-width: 475px) {
  .message_name {
    line-height: 1.4;
  }
  .message_name span:nth-child(1) span {
    font-size: 1.5rem !important;
  }
}
.sme-highlighter {
  display: inline;
  background-repeat: no-repeat;
  /* 初期状態：左側に幅0で隠しておく */
  background-size: 0% 100% !important;
  /* アニメーションの速度（0.8秒かけてスルスル出す） */
  -webkit-transition: background-size 0.9s ease-out;
  transition: background-size 0.9s ease-out;
}

/* JSでこのクラスがついた瞬間に下線を伸ばす */
.sme-highlighter.is-active {
  background-size: 100% 100% !important;
}

@media screen and (max-width: 600px) {
  .mvv {
    padding-top: 3rem !important;
  }
}

.mission {
  width: 75%;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 48px;
}

@media screen and (max-width: 893px) {
  .mission {
    width: 100%;
  }
}
@media screen and (max-width: 475px) {
  .mission {
    min-height: 35vh !important;
  }
}

@media screen and (max-width: 600px) {
  .mvv_header span {
    font-size: 2.25rem !important;
  }
}

@media screen and (max-width: 600px) {
  .mvv_header.mission_text {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .mvv_text br {
    display: none;
  }
}

.mvv_header.mission_text span {
  /* グラデーションの設定 */
  background: -webkit-gradient(linear, left top, right top, from(#48a671), to(#a9e2c1));
  background: linear-gradient(to right, #48a671 0%, #a9e2c1 100%);
  /* 背景を文字の形に切り抜く（この設定で文字がグラデーションになります） */
  -webkit-background-clip: text;
  background-clip: text;
  /* 文字自体の色は透明にする */
  color: transparent;
  /* フォントを目立たせるためのスタイル（任意で調整してください） */
  font-weight: bold;
  display: inline-block;
}

.mvv_header.vision_text span {
  /* オレンジ系のグラデーション設定 */
  background: -webkit-gradient(linear, left top, right top, from(#f9b076), to(#ffcc99));
  background: linear-gradient(to right, #f9b076 0%, #ffcc99 100%);
  /* 背景を文字の形に切り抜く */
  -webkit-background-clip: text;
  background-clip: text;
  /* 文字自体の色は透明にする */
  color: transparent;
  /* スタイルの微調整 */
  font-weight: bold;
  display: inline-block;
}

.business-access {
  padding-top: 0;
  margin-top: 0 !important;
}

.business-access .smb-section__title {
  margin-bottom: 3rem !important;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .business-access .smb-section__title {
    text-align: left;
  }
}

.business-access .smb-section__title span {
  font-weight: 700 !important;
}

@media screen and (max-width: 600px) {
  .business-access .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-title {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

@media screen and (max-width: 475px) {
  .security-policy_title {
    font-size: 1.625rem !important;
  }
}

.privacy-policy {
  text-align: left;
}
@media screen and (max-width: 781px) {
  .privacy-policy {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .privacy-policy_lede br {
    display: none;
  }
}

.privacy_h2 {
  margin-top: 1.125rem !important;
  margin-bottom: 1.125rem !important;
}

.h3-header {
  font-weight: 500 !important;
  font-size: 1.25rem !important;
  margin-top: 1.125rem !important;
  margin-bottom: 1.125rem !important;
  padding-left: 1.125rem !important;
}
@media screen and (max-width: 781px) {
  .h3-header {
    padding-left: 0 !important;
  }
}

.terms_list {
  padding-left: 4rem !important;
}
@media screen and (max-width: 781px) {
  .terms_list {
    padding-left: 1rem !important;
  }
}

.terms_text {
  margin-top: 1.125rem !important;
  padding-left: 4rem !important;
}
@media screen and (max-width: 781px) {
  .terms_text {
    padding-left: 1rem !important;
  }
}
@media screen and (max-width: 600px) {
  .terms_text {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .terms-of-service {
    padding-bottom: 0 !important;
  }
}

.faq_link {
  padding: 0 !important;
}

.faq_link p {
  width: 100%;
}

.faq_link a {
  display: block;
  padding: 2rem !important;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .faq_link p br {
    display: none;
  }
}
@media screen and (max-width: 475px) {
  .faq_link p br {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .faq-anker {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .faq-anker_columns.wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media (min-width: 782px) {
  .faq-anker_columns.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 48% !important;
        flex-basis: 48% !important;
  }
}
@media screen and (max-width: 600px) {
  .faq_title {
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
    text-align: left;
  }
}

.faq_title .smb-accordion__item__title {
  border-radius: 16px !important;
}

.faq_title .smb-accordion__item__title__label {
  position: relative;
  padding-left: 1.5rem;
}

.faq_title .smb-accordion__item__title__label:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0; /* 位置はテキスト量に合わせて調整 */
  font-weight: lighter;
  color: #fff;
  font-weight: 700;
}

.faq_title {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .faq_title {
    margin-top: 1.0625rem !important;
  }
}
@media screen and (max-width: 600px) {
  .faq_title {
    margin-top: 3rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.faq_title .smb-accordion__item__body {
  margin-top: 0.75rem;
  background-color: #f7f7f7;
  border-radius: 16px !important;
}

.faq_text {
  padding-left: 0.75rem;
}

.faq_link {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#drawer-nav {
  background-color: #1a3c5e;
  font-weight: 700;
  color: #fff;
  opacity: 0.9;
}

.c-hamburger-btn__bars {
  width: 35px !important;
}

.c-hamburger-btn__label {
  font-size: 15px !important;
}

.side-search_header {
  font-size: 1.5rem;
  background-color: #0d9ff4;
  color: #fff;
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.375rem;
  line-height: 39.2002px;
}
@media screen and (max-width: 600px) {
  .side-search_header {
    font-size: 1.25rem;
  }
}

.vkfs_submit {
  background-color: #ffce5a;
  color: #333;
  font-weight: 700;
  border-radius: 0.375rem;
  border: none !important;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}

@media screen and (max-width: 1024px) {
  .l-sidebar-widget-area {
    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;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .l-sidebar-widget-area .widget_block {
    margin-top: 0 !important;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 781px) {
  .l-sidebar-widget-area {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .l-sidebar-widget-area {
    -webkit-box-pack: column;
        -ms-flex-pack: column;
            justify-content: column;
  }
}

@media screen and (max-width: 600px) {
  .l-sidebar-widget-area .widget_block {
    -ms-flex-preferred-size: 108%;
        flex-basis: 108%;
  }
}

#block-5 {
  border-radius: 30px 30px 0 0 !important;
  background-color: #ccc !important;
}

.sidebar_title {
  color: #fff;
  background-color: #c9a334;
  margin-bottom: 0 !important;
  font-size: 1.125rem !important;
  border-radius: 6px 6px 0 0;
}

.sidebar_title:before {
  display: none !important;
}

.sidebar_title:after {
  display: none !important;
}

.artist_list {
  background-color: #fff;
  list-style: none;
  padding-left: 0 !important;
}

.artist_list li {
  text-align: center;
}

#block-5 .wp-block-heading {
  margin-bottom: 0 !important;
}

#block-5 .wp-block-heading:before {
  display: none;
}

#block-5 .wp-block-heading:after {
  display: none;
}

#block-7 .wp-block-heading {
  margin-bottom: 0 !important;
}

#block-7 .wp-block-heading:before {
  display: none;
}

#block-7 .wp-block-heading:after {
  display: none;
}

#block-6 {
  margin-top: 0 !important;
  background-color: #fff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#block-6 .cat-item {
  border-bottom: 1px solid #cccccc;
  text-align: center;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

#block-4 {
  margin-top: 0 !important;
  background-color: #fff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#block-4 .cat-item {
  border-bottom: 1px solid #cccccc;
  text-align: center;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

#block-8 .wp-block-heading {
  margin-bottom: 0 !important;
}

#block-8 .wp-block-heading:before {
  display: none;
}

#block-8 .wp-block-heading:after {
  display: none;
}

#block-9 {
  margin-top: 0 !important;
  background-color: #fff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#block-9 .cat-item {
  border-bottom: 1px solid #cccccc;
  text-align: center;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.itinerary-section {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.itinerary-section .tour-h2 {
  font-size: 1.25rem !important;
}

.tour-h2-sp {
  font-size: 1.25rem !important;
}

.itinerary-sec .c-container {
  margin-left: 0 !important;
}
@media screen and (max-width: 1024px) {
  .itinerary-sec .c-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.tour-h2-sp {
  display: none;
}
@media screen and (max-width: 781px) {
  .tour-h2-sp {
    background-color: transparent !important;
    border-left: none !important;
    display: block;
  }
}

.itinerary-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%; /* 20%幅で固定 */
}
@media screen and (max-width: 781px) {
  .itinerary-header {
    display: none;
  }
}

.itinerary-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0 !important; /* ★最重要：これがないとスクロールが消える */
}

/* 横スクロールの制御 */
.schedule-scroll-wrapper {
  width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 15px;
}

.schedule-cards-row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important; /* ★重要：中身の合計幅を維持 */
  gap: 12px;
}

.schedule-card-item {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 220px !important;
          flex: 0 0 220px !important; /* ★最重要：絶対に縮ませない(shrink:0) */
  width: 160px !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
}

.schedule-card-item.is-active {
  background-color: #003366 !important;
  color: #fff !important;
}

.flow2,
.flow3,
.flow4,
.flow5,
.flow6,
.flow7,
.flow8,
.flow9,
.flow10,
.flow11 {
  display: none !important;
}

/* カードのスタイル */
.schedule-card-item.is-active {
  background-color: #003366 !important;
  color: #fff !important;
  border-color: #003366 !important;
}

.day-detail {
  margin-top: 0 !important;
}

/* コンテナの基本設定（横並び） */
.banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .banner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 画像に合わせ、上下にしっかり余白（padding）を持たせています */
  padding-top: 3.375rem;
  padding-bottom: 4rem;
  padding-left: 112px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .banner-item {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* 背景色の調整 */
.tour-list {
  background-color: #1a3e5e; /* 紺色 */
}

.contact {
  background-color: #d68b23; /* オレンジ */
}

/* 見出し：黒文字、太字、少し文字間隔を広めに */
.banner-item h2 {
  font-size: 36px;
  color: #fff !important;
  margin: 0 0 40px 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 3.5rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .banner-item h2 {
    text-align: center;
  }
}
@media screen and (max-width: 781px) {
  .banner-item h2 {
    margin-bottom: 2rem;
  }
}

/* ボタン：横長、角丸を最小限に、黒文字 */
.btn {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  /* 横幅を確保するために左右のpaddingを広く */
  padding: 18px 18px;
  /* 角をかなり小さく（または0）に設定 */
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 236px;
  text-align: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, "sans-serif" !important;
}
@media screen and (max-width: 1024px) {
  .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.btn:hover {
  background-color: #f0f0f0;
}

.my-anchor {
  scroll-margin-top: 100px !important; /* ヘッダーの高さ＋α分を指定 */
}
@media screen and (max-width: 781px) {
  .my-anchor {
    scroll-margin-top: 80px !important; /* ヘッダーの高さ＋α分を指定 */
  }
}

.single-post .wp-block-columns {
  max-width: 100% !important;
}

.single-post .wp-block-columns.is-layout-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wp-block-columns.tour-kv-columns {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 6px !important;
}

.tour-kv-columns > .tour-kv-main-column,
.tour-kv-columns > .tour-kv-sub-column {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
  max-width: 50% !important;
  width: 50% !important;
  margin: 0 !important;
}

/* 2. 右側サブカラムを上下2段に（ここもOK） */
.tour-kv-columns > .tour-kv-sub-column {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* 3. 【重要】画像が入っている特定の場所だけをFlex化する */
/* これによりボタンが入っているカラム（wp-block-column）は無視されます */
.tour-kv-main-column,
.tour-kv-inner-columns > .wp-block-column {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* 4. 画像の高さ調整（ボタンには .tour-image がないので影響しません） */
.tour-kv-columns .tour-image {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  height: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.tour-kv-columns .tour-image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  display: block !important;
}

/* Snow Monkeyのデフォルト余白を画像カラムだけ消す */
.tour-kv-main-column,
.tour-kv-inner-columns {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 781px) {
  .wp-block-columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-columns.service-feature_columns.service-feature_reverse.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 781px) {
  .service-feature_columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 781px) {
  .top-voice_columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-columns.upper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-columns.tour-concept-columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-.columns.location_columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-.columns.location_columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-.columns.voice_columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 781px) {
  .point-sec .wp-block-columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 781px) {
  .location_columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 781px) {
  .location_columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 781px) {
  .voice_columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 781px) {
  .voice_imge-columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 781px) {
  .checklist-sec .wp-block-columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 781px) {
  .payment-sec .wp-block-columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 781px) {
  .location-sec iframe {
    width: 100% !important;
  }
}
@media screen and (max-width: 781px) {
  .other-content_columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 781px) {
  .staff_columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 925px) {
  .wp-block-columns.faq-anker_columns.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.single-post .wp-block-snow-monkey-blocks-section .c-container {
  margin-top: 1rem !important;
  max-width: 100%;
}

@media screen and (max-width: 781px) {
  .single-post .c-entry__header {
    margin-bottom: 0 !important;
  }
}

.single-post .wp-block-snow-monkey-blocks-section {
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
}
@media screen and (max-width: 781px) {
  .single-post .wp-block-snow-monkey-blocks-section {
    padding-top: 0 !important;
  }
}

.single-post .wp-block-snow-monkey-blocks-section.tour-kv-sec {
  padding-top: 0 !important;
}

.custom-tour-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* justify-content を center から space-between に変更 */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  width: 100%; /* 親要素いっぱいに広げる */
}

/* テキスト部分が左寄せになるよう担保 */
.cta-text-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  font-weight: bold;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* 空いたスペースを埋める（必要に応じて） */
}

/* ボタン部分が右寄せに見えるように設定 */
.cta-button-part {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}

.smb-btn-custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* ...他の装飾はそのまま... */
}

.cta-text-part .label {
  font-size: 20px;
}

.cta-text-part .number {
  font-size: 32px; /* 数字を少し大きく強調 */
  color: #e4336b; /* 指定のピンク */
  line-height: 1;
}

/* ボタン部分：絶対に潰さない設定 */
.cta-button-part {
  -ms-flex-negative: 0;
      flex-shrink: 0; /* これが重要！ボタンが細くなるのを防ぎます */
}

.smb-btn-custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d48806; /* 指定のオレンジ */
  color: #fff !important;
  padding: 12px 40px;
  border-radius: 4px;
  text-decoration: none;
  min-width: 200px; /* ボタンの最小幅を確保 */
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 18.75rem !important;
}

.smb-btn-custom:hover {
  opacity: 0.8;
}

/* スマホ用の微調整 */
@media screen and (max-width: 600px) {
  .custom-tour-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* スマホでは縦並びに */
    gap: 15px;
  }
}
.cese-swiper-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .cese-swiper-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

/* コンテナだけ overflow hidden（表示外の子を隠す） */
.cese-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ここは overflow を付けない（Swiper が transform できるように） */
.cese-swiper .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 各スライドを必ずスライド幅に合わせる */
.cese-swiper .swiper-slide {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important; /* ここがポイント */
  width: 100% !important;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* スライド内2カラム */
.cese-swiper .slide-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 12px;
}

/* 画像 */
.cese-swiper .slide-image {
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  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 screen and (max-width: 1024px) {
  .cese-swiper .slide-image {
    height: auto;
  }
}

.cese-swiper .slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.quotation {
  color: #0dbbb5;
}

.slide-inner {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/* テキスト */
.cese-swiper .slide-content {
  padding: 6px 12px;
}

.cese-swiper .slide-content h2 {
  font-size: 34px;
  margin: 0 0 12px;
  color: #111;
  font-weight: 700;
}

.cese-swiper .slide-content p {
  color: #666;
  margin: 8px 0;
  line-height: 1.8;
  font-size: 15px;
}

/* コントロール */
.cese-controls {
  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;
  gap: 22px;
  margin-top: 18px;
}

.cese-prev,
.cese-next {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #222;
  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;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cese-prev,
.cese-next {
  border-radius: 50%;
  border: none;
}

.cese-prev::before {
  content: "<";
  font-size: 48px !important;
  color: #0dbbb5 !important;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media screen and (max-width: 781px) {
  .cese-prev::before {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 600px) {
  .cese-prev::before {
    display: none;
  }
}

.cese-next::after {
  content: ">";
  font-size: 48px !important;
  color: #0dbbb5 !important;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@media screen and (max-width: 781px) {
  .cese-next::after {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 600px) {
  .cese-next::after {
    display: none;
  }
}

/* ページネーション（丸） */
.cese-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cese-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d9d9d9;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}

.cese-pagination .swiper-pagination-bullet-active {
  background: #0dbbb5;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cese-swiper .slide-inner {
  gap: 12px !important;
}

/* レスポンシブ */
@media (max-width: 900px) {
  .cese-swiper .slide-inner {
    grid-template-columns: 1fr;
    gap: 12px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cese-swiper .slide-image {
    height: auto;
  }
  .cese-swiper .slide-content {
    text-align: center;
  }
  .cese-swiper .slide-content h2 {
    font-size: 20px;
  }
  .cese-prev,
  .cese-next {
    width: 46px;
    height: 46px;
  }
  .cese-controls {
    gap: 12px;
  }
}
@media screen and (max-width: 600px) {
  .case-text {
    text-align: left;
  }
}/*# sourceMappingURL=styles.css.map */