@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap');
/*
Theme Name: theme-madre2025
Theme URI: http://www.magical-remix.co.jp/
Description: 鶴ヶ谷マードレ保育園様専用テーマ
Author: Igarashi
Author URI: http://www.magical-remix.co.jp/
Version: 1.0
*/
* {
	box-sizing: border-box;
}
body {
	background: #FFFCF8;
	margin: 0;
	padding: 0;
	line-height: 2.5;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #725936;
}
a {
	overflow: hidden;
	vertical-align: bottom;
	text-decoration: none;
}
a:link, a:visited {
	color: #725936;
}
a:hover {
	color: #A3783C;
}
figure {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.align-center {
	text-align: center;
}
.sp-block {
	display: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#pagescroll {
	margin: 0;
}
#pagescroll a {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 200;
	background: #83D1E3;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: opacity 0.3s;
}
#pagescroll a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-left: solid 3px #fff;
	border-top: solid 3px #fff;
	margin: 2px 0 0;
}
#pagescroll a:hover {
	background: #6ADDF7;
}
@media screen and (max-width:1024px) {
	.inner {
		width: 100%;
		padding: 0 5%;
	}
}
@media screen and (max-width:767px) {
	body {
		font-size: 15px;
	}
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}
	.pc-block {
		display: none !important;
	}
	.sp-block {
		display: block !important;
	}
	.wrap_box {
		position: relative;
		height: 0;
		padding-top: 56.25%;
	}
	.wrap_box iframe,
	.wrap_box object,
	.wrap_box embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
