@charset "UTF-8";  

body {
	font-family	: 'Noto Sans JP', 'Yu Gothic', YuGothic, '游ゴシック体', 'メイリオ', Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, sans-serif;
	font-size	: 3.8vw;
	line-height	: 180%;
	font-weight	: 400;
	-webkit-text-size-adjust: 100%; /* for iOS */
}  
.pc ,.pc2 {
	display: none !important;
}

.sp {
	display: inline-block !important;
}

.sp2 {
	display: block !important;
}


#wrapper {
	width: 100%;
	margin: auto;
	padding: 0;
	position: relative;
}


/*====================================
ヘッダー
=====================================*/
header {
	position: fixed;
	width: 100%;
	margin: auto;
	padding: 3% 5% 2.5%;
	text-align: left;
	background: #FDF7EB;
	border-bottom: 1px solid #EA8B4D;
	display: flex;
	transition: 0.2s ease-in-out;
	z-index: 100;
}
	header h1 {
		width: 40%;
		margin: 0;
		padding: 0;
	}
		header h1 img {
			width: 100%;
			height: auto;
		}
#fadeLayer {
	position: fixed;
    width: 100%;
	height: calc(100% - 3.7em);
    margin: 4.0em auto 0;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	display: none;
	z-index: 50;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
#fadeLayer.on {
	display: block;
}

div.sp_menu {
	position: fixed;
	width: 12%;
	margin: 0;
	padding: 0;
	top: 0.4em;
	right: 1.5%;
	z-index: 101;
}
div.sp_menu span.btn {
	display: block;
	width: 100%;
	height: 3.0em;
	background: #B5945E;
	border-radius: 70% 50% 70% 60% / 40% 80% 60% 70%;
	margin: auto;
	position: relative;
	cursor: pointer;
}

	div.sp_menu span.btn:before,
	div.sp_menu span.btn:after,
	div.sp_menu span.btn span {
		display: block;
		width: 50%;
		height: 3px;
		border-radius: 1.5px;
		background-color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	div.sp_menu span.btn span {
		top: calc(50% - 1.5px);
	}

	div.sp_menu span.btn:before {
		content: "";
		top: calc(30% - 1.5px);
	}
	div.sp_menu span.btn:after {
		content: "";
		bottom: calc(30% - 1.5px);
	}
	div.sp_menu span.btn.on span {
		width: 0;
	}

	div.sp_menu span.btn.on:before {
		top: calc(50% - 1.5px);
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	div.sp_menu span.btn.on:after {
		bottom: calc(50% - 1.5px);
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

#accordion {margin: 0; padding: 0;}
#accordion .accordion_menu {
	display: none;
	position: fixed;
	width: 100%;
	max-height: calc(100% - 3.7em);
	margin: auto;
	padding: 0;
	top: 3.7em;
	left: 0;
	background: #fff;
	overflow-y: auto;
	z-index: 110;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
	#accordion .accordion_menu.on {
		display: block;
	}
	#accordion .accordion_menu ul {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		list-style: none;
	}
		#accordion .accordion_menu ul li {
			width: 100%;
			margin: 0;
			padding: 0;
			border-top: 1px solid #EA8B4D;
			font-family: "Noto Serif JP", serif;
			display: flex;
		}
			#accordion .accordion_menu ul li a,
			#accordion .accordion_menu ul li p {
				width: 50%;
				margin: 0;
				padding: 3%;
				font-size: 3.8vw;
				line-height: 160%;
				color: #4F3E24;
				font-weight: var(--weight-bold1);
				text-decoration: none;
				display: flex;
				justify-content: center;
				align-items: center;
			}
/* 採用サイトオープン時削除 */
			#accordion .accordion_menu ul li a.no_link {
				position: relative;
				pointer-events: none;
			}
				#accordion .accordion_menu ul li a.no_link small {
					position: absolute;
					display: inline-block;
					margin: auto;
					padding: 0;
					font-size: 2.8vw;
					line-height: 120%;
					white-space: nowrap;
					color: #EA4D4D;
					font-weight: var(--weight-bold1);
					bottom: 0.1em;
					left: 50%;
					transform: translateX(-50%);
					-webkit- transform: translateX(-50%);
				}
