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

	ログイン対策

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* ハンバーガーボタン */
	body.customize-support .toggle {
		/* margin-top: 32px; */
	}

	/* 中身 */
	body.customize-support .toggleWrap {
		margin-top: 32px;
	}
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* ハンバーガーボタン */
	body.customize-support .toggle {
		margin-top: 46px;
	}

	/* 中身 */
	body.customize-support .toggleWrap {
		margin-top: 46px;
	}

}


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

	ハンバーガーボタン

================================================================================ */
/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.toggle {
		display: block;
		background-color: #212732;
		border-radius: 0.7vw;
		/* text-align: center; */
		color:#ffffff;
		width: 16.3vw;
		height: 4.7vw;
		position: relative;
		/* 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;
		margin: 2.7vw 0 0 3.3vw;
	}

	/* テキスト部分 */
	.toggle p {
		font-size: 1.1vw;
		line-height: 1.3;
		letter-spacing: 0.05em;
	}
	/* SNS設定 */
	.nav_sns {
		/* position: fixed;
		bottom: 1vw;
		left: 5.3vw; */
		padding: 1vw  0 1vw 3.8vw;
	}
	.nav_sns ul {
		font-size: 0;
		text-align: left;
	}
	.nav_sns ul li{
		display: inline-block;
		position: relative;
		margin: 0 0.4vw;
	}
	.nav_sns ul li img{
		width: 100%;
	}
	.nav_sns ul li:first-of-type a{
		display: block;
		width: 2vw;
	}
	.nav_sns ul li:nth-last-of-type(2) a{
		display: block;
		width: 2.1vw;
	}
	
	.nav_sns ul li:last-of-type a{
		display: block;
		width: 2.1vw;
	}

	.nav_sns ul li:first-of-type::before{
		position: absolute;
		content: "";
		background-color: #212732;
		width: 1.5vw;
		height: 0.1vw;
		top: 1.1vw;
		left: -2vw;
	}
	.nav_sns ul li:last-of-type::before{
		position: absolute;
		content: "";
		background-color: #212732;
		width: 1.5vw;
		height: 0.1vw;
		top: 1.1vw;
		right: -2vw;
	}



	/* メニュー開いたとき */
	.toggle.nav_in{
		position: absolute;
		display: block;
		background-color: #f7722a;
		border-radius: 0.4vw;
		/* text-align: center; */
		color:#ffffff;
		width: 9.4vw;
		height: 3.5vw;
		/* position: fixed; */
		top: 3vw;
		right: 8.6vw;
		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;
	}
/* その他の〜消す */
	.toggle.nav_in p.off-title{
		display: none;
	}
/* close消す */
	.toggle p.on-title{
		display: none;
	}
/* close復活 */
	.toggle.nav_in p.on-title{
		display: inline-block;
		margin-top: 0em;
		font-size: 1.3vw;
		font-weight: 500;
	}
	


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

}
/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	/* SNS設定 */
	.nav_sns {
		position: absolute;
		top: 1vw;
		left: 33.3vw;
	}
	.nav_sns ul {
		font-size: 0;
		text-align: left;
	}
	.nav_sns ul li{
		display: inline-block;
		position: relative;
		margin: 0vw 1.4vw 0;
	}
	.nav_sns ul li img{
		width: 100%;
	}
	.nav_sns ul li:first-of-type a{
		display: block;
		width: 9vw;
	}
	.nav_sns ul li:nth-last-of-type(2) a{
		display: block;
		width: 9.5vw;
	}
	.nav_sns ul li:last-of-type a{
		display: block;
		width: 9.5vw;
	}

	.nav_sns ul li:first-of-type::before{
		position: absolute;
		content: "";
		background-color: #212732;
		width: 4.5vw;
		height: 0.5vw;
		top: 4.1vw;
		left: -6.3vw;
	}
	.nav_sns ul li:last-of-type::before{
		position: absolute;
		content: "";
		background-color: #212732;
		width: 4.5vw;
		height: 0.5vw;
		top: 4.1vw;
		right: -6.3vw;
	}

	.toggle {
		display: block;
		background: #f7722a;
		text-align: center;
		width: 50px;
		height: 50px;
		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;
	}
	
	.trigger,
	.trigger span {
		display: inline-block;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.trigger {
		position: relative;
		width: 30px;
		height: 23px;
	}
	.trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #ffffff;
		border-radius: 4px;
	}
	.trigger span:nth-of-type(1) {
		top: 0;
	}
	.trigger span:nth-of-type(2) {
		top: 10px;
	}
	.trigger span:nth-of-type(2)::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 3px;
		background-color: #ffffff;
		border-radius: 4px;
		-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);
}



