@charset "utf-8";
/* =========================================================================================
PAGE HEADER
=========================================================================================*/
body.monodukuri-kodomo .page-header {
    background: #ef8201;
}

/* =========================================================================================
LAYOUT
=========================================================================================*/
body.monodukuri-kodomo #main {
    background: #fff7e2;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
MAP
=========================================================================================*/
section.map .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
}
section.map .inner h2 {
    width: 80%;
    max-width: 600px;
}
section.map .inner .box {
    width: 100%;
    border: 4px solid #e9551a;
}
section.map .inner .box h3 {
    color: #fff;
    font-size: clamp(1.5rem, calc(1.026rem + 2.022vw), 2.063rem); /* min: 24px, max: 33px */
    text-align: center;
    background: #e9551a;
    padding: 0.375em 1em 0.45em;
}
section.map .inner .box .image {
    padding: 30px;
}
section.map .inner .box .image img {
    width: 100%;
    max-width: 850px;
    margin: auto;
}

section.map .inner .info-box {
    background: #fffde2;
    padding: 60px 5% 50px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}
section.map .inner .info-box h3 {
    color: #ef8201;
    font-size: clamp(1.25rem, calc(1.039rem + 0.899vw), 1.5rem); /* min: 20px, max: 24px */
    line-height: 1.4;
    background: #fff;
    border: 2px solid #ef8201;
    border-radius: 100px;
    padding: 0.3em 1.5em;
    position: absolute;
    top: 0;
    left: 4%;
    translate: 0 -50%;
    z-index: 5;
}
section.map .inner .info-box dl {
    font-size: 0.9em;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: left;
    gap: 1em;
}
section.map .inner .info-box dl dt {
    width: 180px;
    color: #ef8201;
    font-weight: var(--bold-font-weight);
}
section.map .inner .info-box dl dd {
    width: calc(100% - 1em - 180px);
}
section.map .inner .info-box dl dd b {
    font-size: clamp(1.25rem, calc(1.092rem + 0.674vw), 1.438rem); /* min: 20px, max: 23px */
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
@media only screen and (max-width: 820px) {
    section.map .inner {
        gap: 75px;
    }
    section.map .inner .info-box {
        padding: 30px 30px 50px;
        border-radius: 20px;
    }
    section.map .inner .info-box dl {
        gap: 0;
    }
    section.map .inner .info-box dl dt,
    section.map .inner .info-box dl dd {
        width: 100%;
    }
    section.map .inner .info-box dl dt {
        margin-block: 1.25em 0.25em;
    }
}
@media only screen and (max-width: 468px) {
    section.map .inner {
        padding-top: 20px;
    }
    section.map .inner .info-box {
        padding: 30px 20px 30px;
        border-radius: 15px;
    }
}

/* =========================================================================================
PROGRAM
=========================================================================================*/
section.program .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 150px;
}
section.program .midashi-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
section.program .midashi-block strong {
    color: #fff;
    text-align: center;
    font-size: clamp(2rem, calc(-0.158rem + 4.211vw), 3rem); /* min: 32px, max: 48px */
    font-weight: var(--black-font-weight);
    line-height: 1.3;
    display: block;
    width: 100%;
    background: url(../images/page/event/monodukuri-kodomo/ribbon_bg.png) no-repeat;
    background-position: center right;
    background-size: auto 100%;
    padding: 0.25em 0.25em 0.3em 5%;
    position: relative;
    z-index: 1;
}
section.program .midashi-block strong::before {
    content: "";
    height: 150%;
    aspect-ratio: 141 / 117;
    background: url(../images/page/event/monodukuri-kodomo/ribbon_parts.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -10px;
    translate: 0 -50%;
    z-index: 5;
}
section.program .midashi-block ul li {
    color: #ff0000;
    font-weight: var(--bold-font-weight);
    line-height: 1.5;
}
section.program .box {
    width: 100%;
    position: relative;
    z-index: 1;
}
section.program .box .image {
    width: 60%;
    max-width: 540px;
    position: absolute;
    top: 0;
    translate: 0 -10%;
    z-index: 5;
}
section.program .box.left .image {
    right: 0;
}
section.program .box.right .image {
    left: 0;
}
section.program .box .image .application {
    width: 35%;
    max-width: 152px;
    position: absolute;
    top: 0;
    z-index: 10;
}
section.program .box.left .image .application {
    right: 0;
    translate: 30% -30%;
}
section.program .box.right .image .application {
    left: 0;
    translate: -30% -30%;
}
section.program .box .text {
    width: 50%;
    max-width: 550px;
    min-width: 450px;
    border: 4px solid #f18a38;
    position: relative;
    z-index: 1;
}
section.program .box.on-the-day .text {
    border-color: #fc7e52;
    padding-block: 0 10px;
}
section.program .box.left .text {
    margin-inline: 0 auto;
}
section.program .box.right .text {
    margin-inline: auto 0;
}
section.program .box .text .icon {
    width: 22.5%;
    position: absolute;
    top: 0;
    z-index: 10;
}
section.program .box .text .icon.parfait {
    max-width: 88px;
    left: 0;
    translate: -50% -50%;
}
section.program .box .text .icon.paints {
    max-width: 111px;
    right: 0;
    translate: 30% 65%;
}
section.program .box .text .icon.solar {
    width: 30%;
    max-width: 120px;
    left: 0;
    translate: -35% -60%;
}
section.program .box .text .icon.coma {
    max-width: 85px;
    left: 0;
    translate: 30% -30%;
}
section.program .box .text .icon.paper {
    width: 30%;
    max-width: 137px;
    right: 0;
    translate: -7.5% -60%;
}
section.program .box .text .icon.hammer {
    max-width: 80px;
    left: 0;
    translate: 7.5% -50%;
}
section.program .box .text .icon.scissors {
    max-width: 80px;
    top: 0;
    right: 0;
    translate: 40% 135%;
}
section.program .box .text h2 {
    color: #fff;
    text-align: center;
    font-size: clamp(1.75rem, calc(0.697rem + 4.494vw), 3rem); /* min: 28px, max: 48px */
    font-weight: var(--black-font-weight);
    line-height: 1.3;
    background: #f18a38;
    padding: 0.25em 0.25em 0.3em;
    margin-bottom: 10px;
}
section.program .box.on-the-day .text h2 {
    background: #fc7e52;
}
section.program .box .text dl {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
    padding: 20px;
}
section.program .box.left .text dl {
    margin-left: 3.5%;
}
section.program .box.right .text dl {
    margin-left: 10%;
}
section.program .box .text dt {
    color: #f18a38;
    font-weight: var(--bold-font-weight);
    width: 110px;
    display: flex;
    align-items: start;
    gap: 5px;
}
section.program .box .text dt::before {
    content: "";
    display: inline-block;
    width: 0.75em;
    aspect-ratio: 1 / 1;
    background: #f18a38;
    translate: 0 0.6em;
}
section.program .box .text dd {
    width: calc(100% - 20px - 110px);
}
section.program .box .text .btn {
    padding: 0 20px 30px;
}
section.program .box .text .btn a {
    color: var(--base-font-color);
    background: #ffcc00;
    text-decoration: none;
    border-radius: 100px;
    border: 3px solid #707070;
    width: 100%;
    max-width: 250px;
    padding: 0.5em 1em;
}
section.program .box .text .btn a:hover {
    color: #fff;
    background: #f18a38;
}
section.program .box .text .btn a::after {
    display: none;
}
section.program .box .text .btn .no-link {
    color: #fff;
    font-weight: var(--bold-font-weight);
    text-align: center;
    background: #707070;
    border-radius: 100px;
    border: 3px solid #707070;
    width: 100%;
    max-width: 300px;
    padding: 0.5em 1em;
}
@media only screen and (max-width: 1200px) {
    section.program .box .image {
        width: 52.5%;
    }
}
@media only screen and (max-width: 980px) {
    section.program .inner {
        gap: 100px;
    }
    section.program .box .image {
        width: 42.5%;
        translate: 0 -10%;
    }
    section.program .box.left .text h2 {
        padding-left: 1em;
    }
    section.program .box.right .text h2 {
        padding-right: 1em;
    }
    section.program .box .text .icon.scissors {
        top: 15%;
        translate: 40% 0;
    }
}
@media only screen and (max-width: 820px) {
    section.program .inner {
        gap: 75px;
    }
    section.program .midashi-block strong {
        padding-left: 10%;
    }
    section.program .box .image {
        top: 40% !important;
        left: auto !important;
        right: 0 !important;
        translate: 12.5% 0 !important;
    }
    section.program .box .image .application {
        left: auto !important;
        right: 0 !important;
        translate: 15% -50% !important;
    }
    section.program .box .text {
        width: 100%;
        min-width: auto;
        margin: 0 !important;
    }
    section.program .box .text dl {
        gap: 0;
        margin-inline: 5% 10% !important;
    }
    section.program .box .text dt,
    section.program .box .text dd {
        width: 100% !important;
    }
    section.program .box .text dd {
        padding-left: 1.06em;
        margin-bottom: 0.25em;
    }
}
@media only screen and (max-width: 468px) {
    section.program .midashi-block strong {
        padding-left: 15%;
    }
    section.program .box .image {
        width: 47.5%;
    }
}
