/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝メイン*/

.mainfader {
	width: 100%;
	min-width: 960px;
	height: 350px;
	margin-bottom: 30px;
}


.mainfader .mfBox {
	height: 350px;
	background-size: cover!important;
}

.mainfader .mfBox a{
	height: 350px;
	width: 100%;
	display: block;
}

.slick-next{
	display: none!important;
  /*  left: 0px!important;*/
}

/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝特記事項*/
.specialWap {
    width: 96%;
    max-width: 695px;
    margin: 30px auto 20px;
    padding: 30px;
    border: solid 1px #0085d0;
    text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.special_title {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.special_txt {
	margin-bottom: 20px;
}

.special_link a {
	border-bottom: solid 1px #0085d0;
	color: #0085d0;
}

/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝カスタム投稿タイプ*/

.custom_postWap {
	margin-bottom: 60px;
}


h2{
	text-align: center;
	width: 96%;
	max-width: 500px;
	margin: 30px auto 20px;
	font-weight: normal;
	font-size: 24px;
	color: #000;
}


.postWap {
	width: 96%;
	max-width: 695px;
	margin: 30px auto 20px;
}

/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ループスライダー*/

.loopSliderWap {
	margin-bottom: 60px;
}

.loopslider1,
.loopslider2 {
	width: 100%;
	position: relative;
	z-index: 10;
	background-color: #FFF;
	height: 195px;
}

.loopslider1 li,
.loopslider2 li {
	width: 260px;
	height: 195px;

}



.loopslider1 ul,
.loopslider1 li,
.loopslider2 ul,
.loopslider2 li{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝3つのコンテンツ*/
.threeContaintWap {
	max-width: 960px;
	margin: 0px auto 60px;
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;	
}

.threeCon {
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝2つのコンテンツ*/
.twoCon_w_Wap {
	padding: 30px 0px;
	background-color: #e2e3e3;
	margin-bottom: 60px;
}

.twoCon_Wap {
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;		
}

.twoCon {
	width: 465px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.twoConIMG {
	margin-bottom: 10px;
}

.twoConTitle {
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}

.twoConTxt {
	text-align: center;
}


/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝バナー領域*/

.bannerArea {
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;		
}

.bannerArea::before{
  content:"";
  display: block;
  width:23%;
  order:1;	
}

.bannerArea::after{
  content:"";
  display: block;
  width:23%;
}


.bnWap {
	width: 210px;
	margin-bottom:40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media handheld, only screen and (max-width: 767px) {
/*スマホ*/


	/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝メイン*/

	.mainfader {
		width: 100%;
		min-width: 100%;
		height: 200px;
		margin-bottom: 10px;
	}

	/*アニメーションなし*/
	.nofade {
		width: 100%;
		min-width: 100%;
		height: 200px;
		margin-bottom: 10px;
	}

	.mainfader .mfBox {
		width: 100%;
		height: 200px;
	}

	.nofade .mfBox {
		width: 100%;
		height: 200px;
	}
	
	.slick-next {
	    left: 0px!important;
	    display: none!important;
	}

	/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝特記事項*/
	.specialWap {
	    padding: 10px;
	}

	.special_title {
		font-size: 16px;
	}
	
	/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝カスタム投稿タイプ*/
	.custom_postWap {
		margin-bottom: 20px;
	}

	h2{
		text-align: left;
		width: 96%;
		max-width: 96%;
		margin: 30px auto 20px;
		font-weight: normal;
		font-size: 20px;
		color: #000;
	}


	.inner .postWap p{
		width: 96%;
		max-width: 96%;
		text-align: left!important;
		margin: 30px auto 20px;
	}


/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ループスライダー*/
	.loopslider1,
	.loopslider2 {
		height: 120px;
	}

	.loopslider1 li,
	.loopslider2 li {
		width: 160px;
		height: 120px;

	}

	.loopslider1 li img,
	.loopslider2 li img {
		width: 160px;
		height: 120px;
	}


/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝3つのコンテンツ*/
	.threeContaintWap {
		width: 96%;
		margin: 0px auto;
		display: block;
	}

	.threeCon {
		width: 300px;
		margin: 0px auto 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}


	/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝2つのコンテンツ*/
	.twoCon_w_Wap {
		padding: 30px 0px;
		background-color: #e2e3e3;
		margin-bottom: 60px;
	}

	.twoCon_Wap {
		display: block;	
	}

	.twoCon {
		width: 80%;
		margin: 0px auto 20px;
	}

	.twoConIMG {
		margin-bottom: 5px;
	}

	.twoConTitle {
		font-size: 18px;
		color: #000;
		margin-bottom: 5px;
		text-align: left;
	}

	.twoConTxt {
		text-align: left;
	}


	/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝バナー領域*/

	.bannerArea {
		display: box;
		display: -webkit-box;
	    display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		-ms-justify-content: space-around;
		-o-justify-content: space-around;
		justify-content: space-around;		
	}

	.bannerArea::before{
	  content:"";
	  display: block;
	  width:23%;
	  order:1;	
	}

	.bannerArea::after{
	  content:"";
	  display: block;
	  width:23%;
	}


	.bnWap {
		width: 45%;
		margin-bottom: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

}