@charset "UTF-8";

/* --- ヒーローエリア --- */
section.hero img {
	width: 100%;
	height: auto;
	display: block;
}

/* --- menu --- */
section.menu {
	padding-top: 60px;
}

section.menu img.photo {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

section.menu div.box,
section.menu div.plan-box {
	padding: 0 20px;
}

section.menu div.plan-box {
	margin-bottom: 100px;
}

section.menu div.box img,
section.menu div.plan-box img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

section.menu div.plan-box img {
	margin-bottom: 0px;
}

section.menu div.box div.text img.ban1,
section.menu div.box div.text img.ban2 {
	margin-bottom: 0px;
}

section.menu div.text div.head {
	border-bottom: 1px #CCC solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

section.menu div.text div.head span {
	display: block;
}

section.menu div.text h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 28px;
}

section.menu div.text table {
	width: 100%;
	border-bottom: 1px #CCC solid;
	margin-bottom: 20px;
}

section.menu div.text table:last-child {
	margin-bottom: 40px;
}

section.menu div.text table th,
section.menu div.text table td {
	font-family: "Noto Sans JP", sans-serif;
	padding: 5px 0px;
}

section.menu div.text table th {
	text-align: left;
}

section.menu div.text table th span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 28px;
}

section.menu div.text table tr td:last-child {
	text-align: right;
}

section.menu div.text table tr td.ban1,
section.menu div.text table tr td.ban2 {
	text-align: center;
}

section.menu div.plan-box div.plan {
	margin-bottom: 20px;
}

section.menu div.plan-box div.tbl h3 {
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 10px;
}

section.menu div.plan-box div.tbl p {
	font-family: "Noto Sans JP", sans-serif;
	text-align: right;
}


section.menu div.plan-box div.tbl table,
section.menu div.plan-box div.tbl table td {
	border: 1px #000 solid;
}

section.menu div.plan-box div.tbl table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

section.menu div.plan-box div.tbl table td {
	text-align: center;
	padding: 4px;
	font-family: "Noto Sans JP", sans-serif;
}

section.menu p.caution {
	font-family: "Noto Sans JP", sans-serif;
	text-align: right;
}

section.menu div.banner-box {
	padding: 0 40px;
	margin-top: 100px;
}

section.menu div.banner-box img {
	display: block;
	width: 100%;
	height: auto;
}

/* デスクトップ用 */
@media(min-width:1024px) {
	/* --- menu --- */
	section.menu div.box,
	section.menu div.plan-box {
	padding: 0 40px;
	}
	section.menu div.text {
	padding: 0 40px;
	}
	section.menu div.plan-box {
	display: flex;
	align-items: flex-end;
	}
	section.menu div.plan-box div {
	flex: 1;
	}
	section.menu div.plan-box div.plan {
	margin-bottom: 0px;
	margin-right: 40px;
	}
}
@media(min-width:768px) {
	section.menu div.box div.text img.ban1 {
	display: inline-block;
	width: 500px;
	height: 68px;
	}
	section.menu div.box div.text img.ban2 {
	display: inline-block;
	width: 600px;
	height: 68px;
	}
}