@charset "utf-8";
/* PC専用表示 */
ul#ast-hf-menu-1 {
	display: flex;
	align-items: center;
	gap: 0;
}
ul#ast-hf-menu-1 > li {
	padding: 0 12px;
	position: relative;
	white-space: nowrap;
}
ul#ast-hf-menu-1 > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 1.2em;
	background: #ccc;
}
ul#ast-hf-menu-1 > li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 1.2em;
	background: #ccc;
}
#masthead.site-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: #fff;
}
.main-header-menu {
	display: block;
}
.sp-hamburger,.menu-inner {
	display: none;
}
.menu-spms-del-pc {
		display: none;
	}
/* footer-表示 */
.ast-builder-grid-row-2-rheavy .ast-builder-grid-row {
grid-template-columns: 1fr 3fr;
}
img.footer-logo-img {
	width: 200px;
	max-width: 200px;
	margin-bottom: 2rem;
}
.footer-box {
	display: grid;
	grid-template-columns: 1fr 1fr 1.5fr;
	gap: 50px;
}
.footer-inner-box1 dl, .footer-inner-box2 dl, .footer-inner-box3 dl {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.footer-inner-box1 dt,.footer-inner-box1 dd a,.footer-inner-box2 a {
	color: #231815;
	text-align: left;
}
.footer-inner-box1 dt {
	font-weight: 500;
	font-size: 16px;
	border-bottom: 1px solid #231815;
	padding-bottom: 6px;
}
.footer-inner-box1 dd {
	text-align: left;
}
.footer-inner-box1 dd a {
	font-size: 14px;
	display: inline-block;
}
.footer-inner-box1 dl dd:first-of-type, .footer-inner-box1 dl dd:last-of-type {
	margin-bottom: 2rem;
}
.footer-inner-box2 a {
	font-size: 14px;
	display: block;
}
.footer-inner-box3 {
	border-left: 1px solid #231815;
	padding-left: 10px;
}
.footer-inner-box3 dd {
	text-align: left;
	margin-bottom: 1rem;
}
.footer-inner-box3 a {
	color: #4d7d2b;
	font-size: 16px;
	text-align: left;
}

/* タブレット専用表示 */
@media (max-width: 921px) {
	/* ハンバーガーアイコン */
	.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section {
		position: relative;
	}
	.sp-hamburger {
		display: block;
		cursor: pointer;
		position: fixed;
		width: 40px;
		height: 50px;
		top: 10px;
		right: 0;
		z-index: 99;
		padding: 0;
		position: absolute;
	}
	.sp-hamburger span {
		display: block;
		width: 100%;
		height: 2px;
		background: #fff;
		border-radius: 2px;
		padding: 0;
		margin-bottom: 13px;
	 	transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),opacity 0.25s ease;
	}
	.sp-hamburger.open span:nth-child(1) {
		transform: rotate(45deg) translate(9px, 9px);
	}
	.sp-hamburger.open span:nth-child(2) {
		opacity: 0;
	}
	.sp-hamburger.open span:nth-child(3) {
		transform: rotate(-45deg) translate(12px, -12px);
	}
	/* オフキャンバスメニュー */
	.menu-spms-del-pc {
		display: block;
	}
	.menu-inner {
		display: none;
		position: fixed;
		top: 60px;
		right: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		transform: translateX(100%);
		transition: transform 0.3s ease;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		max-height: calc(100vh - 80px);
	}
	.menu-inner.open { 
		transform: translateX(0); display: block; 
	}
	.one-colmn-box {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-bottom: 2em;
	}
	.one-colmn-box a img {
		width: 50px;
		height: 50px;
		margin-right: 0.5em;
	}
	.one-colmn-box a {
		position: relative;
		display: flex;
		align-items: center;
		font-size: 1.3rem;
		font-weight: 600;
		color: #4d7d2b;
		padding: 1rem 10%;
		border-bottom: 1px solid #4d7d2b;
	}
	.one-colmn-box a::after {
		content: "";
		position: absolute;
		right: 139px;
		top: 65%;
		width: 25px;
		height: 25px;
		transform: translateY(-50%);
		border-top: 3px solid #4d7d2b;
	}
	.one-colmn-box a::after,
	.one-colmn-box a::before {
		pointer-events: none;
	}
	.one-colmn-box a::before {
		content: "";
		position: absolute;
		right: 150px;
		top: 50%;
		width: 3px;
		height: 25px;
		background: #4d7d2b;
		transform: translateY(-50%);
	}
	.two-colmn-box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 50px;
		height: 100vh;
		align-items: stretch;
		margin: 0 10%;
	}
	.two-colmn-box a {
		display: block;
		position: relative;
		color: #231815;
		padding: 0;
		font-size: 1.3rem;
	}
	.two-colmn-box a i {
		position: relative;
	}
	.two-colmn-box a i.arrow-gr-icon::after {
		content: "";
		position: absolute;
		right: -18px;
		top: 50%;
		width: 14px;
		height: 14px;
		border-top: 2px solid #4d7d2b;
		border-right: 2px solid #4d7d2b;
		transform: translateY(-50%) rotate(45deg);
		transition: right 0.3s ease;
	}
	.two-colmn-box a:hover i.arrow-gr-icon::after {
		color: #4d7d2b;
	}
	.two-colmn-box a:hover i.arrow-gr-icon::after {
		right: -13px;
	}
	.Tcolmn-first, .Tcolmn-second {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}
	/* コピーライト */
	.menu-inner .copyright {
		display: block;
		text-align: center;
		font-size: 0.8em;
		color: #231815;
		padding-top: 1rem;
	}
}
/* スマホ専用表示 */
@media (max-width: 500px) {
	.del-pc {
		display: block;
	}
	.del-sp {
		display: none;
	}
	/* オフキャンバスメニュー */
	.sp-hamburger {
		top: 20px;
	}
	.one-colmn-box a {
		font-size: 1.2rem;
	}
	.one-colmn-box a::after {
		right: 10%;
		top: 65%;
		width: 25px;
		height: 25px;
	}
	.one-colmn-box a::before {
		right: 13%;
		top: 50%;
		width: 3px;
		height: 25px;
	}
	.two-colmn-box a {
		font-size: 1.1rem;
	}
	/* footer */
	img.footer-logo-img {
		margin-bottom: 0;
	}
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
		margin-bottom: 2px;
}
	ul#astra-footer-menu {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 40px;
		gap: 0;
	}
	ul#astra-footer-menu li {
		background: #cbd2b6;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		border: 1px solid #c8c8c9;
		padding: .5rem 1rem;
		box-sizing: border-box;
	}
	ul#astra-footer-menu li a {
		font-size: 11px;
	}
}