/*
Theme Name: Arkhe
Theme URI: https://arkhe-theme.com/
Version: 3.12.0
Tested up to: 6.8
Requires at least: 6.0
Requires PHP: 7.0
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options, block-styles, wide-blocks
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Text Domain: arkhe
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  clear: both;
  height: 0;
  visibility: hidden;
}
.hamburger-menu{
	display: none;
}
.clearfix {
  min-height: 1px;
}

a{
	text-decoration: none;
}
body{
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}
.pcnon{
	display: none;
}

.spnon{
	display: block;
}

.hmenu{
	z-index: 1000;
	position: absolute;
	top: 25px;
    right: 50px;
	font-size: 14px;
    background: rgba(0,0,0,0.0);
	padding: 0;
}
.hmenu.is-animation{
    background: rgba(0,0,0,0.5);
	padding: 20px;
	top: 0;
	right: 0;
}


.hmenu li{
	float: left;
	margin: 0 25px 0 0;
	display:  block;
	line-height: 1;
}

.hmenu a{
 color: #fff;	
	display:  block;
	padding: 5px 0;
	font-size: 16px;
	text-decoration: none;
}
.hmenu a:hover{
	opacity: 0.7;
}
.head_wrap {
    height: 100px;
    background: #23583c;
    width: 100%;
    z-index: 100;
}

.hmenu > li > a span {
    display: block;
    font-size: 12px;
    color: #fbffcb;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
}

.top_logo{
	z-index: 1000;
	position: absolute;
	top: 20px;
	left: 20px;
}
.top_logo img{
    height: 60px;
    width: auto;
}


li.menu__single {
    position: relative;
}

ul.hmenu li span{
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 11px;
    color: #fbffcb;
}

.hmenu li.menu__single ul.menu__second-level {
    position: absolute;
    top: 50px;
    width: 200px;
    background: #5272b8;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    float: none;
	padding: 0;
	margin: 0;
}


.hmenu ul.menu__second-level li{
    float: none;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.hmenu ul.menu__second-level li a{
	display: block;
	padding: 15px 10px;
	font-size: 14px;
	color: #fff;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__second-level a:hover{
    background: #708bc4;
	color: #fff;
	display: block;
}


.menu__second-level li {
}

.menu__third-level li {
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.p-page{
	padding-top: 60px;
}
.mv_photo{
	position: relative;
}
.mv_photo img{
    display: block;
    height: 800px;
    object-fit: cover;
    width: 100%;
    object-position: 100% 0;
}

.slideshow-text{
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 10%;
}
.slideshow-text h2{
    background: linear-gradient(to right, #389a67, #22563b);

	font-size: 45px;
	color: #fff;
	padding: 10px 20px;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 20px;
}


.slideshow-text h3{
	color: #fff;
	font-size: 35px;
}

/* 全体のコンテナ設定 */
.golf-intro {
  width: 100%;
  padding: 60px 20px; /* 上下の余白 */
  background-color: #fff;
  box-sizing: border-box;
}

.golf-intro__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* アイコン */
.golf-intro__icon img {
  width: 60px; /* アイコンのサイズ（適宜調整してください） */
  height: auto;
  margin-bottom: 20px;
}

/* キャッチコピー */
.golf-intro__title {
  color: #22563b; /* 指定の緑色 */
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}

/* 画像エリア（横並び） */
.golf-intro__images {
  display: flex;
  justify-content: center;
  gap: 20px; /* 画像間の隙間 */
  margin-bottom: 50px;
}

/* 丸い画像の枠設定 */
.golf-intro__img-wrap {
}

.golf-intro__img-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover; /* 画像をトリミングして枠いっぱいに表示 */
  transition: transform 0.3s ease;
}

/* 説明テキスト */
.golf-intro__desc {
  color: #333;
  font-size: 16px;
  line-height: 2; /* 行間を広めに */
  letter-spacing: 0.05em;
}

.golf-intro__desc p {
  margin-bottom: 0.5em; /* 各行の下の余白 */
}

/* --- レスポンシブ対応（スマホ向け） --- */
@media screen and (max-width: 768px) {
  .golf-intro__title {
    font-size: 20px;
  }
  
  .golf-intro__images {
    gap: 20px;
  }


  
  .golf-intro__desc {
    font-size: 14px;
    text-align: left; /* スマホでは左寄せの方が読みやすい場合が多い（中央が良い場合はcenterのままで） */
  }
}

