#mv{
	background: url(../img/bg_mv.jpg) no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
	overflow: hidden;
}
#mv .inside{
	height: 400px;
	position: relative;
}
#mv p{
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	left: 50%;
	letter-spacing: 2px;
	padding: 6px 40px 4px;
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px 4px #333;
	top: 60%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.schedule_ttl{
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 20px;
	text-align: center;
}
section{
	padding: 120px 0;
}
section .inside{
	overflow: hidden;
}
section:nth-of-type(even){
	background-color: #e7f1e0;
}
section h2{
	border-bottom: 4px solid #ffc455;
	font-size: 150%;
	font-family: 'Kiwi Maru', serif;
	padding: 0 40px 10px 40px;
	text-align: center;
}
section .red{
	background-color: transparent;
	color: #f00;
	font-weight: bold;
}
section .red.alrt{
	border: 1px solid #f00;
	margin: -2px 0 0 6px;
	padding: 0 4px;
	width: auto !important;
}
section .box{
	margin-top: 60px;
}
section .box p{
	margin-top: 10px;
}
section .box p:first-child{
	margin-top: 0;
}
section .txt{
	font-size: 127%;
	margin-top: 40px;
	text-align: center;
}

#care-nav{
	margin-top: 60px;
}
#care-nav ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#care-nav li{
	border: 2px solid #dfa438;
	border-right: 2px solid #fff;
	display: flex;
	flex-basis: 100%;
}
#care-nav li:last-child{
	border-right: 2px solid #dfa438;
}
#care-nav li a{
	align-items: center;
	background-color: #dfa438;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-size: 87%;
	justify-content: center;
	padding: 22px 0 20px;
	text-align: center;
	text-decoration: none;
	transition: all .2s linear;
	width: 100%;
}
#care-nav li a:hover{
	background-color: #fff;
	color: #dfa438;
}
.care-box p{
	font-size: 100%;
}

#care1>.inside>h3{
	border: 1px solid #dfa438;
	color: #dfa438;
	font-size: 125%;
	letter-spacing: 4px;
	margin: 40px auto;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 80%;
}

.anime01{
	animation: poyopoyo 2s ease-out infinite;
	opacity: 1;
}
@keyframes poyopoyo{
	0%, 40%, 60%, 80% {
		transform: scale(1.0);
	}
	50%, 70% {
		transform: scale(0.95);
	}
}
  

#care2 p,
#care3 p,
#care4 p,
#care5 p,
#care6 p{
	margin-top: 20px;
}

.tbl h3{
	font-weight: bold;
	margin: 40px auto 20px;
	text-align: center;
	width: 80%;
}

table{
	border: none;
	border-collapse: separate;
	border-spacing: 6px;
	margin: 0 auto;
	width: 80%;
}
table thead th,
table thead td{
	text-align: center;
}
table tr:last-child{
	border-bottom: none;
}
table th{
	background-color: #fff;
	border-left: none;
	box-shadow: 0 0 8px #c6d187;
	position: relative;
	text-align: left;
	width: 20%;
	text-align: center;
	padding: 20px 0;
}
table td{
	background-color: #fff;
	border-left: none;
	box-shadow: 0 0 8px #c6d187;
	text-align: left;
	width: 80%;
	padding: 10px 30px;
}
.inside-tbl{
	margin: 20px 0;
}
.inside-tbl caption{
	font-size: 100%;
	margin-bottom: 10px;
	text-align: left;
}
.inside-tbl th,
.inside-tbl td{
	font-size: 100%;
	width: auto;
}
table tr{
	border-bottom: none;
	box-shadow: 0 0 8px #c6d187;
}
table tr:nth-of-type(even) th,
table tr:nth-of-type(even) td{
	background-color: #f6f6f6;
}
table span{
    background-color: #fff;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
table span:first-child{
    margin-top: 0;
}
.care-box .tel{
	display: inline-block;
	margin-top: 20px;
}

@media screen and (max-width: 1024px){
	#mv{
		background-position: 50% 0;
		background-size: 100% auto;
	}
	#mv p{
		border: 0;
		font-size: 120%;
	}
	section{
		padding: 40px 0;
	}
	section>h2{
		margin: 0 auto;
		width: 90%;
	}
	section .box{
		margin: 20px auto 0;
		width: 90%;
	}
	table{
		width: 100%;
	}
	#care-nav{
		margin-top: 10px;
	}
	#care-nav ul{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	#care-nav li{
		border: 2px solid #fff;
	}
	#care-nav li:hover{
		border: 2px solid #dfa438;
	}
	.care-box p{
		margin: 20px auto 0;
		width: 90%;
	}
	.care-box .inside-tbl{
		margin: 20px auto 0;
		width: 90%;
	}
}
@media screen and (max-width: 829px){
	#mv{
		background-size: auto 100%;
	}
	section h2{
		font-size: 150%;
	}
	section h2 span{
		display: block;
		margin-top: -10px;
	}
	.tel img{
		width: 100%;
	}
	section .txt{
		text-align: left !important;
	}
}
@media screen and (max-width: 539px){
	section h2{
		font-size: 127%;
	}
	#mv .inside{
		height: 300px;
	}
	#care-nav ul{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	table td{
		font-size: 87%;
		padding: 10px 20px;
	}
}