@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html { font-size: 62.5%; } /* font-sizeは16pxの62.5%の10px */
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.8;
	word-break: break-all;
}

img{
	max-width: 100%;
}

nav ul{
	display: flex;
	align-items: center;
	margin:0;
}
nav ul li{
	margin-left:30px;
}

nav ul li a{
	text-decoration: none;
	font-size:1.6rem;
}


.mv{
	width: 100%;
}
.mv img{
	width: 100%;
}

.mv.sp{
	display: none;
}

.wrap{
	max-width: 100%;
	width: 1000px;
	margin:50px auto 160px auto;
	font-size:1.6rem;
}

h2{
	text-align: center;
	font-size:2.6rem;
	margin:120px 0 40px 0;
}

h3{
	text-align: center;
	font-size:2.2rem;
	margin:120px 0 40px 0;
}
br.sp{
	display: none;
}
.page01 .box{
	display: flex;
	align-items: center;
}

.page01 .box .img{
	width: 48%;
	margin-right:4%;	
}

.page01 .box .text{
	width: 48%;
}

.page01 .copy{
	text-align: center;
	font-size:2.0rem;
	margin-top:30px;
	font-weight:bold;
}
.btn{
	display: block;
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
}

/*
.btn{
	text-align: center;
	display: block;
	margin-top:50px;
}
.btn a{
	background-color: #be1d1d;
	border-radius: 10px;
	padding:10px 30px;
	border:1px solid #be1d1d;
	color:#fff;
}

.btn a:hover{
	color:#be1d1d;	
}

*/
.disc{
	background:#fff5de;
	padding:10px;
	box-sizing: border-box;
	font-size:1.4rem;
	margin-top:20px;
	margin-bottom:50px;
}
.disc p{
	padding:0;
	margin:0;
}

.co .text{
	margin:50px 0;
}

.flex{
	display: flex;
}
.page02 .date{
	font-size:2.0rem;
	font-weight: bold;
	text-align: center;
	margin:20px auto;
}

.page02 .co1 .flex > div{
	width: 31%;
	text-align: center;
}

.page02 .present h4{
	text-align: center;
	font-size:2.2rem;
}

.page02 .present .list{
	display: flex;
	justify-content: space-between;
	margin-bottom:50px;
}

.page02 .present .list .img{
	width: 50%;
}

.page02 .present .list .text{
	width: 45%;
}
.page02 .search p{
	text-align: center;
}
.page02 .search p a{
	border:1px solid #be1d1d;
	padding:5px 30px;
	margin:0 auto;
	display:block;
	width: 500px;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	color:#be1d1d;
	box-sizing: border-box;
}
.page02 .search p a:hover{
	background:#be1d1d;
	color:#fff;
}



.page03 .co{
	margin-bottom:50px;
}

.page03 .co2 .flex{
	justify-content: center;
}

.page03 .co2 .img01{
	width: 380px;
}

.page03 .co2 .img02{
	width: 760px;
}


.page03 .co3 .flex{
	justify-content: space-between;
}
.page03 .co3 .img03{
	display: flex;
	justify-content: center;
}
.page03 .voice01 .flex .img{
	width: 400px;
}
.page03 .co4 .flex{
	justify-content: space-between;
}
.page03 .co4 .flex .img{
	width: 49%;
}
.page03 .co4 .flex .img img{
	width: 100%;
}

.page03 .co5 .flex{
	justify-content: space-between;
}
.page03 .co5 .flex .img{
	width: 49%;
}
.page03 .co5 .flex .img img{
	width: 100%;
}
.page03 .co5 .text2{
	margin:0 auto 50px auto;
}
.page03 .co6 h3{
	margin-top:10px;
}
.page03 .co6{
	border:1px solid #ccc;
	padding:50px;
	box-sizing: border-box;
}
.page03 .co6 .flex{
	display: flex;
	justify-content: space-between;
	margin-bottom:30px;
}
.page03 .co6 .flex .text{
	width: 56%;
	margin:0 auto;
}
.page03 .co6 .flex .img {
	width: 40%
}

