@charset "UTF-8";

/* Index CSS Document */
.l_header {
	position: fixed;
	width: 100%;
	min-width: 100%;
	height: 90px;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9990;
}

.l_header--inner {
	height: 100%;
	padding: 0 40px;
}

.l_header--logo img {
	width: auto;
	height: 46px;
}

.l_gnavi {
	width: 72%;
}

.l_gnavi li {
	font-size: 15px;
	font-weight: 700;
}

@media screen and (max-width: 375px) {
	.l_header {
		min-width: auto;
		height: 60px;
		box-shadow: 0px 2px 2px 0px rgba(240, 240, 240, 0.6);
	}

	.l_header--inner {
		padding: 0 10px;
	}

	.l_header--logo img {
		height: 32px;
	}

	.l_sp-gnavi {
		position: fixed;
		height: 100vh;
		width: 100%;
		background-color: #fdf9f8;
		z-index: 9000;
		transform: translateX(100%);
		transition: .3s;
	}

	.l_sp-gnavi.open {
		transform: translateX(0);
	}

	.l_sp-gnavi ul {
		width: 335px;
		margin: 0 auto;
		padding: 80px 0 0;
	}

	.l_sp-gnavi li {
		font-size: 15px;
		font-weight: bold;
		border-bottom: 1px solid #D0D0D0;
	}

	.l_sp-gnavi li a {
		display: block;
		line-height: 1;
		padding: 20px 0 20px 15px;
	}

	.menu-trigger {
		width: 28px;
		height: 20px;
		border-top: 2px solid #3B3230;
		border-bottom: 2px solid #3B3230;
		position: relative;
	}

	.menu-trigger::after,
	.menu-trigger::before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #3B3230;
		top: 50%;
		transform: translateY(-1px);
	}

	.menu-trigger.open {
		border: none;
	}

	.menu-trigger.open::before {
		transform: translateY(-1px) rotate(45deg);
		transition: .2s;
	}

	.menu-trigger.open::after {
		transform: translateY(-1px) rotate(-45deg);
		transition: .2s;
	}
}


/* ============================
　　アコーディオンヘッダー20220618
============================= */
#header {
	position: fixed;
	width: 100%;
	height: 90px;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9990;
}

.l_header--inner {
	height: 100%;
	padding: 0 40px;
}

.items--center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_logo {
	margin: 5px 20px;
	width: 333px;
	display: inline-block;
	flex-shrink: 0;
	/* Prevent logo from shrinking */
}

.header_logo>a>img {
	width: 100%;
}

header_nav_sp {
	display: block;
}

#splogo {
	display: block;
	max-width: 240px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#g-nav {
	position: fixed;
	z-index: 999;
	top: 0;
	right: -120%;
	width: 460px;
	height: 100vh;
	background-color: #ECD6BE;
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
	right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 999;
	width: 460px;
	height: 100vh;
	/*表示する高さ*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav>#g-nav-list>ul {
	width: 100%;
	padding: 80px 0 50px;
	/* Space for close button and bottom margin */
}

#g-nav>#g-nav-list>ul li {
	list-style: none;
	border-bottom: 2px dashed #FFF;
}

#g-nav>#g-nav-list>ul>li:first-child {
	border-top: 2px dashed #FFF;
}

#g-nav>#g-nav-list>ul>li>a,
#g-nav>#g-nav-list>ul>li dt {
	color: #22170A;
	font-size: 1.2rem;
	text-decoration: none;
	padding: 15px 3px 14px 20px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

ul.acMenu2 li a {
	background-color: #B5A587;
	color: #FFF;
	font-size: 1.1rem;
	text-decoration: none;
	padding: 15px 3px 14px 20px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*プラスアイコン*/
.sp_menu_label {
	padding: 18px 20px 8px;
	font-size: 15px;
	font-weight: bold;
	color: #634d4a;
	background-color: #ECD6BE;
	display: block;
	letter-spacing: 0.05em;
}

.acMenu2 li.sp_menu_label {
	border-bottom: none;
}

/*プラスアイコン*/
.menu-ttl>div {
	display: flex;
	align-items: center;
}

.menu-ttl span {
	display: block;
}

.plus2 {
	font-size: 23px;
	position: relative;
	margin-left: auto;
	width: 1.4em;
	height: 1.4em;
	background-color: #FFF;
	border-radius: 100%;
	margin-right: 7%;
}

/* 縦 */
.plus2::before {
	position: absolute;
	top: 0.3em;
	right: 1.1em;
	width: 0.22em;
	height: 1.8em;
	content: "";
	background-color: #333;
	border-radius: 2px;
	font-size: 14px;
}

/* 横 */
.plus2::after {
	position: absolute;
	top: 1.1em;
	right: 0.3em;
	width: 1.8em;
	height: 0.22em;
	content: "";
	background-color: #333;
	border-radius: 2px;
	font-size: 14px;
}


/*========= ボタンのためのCSS ===============*/
.openbtn1 {
	position: fixed;
	z-index: 9999;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 65px;
	height: 65px;
}

/*×に変化*/
.openbtn1 span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 11px;
	height: 3px;
	background-color: #333;
	width: 73%;
}

