@charset "UTF-8";

.pattarn_green_wave {
	background: url('/src/img/top/bg_pattarn_a2cd6e.png') center center repeat;
}

/* ------------------------------------------- */
/* TOPビュー */
#top_view {
	height: 660px;
	height: auto;	/* 入園説明会ボタンを一時消去により */
}
#top_view::before {
	content: "";
	position: absolute;
	top: 175px;
	left: calc(50% + 684px);
	display: block;
	width: 154px;
	height: 223px;
	background: url('/src/img/common/bk_charactor01.png') center center no-repeat;
}
#top_view::after {
	content: "";
	position: absolute;
	top: 665px;
	left: calc(50% - 835px);
	display: block;
	width: 107px;
	height: 205px;
	background: url('/src/img/common/bk_charactor02.png') center center no-repeat;
}
#top_view .main_base {
	position: absolute;
	top: 0;
	left: calc(50% - 600px);
}
#top_view .main_base img {
}
#top_view .btn_area {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	display: none;	/* 入園説明会ボタンを一時消去により */
}
#top_view .btn_area a {
}
#top_view .btn_area a:hover {
}

#top_view .top_view_box {
	width: 1200px;
	height: 520px;
	margin: 30px auto 0;
}
#top_view .top_view_box .main_base {
}
#top_view .top_view_box .main_base img {
}
#top_view .top_view_box .onetime {
	position: absolute;
	right: 0;
	bottom: 0;
}
#top_view .top_view_box .onetime a {
}
#top_view .top_view_box .onetime a {
}
#top_view .top_view_box .onetime a img {
}
#top_view .top_view_box .onetime a:hover img {
}

@media (max-width: 768px) {
	#top_view {
		height: calc(calc(1400 / 768) * 100vw);
		margin-top: -12vw;
	}
	#top_view::before {
		top: 150vw;
		left: auto;
		right: 10vw;
		width: calc(138 / 768 * 100vw);
		height: calc(201 / 768 * 100vw);
		background: url('/src/img/common/bk_charactor01.png') center center no-repeat;
		background-size: contain;
	}
	#top_view::after {
		top: 150vw;
		left: 10vw;
		width: calc(96 / 768 * 100vw);
		height: calc(185 / 768 * 100vw);
		background: url('/src/img/common/bk_charactor02.png') center center no-repeat;
		background-size: contain;
	}
	#top_view .main_base {
		position: absolute;
		top: 0;
		left: 0;
	}
	#top_view .top_view_box {
		width: 100%;
		height: auto;
		margin: 0;
	}
	#top_view .top_view_box .main_base {
		width: 100%;
	}
	#top_view .top_view_box .main_base img {
		width: 100%;
		height: auto;
	}
	#top_view .top_view_box .onetime {
		top: 115vw;
		right: 5vw;
	}
	#top_view .top_view_box .onetime a img {
		width: calc(calc(209 / 768) * 100vw);
	}
	#top_view .btn_area {
		flex-direction: column;
		gap: 0;
		top: 140vw;
		left: 0;
	}
	#top_view .btn_area a {
		width: calc(220 / 768 * 100vw * 1.25);
		height: calc(51 / 768 * 100vw * 1.25);
	}
	#top_view .btn_area a img {
		width: calc(220 / 768 * 100vw * 1.25);
		height: calc(51 / 768 * 100vw * 1.25);
	}



}

/* ------------------------------------------- */
/* section01：園の理念・基本方針 */
#section01 {
	margin-bottom: 50px;
}
#section01 h2 {
	margin-bottom: 80px;
}
#section01 .flex_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}
#section01 .flex_box > div > h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	display: inline-block;
	margin-bottom: 30px;
	padding: 0.25em 1.0em;
	font-size: 20px;
	color: #63412b;
	background-color: #f8eb58;
}
#section01 .flex_box > div > .subttl {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #63412b;
}
#section01 .flex_box > div > .articles {
	font-size: 18px;
}
#section01 .segment01 {
	margin-bottom: 50px;
}
#section01 .segment01 .segment01_01 {
	width: 37.5%;
}
#section01 .segment01 .segment01_02 {
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
	width: 62.5%;
}
#section01 .segment01 .segment01_02 img:nth-of-type(1) {
	width: 346px;
	height: auto;
}
#section01 .segment01 .segment01_02 img:nth-of-type(2) {
	width: 236px;
	height: auto;
}
#section01 .segment02 {
}
#section01 .segment02 .segment02_01 {
	width: 67.0%;
}
#section01 .segment02 .segment02_02 {
	width: 33.0%;
}
#section01 .segment02 .segment02_02 img:nth-of-type(1) {
	width: 286px;
	height: auto;
}


