html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
        "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    color: #64563b;
    letter-spacing: 0.1em;
    background: #fdf6ed;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

a {
    text-decoration: none;
    color: #64563b;
}

.textcen {
    text-align: center;
}

#container {
    width: 960px;
    margin: 0 auto;
}

.dwpdf {
    text-align: center;
    width: 100%;
    margin: 15px 0px;
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    background: #9cca5d;
    border-radius: 12px;
    border: 2px solid #fff;
}

.dwpdf a {
    color: #fff;
    display: block;
    padding: 15px;
}

.txt-l {
    font-size: 160%;
}

header {
    background: url("../img/headerbg.png") no-repeat 0 0;
}

header,
footer {
    flex: 0 0 auto;
}

article {
    flex: 1 0 auto;
}

h2 {
    color: #64563b;
    font-size: 120%;
    font-weight: bold;
    margin-top: 10px;
}

.pagetitle {
    text-align: center;
    margin: 15px;
    font-size: 140%;
}

#navleft,
#logo,
#navright {
    display: block;
    float: left;
}

#navsmp {
    display: none;
}

#navleft li,
#navright li {
    margin-top: 122px;
    float: left;
}

.nav0 {
    background: #fff17f;
}

.nav1 {
    background: #ffd9ec;
}

.nav2 {
    background: #d9edff;
}

.nav3 {
    background: #d1f7c9;
}

.nav4 {
    background: #ffead9;
}

.nav5 {
    background: #ecd2fe;
}

.indexboxleft,
.indexboxcenter,
.indexboxright {
    width: 305px;
    float: left;
    margin: 0 5px;
}

.titleimg {
    text-align: center;
    padding: 20px 0 10px;
}

.titleimg img {
    width: 100%;
    height: auto;
}

.newsbox,
.houshin,
.rinen {
    font-size: 90%;
    line-height: 2.1em;
    width: 270px;
    background: #fdfcf7;
    border-radius: 10px;
    margin: 0 auto;
    padding: 15px 15px;
    letter-spacing: 0.1em;
}

.newsbox li {
    padding: 15px;
    border-bottom: 1px dotted #ccc;
}

.houshin ul li {
    list-style-image: url("./../img/icon.png");
    margin-left: 15px;
    letter-spacing: 2px;
}

.newsinfo {
    width: 80%;
    margin: 0 auto 15px;
    line-height: 2.1em;
    background: #fdfcf7;
    border-radius: 10px;
    padding: 15px 25px;
    display: flex;
}

.newsinfo .date {
    margin-right: 10px;
}

.moku1 {
    color: #59c3e1;
    padding: 5px 0px 5px 10px;
    text-indent: -1em;
}

.moku2 {
    color: #ef93bb;
    padding: 5px 0px 5px 10px;
    text-indent: -1em;
}

.moku3 {
    color: #a7ce4e;
    padding: 5px 0px 5px 10px;
    text-indent: -1em;
}

.moku4 {
    color: #f6bf60;
    padding: 5px 0px 5px 10px;
    text-indent: -1em;
}

.txtbox {
    font-size: 120%;
    padding: 20px 40px;
    margin: 15px 20px 0;
    color: #a38a77;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #a38a77;
    line-height: 1.6em;
}

#footbg {
    display: block;
    width: 100%;
    min-height: 172px;
    background: url("./../img/footer.png") no-repeat bottom;
}

footer {
    font-size: 90%;
    padding: 20px 40px;
    margin: 15px 20px 0;
    color: #a38a77;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #a38a77;
}

footer a {
    color: #fff;
}

#footerinfo {
    float: left;
}

#ft_cocoon {
    font-size: 110%;
    font-weight: bold;
    padding: 3px 0;
}

#ft_unei {
    font-weight: normal;
    font-size: 80%;
}

#ft_yubin {
    font-size: 80%;
}

#ft_address {
    font-size: 90%;
}

#ft_tel {
    font-size: 110%;
    padding: 6px 0;
    display: block;
}

footer li {
    float: left;
    padding: 5px 10px;
    background: #fff;
    border-radius: 10px;
    margin: 10px 5px;
}

footer li a {
    color: #9cd366;
}

