@charset "UTF-8";

/*///////////////////////////////////////////////////////
	style.css
	
	Author　nakajima
	Date　2017.01.16
///////////////////////////////////////////////////////*/


/*------------------------------
	 メインビジュアル設定
------------------------------ */

#mainvisualBox{
	height:auto;
	width: 100%;
}



/*------------------------------
	 メニューボタン設定
------------------------------ */


.howtoBtn a{
	color:#48b3c2;
	text-align: center;
	font-size: 12px;
	letter-spacing: -0.1em;
	text-decoration: underline;
}


/*------------------------------
	 絞り込み設定
------------------------------ */

.squeeze{
    background: #f1f0ed;
    padding: 20px 10px;
}

.squeeze h2{
	padding: 0 10px;
	border-bottom: #4a4138 1px solid;
}

.squeeze h2 .fa{
	float: right;
}

.squeeze div.mrl10{
	display: none;
}

.squeeze .flex {
	-webkit-justify-content: space-between;
	justify-content: space-between;	
}

.squeeze .color ul li{
	flex: 0 1 18%;
}

.squeeze .type ul li{
	flex: 0 1 10%;
}

.squeeze .category , .squeeze .plan {
	flex: 0 1 48%;
}

.squeeze .category ul li a, .squeeze .plan ul li a{
	padding: 5px;
	display: block;
	border: #aba28c 1px solid;
	border-radius: 4px;
	background: #fff;
	color: #aba28c;
}

.squeeze .category ul .on a, .squeeze .plan ul .on a{
	background:#aba28c ;
	color: #fff;
}

.squeezeBtn a{
	background: #4a4138;
	border-radius: 4px;
	padding: 10px;
	display: block;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}


/*------------------------------
	 ページャ設定
------------------------------ */

.pager li{
	flex: 1 0 auto;
}

.pager li>a{
    border-radius: 100%;
    height: 36px;
    width: 36px;
    text-align: center;
    padding: initial;
    padding-top: 7px;
	border: none;
	background:#ccc;
	color:#fff;
	display: block;
}

.pager li>span , li.next a{
    border: none;
	background:none;
	color:#333;
    vertical-align: middle;
}

.pager .next>a, .pager .next>span{
	float:none;
}

.pager li.current a{
	background: #48b3c2;
}