@media (max-width: 768px) {
	#section01 .flex_box {
		justify-content: center;
		width: 100%;
	}
	#section01 .segment01 {
		margin-bottom: 10vw;
	}

	#section01 .segment01 .segment01_01 {
		width: 100%;
	}
	#section01 .segment01 .segment01_02 {
		width: 100%;
		margin-bottom: calc(calc(80 / 768) * 100vw);
	}
	#section01 .segment01 .segment01_02 img {
		width: 100%;
	}
	#section01 .flex_box > div > h3 {
		display: flex;
	    width: 60%;
	    margin: 0 auto calc(calc(60 / 768) * 100vw);
	}
	#section01 .flex_box > div > .subttl {
		text-align: center;
		font-size: 4.5vw;
	}
	#section01 .flex_box > div > .articles {
		font-size: 4vw;
	}

	#section01 .segment01 {
		flex-direction: column-reverse;
	}
	#section01 .segment02 {
		flex-direction: column;
	}
	#section01 .segment02 .segment02_01 {
		width: 100%;
	}
	#section01 .segment02 .segment02_02 {
		width: 100%;
		margin-bottom: calc(calc(80 / 768) * 100vw);
	}
	#section01 .segment02 .segment02_02 img {
		width: 100%;
	}
}



/* ------------------------------------------- */
/* section02：Instagram 最新情報 */
#section02 {
}
#section02 .bg_wrapper::before {
	content: "";
	position: absolute;
	top: -203px;
	left: calc(50% + 716px);
	display: block;
	width: 121px;
	height: 201px;
	background: url('/src/img/common/bk_charactor03.png') center center no-repeat;
}
#section02 .comment {
	margin-bottom: 30px;
	text-align: center;
}
#section02 .instagram_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
#section02 .instagram_box iframe {
	width: calc(100% / 6);
}


@media (max-width: 768px) {
	#section02 .comment {
		margin-bottom: calc(calc(60 / 768) * 100vw);
	}
	#section02 .bg_wrapper::before {
		display: none;
	}
}



/* ------------------------------------------- */
/* section03：園の特徴 */
#section03 {
}
#section03 .flex_box {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
#section03 .flex_box .flex_parts {
	width: 575px;
	margin-bottom: 50px;
}
#section03 .flex_box .flex_parts .img_frame {
	width: 575px;
	height: auto;
	margin-bottom: 30px;
}
#section03 .flex_box .flex_parts .img_frame img {
	width: 100%;
	height: auto;
}
#section03 .flex_box .flex_parts .parts_ttl {
	margin-bottom: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.0;
	color: #0f9ba0;
}
#section03 .flex_box .flex_parts .parts_detail {
	font-size: 18px;
	color: #666;
}
#section03 .flex_box .parts_detail .parts_detail_line {
	text-indent: -1.25em;
	margin-left: 1.25em;
	margin-bottom: 0.25em;
	line-height: 1.25;
}
#section03 .flex_box .parts_detail .parts_detail_line span {
	margin-right: 0.25em;
	color: #0f9ba0;
}


@media (max-width: 768px) {
	#section03 {
		margin-top: calc(calc(60 / 768) * 100vw);
	}
	#section03 .flex_box .flex_parts {
		width: 100%;
		margin-bottom: calc(calc(80 / 768) * 100vw);
	}
	#section03 .flex_box .flex_parts .img_frame {
		width: 100%;
		margin-bottom: calc(calc(40 / 768) * 100vw);
	}
	#section03 .flex_box .flex_parts .parts_ttl {
		margin-bottom: calc(calc(40 / 768) * 100vw);
		font-size: 6vw;
	}
	#section03 .flex_box .flex_parts .parts_ttl img {
		width: auto;
		height: calc(28 / 768 * 150vw);
	}
}




/* ------------------------------------------- */
/* section04：一日の流れ（平日） */
#section04 {
}
#section04 .bg_wrapper::before {
	content: "";
	position: absolute;
	top: -112px;
	left: calc(50% + 667px);
	display: block;
	width: 173px;
	height: 112px;
	background: url('/src/img/common/bk_charactor04.png') center center no-repeat;
}
#section04 .timetable {
	text-align: center;
	border-spacing: 4px;
}
#section04 .timetable table {
	
}
#section04 .timetable table tr td {
	width: 346px;
	height: 100px;
	line-height: 1.5;
}
#section04 .timetable table tr td:nth-of-type(1) {
	width: 150px;
	font-size: 20px;
	font-weight: bold;
}
#section04 .timetable table thead {
}
#section04 .timetable table thead tr {
}
#section04 .timetable table thead tr td {
	height: 47px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #0f9ba0;
}
#section04 .timetable table tbody {
}
#section04 .timetable table tbody tr {
}
#section04 .timetable table tbody tr td {
	background-color: #fff;
}
#section04 .timetable table tbody tr td:nth-of-type(1) {
	color: #fff;
	background-color: #6fc3c6;
}
#section04 .timetable table tbody tr td.line_head {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
}
#section04 .comment {
}