/* title
------------------------------------------------*/
#title {
	position: relative;
	background: url("img/bg-about.png") repeat;
	padding: 30px 0 120px;
	overflow-x: clip;
}
#title:before,
#title:after {
	content: "";
	display: block;
	position: absolute;
}
#title:before {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url("img/bg-vis.svg") no-repeat center top;
	background-size: 100% auto;
}
#title:after {
	bottom: -390px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 0;
	width: calc(100% + 400px);
	height: 480px;
	background: #FFFCF8;
	border-radius: 50%;
}
#title .inner {
	position: relative;
	z-index: 1;
}
#title h1 {
	position: relative;
	margin: 0 0 35px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.08em;
	font-size: 50px;
	font-weight: 700;
}
#title h1:before,
#title h1:after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	height: 120px;
}
#title h1:before {
	left: 15%;
	background: url("img/ill-blog01.png") no-repeat;
	background-size: contain;
	width: 133px;
}
#title h1:after {
	right: 15%;
	background: url("img/ill-blog02.png") no-repeat;
	background-size: contain;
	width: 137px;
}
#title h1 i {
	position: relative;
	padding: 0 20px 0 25px;
	letter-spacing: 0.1em;
	font-style: normal;
	font-size: 19px;
}
#title h1 i:before,
#title h1 i:after {
	content: "";
	position: absolute;
	top: 5px;
	width: 2px;
	height: 20px;
	background: #725936;
}
#title h1 i:before {
	left: 5px;
	transform: rotate(-30deg);
}
#title h1 i:after {
	right: 10px;
	transform: rotate(30deg);
}
#title h1 span {
	display: block;
	margin: 15px 0 0;
}
#title p.path {
	margin: 0;
	text-align: center;
	font-size: 14px;
}
#title p.path a {
	text-decoration: none;
	border-bottom: 2px dotted #9B8E7D;
}
#title p.path a:hover {
	border: 0;
	color: #725936;
}
@media screen and (max-width:1024px) {
	#title h1:before {
		left: 5%;
		width: 122px;
		height: 110px;
	}
	#title h1:after {
		right: 5%;
		width: 127px;
		height: 110px;
	}
}
@media screen and (max-width:767px) {
	#title {
		padding: 30px 0 100px;
	}
	#title:after {
		bottom: -410px;
	}
	#title h1 {
		font-size: 30px;
	}
	#title h1:before {
		left: 0;
		width: 90px;
		height: 80px;
	}
	#title h1:after {
		right: 0;
		width: 92px;
		height: 80px;
	}
	#title h1 i {
		font-size: 16px;
	}
	#title h1 i:before,
	#title h1 i:after {
		height: 15px;
	}
	#title p.path {
		font-size: 13px;
	}
}
@media screen and (max-width:480px) {
	#title h1 {
		margin: 0 0 15px;
	}
	#title h1:before,
	#title h1:after {
		top: 30px;
	}
	#title h1:before {
		width: 61px;
		height: 55px;
	}
	#title h1:after {
		width: 64px;
		height: 55px;
	}
}
/* main
------------------------------------------------*/
#main {
	display: block;
}
#main ul .data {
	margin: 0 1em 0 0;
}
#main ul .cat {
	background: #eee;
	border-radius: 9px;
	padding: 0 10px;
	font-size: 12px;
}
#main ul .cat.spring {
	background: #FFCFB5;
}
#main ul .cat.summer {
	background: #B6D1FD;
}
#main ul .cat.autum {
	background: #FFCB79;
}
#main ul .cat.winter {
	background: #B2EDFF;
}
#main ul .cat.info {
	background: #EDD9C1
}
#main #post {
	position: relative;
	z-index: 1;
}
#main .post-meta {
	margin: 0 0 30px;
}
#main .post-meta .post-title {
	background: url("img/line-blue.svg") no-repeat left bottom 10px;
	background-size: 300px auto;
	margin: 0 0 30px;
	padding: 0 0 30px;
	line-height: 1.7;
	letter-spacing: 0.08em;
	font-size: 34px;
	font-weight: 700;
}
#main .post-meta ul {
	display: flex;
	align-items: center;
	line-height: 1.4;
}
#main .post-body {
	overflow: hidden;
}
#main .post-body:after {
	content: "";
	display: block;
	clear: both;
}
#main .post-body h3 {
	position: relative;
	background: #DCF7F7;
	border-radius: 10px;
	margin: 40px 0 25px;
	padding: 15px 10px 15px 40px;
	line-height: 1.7;
	letter-spacing: 0.06em;
	font-size: 24px;
	font-weight: 700;
}
#main .post-body h3:before {
	content: "";
	position: absolute;
	top: 20%;
	left: 20px;
	display: block;
	background: #83D1E3;
	width: 5px;
	height: 60%;
}
#main .post-body h4 {
	position: relative;
	margin: 0 0 25px;
	padding: 0 0 10px;
	line-height: 1.7;
	letter-spacing: 0.06em;
	font-size: 22px;
	font-weight: 700;
}
#main .post-body h4:before,
#main .post-body h4:after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	height: 2px;
}
#main .post-body h4:before {
	left: 0;
	background: #83D1E3;
	width: 100px;
}
#main .post-body h4:after {
	left: 100px;
	background: #eee;
	width: calc(100% - 100px);
}
#main .post-body p + h4,
#main .post-body ul + h4
#main .post-body ol + h4 {
	margin-top: 40px;
}
#main .post-body ul {
	list-style: disc;
	margin: 0 0 30px;
	padding: 0 0 0 1.5em;
}
#main .post-body ol {
	margin: 0 0 30px;
	padding: 0 0 0 1.5em;
}
#main .post-body li, #main .post-body li ul, #main .post-body li ol {
	margin: 5px 0;
}
#main .post-body td ul,
#main .post-body td ol {
	margin: 0;
}
#main .post-body table {
	width: 100%;
	border-collapse: collapse;
	margin: 25px 0;
}
#main .post-body table th, #main .post-body table td {
	padding: 10px 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.7;
}
#main .post-body table th {
	background: #EDF8F8;
}
#main .post-body table td {
	background: #fff;
}
#main .post-body thead th {
	background: #83D1E3;
	border-top: 0;
	color: #fff;
}
#main .post-body thead th:first-child {
	border-top-left-radius: 10px;
}
#main .post-body thead th:last-child {
	border-top-right-radius: 10px;
}
#main .post-body img {
	max-width: 100%;
	height: auto;
}
#main .post-body a {
	border-bottom: 2px dotted #9B8E7D;
}
#main .post-body a:hover {
	border: 0;
}
#main .post-body .wp-block-button a {
	border: 0;
	background: #83D1E3;
	padding: calc(.5em + 1px) calc(2em + 2px);
	font-size: 1em;
	color: #fff;
}
#main .post-body .wp-block-button a:hover {
	background: #6ADDF7;
}
@media screen and (max-width:767px) {
	#main ul .cat {
		font-size: 11px;
	}
	#main .post-meta .post-title {
		background-size: 200px auto;
		margin: 0 0 20px;
		padding: 0 0 25px;
		font-size: 24px;
	}
	#main .post-body h3 {
		margin: 30px 0 15px;
		padding: 12px 10px 12px 30px;
		font-size: 20px;
	}
	#main .post-body h3:before {
		left: 13px;
		width: 4px;
	}
	#main .post-body h4 {
		margin: 0 0 15px;
		font-size: 18px;
	}
	#main .post-body .table-wrap {
		overflow-x: auto;
		background: url(img/icon-scroll.svg) no-repeat right top;
		background-size: auto 25px;
		margin: 0 0 20px;
		padding: 35px 0 10px;
	}
	#main .post-body .table-wrap table {
		width: 700px;
		margin: 0;
	}
}
@media screen and (max-width:480px) {
	#main .post-meta .post-title {
		background-size: 170px auto;
		padding: 0 0 20px;
		font-size: 20px;
	}
}
/* outer
------------------------------------------------*/
#outer {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#outer > h2 {
	background: url("img/line-blue.svg") no-repeat center bottom 15px;
	background-size: 300px auto;
	width: 100%;
	margin: 0 0 70px;
	padding: 0 0 30px;
	text-align: center;
	line-height: 1.7;
	letter-spacing: 0.08em;
	font-size: 34px;
	font-weight: 700;
}
#outer #area-content {
	width: 70%;
	margin: 0 0 100px;
}
#outer #area-content .post-body h2 {
	position: relative;
	background: #83D1E3;
	border-radius: 10px;
	margin: 60px 0 30px;
	padding: 15px 20px;
	line-height: 1.7;
	letter-spacing: 0.06em;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
}
#outer #area-content .post-body h2:first-child {
	margin-top: 0;
}
#outer #area-content h2:after {
	content: "";
	position: absolute;
	left: 50px;
	bottom: -10px;
	background: #83D1E3;
	width: 20px;
	height: 10px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#outer #area-content .postbox a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 2px dotted #9B8E7D;
	margin: 0 0 40px;
	padding: 40px 0 0;
}
#outer #area-content .postbox:last-child a {
	border-bottom: 2px dotted #9B8E7D;
	padding-bottom: 40px;
}
#outer #area-content .postbox a:hover img {
	opacity: 0.8;
}
#outer #area-content .postbox img {
	max-width: 100%;
	height: auto;
	border-radius: 15px;
	transition: opacity 0.2s;
}
#outer #area-content .postbox p {
	width: 43%;
	margin: 0;
}
#outer #area-content .postbox dl {
	width: 54%;
	margin: 0;
}
#outer #area-content .postbox dt {
	margin: 0 0 10px;
	line-height: 1.7;
	letter-spacing: 0.06em;
	font-size: 22px;
	font-weight: 700;
}
#outer #area-content .postbox dd {
	line-height: 2;
	margin: 0;
	font-size: 15px;
	color: #9B8E7D;
}
#outer #area-content .postbox ul {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	line-height: 1.4;
}
#outer #area-content .postbox ul .data {
	font-weight: 700;
}
#outer #area-content .returnbtn {
	margin: 60px 0 0;
	text-align: center;
}
#outer #area-content .returnbtn a {
	position: relative;
	display: inline-block;
	background: #83D1E3;
	width: 300px;
	height: 60px;
	border-radius: 30px;
	line-height: 60px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	transition: background 0.3s;
}
#outer #area-content .returnbtn a:before,
#outer #area-content .returnbtn a:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	margin: 1px 0 0;
}
#outer #area-content .returnbtn a:before {
	left: 30px;
	transform: translate(0, -50%);
	background: #fff;
	width: 18px;
	height: 18px;
	border-radius: 9px;
}
#outer #area-content .returnbtn a:after {
	left: 36px;
	transform: rotate(-45deg);
	width: 5px;
	height: 5px;
	border-left: solid 1px #83D1E3;
	border-top: solid 1px #83D1E3;
	margin: -2px 0 0;
}
#outer #area-content .returnbtn a:hover {
	background: #7FD6F5;
}
#outer #area-content .wp-pagenavi {
	border-top: 2px dotted #9B8E7D;
	margin: 40px 0 0;
	padding: 40px 0 0;
	font-size: 14px;
}
#outer #area-content .wp-pagenavi span {
	display: inline-block;
	border: 0;
	margin: 5px;
	padding: 7px 10px;
	line-height: 1;
	vertical-align: middle;
}
#outer #area-content .wp-pagenavi span.current {
	background: #9B8E7D;
	border: 1px solid #9B8E7D;
	border-radius: 30px;
	color: #fff;
}
#outer #area-content .wp-pagenavi a {
	display: inline-block;
	background: #fff;
	border: 1px solid #9B8E7D;
	border-radius: 30px;
	margin: 0 5px;
	padding: 7px 10px;
	vertical-align: middle;
	text-decoration: none;
	line-height: 1;
	color: #333;
}
#outer #area-content .wp-pagenavi a:hover {
	background: #9B8E7D;
	border: 1px solid #9B8E7D;
	text-decoration: none !important;
	color: #fff;
}
#outer #area-content .page-nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-top: 1px solid #ccc;
	margin: 60px auto 0;
	padding: 30px 0 0;
}
#outer #area-content .page-nav a {
	display: block;
	position: relative;
	font-size: 14px;
}
#outer #area-content .page-nav a:before,
#outer #area-content .page-nav a:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	margin: 1px 0 0;
}
#outer #area-content .page-nav a:before {
	transform: translate(0, -50%);
	background: #725936;
	width: 18px;
	height: 18px;
	border-radius: 9px;
}
#outer #area-content .page-nav a:after {
	width: 5px;
	height: 5px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	margin: -2px 0 0;
}
#outer #area-content .next_post,
#outer #area-content .prev_post {
	position: relative;
	width: 48%;
	margin: 0;
}
#outer #area-content .prev_post a {
	padding: 0 0 0 25px;
}
#outer #area-content .prev_post a:before {
	left: 0;
}
#outer #area-content .prev_post a:after {
	left: 7px;
	transform: rotate(-45deg);
}
#outer #area-content .next_post a {
	padding: 0 25px 0 0;
	text-align: right;
}
#outer #area-content .next_post a:before {
	right: 0;
}
#outer #area-content .next_post a:after {
	right: 7px;
	transform: rotate(135deg);
}
#outer #area-widget {
	width: 25%;
}
#outer #area-widget h3 {
	background: #83D1E3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0;
	padding: 10px;
	line-height: 1.7;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
