@charset "UTF-8";

.shuei {
    font-family: "dnp-shuei-4gob-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.blue {
    color: #0c2e64;
}

.content_box {
    padding: 20px 0;
    overflow: hidden;
    margin-bottom: 100px;
}

.content {
    background: #fff;
    border-radius: 20px;
    border: 5px solid #27803E;
    padding: 40px 20px;
}

.news_entry {
    max-width: 900px;
    margin: 0 auto;
}

.onigiri_event {
    max-width: 1050px;
}

.onigiri_event .news_entry_catch {
    border: none;
}

.news_entry h3 {
    font-size: 24px;
    font-weight: bold;
}

.news_block {
    padding: 20px 0;
    border-bottom: 3px dashed #27803E;
}

.news_block.blue {
    border-bottom: 3px dashed #0c2e64;
}

.news_block h4 {
    font-size: 20px;
    color: #27803E;
    margin: 30px 0;
    font-weight: bold;
    border-left: 5px solid #27803E;
    padding-left: 20px;
}

.news_block.blue h4 {
    border-left: 5px solid #0c2e64;
    color: #0c2e64;
    font-size: 24px;
}

.news_block.blue p {
    color: #000;
}

.border_none {
    border-bottom: none !important;
    border-left: none !important;
}

.news_block p a {
    color: #27803E;
    text-decoration: underline;
}

.news_entry_catch {
    border: 1px solid #27803E;
    margin-bottom: 30px;
}

.page_titlebox {
    margin: 60px 0 30px;
}

.backtop a {
    padding: 20px 0;
    width: 94%;
    margin: 30px auto;
    text-align: center;
    max-width: 500px;
    color: #fff;
    background: #27803E;
    border: 5px solid #27803E;
    display: block;
    border-radius: 20px;
    transition: ease-in-out .3s;
}

.backtop a:hover {
    background: #fff;
    color: #27803E;
}

.news_link a {
    padding: 20px 0;
    width: 94%;
    margin: 30px auto;
    text-align: center;
    max-width: 500px;
    color: #fff;
    background: #44220E;
    border: 5px solid #44220E;
    display: block;
    border-radius: 20px;
    transition: ease-in-out .3s;
    margin-top: 100px;
}

.news_link a:hover {
    background: #fff;
    color: #44220E;
}

.event_info_box h4,
.event_program h4.center,
.access_map h4 {
    text-align: center;
    margin: 0;
}

.event_info_box h4 img,
.event_program h4.center img,
.access_map h4 img {
    width: 300px;
}

.event_info_item {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    border: 1px solid #0c2e64;
    padding: 10px 15px;
}

.event_info_box ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}

.event_info_item img {
    width: 200px;
}

.event_info_item h5 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 24px;
}

.event_info_item div p {
    text-align: justify;
}

.event_info_item div h5 img {
    width: 45px;
}

.set_box_wrap {
    display: flex;
    gap: 20px;
}

.set_box_wrap img {
    width: 30%;
    object-fit: contain;
}

.set_box a {
    color: #0c2e64 !important;
}

.set_box a:hover {
    text-decoration: underline;
}

.set_txt {
    font-weight: bold;
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.program_list {
    margin-top: 30px;
}

.program_item {
    display: flex;
    border: 1px solid #0c2e64;
    padding: 10px 15px;
    gap: 20px;
    margin-bottom: 10px;
}

.program_item img {
    width: 150px;
    object-fit: contain;
    margin: 0 auto;
}

.program_item_left {
    width: 82%;
}

.program_item_title {
    margin-bottom: 10px;
}

.program_item_title h5 {
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.program_item_title h5 span {
    font-size: 18px;
}

.program_item_title dl {
    font-size: 20px;
    display: flex;
    line-height: 1.5;
    gap: 5px;
}

.program_item_title dl dt {
    background-color: #0c2e64;
    color: #fff;
    padding: 0 10px;
}

.program_item:nth-child(2) img {
    width: 100px;
}

.program_item:nth-child(7) img {
    width: 120px;
}

.program_item:nth-child(8) img {
    width: 80px;
}

.program_item:last-child .program_item_left {
    width: 100%;
}

.program_item:last-child h5 {
    text-align: center;
    justify-content: center;
}

.program_item:last-child h6 {
    font-size: 24px;
}

.access_map h4 {
    margin-bottom: 30px;
}

.access_map_content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.access_map_content a {
    color: #0c2e64;
    text-decoration: underline;
}

.access_map_content a:hover {
    text-decoration: none;
}

.access_map_content img {
    width: 50%;
    object-fit: contain;
}

.access_map_text {
    width: 100%;
}

.access_map_text h5 {
    font-size: 24px;
}

.sp {
    display: none;
}

@media screen and (max-width: 1024px) {

    .event_info_item {
        align-items: center;
    }

    .event_info_item h5 {
        align-items: flex-start;
    }

    .event_info_item div h5 img {
        margin-top: 3px;
    }

    .event_info_item img {
        width: 150px;
        height: min-content;
    }

    .set_box_wrap {
        flex-direction: column;
    }

    .set_box_wrap img {
        width: 50%;
        margin: 0 auto;
    }

    .access_map_content {
        flex-direction: column;
    }

    .access_map_content img {
        width: 100%;
    }
}

@media screen and (max-width:800px) {
    .news_entry h3 {
        font-size: 20px;
    }

    .news_block h4 {
        font-size: 18px;
    }
}

@media screen and (max-width:800px) {

    .news_entry h3,
    .news_block.blue h4,
    .event_info_item h5,
    .program_item_title h5,
    .program_item:last-child h6,
    .access_map_text h5 {
        font-size: 18px;
    }

    .news_block h4 {
        font-size: 16px;
    }

    .news_block p {
        font-size: 15px;
    }

    .event_info_item div h5 img {
        width: 32px;
        margin-top: 0;
    }

    .program_item_title dl,
    .program_item_title h5 span {
        font-size: 14px;
    }

}

@media screen and (max-width: 767px) {

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .news_block.blue p {
        font-size: 14px;
    }

    .event_info_item {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
    }

    .event_info_item img {
        width: 80%;
        margin: 0 auto;
    }

    .event_info_item h5 {
        font-size: 18px;
        gap: 5px;
        margin-bottom: 10px;
    }

    .event_info_item div h5 img {
        margin-top: 1px;
        margin: 0;
    }

    .event_info_item div p {
        font-size: 14px;
    }

    .set_box_wrap img {
        width: 60%;
        margin: 0 auto;
    }

    .news_block.blue h4 {
        font-size: 18px;
    }

    .program_item {
        flex-direction: column;
        gap: 20px;
    }

    .program_item img {
        width: 50%;
        margin: 0 auto;
    }

    .program_item_left {
        width: 100%;
    }

    .program_item_title h5 {
        display: block;
    }

    .program_item_title h5,
    .program_item:last-child h6 {
        font-size: 18px;
    }

    .program_item_title dl {
        margin-top: 10px;
    }

    .program_item_title dl dt {
        padding: 0 5px;
    }

    .program_item:first-child img {
        width: 80%;
    }

    .program_item:nth-child(2) img {
        width: 80%;
    }

    .program_item:nth-child(5) img {
        width: 100%;
    }

    .access_map_text h5 {
        font-size: 18px;
    }

    .access_map_text p {
        font-size: 14px;
    }


}