/*
Theme Name: lightning-child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 
*/

/*
全体
*/
/*アンカーポイント調整*/
:root{
  /*ヘッダーメニュー分ずらす*/
	scroll-padding: 93.5px;
}
@media(max-width:781px) {
  :root {
    scroll-padding: 0;
  }
}
/*固定ページタイトル非表示*/
.page-header {
  display: none;
}
/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}
/*コンテンツエリア上部スペース削除*/
.site-body {
  padding-top: 0;
}
/*背景色とフォントを設定*/
body {
  /*背景色を設定：#66cc00*/
  background-color: #66cc00;
  /*フォントを設定*/
  font-family: "Noto Sans JP", sans-serif;
  /*フォントカラーを設定*/
  color: #443f20;
}
/*コンテンツエリア最大*/
.site-body-container {
  max-width: 95%;
}
/*コンテンツ下の検索欄非表示*/
.sub-section {
  display: none;
}

/*
共通項目
*/
/*各コンテンツカラムの文章右にスペース追加*/
.content-text {
  padding-right: 1rem;
}
/*モバイルではスペース無し*/
@media(max-width:781px) {
  .content-text {
    padding-right: 0;
  }
}

/*h2見出し*/
h2.content-heading {
  position: relative;
  /*320px~1920px：26px~34px;*/
  font-size: clamp(1.625rem, 1.443rem + 0.91vw, 2.125rem);
  border-bottom: solid 3px #66cc00;
}
/*h2見出しサブテキスト*/
h2.content-heading:before {
  position: absolute;
  top: -2rem;
  left: 2px;
  /*320px~1920px：16px~26px;*/
  font-size: clamp(1rem, 0.773rem + 1.14vw, 1.625rem);
  color: #66cc00;
}
/*改行無効*/
.br-sp2 {
  display: none;
}
/*1000px以下で改行*/
@media(max-width:1000px) {
  .br-sp2 {
    display: block;
  }
}

/*h3見出し*/
h3.content-heading {
  padding-left: 1rem;
  /*320px~1920px：20px~30px;*/
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
}
@media(max-width:781px) {
  h3.content-heading {
    padding-left: 0;
  }
}

/*h4見出し*/
h4.content-heading {
  /*320px~1920px：18px~26px;*/
  font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
}

/*h3、h4見出しのスマホ改行無効*/
.br-sp3 {
  display: none;
}
@media(max-width:430px) {
  .br-sp3 {
    display: block;
  }
}

/*画像装飾*/
.content-image img {
  border-radius: 10px;
}
.content-image {
  /*角丸*/
  border-radius: 10px;
  /*影*/
  box-shadow: 4px 4px 7px #696969;
}

