@charset "Shift_JIS";
/* ===== 配色（plan/guide.css の女性テーマに合わせる） =====
   --bg #fff3f8 / --head #f5b9d0 / --nav #ffe0ee / --sec-head #ffe1ee
   --soft #fff5fa / --accent #d81b60 / --accent-dark #b3184d / --accent-2 #f4c3d7
   角丸 14px・最大幅 960px                                                     */
:root{
	--bg:#fff3f8; --head:#f5b9d0; --nav:#ffe0ee; --sec-head:#ffe1ee; --soft:#fff5fa;
	--accent:#d81b60; --accent-dark:#b3184d; --accent-2:#f4c3d7; --chip-hover:#fff0f6;
	--radius:14px;
}
/* --- 配色・レイアウトは既存のまま。入力欄・余白・角丸など見た目だけ整える --- */
/* --- 2026/08/16 デザイン仕上げ --- */
/* パンくず */
.crumb {
	display: flex; align-items: center; flex-wrap: wrap; gap: 6px;
	padding: 0 4px; font-size: 12.5px; text-align: left; line-height: 1;
}
.crumb a {
	display: inline-flex; align-items: center; min-height: 42px;
	padding: 5px 18px; border-radius: 999px;
	background: var(--chip-hover); border: 1px solid var(--accent-2); color: var(--accent-dark);
	text-decoration: none; font-weight: bold; line-height: 1.3;
}
.crumb a:hover { background: var(--nav); }
.crumb a.cur { background: var(--accent); border-color: var(--accent); color: #fff; }
.csep { color: var(--accent-2); font-weight: bold; font-size: 15px; }
/* パンくずの白い箱。以前は上下の帯画像(23px)で余白ができていたので、その半分にそろえる */
.navbox {
	width: 100%; max-width: 880px; margin: 0 auto;
	background: #fff; border: 1px solid var(--accent-2); border-radius: var(--radius); padding: 12px 14px;
	box-shadow: 0 1px 4px rgba(0,0,0,.08);
}
@media screen and (max-width: 640px) {
	.navbox { padding: 10px; border-radius: 10px; }
}
@media screen and (max-width: 640px) {
	.crumb a { min-height: 42px; padding: 6px 14px; font-size: 12px; }
}

body {
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	color: #3a2b33;
}
/* タイトル箱：古い二重枠をやめてアクセントバー＋影 */
table.big-h, table.big-h td { border: none !important; }
table.big-h { box-shadow: 0 2px 10px rgba(0,0,0,.10); }
.ttlbox { border-top: 6px solid var(--accent); background: var(--soft) !important; }
/* ラベルセルの色をやわらかく統一 */
table.frm td[bgcolor="#ffffc1"] { background: var(--sec-head) !important; }
table.frm td[bgcolor="#ffe8ff"] { background: var(--sec-head) !important; font-weight: bold; font-size: 14px; }
/* 帯（セクション見出し）を今風のグラデに */
td[bgcolor="#009900"] {
	background: linear-gradient(135deg, #1ba065, #0e7a4a) !important;
	border-radius: 10px; letter-spacing: 1px;
}
td[bgcolor="#b3b3ff"] {
	background: linear-gradient(135deg, #7c74e8, #5a52c8) !important;
	border-radius: 10px 10px 0 0;
}
td[bgcolor="#b3b3ff"] b { color: #fff; letter-spacing: 1px; }
/* 注意書き・赤文言まわりの行間 */
font[color="#ff0000"] { line-height: 1.7; }

/* text input fields: light yellow for visibility --- 2026/08/30 */
table.frm input[type="text"], table.frm textarea,
table.frm input[type="text"]:focus, table.frm textarea:focus,
table.frm input.short, table.frm input.short:focus {
	background: #fff9d9 !important;
}

* { box-sizing: border-box; }
body { margin: 1px 0; background: var(--bg); }
img { max-width: 100%; height: auto; }

/* 外枠を画面幅に追従 */
.wrap960 { width: 100%; max-width: 960px; margin: 0 auto; }
.inbox   { width: 100%; max-width: 880px; margin: 0 auto; }
.formbox { width: 100%; max-width: 750px; margin: 0 auto; }
.qabox   { width: 100%; max-width: 700px; margin: 0 auto; text-align: left; }

/* フォームのテーブル：セル隙間を無くし角丸＋やわらかい影 */
table.frm {
	width: 100%; border-collapse: separate; border-spacing: 0;
	border-radius: var(--radius); overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,.12);
}
table.frm td {
	padding: 12px 14px; vertical-align: middle; word-break: break-all;
	border-bottom: 1px solid var(--accent-2);
}
/* ラベル欄（黄色セル）は不足画面と同じ右寄せ・太字。入力欄は左寄せ */
table.frm td[bgcolor="#ffffc1"] {
	text-align: right; font-weight: bold; width: 34%; white-space: nowrap; font-size: 14px;
}
table.frm td[bgcolor="#ffffff"] { text-align: left; }
@media screen and (max-width: 640px) {
	table.frm td[bgcolor="#ffffc1"] { text-align: left; width: 100%; white-space: normal; padding-bottom: 4px; }
}
table.frm tr:last-child td { border-bottom: none; }
/* 項目名の列（黄色セル）を確認画面と同じ見た目に */
table.frm td[bgcolor="#ffffc1"] {
	text-align: right; font-weight: bold; width: 38%;
	vertical-align: top; font-size: 14px;
}
table.frm td[bgcolor="#ffffff"] { text-align: left; }

/* タイトル箱も角丸に */
table.big-h { border-radius: var(--radius); overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,.12); }
.ttlbox { padding: 14px 10px; letter-spacing: 4px; }
.ttl1 { display: block; font-size: 24px; margin: 0 0 8px; }
.ttl2 { display: block; font-size: 24px; font-weight: bold; color: #ff0000; }
.ttl2 .tic { display: inline-flex; align-items: flex-end; gap: 3px; vertical-align: -7px; margin-right: 5px; }
.ttl2 .tsep { margin: 0 12px 0 8px; color: #333; }
/* 案内の選択肢：2行表示のボタン */
.btnsel .opt.optcol { flex-direction: column; line-height: 1.35; padding: 8px 20px; }
.opt .optnote { display: block; font-size: 11px; font-weight: normal; }
.btnsel .opt.selected .optnote { color: #ffe9d9; }
.bigsubmit {
	width: 100%; max-width: 340px; height: 56px; cursor: pointer;
	font-size: 17px; font-weight: bold; color: #fff; letter-spacing: 2px;
	background: linear-gradient(180deg, #ef407c, var(--accent));
	border: none; border-radius: 12px; box-shadow: 0 3px 8px rgba(216,27,96,.30);
	-webkit-appearance: none;
}
.bigsubmit:active { transform: translateY(1px); box-shadow: 0 1px 4px rgba(216,27,96,.30); }
table.frm input[type="text"], table.frm textarea { font-size: 16px; }


/* 入力欄：高さ・余白・角丸・フォーカス */
table.frm input[type="text"], table.frm textarea {
	width: 100%; max-width: 460px; height: 42px;
	padding: 8px 12px; font-size: 15px; color: #222;
	border: 1px solid var(--accent-2); border-radius: 8px; background: #fff;
	-webkit-appearance: none; appearance: none;
	transition: border-color .15s, box-shadow .15s;
}
table.frm textarea { height: auto; line-height: 1.6; }
textarea.autogrow { overflow: hidden; resize: none; }
table.frm textarea { max-width: 100% !important; }
table.frm input[type="text"]:focus, table.frm textarea:focus {
	outline: none; border-color: var(--accent); background: #fff;
	box-shadow: 0 0 0 3px rgba(216,27,96,.15);
}
/* 年齢・身長・体重の短い欄 */
input.short {
	width: 96px !important; max-width: 96px !important; height: 40px;
	text-align: center; padding: 6px 8px; font-size: 15px;
	border: 1px solid var(--accent-2); border-radius: 8px; background: #fff;
}
input.short:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(216,27,96,.15); }
/* 年齢・身長・体重を1行ずつ。枠と枠の間にしっかり隙間をあける */
.agebox { line-height: 1.5; }
/* 3つの枠の下（次の枠との間）にも余白をつくる。table.frm td より強く効かせるため td を付ける */
table.frm td.agebox { padding-top: 14px; padding-bottom: 22px; }
.agerow { display: flex; align-items: center; gap: 12px; margin: 0 0 12px; }
.agerow:last-child { margin-bottom: 0; }
.agelb { flex: 0 0 auto; min-width: 5em; font-size: 15px; font-weight: bold; color: #5b4a5a; }
.ageun { flex: 0 0 auto; font-size: 14px; color: #8a6a7a; }
@media screen and (max-width: 640px) {
	.agerow { gap: 10px; margin-bottom: 10px; }
	.agelb { min-width: 4.5em; }
	table.frm td.agebox { padding-top: 12px; padding-bottom: 18px; }
}

/* クリック型ボタン（選択） */
.btnsel { display: flex; flex-wrap: wrap; gap: 10px; margin: 6px 0 2px; }
.opt2 { display:flex; align-items:center; gap:14px; text-align:left; padding:10px 14px; }
.opt2 .ic { display:flex; gap:10px; flex:0 0 auto; }
.scn { display:flex; flex-direction:column; align-items:center; gap:2px; background:#fff; border:1px solid #ddd; border-radius:8px; padding:4px 8px; min-width:58px; }
.opt2.selected .scn { border-color:#fff; background:rgba(255,255,255,.92); }
.scnlb { font-size:10px; color:#666; }
.scnic { display:flex; gap:2px; align-items:flex-end; }
.opt2 .tx { display:flex; flex-direction:column; gap:2px; }
.opt2 .tx b { font-size:16px; }
.opt2 .tx small { font-size:11px; color:#777; }
.opt2.selected .tx small { color:#ffe9d9; }
.selnote { font-size:11px; color:#888; }

.btnsel .opt {
	display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
	padding: 10px 20px; min-height: 46px; line-height: 1.4;
	border: 2px solid var(--accent-2); border-radius: 10px;
	background: var(--soft); color: #333; font-size: 15px;
	-webkit-appearance: none; appearance: none;
	transition: background .12s, border-color .12s, box-shadow .12s;
}
.btnsel .opt:hover { background: #fff3dd; }
.btnsel .opt.selected {
	background: var(--accent); border-color: var(--accent-dark); color: #fff; font-weight: bold;
	box-shadow: 0 2px 6px rgba(216,27,96,.28);
}

.cplq { font-size: 14px; font-weight: bold; color: var(--accent-dark); margin: 2px 0 10px; }
.mailnote {
	margin-top: 10px; font-size: 12px; line-height: 1.6; color: var(--accent-dark);
	background: var(--soft); border: 1px solid var(--accent-2); border-radius: 8px; padding: 8px 11px;
}

/* 送信ボタン */
input[type="submit"] {
	background: linear-gradient(180deg, #ef407c, var(--accent)); color: #fff; font-weight: bold;
	border: none; border-radius: 12px; letter-spacing: 2px;
	box-shadow: 0 4px 10px rgba(216,27,96,.30);
	transition: filter .12s, transform .05s;
}
input[type="submit"]:hover { filter: brightness(1.06); }
input[type="submit"]:active { transform: translateY(1px); }

/* スマホ幅 */
@media screen and (max-width: 640px) {
	table.frm, table.frm tbody, table.frm tr, table.frm td { display: block; width: 100% !important; }
	table.frm td { height: auto !important; }  /* fix fixed-height cells --- 2026/08/30 */
	table.frm td[bgcolor="#ffffc1"] { text-align: left; padding-bottom: 4px; }
	table.frm td { border-bottom: none; }
	table.frm input[type="text"], table.frm textarea { max-width: 100%; }
	.btnsel .opt { flex: 1 1 45%; }
	.big-h td { font-size: 20px !important; }
	.ttlbox { letter-spacing: 2px; padding: 12px 6px; }
	.ttl1 { display: block; font-size: 20px; margin: 0 0 6px; }
	.ttl2 { display: block; font-size: 20px; }
	.ttl2 .tic svg { width: 20px; height: 28px; }
	.ttl2 .tsep { margin: 0 8px 0 5px; }
	.opt2 .ic { gap: 6px; }
	.scn { min-width: 50px; padding: 3px 6px; }
	.opt2 .tx b { font-size: 15px; }
	.bigsubmit { max-width: 100%; }
}

/* 未入力エラーの見せ方 */
.errbox {
	max-width: 750px; margin: 0 auto 14px; padding: 12px 14px;
	background: #fff2f2; border: 2px solid #e08080; border-radius: 10px;
	color: #c40000; font-size: 14px; line-height: 1.8; text-align: left;
}
.errbox b { font-size: 15px; }
table.frm input.ng, table.frm textarea.ng {
	border-color: #d00000; background: #fff2f2;
	box-shadow: 0 0 0 3px rgba(208,0,0,.12);
}
.btnsel.ng .opt { border-color: #d00000; background: #fff2f2; }
.fielderr { display: block; color: #c40000; font-size: 12px; font-weight: bold; margin-top: 6px; }

/* ===== 応募画像（任意・最大10枚） 2026/08/18 ===== */
.imgnote { font-size: 13.5px; line-height: 1.8; color: #5b4a5a; margin: 2px 0 10px; text-align: left; }
.imgnote b { color: var(--accent-dark); }
.dropzone {
	border: 2px dashed var(--accent-2); border-radius: 12px; background: var(--soft);
	padding: 18px 14px; text-align: center; transition: background .15s, border-color .15s;
}
.dropzone.over { background: #fff1de; border-color: var(--accent); }
.dztx { font-size: 14px; color: var(--accent-dark); line-height: 1.7; margin-bottom: 10px; }
.dzsub { font-size: 12.5px; color: #b08aa0; }
.dzbtn {
	display: inline-block; cursor: pointer; border: none; border-radius: 10px;
	background: linear-gradient(180deg, #ef407c, var(--accent)); color: #fff;
	font-size: 15px; font-weight: bold; letter-spacing: 1px;
	padding: 0 26px; height: 46px; box-shadow: 0 3px 8px rgba(216,27,96,.28);
	-webkit-appearance: none;
}
.dzbtn:active { transform: translateY(1px); }
.dzbtn[disabled] { background: #ccc; box-shadow: none; cursor: default; }
.thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.thumb {
	position: relative; width: 104px; height: 104px; border-radius: 10px;
	overflow: hidden; border: 2px solid var(--accent-2); background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.12);
}
.thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.thumb .del {
	position: absolute; top: 3px; right: 3px; width: 26px; height: 26px;
	border: none; border-radius: 50%; background: rgba(0,0,0,.6); color: #fff;
	font-size: 16px; line-height: 26px; text-align: center; cursor: pointer; padding: 0;
	-webkit-appearance: none;
}
.thumb .del:hover { background: #e03131; }
.thumb.up { opacity: .45; }
.thumb .bar {
	position: absolute; left: 0; right: 0; bottom: 0; height: 18px;
	background: rgba(0,0,0,.55); color: #fff; font-size: 11px; line-height: 18px; text-align: center;
}
.imgopt {
	margin: 16px auto 2px; text-align: center;
	font-size: 24px; font-weight: bold; line-height: 1.5; color: var(--accent-dark);
	letter-spacing: 1px;
}
.imgopt b { color: var(--accent-dark); font-size: 27px; }
.imgmsg { margin-top: 8px; font-size: 13px; line-height: 1.7; text-align: left; color: var(--accent-dark); }
.imgmsg.err { color: #c40000; font-weight: bold; }
@media screen and (max-width: 640px) {
	.thumb { width: 88px; height: 88px; }
	.dzbtn { width: 100%; max-width: 300px; }
	.imgopt { margin-top: 14px; font-size: 20px; letter-spacing: 0; }
	.imgopt b { font-size: 22px; }
}

/* ===== イラスト説明の開閉 ===== */
.btnsel .optwrap { display: flex; flex-direction: column; gap: 6px; align-items: stretch; }
.btnsel .optwrap .opt { width: 100%; box-sizing: border-box; }
.illbtn {
	display: inline-flex; align-items: center; justify-content: center; gap: 5px;
	cursor: pointer; padding: 6px 10px; font-size: 12.5px; font-weight: bold; color: var(--accent-dark);
	background: var(--soft); border: 1px dashed var(--accent-2); border-radius: 8px;
	transition: background .12s;
}
.illbtn:hover { background: #ffedd8; }
.illbtn .ilar { display: inline-block; font-size: 10px; transition: transform .15s; }
.illbtn.open { background: var(--nav); border-style: solid; }
.illbtn.open .ilar { transform: rotate(180deg); }
.illbox { margin: 12px auto 4px; text-align: center; }
.illbox img { width: 100%; max-width: 640px; height: auto; border: 1px solid var(--accent-2); border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,.10); }
.annaiba { margin: 10px 0 2px; font-size: 13px; line-height: 1.7; color: #5b4a5a; }
.annaiba b { color: var(--accent-dark); }
.annaiba .abrow { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 4px 8px; margin: 4px 0; }
.annaiba .abtx { flex: 0 1 auto; }
.annaiba .abnote { margin-top: 6px; font-size: 11px; color: #9a7a8a; }
.mapbtn {
	display: inline-block; flex: 0 0 auto; padding: 4px 12px; border: 1px solid var(--accent-dark);
	border-radius: 999px; background: #fff; color: var(--accent-dark); font-size: 12px; font-weight: bold;
	text-decoration: none; white-space: nowrap; vertical-align: 1px;
}
.mapbtn:hover { background: var(--accent-dark); color: #fff; }
@media (max-width: 480px) { .mapbtn { display: block; margin: 4px 0 0; text-align: center; } .annaiba .abrow { display: block; } .annaiba .abrow + .abrow { margin-top: 12px; } }

/* ===== フッター ===== */
.ftr { max-width: 750px; margin: 40px auto 0; padding: 0 10px 10px; }
.ftrnav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.ftrbtn {
	display: inline-flex; align-items: center; justify-content: center; gap: 6px;
	min-height: 48px; padding: 6px 22px; border-radius: 999px;
	background: #fff; border: 2px solid var(--accent-2); color: var(--accent-dark);
	font-size: 14px; font-weight: bold; line-height: 1.3; text-decoration: none;
	box-shadow: 0 1px 4px rgba(0,0,0,.08);
	transition: background .12s, border-color .12s, transform .05s;
}
.ftrbtn:hover { background: var(--chip-hover); border-color: var(--accent); }
.ftrbtn:active { transform: translateY(1px); }
.ftrbtn.home { background: linear-gradient(180deg, #ef407c, var(--accent)); border-color: var(--accent); color: #fff; }
.ftrbtn.home:hover { filter: brightness(1.06); }
.ftrbtn .fic { font-size: 15px; line-height: 1; }
.ftrline { height: 1px; background: linear-gradient(to right, rgba(244,195,215,0), var(--accent-2), rgba(244,195,215,0)); margin: 26px 0 16px; }
.ftrtxt { text-align: center; font-size: 12.5px; line-height: 2; color: #8a6a7a; }
.ftrcp { display: inline-block; font-size: 11.5px; color: #b08aa0; letter-spacing: .5px; }
@media screen and (max-width: 640px) {
	.ftr { margin-top: 28px; }
	.ftrnav { gap: 8px; }
	.ftrbtn { flex: 1 1 auto; min-width: 44%; padding: 6px 12px; font-size: 13px; }
	.ftrline { margin: 20px 0 14px; }
	.ftrtxt { font-size: 12px; }
}

/* ===== 参加の流れ（説明画像） ===== */
.nagare { max-width: 750px; margin: 0 auto 26px; text-align: center; }
.ngimg { margin: 0 0 18px; }
.ngimg:last-child { margin-bottom: 0; }
.ngcap {
	margin: 8px auto 0; max-width: 750px; text-align: center;
	font-size: 28px; font-weight: bold; line-height: 1.5; color: var(--accent-dark);
	letter-spacing: 1px;
}
.ngsep { display: flex; align-items: center; gap: 12px; margin: 22px 0; }
.ngsep::before, .ngsep::after {
	content: ""; flex: 1 1 auto; height: 2px; border-radius: 2px;
}
.ngsep::before { background: linear-gradient(to right, rgba(244,195,215,0), var(--accent-2)); }
.ngsep::after  { background: linear-gradient(to left,  rgba(244,195,215,0), var(--accent-2)); }
.ngmark { flex: 0 0 auto; font-size: 17px; color: var(--accent); line-height: 1; }
.ngimg img {
	width: 100%; height: auto; display: block; margin: 0 auto;
	border: 1px solid var(--accent-2); border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0,0,0,.10);
}
@media screen and (max-width: 640px) {
	.nagare { margin-bottom: 18px; }
	.ngimg { margin-bottom: 12px; }
	.ngcap { margin-top: 6px; font-size: 26px; letter-spacing: 0; }
	.ngsep { margin: 14px 0; gap: 8px; }
	.ngmark { font-size: 14px; }
	.ngimg img { border-radius: 8px; }
}

/* ===== 簡単Q&A（アコーディオン） ===== */
.qawrap { max-width: 750px; margin: 0 auto; text-align: left; }
.qattl {
	text-align: center; font-size: 22px; font-weight: bold; letter-spacing: 3px;
	color: var(--accent-dark); margin: 0 0 14px;
}
.qaitem { border: 2px solid var(--accent-2); border-radius: 12px; background: #fffdf6; margin: 0 0 12px; overflow: hidden; }
.qaq {
	display: flex; align-items: center; gap: 10px; cursor: pointer;
	padding: 13px 14px; font-size: 15px; font-weight: bold; color: #333; line-height: 1.5;
	transition: background .12s;
}
.qaq:hover { background: #fff3dd; }
.qaq .qmark {
	flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%;
	background: var(--accent); color: #fff; font-size: 15px;
	display: inline-flex; align-items: center; justify-content: center;
}
.qaq .qar { margin-left: auto; flex: 0 0 auto; font-size: 11px; color: var(--accent-dark); transition: transform .15s; }
.qaitem.open .qaq .qar { transform: rotate(180deg); }
.qaitem.open .qaq { background: #fff3dd; }
.qaa { padding: 4px 16px 16px 52px; font-size: 14px; line-height: 1.9; color: #333; }
.qaans { font-weight: bold; color: #0b6bcb; margin: 4px 0 8px; display: flex; align-items: center; gap: 10px; }
.qaans .amark {
	flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%;
	background: #0b6bcb; color: #fff; font-size: 15px;
	display: inline-flex; align-items: center; justify-content: center;
}
@media screen and (max-width: 640px) {
	.btnsel .optwrap { flex: 1 1 45%; }
	.qaa { padding-left: 16px; }
}
