#top{
	min-width:1040px;
	max-width:1154px;
	margin:0 auto;
}

#top .main_image{
	width:1016px;
	margin:0 auto 39px auto;
}

#top .bottom_rss{
	margin: 0 auto;
	width:1154px;
}

#top .top_rss{
	margin: 0 auto;
	width:1086px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}





/* ///////////////////////////////////////
メディア掲載
/////////////////////////////////////// */
#media{
	width:calc(70% - 36px);
	margin:0 0 36px 0;
	overflow:hidden;
}

#media .subtitle{
	text-align: center;
	height: 80px;
	line-height: 80px;
}

#media .subtitle img{
	padding-left: 18px;
	vertical-align: middle;
}

#media .media_box{
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 25px;
	padding: 30px 30px 15px 30px;
	height: 228px;
	background-color: #fff;
}

#media .media_box .item_box{
	position: relative;
	margin: 0;
	padding: 0 10px;;
	border-bottom: dotted 1px #ccc;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
}

#media .media_box .item_box .date{
	float: left;
	font-weight: 500;
}

#media .media_box .item_box .note{
	display: block;
	margin-left: 120px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#media .media_box .item_box .note a:hover{
	text-decoration: underline;
}

#media .media_box .media_blog_link{
	position: absolute;
	right: 30px;
	bottom: 20px;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 16px;
}

#media .media_box .media_blog_link:hover{
	opacity: 0.7;
}

#media .media_box .media_blog_link > img{
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
}
.banner{
	display:block;
	margin-top:14px;
}

/*////////////////////////////////////////
ざ・さんだる
////////////////////////////////////////*/
#the_sandals{
	width: 24%;
}

#the_sandals a{
	display: block;
	width: 100%;
}

#the_sandals a img{
	width: 100%;
	margin-top: 25px;
}
#the_sandals .subtitle{
	height: 80px;
	line-height: 80px;
	text-align: center;
}

#the_sandals .subtitle img{
	padding-left: 18px;
	vertical-align: middle;
}
#the_sandals .item_box{
	box-sizing: border-box;
	background-color:#333333;
	width:260px;
	height: 320px;
	float:left;
	margin:25px 0 45px 0;
	padding:7px;
	font-size:15px;
}

#the_sandals .item_box .pic{
	margin:0 0 10px 0;
	width:246px;
	height:230px;
	overflow:hidden;
	font-size:0;
	background-color:#FFFFFF;
}

#the_sandals .item_box .pic a{
	display:block;
	width:246px;
	height:230px;
	background-size:cover;
	background-position:center;
}

#the_sandals .item_box .pic a:hover{
	opacity:0.7;
}

#the_sandals .item_box .note{
	padding:0 5px;
	margin:0;
	color:#FFFFFF;
}

#the_sandals .item_box .note .date{
	display:block;
	margin-bottom:10px;
	font-weight:bold;
}

#the_sandals .item_box .note .title{
	font-size:15px;
	overflow: hidden;
	height: 2.4em;
}

#the_sandals .item_box .note .title a{
	color:#FFFFFF;
}

/* ///////////////////////////////////////
ニュース
/////////////////////////////////////// */

#news{
	width:1154px;
	margin:0 auto 40px auto;
	overflow:hidden;
}

#news .news_box{
	width: 1250px;
}

#news .subtitle{
	text-align:center;
	font-weight:normal;
	font-size:30px;
	line-height:42px;
	padding-left:36px;
	margin:0 0 39px 0;
}

#news h1 img{
	padding-left:10px;
}

#news .item_box{
	background-color:#ffffff;
	width:246px;
	float:left;
	margin-right: 38px;
	padding:7px;
	font-size:15px;
}

#news .item_box .pic{
	margin:0 0 10px 0;
	width:246px;
	height:233px;
	overflow:hidden;
	font-size:0;
}

#news .item_box .pic a{
	display:block;
	width:246px;
	height:230px;
	background-size:cover;
	background-position:center;
}

#news .item_box .pic:hover{
	opacity:0.7;
}

#news .item_box .note{
	padding:0 5px;
	margin:0;

}

#news .item_box .note .date{
	display:block;
	margin-bottom:10px;
	font-weight:bold;
}

#news .item_box .note .title{
	font-size:15px;
	overflow: hidden;
	height: 2.4em;
}

@media screen and (max-width: 1154px) {
	#top .top_rss{
		margin: 0 auto;
		width:1040px;
	}

	#top .bottom_rss{
		margin: 0 auto;
		width:1040px;
	}

	#news{
		width: 1040px;
	}

	#news .item_box{
		width: 236px;
		margin-right: 13px;
		padding: 7px 7px;
	}

	#news .item_box .pic a{
		width: 236px;
	}
}


/* ///////////////////////////////////////
ページ下段のメニュー
/////////////////////////////////////// */
#contents_menu{
	min-width:1020px;
	max-width:1154px;
	margin:0 auto 40px auto;
	overflow:hidden;
	background-color:#ffffff;
}

#contents_menu .nav_top{
	display:block;
	width:100%;
	height:344px;
	background-image:url("/img/top/pic_01.jpg");
	background-position:center;
	color:#ffffff;
}

#contents_menu .nav_top:hover{
	opacity:0.7;
}

#contents_menu .nav_top .title{
	font-size:30px;
	text-align:center;
	display:block;
	padding-top:95px;
	font-weight:bold;
}

#contents_menu .nav_top .icon{
	text-align:center;
	display:block;
	padding-top:10px;
}

#contents_menu .nav_top .note{
	font-size:30px;
	text-align:center;
	display:block;
	padding-top:38px;
	font-weight:normal;
}


#contents_menu .nav_box{
	display:block;
	width:33.3333333%;
	float:left;
	height:387px;
	background-position:center;
	color:#ffffff;
}

#contents_menu .nav_box:hover{
	opacity:0.7;
}

#contents_menu .nav_box .title{
	font-size:30px;
	text-align:center;
	display:block;
	padding-top:95px;
}

#contents_menu .nav_box .icon{
	text-align:center;
	display:block;
	padding-top:10px;
	height:65px;
	line-height:65px;
}

#contents_menu .nav_box .note{
	font-size:15px;
	display:block;
	padding:0px 0 0 0;
	width:240px;
	margin:0 auto;
	font-weight:normal;
}


#contents_menu .nav_bg_01{
	background-image:url("/img/top/pic_02.jpg");
	background-position:center;
}

#contents_menu .nav_bg_02{
	background-image:url("/img/top/pic_03.jpg");
	background-position:center;
}

#contents_menu .nav_bg_03{
	background-image:url("/img/top/pic_04.jpg");
	background-position:center;
}
.slick-list{
	width:1016px !important;
}
.slick-dots li button:before{
    font-size: 30px;
    font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.slick-prev{
    left: -10px !important;
    z-index: 1;
    width: 69px !important;
    height: 77px !important;
}
.slick-next{
    right: -10px !important;
    z-index: 1;
    width: 69px !important;
    height: 77px !important;
}
.slick-prev:before{
	content:url(/img/top/left.png);
}
.slick-next:before{
	content:url(/img/top/right.png);
}