.page03 .co6 .flex .img img{
	width: 100%;
}
.page03 .co6 .img03{
	margin-top:80px;
	display: flex;
	justify-content: center;
}
.page03 .co6 .img03 > div{
	width: 777px;	
}
.page03 .co7 h3{
	text-align: left;
} 

.page03 .co7 .flex{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.page03 .co7 .flex .img{
	width: 32%;
	margin-bottom:20px;
}

.page03 .co7 .img p{
	font-size:1.4rem;
}

.page04 h2 span{
	font-family: Arial;
}

.page04 .voice01 .flex{
	margin-bottom:20px;
	align-items: center;
	padding:30px;

}
.page04 .voice01 .flex .img{
	width: 200px;
}
.page04 .voice01 .flex .text+.img{
	margin-left:50px;	
}
.page04 .voice01 .flex .img+.text{
	margin-left:50px;	
}

.page04 .voice01 .flex .img img{
	width: 100%;
	display: block;
}
.page04 .voice01 .flex .text{
	flex:1;
	background: #fff5de;
	padding:20px;
	box-sizing: border-box;
	border-radius: 30px;
	position: relative;
}
.page04 .voice01 .flex .text span{
	display: block;
	font-weight: bold;
}

.page04 .voice01 .flex:nth-child(even) .text:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff5de;
}
.page04 .voice01 .flex:nth-child(odd) .text:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff5de;
}

.page04 .user ul{
	display: flex;
	flex-wrap: wrap;
}

.page04 .user ul li{
	width: 32%;
	margin-right:2%;
	margin-bottom:30px;
}
.page04 .user ul li:nth-child(3){
	margin-right:0;
}
.page04 .user ul li a{
	display: block;
}

.page05 .block{
	margin:120px 0;
}

.page05 .block .img{
	margin:30px auto 50px auto;	
}
.page05 .block .img img{
	display: block;
	margin: 0 auto;	
}
.page05 .block .img p{
	text-align: center;
	max-width: 100%;
	width: 800px;
	margin: 0 auto;	
	font-size:1.4rem;
	font-weight: bold;
}
.page05 .block h3{
	margin: 20px 0 50px 0;
}

.page05 .block .q{
	color:#3e0000;
	font-weight: bold;
	padding:10px 20px;	
	margin-bottom:10px;
	background-color: #fff2ee;
}
.page05 .block .q:before{
	content:"―";

	margin-right:10px;
}

.page05 .cooperation{
	display: flex;
	border:1px solid #ccc;
	padding:30px;
	box-sizing: border-box;
	align-items: center;
}
.page05 .cooperation .img{
	margin-right:30px;
}

.text_s{
	font-size:1.4rem;
	display: block;
}

.cp2 .wrap{
	width: 1200px;
}
.cp2 h2{
	font-size:2.4rem;
	font-weight: normal;
	margin: 40px 0 40px 0;
}

.cp2 .target_model_ttl{
	background: #91b821;
	color: #fff;
	text-align: center;
	font-size: 3.6rem;
}