.openbtn1 span:nth-of-type(1) {
	top: 15px;
}

.openbtn1 span:nth-of-type(2) {
	top: 25px;
}

.openbtn1 span:nth-of-type(3) {
	top: 35px;
}

.openbtn1 span:nth-of-type(3)::after {
	content: "MENU";
	position: absolute;
	top: 6px;
	left: -1px;
	/* color: #fff; */
	font-size: 1rem;
	text-transform: uppercase;
}

/*Menu⇒Closeに変更*/
.openbtn1.active span:nth-of-type(1) {
	top: 14px;
	left: 21px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
	top: 26px;
	left: 21px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}

.openbtn1.active span:nth-of-type(3)::after {
	content: "CLOSE";
	transform: translateY(0) rotate(-45deg);
	top: 8px;
	left: 2px;
}

@media screen and (max-width: 680px) {
	#g-nav {
		width: 100%;
		top: 88px;
	}

	#g-nav.panelactive #g-nav-list {
		width: 100%;
	}
}

@media screen and (max-width: 680px) {
	.header_logo {
		margin: 5px 0;
		width: 255px;
	}
}


/* New Right Area Wrapper */
.header_right_area {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/* Top Align to control top spacing */
	align-items: flex-end;
	/* Right Align */
	height: 100%;
	padding-right: 20px;
	padding-top: 14px;
	/* Add space at top */
	box-sizing: border-box;
}

.header_utility {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 8px;
	/* Adjusted spacing */
}

.translate_wrap {
	position: relative;
	z-index: 10000;
	display: flex;
	align-items: center;
}

/* Allow GTranslate dropdowns to overflow standard containers */
.pc_nav_list,
.pc_nav_list>li {
	overflow: visible !important;
}

.translate_wrap .gtranslate_wrapper {
	position: relative;
	z-index: 10001;
}

/* ============================
   PC Navigation & Mega Menu
============================= */
/* ============================
   PC Navigation & Mega Menu
============================= */
#header_nav_pc {
	display: block;
}

