@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

/*----------------------------------------------------
新ジム 
-----------------------------------------------------*/

/*共通*/

.gymn {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #484848;
	line-height: 1.5;
	padding-top: 35px;
}

.gymn h2,
.gymn h3,
.gymn h4 {
	font-weight: bold !important;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
}

.gymn main {
	text-align: center;
	font-weight: 500;
}

.g-container {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: content-box;
}

@media only screen and (min-width: 758px),
print {

	.gymn {
		padding-top: 0;
	}

	.g-container {
		max-width: 1040px;
		margin-left: auto;
		margin-right: auto;
	}

}

/*拠点*/
.g-kyoten-txt-01 {
	text-align: center;
	color: #404040;
	font-size: 16px;
	padding: 20px 0;
	font-weight: bold;
}

.g-kyoten-item {
	padding: 20px 0;
	background: #928BC1;
	color: #FFF;
	text-align: center;
}

.g-kyoten-item.g-kyoten-item--izumi {
	background: #58C6B8;
}

.g-kyoten-item-btn a {
	display: block;
	font-weight: bold;
	background: #FFF;
	width: 100%;
	max-width: 300px;
	text-align: center;
	padding: 18px 0;
	color: #6D6893;
	margin: 0 auto;
	/*filter: drop-shadow(4px 4px 20px rgba(0,0,0,0.1));*/
}

.g-kyoten-item--izumi .g-kyoten-item-btn a {
	color: #58C6B8;
}

.g-kyoten-item h2 {
	font-size: 16px;
	line-height: 1;
}

.g-kyoten-item-btn {
	padding: 12px 0 7px 0;
}

.g-kyoten-item-address p {
	line-height: 1.3;
	display: inline-block;
	text-align: left;
	margin: 0 auto;
}

.g-kyoten-item-address-btn a {
	display: inline-block;
	border: 1px solid #FFF;
	padding: 0px 8px 2px 8px;
}

.g-kyoten-item-address-btn a img {
	vertical-align: middle;
}

@media only screen and (max-width: 757px) {

	.g-kyoten-item {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}

}

@media only screen and (min-width: 758px),
print {
	.g-kyoten {
		background: url("../img/gym/kyoten-bg-pc.png") no-repeat center center;
		background-size: cover;
	}

	.g-kyoten-txt-01 {
		font-size: 25px;
		padding: 40px 0;
		background: #FFF;
	}

	.g-kyoten-wrapper {
		display: flex;
		justify-content: space-between;
		color: #FFF;
	}

	.g-kyoten-item {
		padding: 40px 0;
	}

	.g-kyoten-item h2 {
		font-size: 25px;
	}

	.g-kyoten-item-btn {
		padding: 15px 0 15px 0;
	}

	.g-kyoten-item-btn a {
		max-width: 460px;
	}

	.g-kyoten-item-address {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: width: 460px;
	}

	.g-kyoten-item-address p {
		display: block;
		margin: 0 10px 0 auto;
	}

	.g-kyoten-item-address-btn {
		margin: 0 auto 0 0;
	}

	.g-kyoten-item-address-btn a {
		padding: 6px 8px 6px 8px;
	}
}

/*見出し 共通*/

.g-ttl-01 {
	text-align: center;
	line-height: 1.6;
	color: #5F5F5F;
	padding-bottom: 40px;
}

.g-ttl-01-ja {
	font-size: 18px;
}

.g-ttl-01-en {
	font-size: 12px;
}

@media only screen and (min-width: 758px),
print {

	.g-ttl-01 {
		padding-bottom: 65px;
	}

	.g-ttl-01-ja {
		font-size: 28px;
	}

	.g-ttl-01-en {
		font-size: 14px;
	}

}

/*point 共通*/

.g-point {
	text-align: left;
}

.g-point-ttl {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}

.g-point-ttl span {
	display: block;
	width: 85px;
}

.g-point-ttl span img {
	height: 47px;
}

.g-point-ttl h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
	padding-top: 10px;
}

