

* {
    color: #4d4d4d;
}

*:active, *:focus, *:hover {
    color: #4d4d4d;
}

.cafe_conta {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

img {
    display: block;
}

.logo_wrap {
    display: block;
    width: 100%;
    height: auto;
    padding: 40px 20vw 0;
}

.logo {
    animation: logo 2s infinite ease-in-out 0s alternate;
    background: url(../../img03/event/petitcafe_01.png) no-repeat center center / 100% auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 60vw;
    height: 60vw;
}

@keyframes logo {
    0% {
    transform:translate(0, 0) rotate(-2deg);
    }
    50% {
    transform:translate(0, -10px) rotate(0deg);
    }
    100% {
    transform:translate(0, 0) rotate(4deg);
    }
}

#img02 {
    width: 70%;
    margin-top: 15px;
}

#img03 {
    width: 70%;
    margin: 50px auto 100px;
}


.bg_conta {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, #fff 100%), url(../../img03/event/petitcafe_04.png);
    background-repeat: repeat-y;
    background-size: contain;
}

.event_card .sub_title {
    width: 90%;
    margin: 0 auto 40px;
    background-color:white;
    color: #f7b52c;
    border: solid 2px #f7b52c;
    padding-top: 8px;
    padding-bottom: 8px;
}

.event_card .sub_title::before {
    background-color: #f7b52c;
}

#sub_orange::before {
    background-color: #f39a51;
}

.event_card table tr {
    margin-bottom: 10px;
}

#days {
    text-align: center;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    width: 50px;
    padding: 3px 0 2px;
    margin-right: 5px;
    border: solid 1px #808080;
}

#jan .a_img_box {
    display: block;
    width: 100%;
    height: 150px;
    background-image: url(../../img03/event/petitcafe_08.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#jan #a_img {
    display: block;
    width: 100%;
    height: 150px;
    background-image: url(../../img03/event/petitcafe_07.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#jan #a_img:hover {
    background-image: url(../../img03/event/petitcafe_08.png);
}

.event_card .table_teams tr {
    margin-bottom: 20px;
}

.teams {
    text-align: center;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    width: 50px;
    height: 100%;
    padding: 3px 0 2px;
    margin-right: 5px;
    border: solid 1px #808080;
}

.border_box {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: solid 1px #808080;
}

.bg_end_conta {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, #fff 100%), url(../../img03/event/petitcafe_04.png);
    background-repeat: repeat-y;
    background-size: contain;
}

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


/* 色付け */
#red {
    color: #C1272D;
    border-color: #C1272D;
}

#green {
    color: #69c94b;
    border-color: #69c94b;
}

#black {
    color: #1b1b1b;
    border-color: #1b1b1b;
}

#gray {
    color: #c2c2c2;
    border-color: #c2c2c2;
}

#blue {
    color: #3c3ea8;
    border-color: #3c3ea8;
}

#orange {
    color: #f39a51;
    border-color: #f39a51;
}

#pink {
    color: #f19c9c;
    border-color: #f19c9c;
}

#water {
    color: #82d1c7;
    border-color: #82d1c7;
}