.cp2 .target_model_ttl.min{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.cp2 .co1{
	display: flex;
}
.cp2 .co1 .text {
	width: 45%;
	color: #7f4f21;
	margin: 0 5% 0 0;
}
.cp2 .co1 .text h3{
	text-align: left;
	color: #7f4f21;
	border-bottom: 2px solid #c39200;
	font-size: 3.6rem;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}
.cp2 .co1 .text h3 span{
	display: block;
	font-size: 1.8rem;
}
.cp2 .co1 .img{
	width: 50%;
}
.cp2 .co2{
	margin-bottom: 80px;
	border-bottom: 2px solid #c39200;
	padding-bottom: 40px;
}
.cp2 .co2 .flex{
	align-items: center;
}
.cp2 .co2 .text{
	width: 60%;
}
.cp2 .co2 .flex .img{
	margin-right: 3%;
	width: 40%;
}
.cp2 .co2 .flex .model_name{
	color: #7f4f21;
	font-size: 3.0rem;
	margin-right: 20px;
}
.cp2 .co2 .flex .model_name p{
	margin-bottom: 0;
}
.cp2 .co2 .flex .model_name span{
	font-size: 2.0rem;
}
.cp2 .co2 .flex .model_name .price{
	font-size: 1.6rem;
}
.cp2 .co2 .flex .icon{
	margin-right: 5%;
}

.cp2 .co3{
	margin-bottom: 80px;
}
.cp2 .co3 .flex{
	align-items: center;
}
.cp2 .co3 .text{
	width: 60%;
}
.cp2 .co3 .flex .img{
	margin-right: 3%;
	width: 40%;
}
.cp2 .co3 .flex .model_name{
	color: #7f4f21;
	font-size: 3.0rem;
	margin-right: 20px;
}
.cp2 .co3 .flex .model_name p{
	margin-bottom: 0;
}
.cp2 .co3 .flex .model_name span{
	font-size: 2.0rem;
}
.cp2 .co3 .flex .model_name .price{
	font-size: 1.6rem;
}
.cp2 .co3 .flex .icon{
	margin-right: 5%;
	width: 117px;
}
.cp2 .co2 .retsu,.cp2 .co3 .retsu,.cp2 .co5 .retsu{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.cp2 .co3 .retsu:first-child{
	border-bottom:1px solid #c39200;	
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.cp2 .co3 .flex .flex .flex{
	flex-wrap: wrap;
	flex: 1;
}

.cp2 .kazari{
	margin-bottom: 80px;
}
.cp2 .co4{

}
.cp2 .co4{
	display: flex;
}
.cp2 .co4 .text {
	width: 50%;
	color: #7f4f21;
	margin: 0 5% 0 0;
}
.cp2 .co4 .text h3{
	text-align: left;
	color: #7f4f21;
	border-bottom: 2px solid #c39200;
	font-size: 3.6rem;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}
.cp2 .co4 .text h3 span.haba{
	font-size: 1.8rem;
}
.cp2 .co4 .text h3 span.tape{
	display: block;
	font-size: 1.6rem;
}

.cp2 .co4 .img{
	width: 45%;
}

.cp2 .co5 .flex{
	align-items: center;
}
.cp2 .co5 .text{
	width: 60%;
}
.cp2 .co5 .flex .img{
	margin-right: 3%;
	width: 40%;
}
.cp2 .co5 .flex .model_name{
	color: #7f4f21;
	font-size: 3.0rem;
	margin-right: 20px;
}
.cp2 .co5 .flex .model_name p{
	margin-bottom: 0;
}
.cp2 .co5 .flex .model_name p.category{
	font-size: 1.6rem;
}
.cp2 .co5 .flex .model_name span{
	font-size: 2.0rem;
}
.cp2 .co5 .flex .model_name .price{
	font-size: 1.6rem;
}
.cp2 .co5 .flex .icon{
	margin-right: 5%;
}

.cp2 .co5 .flex .flex{

}

.wrap.spec{
	width: 100%;
	border-top: 3px solid #91b821;
}

.cp2 h3{
	width: 100%;
	position: relative;
}
.cp2 h3 span.serif{
	background: #91b821;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 5px 50px;
	margin-bottom: 10px;
}

.cp2 h3 span.model{
	font-size: 1.8rem;
	font-weight: bold;
}

.cp2 h3 span.serif:after{
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #91b821;
}
.cp2 h3 span.text_s{
	display: inline;
}

.cp2 .spec_col1 .txt_center,.cp2 .spec_col2 .txt_center,.cp2 .spec_col3 .txt_center{
	text-align: center;
}
.cp2 .spec_col1 .img img,.cp2 .spec_col2 .img img,.cp2 .spec_col3 .img img{
	display: block;
	margin: 0 auto;
}
.cp2 .spec_col1 .copy{
	font-size: 2.2rem;
	color: #7f4f21;
	text-align: center;
}
.cp2 .spec_col3 h3 span.serif{
  background: #df79a4;
}
.cp2 .spec_col3 h3 span.serif:after{
  border-top: 10px solid #df79a4;
}
.cp2 .search ul li a{
	width: 550px;
	display: block;
	color: #380000;
	border: 1px solid #b39b8a;
	padding:30px 50px;
	margin: 30px auto;
	display: flex;
	align-items: center;
	font-size: 2.0rem;
	text-decoration: none;
	position: relative;
}

.cp2 .search ul li a::after{
	position: absolute;
	right: 10px;

  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
}

.cp2 .search p{
	text-align: center;
}

.cp2 .search ul li a img{
	margin-right: 50px;
}




@media screen and (max-width: 1000px) {
	.wrap{
		padding-right:20px;
		padding-left:20px;
		box-sizing: border-box;
		margin: 0 auto 100px auto;
	}
}
@media screen and (max-width: 800px) {
	.cp2 h2{
		font-size: 1.6rem;
		text-align: left;
		padding-right: 10px;
		padding-left: 10px;
		box-sizing: border-box;
	}
	.cp2 .target_model_ttl.min,.cp2 .target_model_ttl{
		font-size: 2.4rem;
		line-height: 1.3;
		padding: 20px 0;
	}
	.cp2 .co1 .text h3,.cp2 .co4 .text h3{
		font-size: 2.6rem;
	}
	.cp2 .co1,.cp2 .co4{
		flex-wrap: wrap;
	}
	.cp2 .co1 .text,.cp2 .co4 .text{
		width: 100%;
	}
	.cp2 .co1 .img,.cp2 .co4 .img{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.cp2 .co5{
		margin-top: 50px;
	}
	.cp2 .co2 .flex,.cp2 .co3 .flex,.cp2 .co5 .flex{
		flex-wrap: wrap;
	}
	.cp2 .co2 .flex .img,.cp2 .co3 .flex .img,.cp2 .co5 .flex .img{
		width: 100%;
	}
	.cp2 .co2 .text,.cp2 .co3 .text,.cp2 .co5 .text{
		width: 100%;
	}
	.cp2 .co2 .flex .flex,.cp2 .co5 .flex .flex{
			flex-wrap: nowrap;
	}
	.cp2 .co2 .flex .model_name,.cp2 .co3 .flex .model_name,.cp2 .co5 .flex .model_name{
		font-size: 1.8rem;
		width: 100%;
		margin-top: 20px;
	}
	.cp2 .co2 .flex .model_name span,.cp2 .co3 .flex .model_name span,.cp2 .co5 .flex .model_name span{
		font-size: 1.4rem;
	}
	.cp2 .co2 .flex .icon,.cp2 .co3 .flex .icon,.cp2 .co5 .flex .icon{
		width: 65px;
	}
	.cp2 .co2 .flex .photo,.cp2 .co3 .flex .photo,.cp2 .co5 .flex .photo{
		width: 80%;
		margin: 10px auto;
	}
	.cp2 .spec_col1 .copy{
		text-align: left;
		font-size: 1.8rem;
	}
	.cp2 .spec_col1 .txt_center, .cp2 .spec_col2 .txt_center, .cp2 .spec_col3 .txt_center{
		text-align: left;
	}
	.cp2 .co2 .retsu, .cp2 .co3 .retsu, .cp2 .co5 .retsu{
		align-items: center;
		display: block;
		width: auto;
	}
	.cp2 h3 span.serif{
		background: #91b821;
		color: #fff;
		display: inline-block;
		border-radius: 50px;
		font-size: 1.4rem;
		font-weight: normal;
		padding: 5px 50px;
		margin-bottom: 10px;
	}

	.cp2 h3 span.model{
		font-size: 1.4rem;
		font-weight: bold;
	}
	.spec_col1,.spec_col2{
		margin-bottom: 80px;
	}

}

@media screen and (max-width: 750px) {
	.mv{
		display: none;
	}
	.mv.sp{
		display: block;
		width: 100%;
	}

	br.sp{
		display: block;
	}
	br.pc{
		display: none;
	}
	h2{
		font-size:2.0rem;
		margin: 50px 0 20px 0;
	}
	h3{
		font-size:1.6rem;
		margin: 20px 0 20px 0;
	}
	.page01 .box{
		display: block;
	}
	.page01 .box .img{
		width: 100%;
		margin:0 auto;
	}
	.page01 .box .img img{
		display: block;
		width: 80%;
		margin:0 auto 30px auto;
	}

	.page01 .box .text{
		width: 100%;
		margin-right:0;
	}
	.page02 .co1 .flex > div{
		width: 32%;
	}
	.page02 .co1 .flex > div{
		margin-right:1%;
	}
	.page02 .co1 .flex > div .text{
		font-size:1.2rem;
		margin: 10px 0;
	}
	.page02 .present .list{
		flex-wrap: wrap;
		margin-bottom:20px;
	}
	.page02 .present .list .img{
		width: 100%;
	}
	.page02 .present .list .text{
		width: 100%;
		margin: 0;
	}
	.page02 .search h3{
		font-size:1.8rem;
		margin: 30px 0;
	}
	.page03 .co{
	    margin-bottom: 30px;
	}
	.disc{
		font-size:1.2rem;
		margin:10px auto 40px auto;
	}
	.co .text{
		margin:0 0 20px 0;
	}
	.page03 .co4 .flex,.page03 .co5 .flex,.page03 .co6 .flex{
		flex-wrap: wrap;
	}
	.page03 .co4 .flex .img,.page03 .co5 .flex .img{
		width: 100%;
	}
	.page03 .co6{
		padding:20px;
	}
	.page03 .co6 .flex .img{
		width: 100%;
	}
	.page03 .co6 .flex .text{
		width: 100%;
	}
	.page03 .co6 .img03{
		margin-top:30px;
	}
	.page03 .co7 .flex{
		flex-wrap: wrap;
	}
	.page03 .co7 .flex .img{
		width: 100%;
	}
	.page04 .voice01 .flex{
		display: block;
		padding:0;
	}
	.page04 .voice01 .flex .img{
		width: 80%;
		margin:0 0 0 auto;
	}
	.page04 .voice01 .flex .img+.text{
		width: 100%;
		margin-left: 0;
		margin-top:30px;
	}
	.page04 .voice01 .flex:nth-child(odd) .text:after{
		content: "";
		position: absolute;
		top: -10px;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #fff5de;		
	}
	.page04 .voice01 .flex:nth-child(even) .text:after{
		content: "";
		position: absolute;
		top: 105%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #fff5de;
	}
	.page04 .voice01 .flex .text{
		font-size:1.4rem;
	}
	.page04 .voice01 .flex .text+.img{
		margin-left:0;
		margin-top:30px;
	}
	.page04 .user ul li{
		width: 49%;
		margin-right:2%;
	}
	.page04 .user ul li:nth-child(even){
		margin-right:0;
	}
	.page04 .user ul li:nth-child(3n){
		margin-right:2%;
	}
	.page04 .user ul li a{
		font-size:1.4rem;
	}
	.page05 .block{
    	margin: 30px 0;
	}
	.page05 .block h3{
		margin: 50px 0 20px 0;
	}
	.page05 .block .img p{
		text-align: left;
		font-weight: normal;
		font-size:1.2rem;
	}
	.page05 .block .q{
		font-size:1.4rem;
	}
	.page05 .cooperation{
		flex-wrap: wrap;
	}
	.page05 .cooperation .img{
		width: 100%;
		margin-right:0;
	}


}	

@media screen and (max-width: 550px) {
	.cp2 .wrap{
		margin-bottom: 20px;
	}
	.cp2 .co3{
		margin-bottom: 20px;
	}
	.cp2 .search ul li a{
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px;
		font-size: 1.4rem;
		justify-content: flex-start;
		margin: 10px auto;
	}
	.cp2 .search p{
		text-align: left;
	}
	.cp2 .search ul li a img{
		width: 100%;

	}
	.cp2 .search ul li a span:first-child{
		width: 20%;
		margin-right: 20px;
	}
	.cp2 .co2 .flex .model_name .price,.cp2 .co3 .flex .model_name .price,.cp2 .co5 .flex .model_name .price{
		font-size: 1.4rem;
	}
	.cp2 h3 span.text_s{
		font-size: 1.2rem;
	}

}
@media screen and (max-width: 374px) {
	.cp2 .co2 .flex .model_name .price, .cp2 .co3 .flex .model_name .price, .cp2 .co5 .flex .model_name .price{
		font-size: 1.2rem;
	}
	.cp2 .co2 .flex .model_name, .cp2 .co3 .flex .model_name, .cp2 .co5 .flex .model_name{
		font-size: 1.4rem;
		width: 100%;
	}
	.cp2 h3 span.serif{
		font-size: 1.4rem;
    padding: 5px 20px;
	}
	.cp2 h3 span.text_s{
		display: block;
	}
	.cp2 h3 span.serif:after{
		top: 35%;
	}
	.cp2 .spec_col2 h3 span.serif:after{
		top: 43%;
	}


	.cp2 .btn a{
		font-size: 1.4rem;
	}
	.cp2 .search ul li a span:first-child{
		margin-right: 10px;
	}
}

/****************************************************************************************************************************
		サイドナビ
****************************************************************************************************************************/
header .flex{
	display: none;
}

.sideNavi{
	display: block;
	width: 300px;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: auto;
	right:0;
	z-index: 10000;
	overflow: hidden;
	-moz-transform: translate(317px, 0);
	-webkit-transform: translate(317px, 0);
	-o-transform: translate(317px, 0);
	-ms-transform: translate(317px, 0);
	transform: translate(317px, 0);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}

.sideNavi.on{
	-moz-transform: translate(0px, 0);
	-webkit-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	transform: translate(0px, 0);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sideNavi .sideNavi_in{
	width: 317px;
	height: 100%;
	overflow-y: scroll;
	position: absolute;
}

.sideNavi .sideNavi_in .sideNavi_box{
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 0 0 0 15px;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title p{
	flex: 1;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
	width: 60px;
	height: 60px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor:pointer;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span{
	width: 31px;
	height: 31px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span:before{
	content: '';
	display: block;
	width: 31px;
	height: 1px;
	background-color: #111;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span:after{
	content: '';
	display: block;
	width: 1px;
	height: 31px;
	background-color: #111;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
}


.sideNavi .sideNavi_in .sideNavi_box .menu li{
	display: block;
	border-bottom:1px solid #ccc;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	padding: 0 40px 0 15px;
	color: #111;
	position: relative;
	font-weight: bold;
	text-decoration: none;
}

/*.sideNavi .sideNavi_in .sideNavi_box .menu li a:after{
	font-family: fontawesome;
	content: '\f101';
	font-size: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: auto;
	right: 10px;
	bottom: 0;
	margin: auto;
	color: #6bccd1;
	font-weight: normal;
}*/

.sideNavi .sideNavi_in .sideNavi_box .menu li a:hover{
	background-color: #f6f3f2;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

/*.sideNavi .sideNavi_in .sideNavi_box .menu li a:hover:after{
	color: #fff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}*/

.sideNavi .sideNavi_in .sideNavi_box .menu li.on a{
	background-color: #004e83;
	color: #fff;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li.on a:after{
	display: none;
}

.sideNavi_bg{
	display: none;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,0.4);
	cursor:pointer;
}

.trigger{
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 22px;
	position: fixed;
	cursor:pointer;
	top: 0;
	margin-top:20px;
	right:20px;
}

.trigger p{
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #706f70;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.trigger:before{
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #706f70;
	position: absolute;
	bottom:13px;
	margin: auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.trigger:after{
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #706f70;
	position: absolute;
	top:8px;
	bottom:0;
	margin: auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.menu_sp_text{
	display: none;
}

@media screen and (max-width: 950px){
	nav ul{
		display: none;
	}
	header .trigger{
		display: flex;
		z-index: 3;
	}
	header .flex{
		display: flex;
	}
	.menu_sp_text{
		position: fixed;
		display: block;
		font-size:1.0rem;
		top:40px;
		right:30px;
		z-index: 3;		
	}
	.sideNavi .sideNavi_in .sideNavi_box .menu li a:after{
		right: 30px;
	}
	.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
		margin-right: 15px;
	}
	header .subnav{
		display: none;
	}
	.parent_menu{
		display: none;
	}
	header .menu > nav{
		display: none;
	}
}