@charset "UTF-8";

/* ============================================================
 * Reset (theme-independent base)
 * ========================================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	overflow-x: hidden;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #222;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, figure {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

img, svg {
	display: block;
	max-width: 100%;
	height: auto;
}

button {
	font: inherit;
	color: inherit;
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}

/* ============================================================
 * Header — Corporate style
 * ========================================================== */
.ytop-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid #eee;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.ytop-header__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 12px 24px;
	display: flex;
	align-items: center;
	gap: 32px;
}

.ytop-header__logo {
	flex: 0 0 auto;
}

.ytop-header__logo img {
	height: 44px;
	width: auto;
}

.ytop-header__nav {
	flex: 1 1 auto;
}

.ytop-header__nav-list {
	display: flex;
	gap: 28px;
	align-items: center;
}

.ytop-header__nav-link {
	font-size: 15px;
	font-weight: 500;
	color: #222;
	padding: 8px 4px;
	border-bottom: 2px solid transparent;
	transition: color 0.15s, border-color 0.15s;
	white-space: nowrap;
}

.ytop-header__nav-link:hover {
	color: #c4883a;
	border-bottom-color: #c4883a;
}

.ytop-header__cta {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 16px;
}

/* Phone area */
.ytop-header__phone-area {
	text-align: center;
	line-height: 1.1;
}

.ytop-header__phone-label {
	font-size: 12px;
	color: #333;
	margin: 0 0 2px;
}

.ytop-header__phone-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #CB9800;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1;
	transition: opacity 0.2s;
}

.ytop-header__phone-link:hover {
	opacity: 0.8;
}

.ytop-header__phone-icon {
	font-size: 22px;
}

/* CTA Buttons (2-line) */
.ytop-header__btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 6px 20px;
	border-radius: 6px;
	font-weight: 700;
	line-height: 1.2;
	transition: opacity 0.2s, transform 0.15s;
}

.ytop-header__btn:hover {
	opacity: 0.85;
	transform: translateY(-1px);
}

.ytop-header__btn-label {
	font-size: 12px;
	background: #fff;
	color: #333;
	padding: 2px 8px;
	border-radius: 3px;
	margin-bottom: 4px;
	font-weight: 700;
}

.ytop-header__btn-main {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #fff;
	font-size: 18px;
}

.ytop-header__btn--contact {
	background: #f39800;
}

.ytop-header__btn--contact .ytop-header__btn-label {
	color: #f39800;
}

.ytop-header__btn--line {
	background: #06c755;
}

.ytop-header__btn--line .ytop-header__btn-label {
	color: #06c755;
}

.ytop-header__hamburger {
	display: none;
	width: 44px;
	height: 44px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.ytop-header__hamburger span {
	display: block;
	width: 24px;
	height: 2px;
	background: #222;
	transition: transform 0.2s, opacity 0.2s;
}

.ytop-header__hamburger[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.ytop-header__hamburger[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.ytop-header__hamburger[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.ytop-header__drawer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	padding: 80px 24px 24px;
	z-index: 99;
	overflow-y: auto;
}

.ytop-header__drawer.is-open {
	display: block;
}

.ytop-header__drawer-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.ytop-header__drawer-list li {
	border-bottom: 1px solid #eee;
}

.ytop-header__drawer-list a {
	display: block;
	padding: 18px 0;
	font-size: 16px;
	font-weight: 500;
	color: #222;
}

.ytop-header__drawer-cta {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ytop-header__drawer-cta .ytop-header__btn {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 14px;
	color: #fff;
	font-size: 16px;
}

/* SP用フラット・アイコン（PCでは非表示、SPでハンバーガー左に縦長で並ぶ） */
.ytop-header__sp-icon {
	display: none;
}

/* SP */
@media screen and (max-width: 959px) {
	.ytop-header__inner {
		padding: 0 0 0 16px;
		gap: 0;
		min-height: 46px;
	}
	.ytop-header__logo {
		padding: 6px 0;
	}
	.ytop-header__logo img {
		height: 30px;
	}
	.ytop-header__nav,
	.ytop-header__cta {
		display: none;
	}
	.ytop-header__sp-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		align-self: stretch;
		text-decoration: none;
		font-size: 22px;
		color: #fff;
	}
	.ytop-header__sp-icon:first-of-type {
		margin-left: auto;
	}
	.ytop-header__sp-icon--line {
		background: #06c755;
	}
	.ytop-header__sp-line-svg {
		width: 28px;
		height: 28px;
	}
	.ytop-header__sp-icon--mail {
		background: #F5A726;
	}
	.ytop-header__hamburger {
		display: flex;
		width: 60px;
		align-self: stretch;
		margin: 0;
		border-left: 1px solid #eee;
	}
}

/* ============================================================
 * Footer — Corporate style
 * ========================================================== */
.ytop-footer {
	background: #1a1a1a;
	color: #fff;
	padding: 60px 0 0;
	margin-top: 60px;
}

.ytop-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 48px;
}

.ytop-footer__col-title {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ytop-footer__company-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: 'Shippori Mincho', serif;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

.ytop-footer__company-logo-mark {
	width: 40px;
	height: 40px;
	background: #c4883a;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ytop-footer__company-info {
	font-size: 13px;
	opacity: 0.75;
	line-height: 2;
	margin-bottom: 20px;
}

.ytop-footer__company-info p {
	margin: 0 0 4px;
}

.ytop-footer__phone {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 4px;
}

.ytop-footer__phone i {
	color: #d4a05a;
}

.ytop-footer__phone-hours {
	font-size: 12px;
	opacity: 0.7;
	margin: 0 0 20px;
}

.ytop-footer__sns {
	display: flex;
	gap: 12px;
}

.ytop-footer__sns a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	transition: opacity 0.15s;
}

.ytop-footer__sns a:hover {
	opacity: 0.85;
}

.ytop-footer__sns a.is-line {
	background: #06c755;
}

.ytop-footer__sns a.is-instagram {
	background: rgba(255, 255, 255, 0.1);
}

.ytop-footer__sns a.is-facebook {
	background: rgba(255, 255, 255, 0.1);
}

.ytop-footer__sitemap {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

.ytop-footer__sitemap a {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.75);
	transition: color 0.15s;
}

.ytop-footer__sitemap a:hover {
	color: #fff;
}

.ytop-footer__areas {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.ytop-footer__areas a {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	padding: 4px 10px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 4px;
	transition: color 0.15s, background 0.15s;
}

.ytop-footer__areas a:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
}

.ytop-footer__bottom {
	margin-top: 48px;
	padding: 18px 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
	font-size: 12px;
	opacity: 0.5;
}

@media screen and (max-width: 959px) {
	.ytop-footer {
		padding-top: 40px;
		margin-top: 40px;
	}
	.ytop-footer__inner {
		grid-template-columns: 1fr;
		gap: 36px;
	}
}
