@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;
}
#guide{
	padding: 30px 3% 1%;
}

#guide .cate{
	margin-top: 20px;
	padding-bottom: 10px;
}
#guide .cate .open_bt{
	display: table;
	width: 100%;
	cursor: pointer;
}
#guide .cate .open_bt span{
	display: table-cell;
	vertical-align: middle;
	padding: 2%;
	background-color: #51BDFF;
	cursor: pointer;
}
#guide .cate .open_bt .arrow{
	width: 20%;
	text-align: center;
	cursor: pointer;
}
#guide .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);	
}
#guide .cate .open_bt .cate_title{
	width: 70%;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
#guide .cate{
	background-color:rgba(255,255,255,1.00);
	color: #4d4d4d;
	margin-bottom: 30px;
	text-align: center;
}
#guide .cate .cate_title{
	font-size: 18px;
	font-weight: bold;
	color: #2990FF;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	max-width: 80%;
	padding: 30px 10px;
}
#guide .cate .cate_title:before,
#guide .cate .cate_title:after{
	position: absolute;
	top: 50%;
	content: '';
	width: 1.5em;
	height: 1px;
	background-color: #51BDFF;
}
#guide .cate .cate_title:before{
	left: 100%;
}
#guide .cate .cate_title:after{
	right: 100%;
}
.cate .cate_txt{
	border: 1px dotted #51BDFF;
	margin: 10px;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 10px;
}
#guide .cate .cate_box{
	padding: 0 5%;
	margin-bottom: 30px;
}
#guide .cate .cate_box:last-of-type{
	margin-bottom: 0;
}
#guide .cate_photo{
	width: 100%;
	text-align: center;
}
#guide .cate_photo figure{
	width: 80%;
	margin: 0 auto 30px;
}
#guide .box_wrap{
	text-align: left;
}
#guide .cate .cate_box .box_title1{
	color: #2990FF;
	font-weight: bold;
	font-size: 16px;
	padding: 0 20px;
	margin-bottom: 10px;
	position: relative;
}
#guide .cate .cate_box .box_title1:after{
	 position: absolute;
	 top: 15px;
	 left:0;
	 content: '';
	 width: 15px;
	 height:1px;
	 background-color: #51BDFF;
}
#guide .cate .cate_box .box_txt1{
	padding: 0 20px;
}
#guide .cate .cate_box .price{
	width: 30%;
}
#guide .cate .cate_box:last-of-type .box_txt2{
	margin-bottom: 0;
}
#guide .cate .retop{
	color: #2990FF;
	text-align: center;
	border: 1px dotted #51BDFF;
	padding: 10px;
	margin: 10px;
	margin-top: 30px;
	margin-bottom: 0;
	cursor: pointer;
}
#guide .cate .retop:before{
}
#guide .cate_txt:empty,
#guide .cate_box .box_title1:empty,
#guide .cate_box .box_title2:empty,
#guide .cate_box .price:empty,
#guide .cate_box .box_txt1:empty,
#guide .cate_box .box_txt2:empty{
	display: none;
}
/*IEのみ*/
@media all and (-ms-high-contrast: none) {
	#cate_list li a{
		padding-top: 13px;
	}
	#guide .cate .cate_title{
	}
	#guide .cate .cate_box .box_txt1{
		padding-top: 3px;
	}
	#guide .cate .retop{
		padding-top: 13px;
	}
}
/*タブレット以上*/
@media screen and (min-width: 700px){
	#guide{
		padding: 5% 8% 3%;
	}
}
/*スマホ以下*/
@media screen and (max-width: 669px){
	#guide .cate .cate_box .box_title2{
		width: 100%;
	}
	#guide .cate .cate_box .price{
		width: 100%;
	}
}
/*横向き*/
@media screen and (orientation: landscape){
@media screen and (max-height: 700px){
}
@media screen and (min-height: 700px){
}
}