/* ②中央のラインが消え、上下のラインでクローズボタンに
-------------------------------------------------------- */
/*
.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
*/



/* ③中央のラインが消え、上下のラインが回転しながらクローズボタンに
-------------------------------------------------------- */
/*
.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
.trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}
*/



/* ④メニュー全体が回転しながらクローズボタンに #1
-------------------------------------------------------- */
/*
.trigger.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.trigger.active span:nth-of-type(3) {
	opacity: 0;
}
*/



/* ⑤メニュー全体が回転しながらクローズボタンに #2
-------------------------------------------------------- */
/*
.trigger span:nth-of-type(3),
.trigger.active span:nth-of-type(3) {
	transition: none;
}
.trigger.active {
	-webkit-transform: rotateX(720deg);
	transform: rotateX(720deg);
}
.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.trigger.active span:nth-of-type(3) {
	opacity: 0;
}
*/



/* ⑥中央ラインの位置がずれながら消えていく
-------------------------------------------------------- */
/*
.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
*/



/* ⑦中央ラインが飛んでいく
-------------------------------------------------------- */
/*
.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.trigger.active span:nth-of-type(2) {
	left: 200%;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
*/



/* ⑧ラインがひとつになり、その後クローズボタンに
-------------------------------------------------------- */
/*
.trigger span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(10px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar01 {
	0% {
		transform: translateY(10px) rotate(45deg);
	}
	50% {
		transform: translateY(10px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}

.trigger span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}

.trigger span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar02 {
	0% {
		transform: translateY(-10px) rotate(-45deg);
	}
	50% {
		transform: translateY(-10px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}

.trigger.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(10px) rotate(45deg);
	}
}

@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(10px) rotate(0);
	}
	100% {
		transform: translateY(10px) rotate(45deg);
	}
}

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

.trigger.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
	}
}

@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-10px) rotate(0);
	}
	100% {
		transform: translateY(-10px) rotate(-45deg);
	}
}
*/



/* ⑨クローズボタン変形前に波紋エフェクトを加える
-------------------------------------------------------- */
/*
.trigger span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .5s forwards;
	animation: menu-bar01 .5s forwards;
}

@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(10px) rotate(-45deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar01 {
	0% {
		transform: translateY(10px) rotate(-45deg);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}

.trigger span:nth-of-type(2) {
	-webkit-animation: menu-bar02 .5s forwards;
	animation: menu-bar02 .5s forwards;
}

@-webkit-keyframes menu-bar02 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes menu-bar02 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.trigger span:nth-of-type(3) {
	-webkit-animation: menu-bar03 .5s forwards;
	animation: menu-bar03 .5s forwards;
}

@-webkit-keyframes menu-bar03 {
	0% {
		-webkit-transform: translateY(-10px) rotate(45deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar03 {
	0% {
		transform: translateY(-10px) rotate(45deg);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}

.trigger::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	margin: -16px 0 0 -16px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .3);
	transition: all .1s;
	opacity: 0;
}

.trigger.active::after {
	-webkit-animation: circle .5s;
	animation: circle .5s;
}

@-webkit-keyframes circle {
	0% {
		-webkit-transform: scale(.1);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(3.5);
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		transform: scale(.1);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(3.5);
		opacity: 0;
	}
}

.trigger.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .5s .5s forwards;
	animation: active-menu-bar01 .5s .5s forwards;
}

@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(10px) rotate(-45deg);
	}
}

@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	100% {
		transform: translateY(10px) rotate(-45deg);
	}
}

.trigger.active span:nth-of-type(2) {
	-webkit-animation: active-menu-bar02 .5s .5s forwards;
	animation: active-menu-bar02 .5s .5s forwards;
}

@-webkit-keyframes active-menu-bar02 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes active-menu-bar02 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.trigger.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .5s .5s forwards;
	animation: active-menu-bar03 .5s .5s forwards;
}

@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(45deg);
	}
}

@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	100% {
		transform: translateY(-10px) rotate(45deg);
	}
}
*/





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

	ハンバーガーメニューの中身

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

