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

	SPハンバーガーボタン

================================================================================ */
@media (max-width: 767px) {

	/* ログイン対策 */
	body.customize-support .toggle,
	body.customize-support .toggleWrap {
		margin-top: 46px;
	}


	/* ハンバーガーボタン
	-------------------------------------------------------- */
	.toggle {
		display: block;
		background-color: #6b3f22;
		text-align: center;
		width: 15.7vw;
		height: 18.7vw;
		position: fixed;
		top: 0;
		right: 0;
		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;
	}

	/* ログイン対策 */
	body.customize-support .toggle {
		margin-top: 46px;
	}

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



	/* ハンバーガーボタンのアニメーション
	-------------------------------------------------------- */
	.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);
	}


	/* メニュー画面
	-------------------------------------------------------- */
	.toggleWrap {
		position: fixed;
		background: url(../img/background.jpg) center top repeat;
		background-size: contain;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y:auto;
		z-index: 9997;
		opacity: 0;
		font-family: tbchibirgothicplusk-pro, 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		line-height: 1.3;
		letter-spacing: 0.1em;
	}
	.toggleWrap_in {
		margin-top: 18.5vw;
	}
	
	
	.toggleWrap_in ul li:nth-of-type(1) a:before {
		content: '';
		background: url(../img/navi01.png) center top no-repeat;
		background-size: contain;
		width: 100%;
		height: 7vw;
		position: absolute;
		z-index: 1;
		margin: 0vw 0 0 -57vw;
	}
	
	.toggleWrap_in ul li:nth-of-type(2) a:before {
		content: '';
		background: url(../img/navi02.png) center top no-repeat;
		background-size: contain;
		width: 100%;
		height: 7vw;
		position: absolute;
		z-index: 1;
		margin: 0vw 0 0 -57vw;
	}
	
	.toggleWrap_in ul li:nth-of-type(3) a:before {
		content: '';
		background: url(../img/navi03.png) center top no-repeat;
		background-size: contain;
		width: 100%;
		height: 7vw;
		position: absolute;
		z-index: 1;
		margin: 0vw 0 0 -57vw;
	}
	
	.toggleWrap_in ul li:nth-of-type(4) a:before {
		content: '';
		background: url(../img/navi04.png) center top no-repeat;
		background-size: contain;
		width: 100%;
		height: 7vw;
		position: absolute;
		z-index: 1;
		margin: 0vw 0 0 -57vw;
	}
	
	.toggleWrap_in ul li:nth-of-type(5) a:before {
		content: '';
		background: url(../img/navi05.png) center top no-repeat;
		background-size: contain;
		width: 100%;
		height: 7vw;
		position: absolute;
		z-index: 1;
		margin: 0vw 0 0 -57vw;
	}
	
	.toggleWrap_in ul li:nth-of-type(6) a:before {
		content: '';
		background: url(../img/navi06.png) center top no-repeat;
		background-size: contain;
		width: 100%;
		height: 7vw;
		position: absolute;
		z-index: 1;
		margin: 0vw 0 0 -57vw;
	}
	
	.toggleWrap_in ul li:nth-of-type(7) a:before {
		content: '';
		background: url(../img/navi07.png) center top no-repeat;
		background-size: contain;
		width: 100%;
		height: 7vw;
		position: absolute;
		z-index: 1;
		margin: 0vw 0 0 -57vw;
	}
	

	.animation {
		opacity: 1;
	}

	.mainNav > li {
		border-bottom: 1px solid #3f3a39;
	}
	.mainNav > li:first-of-type {
		border-top: 1px solid #3f3a39;
	}
	.mainNav > li.pushy-submenu > button {
		font-family: inherit; /* buttonバグ対策 */
	}
	.mainNav > li > a,
	.mainNav > li.pushy-submenu > button {
		display: block;
		text-decoration: none;
		padding: 7vw 0;
		text-align: left;
		font-size: 5vw;
		font-weight: 300;
		color: #3f3a39;
		margin-left: 20vw;
	}
	.navi_blog_date {
		font-size: 0.8em;
		margin: -0.3em 0 0 0;
	}




	/* 電話・地図
	-------------------------------------------------------- */
	.mainNavBottom {
		
	}
	.mainNavBottom > li {
		float: left;
		width: 50%;
		border-bottom: 1px solid #3f3a39;
	}
	.mainNavBottom > li:first-of-type {
		border-right: 1px solid #3f3a39;
	}
	.mainNavBottom > li > a {
		display: block;
		text-decoration: none;
		padding: 24px 0;
		text-align: center;
		font-size: 18px;
		font-weight: 300;
		color: #3f3a39;
	}




	/* メニューを閉じる時のスタイル
	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;
	}


}