/*font*/
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');

h1,h2,h3,h4,h5,p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

/*navi*/
.site-header
{
margin-top:0em;
	position:absolute;
		background: linear-gradient(-135deg, #fef4f3, #d4faff);
  box-shadow: 0 0 6px #666666;
		  background-image:url(https://hakujyujikai.or.jp/homecare/dreamcare/wordpress/wp-content/uploads/2026/07/footer_img2_50.jpg);
}
.site-header-logo span img{
	position:absolute;
	max-height:50px;
	margin-top:0px;
	margin-bottom:0px;
	top:70px !important;
}
@media(max-width: 991.98px){
	.site-header-logo{
		float:left;
		padding-top:10px;
		margin-bottom:10px;
	}
}
.site-header-logo{
		padding-top:10px;
		margin-bottom:10px;
}

/*TOP text*/
.ltg-slide-text-set{
	top:56%;
}

/*pankuzu*/
.breadcrumb{
	display:none;
}
/*title*/
.page-header-title, h1.page-header-title{
	display:none;
}
/*yohaku*/
.site-body{
	padding:0;
}

/*navi-abc*/
.global-nav-list>li .global-nav-name{
	font-size:18px !important;
}
#menu-item-354,#menu-item-355{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:2px;
	padding-bottom:2px;
	border:0px;
	width:60%;
	font-size:1.2em;
	text-align:center;
	border-radius:50px;
}
#menu-item-354 a,#menu-item-355 a{
	color:#ffffff !important;
}
#menu-item-354{
	background-color:#6ea0a1;	
}
#menu-item-355{
	background-color:#c88f9c;	
}



/*H3 momo*/
h3 {
  position: relative;
  padding: 0.25em 0;
	border-top:0;
	border-bottom:0px !important;
}
h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

/*midashi*/
h3 {
    position: relative;
    padding: .5em 1.2em;
    color: #333333;
}
h3::before,
h3::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #098995;
    content: '';
}
h3::before {
    top: calc(50% - 3px);
    left: 0;
}
h3::after {
    top: calc(50% + 3px);
    left: 5px;
}
/*h2*/
h2 {
	position: relative;
  padding: 0.5rem 2.5rem;
  color: #fff;
  border-radius: 100vh;
	border-bottom:0;
	border-top:0;
  background-image: -webkit-gradient(linear, right top, left top, from(#fde9ec), to(#e9fcfd));
  background-image: -webkit-linear-gradient(right, #fde9ec 0%, #e9fcfd 100%);
  background-image: linear-gradient(to left, #fde9ec 0%, #e9fcfd 100%);
}
h2:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
	border:1px solid #bbbbbb;
  border-radius: 50%;
  background: #fff;
}
/*footer*/
.site-footer{
	  background-image:url(https://hakujyujikai.or.jp/homecare/dreamcare/wordpress/wp-content/uploads/2026/07/footer_img2_50.jpg);
	padding: 0.5rem 1.0rem !important

}

/*sp menu*/
.vk-mobile-nav-menu-btn{
width:60px;
height:60px;
border-radius:50%;
}