small {
    width: 100%;
    background: #fff;
    padding: 10px 0;
    font-size: 80%;
    text-align: center;
    display: block;
}

.map {
    width: 650px;
    margin: 0 auto 30px;
}

.introbox,
.shokubox {
    width: 650px;
    margin: 0 auto 30px;
}

.introbox th,
.introbox td,
.shokubox th,
.shokubox td {
    line-height: 1.5em;
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
}

.introbox th span,
.shokubox th span {
    width: 200px;
    display: block;
    color: #fff;
    background: #ef8778;
    border-radius: 14px;
    padding: 6px 14px;
}

.introbox td,
.shokubox td {
    width: 450px;
    text-align: left;
}

.enchoimg {
    float: left;
    padding: 15px 25px 0px 10px;
}

.enchotxt {
    letter-spacing: 0.05em;
    padding: 15px 25px;
}

#QandA {
    width: 100%;
    text-align: left;
}

#QandA dt {
    font-weight: bold;
    color: #8d705d;
    background: #cfebb4;
    /* 「Q」タイトルの背景色 */
    padding: 10px 15px;
    border: 1px solid #9cd366;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

#QandA dt:before {
    font-size: 120%;
    color: #65aadd;
    content: "Q.";
    font-weight: bold;
    margin-left: 3px;
    margin-right: 8px;
}

#QandA dd {
    background: #fff;
    padding: 16px 16px 24px 40px;
    margin: 0 0 15px;
    line-height: 150%;
    font-weight: bold;
    color: #ef8778;
    border: 1px solid #9cd366;
    border-radius: 0 0 10px 10px;
}

#QandA dd:first-child {
    border-top: none;
}

#QandA dd:before {
    font-size: 120%;
    content: "A.";
    font-weight: bold;
    margin-right: 8px;
    margin-left: -21px;
}

/*-----登園届・登園許可証-----*/

.permitbox {
    width: 90%;
    padding: 20px 40px;
    margin: 30px auto 50px;
}

.permitbox h2 {
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 30px;
    padding: 15px 0 15px 20px;
    background: #f8bd79;
    color: #fff;
    border-radius: 30px;
}

.permit-inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}

.dlpermit {
    text-align: center;
    width: 50%;
    margin: 30px auto 15px;
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    background: #9cca5d;
    border-radius: 12px;
}

.dlpermit a {
    color: #fff;
    display: block;
    padding: 15px;
}

/*-----園見学-----*/

.visitbox {
    width: 90%;
    padding: 20px 40px;
    margin: 30px auto 50px;
}

.visitbox h2 {
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 30px;
    padding: 15px 0 15px 20px;
    background: #f8bd79;
    color: #fff;
    border-radius: 30px;
}

.visit-inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}

.visitbox p {
    margin-bottom: 20px;
    line-height: 2;
}

.visitbox .lead {
    font-size: 18px;
    font-weight: bold;
    color: #9cca5d;
    text-align: center;
    margin-bottom: 20px;
}

.visitbox .red {
    color: #ef93bb;
    font-weight: bold;
}

.visit-inner .sp {
    display: none;
}

.green {
    color: #9cca5d;
    font-weight: bold;
}

.notice-covid {
    margin: 60px 0 40px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}

.notice-covid-ttl {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.8;
}

.notice-covid-txt {
    line-height: 2;
}

.notice-info {
    margin: 60px 0 40px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}

.notice-info-ttl {
    font-size: 32px;
    font-weight: bold;
    color: #e14858;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.8;
}

.notice-info-txt {
    line-height: 2;
    width: 80%;
    margin: 0 auto;
    font-size: 22px;
}

.info-contact-box {
    border-top: 2px solid #64563b;
    padding-top: 30px;
}

.info-contact-ttl {
    font-weight: bold;
}

/* --YouTubeサイズ調整-- */
.contentblock {
    padding: 20px;
}