/* 採用サイトオープン時削除 ここまで */
				#accordion .accordion_menu ul li a:nth-child(odd),
				#accordion .accordion_menu ul li p:nth-child(odd) {
					border-right: 1px solid #EA8B4D;
				}
			#accordion .accordion_menu ul li p {
				position: relative;
			}
				#accordion .accordion_menu ul li p:after {
					position: absolute;
					content: '';
					display: block;
					margin: auto;
					padding: 0;
					width: 1.4em;
					height: 1.2em;
					background:url(../images/icon/btn_arrow06.png) center / contain no-repeat;
					transform: rotate(90deg);
					top: calc(50% - 0.6em);
					right: 3%;
					transition: 0.2s linear;
				}
					#accordion .accordion_menu ul li p.open:after {
						transform: rotate(-90deg);
					}
				#accordion .accordion_menu ul li a img {
					display: inline-block;
					width: 1.2em;
					height: auto;
					margin: 0 0.2em 0 0;
					padding: 0;

				}
			#accordion .accordion_menu ul li span {
				width: 50%;
				margin: 0;
				padding: 3%;
				font-size: 3.8vw;
				line-height: 160%;
				color: #fff;
				background: #EA8B4D;
				font-weight: var(--weight-nomal);
				display: flex;
				justify-content: center;
				align-items: center;
				position: relative;
			}
				#accordion .accordion_menu ul li span:before {
					position: absolute;
					content: '';
					display: block;
					margin: 0;
					padding: 0;
					background: #EA8B4D;
					height: calc(tan(60deg) * 10px / 2);
					width: 20px;
					clip-path: polygon(50% 0, 100% 100%, 0 100%);
					top: -9px;
					left: calc(50% - 10px);
				}
		#accordion .accordion_menu ul div.sub {
			width: 100%;
			margin: 0;
			padding: 0.5em 0;
			border-top: 1px solid #EA8B4D;
			font-family: "Noto Serif JP", serif;
			display: flex;
			flex-wrap: wrap;
		}
			#accordion .accordion_menu ul div.sub a {
				width: 50%;
				margin: 0;
				padding: 1% 3% 1% 5%;
				font-size: 3.8vw;
				line-height: 160%;
				color: #4F3E24;
				text-align: center;
				text-decoration: none;
				position: relative;
			}
			#accordion .accordion_menu ul div.sub.long a {
				width: 100%;
			}
				/*#accordion .accordion_menu ul div.sub a:before {
					position: absolute;
					content: '';
					display: block;
					width: 0.3em;
					height: 0.3em;
					margin: 0;
					padding: 0;
					background: #4D3E24;
					border-radius: 50%;
					top: 0.9em;
					left: 5%;
				}
				#accordion .accordion_menu ul div.sub.long a:before {
					left: 2.5%;
				}*/
		#accordion .accordion_menu ul div.contact {
			width: 100%;
			margin: 0;
			padding: 3% 3% 4%;
			background: url(../images/common/contact_bg_sp.jpg) center / cover no-repeat;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
			#accordion .accordion_menu ul div.contact h3 {
				margin: 0;
				padding: 0;
				font-size: 4.0vw;
				line-height: 200%;
				color: #fff;
				font-weight: var(--weight-bold1);
				font-family: "Noto Serif JP", serif;
			}
			#accordion .accordion_menu ul div.contact a {
				width: 96%;
				height: 5em;
				margin: 1em 0 0;
				padding: 0;
				text-decoration: none;
				background: #EDE3D0;
				border-radius: 1em;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
			}
				#accordion .accordion_menu ul div.contact a p {
					margin: 0;
					padding: 0 0 0 1.2em;
					font-size: 8.4vw;
					line-height: 120%;
					color: #EA8B4C;
					font-weight: var(--weight-bold2);
					font-family: "Noto Serif JP", serif;
					position: relative;
				}
					#accordion .accordion_menu ul div.contact a p:before {
						position: absolute;
						content: '';
						display: block;
						width: 0.8em;
						height: 0.8em;
						margin: 0;
						padding: 0;
						background: url(../images/icon/tel_ico01.png) center / cover no-repeat;
						top: 0.2em;
						left: 0;
					}
				#accordion .accordion_menu ul div.contact a small {
					display: block;
					margin: 0.5em 0 0;
					padding: 0;
					font-size: 3.4vw;
					line-height: 120%;
					color: #4F3E24;
					font-family: "Noto Serif JP", serif;
				}
	#accordion .accordion_menu div.short_recruit {
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
	}
		#accordion .accordion_menu div.short_recruit a {
			width: 50%;
			height: 3.5em;
			display: flex;
			justify-content: center;
			align-items: center;
			text-decoration: none;
			position: relative;
		}
		#accordion .accordion_menu div.short_recruit a.short_stay {
			margin: 0;
			padding: 0;
			font-size: 3.8vw;
			line-height: 120%;
			text-align: left;
			color: #fff;
			font-weight: var(--weight-bold2);
			background: #EA8B4D;
		}
			#accordion .accordion_menu div.short_recruit a.short_stay:before {
				position: absolute;
				content: '';
				display: block;
				width: 1.2em;
				height: 1.5em;
				margin: auto;
				padding: 0;
				background: url(../images/icon/cal_ico_01.png) center / contain no-repeat;
				top: 50%;
				left: 3%;
				transform: translateY(-50%);
				-webkit- transform: translateY(-50%);
			}