#outer #area-widget h3 + ul {
	background: #EDF8F8;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0 0 25px;
	padding: 0 20px;
}
#outer #area-widget h3 + ul li {
	border-bottom: 1px solid #ccc;
}
#outer #area-widget h3 + ul li:last-child {
	border: 0;
}
#outer #area-widget h3 + ul li a {
	position: relative;
	display: block;
	padding: 5px 5px 5px 20px;
	font-weight: 700;
}
#outer #area-widget h3 + ul li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(135deg);
	width: 5px;
	height: 5px;
	border-left: solid 1px #9B8E7D;
	border-top: solid 1px #9B8E7D;
	margin: -3px 0 0;
}
#outer #area-widget .list {
	position: relative;
	background: #EDF8F8;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 20px;
}
#outer #area-widget .list:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: rotate(135deg);
	width: 5px;
	height: 5px;
	border-left: solid 1px #9B8E7D;
	border-top: solid 1px #9B8E7D;
	margin: -3px 0 0;
}
#outer #area-widget .list select {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	border: 0;
	background: #EDF8F8;
	width: 100%;
	padding: 15px 15px 15px 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #725936;
	outline: none;
}
@media screen and (max-width:767px) {
	#outer img {
		max-width: 100%;
		height: auto;
	}
	#outer > h2 {
		background-size: 200px auto;
		margin: 0 0 40px;
		padding: 0 0 25px;
		text-align: center;
		letter-spacing: 0.08em;
		font-size: 24px;
	}
	#outer #area-content,
	#outer #area-widget {
		width: 100%;
		margin: 0 0 40px;
	}
	#outer #area-content .post-body h2 {
		margin: 40px 0 15px;
		font-size: 22px;
	}
	#outer #area-content .postbox p {
		width: 180px;
	}
	#outer #area-content .postbox dl {
		width: calc(100% - 200px);
	}
	#outer #area-content .postbox dt {
		letter-spacing: 0.04em;
		font-size: 16px;
	}
	#outer #area-content .postbox dd {
		font-size: 12px;
	}
	#outer #area-content .postbox ul .data {
		font-size: 13px;
	}
	#outer #area-content .page-nav {
		display: block;
		margin: 40px 0 0;
		padding: 0;
	}
	#outer #area-content .next_post,
	#outer #area-content .prev_post {
		width: 100%;
	}
	#outer #area-content .prev_post + .next_post {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	#outer #area-content .next_post a,
	#outer #area-content .prev_post a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width:480px) {
	#outer > h2 {
		background-size: 170px auto;
		padding: 0 0 20px;
		font-size: 20px;
	}
	#outer #area-content .postbox a {
		display: block;
	}
	#outer #area-content .postbox p,
	#outer #area-content .postbox dl {
		width: auto;
	}
	#outer #area-content .postbox dt {
		margin: 10px 0;
	}
}
/* sidebar
------------------------------------------------*/
#sidebar {
	position: relative;
	z-index: 1;
	background: url("img/bg-stripe.png") repeat;
	padding: 40px 0 140px;
}
#sidebar ul li {
	width: 48%;
}
#sidebar ul li a {
	display: block;
	font-size: 22px;
	font-weight: 700;
}
#sidebar ul li img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 50px;
	margin: 0 auto;
	transition: opacity 0.2s;
}
#sidebar ul li a:hover img {
	opacity: 0.8;
}
#sidebar ul li span {
	position: relative;
	padding: 0 25px 0 0;
}
#sidebar ul li span:before,
#sidebar ul li span:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	margin: 1px 0 0;
}
#sidebar ul li span:before {
	right: 0;
	transform: translate(0, -50%);
	background: #7FD6F5;
	width: 18px;
	height: 18px;
	border-radius: 9px;
}
#sidebar ul li span:after {
	right: 7px;
	transform: rotate(135deg);
	width: 5px;
	height: 5px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	margin: -2px 0 0;
}
@media screen and (max-width:767px) {
	#sidebar {
		padding: 40px 0 100px;
	}
	#sidebar ul li {
		width: 80%;
		margin: 0 auto
	}
	#sidebar ul li:last-child {
		margin-top: 20px;
	}
	#sidebar ul li a {
		font-size: 18px;
	}
	#sidebar ul li img {
		border-radius: 30px;
	}
}
@media screen and (max-width:480px) {
	#sidebar ul li {
		width: 90%;
	}
}
/* header
------------------------------------------------*/
#header {
	position: relative;
	z-index: 10000;
}
#header .flex {
	margin: 0 0 15px;
}
#header .flex p {
	margin: 0;
	font-size: 14px;
}
#header .subnav {
	display: flex;
	justify-content: flex-end;
	background: #DCF7F7;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 0 15px;
	font-size: 14px;
}
#header .subnav li:first-child {
	margin: 0 20px 0 0;
}
#header .subnav li:first-child a {
	background: url("img/icon-recruit.svg") no-repeat left center;
	border: 0;
	padding: 0 0 0 25px;
}
#header .subnav li:last-child a {
	background: url("img/icon-contact.svg") no-repeat left center;
	padding: 0 0 0 25px;
}
#header #logo {
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 2;
	margin: 0;
	padding: 0 0 40px;
	line-height: 1;
	font-size: 10px;
}
#header #logo a {
	display: inline-block;
}
#header #logo a:hover img {
	opacity: 0.7;
}
#header #logo .lead {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	letter-spacing: -0.02em;
	line-height: 1.4;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	color: #555;
}
#nav {
	position: relative;
	height: 97px;
}
#nav ul {
	display: flex;
}
#nav ul + ul {
	position: absolute;
	top: 0;
	right: 0;
}
#nav ul li a {
	display: block;
	width: 110px;
	padding: 65px 5px 15px;
	line-height: 1;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}