@media (max-width: 768px) {
	#section04 .timetable table {
		width: 100%;
	}
	#section04 .bg_wrapper::before {
		top: -23vw;
		left: auto;
		right: 10vw;
		width: calc(173 / 768 * 100vw);
		height: calc(111 / 768 * 100vw);
		background: url('/src/img/common/bk_charactor04.png') center center no-repeat;
		background-size: contain;
	}
	#section04 .timetable table tr td {
		width: 75%;
		height: 22vw;
		font-size: 3.5vw;
	}
	#section04 .timetable table tr td:nth-of-type(1) {
		width: 25%;
		font-size: 5vw;
	}
	#section04 .timetable table thead tr td {
		height: 12vw;
		font-size: 5vw;
	}
	#section04 .comment {
		margin-left: 1em;
		text-indent: -1em;
		font-size: 3.5vw;
		text-align: left;
	}
}




/* ------------------------------------------- */
/* section05：年間行事・イベント */
#section05 {
}
#section05 .inner::before {
	content: "";
	position: absolute;
	top: 80px;
	left: calc(50% + 672px);
	display: block;
	width: 170px;
	height: 197px;
	background: url('/src/img/common/bk_charactor05.png') center center no-repeat;
}
#section05 .slider_event {
}
section .slick_slider .slick-prev:before {
	content: none;
}
section .slick_slider .slick-next:before {
	content: none;
}
section .slick_slider ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 55px;
	width: 1200px;
	padding: 0 100px;
}
section .slick_slider ul li {
	width: 250px;
	height: 220px;
	padding: 0 15px;
	border-radius: 10px;
	overflow: hidden;
}

section .slick_slider ul li .month {
	position: absolute;
	top: 5px;
	left: 20px;
	width: 45px;
	height: 45px;
	z-index: 20;
}
section .slick_slider ul li .thumb_img {
	width: auto;
	height: 220px;
	border-radius: 10px;
}
section .slick_slider ul li p {
	position: absolute;
	left: 15px;
	bottom: 20px;
	width: 100%;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	color: #63412b;
	background-color: rgba(255, 255, 255, 0.5);
}
section .slick_slider ul .slick-prev {
	left: 0;
	width: 60px;
	height: 60px;
	background: none;
	border: none;
	z-index: 20;
}
section .slick_slider ul .slick-next {
	right: 0;
	width: 60px;
	height: 60px;
	background: none;
	border: none;
	z-index: 20;
}
section .slick_slider ul .slick-prev img {
	width: 60px;
	height: 60px;
}
section .slick_slider ul .slick-next img {
	width: 60px;
	height: 60px;
}



@media (max-width: 768px) {
	#section05 {
		margin: calc(calc(60 / 768) * 100vw) 0;
	}
	#section05 .inner::before {
		display: none;
	}
	section .slick_slider ul {
		gap: 4vw;
		width: 100%;
		padding: 0 12vw;
	}
	section .slick_slider ul .slick-prev {
		width: 10vw;
		height: 10vw;
	}
	section .slick_slider ul .slick-next {
		width: 10vw;
		height: 10vw;
	}
	section .slick_slider ul .slick-prev img {
		width: 10vw;
		height: 10vw;
	}
	section .slick_slider ul .slick-next img {
		width: 10vw;
		height: 10vw;
	}
	section .slick_slider ul li {
		width: 100%;
		height: auto;
		padding: 0;
	}
	section .slick_slider ul li .month {
		top: 3vw;
		left: 5vw;
		width: 10vw;
		height: 10vw;
	}
	section .slick_slider ul li .thumb_img {
		width: 100%;
		height: auto;
	}
	section .slick_slider ul li p {
		left: 0;
		bottom: 5vw;
		width: 100%;
		line-height: 5vw;
		font-size: 4vw;
	}
}




/* ------------------------------------------- */
/* section06：施設・環境 */
#section06 {
}
@media (max-width: 768px) {
	#section06 {
		margin-bottom: calc(60 / 768 * 100vw);
	}
}




