/* ============================================================================================================================
園の紹介
============================================================================================================================ */

/* 調整 */
section.first-block, section.goal, section.thoughts, section.facility, section.guide { margin-bottom:70px; }
section.first-block { flex-direction:column; gap:56px; margin:auto; margin-bottom:70px; max-width:80%; width:100%; }
section.history { margin-bottom:100px; }

/* リード文 */
p.read { font-weight:700; line-height:250%; }

/* リスト */
section.first-block ol { display:inline-block; margin:auto; }
section.first-block ol li { text-align:left; }

/* 保育目標 */
.goal h3.flex.back-config.lego-midashi { margin-bottom:23px; }
.goal ul { margin:0 20px; flex-direction:column; gap:0; }
.goal ul li { text-align:left; line-height:0; margin-left:0; }
.goal ul li:nth-child(even) { text-align:right; margin-right:0; }
.goal ul li img { height:auto; max-width:206px; }

/* 保育への思い */
section.thoughts { flex-direction:column; gap:30px; margin:auto; margin-bottom:70px; max-width:85%; width:100%; }
section.thoughts h3 { margin-bottom:0; }
section.thoughts img { margin:auto; height:auto; max-width:185px; width:100%; }

/* 施設概要 */
section.facility { margin:auto; margin-bottom:70px; max-width:85%; width:100%; }
section.facility p { font-weight:500; margin-bottom:12px; }
ul.facility-list, ul.facility-list li { flex-direction:column; }
ul.facility-list { gap:20px; margin-top:40px; }
ul.facility-list li { gap:12px; }
ul.facility-list li p { font-size:20px; font-weight:600; }

/* 保育園案内 */
.guide { margin:auto; margin-bottom:70px; max-width:85%; width:100%; }
.guide dl { flex-direction:column; gap:10px; }
.guide dl dt { align-items:center; background-color:var(--gr-1); font-size:18px; font-weight:700; justify-content:center; line-height:200%; letter-spacing:1.8px; height:36px; width:200px; }
.guide dl dd { padding:0 10px; padding-bottom:15px; }
.guide dl dd:last-child { padding-bottom:0; }

/* 沿革 */
.history { margin:auto; margin-bottom:70px; max-width:85%; width:100%; }
.history dl { flex-direction:column; gap:10px; }
.history dl dt { align-items:center; background-color:var(--pi-3); font-size:16px; font-weight:400; justify-content:center; line-height:36px; letter-spacing:1.8px; height:36px; width:180px; }
.history dl dd { padding-bottom:10px; }
.history dl dd:last-child { padding-bottom:0; }

@container( min-width:960px ) {

/* 調整 */
section.first-block, section.goal, section.thoughts, section.facility, section.guide { margin-bottom:110px; }

/* リード文 */
p.read { font-size:22px; }

/* 保育目標 */
.goal h3.flex.back-config.lego-midashi { margin-bottom:30px; }
.goal ul { flex-direction:row; gap:65px; justify-content:center; }
.goal ul li img { max-width:227px; }
.goal ul li, .goal ul li:nth-child(even) { line-height:1; text-align:center; margin:0; }

/* 保育への思い */
section.thoughts { margin-bottom:110px; max-width:780px; }
section.thoughts img { max-width:300px; }

/* 施設概要 */
section.facility { margin:auto; margin-bottom:110px; max-width:100%; width:100%; }
section.facility p, section.facility ul.disc-list { margin-right:auto; margin-left:auto; max-width:780px; width:100%; }
ul.facility-list { flex-direction:row; gap:54px; margin:auto; margin-top:60px; max-width:1000px; width:100%; }
ul.facility-list li { gap:30px; }

/* 保育園案内 */
.guide { margin:auto; margin-bottom:110px; max-width:780px; width:100%; }
.guide dl dt { font-weight:400; line-height:36px; }

/* 沿革 */
.history { margin:auto; margin-bottom:120px; max-width:750px; width:100%; }
.history dl { align-items:stretch; flex-direction:row; flex-wrap:wrap; gap:0px; }
.history dl dt { background-color:transparent; font-size:18px; height:100%; width:190px; }
.history dl dd { box-sizing:border-box; border-left:2px solid var(--pi-1); padding-bottom:30px; padding-left:20px; width:calc( 100% - 190px ); }

}

@media( max-width:959px ) {

/* デコレーション */
footer::before { aspect-ratio:205/228; background-image:url('../img/common/sp-sakura-left-1.png'); position:absolute; top:7400px; left:0; height:228px; width:205px; z-index:-1; }

}

@media( min-width:960px ) {

/* デコレーション */
main::before, main::after, section.thoughts::before, section.goal::before, section.history::before { position:absolute; z-index:-1; }
main::before { aspect-ratio:364/403; background-image:url('../img/common/sakura-left.png'); top:809px; left:-84px; height:403px; width:364px; }
main::after { aspect-ratio:335/695; background-image:url('../img/common/sakura-right.png'); top:2663px; right:0; height:695px; width:335px; }
section.goal::before { aspect-ratio:1/1; background-image:url('../img/common/square.png'); top:1050px; right:80px; height:80px; width:80px; }
section.thoughts::before { aspect-ratio:1/1; background-image:url('../img/common/triangle.png'); top:2023px; left:55px; height:118px; height:118px; width:118px; }
section.history::before { aspect-ratio:1/1; background-image:url('../img/common/circular.png'); top:4536px; left:69px; height:86px; width:86px; }

}