@media only screen and (min-width: 758px),
print {


	.g-point-ttl {
		align-items: flex-end;
		margin-bottom: 55px;
	}

	.g-point-ttl span {
		width: 100px;
	}

	.g-point-ttl span img {
		height: 70px;
	}

	.g-point-ttl h2 {
		font-size: 36px;
		line-height: 1;
	}
}


/* point 1 */

.g-p01-ttl {
	font-size: 19px;
	line-height: 1.2;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}


@media only screen and (min-width: 758px),
print {

	.g-p01 {
		justify-content: space-between;
		align-items: flex-end;
		background: url("../img/gym/p01-txt-01.svg") no-repeat right top;
	}

	.g-p01-box-01 {
		width: 48%;
	}

	.g-p01-box-02 {
		width: 48%;
	}

	.g-p01-ttl {
		font-size: 25px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

}


/* point 2 */

.g-p02-item-ttl {
	font-size: 16px;
	padding: 10px 0 0;
}

.g-p02-item-txt {
	font-size: 12px;
	line-height: 1.3;
}

.g-p02-item:not(:first-child) {
	padding-top: 40px;
}

@media only screen and (min-width: 758px),
print {

	.g-p02 {
		position: relative;
	}

	.g-p02:before {
		content: "";
		width: 243px;
		height: 99px;
		display: block;
		background: url("../img/gym/p02-txt-01.svg") no-repeat;
		background-size: contain;
		position: absolute;
		top: -30px;
		right: 20px;
	}

	.g-p02-box-01 {
		justify-content: space-between;
	}

	.g-p02-item {
		width: 30%;
	}

	.g-p02-item:not(:first-child) {
		padding-top: 0;
	}

	.g-p02-item-ttl {
		text-align: center;
		padding: 10px 0 5px;
		font-size: 20px;
	}

	.g-p02-item-txt {
		font-size: 15px;
	}
}

/* g-tokucho */

.g-tokucho {
	background: #F8F7FC;
	padding: 40px 0;
}

.g-tokucho-item-ttl {
	color: #FFF;
	background: #918BC1;
	text-align: center;
	line-height: 1.1;
}


.g-tokucho-item--izumi .g-tokucho-item-ttl {
	background-color: #58C6B8;
}



@media only screen and (max-width: 757px) {

	.g-tokucho-item {
		background: #FFF;
		padding-bottom: 25px;
	}

	.g-tokucho-item-ttl-ja span {
		display: block;
	}

	.g-tokucho-item-ttl {
		display: flex;
	}

	.g-tokucho-item-ttl-img {
		width: 50%;
	}

	.g-tokucho-item-ttl-box {
		width: 50%;
		display: flex;
		align-items: center;
	}

	.g-tokucho-item-ttl-box-inner {
		width: 100%;
		text-align: center;
	}

	.g-tokucho-item-ttl-ja:before {
		content: "";
		display: block;
		width: 100%;
		height: 25px;
		background: url("../img/gym/icn-camera.svg") no-repeat center top;
		background-size: contain;
		margin-bottom: 10px;
	}

	.g-tokucho-item-ttl-ja {
		font-size: 18px;
		width: 100%;
	}

	.g-tokucho-item-ttl-en {
		font-size: 12px;
		font-weight: normal;
		margin-top: 5px;
	}

	.g-tokucho-item-box-02 {
		text-align: left;
		padding: 15px;
	}

}

.g-tokucho-item {}

.g-tokucho-item-text-01 {
	font-size: 12px;
	line-height: 1.5;
}

.g-tokucho-item-text-01 .fs-small {
	font-size: 90%;
	line-height: 1.3;
}

.g-tokucho-item-text-02 li {
	line-height: 1.3;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 0.25em 0 0 1.2em;
	margin-bottom: 5px;
}

.g-tokucho-item-text-02 li:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1.3em;
	background: url("../img/gym/icn-check.svg") no-repeat center bottom / contain;
	position: absolute;
	top: 0;
	left: 0;
}

.g-tokucho .g-btn-01 {
	padding-top: 20px;
}

