.section {
    padding: 10px 20px;
    margin: 10px 10px 30px 10px;
}

.section h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Rounded Mplus 1c";
}

.section section {
    margin-bottom: 50px;
}

.section section:last-child {
    margin-bottom: 0;
}

.far {
    padding-right: 20px;
}

.ttl img {
    text-align: center;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.site-content h3 {
    text-align: center;
    font-size: 20px;
}

.site-content h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.site-content p {
    font-size: 16px;

}

.site-content img {
    width: 50%;
    margin: 30px 25%;
}

/* ttl,section-dropshadow */
.flow_block,
.staff_block,
.efforts_block section,
.root {
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 10px;
}

.flow_block p,
.flow_block h4 {
    padding: 0 10px;
}

.flow_info_block {
    filter: drop-shadow(4px 5px 4px #fc6a31);
}

.flow_info_ttl {
    filter: drop-shadow(4px 2px 2px #fc6a31);
}

.yorokobi_block {
    filter: drop-shadow(4px 5px 4px #fcee31);
}

.yorokobi_ttl {
    filter: drop-shadow(4px 2px 2px #fcee31);
}

.kagayaki_block {
    filter: drop-shadow(4px 5px 4px #ff9c40);
}

.kagayaki_ttl {
    filter: drop-shadow(4px 2px 2px #ff9c40);
}

/* facility */
.origin {
    text-align: center;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0;
}

.yorokobi_origin {
    background-image: url(./img/yorokobi_origin_img.png);
}

.kagayaki_origin {
    background-image: url(img/kagayaki_origin_img.png);
}

.y_ttl {
    font-weight: bold;
    margin-bottom: 30px !important;
    text-align: center;
}

.yorokobi_day {
    background-image: url(img/dh2.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 50px;
    padding: 18px 0 10px 10px;
}

.yorokobi_day p {
    line-height: 12px !important;
}

.facility_block img {
    width: 99%;
    margin: 0;
    border: #fc6a31 solid 1px;
}

/* staff */
.staff_txt {
    text-align: center;
}

.sorry {
    text-align: center;
}

.report_block>div {}

.report p {
    background-color: #ffffff;
    margin: 10px auto;
    width: 100%;
    max-width: 300px;
    box-shadow: 5px 5px #ccc;
    border-radius: 20px;
}

.report p:hover {
    opacity: 0.8;
    transform: translate(5px, 5px);
    box-shadow: none;
}

.report p a {
    padding: 10px 0;
    display: block;
    text-align: center;
    text-decoration: none;
}
.report p .last {
  color: #000;
  font-size: 70%;

}

@media screen and (min-width:569px) {
    .section {
        padding: 20px 0;
        margin: 0 0 50px 0;
    }

    .site-content h3 {
        font-size: 26px;
    }

    .site-content h4 {
        font-size: 24px;
    }

    .site-content p {
        font-size: 20px;
    }

    .yorokobi_day {
        padding: 30px 0 30px 40px;

    }

    .yorokobi_day p {
        color: #ffffff;
        font-weight: bold;
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .how_to_go {
        width: 100%;
        overflow: hidden;
    }

    .how_to_go div {
        width: 50%;
        float: left;
    }

    .report_block {
        width: 100%;
        overflow: hidden;
    }

    .report_block>div {
        width: 50%;
        float: left;
    }
}
