@charset "utf-8";

#main .m-item{
	margin:0 auto 100px auto;
}

@media screen and (min-width: 0) and (max-width: 760px){
	#main .m-item{
		margin:0 auto 50px auto;
	}

}
/*--------------------

	タイトル

--------------------*/

#toppart{
	background-image:url("img/title_back.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#mainphoto{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	width:100%;
	min-height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-right:20px;
	padding-bottom:20px;
	color: #0051C6;
	line-height: 1em;
	 text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF,
		 		2px 2px 0 #FFF;

}

#mainphoto-title{
	width:100%;
	display: flex;
	align-items: flex-end;
	text-align: right;
}
#mainphoto h2{
	display: inline-block;
	font-size:60px;
	line-height: 1em;
}

#mainphoto-title::before{
	content:"　";
	flex: 1;
	height: 2px;
	margin-bottom:30px;
	display: block;
	border-top:1px solid #005CA2;
	border-bottom:1px solid #005CA2;
	
}

#main{
	width:1100px;
	margin: 0 auto;
	text-align: left;
}

/*-------------------------


	スマートフォン


-------------------------*/

@media screen and (min-width: 0) and (max-width: 760px){
	#toppart{
		background-image:url("img/title_back_sp.jpg");
	}
	
	#mainphoto{
		min-height: 400px;
	}
	
	#mainphoto-title{
		margin-right:10px;
		margin-bottom:0;
	}
	#mainphoto-title::before{
	content:"　";
	flex: 1;
	height: 2px;
	margin-bottom:15px;
	display: block;
	border-top:1px solid #005CA2;
	border-bottom:1px solid #005CA2;
	}

	#mainphoto h2{
		font-size:30px;
	}
	
	#mainphoto{
		padding-right:10px;
		background-position: bottom;
	}
	
	#main{
		width:95%;
		min-width: 95%;
	}
	

}
/*--------------------------

	
	施設


--------------------------*/

#main .item{
	margin-bottom:100px;
}

#main .title{
	text-align: center;
}



/*--------------------


	キャッチ


--------------------*/

#cachi{
	width:100%;
	min-width:1100px;
	/*height: 600px;*/
	margin:0 auto;
	padding:80px 0;
	display: flex;
	justify-content: center;
	background-image: url("../../shisetu-com/img/coment-back.png"),url("../../shisetu-com/img/com-back.png");
	background-position: right top,left bottom;
	background-repeat: no-repeat,no-repeat;
	border-top: 5px solid #E7E7E7;

}

#cachi .photo{
	width:350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#higashi #cachi .photo{
	justify-content: flex-start;
}

#cachi .photo img{
	width:100%;
	height: auto;
}

#cachi .text{
	display: inline-block;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:0 20px;
	margin-left:50px;
	font-size:20px;
	font-weight: bold;
}

#cachi .text-inner{
	display: inline-block;
	max-width: 600px;
}

#cachi p{
	padding-left:1em;
	text-indent: -1em;
	font-weight: normal;
	font-size:14px;
}


/*-------------------------


	スマートフォン


-------------------------*/

@media screen and (min-width: 0) and (max-width: 760px){
	#cachi{
		min-width: 100%;
		height: auto;
		flex-direction: column;
		background-image: none;
		padding:30px 0;
		
	}
	
	#cachi .photo{
		width:200px;
		margin:0 auto 20px auto;
	}
	
	#cachi .text{
		display: block;
		width:100%;
		margin-left:0;
		padding:0 10px;
		font-size:18px;
	}

	#cachi .text-inner{
		max-width: 100%;
	}
	
}

/*--------------------


	基本方針


--------------------*/

#bace{
	width:100%;
	margin:0 auto 80px auto;
	text-align: center;
	border-bottom:1px solid #C2C2C2;
	padding-bottom:10px;
}

#bace h3{
	margin:0 auto 20px auto;
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color:#006CB6;
	font-size:24px;
	line-height: 1em;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	font-weight: 600;
	/*border-bottom:1px solid rgba(231,231,231,1.00);*/
	padding-bottom:3px;
}


/*#content h3::before*/
#bace h3::after{
	content: "　";
	/*width:30px;*/
	flex:1;
	height: 1px;
	border-bottom:1px solid #C2C2C2;
	/*border-top:1px solid #D6D6D6;*/
	margin-left:5px;
}

#bace .b-inner{
	/*display: inline-flex;
	flex-direction: column;
	align-items: flex-start;*/
	text-align: left;
}

#bace dl{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom:15px;
}

#bace dt{
	width:120px;
	height:120px;
	background-color: #006ABB;
	border-radius: 50%/50%;
	color:#fff;
	font-size:30px;
	line-height: 120px;
	font-weight: bold;
	text-align: center;
}

#bace dd{
	flex:1;
	margin-left:30px;
	font-size:20px;
	font-weight: bold;
}

/*-------------------------


	スマートフォン


-------------------------*/