.g-btn-01 a {
	display: block;
	padding: 1em;
	border-radius: 100px;
	color: #FFF;
	font-size: 14px;
	background: url("../img/gym/icn-arrow.svg") 95% center #6D66AF no-repeat;
	width: 90%;
	max-width: 315px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.g-tokucho-item--izumi .g-btn-01 a {
	background-color: #58C6B8;
}



@media only screen and (min-width: 758px),
print {

	.g-tokucho-item-ttl {
		display: block;
		text-align: center;
		padding: 12px 0;
		background: url("../img/gym/icn-camera.svg") no-repeat 20px center #918BC1;
		margin-bottom: 30px;
	}

	.g-tokucho {
		padding: 130px 0;
	}

	.g-tokucho-box-01 {
		background: #FFF;
		padding: 70px 80px 80px 80px;
	}

	.g-tokucho .c-d-md-flex {
		justify-content: space-between;
	}

	.g-tokucho-item {
		width: 46%;
	}

	.g-tokucho-item-ttl-ja {
		font-size: 25px;
	}

	.g-tokucho-item-ttl-en {
		font-size: 14px;
	}

	.g-tokucho-item-box-01 {
		width: 43%;
	}

	.g-tokucho-item-box-02 {
		width: 52%;
		text-align: left;
	}

	.g-tokucho-item-text-01 {
		font-size: 14px;
		padding: 0 0 25px 0;
		margin-bottom: 25px;
		border-bottom: 1px solid #DEDEDE;
	}

	.g-tokucho-item-text-01.g-tokucho-item-text-01--nerima {
		padding: 0 0 10px 0;
		margin-bottom: 10px;
	}

	.g-tokucho-item-text-02 {
		font-size: 16px;
	}

	.g-btn-01 a {
		font-size: 16px;
	}

}



/* point 3 */

.g-p03-bg-01 {
	background: #E0DDE8;
}

.g-p03-bg-01--izumi {
	background: #DEF3F1;
}

.g-p03-box-01 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.g-p03-ttl {
	font-size: 23px;
	text-align: center;
	padding-bottom: 30px;
	line-height: 1;
}

.g-icon-01 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 13px;
}

.g-icon-01 span {
	display: inline-block;
	background: #FFF;
	border-radius: 50px;
	border: 1px solid #484848;
	padding: 0.5em 2em 0.3em 2em;
	line-height: 1;
}

.g-table {
	width: 100%;
	min-width: 600px;
	border-radius: 12px;
	border-collapse: collapse;
}

.g-table td,
.g-table th {
	padding: 1.3em 1em;
	line-height: 1;
	text-align: center;
	background: #FFF;
	border: 1px solid #484848;
	vertical-align: middle;
}


.g-table tr:first-child th {
	background: #D9D2E7;
}

.g-p03-bg-01--izumi .g-table tr:first-child th {
	background: #BAE8E2;
}

.g-p03-btn-01 {
	text-align: center;
	padding-top: 35px;
}

.g-p03-btn-01 img {
	height: 27px;
	width: auto;
}

@media only screen and (max-width: 640px) {

	.g-table-wrapper {
		width: 100%;
		overflow-x: scroll;
		padding-bottom: 15px;
	}


}

@media only screen and (min-width: 758px),
print {

	.g-p03-box-01 {
		padding-top: 80px;
		padding-bottom: 80px;
		position: relative;
	}

	.g-p03-ttl {
		font-size: 30px;
	}

	.g-icon-01 {
		text-align: left;
		padding-bottom: 20px;
		font-size: 16px;
	}

	.g-icon-01.g-icon-01--big {
		font-size: 20px;
	}

	.g-p03-btn-01 img {
		height: 31px;
	}

	.g-p03-box-01 {
		position: relative;
	}

	.g-p03-box-01:before {
		content: "";
		display: block;
		height: 100%;
		width: 74px;
		background: url("../img/gym/p03-txt-01.svg") no-repeat top left;
		background-size: contain;
		position: absolute;
		top: 80px;
		left: -100px;
	}

	.g-p03-bg-01--izumi .g-p03-box-01--izumi:before {
		background: url("../img/gym/p03-txt-02.svg") no-repeat top left;
		background-size: contain;
	}

}


