
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif !important;
}

a {
	text-decoration: none;
}


header{
	
	background: radial-gradient(circle at 0% 0%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%);	
}

.head_inner {
	padding: 3%;
	text-align: center;
}

.pdt_3 {
	padding-top: 3%;
}


#logo a {
	color: #fff;
	font-size: 2rem;
	text-align: center;
}

.inner {max-width: 700px;
	margin: 0 auto 6% auto;
}

.small {
	font-size:10px;
}

.red {
	color: crimson;
}

.field-group input {
	margin-bottom: 1em;
}


footer {
	background: radial-gradient(circle at 0% 0%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%);
	color: #fff;
	padding: 3%;
	text-align: center;
}

.page_tit {
	margin: 3% 0;
}

/* --- 全体共通設定 --- */
.inner { max-width: 900px; margin: 0 auto 6% auto; }
.spacer-80 { height: 80px; }

/* セクション見出し（VW風） */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid #2c3e50;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.section-title {
    font-size: 26px; font-weight: bold; letter-spacing: 0.1em; color: #2c3e50; margin: 0; line-height: 1;
}
.section-title span {
    display: block; font-size: 11px; font-weight: normal; color: #888; margin-top: 8px; letter-spacing: 0;
}
.view-all-btn {
    font-size: 11px; font-weight: bold; text-decoration: none; color: #2c3e50; border: 1px solid #2c3e50;
    padding: 6px 15px; transition: 0.3s;
}
.view-all-btn:hover { background: #2c3e50; color: #fff; }

/* お知らせリスト */
.news-list { border-top: 1px solid #eee;
max-height: 200px;
overflow: scroll;
}

.archive .news-list { border-top: 1px solid #eee;
height: auto;
max-height: 100%;	
overflow:inherit;
} 


.news-item {
    display: flex; align-items: center; padding: 20px 0; border-bottom: 1px solid #eee;
    text-decoration: none; color: #333; transition: background 0.2s;
}
.news-item:hover { background: #f9f9f9; }
.news-meta { min-width: 180px; display: flex; align-items: center; gap: 15px; }
.news-date { font-size: 14px; color: #888; font-family: 'Helvetica', sans-serif; }
.news-cat { font-size: 10px; background: #2c3e50; color: #fff; padding: 2px 8px; border-radius: 2px; }
.news-body { flex: 1; }
.news-title { margin: 0; font-size: 15px; line-height: 1.5; }
.news-arrow {
    width: 8px; height: 8px; border-top: 2px solid #ccc; border-right: 2px solid #ccc;
    transform: rotate(45deg); margin-left: 15px;
}

/* 予約フォーム本体 */
#reserve-form {
    background: #fff; border-radius: 4px; padding: 0; /* innerで制限しているので余白なし */
    font-family: sans-serif; color: #333;
}
.field-group { margin-bottom: 25px; }
#reserve-form label { display: block; font-weight: bold; margin-bottom: 10px; font-size: 14px; }


/* 予約フォーム本体の中にあるこの部分に追記 */
#reserve-form input, #reserve-form select, #reserve-form textarea {
    width: 100%; padding: 14px; border: 1px solid #ddd; border-radius: 4px;
    box-sizing: border-box; background: #fdfdfd; font-size: 16px;
    font-family: inherit; /* ←★これを追加 */
}

#reserve-form input:focus, #reserve-form select:focus {
    outline: none; border-color: #3498db; box-shadow: 0 0 0 3px rgba(52,152,219,0.1);
}

/* 希望日時エリア */
.date-selection { background: #f4f7f9; padding: 25px; border-radius: 8px; margin-bottom: 30px; }
.hope-title { font-size: 14px; color: #2c3e50; border-left: 4px solid #2c3e50; padding-left: 10px; margin: 25px 0 10px; }
.hope-title:first-child { margin-top: 0; }
.date-row { display: flex; gap: 10px; margin-bottom: 15px; }
.date-row input { flex: 2; background: #fff !important; }
.date-row select { flex: 1; background: #fff !important; }

#reserve-form hr { border: 0; border-top: 1px solid #eee; margin: 40px 0; }

#reserve-form button[type="submit"] {
    width: 100%; padding: 22px; background: #2c3e50; color: #fff;
    border: none; border-radius: 4px; font-size: 17px; font-weight: bold;
    cursor: pointer; transition: 0.3s; letter-spacing: 0.1em;
    font-family: inherit; /* ←★これを追加 */
}
#reserve-form button[type="submit"]:hover { background: #1a252f; transform: translateY(-2px); }

@media (max-width: 999px) {
.inner {
    margin: 0 auto 6% auto;
	padding:3%;
}	
}

/* スマホ対応 */
@media (max-width: 600px) {
    .news-item { flex-direction: column; align-items: flex-start; }
    .news-meta { margin-bottom: 8px; }
    .news-arrow { display: none; }
    .date-row { flex-direction: column; }



#logo a {
    font-size: 1.6rem;
}
.section-title {
    font-size: 1.4em;
}

	.news-archive-title {
    font-size: 1.4em !important;

}
	
	

	
.news-archive-header {
    padding: 30px 0 !important;
}	
	
	
	copy {
		font-size: 11px;
	}	
	
	
	}




/* ==================================================
   プライバシーポリシー同意チェックボックス
================================================== */
.privacy-policy-group {
    text-align: center;
    margin: 40px 0 30px; /* 上下の余白（お好みで調整してください） */
}

.privacy-label {
    cursor: pointer;
    display: inline-flex; /* チェックボックスと文字の縦ズレを防いで綺麗に揃える */
    align-items: center;
    justify-content: center;
    font-size: 16px; /* スマホでも読みやすいサイズ */
    font-weight: bold; /* 少し強調させたい場合は有効に */
}



/* チェックボックスへの干渉をリセットして調整 */
#reserve-form input[type="checkbox"].privacy-checkbox {
    width: auto;         /* 100%に広がるのを防ぐ */
    padding: 0;          /* 余分な内側の余白を消す */
    margin: 0 10px 0 0;  /* 下の余白を消し、右側だけ10px開ける */
    transform: scale(1.3); /* 少し大きくする */
    cursor: pointer;
}



.privacy-link {
    text-decoration: underline;
    color: #0066cc; /* リンクらしい青色 */
    transition: opacity 0.3s ease;
}

/* マウスを乗せた時の動き */
.privacy-link:hover {
    opacity: 0.7;
    text-decoration: none;
}


.privacy {
	padding: 2em;
	background: #f8f8f8;
	font-size: 0.8em;
}



/* リキャプチャ　関連調整 */

.grecaptcha-badge { visibility: hidden; }

.footer_recaptcha {
	margin-top: 3%;
	font-size: 11px;
}

/* ブラウザの大きさが1202px以上の場合 */
@media screen and (min-width: 1202px){
.footer_recaptcha {
    padding: 1%;
    text-align: center;
    color: #666;
    width: 100%;
    }
}
 
/* ブラウザの大きさが1201px以下の場合 */
@media screen and (max-width: 1201px){
.footer_recaptcha {
    padding: 2%;
    text-align: center;
    color: #CCC;
    width: 96%;
    border-bottom: none;
    border-left: none;
    border-right: none;
    line-height: 20px;
    }
}
