/*--------------
# ANIMATION
----------------*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@-webkit-keyframes slideIn {
    0% {
        opacity: 0;
        transform: translate(0, 35px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translate(0, 35px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.cp202604-sec img {
    opacity: 0;
    -webkit-animation: slideIn linear forwards;
    animation: slideIn linear forwards;
    transition: all 1000ms;
    animation-timeline: view();
    animation-range: entry 10% cover 30%;
}

/*--------------
# BASE
----------------*/
#cp202604 {
    text-align: center;
    padding-bottom: 40px;
}

#cp202604 img {
    max-width: 100%;
}

#cp202604 iframe {
    max-width: 100%;
}

#cp202604 a img {
    position: relative;
}

#cp202604 a:hover img {
    opacity: 0.8 !important;
    transition: 0.5s;
    right: 1px;
    bottom: 1px;
}

@media screen and (min-width: 767px) {
    #cp202604 .sp-only {
        display: none;
    }
}

@media screen and (max-width: 766px) {
    #cp202604 .pc-only {
        display: none;
    }
}

/*--------------
# CONTENTS
----------------*/
.cp202604-header .cp202604-ttl {
    max-width: 90%;
    margin: 0 auto;
    opacity: 0;
    -webkit-animation: fadeIn 0.5s 0.2s linear forwards;
    animation: fadeIn 0.5s 0.2s linear forwards;
}

.cp202604-header .cp202604-copy {
    max-width: 90%;
    margin: 0 auto;
}

.cp202604-header .cp202604-copy {
    max-width: 90%;
    margin: 0 auto;
}

.cp202604-header .cp202604-date {
    max-width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 767px) {
    .cp202604-header .cp202604-header-content {
        padding: 40px 0 80px 0;
    }

    .cp202604-header .cp202604-main {
        margin-top: -20px;
    }

    .cp202604-header .cp202604-copy {
        margin: 30px auto 40px auto;
    }

    .cp202604-header .cp202604-date {
        margin: 30px auto;
    }
}

@media screen and (max-width: 766px) {
    .cp202604-header .cp202604-header-content {
        padding: 20px 0 40px 0;
    }

    .cp202604-header .cp202604-ttl img {
        width: 90%;
    }

    .cp202604-header .cp202604-copy {
        margin: 20px auto 30px auto;
    }

    .cp202604-header .cp202604-date {
        margin: 20px auto;
    }

    .cp202604-header .cp202604-date img {
        width: 85%;
    }
}

.cp202604-special {
    width: 94%;
    max-width: 737px;
    margin: 0 auto 60px auto;
}

@media screen and (max-width: 766px) {
    .cp202604-special {
        margin-bottom: 30px;
    }
}

.cp202604-special .cp202604-special-header {
    margin-bottom: 20px;
}

.cp202604-special .cp202604-special-content .special-01 {
    margin-bottom: 10px;
}

.cp202604-special .cp202604-special-content .special-02 {
    margin-bottom: 10px;
}

.cp202604-special .cp202604-special-content .special-03 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cp202604-special .cp202604-special-content .special-memo {
    text-align: left;
    font-size: 10px;
    margin: 5px 0;
}

@media screen and (min-width: 767px) {
    .cp202604-special .cp202604-special-content .special-memo {
        font-size: 14px;
    }
}

.cp202604-reserv-soudan {
    width: 94%;
    max-width: 737px;
    margin: 0 auto 60px auto;
    margin-bottom: 40px;
}

@media screen and (max-width: 766px) {
    .cp202604-reserv-soudan {
        margin-bottom: 30px;
    }
}

.cp202604-reserv-txt {
    margin-bottom: 20px;
}
.cp202604-reserv-memo {
    font-size: 14px;
    color: #0856a0;
    letter-spacing: 1px;
    margin: 10px auto 0 auto;
}

@media screen and (max-width: 766px) {
    .cp202604-reserv-memo {
        font-size: 12px;
        text-align: left;
    }
}