/*		#accordion .accordion_menu div.short_recruit a.recruit {
			margin: 0;
			padding: 0 0 0 2em;
			font-size: 3.8vw;
			line-height: 120%;
			color: #4F3E24;
			font-weight: var(--weight-bold2);
			background: #E6B951;
		}
			#accordion .accordion_menu div.short_recruit a.recruit:before {
				position: absolute;
				content: '';
				display: block;
				width: 2.4em;
				height: 70%;
				margin: 0;
				padding: 0;
				background: url(../images/common/side_btn_img.png) center / contain no-repeat;
				bottom: 0;
				left: 2%;
			}*/
/* 採用サイトオープン時削除 ↑のコメントも削除 */
		#accordion .accordion_menu div.short_recruit a {
			width: 100%;
		}
			#accordion .accordion_menu div.short_recruit a br {
				display: none;
			}
			#accordion .accordion_menu div.short_recruit a.short_stay:before {
				left: 12%;
			}
		#accordion .accordion_menu div.short_recruit a.recruit {
			display: none;
		}
/* 採用サイトオープン時削除 ここまで */


header nav,
#side_btn {
	display: none;
}


/*====================================
共通
=====================================*/
main {
	margin: 3.7em auto 0;
	padding: 0 0 20%;
}

#gallery_list {
	margin: 0 auto;
	padding: 20% 4.5% 15%;
}
	#gallery_list h3 {
		display: inline-block;
		margin: 0 auto;
		padding: 0;
		font-size: 6.2vw;
		line-height: 160%;
		font-weight: var(--weight-nomal);
		font-family: "Noto Serif JP", serif;
		position: relative;
		z-index: 1;
	}
		#gallery_list h3:after {
			position: absolute;
			content: '';
			display: block;
			width: 2.5em;
			height: 2.5em;
			margin: 0;
			padding: 0;
			background: url(../images/common/circle_01.png) center / contain no-repeat;
			top: -0.5em;
			left: -1.2em;
			z-index: -1;
		}
	#gallery_list ul {
		margin: 0 auto;
		padding: 5% 0 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
	}
		#gallery_list ul li {
			width: 49%;
			margin: 3% 0 0;
			padding: 0;
		}
			#gallery_list ul li:nth-of-type(even) {
				margin-left: 2%;
			}
			#gallery_list ul li a {
				display: inline-block;
				width: 100%;
				height: 8.3em;
			}
			#gallery_list ul li a img {
				width: 100%;
				height: 100%;
				border-radius: 0.5em;
				object-fit: cover;
			}
			#gallery_list ul li p {
				margin: 0.2em auto 0;
				padding: 0 0.2em;
				font-size: 3.3vw;
				line-height: 180%;
			}

