@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#access .txt01 {
	line-height: 2;
	text-align: center;
	color: var(--color-primary);
	font-size: 115%;
}
#access .box_about {
	width: 80%;
	border: 1px solid #7fbaaa;
	border-radius: 20px;
	padding: 2em;
	margin: 50px auto;
}
#access .box_about dl.type01{
	display: flex;
	color: #3f9182;
	font-size: 115%;
}
#access .box_about dl.type01 dt {
	position: relative;
	width: 210px;
	letter-spacing: 0.05em;
	font-weight: 500;
	padding-left: 1em;
}
#access .box_about dl.type01 dt::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #d8d065;
	border-radius: 50%;
	top: 11px;
	left: 0;
}
#access .box_about dl.type01 dd{
	width: calc(100% - 210px);
}
#access .box_about dl.type01 + dl.type01 {
	border-top: 1px solid #ede8e2;
	margin-top: 1.5em;
	padding-top: 1.5em;
}
/*営業時間*/
#access .box_about dl.hour + dl.hour {
	border: none;
	margin: 0;
	padding: 0;
}
#access .box_about dl.hour {
	display: flex;
	align-items: flex-start;
}
#access .box_about dl.hour + dl.hour {
	margin-top: 0.5em;
}
#access .box_about dl.hour dt {
	width: 85px;
	border: 1px solid #7FBAAA;
	border-radius: 20px;
	font-weight: 400;
	margin-right: 0.5em;
	padding: 0 0.5em;
}
#access .box_about dl.hour dt:before {
	display: none;
}
#access .box_about dl.hour dd {
	width: calc(100% - 85px);
}
/*#access .box_about dl dd span.left {
	border: 1px solid #7FBAAA;
	border-radius: 20px;
	margin-right: 0.5em;
	padding: 0 0.5em;
}*/
/*#access .box_about dl.type01 dd ul li+li {
	margin-top: 0.3em;
}*/
/*施設写真*/
#access .box_img {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 33%);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#access .txt01 {
		font-size: 110%;
		text-align: left;
	}
	#access .box_about {
		width: 100%;
		padding: 1.5em;
		margin: 30px auto;
	}
	#access .box_about dl.type01 {
		font-size: 110%;
	}
	#access .box_about dl.type01 dt {
		width: 130px;
	}
	#access .box_about dl.type01 dd {
		width: calc(100% - 130px);
	}
	/*営業時間*/
	#access .box_about dl.hour dt {
		width: 80px;
	}
	#access .box_about dl.hour dd {
		width: calc(100%-80px);
	}
	/*キッズスペースエリア*/
	#access .box_about dl.kids dt {
		width: 210px;
	}
	#access .box_about dl.kids dd {
		width: calc(100% - 210px);
	}
/*	#access .box_about dl.type01 dd ul li+li {
		margin-top: 0.5em;
	}*/
}
@media only screen and (max-width: 640px){ /* スマホ */
	#access .txt01 {
		line-height: 1.8;
	}
	#access .box_img {
		grid-template-columns: repeat(1, 80%);
		justify-content: center;
		gap: 15px;
	}
	#access .box_about dl.type01 {
		display: block;
	}
	#access .box_about dl.type01 dt {
		width: 100%;
	}
	#access .box_about dl.type01 dd {
		width: 100%;
	}
	/*営業時間*/
	#access .box_about dl.hour dt {
		width: 110px;
	}
	#access .box_about dl.hour dd {
		width: calc(100%-110px);
	}
	/*キッズスペースエリア*/
		#access .box_about dl.kids {
		display: flex;
	}
	#access .box_about dl.kids dt {
		width: 210px;
	}
	#access .box_about dl.kids dd {
		width: calc(100% - 210px);
	}
	/*#access .box_about dl dd li {
		display: flex;
		align-items: flex-start;
	}
	#access .box_about dl dd span {
		display: block;
	}*/
}