@charset "utf-8";
/* CSS Document */

.page-top {
    background: center center / cover no-repeat url(../img/ttl-bg.jpg);
}

@media screen and (max-width: 767px) {
    .page-top {
        background: center center / cover no-repeat url(../img/ttl-bg-sp.jpg);
    }
}

section {
    color: #000;
}

p.red {
    color: #f00;
}

.flex.half>* {
    width: 50%;
}

.schedule {
    padding: 5px 0;
}

.schedule p {
    margin-left: 10px;
}

.link a:after {
    content: "\25b6";
    padding-left: 1em;
    color: #ca1c1c;
}

.flex .txt>p {
    padding-top: 10px;
}

.flex .icon {
    width: 30px;

}

.flex .icon+p {
    flex: 1;
}

#thisMonth .txt,
#bigEvent .txt {
    font-size: 18px;
}

#thisMonth h4,
#bigEvent h4 {
    font-size: 30px;
}

#thisMonth {
    padding: 160px 0;
}

#thisMonth .pic img {
    width: 100%;
}

#thisMonth .flex .txt {
    max-width: 680px;
    margin-left: 50px;
    padding-right: 30px;
}

#thisMonth .txt h3 {
    display: inline-block;
}

#thisMonth .txt h3 img {
    display: block;
    margin: 0 auto 10px;
}

#thisMonth .txt h4 {
    border-top: 3px solid #ff6b08;
    margin-top: 40px;
    padding-top: 40px;
}

#thisMonth .flex .txt>p {
    padding-right: 100px;
}

#thisMonth .flex .txt .link {
    text-align: right;
    padding-right: 100px;
    padding-top: 20px;
}

#bigEvent {
    padding: 120px 0;
    background: center center / cover no-repeat url(../img/bigevent-bg.jpg);
}

#bigEvent .box {
    max-width: 1330px;
    margin: 0 auto;
    padding: 80px 0;
    background: #fff;
}

#bigEvent h3 span {
    display: inline-block;
    padding: 20px 60px;
    background:
        left center no-repeat url(../img/ttl-l.jpg),
        right center no-repeat url(../img/ttl-r.jpg);
}

#bigEvent .txt {
    margin-left: 40px;
}

#bigEvent h4 {
    border-top: 3px solid #ff6b08;
    padding-top: 30px;
}

#bigEvent .pic {
    width: 480px;
}

#bigEvent .txt {
    flex: 1;
}

#bigEvent .wrap>.flex {
    margin-top: 60px;
}

#bigEvent .flex .txt>p {
    padding-right: 100px;
}

#bigEvent .flex .txt .link {
    padding-right: 100px;
    text-align: right;
    padding-top: 20px;
}

#evList {
    background: #f9f3ee;
    padding: 100px 0;
}

#evList .box {
    width: 44%;
    margin: 60px 3% 0;
    padding: 30px 30px 100px;
    background: #fff;
    position: relative;
}

#evList .box img.month {
    position: absolute;
    top: -11px;
    left: -10px;
}

#evList h4 {
    color: #3f1b03;
    font-size: 20px;
    padding: 10px 0;
}

#evList .box>p {
    padding-top: 10px;
}

#evList .box .link {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
}

/* NotePC - iPadPro */
@media screen and (max-width: 1279px) {
    #thisMonth {
        padding: 80px 0;
    }

    h3 {
        font-size: 32px;
    }

    #thisMonth .txt,
    #bigEvent .txt {
        font-size: 16px;
    }

    #thisMonth h4,
    #bigEvent h4 {
        font-size: 24px;
    }

    #thisMonth .txt h4 {
        margin-top: 20px;
        padding-top: 20px;
    }

    #thisMonth .flex .txt>p,
    #bigEvent .flex .txt>p,
    #thisMonth .flex .txt .link,
    #bigEvent .flex .txt .link {
        padding-right: 40px;
    }

    #bigEvent .pic {
        width: 400px;
    }
}

/* iPadPro - iPad */
@media screen and (max-width: 1023px) {

    #thisMonth h4,
    #bigEvent h4 {
        font-size: 20px;
    }

    #thisMonth .txt,
    #bigEvent .txt,
    #evList .box {
        font-size: 14px;
    }

    #thisMonth .txt h3 {
        font-size: 24px;
    }

    #bigEvent .box {
        padding: 40px 0;
    }

    #bigEvent .wrap>.flex {
        margin-top: 40px;
    }

    #bigEvent .pic {
        width: 320px;
    }

    #bigEvent h4 {
        padding-top: 20px;
    }

    #evList h4 {
        font-size: 16px;
    }
}

/* 小型Tablet */
@media screen and (max-width: 767px) {
    header {
        background: linear-gradient(to top, #000, #000 1px, #fff 1px, #fff 2px, #000 2px, #000 4px, #fff 4px, #fff), #fff;
    }
    h3 {
        font-size: 24px;
    }

    #thisMonth .txt,
    #bigEvent .txt,
    #evList .box {
        font-size: 16px;
    }

    #thisMonth .flex .txt>p,
    #bigEvent .flex .txt>p,
    #thisMonth .flex .txt .link,
    #bigEvent .flex .txt .link {
        padding-right: 0;
    }

    #thisMonth .flex .txt {
        width: 100%;
        margin-left: 0;
        padding-right: 0;
        max-width: none;
        text-align: center;
    }

    #thisMonth .flex h4+img.sp {
        width: 100%;
    }

    #thisMonth .flex .txt p {
        text-align: left;
    }

    #thisMonth .schedule,
    #thisMonth .flex .txt>p,
    #thisMonth .link {
        padding-left: 20px;
        padding-right: 20px !important;
    }

    #thisMonth .txt h4 {
        padding-bottom: 20px;
        width: calc(100% - 40px);
        margin: 20px 20px 0;
    }

    #bigEvent h3 span {
        padding: 10px 30px;
        background-size: 20px auto;
    }
    #bigEvent .wrap>.flex {
        flex-direction: column;
    }

    #bigEvent .pic,
    #bigEvent .pic img {
        width: 100%;
    }

    #bigEvent .txt {
        margin-left: 0;
        margin-top: 30px;
    }
    #evList .box {
        width: 96%;
        margin: 40px 2% 0;
    }
}

/* Smartphone */
@media screen and (max-width: 500px) {
    h3, #thisMonth h3 {
        font-size: 20px;
    }
    #bigEvent h3 span {
        padding: 10px 25px;
    }
    #bigEvent h4{
        text-align: center;
        margin-bottom: 24px;
    }
    #thisMonth .txt,
    #bigEvent .txt,
    #evList .box {
        font-size: 14px;
    }

    #thisMonth .schedule,
    #thisMonth .flex .txt>p,
    #thisMonth .link {
        padding-left: 10px;
        padding-right: 10px !important;
    } 
    #thisMonth .schedule:nth-of-type(1){
        padding-top: 20px;
    }

    #thisMonth .txt h4 {
        width: calc(100% - 20px);
        margin: 20px 10px 0;
    }
    #evList .box {
        padding: 30px 10px 80px;
    }
    .flex .txt>p{
        line-height: 2;
    }
}