.orelega-one-regular {
    font-family: "Orelega One", serif;
    font-weight: 400;
    font-style: normal;
}

.cp_frame * {
    box-sizing: border-box;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}

.cp_title {
    position: relative;
}
.cp_title > div {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.cp_title h1 {
    width: 920px;
    margin: 0 auto;
    position: relative;
    z-index: 200;
}

.cp_title h1 img {
    width: 263px;
    height: auto;
    position: absolute;
    top: 53px;
    left: 0;
    z-index: 300;
}

.cp_frame section {
    padding: 0;
}

.cp_frame img {
    max-width: 100%;
}

.cp_frame h2 {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;

    font-family: "Orelega One", serif;
    font-weight: 400;
    font-style: normal;

    margin-left:  auto;
    margin-right:  auto;
    background-size: contain;
    background-repeat: no-repeat;

    max-width: 100%;
}
.cp_frame .col2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}
.cp_frame .col2reverse > *:nth-child(1) {
    order: 2;
}
.cp_frame .col2reverse > *:nth-child(2) {
    order: 1;
}
.cp_frame .col3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}
.cp_frame .col4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}
.cp_frame .col6 {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
}

.cp_frame section {
    width: 100%;
}

.cp_frame section .sec_inner {
    width: 920px;
    margin: 0 auto;
    padding: 0;
    padding: 80px 0px 160px 0;
}

.cp_frame section .sec_inner > *+*, .cp_frame section .sec_inner .col_frame> *+* {
    margin-top: 80px;
}

.cp_frame .cp_intro .title {
    font-family: "Orelega One", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    line-height: 35px;
}

.cp_intro .title {
    background: url(../img/cp_intro_bg.png) no-repeat;
    background-size: 453px auto;
    margin-bottom: 20px;
}

.cp_intro .cp_title_2_map {
    width: 444px;
    height: auto;
}

.cp_sec_01 h2, .cp_sec_03 h2, .cp_sec_05 h2 {
    width: 765px;
    height: 80px;
    background-image: url(../img/cp_sec_01_h2_bg.png);
    padding-top: 10px;
}

.cp_sec_01 figcaption {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-top: 2em;
}

.cp_sec_02 {
    background-color: #FFF3E0;
    background-image: url(../img/cp_sec_02_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.cp_sec_02 h2 {
    width: 780px;
    height: 91px;
    background-image: url(../img/cp_sec_02_h2_bg.png);
    padding-top: 15px;
}

.cp_sec_02 .cp_sec_02_more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    opacity: 1;
    border-radius: 10px;
    border-width: 1px;
    border: 1px solid #AEAEAE;

    background: url(../img/arrow_r.svg) no-repeat;
    background-size: 7px 12px;
    background-position: right 300px center;
}
.cp_sec_02 .cp_sec_02_more a span {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
}

.cp_sec_03 h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 1.0em;
}

