@charset "utf-8";

/*----------------------------------------------------*/ 
/* top_vi
------------------------------------------------------*/

#top_vi {
	position:relative;
	margin:0 auto 40px;
	width:1000px;
	height: 300px;
}

#top_vi .carousel img {
	width: auto;
	height: 300px !important;
}


#top_vi .slick-dots {
	position:absolute;
	left:22px;
	bottom:12px;
	z-index:100;
}

#top_vi .slick-dots li {
	display:inline-block;
}

#top_vi .slick-dots button {
	width:35px;
	height:35px;
	background:#FFE64D;
	color:#3F390D;
	text-decoration:none;
	margin-right:5px;
	border-radius:5px;
	border: none;
	appearance:none;
	position:relative;
	opacity:0.4;
	box-shadow:none;
	cursor: pointer;
}

#top_vi .slick-dots .slick-active button,
#top_vi .slick-dots button:hover{
	opacity:1;
}

#top_vi .pager span {
	position:absolute;
	top:50%;
	left:0%;
	line-height:1;
	font-size:125%;
	margin-top:-9px;
	width:35px;
	text-align:center;
}

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

#top_vi {
	position:relative;
	margin:0 auto 40px;
	width:100%;
	height: auto;

}

	#top_vi li img {
		width: 100%;
}

#top_vi .slick-dots {
	position:relative;
	left:auto;
	bottom:auto;
	z-index:0;
}
#top_vi .slick-dots button {
	width:25px;
	height:25px;
}	
	
}

/*----------------------------------------------------*/ 
/* top_info
------------------------------------------------------*/

#top_info {
	margin-bottom:10px;
}

#top_info dl {
	overflow:hidden;
}

#top_info dt {
	float:left;
	clear:both;
	width:125px;
	color:#98A63C;
	font-weight:bold;
	line-height:1.7;
}

#top_info dd {
	margin:0 0 25px 125px;
	line-height:1.7;
}

#top_info dd a {
	color:#3F3913;
}

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

#top_info {
	margin: 0 10px;
}
	
#top_info dt {
	float:none;
	clear:both;
	width:100%;
}

#top_info dd {
	margin:0 0 15px 0;
	line-height:1.7;
}	
	
}


/*----------------------------------------------------*/ 
/* top_info
------------------------------------------------------*/

#top_service {
	background:#FDFCF8;
	padding:26px;
	box-shadow:rgba(127, 115, 38, 0.2) 6px 6px 6px 0px;
-webkit-box-shadow:rgba(127, 115, 38, 0.2) 6px 6px 6px 0px;
-moz-box-shadow:rgba(127, 115, 38, 0.2) 6px 6px 6px 0px;
	position:relative;
	margin-bottom:25px;
}

#top_service:before {
	content:"";
	width:104px;
	height:117px;
	background:url(/oomuchi/lib/img/top/bg_01.png) no-repeat;
	position:absolute;
	top:-25px;
	right:15px;
}

#top_service h2 {
	margin-bottom:25px;
}

#top_service .box {
	overflow:hidden;
	margin-bottom:35px;
}

#top_service .box .image {
	float:left;
	margin-right:20px;
}

#top_service .box .detail {
	overflow:hidden;
	float:right;
	width: 448px;
}

#top_service .link {
	overflow:hidden;
}

#top_service .link li {
	float:left;
	margin-left:7px;
}

#top_service .link li:first-child {
	margin-left:0;
}

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


#top_service {
	padding: 104px 10px 10px 10px;
	margin: 0 10px 30px 10px;
}

#top_service h2 {
	margin-bottom:25px;
}

#top_service .box {
	overflow:hidden;
	margin-bottom:15px;
}

#top_service .box .image {
	float:none;
	margin:0 0 20px;
	text-align: center;
}
	
#top_service .box .detail {
	overflow:hidden;
	float:none;
	width: 100%;
}


#top_service .link {
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#top_service .link li {
	float:none;
	margin:0 0 7px;
	text-align: center;
	width: 32%;
}

#top_service .link li img {
	width: 100%;
}

}


/*----------------------------------------------------*/ 
/* top_info
------------------------------------------------------*/

#homecare_service {
	background:#FDFCF8;
	padding:26px;
	box-shadow:rgba(127, 115, 38, 0.2) 6px 6px 6px 0px;
-webkit-box-shadow:rgba(127, 115, 38, 0.2) 6px 6px 6px 0px;
-moz-box-shadow:rgba(127, 115, 38, 0.2) 6px 6px 6px 0px;
	position:relative;
	margin-bottom:55px;
 position: relative;
}

#homecare_service h2 {
	margin-bottom:25px;
}

#homecare_service .box p {
 margin-bottom: 40px;
}

#homecare_service .image {
 position: absolute;
 bottom: 25px;
 right: 25px;
}


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


#homecare_service {
	padding: 10px 10px 150px 10px;
	margin: 0 10px 30px 10px;
}

#homecare_service h2 {
	margin-bottom:15px;
}

 #homecare_service .box p {
 margin-bottom: 20px;
}
 
#homecare_service .box {
	overflow:hidden;
	margin-bottom:15px;
}



}



/*----------------------------------------------------*/ 
/* top_blog
------------------------------------------------------*/

#top_blog .person {
	overflow:hidden;
	margin-bottom:10px;
}

#top_blog .person p {
	float:left;
}

#top_blog .person ul {
	float:right;
	overflow:hidden;
}

#top_blog .person li {
	float:left;
	margin-left:10px;
}

#top_blog .entry {
	background:#FEFEFD;
	padding:0 20px;
}

#top_blog .entry li {
	border-top:dotted 1px #CCCCCC;
	padding:20px 0;
	overflow:hidden;
}

#top_blog .entry li:first-child {
	border-top:none;
}

#top_blog .entry li > span {
	float:left;
	width:115px;
	font-weight:bold;
	color:#6EADE7;
}

#top_blog .entry li dl {
	overflow:hidden;
}

#top_blog .entry li dt {
	font-size:107%;
	margin-bottom:10px;
}


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

#top_blog .person{
	padding:0 10px;
}
	
#top_blog .person p {
	float:none;
}

#top_blog .person ul {
	float:none;
	overflow:hidden;
	text-align: right;
}

#top_blog .person li {
	float:none;
	margin-left:10px;
	display: inline-block;
}

#top_blog .entry {
	margin:0 10px 20px;
}
#top_blog .entry li > span {
	float:none;
	display: inline-block;
	width:auto;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding: 3px 1em 2px;
	background: #6EADE7;
	color: #FFF;
	font-size: 14px;
}
	
	
}