/* g-syokuji */

.g-syokuji {
	background: #928BC1;
	color: #FFF;
	padding: 80px 0;
}

.g-syokuji .c-d-md-flex {
	justify-content: space-between;
}

.g-syokuji-box-01 {
	text-align: left;
}

.g-syokuji-ttl {
	font-size: 22px;
	line-height: 1;
	border-bottom: 1px solid #FFF;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.g-syokuji-ttl:before {
	content: "";
	display: inline-block;
	width: 1.2em;
	margin-left: 5px;
	height: 1em;
	background: url("../img/gym/icn-light.svg") no-repeat left top;
	background-size: contain;
}

.g-syokuji-txt-01 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}

.g-syokuji-txt-02 {
	font-size: 14px;
}

.g-syokuji-txt-03 {
	margin-top: 20px;
}

.g-syokuji-txt-03 li {
	display: block;
	background: #FFF;
	font-weight: bold;
	font-size: 14px;
	color: #5F57A3;
	text-align: center;
	padding: 0.5em;
}

.g-syokuji-txt-03 li:not(:first-child) {
	margin-top: 6px;

}

@media only screen and (min-width: 758px),
print {

	.g-syokuji .c-d-md-flex {
		align-items: center;
	}

	.g-syokuji-txt-01 {
		font-size: 26px;
	}

	.g-syokuji-txt-02 {
		font-size: 16px;
	}

	.g-syokuji-txt-03 li {
		font-size: 16px;
	}

	.g-syokuji-box-02 {
		margin-right: 80px;
	}
}

/* point 4 */

.g-p04-box-01 {
	width: 100%;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	background: #F2F2F2;
	border: 1px solid #D0D0D0;
	padding: 20px;
}

.g-p04-box-01-inner {
	max-width: 525px;
	margin-left: auto;
	margin-right: auto;
}

.g-p04-ttl {
	font-size: 17px;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid #484848;
	margin-bottom: 10px;
}

.g-p04-ttl:before {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1em;
	background: url("../img/gym/icn-light-02.svg") no-repeat center bottom / contain;
}

.g-p04-txt-01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}

.g-p04-txt-01 li {
	width: 30%;
	text-align: center;
	background: #6D66AF;
	color: #FFF;
	margin-top: 5px;
	padding: 0.3em 0;
	border: 1px solid #484848;
}

.g-p04-txt-02 {
	font-size: 12px;
	padding-bottom: 10px;
}

.g-p04-txt-03 {
	font-weight: bold;
}

@media only screen and (max-width: 757px) {
	.g-p04-box-01 {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media only screen and (min-width: 758px),
print {

	.g-p04 .c-d-md-flex {
		justify-content: space-between;
		align-items: center;
	}

	.g-p04-box-01 {
		padding: 35px;
	}

	.g-p04-ttl {
		font-size: 20px;
	}

	.g-p04-txt-02 {
		font-size: 14px;
		padding-bottom: 20px;
	}

	.g-p04-txt-03 {
		font-size: 16px;
	}

	.g-p04-box-03 {
		width: 40%;
	}

	.g-p04-box-04 {
		width: 56%;
	}

	.g-p04-box-03 .g-btn-01 a {
		margin-left: 0;
	}

	.g-tokucho .g-btn-01 {
		padding-top: 30px;
	}

	.g-p04-txt-01 li {
		margin-top: 12px;
		width: 31.5%;
	}
}


/* point 5 */

.g-p05-box-01 {
	background: url("../img/gym/p05-bg-01.jpg") no-repeat;
	background-size: cover;
	padding: 60px 20px;
}

.g-p05-box-01-inner {
	background: #FFF;
	padding: 25px;
	border-radius: 10px;
	filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.15))
}


.g-p05-box-01-inner {
	color: #8580B1;
}

.g-p05-ttl {
	font-size: 19px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDDBEF;
	margin-bottom: 15px;
	text-align: center;
}

@media only screen and (max-width: 757px) {

	.g-p05-txt-02 {
		text-align: center;
		padding: 15px 0 0 0;
	}

	.g-p05-txt-02 img {
		max-width: 70%;
	}

	.g-p05 .g-btn-01 a {
		width: 100%;
	}

}


