@charset "UTF-8";
@import url("./common/reset.css");
@import url("./common/advanced.css");
@import url("./common/base.css");

/*------------------------------------------------------------
トップページ
-------------------------------------------------------------*/

/**/
.main_slide {
	padding-bottom: 50px;
}

.main_slide .slider {
	width: 870px;
	margin: 0 auto;
}

.main_slide .slick-img:not(.slick-active) {
	background: #666;
}

.main_slide .slick-img:not(.slick-active) img{
	opacity: 0.5;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	width: 800px;
	height: 400px;
}

.slide-arrow {
	width: 35px;
	height: 400px;
}

.slide-arrow:hover {
	cursor: pointer!important;
}

.slide-arrow i {
	font-size: 28px;
}

/**/
.link_outer_1 .to_today a {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	width: 510px;
	height: 60px;
}

.link_outer_1 .to_today a::before {
	content: "";
	width:352px;
	height: 60px;
	background: url(../images_design/common/to_today_1.gif) no-repeat 0 0;
}
.link_outer_1 .to_today a p {
	width: 158px;
	height: 60px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	background: url(../images_design/common/to_today_2.gif) no-repeat 0 0;
	color: #fff;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

/**/
.womenlist_item {
	width: 170px;
	margin-right: 5px;
	margin-bottom: 5px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.womenlist_item:nth-child(5n) {
	margin-right: 0;
}

.womenlist_item a.co-link {
	width: 170px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.womenlist_item a.co-link {
	background: #E94A6F;
	height:360px;
}

.womenlist_item a.co-link .name {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	line-height: 1;
	color: #fff;
}

.womenlist_item a.co-link .name span {
	width:170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding:  2px 5px;
	text-align: center;
}

.womenlist_item a.co-link img {
	width: 170px;
	height: 229px;
}

.womenlist_item a.co-link .schedule {
	width: 170px;
	line-height: 30px;
	color: #F22D84;
	font-weight: bold;
	box-sizing: border-box;
	font-size: 16px;
}

.womenlist_item .womentag {
	width: 164px;
	height: 48px;
	margin-bottom: 3px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow: hidden;
}

.womenlist_item .womentag span {
	width: 81px;
	height: 22px;
	margin-bottom: 2px;
	background: #fff;
	font-size: 10px;
	font-family: 'Noto Sans JP', sans-serif;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
}

.womenlist_item .schedule {
	width: 170px;
	height: 30px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	background: #000;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.womenlist_item .schedule span {
	padding-bottom: 3px;
}

/**/
.reading_outer {
	width: 870px;
	text-align: center;
	background: url(../images_design/common/bg_4.gif) repeat-y 0 0;
}

.reading_outer .reading_inn .reading_item {
	padding: 0 0 100px;
	background: url(../images_design/common/bg_5.png) no-repeat left bottom;
}

.reading_outer .reading_inn {
	background: url(../images_design/common/bg_3.gif) no-repeat 0 0;
}

.reading_outer .reading_inn h2 {
	width: 660px;
	height: 160px;
	margin:  0 auto 0;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #E1CBB2;
}