#nav ul li:nth-child(1) a {
	background: url("img/icon-home.svg") no-repeat center top;
}
#nav ul li:nth-child(2) a {
	background: url("img/icon-summary.svg") no-repeat center top;
}
#nav ul li:nth-child(3) a {
	background: url("img/icon-feature.svg") no-repeat center top;
}
#nav ul + ul li:nth-child(1) a {
	background: url("img/icon-activity.svg") no-repeat center top;
}
#nav ul + ul li:nth-child(2) a {
	background: url("img/icon-tour.svg") no-repeat center top;
}
#nav ul + ul li:nth-child(3) a {
	background: url("img/icon-prepare.svg") no-repeat center top;
}
#nav ul li a:hover {
	opacity: 0.8;
}
#nav ul ul {
	display: block;
	display: none;
	position: absolute;
	top: 80px;
	left: -30px;
	z-index: 10;
	background: #fff;
	width: 170px;
	border-radius: 15px;
	margin: 15px 0 0;
	padding: 10px 20px;
	filter:drop-shadow(0 0 5px rgba(0,0,0,0.2));
}
#nav ul ul:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background: #fff;
	width: 20px;
	height: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
	margin: 0 0 0 -10px;
}
#nav ul ul li {
	margin: 10px 0;
}
#nav ul ul li a {
	background: none !important;
	width: 100%;
	padding: 0;
	white-space: nowrap;
	line-height: 1.5;
	text-align: left;
}
#nav ul ul li a:before {
	content: "●";
	margin: 0 5px 0 0;
	font-size: 10px;
	color: #ccc;
}
#nav ul ul li a:hover {
	font-weight: 700;
}
@media screen and (max-width:1024px) {
	#header.inner {
		height: 107px;
		padding: 0;
	}
	#header .flex {
		justify-content: center;
		margin: 0 0 5px;
	}
	#header .flex p {
		font-size: 10px;
	}
	#header .flex p span {
		display: none;
	}
	#header #logo {
		position: inherit;
		top: auto;
		left: auto;
		transform: none;
		padding: 0;
		text-align: center;
	}
	#header #logo img {
		width: auto;
		height: 50px;
	}
	#header #logo .lead {
		bottom: -22px;
		font-size: 10px;
	}
	#header #logo .lead .pc-block {
		display: none;
	}
	#header .subnav {
		display: block;
		background: #DCF7F7;
		border-radius: 20px;
		margin: 20px 0 0;
		padding: 15px 30px;
	}
	#header .subnav li,
	#header .subnav li:first-child {
		margin: 10px 0;
	}
	#header .subnav li:first-child a,
	#header .subnav li:last-child a {
		display: block;
		border: 0;
		padding: 5px 0 5px 25px;
		font-size: 14px;
	}
	#nav {
		height: auto;
	}
	#nav ul {
		display: block;
		width: 100%;
	}
	#nav ul + ul {
		position: initial;
		top: auto;
		right: auto;
	}
	#nav ul li a {
		display: block;
		width: 100%;
		border-top: 1px dashed #9B8E7D;
		padding: 25px 10px 25px 75px;
		text-align: left;
		font-size: 16px;
	}
	#nav ul li:nth-child(1) a,
	#nav ul li:nth-child(2) a,
	#nav ul li:nth-child(3) a,
	#nav ul + ul:not([class]) li:nth-child(1) a,
	#nav ul + ul:not([class]) li:nth-child(2) a,
	#nav ul + ul:not([class]) li:nth-child(3) a {
		background-position: left center;
		background-size: 60px auto;
	}
	#nav ul + ul li:nth-child(3) a {
		border-bottom: 1px dashed #9B8E7D;
	}
	#nav ul ul {
		display: block;
		position: inherit;
		top: auto;
		left: auto;
		width: auto;
		background: none;
		margin: 0;
		padding: 0 0 0 75px;
		filter: none;
	}
	#nav ul ul:before {
		content: none;
	}
	#nav ul ul li {
		margin: 0 0 5px;
	}
	#nav ul ul li a,
	#nav ul ul li:nth-child(3) a {
		border: 0;
		padding: 10px 0;
		font-weight: normal;
		font-size: 13px;
	}
	.spslide {
		display: none;
		position: absolute;
		top: -80px;
		left: 0;
		z-index: 60;
		width: 100%;
		height: 100svh;
		background: #fff;
		padding: 80px 5% 20px;
		overflow-y: auto;
	}
	.menu-trigger {
		display: block;
		position: absolute;
		top: -80px;
		right: 0;
		z-index: 1002;
		background: #7FD6F5;
		width: 70px;
		height: 70px;
		border-bottom-left-radius: 50px;
		cursor: pointer;
	}
	.menu-trigger .toggle-bar, .menu-trigger .toggle-bar::before, .menu-trigger .toggle-bar::after {
		position: absolute;
		width: 22px;
		height: 2px;
		background: #fff;
		transition: all 0.2s;
		content: "";
	}
	.menu-trigger .toggle-bar {
		top: 20px;
		left: 27px;
	}
	.menu-trigger .toggle-bar::before {
		top: 7px;
	}
	.menu-trigger .toggle-bar::after {
		top: -7px;
	}
	.nav-open .toggle-bar {
		background: transparent;
	}
	.nav-open .toggle-bar::before, .nav-open .toggle-bar::after {
		top: 0;
	}
	.nav-open .toggle-bar::before {
		transform: rotate(45deg);
	}
	.nav-open .toggle-bar::after {
		transform: rotate(-45deg);
	}
	.menu-trigger .toggle-name {
		position: absolute;
		left: 8px;
		bottom: 15px;
		width: calc(100% - 8px);
		text-align: center;
		letter-spacing: 0.1em;
		font-size: 10px;
		font-weight: 700;
		color: #fff;
	}
	.menu-trigger .toggle-name:before {
		content: "MENU";
	}
	.nav-open .toggle-name:before {
		content: "CLOSE";
	}

}
/* footer
------------------------------------------------*/
#footer {
	position: relative;
	z-index: 1;
	padding: 30px 0 0;
	overflow-x: clip;
}
#footer:before {
	content: "";
	position: absolute;
	top: -110px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 0;
	display: block;
	width: calc(100% + 400px);
	height: 480px;
	background: #FFFCF8;
	border-radius: 50%;
}
#footer dl,
#footer dd {
	margin: 0;
}
#footer img {
	max-width: 100%;
	height: auto;
}
#footer a:hover img {
	opacity: 0.8;
}
.hr {
	background: #ccc;
	height: 1px;
	margin: 80px 0 0;
	position: relative;
	z-index: 1;
}
.hr hr {
	display: none;
}
#footer .inner.flex .flex {
	width: 66%;
}
#footer .access {
	z-index: 1;
	width: calc(100% - 320px);
	font-size: 14px;
}
#footer .contact {
	z-index: 1;
	width: 300px;
	font-size: 14px;
}
#footer .subnav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 30px 0 0;
}
#footer .tour {
	width: 30%;
}
#footer .access dt {
	margin: 0 0 20px;
}
#footer .access a {
	position: relative;
	padding: 0 0 0 20px;
}
#footer .access a:before,
#footer .access a:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	margin: 1px 0 0;
}
#footer .access a:before {
	left: 0;
	transform: translate(0, -50%);
	background: #7FD6F5;
	width: 16px;
	height: 16px;
	border-radius: 8px;
}
#footer .access a:after {
	left: 5px;
	transform: translate(0, -50%) rotate(135deg);
	width: 4px;
	height: 4px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}
