/* slider
--------------------------------------*/
#slider{
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	z-index: 666;
	top: 3.25em;
	margin-bottom: 4.25em;
}
.item-slid{
	position: relative;
	overflow: hidden;
}
.slider a img:hover{
	opacity: 0.95;
}
img.point-top{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	width: 40%
}
img.point-bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 500;
	width: 40%
}
.slider-item{
	height: 28.5em;
}
.slider-item a{
	display: block;
	height: 100%;
}
	@media screen and (min-width: 1480px) {
		.slider-item{
			height: 33.5em;
		}
	}

	@media screen and (max-width: 768px) {
		#slider{
			top: 0;
			margin-bottom: 0;
			position: relative;
		}
		.slider-item{
			height: 26.5em;
		}
	}
	@media screen and (max-width: 667px) {
		.slider-item{
			height: 24em;
		}
	}
	@media screen and (max-width: 374px) {
		.slider-item{
			height: 18em;
		}
	}
.slider-item1{
	background:url(../images/index/slider1.jpg) no-repeat center;
	background-size: cover;
	background-position: 35% center;
}
.slider-item2{
	background:url(../images/index/slider2-open.jpg) no-repeat center;
	background-size: cover;
}
.slider-item-recruit{
	background:url(../images/index/slider-recruit.jpg) no-repeat center;
	background-size: cover;
}
	@media screen and (max-width: 667px) {
		.slider-item1{
			background:url(../images/index/slider1-sp.jpg) no-repeat center;
			background-size: cover;
		}
	}



/* contents
--------------------------------------*/
#content--index{
	width: 100%;
	max-width:1280px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 0.75em;
}
#hospital--index,
#salon--index{
	padding-bottom: 3em;
}
#hospital--index{
	width: 62%;
	background: #EFE5E9;
}
#salon--index{
	width: 38%;
	background: #FAEFDE;
}
#hospital--index .inner,
#salon--index .inner{
	padding: 0 2.75em;
}
.heading{
	display: block;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 1.0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background: #000;
	color: #fff;
	padding: 0.75em 0 0.75em 2.1em;
	margin-bottom: 1.25em;
}
	@media screen and (max-width: 768px) {
		#content--index{
			display: block;
		}
		#hospital--index,
		#salon--index{
			width: 100%;
		}
		#hospital--index .inner,
		#salon--index .inner{
			padding: 0 1.5em;
		}
		.heading{
			padding: 0.5em 0 0.5em 0.5em;
			font-size: 1.1em;
			font-weight: bold;
		}
	}
#hospital--index .heading{
	background: #EB6D9A;
}
#salon--index .heading{
	background: #E89B8D;
}

/* ニュース　*/

.newstitle{
	font-weight: 700;
	font-size: 1.1em;
}
.rsslist ul{
	border-top: 1px dotted #ccc;
	margin-top: 0.5em;
}
.rsslist li{
	border-bottom: 1px dotted #ccc;
	font-size: 0.9em;
	padding: 0.5em 0;
}
.rsslist li span{
	color: #4A9A45;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	padding-right: 0.75em;
}
.rsslist li a{
	padding-left: .5em;
}
.rsslist li a{
	max-width: 100%;
}
	@media screen and (max-width: 1080px) {
		.rsslist li a{
			padding-left: 0;
			display: block;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
	}

/* トピックス*/

.topics{
	background: #fff;
	margin-top: 2.0em;
	padding: 1.75em 1.75em 1em;
}
.copy{
	font-size: 1.3em;
	line-height: 1.5;
	margin-bottom: 1.25em;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.075em;
}
.copy span{
	font-weight: 500
}

.flex-topics{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-topics .item:nth-child(1){
	width: 100%;
}
.flex-topics .item:nth-child(2),
.flex-topics .item:nth-child(3){
	width: 48.5%;
}
	@media screen and (max-width: 768px) {
		.topics{
			padding: 1.75em 1.5em 1em;
		}
		.flex-topics-sp{
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.flex-topics-sp .item:nth-child(1),
		.flex-topics-sp .item:nth-child(2){
			width: 48.5%;
		}	
	}
	@media screen and (max-width: 414px) {
		.topics{
			padding: 1.75em 1em 1em;
		}
	}
.topics a.item{
	margin-bottom: 2em;
	display: block;
}

.topics .em{
	font-weight: 500;
	text-align: center;
	padding: 1em 0 0.75em;
	font-size: 1.05em;
}
.topics p{
	font-size: 0.875em;
	display: block;
	max-height: 5.0em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.more{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 0.8em;
	border-bottom:1px solid #999;
	color: #999;
	position: relative;
	margin-top: 0.5em;
	transition:.3s;
}
.more:before{
	content:"";
	position:absolute;
	bottom:.25em;
	right:-.15em;
	margin:auto;
	width: 1em;
	height: 1px;
	background: #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.topics a:hover .more{
	letter-spacing: 0.25em;
}

.topics .thumb{
	width: 100%;
	height: 13em;
	overflow: hidden;
	position: relative;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.topics a:hover .thumb{
	opacity: .7;
}

	@media screen and (max-width: 414px) {
		.topics .thumb{
			height: 9em;
		}
	}

.topics01 .thumb{
	background:url(../images/index/thumb_hospital1.jpg) no-repeat 85% center;
	background-size: cover;
}
.topics02 .thumb{
	background:url(../images/index/thumb_hospital2.jpg) no-repeat center;
	background-size: cover;
}
.topics03 .thumb{
	background:url(../images/index/thumb_hospital3.jpg) no-repeat 40% center;
	background-size: cover;
}
.topics04 .thumb{
	background:url(../images/index/thumb_salon1.jpg) no-repeat 20% center;
	background-size: cover;
}
.topics05 .thumb{
	background:url(../images/index/thumb_salon2.jpg) no-repeat center;
	background-size: cover;
}