/*
ヘッダーメニュー
*/
.site-header {
  /*メニューの前面に浮かす*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*重ね位置*/
  z-index: 900;
  /*背景色：#f3f3f3 80%透過*/
  background-color: rgba(243, 243, 243, .8);
  /*ぼかし*/
  backdrop-filter: blur(6px);
  /*ぼかし：Safari対応*/
  -webkit-backdrop-filter: blur(6px);   
}
/*モバイルでは固定、背景色透過無し*/
@media(max-width: 781px) {
  .site-header {
    position: static;
    background-color: rgba(243, 243, 243, 1);
  }
}
/*ヘッダーメニューホバー時*/
.site-header-container nav ul li a:hover {
  color: #e59b59;
}
/*モバイルメニューの検索欄非表示*/
.widget_search {
  display: none;
}
/*モバイル時のヘッダーメニュー*/
/*メニューボタン*/
.vk-mobile-nav-menu-btn {
  border-color: #443f20;
  background-image: url("/media/icon-mobile-menu_open.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #66cc00;
}
/*ボタン押下時*/
.vk-mobile-nav-menu-btn:active {
  opacity: 0.6;
}
/*メニュー展開後のボタン*/
.vk-mobile-nav-menu-btn.menu-open {
  border-color: #443f20;
  background-image: url("/media/icon-mobile-menu_close.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e59b59;
}
/*ボタン押下時*/
.vk-mobile-nav-menu-btn.menu-open:active {
  opacity: 0.6;
}
/*メニュー全体*/
.vk-mobile-nav {
  background-color: rgba(102, 204, 0, .8);
}
.vk-mobile-nav nav>ul {
  border: none;
}
/*メニュー項目*/
.vk-mobile-nav nav ul li {
  background-color: #f3f3f3;
  margin-bottom: 3px !important;
}
.vk-mobile-nav.widget_nav_menu ul li a,.vk-mobile-nav nav ul li a {
  color: #443f20;
  font-weight: bold;
  border: none;
}
/*
ファーストビュー
*/
.vk_slider_item_container {
  max-width: 95%;
}
.fv-slider {
  position: relative;
}
/*キャッチコピー全体*/
.fv-catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  z-index: 2;
  color: #f3f3f3;
}
/*キャッチコピー背景*/
.fv-catch:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  /*320px~1920px：70px~140px;*/
  height: clamp(4.375rem, 3.532rem + 4.22vw, 8.75rem);
  width: 100%;
  background-color: rgba(102, 204, 0, .8);
  z-index: -1;
}
/*キャッチコピーメイン*/
.fv-catch-main {
  display: inline-block;
  width: 100%;
  /*320px~1920px：1rem~4rem;*/
  margin-top: clamp(1rem, 0.422rem + 2.89vw, 4rem);
  /*320px~1920px：1.5rem~4.5rem;*/
  margin-bottom: clamp(1.5rem, 0.922rem + 2.89vw, 4.5rem);
  /*320px~1920px：;44px~144px;*/
  font-size: clamp(2.75rem, 1.545rem + 6.02vw, 9rem);
  text-align: right;
  font-weight: bold;
  text-shadow: 0 3px 3px rgba(105, 105, 105, .5);
} 
/*キャッチコピーサブ*/
.fv-catch-sub {
  display: inline-block;
  width: 100%;
  /*320px~1920px：14px~32px;*/
  font-size: clamp(0.875rem, 0.658rem + 1.08vw, 2rem);
  text-align: right;
  line-height: 1.5em;
  text-shadow: 5px 5px 5px rgba(105, 105, 105, .5);
}
/*キャッチコピーサブ2*/
.fv-catch-sub2 {
  display: inline-block;
  width: 100%;
  text-align: left;
  line-height: 1.4;

  /*320px~1920px：13px~16px;*/
  font-size: clamp(0.813rem, 0.775rem + 0.19vw, 1rem);
  text-shadow: 0 0 3px rgba(0, 0, 0, .5);
}
/*予約*/
/*予約：案内文*/
.fv-reserve-text {
  width: fit-content;
  position: relative;
  margin-bottom: 0.5rem !important;
  font-weight: bold;
  /*320px~1920px：16px~20px;*/
  font-size: clamp(1rem, 0.952rem + 0.24vw, 1.25rem);
  text-shadow: 0 0 3px rgba(0, 0, 0, .5);
}
/*予約ボタン*/
.fv-reserve.vk_button_link.btn.has-background.btn-lg {
  padding: 0.6em 0.5rem !important;
}
.vk_button_link_caption span.vk_button_link_txt strong {
  font-size: 16px !important;
}

/*改行無効*/
.fv-catch-sub2 .br-sp {
  display: none;
}
/*予約文章のアイコン削除*/
.fv-catch.reserve-text:before {
  display: none;
}

/*モバイルでは中心に表示*/
@media(max-width: 781px) {
  .fv-catch {
    right: 5%;
    left: 5%;
    margin: auto;
  }
}
@media(max-width: 550px) {
  /*キャッチコピー2の改行調整*/
  .fv-catch-sub2 .br-sp {
    display: block;
  }
  .fv-catch-sub2 .commas {
    display: none;
  }
}