.cp_sec_04 {
    background: #EFF6DD;
    background-image: url(../img/cp_sec_04_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.cp_sec_04 h2 {
    width: 600px;
    height: 54px;
    background-image: url(../img/cp_sec_04_h2_bg.png);
    padding-top: 5px;
}

.cp_sec_04 h3, .cp_sec_06 h3 {
    text-align: center;
}

.cp_sec_04 h3 span, .cp_sec_06 h3 span {
    font-weight: Bold;
    font-size: 27.5px;
    line-height: 100%;
    display: inline-block;
    padding: 0 0.2em 0.2em 0.2em;
    margin-bottom: 1.0em;
    border-bottom: 1px solid #555555;
}

.cp_sec_05 h3 {
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 80px;
    margin-bottom: 1.0em;
    display: flex;
    align-items: center;
}
.cp_sec_05 h3.day1 {
    background-image: url(../img/cp_sec_05_1_h3_bg.png);
}

.cp_sec_05 h3.day2 {
    background-image: url(../img/cp_sec_05_2_h3_bg.png);
}

.cp_sec_05 h3.day3 {
    background-image: url(../img/cp_sec_05_3_h3_bg.png);
}

.cp_sec_05 h3.day4 {
    background-image: url(../img/cp_sec_05_4_h3_bg.png);
}

.cp_sec_05 h3.day5 {
    background-image: url(../img/cp_sec_05_5_h3_bg.png);
}

.cp_sec_05 h3.day6 {
    background-image: url(../img/cp_sec_05_6_h3_bg.png);
}

.cp_sec_05 h3 span {
    display: inline-block;
    border-bottom: 1px solid #555555;
    font-size: 27.5px;
    font-weight: 700;
    padding: 0 0.2em 0.2em 0.2em;
    margin-left: 0.1em;
}

.cp_sec_05 h2.senicview {
    width: 265px;
    height: 108px;
    background-image: url(../img/cp_sec_05_h2_bg.png);
    padding-top: 23px;
    font-size: 30px;
    margin-bottom: 1em;
}

.cp_frame .cp_sec_05 .link_maru_right {
    margin-top: 1em;
}

.cp_sec_06 {
    background: #DDF3F6;
    background-image: url(../img/cp_sec_06_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.cp_sec_06 h2 {
    width: 834px;
    height: 85px;
    background-image: url(../img/cp_sec_06_h2_bg.png);
    padding-top: 23px;
}

.cp_sec_06 .subtitle {
    font-weight: 700;
    font-size: 27.5px;
    line-height: 100%;
    text-align: center;
}

.cp_sec_06 .subtitle span {
    color: #A42E70;
    font-weight: 700;
    font-size: 27.5px;
    line-height: 100%;
}

.cp_sec_07 h2 {
    width: 851px;
    height: 96px;
    background-image: url(../img/cp_sec_07_h2_bg.png);
    padding-top: 30px;
}

.cp_sec_07 .title {
    font-size: 17.5px;
    margin: 1em 0;
    text-align: center;
}

.cp_sec_08 h2 {
    width: 342px;
    height: 66px;
    background-image: url(../img/cp_sec_08_h2_bg.png);
    padding-top: 10px;
}

.cp_frame .news_thumbnails_frame {
    width: 100%;
    position: relative;
}

.cp_frame .news_thumbnails_slider {
    width: 920px;
    padding: 3px 10px 10px 10px;
    overflow-x: auto;
    margin: 0 auto;
}

.cp_frame .news_thumbnails_frame ul {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.cp_frame .news_thumbnails_frame li {
    width: 286px;
    background: white;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.cp_frame .news_thumbnails_frame .news_header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 10px;
}
.cp_frame .news_thumbnails_frame .news_header * {
    line-height: 1;
}

.cp_frame .news_thumbnails_frame .news_header h2 {
    font-size: 26px;
    font-weight: normal;
    color: #BBB;
    background: none;
    text-align: left;
    width: fit-content;
    height: fit-content;
    padding: 0;
    margin: 0;
}

.cp_frame .news_thumbnails_frame .news_header span {
    font-size: 14px;
    color: white;
    font-weight: 700;
    padding: 5px 10px;
    background: #555555;
    border-radius: 5px;
}

.cp_frame .news_thumbnails_frame img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.cp_frame .news_thumbnails_frame .news_date {
    font-size: 13px;
    color: #333;
    text-align: right;
    margin-bottom: 5px;
}

.cp_frame .news_thumbnails_frame .news_titile {
    font-size: 25px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.1;
}

.cp_frame .news_thumbnails_frame .news_discription {
    font-size: 18px;
    color: #333;
    line-height: 1.3;
}

.cp_frame .news_thumbnails_frame .news_element_footer {
    margin-top: 20px;
    text-align: right;
}

.cp_frame .news_thumbnails_frame .news_element_footer a::after {
    content: ">";
    margin-left: 0.2em;
    margin-top: 2px;
}

.cp_frame .link_maru_right {
    font-size: 17.5px;
    background: url(../img/maru_sankaku_right.svg) no-repeat;
    background-size: 20px;
    background-position: right center;
    padding-right: calc(0.5em + 20px);
    display: inline-block;
    margin-top: 2em;
    margin-right: 0.5em;
    border-bottom: 1px solid #555555;
}

.cp_frame .like_button_black {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: white;
    background: black;
    border-radius: 100vh;
    padding: 0.2em 1.0em;
    margin-top: 1em;
}

.spbr {
    display: none;
}

@media (max-width: 749px) {
    .cp_frame * {
        font-size: 15px;
        line-height: 20px;
    }
    .cp_title h1 {
        width: 100%;
    }
    .cp_title h1 img {
        width: 40%;
        top: 10px;
        left: 10px;
    }
    .cp_frame {
        width: 100%;
    }

    .cp_frame section {
        padding: 0 10px !important;
    }

    .cp_frame .cp_intro .title {
        font-size: 24px;
        line-height: 24px;
    }

    .cp_intro .title {
        background-size: 230px auto;
        margin-bottom: 20px;
    }
    .cp_intro .cp_title_2_map {
        width: 100%;
        height: auto;
    }

    .cp_frame .col2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
    .cp_frame .col2reverse > *:nth-child(1) {
        order: 1;
    }
    .cp_frame .col2reverse > *:nth-child(2) {
        order: 2;
    }

    .cp_frame .col2 .col2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 15px;
    }

        .cp_frame .col3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 15px;
    }

    .cp_frame .col4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 10px;
    }

    .cp_frame .col6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cp_frame .news_thumbnails_frame ul {
        width: fit-content;
    }

    .cp_frame section .sec_inner > *+*, .cp_frame section .sec_inner .col_frame> *+* {
        margin-top: 40px;
    }

    .cp_sec_01 h2,
    .cp_sec_02 h2,
    .cp_sec_03 h2,
    .cp_sec_04 h2,
    .cp_sec_05 h2,
    .cp_sec_06 h2,
    .cp_sec_07 h2,
    .cp_sec_08 h2 {
        width: 355px;
        max-width: 100%;
        height: 50px;
        font-size: 22px;
        padding-top: 0;
    }

    .cp_sec_01 figcaption {
        font-size: 14px;
        line-height: 18px;
        margin-top: 1.5em;
    }

    .cp_sec_02 h2 {
        padding-top: 5px;
        font-size: 21px;
    }

    .cp_sec_03 * {
        text-align: center;
    }
    .cp_sec_03 h3 {
        font-size: 18px;
    }
    .cp_sec_03 p {
        text-align: left;
    }

    .cp_sec_04 h3 span, .cp_sec_06 h3 span {
        font-size: 18px;
    }

    .cp_sec_05 h3 {
        height: auto;
        min-height: 60px;
        background-size: 60px auto;
        background-position: left center;
        padding: 0 0 0 70px;
        margin-bottom: 1.0em;
        display: flex;
        align-items: center;
    }
    .cp_sec_05 h2.senicview {
        width: 180px;
        height: 70px;
        padding-top: 15px;
        font-size: 22px;
        margin-bottom: 0.25em;
        background-size: cover;
    }
    .cp_sec_05 h3 span {
        font-size: 20px;
        margin-left: 0.0em;
        line-height: 1.3;
    }

    .cp_sec_06 h2 {
        padding-top: 0;
    }
    .cp_sec_06 .subtitle {
        font-size: 24px;
        line-height: 1.3;
    }
    .cp_sec_06 .subtitle span {
        font-size: 24px;
    }

    .cp_sec_07 h2 {
        padding-top: 0;
        font-size: 21px;
    }
    .cp_sec_07 .title {
        font-size: 15px;
    }
    .cp_sec_07 .title+p {
        font-size: 12px;
    }

    .cp_sec_08 h2 {
        height: 30px;
        background-position: center;
    }

    .cp_frame .cp_title_2_text {
        order: 2;
    }
    .cp_frame .cp_title_2_map {
        order: 1;
    }

    .cp_frame section .sec_inner {
        width: 100%;
        padding: 40px 0px 60px 0;
    }

    .cp_frame .news_thumbnails_frame {
        top: -25px;
    }

    .cp_frame .news_thumbnails_slider {
        width: calc(100% - 20px);
        padding: 3px 10px 10px 10px;
    }

    .cp_frame .news_thumbnails_frame ul {
        width: fit-content;
        gap: 20px;
    }

    .cp_frame .news_thumbnails_frame li {
        width: 295px;
    }

    .cp_frame .news_thumbnails_frame .news_header {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-bottom: 10px;
    }
    .cp_frame .news_thumbnails_frame .news_header * {
        line-height: 1;
    }

    .cp_frame .news_thumbnails_frame .news_header h2 {
        font-size: 20px;
    }

    .cp_frame  .news_thumbnails_frame .news_header span {
        font-size: 13px;
    }

    .cp_frame .news_thumbnails_frame .news_titile {
        font-size: 18px;
    }

    .cp_frame .news_thumbnails_frame .news_discription {
        font-size: 16px;
    }

    .cp_frame .news_thumbnails_slider {
        width: 100%;
        overflow-x: scroll;
    }

    .cp_frame .link_maru_right {
        font-size: 15px;
        background-size: 16px;
        padding-right: calc(0.5em + 16px);
        margin-top: 1em;
        margin-right: 0.5em;
    }

    .spbr {
        display: inline;
    }
}