#faq_cont {
	margin: 0 auto;
	padding: 20% 4.5% 15%;
}
	#faq_cont h3 {
		display: inline-block;
		margin: 0 auto;
		padding: 0;
		font-size: 6.2vw;
		line-height: 160%;
		font-weight: var(--weight-nomal);
		font-family: "Noto Serif JP", serif;
		position: relative;
		z-index: 1;
	}
		#faq_cont h3:after {
			position: absolute;
			content: '';
			display: block;
			width: 2.5em;
			height: 2.5em;
			margin: 0;
			padding: 0;
			background: url(../images/common/circle_01.png) center / contain no-repeat;
			top: -0.5em;
			left: -1.2em;
			z-index: -1;
		}
	#faq_cont dl {
		width: 100%;
		margin: 0 auto;
		padding: 10% 0 0;
		text-align: left;
	}
		#faq_cont dl dt {
			width: 100%;
			margin: 5% 0 0;
			padding: 4% 3em 4% 3%;
			background: #F5EDDE;
			border-radius: 0.5em;
			position: relative;
		}
			#faq_cont dl dt:first-of-type {
				margin-top: 0;
			}
			#faq_cont dl dt h5 {
				margin: 0;
				padding: 0;
				font-size: 3.8vw;
				line-height: 180%;
				font-weight: var(--main-font-nomal);
				display: flex;
				align-items: flex-start;
			}
				#faq_cont dl dt h5 span {
					display: inline-block;
					margin: -0.1em 0.5em 0 0;
					padding: 0;
					font-size: 4.0vw;
					line-height: 180%;
					font-weight: var(--weight-bold2);
					font-family: "SUSE", serif;
					color: #EA8B4D;
				}
				main.short_stay #faq_cont dl dt h5 span {
					color: #E6B951;
				}
				main.day_service #faq_cont dl dt h5 span {
					color: #AFC46A;
				}
				main.home_care #faq_cont dl dt h5 span {
					color: #B5945E;
				}
			#faq_cont dl dt:after {
				position: absolute;
				content: '';
				display: block;
				width: 1em;
				height: 1.6em;
				margin: auto;
				padding: 0;
				top: calc(50% - 0.8em);
				right: 5%;
				cursor: pointer;
				transition: 0.2s linear;
			}
			#faq_cont dl dt:after {
				background: url(../images/icon/btn_arrow06.png) center / contain no-repeat;
				transform: rotate(90deg);
			}
				#faq_cont dl dt.active:after {
					transform: rotate(-90deg);
				}
			main.short_stay #faq_cont dl dt:after {
				background: url(../images/icon/btn_arrow05.png) center / contain no-repeat;
				transform: rotate(90deg);
			}
				main.short_stay #faq_cont dl dt.active:after {
					transform: rotate(-90deg);
				}
			main.day_service #faq_cont dl dt:after {
				background: url(../images/icon/btn_arrow04.png) center / contain no-repeat;
				transform: rotate(90deg);
			}
				main.day_service #faq_cont dl dt.active:after {
					transform: rotate(-90deg);
				}
			main.home_care #faq_cont dl dt:after {
				background: url(../images/icon/btn_arrow03.png) center / contain no-repeat;
				transform: rotate(90deg);
			}
				main.home_care #faq_cont dl dt.active:after {
					transform: rotate(-90deg);
				}
		#faq_cont dl dd {
			display: none;
			width: 100%;
			margin: 0.8em 0 0;
			padding: 0 0 1em;
			font-size: var(--size-nomal1);
			line-height: 180%;
		}
			#faq_cont dl dd p {
				margin: 1.0em 0 0;
				padding: 0 0.2em;
			}
			#faq_cont dl dd p:first-of-type {
				margin: 0;
			}
			main.day_service #faq_cont dl dt:after {
				background: url(../images/icon/btn_arrow04.png) center / contain no-repeat;
				transform: rotate(90deg);
			}
				main.day_service #faq_cont dl dt.active:after {
					transform: rotate(-90deg);
				}

