@charset "utf-8";
/* CSS Document */

#top section{
	margin-top: 100px;
}
@media screen and (min-width:768px){
#top section{
	margin-top: 200px;
	z-index: -100;
	}
}
.kids_ashirai{
	max-width: 980px;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.kids_ashirai img{
	width: 44.72px;
	position:absolute;
	top: -40px;
	z-index: -1;
}
@media screen and (min-width:768px){
.kids_ashirai img{
	width: 100px;
	top: -80px;
	}
}
.kids_ashirai img:first-child{
	left: 0;
}
.kids_ashirai img:last-child{
	right: 0;
}
.hanten{
	transform: scaleX(-1);
}
#aboutChildfood .container,
#aboutPuresuta .container,
#puresutaContents .container,
#schedule .container,
#yotei .container,
#place .container{
	background: #fff;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 100px;
	color: #555;
}
#top .container h2{
	font-size: 20px;
	font-weight: 800;
	padding: 10px;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
@media screen and (min-width:768px){
#top div.container h2{
	font-size: 32px;
	}
}
#top .container h2::before,
#top .container h2::after{
	content: "";
	display: block;
	flex-grow: 1;
	border-top: dotted 1px #555;
}
@media screen and (min-width:768px){
#top .container h2::before,
#top .container h2::after{
	content: "";
	border-top: dotted 3px #555;
	}
}
.top2column{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
	width: 100%;
}
@media screen and (min-width:768px){
.top2column{
	flex-direction: row;
	align-items: center;
	margin-bottom: 100px;
	}
}
.mb50-100{
	margin-bottom: 50px;
}
@media screen and (min-width:768px){
.mb50-100{
	margin-bottom: 100px;
	}
}
.pb50-100{
	padding-bottom: 50px
}
@media screen and (min-width:768px){
.pb50-100{
	padding-bottom: 100px
	}
}
.top2columnImgSize{
	width: calc(294px + 20px);
}
@media screen and (min-width:768px){
.top2columnImgSize{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
	}
}
.top2columnImg{
	display: block;
	width: 294px;
	height: auto;
	aspect-ratio: 870 , 700;
	padding: 5px;
	border: 1px solid #000;
	box-shadow: 15px 4px 0 rgba(0,0,0,0.25);
}
.top2column p{
	width: 100%;
}
.top2column span{
	display: block;
}
.contentText{
	display: block;
}
.contentText::first-letter{
	margin-left: 1em;
}
#top .container h3{
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	margin: 10px 0;
}
@media screen and (min-width:768px){
#top .container h3{
	font-size: 24px;
	margin: 10px 0;
}
}
.columnReverce{
	flex-direction: column-reverse;
}
@media screen and (min-width:768px){
	.columnReverce{
	flex-direction: row;
	}
}
/*=========================
	カレンダー設定
=========================*/
#mini-calendar{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#mini-calendar table{
	margin: 0 auto;
}
.calendar-head{
	position: relative;
	width: calc( 100% - 20px);
	height: 100%;
}
.calendar-head::before,
.calendar-head::after{
	position: absolute;
	display: inline-block;
	top: 0;
	font-size: 16px;
	font-weight: 800;
	color: #ccc;
	white-space: pre;
}
@media screen and (min-width:768px){
.calendar-head::before,
.calendar-head::after{
	font-size: 20px;
	}
}
.calendar-head::before{
	content: "9月\ASep.";
	left: 0;
}
.calendar-head::after{
	content: "11月\ANov.";
	right: 0;
}
.calendar-year-month{
	font-size: 24px;
	font-weight: 800;
	color: #000;
	text-align: center;
}
@media screen and (min-width:768px){
.calendar-year-month{
	font-size: 32px;
	}
}
.calendar-year-month::after{
	content: "October";
	display: block;
	font-size: 16px;
	margin: 5px 0 10px;
}
#mini-calendar th,
#mini-calendar td{
	width: 53.29px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #000;
}
@media screen and (min-width:768px){
#mini-calendar th,
#mini-calendar td{
	width: 135px;
	line-height: 100px;
	}
}
th.calendar-sun{
	background-color: #FFD2D2;
}
.calendar-sun{
	color: #f00;
}
th.calendar-sat{
	background-color: #dcdeff;
}
.calendar-sat{
	color: #00f;
}
td#calender-id13{
	color: #f00;
	position: relative;
	z-index: 10;
}
td#calender-id13::after{
	content: "〇";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	font-size: 40px;
	color: #00f;
	z-index: 100;
}
td#calender-id26{
	position: relative;
	z-index: 10;
}
td#calender-id26::after{
	content: "〇";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	font-size: 40px;
	color: #00f;
	z-index: 100;
}
@media screen and (min-width:768px){
td#calender-id13::after,
td#calender-id26::after{
	font-size: 100px;
	}
}
#mini-calendar i{
	font-style: normal;
}
@media screen and (min-width:768px){
#mini-calendar i{
	font-size: 24px;
	}
}
.redCircle{
	color: #f00;
}
.blueCircle{
	color: #00f;
}
#calenderContent h3{
	font-size: 14px;
	font-weight: 800;
	margin-top: 20px;
}
@media screen and (min-width:768px){
#calenderContent h3{
	font-size: 32px;
	}
}
#calenderContent p{
	padding: 0 20px 20px;
	font-size: 14px;
}
@media screen and (min-width:768px){
#calenderContent p{
	font-size: 18px;
	}
}
#calenderContent dd{
	list-style: circle;
}
.event{
	list-style: square;
	margin-left: calc(20px + 1em);
	margin-bottom: 20px;
}
#calenderContent h4{
	margin: 0 20px;
}
@media screen and (min-width:768px){
#calenderContent h4{
	font-size: 20px;
	}
}
.map{
	border: solid #000 1px;
	box-shadow: 4px 4px 0 rgba(  0, 0, 0, 0.25);
	width: 100%;
	height: 250px;
	position: relative;
	padding-top: 50%;
	margin-left: 10px;
}
@media screen and (min-width:768px){
.map{
		width: 100%;
		height: 300px;
	}
}
.map iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#place p{
	font-size: 14px;
}
@media screen and (min-width:768px){
#place p{
	font-size: 20px;	
	}
}
.mapContainer p:first-child{
	margin-bottom: 20px;
}
.mapContainer span{
	display: block;
}
@media screen and (min-width:768px){
.mapContainer{
	width: 450px;
	margin: 0 auto;
	}
}
#place .container{
	margin-bottom: 0;
}

.flexRow{
	flex-direction: row;
}
/* 初期状態：下にオフセットして透明 */
.font_content {
  opacity: 0;
  transform: translateY(20px); /* 下から上に来る */
  transition: transform 520ms cubic-bezier(.2,.8,.2,1), opacity 520ms cubic-bezier(.2,.8,.2,1);
  will-change: transform, opacity;
}

/* in-view でフェード＆移動 */
.font_content.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* 遅延をつけたい要素は data-delay 属性で制御可能 */
.font_content[data-delay="100"] { transition-delay: 100ms; }
.font_content[data-delay="200"] { transition-delay: 200ms; }

/* アクセシビリティ：アニメーションを嫌うユーザー向け */
@media (prefers-reduced-motion: reduce){
  .font_content,
  .font_content.is-inview {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
