@charset "UTF-8";
* {
	margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
h1,
p {
    color: #222;
    font-family: serif;
    font-size: 1.1rem;
    font-weight: normal;
    height: auto;
}
h1 {
    margin-bottom: 10px;
}
p span {
    background: #666;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: .9rem;
    margin: 0 10px 7px 0;
    padding: 2px 0;
    text-align: center;
    width: 60px;
}
p.happy::after,
p.good::after,
p.worst::after,
p.bad::after,
p.fight::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 1.3rem;
    font-weight: 900;
    margin-left: 7px;
}
p.happy::after {
    content: "\f59a";
}
p.good::after {
    content: "\f118";
}
p.worst::after {
    content: "\f567";
}
p.bad::after {
    content: "\f57a";
}
p.fight::after {
    content: "\f556";
}
.calendar ul {
    height: 100%;
}
.calendar,
.calendar ul {
    justify-content: start;
    display: flex;
    width: 100%;
}
.calendar .scope li {
    align-items: center;
    flex-basis: 50%;
    list-style-type: none;
    text-align: center;
    height: 34%;
}
.calendar .scope li p {
    color: #fff;
    font-size: 3rem;
    padding: 22% 0;
}
.bg1 {
    background: #feff67;
}
.bg2 {
    background: #ebffc6;
}
.bg3 {
    background: #ccc;
}
.date {
    display: flex;
    height: auto;
    margin: 10px 0;
}
.date a:link,
.date a:visited,
.link a:link,
.link a:visited {
    background: #222;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    padding: 2px 5px;
}
.date a:hover,
.link a:hover,
.date .current {
    background: #666 !important;
}
.date a:last-child {
    margin: 0;
}
.link {
    display: flex;
    height: auto;
    margin-bottom: 30px;
    justify-content: space-between;
}
.link input {
    flex-basis: 58%;
    padding: 5px;
}
.link a {
    flex-basis: 30%;
    margin: 0 !important;
}
.nav {
    bottom: 0;
    position: absolute;
}
.nav ul {
    display: flex;
    list-style-type: none;
    height: 100%;
}
.nav ul li a:link,
.nav ul li a:visited {
    color: #fefefe;
    display: block;
    background: #666;
    text-align: center;
    text-decoration: none;
    height: 100%;
}
.nav ul li a:hover {
    background: #999;
}
.nav .current-menu-item a {
    background: #333 !important;
}

/* color */
.g1,
.g2,
.r1,
.r2,
.br1,
.br2,
.y1,
.y2,
.b1,
.b2 {
    background-blend-mode: multiply;
}
.g1 {
    background: url(../images/calendar/g1.jpg) #adff2f no-repeat;
    background-size: cover;
}
.g2 {
    background: url(../images/calendar/g2.jpg) #9acd32 no-repeat;
    background-size: cover;
}
.r1 {
    background: url(../images/calendar/r1.jpg) #ff6347 no-repeat;
    background-size: cover;
}
.r2 {
    background: url(../images/calendar/r2.jpg) #ffa500 no-repeat;
    background-size: cover;
}
.br1 {
    background: url(../images/calendar/br1.jpg) #cd853f no-repeat;
    background-size: cover;
}
.br2 {
    background: url(../images/calendar/br2.jpg) #a9a9a9 no-repeat;
    background-size: cover;
}
.y1 {
    background: url(../images/calendar/y1.jpg) #ffd700 no-repeat;
    background-size: cover;
}
.y2 {
    background: url(../images/calendar/y2.jpg) #f0e68c no-repeat;
    background-size: cover;
}
.b1 {
    background: url(../images/calendar/b1.jpg) #87cefa no-repeat;
    background-size: cover;
}
.b2 {
    background: url(../images/calendar/b2.jpg) #b095e7 no-repeat;
    background-size: cover;
}
.grecaptcha-badge {
    visibility: hidden;
}

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

.calendar {
    height: 90%;
}
.calendar .scope {
    flex-basis: 40% !important;
    flex-wrap: wrap;
}
.calendar .text_pc {
    flex-basis: 20%;
    height: auto;
    list-style-type: none;
    overflow: scroll;
    padding: 30px 20px;
}
.calendar .text_pc li,
.calendar .text_pc p {
    height: auto !important;
    padding: 0;
    position: relative;
}
.calendar .text_pc p:hover::before {
    background: #fefefe;
    border-radius: 3px;
    content: attr(title);
    font-size: .7rem;
    padding: 0 5px;
    position: absolute;
    left: 80px;
    top: 5px;
    text-align: center;
    z-index: 100;
}
.text_sp {
    display: none;
}
.nav {
    height: 10%;
}
.nav ul li a {
    padding-top: 1em;
}

}

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

.calendar {
    height: 60%;
}
.calendar .scope {
    flex-basis: 50% !important;
    flex-wrap: wrap;
}
.calendar .scope:first-child {
    border-right: 5px solid #fff;
}
.text_sp {
    height: calc(30% - 30px);
    overflow: scroll;
    padding: 20px;
    width: calc(100% - 40px);
}
.sp_wrap {
    display: flex;
}
.sp_wrap span {
    height: auto;
}
.calendar .text_pc {
    display: none;
}
.nav {
    height: 10%;
}
.nav ul li a {
    padding-top: 5px;
}

}