#service_list {
	margin: 0 auto;
	padding: 15% 0 0;
}
	#service_list h3 {
		display: inline-block;
		margin: 0 auto;
		padding: 0;
		font-size: 5.2vw;
		line-height: 180%;
		font-weight: var(--weight-nomal);
		font-family: "Noto Serif JP", serif;
	}
	#service_list ul {
		margin: 8% auto 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
	}
		#service_list ul li {
			width: 50%;
			margin: 0;
			padding: 0;
			overflow: hidden;
		}
			#service_list ul li a {
				display: block;
				width: 100%;
				height: 12em;
				margin: 0;
				padding: 0;
				text-decoration: none;
			}
				#service_list ul li a.box1 {
					background: #EA8B4D;
				}
				#service_list ul li a.box2 {
					background: #E6B951;
				}
				#service_list ul li a.box3 {
					background: #AFC46A;
				}
				#service_list ul li a.box4 {
					background: #B5945E;
				}
				#service_list ul li a h5 {
					width: 100%;
					height: 9em;
				}
					#service_list ul li a img {
						width: 100%;
						height: 100%;
						opacity: 0.5;
						object-fit: cover;
					}
				#service_list ul li a div {
					width: 100%;
					height: 3em;
					display: flex;
					justify-content: center;
					align-items: center;
					position: relative;
					z-index: 1;
				}
					#service_list ul li a div:before {
						position: absolute;
						content: '';
						display: block;
						width: 120%;
						height: 3em;
						top: -1.5em;
						left: -10%;
						z-index: -1;
					}
						#service_list ul li a.box1 div:before {
							background: #EA8B4D;
							border-radius: 50%;
						}
						#service_list ul li a.box2 div:before {
							background: #E6B951;
							border-radius: 50%;
						}
						#service_list ul li a.box3 div:before {
							background: #AFC46A;
							border-radius: 50%;
						}
						#service_list ul li a.box4 div:before {
							background: #B5945E;
							border-radius: 50%;
						}
					#service_list ul li a div span {
						position: absolute;
						width: 2em;
						height: 2em;
						margin: 0 auto;
						padding: 0;
						background: #fff;
						border-radius: 50%;
						display: flex;
						justify-content: center;
						align-items: center;
						top: -2em;
						left: 50%;
						transform: translateX(-50%);
						-webkit- translateX(-50%);
						z-index: 2;
					}
						#service_list ul li a div span img {
							opacity: 1;
							width: 30%;
							height: auto;
							transform: rotate(90deg);
						}
					#service_list ul li a div h4 {
						margin: 0;
						padding: 0;
						font-size: 3.8vw;
						line-height: 180%;
						font-weight: var(--weight-bold2);
						color: #fff;
					}

