@charset "utf-8";

/* =======================================

	CommonElements

======================================= */

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 14px 0 ;
}

.wideslider {
	width: 492px;
	text-align: left;
	position: relative;
	overflow: hidden;
	float: left;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	padding-left:0px;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	top: 131px;
}
.slider_prev {background: url(../images/prevslidebtn.svg) no-repeat left center;}


.slider_next {background: url(../images/nextslidebtn.svg) no-repeat right center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/*検索方法選択*/

.selectbox{
	margin-bottom: 9px;
}

.selectbox a{
	display: block;
	float: left;
	width: 32%;
	margin-right: 1%;
	border: 2px solid #fff;
	border-radius: 3px;
	padding: 3px 6px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.selectbox a:before{
	content: "";
	position: absolute;
	width: 12px;
	height: 15px;
	background: url(../images/arrow-down.svg) no-repeat 100%;
	right: 6px;
	top: 6px;
}

.selectbox a:last-child{
	margin-right: 0%;
}

.calenderbtn{
	background: #5DD0D8;
}

.agebtn{
	background:#FBB03B;
}

.contentbtn{
	background: #F65C6E;
}


.calender{
	width: 493px;
	float: right;
	background: rgba(255,181,16,8.5);
	padding: 12px;
}

#carender{
	background: none;
}

#n_right #carender{
	background: #EDEDED;
	padding-bottom: 12px;
	}

.calender h3{
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
}

.calender h3 img{
	width: 351px;
}

.calender .calender01{
	float: left;
}

.calender .calender02{
	float: right;
}

.calender .carender-wrap{
	position: relative;
	padding: 0 30px;
}

.calenderbody{
	padding: 6px 18px;
	background: rgba(255,255,255,0.4);
}

.calenderbody section{
	width: 160px;
	padding: 0;
}

.age-select form,.content-select form,#side-search form{
	padding: 9px;
	position: relative;
	margin-bottom: 9px;
}

.age-select form label:before,.content-select form label:before,#side-search form label:before{
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	top: 9px;
	right: 9px;
	background: url(../images/arrow-down.svg) no-repeat center #B3B3B3;
	background-size: 9px;
	pointer-events: none;
	z-index:10;
}

.age-select,.content-select{
	background: rgba(255,255,255,0.4);
	padding: 9px;
	display: none;
}

.s-child form{
	background: #EDEDED;
	padding: 9px;
}

.s-child form select,#side-search select{
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  padding: 9px;
	height: 38px;
}

.pickup-cat a{
	display: block;
	position: relative;
	width: 48%;
	color: #fff;
	padding: 6px;
	text-align: left;
	text-decoration: none;
}

.age-select .pickup-cat a:before{
	content: "";
	display: block;
	background: url(../images/rightcatarrow.svg) no-repeat;
	height: 11.1px;
	width: 8.6px;
	position: absolute;
	right: 9px;
	top: 11px;
}

.pickup-cat .age20,.pickup-cat .age40{
	float: left;
}

.pickup-cat .age30,.pickup-cat .age50{
	float: right;
}

.pickup-cat .age20,.pickup-cat .age30{
	margin-bottom: 9px;
}

.pickup-cat .age20{background:#80DDC5;}
.pickup-cat .age30{background: #C3E286;}
.pickup-cat .age40{background: #80E099;}
.pickup-cat .age50{background: #F2C86B;}

.pickup-cat .con-cat{
	width: 33%;
	text-align: left;
	float: left;
	position: relative;
	color: #32363A;
	padding-left: 38px;
}

.pickup-cat .con-cat:nth-child(1),.pickup-cat .con-cat:nth-child(2),.pickup-cat .con-cat:nth-child(3){
	margin-bottom: 6px;
}

.con-cat:before{
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0px;
}

.beginer{
	background: url(../images/icon-begin.svg) no-repeat;
}

.weekday{
	background: url(../images/icon-time.svg) no-repeat;
}

.corabo,.cat-item-c-collabo a:before{
	background: url(../images/icon-shake.svg) no-repeat;
}

.agegap{
	background: url(../images/icon-recycle.svg) no-repeat;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}



/* =======================================
	smart phone media query
======================================= */

@media screen and (max-width:640px){

.sp-apear{
	display: block;
}

a.sp-hidden{
	display: none;
}

.calender{
	width: 100%;
	padding: 0px;
}

.calender h3{
	background: #5DD0D8;
	margin-bottom: 0px;
}

.selectbox{
	margin-bottom: 0px;
}

.calender h3 img{
	width: 30%;
	padding: 12px;
	}

.calenderbody{
	padding-left: 31px;
	padding-right: 31px;
}

#select-wrap .spcs-btn{
	background: #8BEAD1;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding: 12px 24px;
	position: relative;
}

#select-wrap .spage-btn{
	background: #FBB03B;
}

#select-wrap .spcon-btn{
	background: #FF7892;
}

#select-wrap .spcs-btn span{
	position: absolute;
	height: 12px;
	width: 17px;
	top: 18px;
	right: 12px;
	background: url(../images/searchbottomarrow.svg) no-repeat;
}

.calender .carender-wrap{
	background: #8BEAD1;
	padding: 0px;
}

.calender .calender01,.calenderbody section{
	width: 100%;
}

.calender02.calenderbody{
	display: none;
}

.age-select,.content-select,.carender-wrap{
	display: none;
}

.content-select{
	background: #FFAEBE;
}

.pickup-cat a{
	width: 100%;
	padding: 12px;
}

.pickup-cat .age40{
	margin-bottom: 9px;
}

.fc-calendar .fc-row > div:empty{
	background: #f7f7f7;
}

.fc-calendar .fc-row > div {
    padding: 16px;
    border-bottom: 1px solid #ddd;
}

.pickup-cat .con-cat{
	width: 100%;
	padding-left: 52px;
}


}