/* ------------------------------------------- */
/* section07：入園案内 */
#section07 {
}
#section07 .bg_wrapper::before {
	content: "";
	position: absolute;
	top: -210px;
	left: calc(50% - 840px);
	display: block;
	width: 142px;
	height: 203px;
	background: url('/src/img/common/bk_charactor06.png') center center no-repeat;
}
#section07 .bg_wrapper::after {
	content: "";
	position: absolute;
	top: 840px;
	left: calc(50% + 693px);
	display: block;
	width: 145px;
	height: 185px;
	background: url('/src/img/common/bk_charactor07.png') center center no-repeat;
}
#section07 .flex_enter_bid {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
#section07 .flex_enter_bid .route_wraper {
	width: 550px;
	margin-bottom: 30px;
}
#section07 .flex_enter_bid .route_wraper .enter_bid_ttl {
	margin-bottom: 0.5em;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #0f9ba0;
	border-bottom: 2px solid #0f9ba0;
}
#section07 .flex_enter_bid .route_wraper .enter_bid_detail {
}
#section07 .flex_enter_bid .route_wraper .enter_bid_detail .enter_bid_detail_comment {
	margin-bottom: 0.5em;
	line-height: 1.25;
}
#section07 .flex_enter_bid .route_wraper .enter_bid_detail .enter_bid_detail_line {
	text-indent: -1.25em;
	margin-left: 1.25em;
	margin-bottom: 0.25em;
	line-height: 1.25;
}
#section07 .flex_enter_bid .route_wraper .enter_bid_detail .enter_bid_detail_line span {
	margin-right: 0.25em;
	color: #0f9ba0;
}



@media (max-width: 768px) {
	#section07 .inner h2 {
		padding-top: 5vw;
	}
	#section07 .bg_wrapper::before {
		display: none;
	}
	#section07 .bg_wrapper::after {
		display: none;
	}
	#section07 .flex_enter_bid .route_wraper {
		width: 100%;
		margin-bottom: 8vw;
	}
	#section07 .flex_enter_bid .route_wraper .enter_bid_ttl {
		font-size: 5vw;
	}
	#section07 .flex_enter_bid .route_wraper .enter_bid_ttl img {
		width: auto;
		height: calc(28 / 768 * 150vw);
	}
	#section07 .flex_enter_bid .route_wraper .enter_bid_detail .enter_bid_detail_line {
		margin-bottom: 0;
		font-size: 3.25vw;
		line-height: 1.5;
	}
	#section07 .flex_enter_bid .route_wraper .enter_bid_detail .enter_bid_detail_comment {
		font-size: 3.5vw;
	}
}




/* ------------------------------------------- */
/* section08：本園までのご案内 */
#section08 {
}
#section08 .access_box {
}
#section08 .access_box .map_area {
	width: 1100px;
	margin: 0 auto 30px;
}
#section08 .access_box .map_area .rough_map {
	width: 1100px;
	height: auto;
}
#section08 .access_box .map_area a {
	position: absolute;
	top: 0;
	right: 0;
}
#section08 .access_box .map_area a .specific_map {
}
#section08 .access_box .flex_route_box {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
#section08 .access_box .flex_route_box .route_wraper {
	width: 550px;
	margin-bottom: 30px;
}
#section08 .access_box .flex_route_box .route_wraper .route_ttl {
	margin-bottom: 0.5em;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #0f9ba0;
	border-bottom: 2px solid #0f9ba0;
}
#section08 .access_box .flex_route_box .route_wraper .route_detail {
}
#section08 .access_box .flex_route_box .route_wraper .route_detail .route_detail_line {
	text-indent: -1.25em;
	margin-left: 1.25em;
	margin-bottom: 0.25em;
	line-height: 1.25;
}
#section08 .access_box .flex_route_box .route_wraper .route_detail .route_detail_line span {
	margin-right: 0.25em;
	color: #0f9ba0;
}


@media (max-width: 768px) {
	#section08 {
		margin-bottom: calc(calc(120 / 768) * 100vw);
	}
	#section08 .inner h2 {
		margin-top: calc(calc(100 / 768) * 100vw);
	}
	#section08 .access_box .map_area {
		width: 100%;
		margin-bottom: calc(calc(60 / 768) * 100vw);
	}
	#section08 .access_box .map_area .rough_map {
		width: 100%;
	}
	#section08 .access_box .map_area a .specific_map {
		width: 18vw;
	}
	#section08 .access_box .flex_route_box .route_wraper {
		width: 100%;
		margin-bottom: 8vw;
	}
	#section08 .access_box .flex_route_box .route_wraper:last-of-type {
		margin-bottom: 0;
	}
	#section08 .access_box .flex_route_box .route_wraper .route_ttl {
		font-size: 5vw;
	}
	#section08 .access_box .flex_route_box .route_wraper .route_ttl img {
		width: auto;
		height: calc(28 / 768 * 125vw);
	}
	#section08 .access_box .flex_route_box .route_wraper .route_detail .route_detail_line {
		font-size: 3.5vw;
	}
}


