@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* メインビジュアルロゴ */

/* h2フォント変更 */
h2 {
  font: var(--font_2);
  font-weight: 900;
}


/* エントリーボタンテキスト */
svg text {
  font-size: 30px;
}



/* お問い合わせ */

form {
	border-radius: 10px;
	padding: 3em 2em;
/* 	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); */
}

.flex-box {
display: flex;
justify-content: space-between;
}

.flex-box-line {
display: flex;
justify-content: space-between;
align-items: center;
}

.flex-item {
	flex: 1;
}

.flex-botan {
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.agent_code_area{
display:none;
}

.Form {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
}


.Form-Item-Label {
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 16px;
}

.Form-Item-Label-Required {
  border-radius: 2px;
  margin-left: 12px;
  padding: 3px 10px; 
  text-align: center;
  background: #9b8c6c;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}
.Form-Item-Label-NO-Required {
  border-radius: 2px;
  margin-left: 12px;
  padding: 3px 10px; 
  text-align: center;
  background: #a7a7a7;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}



.Form-Item-Input, .Form-Item-Select {
  border: 1px solid #9b8c6c;
  border-radius: 2px;
  padding: 0.7em 1em 0.7em 0.5em;
  width: 100%;
  background: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}


.Form-Item-Textarea {
  border: 1px solid #9b8c6c;
  border-radius: 2px;
  padding-left: 1em;
  padding-right: 1em;
  height: 108px!important;
  flex: 1;
  width: 100%;
  background: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}

.Form-Btn {
  border-radius: 10px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 440px;
  display: block;
  letter-spacing: 0.05em;
  background: #9b8c6c;
  color: #9b8c6c;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border: 1px solid #9b8c6c;
}




.Form-normal {
	width: 46%;
}
.Form-wide {
	width: 100%;
}
.Form-shrink {
	width: 35%;
}

.Form-Last-Item {
	margin-top: 30px;
	border-top: 1px solid #a7a7a7;
}

.Form-midasi {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}

.Form-explanation {
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 17px;
}

.Form-Item-Sub {
	font-weight: 400;
	font-size: 13px;
}



.Form-privacy {
	cursor: pointer;
	 color: #0000EE;
 text-decoration: underline;
}

@media screen and (max-width: 750px) {
   .flex-box {
    flex-direction: column;
	gap: 1em;
   }
	 .flex-box-line {
    flex-direction: column;
	gap: 1.5em;
    align-items: initial;
   }
	.line-botan {
	margin-right: auto;
	margin-left: auto;
}
	.Form-Item {
  padding-top: 0;
  }
	.Form-normal, .Form-shrink {
		width: 100%;
	}
	.flex-botan-pc {
		display: none;
	}
	.flex-botan-sp {
		display: flex;
		flex-direction: column;
	}
	.Form-Item-Sub {
		font-size: 11px;
	}
	.Form-Last-Item {
		padding-top: 30px;
	}
	.Form-sousin {
		margin-top: 20px;
	}
	.Form-check {
		letter-spacing: 0.5px;
	}
	.Form-Btn {
  width: 90%;
  font-size: 20px;
		  padding-top: 10px;
  padding-bottom: 10px;
}


}

.Form-Item select {
	margin-top: 10px;
}
.flex-botan-sp{
  display: none;
}


@media screen and (min-width: 751px) {
.flex-botan-sp {
		display: none;
	}
	.flex-box > div:nth-of-type(1) {
  margin-right: 2em;
}
}

.contact-full-color {
	background: rgba(0,0,0,0)!important;
}
  .flex-botan-pc{
    display:none;
  }
  
  .flex-botan-sp{
    display:block;
  }
/* ===== 新しいフォーム用（PC/SP分岐を無効化） ===== */

.Form .flex-botan-pc,
.Form .flex-botan-sp{
  display:none;
}

/* 新しいラベルレイアウト */
.Form .flex-botan{
  display:flex;
  align-items:center;
  gap:0.5em;
}

/* サブテキスト位置 */
.Form .Form-Item-Sub{
  margin-top:6px;
}


/* =========================
   選手エントリー専用CSS
   （スポンサーと統一デザイン）
   ========================= */

.Form-entry {
  margin: 0 auto;
  max-width: 900px;
  padding: 48px 40px;
  border-radius: 10px;

  /* ほんのり透明白 */
  background: rgba(255, 255, 255, 0.65);

  /* ガラス感 */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  /* 上品な影 */
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);

  /* ゴールドアクセント */
  border: 1px solid rgba(201,162,77,0.25);
  border-left: 6px solid #c9a24d;
}

/* 項目余白 */
.Form-entry p {
  margin-bottom: 12px;
}

/* 必須表示 */
.Form-required {
  background: #c9a24d;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 3px;
  margin-left: 8px;
}

/* 注意書き */
.Form-note {
  display: block;
  font-size: 13px;
  color: #777;
  margin: 6px 0 10px;
}

/* 入力欄 */
.Form-entry .Form-Item-Input,
.Form-entry .Form-Item-Select,
.Form-entry .Form-Item-Textarea {
  border: 1.5px solid rgba(201,162,77,0.5);
  background: #ffffff;
  border-radius: 4px;
  padding: 0.8em 1em;
  font-size: 16px;
  transition: all 0.25s ease;
}

/* フォーカス */
.Form-entry .Form-Item-Input:focus,
.Form-entry .Form-Item-Select:focus,
.Form-entry .Form-Item-Textarea:focus {
  border-color: #c9a24d;
  box-shadow: 0 0 0 3px rgba(201,162,77,0.15);
  outline: none;
}

/* テキストエリア */
.Form-entry .Form-Item-Textarea {
  min-height: 160px;
}

/* チェックボックス */
.Form-entry .Form-Item-Checkbox {
  margin-top: 10px;
}

/* 送信ボタン */
.Form-Btn-Entry {
  margin-top: 40px;
  width: 100%;
  max-width: 420px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 8px;

  background: #c9a24d;
  color: #ffffff;
  border: 2px solid #c9a24d;

  transition: all 0.3s ease;
  cursor: pointer;
}

.Form-Btn-Entry:hover {
  background: #ffffff;
  color: #c9a24d;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* スマホ */
@media screen and (max-width: 750px) {
  .Form-entry {
    padding: 32px 20px;
  }

  .Form-Btn-Entry {
    width: 100%;
    font-size: 16px;
    padding: 14px;
  }
}
.Form-entry .Form-midasi {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #9b8c6c;
  margin-bottom: 12px;
  border-bottom: 2px solid #9b8c6c;
  padding-bottom: 12px;
}
.Form-entry .Form-explanation {
  font-weight: 400;
  font-size: 15px;
  color: #555;
  margin-bottom: 24px;
}

.Form-entry .Form-note {
  display: block;
  margin: 0;
  line-height: 1.4;
}

.Form-entry .Form-Item-Select {
  margin-top: 0 !important;
}



/* =========================
   エントリーフォーム（スマホ余白調整）
========================= */
@media screen and (max-width: 768px) {

  form {
    padding: 1em 1em !important;   /* 左右ゼロ */
  }

  .Form-entry {
    padding: 1em !important;
  }

}







/* =========================
   スポンサーお問い合わせ専用CSS
   （既存Formと完全互換）
   ========================= */

/* フォーム全体 */
.Form-sponsor {
  margin: 0 auto;
  max-width: 900px;
  padding: 48px 40px;
  border-radius: 10px;

  /* ほんのり透明白（高級感） */
  background: rgba(255, 255, 255, 0.85);

  /* 大会サイト用の上品シャドウ */
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);

  /* ゴールドアクセント */
  border: 1px solid rgba(155,140,108,0.25);
}

/* 見出し */
.Form-sponsor .Form-midasi {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #9b8c6c;
  margin-bottom: 12px;
  border-bottom: 2px solid #9b8c6c;
  padding-bottom: 12px;
}

/* 説明文 */
.Form-sponsor .Form-explanation {
  font-size: 15px;
  color: #555;
  margin-bottom: 24px;
}

/* 各項目の余白 */
.Form-sponsor .Form-Item {
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #eeeeee;
}

/* ラベル */
.Form-sponsor .Form-Item-Label {
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #333;
}

/* 必須タグ（ゴールド強調） */
.Form-sponsor .Form-Item-Label-Required {
  background: #9b8c6c;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 3px;
}

/* 任意タグ */
.Form-sponsor .Form-Item-Label-NO-Required {
  background: #bfbfbf;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 3px;
}

/* 入力欄（超重要） */
.Form-sponsor .Form-Item-Input,
.Form-sponsor .Form-Item-Select,
.Form-sponsor .Form-Item-Textarea {
  border: 1.5px solid rgba(155,140,108,0.5);
  background: #ffffff;
  border-radius: 4px;
  padding: 0.8em 1em;
  font-size: 16px;
  transition: all 0.25s ease;
}

/* フォーカス時（高級感） */
.Form-sponsor .Form-Item-Input:focus,
.Form-sponsor .Form-Item-Select:focus,
.Form-sponsor .Form-Item-Textarea:focus {
  border-color: #9b8c6c;
  box-shadow: 0 0 0 3px rgba(155,140,108,0.15);
  outline: none;
}

/* テキストエリア高さ調整 */
.Form-sponsor .Form-Item-Textarea {
  min-height: 160px;
}

/* 補足テキスト */
.Form-sponsor .Form-Item-Sub {
  font-size: 13px;
  color: #777;
  margin-top: 6px;
}

/* 送信ボタン */
.Form-Btn-Sponsor {
  margin-top: 40px;
  width: 100%;
  max-width: 420px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 8px;

  /* ゴルフ大会感のゴールド */
  background: #9b8c6c;
  color: #ffffff;
  border: 2px solid #9b8c6c;

  transition: all 0.3s ease;
  cursor: pointer;
}

/* ホバー（高級LP風） */
.Form-Btn-Sponsor:hover {
  background: #ffffff;
  color: #9b8c6c;
  border: 2px solid #9b8c6c;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
@media screen and (max-width: 768px) {

  
.Form-sponsor .flex-botan{
  display:flex;
  align-items:center;
}

.Form-sponsor .flex-botan .Form-Item-Label{
  white-space:nowrap !important;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.Form-sponsor .Form-Item-Label-Required{
  margin-left:6px;
}
.flex-botan{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.flex-botan .Form-Item-Label{
  width:auto !important;
  white-space:nowrap !important;
}
.flex-botan p{
  margin:0;
}

.flex-botan p:empty{
  display:none;
}





/* =========================
   ドロップダウン完全版（追従ヘッダー対応）
   CONTACT右端＋透け＋見やすさ
   ========================= */

/* 親基準 */
.l-header .menu-item,
.l-fixHeader .menu-item {
  position: relative;
}

/* サブメニュー本体（通常＋追従共通） */
.l-header .sub-menu,
.l-fixHeader .sub-menu {
  min-width: 220px;
  padding: 10px 0;
  border-radius: 8px;

  /* 透け＋見やすさの最適バランス */
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  border: 1px solid rgba(201,162,77,0.25);
  box-shadow: 0 14px 35px rgba(0,0,0,0.35);

  /* ▼右端CONTACTはみ出し完全防止 */
  left: auto !important;
  right: 0 !important;

  /* 追従時の上に重ねる（超重要） */
  z-index: 9999;

  /* アニメーション（横スライド封印） */
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s ease;
  pointer-events: none;
}

/* ホバー表示（通常＋追従） */
.l-header .menu-item:hover > .sub-menu,
.l-fixHeader .menu-item:hover > .sub-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* リンク視認性（背景画像対策） */
.l-header .sub-menu .menu-item a,
.l-fixHeader .sub-menu .menu-item a {
  display: block;
  padding: 12px 20px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
  white-space: nowrap;
  transition: all 0.25s ease;
}

/* 区切りライン */
.l-header .sub-menu .menu-item:not(:last-child) a,
.l-fixHeader .sub-menu .menu-item:not(:last-child) a {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* ホバー演出（大会ゴールド） */
.l-header .sub-menu .menu-item a:hover,
.l-fixHeader .sub-menu .menu-item a:hover {
  background: rgba(201,162,77,0.18);
  color: #c9a24d;
  padding-left: 26px;
}

/* CONTACT（右端専用の最終保険） */
.l-header .menu-item:last-child .sub-menu,
.l-fixHeader .menu-item:last-child .sub-menu {
  right: 0 !important;
  left: auto !important;
}





/* コンテナ制限解除＋左右余白削除 */
#footer .l-footer__widgetArea .l-container {
  max-width: 100% !important;
  padding: 0 !important;
}

/* 横並び＋縦中央＋左右分離（核心） */
#footer .w-footer.-col1,
#footer .w-footer.-col2 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* ウィジェット余白リセット */
#footer .w-footer__box,
#footer .textwidget,
#footer .textwidget p {
  margin: 0 !important;
  padding: 0 !important;
}

/* ロゴ完全左端 */
#footer .footer-title,
#footer .footer-col-1 {
  margin: 0 !important;
  padding: 0 !important;
}

#footer .footer-title img {
  display: block;
  margin: 0 !important;
}

/* プライバシー右端＋縦中央 */
#footer #text-4 {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  text-align: right !important;
}

#footer #text-4 p {
  margin: 0 !important;
  font-weight: 600 !important;
}


/* text-4ウィジェットを強制的に右端へ */
#footer #text-4 {
  margin-left: auto !important;
  text-align: right !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  
}

/* 中のtextwidgetも右寄せ（SWELL対策） */
#footer #text-4 .textwidget {
 
  text-align: right !important;
  display: flex !important;
  justify-content: flex-end !important;
}

/* pを完全右固定＋余白リセット */
#footer #text-4 p {
  margin: 0 !important;
  padding: 0 20px !important;
  text-align: right !important;
  width: auto !important;
}
















/* デフォルトのフッターコピーライト（最下部）を完全削除 */
#footer .l-footer__foot {
  display: none !important;
}
/* =========================
   フッター テキスト（スマホ）
========================= */
@media screen and (max-width: 768px) {

  .w-footer__box .textwidget p {
    font-size: 12px;       /* 小さめ */
    line-height: 1.6;      /* 読みやすく */
    text-align: center;    /* 中央揃え */
    padding: 0 15px;       /* 横余白 */
    word-break: break-word; /* はみ出し防止 */
  }

}