html {
	font-size: 62.5%;
	font-family: "メイリオ", sans-serif;
}

* {
	font-family: "メイリオ", sans-serif;
}

p {

	font-size: 1.6rem;
	margin: 0 0 2.4rem;
}

.content {
	max-width: 91.5rem;
	margin: 0 auto;
}

.home {
	.sec-mv {
		img {
			width: 100%;
		}
	}

	.sec-lead {
		h2 {
			text-align: center;
		}

		p {
			text-align: justify;
		}

		h3 {
			border-left: 5px solid #3377BB;
			border-bottom: 1px solid #3377BB;
			padding-left: 10px;
			font-weight: bold;
			font-size: 18px;
			color: #3377BB;
		}

		ul {
			display: grid;
			grid-template-columns: 1fr;
			gap: 1rem;
		}

		@media screen and (min-width:768px) {
			ul {
				grid-template-columns: repeat(2, 1fr);
			}
		}

		img {
			width: 100%;
		}
	}
}

.site-footer {
	background-color: #ffffff;
	border-top: 4px solid #666666;
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin: 1rem 0 20px 0;
	padding: 0px 0;

	.site-info {
		font-size: 14px;
		line-height: 16px;
		margin: 0 auto;
		max-width: 1040px;
		padding: 10px 0;
		width: 100%;
	}
}

nav {
	background: linear-gradient(to bottom, #bef0b9, #b0deab);
	margin-bottom: 3rem;

	ul {
		text-align: center;
	}

	li {
		margin: 0 0px 0 0;
		display: inline-block;
		height: auto;
		vertical-align: middle;

		&.current {
			color: #fff;
			background: linear-gradient(to bottom, #5e9e58, #3a7234);
		}
	}

	a {
		line-height: 40px;
		height: 40px;
		padding: 0px 30px 0px 30px;
		vertical-align: baseline;
		width: auto;
		display: block;

		text-transform: none;
		text-decoration: none;
		text-align: left;
		text-decoration: none;
		background: rgba(0, 0, 0, 0);
		border: 0;
		border-radius: 0;
		font-family: inherit;
		font-size: 14px;
		font-weight: normal;
		outline: none;

		&:hover {
			background: linear-gradient(to bottom, #5e9e58, #3a7234);
			color: #fff;
		}
	}
}

.page_contact {
	h2 {
		color: white;
		text-align: center;
		font-size: 2rem;
		font-weight: normal;
		margin-bottom: 2rem;
	}

	.content {
		border: 2px solid #89ACA8;
		border-radius: 5px;
		text-align: center;
		font-size: 20px;
		color: #ffffff;
		padding: 5px 5px 5px 5px;
		background: #89ACA8;
		line-height: 20px;

	}

	label {
		color: #000000;

		text-align: left;
		width: 100%;
	}

	input {
		margin: 5px 0 5px 0;
		background-color: #ffffff;
		border-radius: 5px;
		border: solid 1px #E55C93;
		color: #000000;
		width: 100%;
		padding: 1rem;

		&[type="submit"] {
			background: #006080;
			border: none;
			max-width: 20rem;
			color: #fff;
		}
	}

	textarea {
		margin: 5px 0 5px 0;
		background-color: #ffffff;
		border-radius: 5px;
		border: solid 1px #E55C93;
		color: #000000;
		width: 100%;
	}

	.wpcf7-spinner {
		display: none;
	}

}

.page_careplan {
	img {
		width: 100%;
		margin-bottom: 2rem;
	}

	.tot {
		position: relative;
		padding: 0.6em 1.5em;
		background: #6eb646;
		border-radius: 5px;
		margin: 0px 0px 20px 0px;
		font-size: 20px;
		line-height: 25px;
		color: #ffffff;

		&::after {
			position: absolute;
			content: '';
			top: 100%;
			left: 30px;
			border: 15px solid transparent;
			border-top: 15px solid #6eb646;
			width: 0;
			height: 0;
		}
	}
}

.page_soudan {
	img {
		width: 100%;
	}

	.tot {
		position: relative;
		padding: 0.6em 1.5em;
		background: #6eb646;
		border-radius: 5px;
		margin: 0px 0px 20px 0px;
		font-size: 20px;
		line-height: 25px;
		color: #ffffff;

		&::after {
			position: absolute;
			content: '';
			top: 100%;
			left: 30px;
			border: 15px solid transparent;
			border-top: 15px solid #6eb646;
			width: 0;
			height: 0;
		}
	}

	.hagumi2 {
		border-right: 0px solid #da70d6;
		border-bottom: 0px solid #da70d6;
		border-top: 0px solid #da70d6;
		border-left: 0px solid #da70d6;
		border-collapse: collapse;
		border-spacing: 0;
		empty-cells: show;
		font-size: 14px;
		line-height: 2;
		margin: 1rem 0 2rem;
		width: 100%;

		th {
			border-right: 1px solid #000000;
			border-bottom: 1px solid #000000;
			border-top: 1px solid #000000;
			border-left: 1px solid #000000;
			color: #000000;
			font-weight: normal;
			background: #f1f1f1;
			padding: 10px 10px;
			font-size: 16px;
			line-height: 20px;
			text-align: center;
			vertical-align: middle;
		}

		td {
			border-right: 1px solid #000000;
			border-bottom: 1px solid #000000;
			border-top: 1px solid #000000;
			border-left: 1px solid #000000;
			padding: 10px 10px;
			color: #333333;
			background: #ffffff;
			font-size: 16px;
			line-height: 20px;
			text-align: left;
			vertical-align: middle;
		}
	}
}

.page_rental {
	.tot {
		position: relative;
		padding: 0.6em 1.5em;
		background: #54b8f1;
		border-radius: 5px;
		margin: 0px 0px 20px 0px;
		font-size: 20px;
		line-height: 25px;
		color: #ffffff;

		&::after {
			position: absolute;
			content: '';
			top: 100%;
			left: 30px;
			border: 15px solid transparent;
			border-top: 15px solid #54b8f1;
			width: 0;
			height: 0;
		}
	}
}