.cp202604-reserv-btn {
    width: 98%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cp202604-reserv-btn a {
    width: 49%;
}

.cp202604-service {
    width: 94%;
    max-width: 737px;
    margin: 0 auto 60px auto;
}

@media screen and (max-width: 766px) {
    .cp202604-service {
        margin-bottom: 30px;
    }
}

.cp202604-service .cp202604-service-bigbnr .cp202604-service-bnr {
    padding: 0 0 5px 0;
}

.cp202604-service .cp202604-service-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cp202604-service .cp202604-service-list .cp202604-service-bnr {
    width: 50%;
    padding: 0 2px 5px 0;
}

.cp202604-service .cp202604-service-list .cp202604-service-bnr:last-child {
    padding: 0 0 5px 2px;
}

@media screen and (min-width: 767px) {
    .cp202604-service .cp202604-service-list .cp202604-service-bnr {
        padding: 0 0 5px 0;
    }
}

.cp202604-service .cp202604-service-memo {
    text-align: left;
    font-size: 10px;
}

@media screen and (min-width: 767px) {
    .cp202604-service .cp202604-service-memo {
        font-size: 14px;
    }
}

.cp202604-chirashi {
    width: 94%;
    max-width: 737px;
    margin: 0 auto 60px auto;
    text-align: center;
    border: 1px solid #005bac;
}

.cp202604-chirashi .cp202604-chirashi-header {
    background: #005bac;
    padding: 10px 10px;
}

.cp202604-chirashi .cp202604-chirashi-ttl {
    color: #fff;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 4px;
}

.cp202604-chirashi .cp202604-chirashi-content {
    background: #fffcd9;
    padding: 20px;
}

.cp202604-chirashi .cp202604-chirashi-content .cp202604-chirashi-txt {
    margin: 10px auto 20px auto;
    color: #005bac;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 2px;
}

.cp202604-chirashi .cp202604-chirashi-content .cp202604-chirashi01 {
    margin: 0 auto 20px auto;
}

.cp202604-chirashi .cp202604-chirashi-content .cp202604-chirashi02 {
    margin: 0 auto 20px auto;
}

@media screen and (max-width: 766px) {
    .cp202604-chirashi .cp202604-chirashi-header {
        padding: 8px 5px;
    }

    .cp202604-chirashi .cp202604-chirashi-ttl {
        font-size: 18px;
        letter-spacing: 3px;
    }

    .cp202604-chirashi .cp202604-chirashi-content .cp202604-chirashi-txt {
        font-size: 16px;
    }

    .cp202604-chirashi .cp202604-chirashi-content .cp202604-chirashi01 {
        margin: 0 auto 10px auto;
    }

    .cp202604-chirashi .cp202604-chirashi-content .cp202604-chirashi02 {
        margin: 0 auto 10px auto;
    }
}

.cp202604-seminar {
    width: 94%;
    max-width: 737px;
    margin: 0 auto 60px auto;
}

@media screen and (max-width: 766px) {
    .cp202604-seminar {
        margin-bottom: 30px;
    }
}

.cp202604-seminar .cp202604-seminar-header {
    margin-bottom: 20px;
}

.cp202604-seminar .cp202604-seminar-content .seminar-01 {
    margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
    .cp202604-seminar .cp202604-seminar-content .seminar-01 {
        margin-bottom: 20px;
    }
}

.cp202604-seminar .cp202604-seminar-content .special-memo {
    padding-top: 10px;
    text-align: left;
    font-size: 10px;
}

@media screen and (min-width: 767px) {
    .cp202604-seminar .cp202604-seminar-content .special-memo {
        font-size: 14px;
    }
}

.cp202604-reserv-event {
    width: 94%;
    max-width: 737px;
    margin: 0 auto 60px auto;
}

@media screen and (max-width: 766px) {
    .cp202604-reserv-event {
        margin-bottom: 30px;
    }
}

.cp202604-reserv-event .cp202604-reserv-txt {
    margin-bottom: 20px;
}

.cp202604-schedule {
    width: 94%;
    max-width: 737px;
    margin: 0 auto 60px auto;
}

@media screen and (max-width: 766px) {
    .cp202604-schedule {
        margin-bottom: 30px;
    }
}

.cp202604-schedule .cp202604-schedule-header {
    margin-bottom: 10px;
}

.cp202604-schedule .cp202604-schedule-content .schedule-01 {
    margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
    .cp202604-schedule .cp202604-schedule-content .schedule-01 {
        margin-bottom: 40px;
    }
}

.cp202604-schedule .cp202604-schedule-content .schedule-memo {
    padding-top: 10px;
    text-align: left;
    font-size: 10px;
}

@media screen and (min-width: 767px) {
    .cp202604-schedule .cp202604-schedule-content .schedule-memo {
        font-size: 14px;
    }
}

.cp202604-faq {
    width: 94%;
    max-width: 737px;
    margin: 0 auto 60px auto;
    text-align: center;
    border: 1px solid #45b035;
}

.cp202604-faq .cp202604-faq-header {
    background: #45b035;
    padding: 10px 10px;
}

.cp202604-faq .cp202604-faq-ttl {
    color: #fff;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 4px;
}

.cp202604-faq .cp202604-faq-content {
    padding: 40px;
    text-align: left;
}

.cp202604-faq .cp202604-faq-content .faq-item {
    margin: 0 auto 20px 0;
    font-size: 16px;
}

.cp202604-faq .cp202604-faq-content .faq-q {
    color: #45b035;
    font-weight: 800;
    margin: 0 auto 7px 0;
}

.cp202604-faq .cp202604-faq-content .faq-q:before {
    content: "Q.";
}

.cp202604-faq .cp202604-faq-content .faq-memo {
    font-size: 16px;
}

@media screen and (max-width: 766px) {
    .cp202604-faq .cp202604-faq-header {
        padding: 8px 5px;
    }

    .cp202604-faq .cp202604-faq-ttl {
        font-size: 18px;
        letter-spacing: 3px;
    }

    .cp202604-faq .cp202604-faq-content {
        padding: 20px;
    }
}

.cp202604-tel {
    width: 94%;
    max-width: 737px;
    margin: 0 auto 10px auto;
    text-align: center;
    border: 1px solid #005bac;
}

.cp202604-tel .cp202604-tel-header {
    background: #005bac;
    padding: 10px 10px;
}

.cp202604-tel .cp202604-tel-ttl {
    color: #fff;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 4px;
}

.cp202604-tel .cp202604-tel-content {
    background: #fffcd9;
    padding: 20px;
    color: #095bac;
}

.cp202604-tel .cp202604-tel-content h3 {
    font-weight: 800;
    margin: 0 auto;
    line-height: 1.2;
    font-size: 18px;
}

.cp202604-tel .cp202604-tel-content h3 strong {
    font-size: 28px;
    margin-right: 15px;
}

.cp202604-tel .cp202604-tel-content a {
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
    display: block;
    margin: 20px auto 0 auto;
}

.cp202604-tel .cp202604-tel-content a .icon {
    vertical-align: baseline;
}
.cp202604-tel .cp202604-tel-content a .icon img {
    width: 50px;
}

@media screen and (max-width: 766px) {
    .cp202604-tel .cp202604-tel-header {
        padding: 8px 5px;
    }

    .cp202604-tel .cp202604-tel-ttl {
        font-size: 18px;
        letter-spacing: 3px;
    }

    .cp202604-tel .cp202604-tel-content h3 strong {
        font-size: 20px;
        margin-right: 0;
        display: block;
        margin-bottom: 5px;
    }

    .cp202604-tel .cp202604-tel-content a {
        font-size: 40px;
    }

    .cp202604-tel .cp202604-tel-content a .icon img {
        width: 30px;
    }
}

.cp202604-footer {
    width: 94%;
    max-width: 737px;
    margin: 0 auto 60px auto;
    text-align: left;
}

.cp202604-footer-content {
    color: #005bac;
    font-weight: 800;
    font-size: 20px;
}

@media screen and (max-width: 766px) {
    .cp202604-footer-content {
        font-size: 16px;
    }
}

.cp202604-footer-btn {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    background: #fff;
    padding: 10px;
    left: 0;
    bottom: 0;
}

.cp202604-footer-btn .btn-content {
    width: 98%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cp202604-footer-btn .btn-content a {
    width: 49%;
}

.cp202604-footer-btn a img {
    position: relative;
}

.cp202604-footer-btn a:hover img {
    opacity: 0.8 !important;
    transition: 0.5s;
    right: 1px;
    bottom: 1px;
}
