@charset "utf-8";
/* CSS Document */

#sidemenu {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 3px;
	width: 40px;
	height: 150px;
	z-index: 50000;
}
#sidemenu img{
	width: 40px;
	height: auto;
	margin-bottom: 10px;
	transition: 0.4s;
}
#sidemenu img:hover{
	transform: scale(0.95);
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 200px;
	right: 3px;
	width: 40px;
	height: 40px;
	z-index: 50000;
	 filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 300px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/object/mimg_back.jpg);
	background-position: center;
	background-repeat: no-repeat;

}
#mimg .p1 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 48px;
	line-height: 49px;
	letter-spacing: 5px;
	font-weight: 700;
	color: #513f2a;
    text-align: center;
	-webkit-text-stroke: 5px #fff;
	paint-order: stroke;
	margin-top: 105px;
	float: left;
}
#mimg .p2 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 3px;
	font-weight: 700;
	color: #4494d1;
    text-align: center;
	-webkit-text-stroke: 2px #fff;
	paint-order: stroke;
	margin-top: 25px;
	float: left;
}

#breadcrumb {
	width: calc(100% - 20px);
	height: 49px;
	border-bottom: 1px solid #EEE;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
　　list-style: none;
    text-align: left;
	background-color: #fcfcfc;
	padding-left: 20px;
}
#breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  line-height: 50px;
}

#breadcrumb li:after {
  content: '>';
  padding: 3px 7px;
  color: #000;
}

#breadcrumb li:last-child:after {
  content: '';
}

#breadcrumb li a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
}
#breadcrumb .nl{
	width: auto;
  display: inline-block;
  padding: 0px;
  text-decoration: none;
  color: #ff96c8;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
}

#breadcrumb li a:hover {
  color: #ff96c8;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 40px;
}
#contents01 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
#c01Box {
	width: 100%;
	height: auto;
	display:flex;
	justify-content:space-between;
}

#c01txtBox {
	width: 550px;
	height: auto;
}
.h2ac {
	width: fit-content;
	height: auto;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: left;
	background:linear-gradient(90deg,#fa6496 0%,#fcb41b 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	float: left;
}
h2 {
	width: 100%;
	height: 49px;
	font-size: 32px;
	line-height: 49px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: 500;
	float: left;
	margin-top: 5px;
	background-image: url(../web/home/h2ac.png);
	background-size: 45px;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 1px solid #f1d0d0;
}
#c01txtBox .t1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 22px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
	color: #ff6464;
	margin-top: 20px;
}
#c01txtBox .t2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin-top: 20px;
}

#c01imgBox {
	width: 550px;
	height: 400px;
}
#c01imgBox img{
	width: 550px;
	height: 400px;
	border-radius: 10px;
}

#c01guide {
	width: 550px;
	height: auto;
	min-height: 180px;
	padding-bottom: 20px;
	outline: 2px solid #ff6464;
	outline-offset: -2px;
	border-radius: 10px;
	margin-top: 50px;
	float: left;
}
#c01guide.f { margin-left: 100px;}

#c01guide .ttl{
	width: 100%;
	height: 40px;
	background-color: #ff6464;
	border-radius: 10px 10px 0 0;
	text-align: center;
	font-size: 18px;
	line-height: 38px;
	color: #FFF;
	float: left;
}
#c01guide .t1{
	width: 500px;
	height: auto;
	text-align: left;
	font-size: 17px;
	line-height: 17px;
	color: #ff6464;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
}
#c01guide .t2{
	width: 500px;
	height: auto;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	border-bottom: 1px solid #ccc;
}
#c01guide .tablebox01{
	width: 500px;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	word-break: break-all;
	text-align: left;
	padding: 0;
}
#c01guide .tablebox01 table {
	width: 500px;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	clear:both;
}
#c01guide .tablebox01 td, th{
	min-width: ;
	border-bottom: 1px solid #ccc;
	padding: 0px 10px;
}


