/*
 Theme Name: OAK eyelash&nail 新潟駅前 Child
 Template: twentytwentyfive
 Version: 1.0
 Text Domain: oak-child
 Description: OAK eyelash&nail 新潟駅前 公式HP用の子テーマ
*/

/* ==== OAK共通デザイン(全ページで使用) ==== */
/* 文字サイズはスマホでも読みやすいよう、本文16px以上を必ず守っています */

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* ヘッダー(ロゴ+ナビゲーション) */
.oak-site-header {
	border-bottom: 1px solid #eeeeee;
	background-color: #ffffff;
}

.oak-site-header-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 16px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.oak-site-title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.oak-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 20px;
}

.oak-nav a {
	font-size: 15px;
	color: #333333;
	text-decoration: none;
}

.oak-nav a:hover {
	color: #e88ca0;
}

/* フッター */
.oak-site-footer {
	text-align: center;
	padding: 32px 16px;
	margin-top: 40px;
	background-color: #f7f2f3;
	font-size: 13px;
	color: #888888;
}

/* スマホ幅ではナビゲーションを折り返しで表示 */
@media (max-width: 480px) {
	.oak-site-header-inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.oak-nav {
		width: 100%;
		gap: 10px 16px;
	}
}

.oak-wrap {
	max-width: 900px;
	margin: 0 auto;
	padding: 32px 20px;
	font-size: 16px;
	line-height: 1.9;
	color: #333333;
}

.oak-wrap h1 {
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.oak-wrap h2 {
	font-size: 22px;
	line-height: 1.5;
	margin-top: 40px;
	margin-bottom: 16px;
	border-left: 6px solid #e88ca0;
	padding-left: 12px;
}

.oak-wrap h3,
.oak-wrap p strong {
	font-size: 17px;
}

.oak-wrap p {
	font-size: 16px;
	margin-bottom: 16px;
}

.oak-note {
	font-size: 14px;
	color: #777777;
}

.oak-cta {
	text-align: center;
	margin: 32px 0;
}

.oak-btn {
	display: inline-block;
	padding: 16px 32px;
	margin: 8px;
	border-radius: 6px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	line-height: 1.4;
}

.oak-btn-primary {
	background-color: #e88ca0;
	color: #ffffff;
}

.oak-btn-line {
	background-color: #06c755;
	color: #ffffff;
}

.oak-btn small {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-top: 4px;
}

.oak-faq dt {
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
}

.oak-faq dd {
	font-size: 16px;
	margin: 8px 0 0 0;
}

/* 写真やGoogleマップなど、WordPressの編集画面から社長が直接追加するエリア */
.oak-photo-area {
	margin: 16px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.oak-photo-area p {
	margin: 0;
}

.oak-photo-area img {
	max-width: 100%;
	width: 220px;
	height: 220px;
	object-fit: cover;
	border-radius: 14px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* Googleマップの埋め込み(iframe)は正方形にせず横長のまま表示 */
.oak-photo-area iframe {
	max-width: 100%;
	width: 100%;
	height: 320px;
	border: 0;
	border-radius: 14px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.oak-photo-area:empty::before {
	content: "(まだ写真が追加されていません)";
	display: block;
	width: 100%;
	padding: 40px 16px;
	text-align: center;
	color: #999999;
	font-size: 14px;
	border: 2px dashed #dddddd;
	border-radius: 6px;
}

/* トップページ冒頭のバナー画像エリア(社長がWordPressの編集画面から追加) */
.oak-hero-photo {
	margin: 16px 0;
}

.oak-hero-photo img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.oak-hero-photo:empty::before {
	content: "(まだ画像が追加されていません)";
	display: block;
	padding: 60px 16px;
	text-align: center;
	color: #999999;
	font-size: 14px;
	border: 2px dashed #dddddd;
	border-radius: 20px;
}

/* ヒーロー(ページ冒頭の柔らかい背景) */
.oak-hero {
	background: linear-gradient(135deg, #fdf1f4 0%, #fbeaf0 100%);
	border-radius: 20px;
	padding: 40px 28px;
	margin-bottom: 32px;
	text-align: center;
}

.oak-hero h1 {
	margin-bottom: 12px;
}

.oak-hero p {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

/* カード型レイアウト(選ばれる理由・メニュー・こだわりポイントなどに使用) */
.oak-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 24px 0 40px 0;
}

.oak-card {
	background-color: #fdf6f8;
	border-radius: 14px;
	padding: 24px 22px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.oak-card-icon {
	display: block;
	font-size: 34px;
	line-height: 1;
	margin-bottom: 12px;
}

.oak-card h3 {
	font-size: 17px;
	margin: 0 0 8px 0;
	color: #333333;
}

.oak-card p {
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
	color: #555555;
}

.oak-card .oak-card-price {
	display: inline-block;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #e05c78;
}

/* クリックできるカード(ページ間の移動リンクなど) */
.oak-card-link {
	display: block;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	position: relative;
}

.oak-card-link:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(224, 92, 120, 0.18);
}

.oak-card-link h3 {
	color: #e05c78;
}

.oak-card-link h3::after {
	content: " →";
}

/* 信頼ブロック(口コミスコアなど) */
.oak-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	margin: 24px 0;
}

.oak-trust-item {
	background-color: #ffffff;
	border: 2px solid #fbeaf0;
	border-radius: 12px;
	padding: 16px 24px;
	text-align: center;
	min-width: 160px;
}

.oak-trust-item .oak-trust-score {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #e05c78;
}

.oak-trust-item .oak-trust-label {
	font-size: 13px;
	color: #777777;
}

/* スマホ幅(480px以下)では、ボタンを横いっぱいに広げて押しやすくする */
@media (max-width: 480px) {
	.oak-wrap {
		padding: 24px 16px;
	}
	.oak-wrap h1 {
		font-size: 24px;
	}
	.oak-wrap h2 {
		font-size: 19px;
	}
	.oak-btn {
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin: 8px 0;
	}
	.oak-hero {
		padding: 28px 18px;
		border-radius: 14px;
	}
	.oak-cards {
		grid-template-columns: 1fr;
	}
}