#facility_list {
	margin: 0 auto;
	padding: 15% 4.5% 0;
}
	#facility_list h3 {
		display: inline-block;
		margin: 0 auto;
		padding: 0;
		font-size: 5.2vw;
		line-height: 180%;
		font-weight: var(--weight-nomal);
		font-family: "Noto Serif JP", serif;
	}
	#facility_list ul {
		margin: 0 auto;
		padding: 0;
		list-style: none;
	}
		#facility_list ul li {
			width: 100%;
			margin: 5% 0 0;
			padding: 0;
		}
			#facility_list ul li a {
				width: 100%;
				margin: 0;
				padding: 0;
				text-decoration: none;
				color: #4F3E24;
			}
				#facility_list ul li a div:nth-of-type(1) {
					width: 100%;
					margin: 0;
					padding: 0;
				}
					#facility_list ul li a div:nth-of-type(1) img {
						width: 100%;
						height: auto;
						margin: 0;
						padding: 0;
						border-radius: 1em 1em 0 0;
					}
				#facility_list ul li a div:nth-of-type(2) {
					width: 100%;
					margin: 0;
					padding: 4% 5%;
					font-size: 3.4vw;
					line-height: 160%;
					font-weight: var(--weight-nomal);
					font-family: "Noto Serif JP", serif;
					text-align: left;
					background: #fff;
					border-radius: 0 0 1em 1em;
				}
					#facility_list ul li a div:nth-of-type(2) h4 {
						margin: 0 0 0.5em;
						padding: 0;
						font-size: 3.4vw;
						line-height: 160%;
						font-weight: var(--weight-bold2);
						font-family: "Noto Sans JP", serif;
						color: #E5B851;
					}
					#facility_list ul li a div:nth-of-type(2) strong {
						display: inline-block;
						margin: 0 0 0 0.5em;
						padding: 0;
						font-size: 3.8vw;
						line-height: 160%;
						font-weight: var(--weight-nomal);
						font-family: "Noto Serif JP", serif;
					}
						#facility_list ul li a div:nth-of-type(2) strong small {
							display: inline-block;
							margin: 0 0.2em 0 0;
							padding: 0;
							font-size: 3.4vw;
							line-height: 160%;
						}