#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#contents02 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}

h3 {
	position: relative;
	width: 1130px;
	height: 35px;
	padding-top: 25px;
	padding-left: 70px;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: 500;
	float: left;
	background-image: url(../web/corporation/h3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h3 span{
	position: absolute;
	width: fit-content;
	height: auto;
	top: 0;
	left: 70px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
	background:linear-gradient(90deg,#fa6496 0%,#fcb41b 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	float: left;
}

#goodpoint {
	width: 320px;
	height: 270px;
	padding: 15px 20px;
	outline: 3px solid #fb89a9;
	outline-offset: -3px;
	background-color:#fcfaed;
	border-radius: 10px;
	float: left;
	margin-top: 50px;
}
#goodpoint.f1 {
	outline: 3px solid #46b46e;
	margin-left: 60px;
}
#goodpoint.f2 {
	outline: 3px solid #50aadc;
	margin-left: 60px;
}
#goodpoint .ttl01{
	width: 265px;
	height: 40px;
	padding-left: 55px;
	text-align: left;
	font-size: 22px;
	line-height: 38px;
	letter-spacing: 1px;
	color: #fb89a9;
	font-weight: 600;
	background-image: url(../web/harukaze_day_care_service/c03ac01.png);
	background-repeat: no-repeat;
	background-position: left; 
	float: left;
}
#goodpoint .ttl02{
	width: 265px;
	height: 40px;
	padding-left: 55px;
	text-align: left;
	font-size: 22px;
	line-height: 38px;
	letter-spacing: 1px;
	color: #46b46e;
	font-weight: 600;
	background-image: url(../web/harukaze_day_care_service/c03ac02.png);
	background-repeat: no-repeat;
	background-position: left; 
	float: left;
}
#goodpoint .ttl03{
	width: 265px;
	height: 40px;
	padding-left: 55px;
	text-align: left;
	font-size: 22px;
	line-height: 38px;
	letter-spacing: 1px;
	color: #50aadc;
	font-weight: 600;
	background-image: url(../web/harukaze_day_care_service/c03ac03.png);
	background-repeat: no-repeat;
	background-position: left; 
	float: left;
}
#goodpoint .Img{
	width: 320px;
	height: 130px;
	float: left;
	margin-top: 15px;
}
#goodpoint .Img img{
	width: 320px;
	height: 130px;
}
#goodpoint .txt{
	width: 320px;
	height: auto;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 1px;
	float: left;
	margin-top: 10px;
}

#section03 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#contents03 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}

#service {
	width: 190px;
	height: 220px;
	outline: 3px solid #ff6464;
	outline-offset: -3px;
	border-radius: 10px;
	float: left;
	margin-top: 40px;
}
#service.s1 {background-image: url(../web/harukaze_day_care_service/c04ac01.png);}
#service.s2 {background-image: url(../web/harukaze_day_care_service/c04ac02.png); margin-left: 12px;}
#service.s3 {background-image: url(../web/harukaze_day_care_service/c04ac03.png); margin-left: 12px;}
#service.s4 {background-image: url(../web/harukaze_day_care_service/c04ac04.png); margin-left: 12px;}
#service.s5 {background-image: url(../web/harukaze_day_care_service/c04ac05.png); margin-left: 12px;}
#service.s6 {background-image: url(../web/harukaze_day_care_service/c04ac06.png); margin-left: 12px;}

#service .ttl{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	float: left;
	margin-top: 130px;
}
#service .txt{
	width: 160px;
	height: auto;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}


