@charset "UTF-8";
/*サービス内容*/


/* 見出し h1背景画像はカテゴリーごとに変更する*/
h1 {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background: url(../img/service_title.jpg) center center no-repeat;
	background-size: cover;
	background-color: #fff;
}
@media (max-width: 768px) {/* 768以下は背景色のみ*/
	h1 {
		margin-top: 5px;
		background: #FCFBE5;
		padding-top: 150px;
		padding-bottom: 20px;
		}
}


section h2 {
	position: relative;
	padding: 10px 0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

section h2:after {
	content: "";
	display: block;
	height: 3px;
	background: -webkit-linear-gradient(left, #FBD375 50%, #FFF);
	background: -o-linear-gradient(left, #FBD375 50%, #FFF);
	background: linear-gradient(to right, #FBD375 50%, #FFF);
}


section p {
	margin-top: 8px;
}


h1.service {
	background: #FFF8B2;
	border-radius: 8px;
	color: #111;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}


/*強調文字*/
.tx_orangeb {
	color: #EC8340;
	font-weight: bold;
}
.tx_bold {
	font-weight: bold;
}


/*リンクボタン*/
.linkbtn {
	margin-top: 20px;
}
.linkbtn a {
	display: inline-block;
	padding: 3px 20px;
	border-radius: 4px;
	color: #036EB7;
	background-color: #DFF1FB;
	font-size: 16px;
	text-decoration: none;
	transition: 0.5s;
}
.linkbtn a:hover {
	background-color: #FFF8B2;
	color: #036EB7; 
}


/*基本レイアウト*/
.guide {
	padding-bottom: 40px;/*60px*/
}

.guide .box {
	margin-top: 10px;
}

.guide .boxR {
	text-align: center;
	margin-top: 10px;
}

@media (min-width: 1000px) {
	.guide .box {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
	}
	.guide .boxL {
		flex: 0 0 590px;
		padding: 0 60px 20px 0;
	}
	.guide .boxR {
			flex: 0 0 250px;
		}
}
@media (min-width: 700px) and (max-width: 999px)  {
	.guide .box {
		display: flex;
	}
	.guide .boxL {
		flex: 0 0 65%;
		padding: 0 25px 20px 0;
	}
	.guide .boxR {
			flex: 0 0 30%;
		}
}


.guide h3  {
	position: relative;
	padding-left: 26px;
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

.guide h3:before{ font-family: FontAwesome;
	content: "\f0c8";
	position: absolute;
	font-size: 20px;
	left: 0;
	top: 0;
	color: #7FCCE8;
}

.guide h4  {
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}


/*サービス*/
.guide2 {
	margin-bottom: 10px;
}
.guide2 p {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 1.8;
}

/*guide2写真*/
.guide2 .boxR .itemPhoto {
	margin-bottom: 10px;
}
.guide2 .boxR .itemPhoto .cap {
	display: block;
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}



.guide3 {
	margin-bottom: 20px;
}
.guide3 p {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.6;
}

/*guide3サービス写真*/
.guide3 .boxR {
	margin-top: 30px;
}
.guide3 .boxR .itemPhoto {
	margin-bottom: 10px;
}
.guide3 .boxR .itemPhoto .cap {
	display: block;
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}



/*医療について*/
.guide4 {
	margin-bottom: 40px;
}
.guide4 p {
	font-size: 18px;
	line-height: 1.8;
}

/*居室*/
.guide5 {
	margin-bottom: 40px;
}

.guide5 .photoBox {
	margin-top: 10px;
	margin-bottom: 20px;
}

.guide5 .itemP {
	text-align: center;
	margin-bottom: 10px;	
}

@media (min-width: 768px) {
	.guide5 .photoBox {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.guide5 .itemP {
		flex: 0 0 32%;
	}
}

.guide5 .itemP .cap {
	display: block;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 15px;
	text-align: center;
}