#oneday_flow {
	margin: 15% auto 0;
}
	#oneday_flow p.flow_read {
		margin: 0.8em auto 0;
		padding: 0;
		text-align: left;
	}
	#oneday_flow div.oneday_flow_in {
		margin: 10% auto 0;
		padding: 0;
		display: flex;
	}
		#oneday_flow div.oneday_flow_in div.time {
			width: 20%;
			margin: 0;
			padding: 0;
			display: flex;
			justify-content: center;
			align-items: center;
		}
			#oneday_flow div.oneday_flow_in div.time h4 {
				width: 40%;
				margin: 0;
				padding: 0;
				font-size: 3.8vw;
				line-height: 180%;
				font-weight: var(--weight-nomal);
				writing-mode: vertical-rl;
			}
				#oneday_flow div.oneday_flow_in div.time h4 span {
					text-combine-upright: all;
				}
			#oneday_flow div.oneday_flow_in.time_five div.time h4 {
				color: #AEC46A;
			}
			#oneday_flow div.oneday_flow_in.time_full div.time h4,
			#oneday_flow div.oneday_flow_in.time_full_over div.time h4 {
				color: #EA8B4C;
			}
			#oneday_flow div.oneday_flow_in div.time p.arrow {
				width: 60%;
				height: 100%;
				padding: 0;
				position: relative;
			}
			#oneday_flow div.oneday_flow_in.time_five div.time p.arrow {
				margin: 0 0 0 10%;
				border-left: 3px dashed #AFC46A;
			}
			#oneday_flow div.oneday_flow_in.time_full div.time p.arrow,
			#oneday_flow div.oneday_flow_in.time_full_over div.time p.arrow {
				margin: 0 0 0 10%;
				border-left: 3px dashed #EA8B4D;
			}
				#oneday_flow div.oneday_flow_in div.time p.arrow:after {
					position: absolute;
					content: '';
					display: block;
					width: 0.8em;
					height: 1.4em;
					margin: auto;
					padding: 0;
				}
				#oneday_flow div.oneday_flow_in.time_five div.time p:after {
					background: url(../images/icon/btn_arrow04.png) center / contain no-repeat;
					bottom: -0.5em;
					left: -22%;
					transform: rotate(90deg);
				}
				#oneday_flow div.oneday_flow_in.time_full div.time p:after,
				#oneday_flow div.oneday_flow_in.time_full_over div.time p:after {
					background: url(../images/icon/btn_arrow06.png) center / contain no-repeat;
					bottom: -0.5em;
					left: -22%;
					transform: rotate(90deg);
				}
			#oneday_flow div.oneday_flow_in ul {
				width: 80%;
				margin: 0;
				padding: 0;
				list-style: none;
				display: flex;
				flex-direction: column;
				position: relative;
				z-index: 1;
			}
				#oneday_flow div.oneday_flow_in ul:before {
					position: absolute;
					content: '';
					display: block;
					margin: auto;
					padding: 0;
					width: 3px;
					height: 96%;
				}
					#oneday_flow div.oneday_flow_in.time_five ul:before {
						background: #AFC46A;
						top: 2%;
						left: 10%;
						z-index: -1;
					}
					#oneday_flow div.oneday_flow_in.time_full ul:before,
					#oneday_flow div.oneday_flow_in.time_full_over ul:before {
						background: linear-gradient(to bottom, #AFC46A 0%, #AFC46A 62%, #EA8B4D 62%, #EA8B4D 100%);
						top: 2%;
						left: 10%;
						z-index: -1;
					}
					#oneday_flow div.oneday_flow_in.time_facility ul:before {
						background: #EA8B4D;
						top: 2%;
						left: 10%;
						z-index: -1;
					}
					#oneday_flow div.oneday_flow_in ul li {
						width: 100%;
						margin: 0.2em 0;
						padding: 0;
						text-align: left;
						display: flex;
						align-items: center;
					}
						#oneday_flow div.oneday_flow_in ul li img {
							width: 20%;
							height: auto;
						}
						#oneday_flow div.oneday_flow_in ul li p {
							width: 30%;
							margin: 0;
							padding: 0 0 0 1.5em;
						}
							#oneday_flow div.oneday_flow_in.time_five ul li p {
								color: #ADC46A;
							}
							#oneday_flow div.oneday_flow_in.time_full ul li p,
							#oneday_flow div.oneday_flow_in.time_full_over ul li p,
							#oneday_flow div.oneday_flow_in.time_facility ul li p {
								color: #EA8B4C;
							}
						#oneday_flow div.oneday_flow_in ul li h5 {
							width: 50%;
							margin: 0;
							padding: 0;
							font-size: 3.6vw;
							line-height: 180%;
							font-weight: var(--weight-bold2);
						}



/*====================================
フッター
=====================================*/
#footer_contact {
	width: 100%;
	margin: 0;
	padding: 5% 3%;
	background: url(../images/common/contact_bg_sp.jpg) center / cover no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
	#footer_contact h3 {
		margin: 0;
		padding: 0;
		font-size: 4.0vw;
		line-height: 200%;
		color: #fff;
		font-weight: var(--weight-bold1);
		font-family: "Noto Serif JP", serif;
	}
	#footer_contact a {
		width: 96%;
		height: 5em;
		margin: 1em 0 0;
		padding: 0;
		text-decoration: none;
		background: #EDE3D0;
		border-radius: 1em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
		#footer_contact a h4 {
			display: none;
		}
		#footer_contact a p {
			margin: 0;
			padding: 0 0 0 1.2em;
			font-size: 8.4vw;
			line-height: 120%;
			color: #EA8B4C;
			font-weight: var(--weight-bold2);
			font-family: "Noto Serif JP", serif;
			position: relative;
		}
			#footer_contact a p:before {
				position: absolute;
				content: '';
				display: block;
				width: 0.8em;
				height: 0.8em;
				margin: 0;
				padding: 0;
				background: url(../images/icon/tel_ico01.png) center / cover no-repeat;
				top: 0.2em;
				left: 0;
			}
		#footer_contact a small {
			display: block;
			margin: 0.5em 0 0;
			padding: 0;
			font-size: 3.4vw;
			line-height: 120%;
			color: #4F3E24;
			font-family: "Noto Serif JP", serif;
		}

