.season {
    justify-content: space-around;
    align-items: center;
    margin-bottom: 80px;
}
.season-img {
    max-width: 375px;
}
.season-img img {
    border-radius: 25px;
}
.event-table {
    max-width: 500px;
    margin: 0 auto;
    justify-content: flex-end;
}
/* 園児の1日 */
.all-day-box {
    max-width: 900px;
    margin: 0 auto;
}

/* タイムライン画像 */
.ctlb-block-image {
    border-radius: 10px;
    overflow: hidden;
}
/* 背景 */
#allday .story-details {
    background: #fcfcfc;
}
/* 年間行事テーブル */
#event .container {
    max-width: 1080px;
}
.event-box dt {
    width: 15%;
    text-align: right;
    font-size: 18px;
}
.event-box dd {
    width: 85%;
    text-align: left;
    
}
.event-box dt, .event-box dd {
    border-bottom: 3px dotted #fcfcfc;
    line-height: 1.5em;
}
.event-text {
	max-width: 850px;
	margin: 0 auto;
}
.event-text.box27 {
	border: 8px solid #ff7788;
}
.event-text.box27:hover {
	transform: scale(1.0);
}
.event-text.box27 .box-title {
	background: #ff7788;
}
.event-text ul {
    background-color: #fcfcfc;
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
}
.event-text ul:nth-of-type(2) {
	padding: 0 20px;
}
/* タブ */
/* タブセクション */
.background {
  max-width: 100%;
}
/* タブ */
.tab {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding-top: 50px;
}

/*
=========
SPスタイル
========= */
@media screen and (max-width: 767px) {
    /* 園児の1日 */
    .ctl-6.timeline-block-detail {
        transform: translateX(-20px);
        padding: 0 0 0 24px;
    }
    #allday .cool-vertical-timeline-body.ctlb-wrapper.both-sided.left {
        margin: 0;
    } 
    /* 矢印 */
    #allday .cool-vertical-timeline-body.both-sided .timeline-content .position-left .story-details:before {
        left: -21px;
        top: 24px;
        border: 7px solid transparent;
        border-left: 11px solid #F5C2C2;
    }
    #allday .cool-vertical-timeline-body.both-sided .timeline-content .position-right .story-details:before {
        border: 7px solid transparent;
        border-right: 11px solid #F5C2C2;
        left: -21px;
        top: 24px;
    }
    /* 年間行事テーブル */
    .event-box dt {
        width: 20%;
        text-align: right;
        font-size: 18px;
    }
    .event-box dd {
        width: 80%;
        text-align: left;
    }
    /* ０、１、２歳写真 */
    .tab__panel-box {
    padding: 0;
    }
    .tab__menu-item {
        font-size: 12px;
        width: 110px;
        margin-right: 10px;
    }

}