@charset "utf-8";

/* =======================================

        CommonElements

======================================= */

/* リセット */
ul,
ol {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

li {
	list-style: none !important;
}

li::before,
li::after {
	display: none !important;
	content: none !important;
}

body {
	font-size: 14px;
	line-height: 1.8;
	color: #222222;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 65px;
}

img {
	max-width: 100%;
	height: auto;
}

/* ヘッダーロゴは固定サイズ */
.header-logo img {
	width: auto !important;
	max-width: none !important;
}

.mincyo {
	font-family: Garamond, 游明朝 Regular, "Yu Mincho Regular", YuMincho Regular, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.sp_none {
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

.header-logo a {
	display: flex !important;
	align-items: center !important;
	line-height: 1 !important;
}

.header-logo img {
	height: 40px !important;
	width: auto !important;
	display: block !important;
	max-width: 150px !important;
}

/* ヘッダー背景を黒に */
.header-new-layout {
	background: #000 !important;
}

/* ヘッダーコンテナのレイアウト調整 */
.header-container {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	padding: 12px 15px !important;
}

/* ロゴを左に配置 */
.header-logo {
	order: 1;
	margin-right: 0 !important;
}

/* アクションエリアを右に配置 */
.header-actions {
	order: 2;
	gap: 0 !important;
}

/* スマホ用：PC用ナビを非表示 */
.header-nav.pc-nav {
	display: none !important;
}

/* スマホ用：TEL・お問い合わせボタンを非表示 */
.header-tel,
.header-contact {
	display: none !important;
}

/* スマホ用：ハンバーガーボタンを表示 */
.hamburger-btn {
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-around !important;
	width: 35px !important;
	height: 30px !important;
	background: transparent !important;
	border: none !important;
	cursor: pointer !important;
	padding: 0 !important;
	position: relative;
	z-index: 10001 !important;
}

/* ハンバーガーボタンの線（3本）を白色に */
.hamburger-btn span {
	display: block !important;
	width: 100% !important;
	height: 3px !important;
	background: #fff !important;
	border-radius: 2px !important;
	transition: all 0.3s ease !important;
}

/* バツ印（閉じるボタン）の動き */
.hamburger-btn.active {
	background: transparent !important;
}

.hamburger-btn.active span {
	background: #000 !important;
}

.hamburger-btn.active span:nth-child(1) {
	transform: translateY(11px) rotate(45deg) !important;
}

.hamburger-btn.active span:nth-child(2) {
	opacity: 0 !important;
}

.hamburger-btn.active span:nth-child(3) {
	transform: translateY(-11px) rotate(-45deg) !important;
}

/* ドロワーメニュー（スマホ用） */
.drawer-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 85%;
	max-width: 350px;
	height: 100vh;
	background: #fff;
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
	transition: right 0.3s ease;
	z-index: 9999;
	overflow-y: auto;
	padding-top: 70px;
}

.drawer-menu.active {
	right: 0;
}

.drawer-menu-list {
	list-style: none !important;
	margin: 0;
	padding: 15px 0;
}

.drawer-menu-list>li {
	border-bottom: 1px solid #e0e0e0;
	list-style: none !important;
}

.drawer-menu-list>li::before,
.drawer-menu-list>li::after {
	display: none !important;
	content: none !important;
}

.drawer-menu-list>li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	color: #222;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
}

.drawer-menu-list>li>a.current {
	color: #d32f2f;
	background: #fff5f5;
}

.sub-menu-toggle-sp {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid currentColor;
	transition: transform 0.3s ease;
	margin-left: 8px;
}

.drawer-menu-list>li.active>a>.sub-menu-toggle-sp {
	transform: rotate(180deg);
}

.drawer-menu-list .sub-menu {
	position: static;
	box-shadow: none;
	background: #f8f8f8;
	margin: 0;
	padding: 0;
	opacity: 1;
	visibility: visible;
	transform: none;
	display: none;
	list-style: none !important;
}

.drawer-menu-list .sub-menu li {
	list-style: none !important;
	border-bottom: 1px solid #e0e0e0;
}

.drawer-menu-list .sub-menu li::before,
.drawer-menu-list .sub-menu li::after {
	display: none !important;
	content: none !important;
}

.drawer-menu-list>li.active>.sub-menu {
	display: block;
}

.drawer-menu-list .sub-menu li a {
	display: block;
	padding: 12px 20px 12px 40px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.drawer-menu-list .sub-menu li a.current {
	color: #d32f2f;
	background: #fff;
}

/* ドロワーメニュー内のコンタクトリンク */
.drawer-contact-links {
	padding: 20px;
	border-top: 2px solid #e0e0e0;
	margin-top: 20px;
}

.drawer-line,
.drawer-tel,
.drawer-contact {
	margin-bottom: 12px;
}

.drawer-line a,
.drawer-tel a,
.drawer-contact a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 15px;
	background: #f5f5f5;
	border-radius: 4px;
	text-decoration: none;
	color: #222;
	font-size: 14px;
	font-weight: 500;
}

.drawer-line a {
	background: #06C755;
	color: #fff;
}

.drawer-tel a {
	background: #fff;
	border: 2px solid #000;
}

.drawer-contact a {
	background: #000;
	color: #fff;
	font-weight: bold;
}

.drawer-line img,
.drawer-tel img,
.drawer-contact img {
	width: 18px;
	height: 18px;
}