@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev, .slick-next {
    background: url(//do-blog.jp/common/img/slider_arrow.png) 0 0 no-repeat;
    opacity: 0.6;
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

/*    color: transparent;*/
    border: none;
    outline: none;
}
.slick-next {
    background: url(//do-blog.jp/common/img/slider_arrow_next.png) 0 0 no-repeat;
}
/**/
.slick-prev:before, .slick-next:before, .slick-prev:after, .slick-next:after {
	display: none!important;
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}





/* do-blog custom ------------------------------------ */

/* #rap用 */
.slider_box {
	max-width:638px;
	border:1px solid #ddd;
	margin-bottom:30px;
	overflow:hidden;
}
.slider {
	background:#000;
	width:638px;
	overflow:hidden;
	position:relative;
	margin-bottom:0;
}
.slider .slider_item {
	height:478px;
	overflow: hidden;
}
.slider a.slider_link {
	display:block;
}
.slider img {
	width:100%;
}
.comment:before {
	content:"";
	display:block;
	background:#000;
	height:2px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
.comment {
	background:url("../../../common/img/bg.png");
	width:100%;
	padding:10px 10px 20px;
	position:absolute!important;
	bottom:0;
	box-sizing:border-box;
	box-shadow:0 -130px 30px -30px rgba(0,0,0,0.8) inset!important;
}
.comment h1 {
	color:#fff;
	font-size:22px;
	font-weight:bold;
	margin-bottom:5px;
}
.comment p {
	color:#fff;
	font-size:13px;
	line-height:140%;
}
.pager {
	background:#777;
	padding:10px 25px;
	margin:0 auto;
}
.pager .pager_img {
	background:#000;
	height:65px;
	margin:0 5px;
	cursor:pointer;
	overflow:hidden;
	text-align:center;
}
.pager .pager_img img {
	overflow:hidden;
	margin:auto;
	height:100%;
	width:100%;
}
.slick-prev {
	left:6px;
}
.slick-next {
	right:4px;
}
.slick-prev:hover, .slick-next:hover {
    opacity:1!important;
}


.pager .slick-center {
}
/* ヘッダー用 */
.wide_slider_area {
	width:100%;
	max-width:980px;
}
.wide_slider_area .slider {
	background:#333;
	width:100%;
}
.wide_slider_area .slider_box {
	border: 1px solid #ddd;
/*	max-width:initial;
	max-width:auto;*/
	max-width: 100% !important;
	clear:both;
	margin-bottom:0;
	position:relative;
}
.wide_slider_area .slider_box:before {
	display:none;
}
.wide_slider_area .slider_item {
	height:250px;
}
.wide_slider_area .slider_item .slider_link {
	height:250px;
	overflow: hidden;
}
.wide_slider_area .slider img {
	width:400px;
}
.wide_slider_area .comment:before {
	content:"";
	display:block;
	background:#333;
	height:100%;
	width:1px;
	position:absolute;
	bottom:0;
	top:0;
	left:-1px;
}
.wide_slider_area .comment {
	background:#333;
	width:580px;
	padding:30px 15px 0;
	top:0;
	right:0;
	box-shadow:-20px 0 30px 10px rgba(50,50,50,1)!important;
}
.wide_slider_area .comment h1 {
	font-size:25px;
	margin-top:0;
	margin-bottom:10px;
}
.wide_slider_area .pager {
	background:#444;
	width:563px;
	margin-bottom:0;
	position:absolute;
	bottom:15px;
	right:1px;
}

/* ここからタブレット対応 */
@media screen and (max-width: 786px) {
.slider {
	width:100%;
	max-width:638px;
}
.slider .slider_item {
	height:auto;
}
/**/
.wide_slider_area .slider_box {
	width:100%;
/*	max-width:initial;
	max-width:auto;*/
	max-width: 100% !important;
	margin:auto;
}
.wide_slider_area .slider {
	width:100%;
	max-width: 100% !important;
}
.wide_slider_area .slider_item {
	height:250px;
}
.wide_slider_area .comment {
	background:url("../../../common/img/bg.png") #333;
	width:auto;
	padding:30px 10px 0;
	margin-left:350px;
	margin-right:0;
	top:0;
	right:inherit;
	box-shadow:-20px 0 30px 10px rgba(50,50,50,1)!important;
}
.wide_slider_area .comment h1 {
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
}
.wide_slider_area .pager {
	width:100%;
	position:relative;
	bottom:0;
	right:0;
}

}
/* ここからスマートフォン対応 */
@media screen and (max-width: 485px) {
.slider {
	width:100%;
}
.slider .slider_item {
	height:300px;
}
.comment h1 {
	font-size:18px;
}
.comment p {
	font-size:11px;
}
/**/
.wide_slider_area .slider {
	width:100%;
}
.wide_slider_area .slider_item {
	height:300px;
}
.wide_slider_area .slider_item .slider_link {
	height:300px;
}
.wide_slider_area .slider img {
	width:100%;
}
.wide_slider_area .comment:before {
	display:none;
}
.wide_slider_area .comment {
	background-color:transparent;
	width:100%;
	max-width:100%;
	box-sizing:border-box!important;
	padding:10px 10px 20px;
	margin-right:0;
	margin-left:0;
	position:absolute!important;
	top:inherit;
	bottom:0;
	left:0;
	box-shadow:0 -130px 30px -30px rgba(0,0,0,0.8) inset!important;
}
.wide_slider_area .comment h1 {
	margin-bottom:5px;
}
.pager .pager_img img {
}
}