@media screen and (min-width: 0) and (max-width: 760px){
	
	#bace{
		margin:0 auto 10px auto;
		padding-bottom:10px;
	}

	#bace h3{
		font-size:18px;
		line-height: 1.4;
		text-align: center;
		display: block;
		border-bottom:1px solid #C2C2C2;
	}


	/*#content h3::before*/
	#bace h3::after{
		content:none;
	}

	#bace dl{
		display:block;
	}

	#bace dt{
		width:100px;
		height:100px;
		margin:0 auto 20px auto;
		color:#fff;
		font-size:30px;
		line-height: 100px;
		font-weight: bold;
		text-align: center;
	}

	#bace dd{
		flex:none;
		width:100%;
		margin-left:0;
		font-size:18px;
	}
}

/*--------------------


	提供時間とエリア


--------------------*/

#info{
	width:100%;
	display: flex;
	align-items: center;
}

#info .photo{
	width:280px;
	line-height: 0;
}

#info .text{
	flex:1;
	margin-left:20px;
}

#info-time,
#info-area{
	display: flex;
	margin-bottom:20px;
}

#info-time h3,
#info-area .title{
	width:168px;
	background-color: #006ABB;
	border-radius: 6px;
	color:#fff;	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
}

#info-time h3,
#info-area .title h3{
	color:#fff;
	font-size:20px;
}

#info-time h3::after,
#info-area h3::after{
	content: none;
}

#info-time .main{
	flex:1;
	margin-left:20px;
	font-weight: bold;
	line-height: 1.5;
	transform: rotate(0.03deg);
}

#info-time .main strong{
	font-size:20px;
}

#info-area .main{
	flex:1;
	margin-left:20px;
	transform: rotate(0.03deg);
}
#info-area .main ul{
	font-weight: bold;
}

#info-area .main li::before{
	content: "●";
	color:#006ABB;
}

#info-area .main li strong{
	font-size:20px;
}

#info .pay li{
	padding-left:1em;
	text-indent: -1em;
}

/*-------------------------


	スマートフォン


-------------------------*/

@media screen and (min-width: 0) and (max-width: 760px){

	#info{
		width:100%;
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	#info .photo{
		display: none;
		width:100%;
		text-align: center;
}
	
	#info .photo img{
		width: auto;
		height: 200px;
	}

	#info .text{
		flex:none;
		width: 100%;
		margin-left:0;
		margin-top:0;
	}

	#info-time,
	#info-area{
		display: block;
		margin-bottom:15px;
	}

	#info-time h3,
	#info-area .title{
		width:100%;
		display: block;
		margin-bottom:20px;
		text-align: center;
		padding:5px 0;
	}
	
	#info-area .title h3{
		margin-bottom:0;
	}

	#info-time .main,
	#info-area .main{
		width:100%;
		margin-left:0;
	}

	#info-time .main strong{
		font-size:18px;
	}

	#info-area .main li strong{
		font-size:18px;
	}
}
/*--------------------


	サービス


--------------------*/

#service h3{
	font-size:40px;
	text-align: center;
	color:#0646B8;
	margin-bottom:50px;
}

#service .s-item{
	width:100%;
	border:1px solid #DDDDDD;
	border-radius: 6px;
	padding:30px 20px;
	transform: rotate(0.03deg);
	margin-bottom:50px;
}

#service h4{
	font-size:25px;
	text-align: center;
	margin-bottom:30px;
}

#service h4 .type{
	background-color: #006ABB;
	border-radius: 100px;
	color:#fff;
	font-size:24px;
	line-height: 1em;
	padding:5px 15px;
	margin-right: 15px;
}

#service .text{
	text-align: left;
	font-weight: bold;
	padding:0 20px;
	margin-bottom:30px;
}

#service ul{
	display: flex;
	justify-content: space-around;
}

#life-service ul{
	justify-content: center;
}

#life-service li{
	margin-left:20px;
}

/*-------------------------


	スマートフォン


-------------------------*/

@media screen and (min-width: 0) and (max-width: 760px){
	
	#service h3{
		font-size:30px;
		margin-bottom:30px;
		line-height: 1.4;
	}

	#service .s-item{
		padding:20px 15px;
		margin-bottom:20px;
	}

	#service h4{
		font-size:20px;
		margin-bottom:20px;
	}

	#service h4 .type{
		display: block;
		width:100%;
		margin-bottom:10px;
		border-radius: 6px;
		font-size:18px;
		padding:5px 0;
		margin-right: 0;
	}

	#service .text{
		padding:0 0;
		margin-bottom:30px;
	}

	#service ul{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	#service li{
		width: 33%;
	}
	
	#body-service ul::after{
		content:"　";
		width: 33%;
		display: block;
	}

	#life-service ul{
		justify-content: center;
	}

	#life-service li{
		margin-left:20px;
	}
}

/*--------------------


	介護保険外


--------------------*/

#else-service h3{
	font-size:40px;
	text-align: center;
	color:#0646B8;
	margin-bottom:15px;
	line-height: 1;
}

#else-service p.cachi{
	font-weight: bold;
	margin-bottom:50px;
	text-align: center;
	transform: rotate(0.03deg);
}