#footer .contact dt {
	display: flex;
	align-items: center;
	line-height: 1;
	letter-spacing: 0.04em;
	font-size: 43px;
	font-weight: 700;
}
#footer .contact dt span {
	margin: 0 10px 0 0;
	letter-spacing: normal;
	font-size: 14px;
}
#footer .contact dt + dd {
	margin: 5px 0 20px 35px;
}
#footer .contact dd a {
	position: relative;
	display: block;
	background: #83D1E3;
	max-width: 300px;
	height: 60px;
	border-radius: 30px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	transition: background 0.3s;
}
#footer .contact dd a:hover {
	background: #6ADDF7;
}
#footer .contact dd a:before,
#footer .contact dd a:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	margin: 1px 0 0;
}
#footer .contact dd a:before {
	right: 30px;
	transform: translate(0, -50%);
	background: #fff;
	width: 16px;
	height: 16px;
	border-radius: 8px;
}
#footer .contact dd a:after {
	right: 36px;
	transform: translate(0, -50%) rotate(135deg);
	width: 4px;
	height: 4px;
	border-left: solid 1px #83D1E3;
	border-top: solid 1px #83D1E3;
}
#footer .contact dd a span {
	display: block;
	background: url("img/icon-mail.svg") no-repeat left 30px center;
	background-size: 22px auto;
}
#footer .subnav li {
	z-index: 1;
	border-right: 1px solid #ccc;
	padding: 0 20px;
	line-height: 1.5;
	font-size: 14px;
}
#footer .subnav li:first-child {
	border-left: 1px solid #ccc;
}
#footer .tour {
	position: relative;
	border: 5px solid #F4CBDF;
	border-radius: 20px;
	padding: 10px 30px 25px;
	text-align: center;
}
#footer .tour:before {
	content: "";
	position: absolute;
	top: -90px;
	right: 40px;
	display: block;
	background: url("img/icon-owl.svg") no-repeat;
	background-size: cover;
	width: 50px;
	height: 90px;
}
#footer .tour dt {
	font-size: 26px;
	font-weight: 700;
}
#footer .tour dd {
	line-height: 1.8;
	color: #D6006C;
}
#footer .tour dd span {
	display: block;
}
#footer .tour dd + dd {
	margin: 20px 0 0;
}
#footer .tour dd a {
	position: relative;
	display: block;
	background: #EB86B9;
	max-width: 220px;
	height: 40px;
	border-radius: 20px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	transition: background 0.3s;
}
#footer .tour dd a:hover {
	background: #F26EB1;
}
#footer .tour dd a:before,
#footer .tour dd a:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	margin: 1px 0 0;
}
#footer .tour dd a:before {
	right: 30px;
	transform: translate(0, -50%);
	background: #fff;
	width: 16px;
	height: 16px;
	border-radius: 8px;
}
#footer .tour dd a:after {
	right: 36px;
	transform: translate(0, -50%) rotate(135deg);
	width: 4px;
	height: 4px;
	border-left: solid 1px #EB86B9;
	border-top: solid 1px #EB86B9;
}
.sister-school {
  padding: 50px 0 30px;
}
.sister-school p {
	margin: 0 0 30px;
	text-align: center;
}
.sister-school p.toggle {
	display: none;
}
.sister-school ul {
	justify-content: center;
}
.sister-school ul li {
	width: 19.5%;
	margin: 0 0.6% 10px 0;
}
.sister-school ul li:nth-child(5),
.sister-school ul li:last-child {
	margin: 0 0 10px;
}
.sister-school ul li a {
	display: block;
}
.copy {
	display: block;
	margin: 0 0 40px;
	text-align: center;
	font-size: 12px;
	color: #999;
}
@media screen and (max-width:1024px) {
	#footer {
		padding: 0;
	}
	.hr {
		margin: 50px 0 0;
	}
	#footer .inner.flex .flex {
		width: 100%;
		justify-content: center;
	}
	#footer .access,
	#footer .contact {
		width: auto;
	}
	#footer .access {
		display: inline-block;
		margin: 0 100px 0 0;
	}
	#footer .access dt {
		margin: 0 0 10px;
	}
	#footer .contact dt + dd {
		margin: 5px 0 10px 35px;
	}
	#footer .subnav {
		justify-content: center;
		margin: 20px 0;
	}
	#footer .tour {
		margin: 20px 0 0;
		width: 100%;
	}
	#footer .tour:before {
		top: auto;
		bottom: -5px;
		right: 20px;
		width: 39px;
		height: 70px;
	}
	#footer .tour dd span {
		display: inline-block;
	}
	#footer .tour dd span::before {
		content: "/";
		margin: 0 0.2em;
	}
	#footer .tour dd + dd {
		margin: 10px 0 0;
	}
	.sister-school {
		padding: 50px 20px;
	}
	.sister-school ul li img {
		width: 98%;
	}
}
@media screen and (max-width:767px) {
	#footer:before {
		top: -70px;
	}
	.hr {
		margin: 30px 0 0;
	}
	#footer .inner.flex .flex {
		display: block;
		z-index: 1;
		text-align: center;
	}
	#footer .access {
		margin: 0 0 20px;
		padding: 0 0 20px;
		border-bottom: solid 1px #ccc;
	}
	#footer .access dt {
		text-align: left;
	}
	#footer .access dt img {
		max-width: 85%;
	}
	#footer .access dd +dd {
		text-align: left;
	}
	#footer .contact dt {
		justify-content: center;
		font-size: 32px;
	}
	#footer .contact dt + dd {
		margin: 5px 0;
	}
	#footer .contact dd a {
		margin: 0 auto;
	}
	#footer .tour {
		padding: 2px 10px 17px;
		font-size: 14px;
	}
	#footer .tour dt {
		font-size: 21px;
	}
	#footer .tour dd a {
		max-width: 180px;
	}
	#footer .tour dd a:before {
		right: 15px;
	}
	#footer .tour dd a:after {
		right: 21px;
	}
	#footer .subnav {
		flex-wrap: wrap;
		border: 0;
		margin: 20px 0 0;
		text-align: left;
	}
	#footer .subnav li {
		width: 50%;
		border: 0;
		margin: 0 0 20px;
		padding: 0;
	}
	#footer .subnav li:first-child {
		border: 0;
	}
	#footer .subnav li a {
		position: relative;
		padding: 0 0 0 20px;
	}
	#footer .subnav li a:before,
	#footer .subnav li a:after {
		content: "";
		position: absolute;
		top: 50%;
		display: block;
		margin: 1px 0 0;
	}
		#footer .subnav li a:before {
		left: 0;
		transform: translate(0, -50%);
		background: #7FD6F5;
		width: 16px;
		height: 16px;
		border-radius: 8px;
	}
		#footer .subnav li a:after {
		left: 5px;
		transform: translate(0, -50%) rotate(135deg);
		width: 4px;
		height: 4px;
		border-left: solid 1px #fff;
		border-top: solid 1px #fff;
	}
	.sister-school p.toggle {
		position: relative;
		display: block;
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin: 20px 0 0;
		padding: 10px;
		text-align: center;
		line-height: 28px;
		font-size: 16px;
		color: #333;
		cursor: pointer;
	}
  .sister-school p.toggle::after  {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		display: block;
		transform: translate(0, -50%) rotate(-135deg);
		width: 8px;
		height: 8px;
		border-left: solid 3px #ccc;
		border-top: solid 3px #ccc;
		margin: -2px 0 0;
	}
  .sister-school p.toggle.active:after {
		transform: translate(0, -50%) rotate(45deg);
		margin: 2px 0 0;
  }
	.sister-school p.toggle + div {
		display: none;
	}
	.sister-school ul {
		margin: 10px 5px 0;
	}
  .sister-school ul li {
    width: 49%;
		margin: 0 0 10px;
		text-align: center;
	}
	.sister-school ul li:nth-child(2n) {
		margin: 0 0 10px 2%;
	}
	.sister-school ul li img {
		width: 100%;
	}
}