@media only screen and (min-width: 758px),
print {

	.g-p05 .g-point-ttl {
		position: relative;
	}

	.g-p05 .g-point-ttl:before {
		content: "";
		background: url("../img/gym/p05-txt-01.svg") no-repeat;
		background-size: contain;
		width: 349px;
		height: 164px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}

	.g-p05-box-01-inner {
		border-radius: 0;
		padding: 60px 80px;
		box-sizing: border-box;
		justify-content: space-between;
		align-items: center;
	}

	.g-p05-ttl {
		font-size: 30px;
		margin-bottom: 25px;
		text-align: left;
	}

	.g-p05-box-02 {
		width: 50%;
	}

	.g-p05-box-03 {
		width: 42%;
		text-align: center;
	}

	.g-p05-box-03 .g-btn-01 a {
		max-width: inherit;
		width: 100%;
	}

	.g-p05 .g-btn-01 a {
		padding: 0.7em;
	}

}


/* point 6 */

.g-p06-ttl {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D4D4D4;
}

.g-p06-txt-01 {
	line-height: 1.8;
}

@media only screen and (min-width: 758px),
print {

	.g-p06 .g-cont ainer:first-child:before {
		content: "";
		display: block;
		height: 1 18px;
		width: 100%;
		background: url("../img/gym/p06-txt-01.svg") no-repeat left top;
		background-size: contain;
		margin-bottom: 40px;
	}

	.g-p06-ttl {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.g-p06-box-01 {
		position: relative;
	}

	.g-p06-box-01:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 52%;
		width: 48%;
		max-width: 800px;
		height: 100%;
		background: url("../img/gym/p06-img-01-pc.jpg") no-repeat left center;
		background-size: cover;
	}

	.g-p06-box-01-inner {
		width: 42%;
		background: #FFF;
		padding-left: 4%;
		margin-left: auto;
		margin-right: 0;
		padding: 20px 0;
	}

}

/* access*/

.g-access {
	background: #F8F7FC;
	padding: 50px 0;
}

.g-access-ttl {
	border-left: 9px solid #9C97C7;
	font-size: 19px;
	padding-left: 10px;
	line-height: 1;
	margin-bottom: 20px;
}

.g-access-ttl.g-access-ttl--izumi {
	border-left: 9px solid #ACDCD6;
}

.g-access-ttl-en {
	font-size: 13px;
	padding-top: 5px;
}

.g-access-txt-01 {
	text-align: center;
	background: #FFF;
	padding: 1em;
	line-height: 1;
	color: #776FC5;
	border: 1px solid #B9B4E8;
	margin-bottom: 10px;
}



.g-access-txt-02+.g-access-txt-02 {
	border-top: 1px solid #CECECE;
}

.g-access-txt-02 dt {
	font-weight: bold;
}

.g-access-txt-02 dd .fs-small {
	font-size: 80%;
	display: block;
	line-height: 1.3;
}

.g-access-map iframe {
	width: 100%;
	height: 232px;
}

.g-access-map {
	margin-top: 20px;
}

@media only screen and (max-width: 757px) {

	.g-access-txt-02 {
		text-align: left;
		padding: 15px 0;
	}
}