.video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .contentblock {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    img {
        max-width: 100%;
        height: auto;
        width/***/
        : auto;
    }

    header {
        background: none;
    }

    #container {
        width: 100%;
    }

    h1 {
        width: 100%;
        text-align: center;
    }

    #navleft,
    #navright {
        display: none;
    }

    #logo {
        display: block;
        float: none;
    }

    #navsmp {
        display: block;
        margin-bottom: 10px;
    }

    #navsmp li {
        text-align: center;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px dotted #ccc;
    }

    .newsbox,
    .rinen,
    .map,
    .introbox,
    .shokubox {
        width: 80%;
        margin: 0 auto 30px;
    }

    .indexboxleft,
    .indexboxcenter,
    .indexboxright {
        width: 80%;
        margin: 0 auto 30px;
        float: none;
    }

    .introbox th span,
    .shokubox th span {
        width: 90%;
    }

    .introbox td,
    .shokubox td {
        width: 60%;
    }

    .pagetitle {
        text-align: center;
        margin: 15px;
        font-size: 120%;
        line-height: 1.8;
    }

    .newsinfo {
        width: 80%;
        margin: 0 auto 15px;
        line-height: 2.1em;
        background: #fdfcf7;
        border-radius: 10px;
        padding: 15px 25px;
        display: block;
    }

    .newsinfo .date {
        display: inline-block;
    }

    .newsinfo .title {
        display: inline-block;
    }

    /*-----登園届・登園許可証-----*/
    .permitbox {
        width: 90%;
        padding: 20px 10px;
        margin: 30px auto 50px;
    }

    .permitbox h2 {
        font-size: 18px;
        font-weight: bold;
        width: 90%;
        margin: 0 auto 30px;
        padding: 15px 0 15px 20px;
        background: #f8bd79;
        color: #fff;
        border-radius: 30px;
    }

    .permit-inner {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        border-radius: 5px;
        padding: 20px;
        font-size: 14px;
    }

    .dlpermit {
        display: block;
        text-align: center;
        width: 100%;
        margin: 30px auto 15px;
        font-size: 120%;
        font-weight: bold;
        color: #fff;
        background: #9cca5d;
        border-radius: 12px;
    }

    .dlpermit a {
        color: #fff;
        display: block;
        padding: 15px;
    }

    .dwpdf {
        font-size: 15px;
    }

    /*-----園見学-----*/
    .visitbox {
        width: 90%;
        padding: 20px 10px;
        margin: 30px auto 50px;
    }

    .visitbox h2 {
        font-size: 18px;
        font-weight: bold;
        width: 90%;
        margin: 0 auto 30px;
        padding: 15px 0 15px 20px;
        background: #f8bd79;
        color: #fff;
        border-radius: 30px;
    }

    .visit-inner {
        width: 80%;
        margin: 0 auto;
        text-align: left;
        background-color: #fff;
        border-radius: 5px;
        padding: 20px;
        font-size: 14px;
    }

    .visit-inner .pc {
        display: none;
    }

    .visit-inner .sp {
        display: block;
        text-align: center;
        width: 100%;
        margin: 30px auto 15px;
        font-size: 120%;
        font-weight: bold;
        color: #fff;
        background: #ef93bb;
        border-radius: 12px;
    }

    .visit-inner .sp a {
        color: #fff;
        display: block;
        padding: 15px;
        line-height: 1.5;
    }

    .notice-covid {
        margin: 60px auto 40px;
        background-color: #fff;
        border-radius: 20px;
        padding: 20px;
        width: 80%;
    }

    .notice-covid-ttl {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
        line-height: 1.8;
    }

    .notice-covid-txt {
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .notice-info {
        margin: 60px auto 40px;
        background-color: #fff;
        border-radius: 20px;
        padding: 20px;
        width: 80%;
    }

    .notice-info-ttl {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
        line-height: 1.8;
    }

    .notice-info-txt {
        line-height: 1.6;
        margin-bottom: 20px;
        width: 100%;
        font-size: 16px;
    }

    .txtbox {
        font-size: 14px;
        padding: 20px;
        margin: 15px 20px 0;
        color: #a38a77;
        background: #fff;
        border-radius: 12px;
        border: 2px solid #a38a77;
        line-height: 1.6em;
    }
}

.notice {
    font-size: 1.5em;
    color: #e14858;
    font-weight: bold;
    text-align: center;
    padding: 30px 0 10px;
}