#section04 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#contents04 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents04:after{
	content: "";
	clear: both;
	display: block;
}
#c04Box01 {
	width: 550px;
	height: auto;
	float: left;
}
#c04Box02 {
	width: 550px;
	height: auto;
	margin-left: 100px;
	float: left;
}
h4 {
	position: relative;
	width: 480px;
	height: 35px;
	padding-top: 25px;
	padding-left: 70px;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: 500;
	float: left;
	background-image: url(../web/corporation/h3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h4 span{
	position: absolute;
	width: fit-content;
	height: auto;
	top: 0;
	left: 70px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
	background:linear-gradient(90deg,#fa6496 0%,#fcb41b 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	float: left;
}
#c04Box01 .tablebox{
	width: 550px;
	height: auto;
	float: left;
	margin-top: 20px;
	word-break: break-all;
	text-align: left;
	padding: 0;
}
#c04Box01 .tablebox table {
	width: 550px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	clear:both;
}
#c04Box01 .tablebox td, th{
	min-width: inherit;
	border-bottom: 1px dashed #999;
	padding: 10px 0;
}
#c04Box01 .tablebox span{ color: #ff6464;}
#c04Box01 .t1{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	padding: 0;
}

#c04Box02 .tablebox01{
	width: 270px;
	height: auto;
	float: left;
	margin-top: 20px;
	word-break: break-all;
	text-align: left;
	padding: 0;
}
#c04Box02 .tablebox01 table {
	width: 270px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	clear:both;
}
#c04Box02 .tablebox01 td, th{
	min-width: inherit;
	border-bottom: 1px dashed #999;
	padding: 10px 0;
}
#c04Box02 .tablebox01 span{ color: #ff6464;}

#c04Box02 .tablebox02{
	width: 270px;
	height: auto;
	float: left;
	margin-top: 20px;
	word-break: break-all;
	text-align: left;
	padding: 0;
	margin-left: 10px;
}
#c04Box02 .tablebox02 table {
	width: 270px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	clear:both;
}
#c04Box02 .tablebox02 td, th{
	min-width: ;
	border-bottom: 1px dashed #999;
	padding: 0px;
}
#c04Box02 .tablebox02 td, th{
	min-width: inherit;
	border-bottom: 1px dashed #999;
	padding: 10px 0;
}
#c04Box02 .tablebox02 span{ color: #ff6464;}

#c04Box02 .t1{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	padding: 0;
}

#section05 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#contents05 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents05:after{
	content: "";
	clear: both;
	display: block;
}
#thumbnail {
	width: 270px;
	height: auto;
	float: left;
	margin-top: 30px;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
#thumbnail.f { margin-left: 40px;}
#thumbnail img{
	width: 270px;
	height: 200px;
	border-radius: 10px;
	transition: 0.4s;
	object-fit:cover;
	overflow: hidden;
	margin-bottom: 5px;
	outline: 1px solid #CCC;
	outline-offset: -1px;
}
#thumbnail img:hover{
	transform: scale(1.02);
}


#section06 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 50px;
}
#contents06 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents06:after{
	content: "";
	clear: both;
	display: block;
}
#contents06 .t1{
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	color: #e01717;
	float: left;
	margin-top: 50px;
}
#contents06 .tablebox01 p{
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: left;
	float: left;
	margin-bottom: 10px;
}
#contents06 .tablebox01{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	word-break: break-all;
	text-align: left;
	background-color: #FFF;
}
#contents06 .tablebox01 table {
	width: auto;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	clear:both;
}
#contents06 .tablebox01 td {
	min-width: 200px;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 5px 20px 5px 20px;
}
#contents06 .t2{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: left;
	float: left;
	margin-top: 20px;
}
#contents06 .t3{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	float: left;
	margin-top: 50px;
}

#contents06 .btn a{
	display: block;
	width: 400px;
	height: 60px;
	font-size: 18px;
	line-height: 58px;
	letter-spacing: 1px;
	text-align: center;
	color: #000;
	float: left;
	margin-top: 20px;
	outline: 1px solid #666;
	outline-offset: -1px;
	border-radius: 10px;
	transition: 0.4s;
}
#contents06 .btn a:hover{
	background-color: #F93;
	color: #fff;
	outline: 1px solid #fff;
	outline-offset: -3px;
}

@media screen and (min-width:768px){

}