@media only screen and (min-width: 758px),
print {

	.g-access {
		padding: 80px 0;
	}

	.g-access .c-d-md-flex {
		justify-content: space-between;
	}

	.g-access-item-01 {
		width: 46%;
		text-align: left;
	}

	.g-access-ttl {
		font-size: 25px;
		padding-left: 20px;
		margin-bottom: 25px;
	}

	.g-access-ttl-en {
		font-size: 16px;
	}

	.g-access-txt-02 {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.g-access-txt-02 dt {
		width: 105px;
		font-weight: bold;
	}

	.g-access-txt-02 dd {
		width: calc(100% - 105px);
	}

	.g-access-txt-02 dt,
	.g-access-txt-02 dd {
		padding: 25px 0;
		box-sizing: border-box;
	}

	.g-access-map iframe {
		height: 292px;
	}
}

/* g-mainv */

.g-mainv-pc {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.g-mainv-pc img {
	width: 100%;
	max-width: 1250px;
	border-radius: 50px;
}

/* g-side */

.g-btn-side {
	position: fixed;
	right: 0;
	top: 120px;
}

.g-btn-side li:first-child {
	padding-bottom: 10px;
}

@media only screen and (max-width: 757px) {
	.g-btn-side li img {
		width: 37px;
	}

}

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
}

@media only screen and (max-width: 757px) {

	.back-to-top {
		right: 10px;
		bottom: 10px;
	}

	.back-to-top img {
		width: 40px;
		height: 40px;
	}
}

/* header */


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

	.h-container {
		padding-right: 370px;
	}

	.g-btn-top-pc {
		position: absolute;
		top: 0;
		right: 0;
	}

	.g-btn-top-pc ul {
		display: flex;
	}

}

/*スマホ版グローバルナビ*/

@media only screen and (max-width: 991.9px) {
	.header {
		display: none;
		/*デフォルトを非表示にする*/
	}


	.g-header {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 65px;
		display: flex;
		justify-content: space-between;
		background: #FFF;
		filter: drop-shadow(0 0 23px rgba(0, 0, 0, 0.1));
	}

	.g-header-logo {
		width: 30px;
		height: 65px;
		display: flex;
		align-items: center;
		margin-left: 15px;
	}

	.g-header-logo img {
		width: 100%;
	}

	.g-header-btn {
		display: flex;
	}

	.g-header-btn img {
		width: auto;
		height: 65px;
	}

	.g-header-btn-hbg {
		width: 60px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.g-header a {
		display: block;
	}

	/*ハンバーガーメニュー
	-------------------------------------------*/

	.menu {
		position: absolute;
		top: 22px;
		right: 17px;
		width: 25px;
		height: 22px;
		z-index: 10;
		background: none;
		border: none;
		cursor: pointer;
	}

	.menu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #362D75;
		z-index: 10;
	}

	.menu span:nth-of-type(1) {
		top: 0px;
	}

	.menu span:nth-of-type(2) {
		top: 10px;
	}

	.menu span:nth-of-type(3) {
		bottom: 0px;
	}

	.menu.active span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(45deg);
		transform: translateY(11px) rotate(45deg);
	}

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

	.menu.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}

	#nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		width: 100vw;
		height: 100vh;
		opacity: 0;
		background: rgba(255, 255, 255, 0.95);
		transition: all 0.3s ease-in-out;
		visibility: hidden;
		padding-top: 55px;
	}

	.header.fixed #nav {
		padding-top: 70px;
	}

	#nav.active {
		right: 0;
		opacity: 1;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}

	#nav span {
		display: block;
	}

	.nav-logo {
		display: inline-block;
		width: 300px;
		margin: 40px 0 25px 0;
	}


	#nav>ul.g-header-ul-01 {
		border-top: 1px solid #ddd;
		margin-left: auto;
		margin-right: auto;
	}

	#nav>ul.g-header-ul-01>li {
		list-style-type: none;
		border-bottom: 1px solid #ddd;
		text-align: center;

	}

	.g-header-ul-01 li a {
		display: block;
		padding: 15px 0;
		transition: all 0.2s ease-in-out;
		text-decoration: none;
		color: #000;
		line-height: 1.4em;
	}

	.g-header-ul-01 li ul a {
		padding: 0px 0px 10px 0;
	}

	.g-header-ul-01 li ul {
		margin-bottom: 10px;
	}

	.g-header-ul-01 li a:hover {
		color: #ccc;
	}

	.g-header-ul-02 {
		margin-top: 10px;
	}

	.g-header-ul-02 li {
		padding: 10px 20px 0 20px;
	}

	.g-header-ul-02 a {
		text-align: center;
		display: block;
		color: #FFF;
		padding: 18px;
		line-height: 1;
		background: #362D75;
	}

	.g-header-ul-02 a.g-header-ul-02-a--izumi {
		background: #58C6B8;
	}
}