/* メニュー画面
-------------------------------------------------------- */
.toggleWrap {
	background-color: rgba(24,34,48,0.95);
	padding:20vmin 10vmin 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y:auto;
	z-index: 9997;
	opacity: 0;
}
.toggleWrap ul{
	text-align: left;
	font-size: 0;
}
.toggleWrap ul li{
	display: inline-block;
}


ul.mainNav{
    width: 79.6vw;
    margin: 0 auto;
}
ul.other_menu{
    margin-top: 3vw;
}
.animation {
	opacity: 1;
}

.mainNav a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 1.7vmin 0;
	text-align: left;
	font-size: 2.9vmin;
	width: 38.5vw !important;
	margin: 0 0px 1px 0px !important;
}
/* p.other_menu_title{
	position: relative;
    background: #fff;
    padding: 0.5vw 2vw;
    display: inline-block;
    margin-top: 2vw;
    font-weight: 500;
}
p.other_menu_title::before{
	position: absolute;
	content: "";
	background: #ffffff;
	width: 88vw;
	height: 1px;
	top: 50%;
	left: 0vw;
	z-index: -1;
} */


/* その他メニュー */
.other_menu{
	color: #ffffff;
}




/* 電話・地図ボタン */
.mainNavBottom {
	margin-top: 8px;
}

.mainNavBottom a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 1.7vmin 0;
	text-align: center;
	font-size: 3.7vmin;
	margin-bottom: 1px;
	background-color: rgba(40,40,48,0.9);
	width: 49.8%;
}

.mainNavBottom a:nth-of-type(1) {
	float: left;
}

.mainNavBottom a:nth-of-type(2) {
	float: right;
}










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

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

/* メニュー画面
-------------------------------------------------------- */
.toggleWrap {
	background-color: #ffffff;
	padding:20vmin 10vmin 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y:auto;
	z-index: 9997;
	opacity: 0;
}

.animation {
	opacity: 1;
}
.mainNav .last {
	background-color:#418fff;
	margin-top: 1rem;
    border-radius: 40px;
}
.mainNav a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 1.7vmin 0;
	text-align: center;
	font-size: 3.7vmin;
	margin-bottom: 1px;
	background-color: #f7722a;
}


/* 電話・地図ボタン */
.mainNavBottom {
	margin-top: 8px;
}

.mainNavBottom a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 1.7vmin 0;
	text-align: center;
	font-size: 3.7vmin;
	margin-bottom: 1px;
	background-color: rgba(40,40,48,0.9);
	width: 49.8%;
}

.mainNavBottom a:nth-of-type(1) {
	float: left;
}