footer {
	width: 100%;
	margin: 0 auto;
	padding: 10% 3.5% 10%;
	background: #fff;
}
	#footer_in {
		margin: 0 auto;
		padding: 0;
	}
		#footer_in div.footer_logo {
			width: 100%;
			margin: 0 auto;
			padding: 0;
		}
			#footer_in div.footer_logo h5 {
				width: 40%;
				margin: 0 auto;
				padding: 0;
			}
				#footer_in div.footer_logo h5 img {
					width: 100%;
					height: auto;
				}
			#footer_in div.footer_logo p {
				margin: 1em 0 0;
				padding: 0;
				font-size: 3.8vw;
				line-height: 180%;
			}
			#footer_in div.footer_logo a.tel {
				display: inline-block;
				margin: 1em auto 0;
				padding: 0;
				font-size: 3.8vw;
				line-height: 180%;
				color: #4F3E24;
				text-decoration: none;
			}
				#footer_in div.footer_logo a.tel img {
					display: inline-block;
					width: 1.0em;
					height: auto;
					margin: 0 0.2em 0 0;
					padding: 0;
					vertical-align: -0.15em;
				}
		#footer_in div.foot_nav {
			margin: 5% auto 0;
			padding: 5% 0 0;
			text-align: left;
			border-top: 1px solid #EBE2D3;
		}
			#footer_in div.foot_nav ul {
				margin: 1em 0 0;
				padding: 0;
				list-style: none;
			}
				#footer_in div.foot_nav ul:first-of-type {
					margin: 0;
				}
				#footer_in div.foot_nav ul li {
					display: inline-block;
					margin: 1em 0 0;
					padding: 0;
					font-size: 3.8vw;
					line-height: 160%;
					font-weight: var(--weight-bold2);
					white-space: nowrap;
				}
					#footer_in div.foot_nav ul li:nth-of-type(odd) {
						width: 40%;
					}
					#footer_in div.foot_nav ul li:nth-of-type(even) {
						width: 50%;
					}
					#footer_in div.foot_nav ul li.long {
						width: 60%;
					}
					#footer_in div.foot_nav ul:last-of-type li {
						width: 32% !important;
					}
					#footer_in div.foot_nav ul li:first-of-type {
						margin: 0;
					}
					#footer_in div.foot_nav ul li a,
					#footer_in div.foot_nav ul li p {
						display: inline-block;
						margin: 0;
						padding: 0 0 0 0.6em;
						color: #EA8B4C;
						text-decoration: none;
						position: relative;
					}
						#footer_in div.foot_nav ul li a:before,
						#footer_in div.foot_nav ul li p:before {
							position: absolute;
							content: '';
							display: block;
							width: 0.3em;
							height: 0.3em;
							margin: 0;
							padding: 0;
							background: #EA8B4C;
							border-radius: 50%;
							top: 0.7em;
							left: 0;
						}
						#footer_in div.foot_nav ul li a span,
						#footer_in div.foot_nav ul li p span {
							display: inline-block;
							margin: 0;
							padding: 0;
						}
				#footer_in div.foot_nav ul li.sub {
					margin: 0.5em 0 0;
					padding: 0 ;
					font-size: 3.8vw;
					line-height: 160%;
					font-weight: var(--weight-nomal);
				}
					#footer_in div.foot_nav ul li.sub a {
						color: #4D3E24;
					}
						#footer_in div.foot_nav ul li.sub a:before {
							background: #EDE3D0;
							border-radius: 50%;
						}

#footer_copy {
	margin: 0 auto;
	padding: 1.5em 0;
	font-size: 3.4vw;
	line-height: 160%;
	color: #fff;
	background: #EA8B4D;
}


#page_top {
    position: fixed;
	display: none;
	width: 12%;
    bottom: 2em;
    right: 3%;
	z-index: 90;
}
	#page_top img {
		width: 100%;
		height: auto;
	}

