@charset "utf-8";
/* CSS Document */
#cate_list{
	margin-bottom: 30px;
}
#cate_list li{
	background-color: #8BDDFF;
	border-bottom: 1px solid #fff;
}
#cate_list li a{
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
}
#cate_list li a span{
	display: inline-block;
	text-align: left;
}
#reform{
	padding: 30px 3% 1%;
}

#reform .cate{
	margin-top: 20px;
	padding-bottom: 10px;
}
#reform .cate .open_bt{
	display: table;
	width: 100%;
	cursor: pointer;
}
#reform .cate .open_bt span{
	display: table-cell;
	vertical-align: middle;
	padding: 2%;
	background-color: #51BDFF;
	cursor: pointer;
}
#reform .cate .open_bt .arrow{
	width: 20%;
	text-align: center;
	cursor: pointer;
}
#reform .cate .open_bt .arrow img{
	width: 50%;
	max-width: 100px;
}
.arrow img{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.arrow_be img{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);	
}
#reform .cate .open_bt .cate_title{
	width: 70%;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
#reform .cate{
	background-color:rgba(255,255,255,1.00);
	color: #4d4d4d;
	margin-bottom: 30px;
	text-align: center;
}
#reform .cate .cate_title{
	font-size: 18px;
	font-weight: bold;
	color: #2990FF;
	position: relative;
	display: inline-block;
	max-width: 80%;
	padding: 30px 10px;
}
#reform .cate .cate_title:before,
#reform .cate .cate_title:after{
	position: absolute;
	top: 50%;
	content: '';
	width: 1.5em;
	height: 1px;
	background-color: #51BDFF;
}
#reform .cate .cate_title:before{
	left: 100%;
}
#reform .cate .cate_title:after{
	right: 100%;
}
.cate .cate_txt{
	text-align: left;
	padding: 0 30px;
	margin-bottom: 30px;
}
#reform .cate .cate_box{
	padding: 0 5%;
	margin-bottom: 30px;
}
#reform .cate .cate_box:last-of-type{
	margin-bottom: 0;
}
#reform .cate_photo{
	width: 100%;
	text-align: center;
}
#reform .cate_photo figure{
	width: 80%;
	margin: 0 auto 30px;
}
#reform .box_wrap{
	text-align: left;
}
#reform .cate .cate_box{}
#reform .cate .cate_box > .box_item{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	flex-direction: row;
	justify-content: space-between;
}
#reform .cate .cate_box > .box_item >.box_item{
	width: 58%;
}
#reform .cate .cate_box > .box_item .box_photo{
	width:  40%;
}
#reform .cate_box > .box_item .box_photo .box_img1{
	position: relative;
	overflow: hidden;
}
#reform .cate_box > .box_item .box_photo .box_img1 img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#reform .cate .cate_box .box_title1{
	color: #2990FF;
	font-weight: bold;
	font-size: 16px;
	padding: 0 20px;
	margin-bottom: 10px;
	position: relative;
}
#reform .cate .cate_box .box_title1:after{
	 position: absolute;
	 top: 15px;
	 left:0;
	 content: '';
	 width: 15px;
	 height:1px;
	 background-color: #51BDFF;
}
#reform .cate .cate_box .box_txt1{
	padding: 0 20px;
}
#reform .cate .cate_box .box_txt2{
	margin-top: 20px;
	margin-left: 20px;
}
#reform .cate .cate_box .box_txt2 a{
	color: #fff;
	background-color: #faabb3;
	padding: 10px;
	display: inline-block;
}
#reform .cate .retop{
	color: #2990FF;
	text-align: center;
	border: 1px dotted #51BDFF;
	padding: 10px;
	margin: 10px;
	margin-top: 30px;
	margin-bottom: 0;
	cursor: pointer;
}
#reform .cate .retop:before{
}
#reform .cate_txt:empty,
#reform .cate_box .box_title1:empty,
#reform .cate_box .box_title2:empty,
#reform .cate_box .price:empty,
#reform .cate_box .box_txt1:empty,
#reform .cate_box .box_txt2:empty{
	display: none;
}
/*IEのみ*/
@media all and (-ms-high-contrast: none) {
	#cate_list li a{
		padding-top: 13px;
	}
	#reform .cate .cate_title{
		
	}
	#reform .cate .cate_box .box_txt1{
		padding-top: 3px;
	}
	#reform .cate .cate_box .box_txt2 a{
		padding-top: 13px;
	}
	#reform .cate .retop{
		padding-top: 13px;
	}
}
/*タブレット以上*/
@media screen and (min-width: 700px){
#reform{
	padding: 5% 8% 3%;
}
}
/*タブレット以下*/
@media screen and (max-width: 780px){
	#reform .cate_photo figure{
		width: 90%;
	}
	#reform .cate .cate_box > .box_item >.box_item{
		width: 100%;
	}
	#reform .cate .cate_box > .box_item .box_photo{
		width:  100%;
		margin-bottom: 20px;
	}
}
/*スマホ以下*/
@media screen and (max-width: 669px){
	#reform .cate .cate_box .box_title2{
		width: 100%;
	}
	#reform .cate .cate_box .price{
		width: 100%;
	}
}
/*横向き*/
@media screen and (orientation: landscape){
@media screen and (max-height: 700px){
}
@media screen and (min-height: 700px){
}
}