@charset "utf-8";

.maonosato_intro{padding-bottom: 60px;}
.maonosato_intro p{line-height: 2.8;}
.maonosato_intro img{
	display: block;
	margin: -50px auto 0;
}

/* グループホームまおの里 & 小規模多機能まおの里 */
.group-home_slider{position: relative;}
.group-home_slider .slick-list,.group-home_slider .slick-track{height: 100%;}
.slide-dots{
	position: absolute;
	bottom: -35px;
	display: flex;
}
.imgbox_L .slide-dots{left: 0;}
.imgbox_R .slide-dots{right: 0;}
.slide-dots li:not(:last-child){margin-right: 15px;}
.slide-dots li button {
	position: relative;
	text-indent: -9999px;
	background: none;
	border: none;
	outline: none;
	width: 16px;
	aspect-ratio: 1/1;
}
.slide-dots li button::before {
	content: "";
	background: #F2F2F2;
	cursor: pointer;
	width: 100%;
	height: 100%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
}
.slide-dots li.slick-active button::before {background: #4472C4;}
.maonosato_dl{
	border: 1px solid #94ABAF;
	border-radius: 15px;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}
.maonosato_dl > div{
	display: flex;
	flex-wrap: wrap;
	padding: 18px 0;
}
.maonosato_dl > div:not(:last-child){border-bottom: 2px dotted #94ABAF;}
.maonosato_dl dt{
	font-size: 18px;
	font-weight: bold;
	width: 190px;
	text-align: center;
}
.maonosato_dl dd{
	width: calc(100% - 190px);
	padding-right: 15px;
}
.maonosato_feature_li li{
	padding: 40px 30px 50px;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 0 5px rgba(68,114,196,.2);
	width: 31.5%;
}
.maonosato_feature_li .title3{margin-bottom: 22px;}
.maonosato_feature_li h3{
	font-size: 24px;
	line-height: 1.3;
}
.maonosato_feature_li li > p{
	font-size: 18px;
	line-height: 1.7;
}

/* 住宅型有料老人ホーム まおの里 */
.maonosato_imgbox_L{
	margin-left: 2%;
	max-width: 1720px;
	width: 95%;
}
.maonosato_imgbox_L > p{width: 43%;}
.maonosato_imgbox_L > div{
	width: 53%;
	margin-top: 50px;
}
.maonosato_imgbox_L .frame_b{
	max-width: 650px;
	width: 100%;
	padding: 30px 25px;
}
.maonosato_room{
	position: relative;
	padding-top: 30px;
}
.maonosato_room_cont{padding: 65px 57% 65px 60px;}
.maonosato_room_cont > div{
	background: #fff;
	padding: 35px 30px;
}
.maonosato_room_cont > div li{width: 48%;}
.maonosato_room_cont > div li:not(:nth-last-child(-n+2)){margin-bottom: 12px;}
.maonosato_room > p{
	position: absolute;
	right: 60px;
	bottom: 65px;
	width: 47%;
	height: calc(100% - 65px);
}
.maonosato_room > p img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.maonosato_supprt .title3 h3{font-size: 32px;}
.maonosato_supprt li{
	width: 30%;
}
.maonosato_supprt li > div{
	position: relative;
	margin-bottom: 20px;
}
.maonosato_supprt li h4{
	position: absolute;
	background: #fff;
	font-weight: bold;
	font-size: 22px;
	color: #4472C4;
	padding: 20px 25px 20px 15px;
	border-top-right-radius: 25px;
	bottom: 0;
	left: 0;
}
.maonosato_supprt li h4::before,.maonosato_supprt li h4::after{
	content: "";
	background: url("../images/radius.svg") center / contain no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	transform: rotate(-90deg);
}
.maonosato_supprt li h4::before{
	left: 0;
	top: -25px;
}
.maonosato_supprt li h4::after{
	right: -25px;
	bottom: 0;
}
.maonosato_supprt li img{border-radius: 30px;}
.maonosato_supprt li > p{
	font-size: 18px;
	line-height: 1.7;
}

/* まおの里のご案内 */
.maonosato_access_l{width: 353px;}
.maonosato_access_wrap .title4 span{
	color: #94ABAF!important;
	font-size: 18px!important;
}
.maonosato_access{
	border-top: 2px dotted #4472C4;
	border-bottom: 2px dotted #4472C4; 
}
.maonosato_tel{
	display: block;
	width: 100%;
}
.maonosato_access > *{padding: 30px 0;}
.maonosato_access > *:first-child{border-bottom: 2px dotted #4472C4; }
.maonosato_access dt{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
}
.maonosato_access dd{font-size: 18px;}
.maonosato_map{
	width: calc(100% - 430px);
	height: auto
}
.maonosato_map iframe{
	width: 100%;
	height: 100%;
}
.cooperation > p{
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}
.footer_top_maonosato + p{
	background: linear-gradient(to right,#2A496C,#31576D);
	padding: 30px 0;
	text-align: center;
	color: #fff;
}

/* 1025px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1025px){
	
	.maonosato_intro{padding-bottom: 40px;}
	.maonosato_intro img{
		margin-top: -40px;
		max-width: 650px;
		width: 100%;
	}

	/* グループホームまおの里 & 小規模多機能まおの里 */
	.slide-dots{bottom: -28px;}
	.slide-dots li:not(:last-child){margin-right: 10px;}
	.slide-dots li button {
		width: 12px;
		height: 12px;
	}
	.maonosato_dl{
		border-radius: 10px;
		max-width: 500px;
	}
	.maonosato_dl > div{padding: 15px 0;}
	.maonosato_dl dt{
		font-size: 15px;
		width: 120px;
	}
	.maonosato_dl dd{
		width: calc(100% - 120px);
		padding-right: 10px;
	}
	.maonosato_feature_li li{
		padding: 30px 20px 35px;
		border-radius: 20px;
	}
	.maonosato_feature_li .title3{margin-bottom: 15px;}
	.maonosato_feature_li h3{font-size: 18px;}
	.maonosato_feature_li li > p{font-size: 14px;}

	/* 住宅型有料老人ホーム まおの里 */
	.maonosato_imgbox_L > div{margin-top: 30px;}
	.maonosato_imgbox_L .frame_b{padding: 22px 15px;}
	.maonosato_room{padding-top: 20px;}
	.maonosato_room_cont{padding: 35px 57% 35px 30px;}
	.maonosato_room_cont > div{padding: 25px 17px;}
	.maonosato_room_cont > div li:not(:nth-last-child(-n+2)){margin-bottom: 8px;}
	.maonosato_room > p{
		right: 30px;
		bottom: 35px;
		height: calc(100% - 35px);
		width: 50%;
	}
	.maonosato_supprt .title3 h3{font-size: 22px;}
	.maonosato_supprt li > div{margin-bottom: 15px;}
	.maonosato_supprt li h4{
		font-size: 17px;
		padding: 15px 15px 10px 10px;
		border-top-right-radius: 15px;
	}
	.maonosato_supprt li h4::before,.maonosato_supprt li h4::after{
		width: 15px;
		height: 15px;
	}
	.maonosato_supprt li h4::before{top: -15px;}
	.maonosato_supprt li h4::after{right: -15px;}
	.maonosato_supprt li img{border-radius: 20px;}
	.maonosato_supprt li > p{font-size: 14px;}

	/* まおの里のご案内 */
	.maonosato_access_l{width: 290px;}
	.maonosato_access_wrap .title4 span{font-size: 14px!important;}
	.maonosato_access > *{padding: 22px 0;}
	.maonosato_access dt{
		margin-bottom: 7px;
		font-size: 16px;
	}
	.maonosato_access dd{font-size: 14px;}
	.maonosato_map{width: calc(100% - 340px);}
	.cooperation > p{max-width: 480px;}
	.footer_top_maonosato + p{padding: 20px 0;}
}

/* 750px以下から
------------------------------------------------------------*/
@media only screen and (max-width:750px){
	
	.maonosato_intro p{text-align: left;}
	
	/* グループホームまおの里 & 小規模多機能まおの里 */
	.group-home_slider{margin-bottom: 50px!important;}
	.maonosato_feature_li{
		max-width: 450px;
		width: 100%;
		margin: 0 auto;
	}
	.maonosato_feature_li li{width: 100%;}
	.maonosato_feature_li li:not(:last-child){margin-bottom: 20px;}
	
	/* 住宅型有料老人ホーム まおの里 */
	.maonosato_imgbox_L{
		width: 90%;
		margin: 0 auto;
	}
	.maonosato_imgbox_L > *{width: 100%!important;}
	.maonosato_imgbox_L > p{
		max-width: 450px;
		aspect-ratio: 2 / 1;
		margin: 0 auto 25px;
	}
	.maonosato_imgbox_L > div{margin-top: 0;}
	.maonosato_room{padding: 0 0 30%;}
	.maonosato_room_cont{padding: 35px 30px 31%;}
	.maonosato_room > p{
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		width: calc(100% - 60px);
		height: auto;
		aspect-ratio: 1.7 / 1;
	}
	.maonosato_supprt ul{
		max-width: 450px;
		width: 100%;
		margin: 0 auto;
	}
	.maonosato_supprt li{width: 100%;}
	.maonosato_supprt li:not(:last-child){margin-bottom: 35px;}
	
	/* まおの里のご案内 */
	.maonosato_access_wrap > *,.maonosato_access{width: 100%;}
	.maonosato_access_wrap > div:first-child{margin-bottom: 40px;}
	.maonosato_tel{
		max-width: 350px;
		margin: 0 auto;
	}
	.maonosato_access{
		max-width: 400px;
		margin: 0 auto;
	}
	.maonosato_access_wrap > *{width: 100%;}
	.maonosato_map{height: 350px;}
	.footer_top_maonosato + p{padding-bottom: 90px;}
}

/* 500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:500px){
	
	/* グループホームまおの里 & 小規模多機能まおの里 */
	.maonosato_dl > div > *{width: 100%;}
	.maonosato_dl dt{margin-bottom: 8px;}
	.maonosato_dl dd{padding: 0 10px;}
	
	/* 住宅型有料老人ホーム まおの里 */
	.maonosato_room_cont{padding: 30px 15px 31%;}
	.maonosato_room > p{width: calc(100% - 30px);}
}