/*
各セクション
*/
/*モバイルではスペース追加*/
.about,.price,.flow,.question,.access,.reserve {
  padding: 1rem;
}

/*
セクション：M3GOLFについての特徴
*/
/*セクション全体*/
.about {
  /*背景色設定：#f3f3f3*/
  background-color: #f3f3f3;
  /*角丸設定*/
  border-radius: 15px;
  overflow: hidden;
}
/*見出しサブテキスト*/
.heading-about:before {
  content: "ABOUT";
}
/*特徴*/
.equipment-container {
  text-align: center;
}
@media(max-width:781px) {
  .equipment-container {
    margin-bottom: 1rem !important;
    text-align: center;
  }
}

/*コンテンツ：快適・安心の設備*/
/*全体*/
.content-equipment {
  max-width: 100% !important;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media(max-width: 781px) {
  .content-equipment {
    padding-right: 0;
    padding-left: 0;
  }
}
.equipment-container {
  margin-bottom: 0px !important;
}
/*見出し*/
.content-equipment-heading {
  width: fit-content;
  position: relative;
  margin: 0 auto;
  padding-left:1rem;
  /*320px~1920px：16px~22px;*/
  font-size: clamp(1rem, 0.925rem + 0.38vw, 1.375rem);
  text-align: left;
  display: inline-block;
 }
/*見出しチェックアイコン*/
.content-equipment-heading:before {
  position: absolute;
  top: 2px;
  left: -1rem;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("/media/icon-check.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/*画像*/
.content-equipment-image {
  text-align: center;
}
.content-equipment-image img {
  /*320px~1920px：150px~300px;*/
  width: clamp(9.375rem, 7.5rem + 9.38vw, 18.75rem);
  text-align: center;
}
/*テキスト*/
.content-equipment-text {
  margin-bottom: 1rem !important;
  text-align: left;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media(max-width: 781px) {
  .content-equipment-text {
    margin-bottom: 2rem !important;
  }
  .equipment-heading-br {
    display: none;
  }
}
@media(max-width: 450px) {
  .equipment-heading-br {
    display: block;
  }
}

/*コンテンツ：特徴*/
/*.content-point {
  max-width: 70% !important;
  margin: 0 auto;
}
@media(max-width: 781px) {
  .content-point {
    max-width: 100% !important;
  }
}*/

/*コンテンツ：ゴルフシミュレーター*/
/*h3見出し*/
h3.content-heading.simulator-h3 {
  /*320px~1920px：18px~30px;*/
  font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
}

/*共通*/
/*アイコン付見出し*/
.content-simulator-heading {
  position: relative;
  width: fit-content;
}
.content-simulator-heading:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*コンテンツ：計測・分析機能*/
/*コンテンツ：全体*/
.content-analysis {
  text-align: center;
}
/*計測・分析機能：見出しアイコン*/
.analysis-icon:before {
  width: 25px;
  height: 25px;
  background-image: url("/media/icon-bunseki.webp");
}
/*計測・分析機能：テキストブロック*/
.analysis-text-block {
  max-width: 1000px;
  padding: 2rem 1rem;
  border: solid 3px #e59b59;
  margin-bottom: 1rem !important;
}
.analysis-text {
  width: fit-content;
  text-align: left;
}
/*計測・分析説明文*/
.analysis-info-text {
  text-align: center;
}
@media(max-width:781px) {
  .analysis-info-text {
    text-align: left;
  }
}
/*計測・分析機能：テキスト*/
.analysis-text p {
  position: relative;
  padding-left: 1.5rem;
  font-weight: bold;
}
/*計測・分析機能：テキストアイコン*/
.analysis-text p:before {
  position: absolute;
  top: 5px;
  left: -3px;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("/media/icon-ball.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*コンテンツ：バーチャルラウンド*/
/*コンテンツ：全体*/
.content-round {
  text-align: center;
}
/*バーチャルラウンド：見出しアイコン*/
.round-icon:before {
  width: 25px;
  height: 25px;
  background-image: url("/media/icon-earth.webp");
}
/*バーチャルラウンド：テキスト*/
.round-text {
  display: inline-block;
  text-align: left;
}
/*バーチャルラウンド：動画*/
.round-move {
  width: 70%;
}
@media(max-width: 781px) {
  .round-move {
    width: 100%;
  } 
}

/*機能メリット*/
/*機能メリット：見出しアイコン*/
.benefit-icon:before {
  width: 30px;
  height: 30px;
  background-image: url("/media/icon-user.webp");
}
/*機能メリット：テーブル*/
.benefit-table {
  max-width: 1000px;
  border: solid 1px #e59b59;
}
/*テーブル見出し*/
.benefit-table tr:first-child {
  background-color: #e59b59;
  color: #f3f3f3;
  font-weight: bold;
}
.benefit-table tr td:first-child {
  font-weight: bold;
}
/*モバイルでは縦表示に変更*/
@media(max-width:781px) {
  .benefit-table tr:first-child {
    display: none;
  }
  .benefit-table tr td {
    display: block;
  }
  .benefit-table tr td:nth-child(1) {
    background-color: #e59b59;
    color: #f3f3f3;
  }
  .benefit-table tr td:nth-child(2) {
    padding-left: 1rem;
  }
}
/*クラブ・ボールレンタル*/
/*見出し*/
h3.content-rent-heading {
  /*320px~1920px：20px~30px;*/
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
}

/*
セクション：料金プラン
*/
/*セクション全体*/
.price {
  /*背景色設定：#f3f3f3*/
  background-color: #f3f3f3;
  /*角丸設定*/
  border-radius: 15px;
  overflow: hidden;
}
/*見出しサブテキスト*/
.heading-price:before {
  content: "PRICE";
}

/*料金プラン表*/
/*料金表：スクロール*/
.price-table-scroll {
  overflow-x: auto;
  width: 100%;
  padding-bottom: 2rem;
}
/*料金表：個人*/
.price-table {
  /*320px~1920px：900px~1100px;*/
  min-width: clamp(56.25rem, 53.75rem + 12.5vw, 68.75rem);
}
.price-table-scroll.group {
  overflow-x: auto;
  width: 70%;
  padding-bottom: 2rem;
}
@media(max-width:781px) {
  .price-table-scroll.group {
    width: 90%;
  }
}
/*料金表：グループ*/
.price-table.group {
  /*320px~1920px：380px~500px;*/
  min-width: clamp(23.75rem, 22.25rem + 7.5vw, 31.25rem);
}

/*テーブル装飾*/
.price-table table {
  border: none !important;
  color: #443f20;
  border-collapse: separate;
  border-spacing: 0.5rem 0;
  text-align: center;
}
/*線*/
.price-table tbody tr:first-child td {
  border-right: solid 3px #66cc00 !important;
  border-left: solid 3px #66cc00 !important;
  border-radius: 10px 10px 0 0;
}
.price-table tbody tr:not(:first-child) td {
  border-right: solid 1px #443f20;
  border-left: solid 1px #443f20;
}
.price-table tbody tr:last-child td {
  border-bottom: solid 1px #443f20;
  border-radius: 0 0 10px 10px;
}
/*プラン名*/
.price-table tr:first-child {
  background-color: #66cc00;
  /*320px~1920px：18px~20px;*/
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
  font-weight: bold;
  color: #f3f3f3;
}
/*スペース*/
.price-table tr:not(:first-child) td {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.price-table tr:nth-child(2) td {
  padding-top: 0 !important;
}
/*各項目*/
.price-table tr td span.price-table-item {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem !important;
  padding-left: 0.5rem;
  /*320px~1920px：13px~14px;*/
  font-size: clamp(0.813rem, 0.8rem + 0.06vw, 0.875rem);
  font-weight: bold;
}
.price-table tr td span.price-table-item:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1rem;
  content: "";
  /*320px~1920px：14px~18px;*/
  width: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  height: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  background-image: url("/media/icon-check.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media(max-width:781px) {
  .price-table tr td span.price-table-item:before {
    left: -0.5rem;
  }
}
/*月額料金*/
.price-table tr:nth-child(2) td {
  /*320px~1920px：24px~34px;*/
  font-size: clamp(1.5rem, 1.375rem + 0.63vw, 2.125rem);
  font-weight: bold;
}
/*料金数字*/
.price-table tr:nth-child(2) td span.price-table-price {
  color: #e59b59;
}
/*料金円*/
.price-table-yen {
  /*320px~1920px：14px~20px;*/
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
}
/*月の利用時間*/
.price-table tr:nth-child(3) td {
  /*320px~1920px：20px~26px;*/
  font-size: clamp(1.25rem, 1.175rem + 0.38vw, 1.625rem);
  font-weight: bold;
}
/*1日の利用時間*/
.price-table tr:nth-child(4) td {
  /*320px~1920px：20px~26px;*/
  font-size: clamp(1.25rem, 1.175rem + 0.38vw, 1.625rem);
  font-weight: bold;
}
/*月の利用時間*/
.price-table tr:nth-child(5) td {
  /*320px~1920px：16px~18px;*/
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  font-weight: bold;
}
/*時間テキスト*/
.price-table tr td span.price-table-time {
  /*320px~1920px：15px~18px;*/
  font-size: clamp(0.938rem, 0.9rem + 0.19vw, 1.125rem);
}

/*その他料金テーブル*/
.other-price-table table {
  max-width: 1000px;
  margin: 0 auto;
}
.other-price-table table tbody {
  color: #443f20;
  text-align: center;
}
.other-price-table table tr td {
  border: none;
}
.other-price-table table tr:first-child {
  background-color: #e59b59;
  font-weight: bold;
  color: #f3f3f3;
  /*320px~1920px：16px~18px;*/
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
}
.other-price-table table tr:not(:first-child) {
  border-bottom: solid 1px #443f20;
  /*320px~1920px：15px~16px;*/
  font-size: clamp(0.938rem, 0.925rem + 0.06vw, 1rem);
}
.other-price-table-br {
  display: none;
}
@media(max-width:450px) {
	.other-price-table-br {
    display: block;
  }
}
/*回数券案内テキスト*/
.tickets-text {
  text-align: center;
}
/*.other-price-table table tr:not(:first-child) td:not(:first-child) {
  text-align: right;
}*/
/*.other-price-table table tr:not(:first-child) td:first-child {
  text-align: center;
}*/

/*入会金・体験*/
.admission-block {
  width: 80%;
  justify-content:space-between;
  align-items: center !important;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  border-bottom: solid 3px #443f20;
}
@media(max-width: 450px) {
  .admission-block {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
/*項目*/
.admission-text {
  margin-bottom: 0 !important;
  /*320px~1200px：16px~28px;*/
  font-size: clamp(1rem, 0.85rem + 0.75vw, 1.75rem);
  font-weight: bold;
  text-align: center;
}
.campaign-text {
  position: relative;
  /*320px~1200px：24px~30px;*/
  font-size: clamp(1.5rem, 1.425rem + 0.38vw, 1.875rem);
  font-weight: bold;
  color: #66cc00;
}
.campaign-text:before {
  content: "入会金無料キャンペーンにつき";
  position: absolute;
  width: 300px;
  top: -2rem;
  right: 0;
  /*320px~1200px：14px~18px;*/
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  text-align: right;
  color: #e59b59;
}
@media(max-width:781px) {
  .campaign-text:before {
    top: -1.5rem;
  }
}
/*金額*/
.admission-price {
  /*320px~1200px：20px~30px;*/
  font-size: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
  font-weight: bold;
}

/*回数券プラン*/
/*.tickets-block {
  width: 80%;
  justify-content:space-between;
  align-items: center !important;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  border-bottom: solid 3px #443f20;
}
@media(max-width: 781px) {
  .tickets-block {
    justify-content: center;
    gap: 0;
  }
}*/
/*回数券プラン：回数券名*/
/*.tickets-name {
  background-color: #66cc00;
  border-radius: 10px;
  margin-bottom: 0.5rem !important;
  padding: 0.5rem 1rem;
  color: #f3f3f3;
  font-weight: bold;
}
@media(max-width: 781px) {
  .tickets-name {
    width: 100%;
  }
}*/
/*回数券プラン：回数*/
/*.tickets-count {
  /*320px~1920px：20px~25px;*/
/*  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
}*/
/*回数券プラン：金額*/
/*.tickets-price {
  margin-bottom: 0.5rem !important;
  /*320px~1920px：40px~60px;*/
/*  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-weight: bold;
}*/
/*.tickets-price .tickets-yen {
  /*320px~1200px：30px~40px;*/
  /*font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
}*/
/*回数券プラン：お得文*/
/*.tickets-text ,.tickets-text:before ,.tickets-text:after {
  /*320px~1200px：55px~75px;*/
/*  width: clamp(3.438rem, 2.983rem + 2.27vw, 4.688rem);
  height: clamp(3.438rem, 2.983rem + 2.27vw, 4.688rem);
  border-radius: 3px;
  background-color: #e59b59;
}*/
/*.tickets-text {
  z-index: 2;
  position: relative;
  transform: rotate(15deg);
  padding-top: 1rem;
  line-height: 1.3em;
  text-align: center;
  font-weight: bold;
  color: #f3f3f3;
*/
  /*320px~1200px：13px~15px;*/
/*  font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
}*/
/*四角形1*/
/*.tickets-text:before {
  z-index: -1;
  position: absolute;
  transform: rotate(30deg);
  top: 0;
  left: 0;
  content: "";
}*/
/*四角形2*/
/*.tickets-text:after {
  z-index: -1;
  position: absolute;
  transform: rotate(60deg);
  top: 0;
  left: 0;
  content: "";
}*/
/*@media(max-width: 781px) {
  .tickets-text {
    position: absolute;
    right: 3%;
    padding-top: 0.6rem;
  }
}*/

/*ビジター利用*/
.visitor-block {
  width: 80%;
  justify-content:space-between;
  align-items: center !important;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  border-bottom: solid 3px #443f20;
}
@media(max-width: 781px) {
  .visitor-block {
    justify-content: center;
    flex-direction: column;
    gap: 0;
  }
}
/*ビジター利用：種類*/
.visitor-type {
  margin-bottom: 0 !important;
  /*320px~1200px：18px~28px;*/
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-weight: bold;
  text-align: center;
}
/*ビジター利用：金額*/
.visitor-price {
  /*320px~1200px：40px~50px;*/
  font-size: clamp(2.5rem, 2.273rem + 1.14vw, 3.125rem);
  font-weight: bold;
}
/*ビジター利用：円*/
.visitor-yen {
  /*320px~1200px：26px~30px;*/
  font-size: clamp(1.625rem, 1.534rem + 0.45vw, 1.875rem);
  font-weight: bold;
}

/*
セクション：利用の流れ
*/
/*セクション全体*/
.flow {
  /*背景色設定：#f3f3f3*/
  background-color: #f3f3f3;
  /*角丸設定*/
  border-radius: 15px;
}
/*見出しサブテキスト*/
.heading-flow:before {
  content: "FLOW";
}
/*コンテンツ：利用の流れ*/
.flow-container {
  padding: 1rem;
}
/*利用の流れ：画像*/
.flow-container .flow-image {
  text-align: center;
}
.flow-container .flow-image img {
  /*320px~1920px：150px~180px;*/
  width: clamp(9.375rem, 9rem + 1.88vw, 11.25rem);
}
/*利用の流れ：文章*/
.flow-container .flow-text {
  margin-top: 1rem !important;
  font-weight: bold;
  text-align: center;
}
@media(max-width:781px) {
  .flow-container .flow-text {
    margin-top: 0.5rem !important;
    margin-bottom: 1rem !important;
  }
}
/*利用の流れ：利用規約文章*/
.flow-info-text {
  /*320px~1200px：18px~20px;*/
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-weight: bold;
}
.flow-info-text a {
  text-decoration: none;
  color: #e59b59;
}
.flow-info-text a:hover {
  color:#cc8a50
}
/*改行無効*/
.br-flow-info-text {
  display: none;
}
@media(max-width:781px) {
  .flow-info-text {
    text-align: center;
  }
}
@media(max-width:500px) {
  .br-flow-info-text {
    display: block;
  }
}

/*
セクション：よくある質問
*/
/*セクション全体*/
.question {
  /*背景色設定：#f3f3f3*/
  background-color: #f3f3f3;
  /*角丸設定*/
  border-radius: 15px;
}
/*見出しサブテキスト*/
.heading-question:before {
  content: "QUESTION";
}
.question-block {
  width: 80%;
  padding: 1rem;
  border: solid 2px #443f20;
  border-radius: 5px;
}
@media(max-width:781px) {
  .question-block {
    width: 100%;
  }
}
/*よくある質問：質問文*/
.question-q {
  position: relative;
  margin-bottom: 0 !important;
  padding-left: 2rem;
  /*320px~1200px：18px~30px;*/
  font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
}
.question-q:before {
  position: absolute;
  top: 0;
  left: 3px;
  content: "Q";
  /*320px~1200px：25px~30px;*/
  font-size: clamp(1.563rem, 1.449rem + 0.57vw, 1.875rem);
  color: #e59b59;
}
/*よくある質問：解答文*/
.question-a {
  position: relative;
  margin-left: 2rem !important;
  padding-left: 2rem;
}
.question-a:before {
  position: absolute;
  top: 0;
  left: 3px;
  content: "A";
  font-size: 30px;
  font-weight: bold;
  color: #66cc00;
}
@media(max-width:781px) {
  .question-a {
    margin-left: .5rem !important;
  }
  .question-a:before {
    /*320px~1200px：25px~30px;*/
    font-size: clamp(1.563rem, 1.449rem + 0.57vw, 1.875rem);
  }
}

/*
セクション：アクセス
*/
/*セクション全体*/
.access {
  /*背景色設定：#f3f3f3*/
  background-color: #f3f3f3;
  /*角丸設定*/
  border-radius: 15px 15px 0 0;
}
/*見出しサブテキスト*/
.heading-access:before {
  content: "ACCESS";
}
/*アクセス：住所ブロック*/
.access-block {
  padding: 1rem;
}
/*アクセス：住所テキスト*/
.access-address {
  font-weight: bold;
  /*320px~1200px：16px~20px;*/
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
/*アクセス：住所案内文*/
.address-description,.address-description2 {
  font-weight: bold;
}
.address-description {
  padding-top: 1rem;
  border-top: 2px dashed #e59b59;
}
/*アクセス：駐車場案内*/
.address-description2 {
  position: relative;
  padding-left: 2rem;
}
.address-description2:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("/media/icon-car.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; 
}

/*
セクション：予約
*/
/*セクション全体*/
.reserve {
  /*背景色設定：#f3f3f3*/
  background-color: #f3f3f3;
  /*角丸設定*/
  border-radius:0 0 15px 15px;
}
/*見出しサブテキスト*/
.heading-reserve:before {
  content: "RESERVE";
}
/*予約：案内文*/
.reserve-text {
  width: fit-content;
  position: relative;
  padding-left: 2rem;
  font-weight: bold;
  /*320px~1200px：18px~20px;*/
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
}
.reserve-text:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  /*320px~1200px：25px~30px;*/
  width: clamp(1.563rem, 1.449rem + 0.57vw, 1.875rem);
  height: clamp(1.563rem, 1.449rem + 0.57vw, 1.875rem);
  content: "";
  background-image: url("/media/flow-image1.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/*予約ボタン*/
.vk_button_link.btn.has-background.btn-lg {
  padding: 0.6em 0.5rem !important;
}

/*
コンテンツ：フッター
*/
/*全体*/
.site-footer {
  background-color: #f3f3f3;
}
.site-footer-content {
  margin-bottom: 2rem;
}

/*コピーライトの2行目を削除*/
.site-footer-copyright p:last-child {
  display: none;
}
/*フッターのカラム数を2に変更*/
.site-footer-content .row .col-lg-4.col-md-6:last-child {
  display: none;
}
/*フッターカラム1*/
.site-footer-content .row .col-lg-4:nth-child(1) {
  flex: 0 0 30%;
  max-width: 30%;
  text-align: center;
}
.footer-address-block {
  flex-direction: column;
  align-items: center;
}
/*ロゴ*/
.footer-logo {
  max-width: 30%;
  text-align: center;
}
/*住所*/
.footer-address {
  display: inline-block;
  text-align: left;
  font-weight: bold;
}
/*フッターカラム2*/
.site-footer-content .row .col-lg-4:nth-child(2) {
  flex: 0 0 70%;
  max-width: 70%;
  align-content: center;
}
/*フッターメニュー*/
.footer-menu {
  justify-content: center;
  flex-wrap: wrap !important;
  padding-top: 1rem !important;
  border-top: dashed 2px #443f20;
  font-weight: bold;
}
.footer-menu p a {
  text-decoration: none;
  color: #443f20;
}
.footer-menu p a:hover{
  color: #e59b59;
}
/*モバイルでは縦*/
/*フッターのカラム数を2に変更*/
@media(max-width:781px) {
  .site-footer-content .row {
    flex-direction: column;
    align-items: center;
  }
  .site-footer-content .row .col-lg-4:nth-child(1),
  .site-footer-content .row .col-lg-4:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-footer-content .row .col-lg-4:nth-child(1) {
    margin-bottom: 2rem;
  }
}

/*
利用規約
*/
/*利用規約：全体*/
.rules {
  background-color: #f3f3f3;
  border-radius: 15px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
/*利用規約：各条*/
.rules-block {
  border-bottom: dashed 2px #e59b59;
  margin-bottom: 3rem !important;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 1.5rem;
}
/*利用規約：各条直下文章*/
.rules-block > p {
  padding-left: 1rem;
}
/*利用規約：リストブロック*/
ul.rules-list {
  padding-left: 3rem;
}
ol.rules-list {
  padding-left: 1rem;
}
/*リストスタイル無効*/
ol.rules-list, ul.rules-list ol {
  list-style: none !important;
}
ol.rules-list > li {
  position: relative;
  padding-left: 3em;
}
ul.rules-list > li {
  position: relative;
}
/*jsで追加したリストカウント位置*/
ol.rules-list > li .num {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 3em;
  text-align: right;
}
ul.rules-list ol li .num {
  display: inline-block;
  position: absolute;
  left: -1rem;
  width: 3em;
  text-align: right;
}
@media(max-width:500px) {
  .rules-block > p {
    padding-left: 0.5rem;
  }
  ul.rules-list {
    padding-left: 2rem;
  }
  ol.rules-list {
    padding-left: 0rem;
  }
}
/*各リストの余白*/
.rules-list > li {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

/*ページトップボタン*/
.page_top_btn {
  background-color: rgba(69, 64, 32, 0.8);
  box-shadow: 0 0 0 1px rgba(242, 242, 242, 0.8), 0 0 0 2px rgba(69, 64, 32, 0.8);
}
a.page_top_btn:active {
  background-color: rgba(69, 64, 32, 0.5) !important;
}