<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================

	ãƒ­ã‚°ã‚¤ãƒ³å¯¾ç­–

================================================================================ */

/* PCè¨­å®š
----------------------------------------------- */
@media (min-width: 768px) {

	/* ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒœã‚¿ãƒ³ */
	body.customize-support .toggle {
		margin-top: 32px;
	}

	/* ä¸­èº« */
	body.customize-support .toggleWrap {
		margin-top: 32px;
		height: calc( 100% - 32px );
	}
}

/* SPè¨­å®š
----------------------------------------------- */
@media (max-width: 767px) {

	/* ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒœã‚¿ãƒ³ */
	body.customize-support .toggle {
		margin-top: 46px;
	}

	/* ä¸­èº« */
	body.customize-support .toggleWrap {
		margin-top: 46px;
		height: calc( 100% - 46px );
	}

}




/* ================================================================================

	SPãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒœã‚¿ãƒ³

================================================================================ */

/* SPè¨­å®š
----------------------------------------------- */
@media (max-width: 767px) {
	.toggle {
		display: block;
		background-color: #6c4508;
		text-align: center;
		width: 13vw;
		height: 13vw;
		position: fixed;
		top: 2vw;
		right: 2vw;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
		z-index: 9998;
	}

	.trigger,
	.trigger span {
		display: inline-block;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.trigger {
		position: relative;
		width: 50%;
		height: 37%;
	}
	.trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		background-color: #ffffff;
	}
	.trigger span:nth-of-type(1) {
		top: 0;
	}
	.trigger span:nth-of-type(2)::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		background-color: #ffffff;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.trigger span:nth-of-type(3) {
		bottom: 0;
	}

	/* ç·šã®å¤ªã• */
	.trigger span,
	.trigger span:nth-of-type(2)::after {
		height: 2px;
	}
	.trigger span:nth-of-type(2) {
		top: 50%;
		margin-top: -1px; /* å¤ªã•ã®åŠåˆ†ã®å€¤ */
	}
}




/* ================================================================================

	ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒœã‚¿ãƒ³ã®ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³
	â€»ä½¿ã„ãŸã„ã‚‚ã®ã‚’ã‚³ãƒ¡ãƒ³ãƒˆã‚¢ã‚¦ãƒˆã‹ã‚‰å¤–ã—ã¦ãã&nbsp;ã•ã„ã€‚

================================================================================ */

/* â‘&nbsp;ã‚ªãƒ¼ã‚½ãƒ‰ãƒƒã‚¯ã‚¹
-------------------------------------------------------- */
.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
}
.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
}




/* ================================================================================

	ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®ä¸­èº« PC

================================================================================ */

/* PCè¨­å®š
-------------------------------------------------------- */
@media screen and (min-width: 768px) {
	.toggle {
		display: none;
	}

	.toggleWrap {
		display: none;
	}
}




/* ================================================================================

	ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®ä¸­èº« SP

================================================================================ */

/* SPè¨­å®š
------------------------------------------- */
@media (max-width: 767px) {

	.toggleWrap {
		position: fixed;
		background-color: #fde8c0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y:auto;
		z-index: 9997;
		opacity: 0;
		padding: 25vw 0 0;
	}
	.toggleWrap.toggleWrap_pc {
		display: none;
	}

	.animation {
		opacity: 1;
	}

	.mainNav &gt; li {
	}
	.mainNav &gt; li &gt; a {
		display: block;
		text-decoration: none;
		color: #8f5b0a;
		background-color: #ffffff;
		border-radius: 18vw;
		padding: 2vw 0;
		text-align: center;
		font-size: 4.3vw;
		font-weight: 400;
		line-height: 1.6;
		width: 80vw;
		margin: 0 auto;
	}
	.mainNav &gt; li &gt; a span {
		display: block;
		font-size: 3vw;
		color: #ff9c00;
		font-family: 'Work sans';
	}
	.mainNav &gt; li:not(:first-child) {
		margin-top: 3vw;
	}




	/* é›»è©±ãƒ»åœ°å›³
	-------------------------------------------------------- */
	.mainNavBottom {
		margin: 3vw 10vw 0;
	}
	.mainNavBottom &gt; li {
		float: left;
		width: 48%;
	}
	.mainNavBottom &gt; li:first-of-type {
		margin-right: 1.5vw;
	}
	.mainNavBottom &gt; li:last-of-type {
		margin-left: 1.5vw;
	}
	.mainNavBottom &gt; li &gt; a {
		display: block;
		text-decoration: none;
		color: #8f5b0a;
		background-color: #ffffff;
		border-radius: 18vw;
		padding: 2vw 0;
		text-align: center;
		font-size: 4.3vw;
		font-weight: 400;
		line-height: 1.6;
		margin: 0 auto;
	}
	.mainNavBottom &gt; li &gt; a span {
		display: block;
		font-size: 3vw;
		color: #ff9c00;
		font-family: 'Work sans';
	}
	



	/* ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã‚’é–‰ã˜ã‚‹æ™‚ã®ã‚¹ã‚¿ã‚¤ãƒ«
	display:none; ã‚’ä½¿ç”¨ã›ãšã€opacityã‚’ä½¿ã†ã¨fadeã£ã½ããªã‚‹
	-------------------------------------------------------- */
	.hide {
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
	}

	/* ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ã¯ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®é–‹é–‰æ™‚ã®ã¿ã§ã„ã„ã®ã§
	.toggleWrapã«æ›¸ã‹ãšã€åˆ¥ã«classã‚’ç”¨æ„
	-------------------------------------------------------- */
	.animation {
		-webkit-transition-property: opacity, visibility;
		transition-property: opacity, visibility;
		-webkit-transition-duration: .3s;
						transition-duration: .3s;
		-webkit-transition-timing-function: ease-in;
						transition-timing-function: ease-in;
	}

	/* ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã‚ªãƒ¼ãƒ—ãƒ³æ™‚ã®ã¿ã€ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®å¾Œã‚ã®ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚’ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ã•ã›ãªã„
	iOS safariã«ã¯åˆ¥é€”å¯¾å¿œãŒå¿…è¦ï¼ˆjQueryã«è¨˜è¿°ï¼‰
	-------------------------------------------------------- */
	.no-scroll {
		overflow: hidden;
	}

}</pre></body></html>