#else-service .main{
	width:100%;
	display: flex;
}

#else-service .photo{
	width:450px;
	line-height: 0;
}

#else-service dl{
	flex:1;
	margin-left:20px;
}

#else-service dt{
	background-color: #0646B8;
	border-radius: 6px;
	font-weight: bold;
	color:#fff;
	margin-bottom:30px;
	text-align: center;
}

#else-service dd{
	margn-bottom:30px;
	font-weight: bold;
	padding:0 10px;
	text-align: center;
}

#else-service dd .pay{
	text-align: center;
	margin-bottom:15px;
}

#else-service dd .pay li{
	width:50%;
	text-align: center;
	padding-left:0;
	text-indent: 0;
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 1;
}

#else-service dd .pay li strong{
	font-size:35px;
}

#else-service dd .pay span.time{
	line-height: 1em;
	background-color: #0646B8;
	border-radius: 6px;
	padding:3px 15px;
	color:#fff;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom:5px;
	display: inline-block;
}

#else-service dd .s-item{
	display: flex;
	flex-wrap: wrap;
}

#else-service dd .s-item::after{
	content: "･･･など";
	text-align: right;
	display: block;
	width:40%;
}

#else-service dd.naiyou{
	text-align: left;
}

#else-service dd .s-item li{
	width: 60%;
	transform: rotate(0.03deg);
}

#else-service dd .s-item li:nth-child(even){
	width:40%;
}

#else-service dd .s-item li.long{
	width:100%;
}
#else-service dd .s-item li::before{
	content:"●";
	color:#0646B8;
}

/*-------------------------


	スマートフォン


-------------------------*/

@media screen and (min-width: 0) and (max-width: 760px){
	
	#else-service h3{
		font-size:30px;
		line-height: 1.4;
	}

	#else-service p.cachi{
		margin-bottom:30px;
		text-align: left;
	}

	#else-service .main{
		width:100%;
		display: flex;
		flex-direction: column;
	}

	#else-service .photo{
		width:100%;
		text-align: center;
		margin-bottom:20px;
	}

		#else-service .photo img{
			width:80%;
		}

	#else-service dl{
		flex:none;
		width:100%;
		margin-left:0;
	}
	
	#else-service dd{
		margin-bottom:30px;
		text-align: center;
	}

	#else-service dd .pay{
		display: block;
		text-align: center;
	}

	#else-service dd .pay li{
		width:100%;
	}

	#else-service dd .pay li strong{
		font-size:25px;
	}
	
	#else-service dd .s-item{
		display: block;
		text-align: left
	}

	#else-service dd .s-item li{
		width: auto;
	}
	
	#else-service dd .s-item li:nth-child(even){
			width: auto;
	}
	
	#else-service dd .s-item::after{
		width: 100%;
	}
	
}


/*--------------------

	
	アクセス


--------------------*/

#access{
	background-color: #F8F8F8;
	text-align: center;
	border-top: 5px solid #E7E7E7;
}

#access h3{
	color:#006CB6;
	font-size:24px;
}

#access .item{
	margin-top:80px;
}

#access h4{
	font-size:25px;
	margin-bottom:10px;
	line-height: 1;
}

#access h4 strong{
	font-size:30px;
}

#access .info{
	width:800px;
	padding:5px;
	margin:0 auto;
	background-color: #FBFBFB;
	border-radius: 6px;
	border:1px solid #E3E3E3;

}
#access .info .inner{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


#access .photo{
	width:300px;
	line-height: 0;
}

#access .photo img{
	width: 100%;
	height: auto;
	border-radius: 8px;
}

#access .left{
	flex:1;
	text-align: center;
} 

#access .text{
	flex:1;
	text-align: left;
	transform: rotate(0.03deg);
	margin-left:30px;
	padding:5px 0;
}

#access .panf{
	line-height: 0;
}

#access .map{
	width:calc(100% - 20px);
	max-width: 1100px;
	margin:30px auto 0 auto;
	border:1px solid #ccc;
	line-height: 0;
	border-radius: 6px;
}
#access .map iframe{
	width:100%;
	height: 700px;
		border-radius: 6px;
}

#access .panf{
	margin-top:15px;
	line-height: 0;
	display: block;
}

/*-------------------------

	スマートフォン

-------------------------*/

@media screen and (min-width: 0) and (max-width: 760px){
	#access .item{
		padding:30px 0 0 0;
	}
	#access .info{
		width:98%;
		padding:0;
	}
	#access .inner{
		width:100%;
		display: block;
		background-color: transparent;
		border:none;
		padding:15px 10px;
	}
	#access .photo{
		display: none;
	}
	#access .left{
		width:100%;
		margin-left:0;
	}
	
	#access h4{
		font-size:25px;
		margin-bottom:20px;
		line-height: 1.4;
		text-align: center;
	}

	
	#access .map{
		width:100%;
		min-width: 100%;
		margin:20px auto 0 auto;
	}
	
	#map iframe{
		height: 80vh;
	}
	
	#access .panf{
		widht:80%;
	}
	
	#access .text{
		margin-left:0;
	}
}