.golf-price{
	background: #caecda;
	min-height: 800px;
	padding: 70px 0;
	background-image: url(/wp-content/uploads/bg01.png),url(/wp-content/uploads/bg02.png);
	background-repeat: no-repeat;
background-size: 200px,300px;
background-position: bottom left 0px,bottom right 50px;
}
.golf-price h2{
	text-align: center;
	font-size: 45px;
	color: #23583c;
}

.golf-price h3{
	text-align: center;
	font-size: 24px;
	margin-bottom: 40px;
	color: #a4c7b4;
}

.golf-price h4{
	text-align: center;
	font-size: 24px;
	color: #23583c;
	font-size: 25px;
	margin-bottom: 100px;
}
span.marker{
background:linear-gradient(transparent 60%, #ff6 60%);
}

.price2{
	display: flex;
	max-width: 840px;
	margin: 0 auto;
	gap: 40px;
}

.price2 div.price_box01{
	border: 3px solid #23583c;
	border-radius: 20px;
	background: #fff;
	min-width: 400px;
	position: relative;
}

.price2 div.price_box02{
	border: 3px solid #23583c;
	border-radius: 20px;
	background: #fff;
	min-width: 400px;
	position: relative;
}
.price_icon{
	position: absolute;
	top: -60px;
	z-index: 10;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}

.price_icon img{
	width: 80px;
}

.price_h01{
	background-image: url(/wp-content/uploads/bg03.jpg);
	position: relative;
	min-height: 130px;
	border-radius: 15px 15px 0 0;
}

.price_h01 p{
	position: absolute;
	top: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.price_h02{
	background-image: url(/wp-content/uploads/bg04.jpg);
	position: relative;
	min-height: 130px;
	border-radius: 15px 15px 0 0;
}

.price_h02 p{
	position: absolute;
	top: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.price_area{
	padding: 30px;
	text-align: center;
}
.price_t01{
	color: #23583c;
	font-size: 30px;
	font-weight: bold;
}

.price_t02{
	color: #de3e3e;
	font-size: 45px;
	font-weight: bold;
}

/* --- セクション全体 --- */
.facility-section {
  width: 100%;
  padding: 80px 20px;
  background-color: #fff;
  box-sizing: border-box;
}

.facility-inner {
  max-width: 1100px; /* コンテンツ幅 */
  margin: 0 auto;
}

/* --- タイトル周り --- */
.facility-header {
  text-align: center;
  margin-bottom: 40px;
}

.facility-title-ja {
  font-size: 45px;
  color: #22563b; /* 指定の緑 */
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 1.2;
}

.facility-title-en {
  display: block;
  font-size: 24px;
    color: #a4c7b4;
  font-weight: bold;
  font-family: sans-serif;
  margin-top: 5px;
  letter-spacing: 0.05em;
}

/* --- コンテンツエリア（横並び） --- */
.facility-content {
  display: flex;
  justify-content: space-between;
  align-items: center; /* 上下中央揃え */
  gap: 60px; /* 画像とテキストの間の余白 */
}

/* 左側：画像 */
.facility-image {
  flex: 1; /* 幅を確保 */
  width: 50%;
}

.facility-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 右側：テキスト */
.facility-text {
  flex: 1; /* 幅を確保 */
  width: 50%;
}

.facility-catch {
  font-size: 22px;
  color: #22563b;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* 説明文 */
.facility-desc p {
  font-size: 15px;
  line-height: 2.2; /* ゆったりした行間 */
  color: #333;
  margin-bottom: 24px;
}

/* 詳細ボタン */
.facility-btn {
  display: block;
	width: 250px;
	text-align: center;
	margin: 0 auto;
  background-color: #22563b;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 16px 60px;
  border-radius: 50px;
  transition: opacity 0.3s ease;
  margin-top: 10px;
}

.facility-btn:hover {
  opacity: 0.8; /* ホバー時に少し薄く */
}

/* --- レスポンシブ対応（スマホ） --- */
@media screen and (max-width: 768px) {
  .facility-section {
    padding: 60px 20px;
  }

  .facility-header {
    margin-bottom: 40px;
  }

  .facility-title-ja {
    font-size: 32px;
  }

  .facility-content {
    flex-direction: column; /* 縦並びに変更 */
    gap: 30px;
  }

  .facility-image, 
  .facility-text {
    width: 100%; /* 幅いっぱい */
  }

  .facility-catch {
    font-size: 18px;
    margin-top: 10px;
  }
  
  .facility-desc p br {
     display: none; /* スマホでは改行タグを無効化して自然に折り返す */
  }

  .facility-btn {
    display: block;
    text-align: center;
    width: 100%; /* スマホでは幅いっぱいにする場合 */
    box-sizing: border-box;
  }
}


/* --- セクション全体 --- */
.flow-section {
  width: 100%;
  padding: 80px 20px;
  background-color: #d0efde; /* 背景の薄い緑色 */
  box-sizing: border-box;
}

.flow-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* --- タイトル周り --- */
.flow-header {
  margin-bottom: 60px;
}

.flow-title-ja {
  font-size: 45px;
  color: #22563b; /* 濃い緑 */
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 1.2;
}

.flow-title-en {
  display: block;
  font-size: 24px;
  color: #a8cba9; /* 薄めの文字色 */
  font-weight: bold;
  font-family: sans-serif;
  margin-top: 5px;
  letter-spacing: 0.05em;
}

/* --- カードエリア（横並び） --- */
.flow-container {
  display: flex;
  justify-content: center;
  gap: 30px; /* カード間の隙間 */
  padding-top: 20px; /* バッジがはみ出る分の余白 */
}

/* 個別のカード設定 */
.flow-item {
  position: relative; /* バッジ位置の基準 */
  background: #fff;
  border: 3px solid #22563b; /* 濃い緑の枠線 */
  border-radius: 6px;
  padding: 50px 20px 30px; /* 上のpaddingを多めにとってバッジとの被りを防ぐ */
  width: 32%; /* 3列にするための幅 */
  box-sizing: border-box;
  text-align: center;
}

/* 数字バッジ (01, 02, 03) */
.flow-number {
  position: absolute;
  top: -25px; /* ボックスの上に半分出す */
  left: 50%;
  transform: translateX(-50%); /* 左右中央揃え */
  width: 50px;
  height: 50px;
  background-color: #22563b;
  color: #fff;
  border-radius: 50%; /* 丸にする */
  font-size: 18px;
  line-height: 50px; /* 上下中央揃え */
  font-family: sans-serif;
  letter-spacing: 0.05em;
}

/* ステップタイトル */
.flow-item-title {
  color: #22563b;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* アイコン */
.flow-icon img {
  width: 50px; /* アイコンのサイズ（適宜調整） */
  height: auto;
  margin-bottom: 20px;
}

/* 説明文 */
.flow-desc {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}

/* --- レスポンシブ対応（スマホ） --- */
@media screen and (max-width: 768px) {
  .flow-container {
    flex-direction: column; /* 縦並び */
    gap: 50px; /* 縦の隙間を広げる */
  }

  .flow-item {
    width: 100%; /* 幅いっぱい */
  }
}

/* --- セクション全体 --- */
.access-section {
  width: 100%;
  padding: 80px 20px;
  background-color: #fff;
  box-sizing: border-box;
}

.access-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* --- タイトル周り --- */
.access-header {
  text-align: center;
  margin-bottom: 60px;
}

.access-title-ja {
  font-size: 45px;
  color: #22563b; /* 濃い緑 */
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 1.2;
}

.access-title-en {
  display: block;
  font-size: 24px;
  color: #a8cba9;
  font-weight: bold;
  font-family: sans-serif;
  margin-top: 5px;
  letter-spacing: 0.05em;
}

/* --- コンテンツエリア（横並び） --- */
.access-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* 上揃え */
  gap: 50px;
}

/* 左側：画像 */
.access-image {
  width: 45%; /* 画像の幅 */
}

.access-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 右側：店舗情報リスト */
.access-info {
  width: 55%; /* テーブルの幅 */
  border: 2px solid #22563b; /* 外枠の緑線 */
  border-radius: 8px; /* 角丸 */
  overflow: hidden; /* 角丸からはみ出さないようにする */
}

.access-list {
  margin: 0;
  padding: 0;
}

.access-row {
  display: flex; /* 横並び */
  padding: 20px;
  border-bottom: 1px solid #eee; /* 薄い区切り線（お好みで削除可） */
}

/* 最後の行の下線は消す */
.access-row:last-child {
  border-bottom: none;
}

/* 偶数行（2, 4, 6行目）の背景色を変える */
.access-row:nth-child(even) {
  background-color: #d1e8d9; /* 薄い緑色の背景 */
}

/* 見出し（左側） */
.access-row dt {
  width: 30%; /* 見出しの幅 */
  font-weight: bold;
  color: #333;
  min-width: 100px; /* 最低限の幅確保 */
}

/* 内容（右側） */
.access-row dd {
  width: 70%; /* 内容の幅 */
  margin: 0;
  color: #333;
  line-height: 1.6;
}

/* --- レスポンシブ対応（スマホ） --- */
@media screen and (max-width: 768px) {
  .access-content {
    flex-direction: column; /* 縦並び */
    gap: 30px;
  }

  .access-image,
  .access-info {
    width: 100%; /* 幅いっぱい */
  }
  
  .access-row {
    padding: 15px; /* スマホでは余白を少し狭く */
    font-size: 14px;
  }

  .access-row dt {
    width: 25%; /* スマホでの見出し幅調整 */
  }
  
  .access-row dd {
    width: 75%;
  }
}

/* --- セクション全体 --- */
.contact-section {
  width: 100%;
  /* 指定のグラデーション */
  background: linear-gradient(to right, #389a67, #22563b);
  padding: 60px 20px;
  box-sizing: border-box;
  color: #fff; /* テキストは白 */
}

.contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; /* 左右に配置 */
  align-items: center; /* 上下中央揃え */
  gap: 40px;
}

/* --- 左側：テキストエリア --- */
.contact-text {
  text-align: center; /* テキスト自体は中央揃え */
  flex: 1; /* 幅の比率調整 */
}

.contact-title-ja {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.05em;
}

.contact-title-en {
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;
  margin-top: 5px;
  margin-bottom: 25px;
  opacity: 0.9; /* 少しだけ透過させる */
  letter-spacing: 0.05em;
}

.contact-desc {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

/* --- 右側：電話番号ボタン --- */
.contact-action {
  flex: 1; /* 幅の比率調整 */
  display: flex;
  justify-content: center; /* ボックスを中央に */
}

.contact-phone-box {
  display: block;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  width: 100%;
  max-width: 340px; /* 横幅の制限 */
  padding: 20px;
  border-radius: 60px; /* 丸い形状 */
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* 軽い影 */
  transition: opacity 0.3s;
}

.contact-phone-box:hover {
  opacity: 0.9;
}

.contact-phone-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}

.contact-icon {
  width: 30px; /* アイコンサイズ */
  height: auto;
}

.contact-number {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  font-family: sans-serif;
  letter-spacing: 0.05em;
}

/* 受付時間 */
.contact-hours {
  font-size: 13px;
  color: #389a67;
  font-weight: bold;
}

/* --- レスポンシブ対応（スマホ） --- */
@media screen and (max-width: 768px) {
  .contact-inner {
    flex-direction: column; /* 縦並び */
    text-align: center;
    gap: 40px;
  }
  
  .contact-title-ja {
    font-size: 26px;
  }
  
  .contact-title-en {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .contact-desc {
    font-size: 13px;
  }

  .contact-phone-box {
    padding: 15px;
    border-radius: 50px;
  }

  .contact-number {
    font-size: 28px; /* スマホでは数字を少し小さく */
  }
  
  .contact-icon {
    width: 24px;
  }
}


/* --- フッター全体 --- */
.site-footer {
  width: 100%;
  background-color: #fff;
  padding-top: 60px; /* 上部の余白 */
  /* 下部の余白はコピーライトエリアで確保するため不要 */
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 30px; /* 左右の余白と、メニュー下の余白 */
  text-align: center;
}

/* --- ロゴ --- */
.footer-logo img {
  width: 320px; /* ロゴの表示サイズ（適宜調整してください） */
  height: auto;
  margin-bottom: 40px; /* メニューとの間隔 */
}

/* --- メニュー --- */
.footer-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* スマホなどで折り返せるように */
  gap: 30px; /* メニュー間の間隔 */
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin: 0;
}

.footer-nav a {
  text-decoration: none;
  color: #555; /* 少しグレー寄りの黒 */
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: #22563b; /* ホバー時にテーマカラーの緑に */
}

/* --- コピーライト --- */
.footer-copyright {
  width: 100%;
  background-color: #d0efde; /* 薄いミントグリーン */
  padding: 20px;
  text-align: center;
}

.footer-copyright p {
  margin: 0;
  font-size: 12px;
  color: #444;
  letter-spacing: 0.05em;
  font-family: sans-serif;
}

/* --- レスポンシブ対応（スマホ） --- */
@media screen and (max-width: 768px) {
  .site-footer {
    padding-top: 40px;
  }
  
  .footer-inner {
    padding-bottom: 40px;
  }

  .footer-logo img {
    width: 200px; /* スマホではロゴを少し小さく */
    margin-bottom: 30px;
  }

  .footer-nav ul {
    gap: 15px 20px; /* 上下15px, 左右20pxの間隔 */
  }

  .footer-nav a {
    font-size: 13px;
  }
}



.sub-page-header {
  width: 100%;
	max-width: 1200px;
  height: 250px; /* ヘッダー背景の高さ */
  background: #e0eee7;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #22563b;
  box-sizing: border-box;
}

.sub-page-header__inner {
  text-align: center;
}

.sub-page-header h1 {
  font-size: 32px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.sub-page-header h1 i {
  margin-right: 10px; /* アイコンと文字の隙間 */
}

.sub-page-header span {
  display: block;
  margin-top: 10px;
  font-family: sans-serif;
  font-size: 16px;
  opacity: 0.8;
  letter-spacing: 0.05em;
  font-weight: bold;
}

/* --- プライバシーポリシー コンテンツエリア --- */
.privacy-section {
  padding: 80px 20px;
  background-color: #fff;
}

.privacy-inner {
  max-width: 800px; /* 読みやすいように幅を少し狭める */
  margin: 0 auto;
}

/* 見出し (大) */
.priv_t {
  font-size: 24px;
  color: #22563b; /* テーマカラー */
  border-bottom: 2px solid #22563b;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
  font-weight: bold;
}

/* 最初の見出しだけ上マージンを消す */
.priv_t:first-child {
  margin-top: 0;
}

/* 見出し (中) */
.priv_t2 {
  font-size: 18px;
  color: #333;
  background-color: #d0efde; /* 薄い緑の背景 */
  padding: 10px 15px;
  border-left: 5px solid #22563b;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* 本文テキスト */
.priv_txt {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
  text-align: justify; /* 両端揃え */
}

/* リスト */
.priv_list {
  margin-bottom: 20px;
  padding-left: 20px;
}

.priv_list li {
  list-style: disc;
  margin-bottom: 5px;
  color: #444;
  font-size: 15px;
}

/* リンク色 */
.priv_txt a {
  color: #22563b;
  text-decoration: underline;
}

/* 右寄せ署名エリア */
.priv_signature {
  margin-top: 60px;
  text-align: right;
}

.priv_txt_r {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* --- スマホ対応 --- */
@media screen and (max-width: 768px) {
  .sub-page-header {
    height: 200px; /* スマホでは少し高さを減らす */
  }
.p-page {
    padding-top: 0;
}
  .sub-page-header h1 {
    font-size: 24px;
  }

  .priv_t {
    font-size: 20px;
  }

  .priv_t2 {
    font-size: 16px;
  }
}


.device-section {
  padding: 80px 20px;
  background-color: #fff;
  color: #333;
}

.device-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* イントロダクション */
.device-intro {
  text-align: center;
  margin-bottom: 80px;
}

.device-main-title {
  font-size: 36px;
  color: #22563b;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.device-lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.device-main-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* 特徴セクション（画像とテキストの横並び） */
.device-feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 80px;
}

/* 逆向きレイアウト用クラス */
.device-feature--reverse {
  flex-direction: row-reverse;
}

.device-feature__img {
  flex: 1;
  width: 50%;
}

.device-feature__img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.device-feature__text {
  flex: 1;
  width: 50%;
}

/* ポイントバッジ */
.device-badge {
  display: inline-block;
  background-color: #d0efde; /* 薄い緑 */
  color: #22563b;
  font-weight: bold;
  font-family: sans-serif;
  padding: 5px 12px;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.device-feature__text h3 {
  font-size: 26px;
  color: #22563b;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.device-feature__text p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  text-align: justify;
}

/* 練習モード一覧 */
.device-modes {
  margin-top: 100px;
}

.device-sub-title {
  text-align: center;
  font-size: 28px;
  color: #22563b;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

/* タイトルの下線装飾 */
.device-sub-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #22563b;
}

.mode-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.mode-card {
  width: 32%;
  background-color: #f9f9f9; /* 薄いグレー背景 */
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.mode-img {
  width: 100%;
  height: 180px; /* 高さを揃える */
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 15px;
}

.mode-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.mode-card:hover .mode-img img {
  transform: scale(1.05); /* ホバー時に画像を少し拡大 */
}

.mode-card h4 {
  font-size: 18px;
  color: #22563b;
  font-weight: bold;
  margin-bottom: 10px;
}

.mode-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  text-align: left;
}

/* --- レスポンシブ対応（スマホ） --- */
@media screen and (max-width: 768px) {
  .device-main-title {
    font-size: 24px;
  }
  
  .pc-only {
    display: none; /* スマホで改行を無効化 */
  }

  .device-feature {
    flex-direction: column; /* 縦並び */
    gap: 30px;
    margin-bottom: 60px;
  }
  
  /* スマホの時はリバース指定でも通常の上（画像）下（文字）にする */
  .device-feature--reverse {
    flex-direction: column;
  }

  .device-feature__img,
  .device-feature__text {
    width: 100%;
  }

  .device-feature__text h3 {
    font-size: 22px;
  }

  .mode-grid {
    flex-direction: column;
    gap: 40px;
  }

  .mode-card {
    width: 100%;
  }
}


.access-page-section {
  padding: 80px 20px;
  background-color: #fff;
  color: #333;
}

.access-page-inner {
  max-width: 900px; /* 読みやすい幅に設定 */
  margin: 0 auto;
}

/* 見出しスタイル */
.access-heading {
  font-size: 24px;
  color: #22563b;
  border-left: 6px solid #22563b; /* 左側に緑のバー */
  padding-left: 15px;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* 最初の見出しだけ上のマージンを減らす */
.access-heading:first-child {
  margin-top: 0;
}


/* --- 1. 設備・料金カードエリア --- */
.price-container {
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.price-container h4{
	text-align: center;
	margin-bottom: 100px;
	font-size: 24px;
	color: #22563b;
}

.price-card {
  flex: 1;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

/* シミュレーションゴルフを目立たせる（緑枠） */
.price-card--highlight {
  border-color: #22563b;
  background-color: #fcfdfc;
}

.price-card__icon {
  font-size: 40px;
  color: #22563b;
  margin-bottom: 15px;
}

.price-card__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.price-card__spec {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  font-weight: bold;
  background-color: #eee;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
}

.price-card__price {
  color: #22563b;
  margin: 0;
}

.price-label {
  font-size: 14px;
  color: #333;
  margin-right: 5px;
}

.price-value {
  font-size: 36px;
  font-weight: bold;
  font-family: sans-serif;
  line-height: 1;
}

.price-unit {
  font-size: 16px;
  font-weight: bold;
}


/* --- 2. 店舗基本情報テーブル --- */
.shop-info-table {
  border-top: 2px solid #22563b;
  width: 100%;
}

.shop-row {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.shop-row:nth-child(even) {
  background-color: #f7fbf8; /* 偶数行に薄い緑背景 */
}

.shop-row dt {
  width: 30%;
  padding: 20px;
  font-weight: bold;
  color: #22563b;
  box-sizing: border-box;
}

.shop-row dd {
  width: 70%;
  padding: 20px;
  margin: 0;
  color: #333;
  line-height: 1.6;
  box-sizing: border-box;
}

.map-link, .tel-link {
  color: #22563b;
  text-decoration: underline;
  margin-left: 10px;
  font-size: 0.9em;
}
.tel-link {
  text-decoration: none;
  font-size: 1.2em;
  font-family: sans-serif;
  margin-left: 0;
}


/* --- 3. マップ --- */
.access-map-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* アスペクト比 16:9 を維持 */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.access-map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* --- レスポンシブ対応（スマホ） --- */
@media screen and (max-width: 768px) {
  .price-container {
    flex-direction: column; /* カードを縦並び */
    gap: 20px;
  }

  .shop-row {
    flex-direction: column; /* テーブルを縦並び */
  }

  .shop-row dt {
    width: 100%;
    padding: 15px 15px 5px; /* 下の余白を詰める */
    background-color: transparent; /* スマホ時は背景統一でもOK */
  }

  .shop-row dd {
    width: 100%;
    padding: 0 15px 15px; /* 上の余白を詰める */
  }
  
  .access-map-wrapper {
    padding-bottom: 75%; /* スマホでは地図を少し正方形に近づける */
  }
}


@media screen and (max-width: 1151px) {
.hmenu {
    display: none;
}
.price2 {
    display: flex;
    max-width: 640px;
    margin: 0 auto;
    gap: 40px;
}
.price2 div.price_box01 {
    border: 3px solid #23583c;
    border-radius: 20px;
    background: #fff;
    min-width: 300px;
    position: relative;
}
.price2 div.price_box02 {
    border: 3px solid #23583c;
    border-radius: 20px;
    background: #fff;
    min-width: 300px;
    position: relative;
}
	html.is-fixed,
　　　　html.is-fixed body {
  height: 100%;
  overflow: hidden;
　　　　}
	.side_btn{
		display: none;
	}
.hamburger-menu{
	display: block;	
	}

.menu-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 10001;
    background-color: #e0eee7;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #23563B;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}

.menu-content ul {
    padding: 70px 30px 0 30px;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 20px 15px 20px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 24px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 10000;
    background-color: #22563b;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
}


/* --- ふわっと表示させるアニメーション定義 --- */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px); /* 開始時は少し下に配置 */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* 本来の位置に戻る */
    }
}

/* --- アニメーションの適用 --- */

/* h2の設定 */
.slideshow-text h2 {
    /* 既存のスタイルはそのまま維持されます */
    
    /* アニメーション用設定 */
    opacity: 0; /* 最初は透明にしておく */
    animation: fadeInUp 1s ease-out forwards; /* 1秒かけて表示。forwardsで表示状態を維持 */
}

/* h3の設定 */
.slideshow-text h3 {
    /* 既存のスタイルはそのまま維持されます */

    /* アニメーション用設定 */
    opacity: 0; /* 最初は透明にしておく */
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 0.6s; /* h2より0.6秒遅らせてスタート */
}


/* アニメーション前の初期状態 */
.fade-in {
  opacity: 0; /* 最初は透明 */
  transform: translateY(40px); /* 少し下に移動させておく */
  transition: opacity 1.2s ease-out, transform 1.2s ease-out; /* アニメーション効果 */
}

/* 画面内に入った後に付与されるクラス */
.fade-in.active {
  opacity: 1; /* 不透明にする */
  transform: translateY(0); /* 元の位置に戻す */
}

@media screen and (max-width: 767px) {
.pcnon{
	display: block;
}
.spnon{
	display: none;
}
.price2 {
    display: block;
    max-width: 640px;
    margin: 0 auto;
    gap: 40px;
	}
	
	.price2 div.price_box01{
		max-width: 330px;
		margin: 0 auto 100px auto;
	}
	.price2 div.price_box02{
		max-width: 330px;
		margin: 0 auto 100px auto;
	}
    .contact-number {
        font-size: 20px;
    }
	.contact-phone-box{
		min-width: 300px;
	}
.contact-hours {
    font-size: 11px;
    color: #389a67;
    font-weight: bold;
}
.access-title-ja {
	font-size: 32px;
	}
.flow-title-ja {
	font-size: 32px;
	}
.golf-price h2 {
	font-size: 32px;
	}

.device-section {
    padding: 30px 20px;
    background-color: #fff;
    color: #333;
}
.device-lead {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: left;
    padding: 0 20px;
}
.mv_photo img {
    display: block;
    height: 400px;
	}

.slideshow-text {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0;
    width: 100%;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.slideshow-text h2 {
    background: linear-gradient(to right, #389a67, #22563b);
    font-size: 20px;
    color: #fff;
    padding: 10px 20px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 90%;
    margin: 0 auto 20px auto;
}

.slideshow-text h3 {
    color: #fff;
    font-size: 20px;
    max-width: 90%;
    margin: 0 auto;
}
}