.mainNavBottom a:nth-of-type(2) {
	float: right;
}










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

}
/* ================================================================================

	ハンバーガーメニューの中身 PC

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

/* PC設定
-------------------------------------------------------- */
@media screen and (min-width: 768px) {
	/* .toggle {
		display: none;
	}

	.toggleWrap {
		display: none;
	} */

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

	.animation {
		opacity: 1;
	}

	.mainNav > li {
		border-bottom: 1px solid #f7722a;
		margin-right: 15px;
	}
	.mainNav > li.pushy-submenu > button {
		font-family: inherit; /* buttonバグ対策 */
	}
	.mainNav > li > a,
	.mainNav > li.pushy-submenu > button {
		display: block;
		text-decoration: none;
		color: #000000;
		padding: 24px 0;
		text-align: center;
		font-size: 18px;
		font-weight: 400;
	}




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




	/* サブメニュー
	-------------------------------------------------------- */
	.pushy-submenu {

	}
	.pushy-submenu > button {
		position: relative;
		width: 100%;
		padding: 15px 30px;
		text-align: left;
		background: transparent;
		border: 0;
		cursor: pointer;
		background: #f7722a;
		color: #ffffff !important;
		
	}
	.pushy-submenu > button::after {
		content: '';
		display: block;
		position: absolute;
		margin: 0;
		top: 50%;
		right: 12px;
		content: "＋";
		font-size: 18px;
		line-height: 1;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: transform 1.0s;
	}

	.pushy-submenu ul {
		transition: all 0.4s ease-in-out;
		/* border-top: 1px solid #1b4577; */
	}
	.pushy-submenu ul li {
		transition: all 0.2s 0.2s ease-in-out;
		text-align: center;
		/* margin: 0 16px 1px; */
	}
	.pushy-submenu ul li:last-of-type {
		margin: 0 0 16px;
	}
	.pushy-submenu ul li a {
		display: block;
		background-color: #fdf7e3;
		color: #182230;
		font-size: 14px;
		font-weight: 300;
		padding: 10px;
		text-align: center;
	}


	/* サブメニュー閉じる */
	.pushy-submenu-closed {
		width: 38.5vw;
	}
	.pushy-submenu-closed ul {
		max-height: 0;
		overflow: hidden;
		visibility: hidden;
	}
	.pushy-submenu-closed li {
		opacity: 0;
	}


	/* サブメニュー開く */
	.pushy-submenu-open {
		width: 38.5vw;

	}
	.pushy-submenu-open ul {
		max-height: 800px;
		visibility: visible;
		margin: 0;
	}
	.pushy-submenu-open li {
		opacity: 1;
	}
	.pushy-submenu-open > a::after,
	.pushy-submenu-open > button::after {
		content: "－";
	}



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

}




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

	ハンバーガーメニューの中身 SP

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

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {

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

	.animation {
		opacity: 1;
	}

	.mainNav > li {
		/* border-bottom: 1px solid #666666; */
	}
	.mainNav > li.pushy-submenu > button {
		font-family: inherit; /* buttonバグ対策 */
	}
	.mainNav > li > a,
	.mainNav > li.pushy-submenu > button {
		display: block;
		text-decoration: none;
		/* color: #000000; */
		/* padding: 24px 0; */
		text-align: center;
		/* font-size: 18px;
		font-weight: 400; */
	}




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




	/* サブメニュー
	-------------------------------------------------------- */
	.pushy-submenu {

	}
	.pushy-submenu > button {
		position: relative;
		width: 100%;
		padding: 15px 30px;
		text-align: left;
		background: transparent;
		border: 0;
		cursor: pointer;
	}
	.pushy-submenu > button::after {
		content: '';
		display: block;
		position: absolute;
		margin: 0;
		top: 50%;
		right: 12px;
		content: "＋";
		font-size: 18px;
		line-height: 1;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: transform 1.0s;
	}

	.pushy-submenu ul {
		transition: all 0.4s ease-in-out;
		/* border-top: 1px solid #f7722a; */
	}
	.pushy-submenu ul li {
		transition: all 0.2s 0.2s ease-in-out;
		text-align: center;
		margin: 0 16px 1px;
	}
	.pushy-submenu ul li:last-of-type {
		margin: 0 16px 16px;
	}
	.pushy-submenu ul li a {
		display: block;
		background-color: #fdf7e3;
		color: #182230;
		font-size: 14px;
		font-weight: 300;
		padding: 10px;
	}


	/* サブメニュー閉じる */
	.pushy-submenu-closed {
		border: solid 1px #f7722a;
		margin-bottom: 1px;

	}
	.pushy-submenu-closed ul {
		max-height: 0;
		overflow: hidden;
		visibility: hidden;
	}
	.pushy-submenu-closed li {
		opacity: 0;
	}


	/* サブメニュー開く */
	.pushy-submenu-open {
		border: solid 1px #f7722a;
	}
	.pushy-submenu-open ul {
		max-height: 800px;
		visibility: visible;
	}
	.pushy-submenu-open li {
		opacity: 1;
	}
	.pushy-submenu-open > a::after,
	.pushy-submenu-open > button::after {
		content: "－";
	}



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


/* その他メニュー部分 */
	/* p.other_menu_title{
		font-size: 14px;
		text-align: center;
		margin: 30px 0 26px;
		border-bottom: 2px dashed #f7722a;
		font-weight: 500;
		color: #f7722a;
		padding-bottom: 5px;
	}
	ul.other_menu{
		margin-bottom: 70px;
	} */

}
/* 768px以上に適応するスタイル 
@media screen and (min-width: 768px) {
	.toggle {
		display: none;
	}

	.toggleWrap {
		display: none;
	}
}*/