.pc_nav_list {
	display: flex;
	justify-content: flex-end;
	/* Right align */
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pc_nav_list>li {
	position: relative;
	margin-left: 35px;
	/* Increased horizontal spacing */
	padding-bottom: 20px;
	/* Extend hover area downwards to meet mega-menu */
}

/* First item reset margin if needed, but keeping consistent spacing is usually better */
.pc_nav_list>li:first-child {
	margin-left: 0;
}


.pc_nav_list>li>a,
.pc_nav_list>li>p {
	display: flex;
	align-items: center;
	padding: 0 10px;
	height: auto;
	/* Reset height */
	color: #3B3230;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	transition: color 0.3s;
	cursor: default;
	/* pタグ用 */
}

/* pタグはリンクではないのでカーソルを戻す場合もあるが、メニューっぽく見せるならdefaultかpointer */
.pc_nav_list>li>a {
	cursor: pointer;
}

.pc_nav_list>li:hover>a,
.pc_nav_list>li:hover>p {
	color: #EE7C00;
}

/* Mega Menu Container */
.mega-menu {
	display: block;
	position: fixed;
	top: 90px;
	/* Header height */
	left: 0;
	width: 100%;
	background-color: #ECD6BE;
	padding: 40px 0;
	/* Standard padding */
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;

	/* Transition settings */
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Hover Bridge to prevent gap */
.pc_nav_list>li::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -40px;
	/* Create bridge downwards */
	width: 100%;
	height: 40px;
	/* Height to reach mega menu from nav item */
	background: transparent;
	/* Invisible */
	pointer-events: auto;
}

/* Show on hover */
.pc_nav_list>li:hover .mega-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* Mega Menu Inner Layout */
.mega-menu-inner {
	width: 1150px;
	/* Slightly wider for larger fonts */
	margin: 0 auto;
	/* Center content */
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 40px;
	/* Increased gap */
	padding: 0 40px;
	/* Add safety padding for smaller screens */
	box-sizing: border-box;
}

.mega-col {
	width: calc(33.333% - 27px);
	/* Adjusted for gap */
	margin-bottom: 25px;
}

/* Mega Menu Titles (2nd level) */
.mega-ttl {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
	/* Increased from 15px */
	border-bottom: 2px dashed #FFF;
	/* Match SP style: white dashed */
	padding-bottom: 8px;
}

.mega-ttl a {
	color: #3B3230;
	text-decoration: none;
}

/* Mega Menu Links (3rd level) */
.mega-sub-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mega-sub-list li {
	margin-bottom: 12px;
	/* Increased spacing */
}

.mega-sub-list li a {
	color: #3B3230;
	font-size: 16px;
	/* Increased from 14px */
	text-decoration: none;
	display: block;
	position: relative;
	padding-left: 15px;
	transition: 0.3s;
}

.mega-sub-list li a::before {
	content: '-';
	position: absolute;
	left: 0;
}

.mega-sub-list li a:hover {
	text-decoration: none;
	color: #EE7C00;
	transition: 0.3s;
}

/* Responsive Switching */
@media screen and (max-width: 1024px) {
	.header_right_area {
		display: none;
	}

	#header_nav_sp,
	.openbtn1 {
		display: block;
	}
}

@media screen and (min-width: 1025px) {

	#header_nav_sp,
	.openbtn1 {
		display: none !important;
		/* Force hide SP toggle on PC */
	}
}

/* Search Form Styles */
.search-form {
	display: flex;
	align-items: center;
}

.search-field {
	border: 1px solid #707070;
	padding: 0 20px;
	border-radius: 25px;
	/* Rounded pill shape */
	outline: none;
	font-size: 14px;
	background: #fff;
	box-sizing: border-box;
	color: #707070;
}

/* Remove default x button in IE/Edge */
.search-field::-ms-clear {
	display: none;
}

/* Remove default x button in Chrome/Safari */
.search-field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.search-submit {
	background: #E3B691;
	/* Orange background */
	color: #fff;
	/* Icon color white */
	border: none;
	border-radius: 50%;
	/* Circle shape */
	cursor: pointer;
	transition: opacity 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	/* Space between input and button */
	padding: 0;
	flex-shrink: 0;
}

.search-submit:hover {
	opacity: 0.8;
}

.search-submit svg {
	pointer-events: none;
	fill: currentColor;
}

/* PC Search Specific */
.pc_nav_search-wrap {
	margin-left: 20px;
	display: flex;
	align-items: center;
}

.pc_nav_search-wrap .search-field {
	width: 200px;
	height: 36px;
	border-radius: 18px;
}

.pc_nav_search-wrap .search-submit {
	width: 36px;
	height: 36px;
}

/* SP Search Specific */
.sp_menu_utility {
	padding: 40px 20px 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	border-bottom: none !important;
}

.sp_nav_translate-wrap,
.sp_nav_search-wrap {
	width: 100%;
	max-width: 340px;
	padding: 0 !important;
}

.sp_nav_search-wrap .search-form {
	width: 100%;
}

.sp_nav_search-wrap .search-field {
	flex: 1;
	height: 48px;
	border-radius: 24px;
	font-size: 16px;
}

.sp_nav_search-wrap .search-submit {
	width: 48px;
	height: 48px;
}

.sp_nav_translate-wrap {
	display: flex;
	justify-content: center;
}

.sp_nav_translate-wrap .gtranslate_wrapper {
	width: 100%;
}

.sp_nav_translate-wrap select {
	width: 100% !important;
	height: 48px !important;
	border-radius: 24px !important;
	padding: 0 20px !important;
	font-size: 16px !important;
	border: 1px solid #707070 !important;
	background-color: #fff !important;
}

.sp_nav_translate-wrap .gt_option {
	/* Ensure dropdown is visible if needed, or default style */
	text-align: left;
}

/* GTranslateのプルダウンを強制的に下に開く */
.translate_wrap .gt_option {
	position: absolute !important;
	top: 100% !important;
	bottom: auto !important;

	margin-top: 0px;
}

/* Adjustments for smaller PC screens to prevent column drop */
@media screen and (min-width: 1025px) and (max-width: 1450px) {
	.header_logo {
		width: 240px;
		margin: 5px 10px;
	}

	.l_header--inner {
		padding: 0 15px;
	}

	.header_right_area {
		padding-right: 0;
	}

	.pc_nav_list>li {
		margin-left: 20px;
		font-size: 16px;
		/* Slightly reduce font size if needed, but spacing is usually enough */
	}

	.pc_nav_list>li>a,
	.pc_nav_list>li>p {
		font-size: 16px;
	}
}