@charset "UTF-8";

.sportcal {
    font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #1b1b1b;
}

.sportcal__header {
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
}

.sportcal__header--ch {
    width: 149px;
}

@media screen and (max-width: 767px) {
    .sportcal__header--ch {
        width: 0;
    }

    .sportcal__header--ch img {
        max-height: 80px;
    }
}

.sportcal__header--game {
    text-align: center;
    position: relative;
}

@media screen and (max-width: 767px) {
    .sportcal__header--game {
        flex: 1;
        /*margin-right: 15px*/
    }
}

.sportcal__header--column {
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sportcal__header--team {
    width: 90px;
}

.sportcal__header--team img {
    width: 90px;
}

@media screen and (min-width: 768px) {
    .sportcal__header--team {
        width: 90px
    }
}

@media screen and (max-width: 767px) {
    .sportcal__header--team {
        width: 40%;
    }

    .sportcal__header--team img {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .sportcal__header--vs {
        width: 250px;
        padding-bottom: 1.5em;
    }
}

@media screen and (max-width: 767px) {
    .sportcal__header--vs {
        width: 60%;
        padding-top: 0.5em;
        padding-bottom: 1.5em;
    }
}

.sportcal__header--date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.sportcal__search {
    margin: 16px 0;
}

@media screen and (min-width: 768px) {
    .sportcal__search {
        display: flex;
        align-items: center;
    }
}

.sportcal__search--box {
    position: relative;
}

.sportcal__search p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    color: #3c3c3c;
    margin-right: 1.2em;
}

.sportcal__search input {
    width: 100%;
    height: 26px;
    border: 1px solid #b1b1b1;
}

@media screen and (min-width: 768px) {
    .sportcal__search input {
        width: 276px;
    }
}

.sportcal__search input[type="submit"], .sportcal__search input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
}

.sportcal__search input[type="submit"]::-webkit-search-decoration, .sportcal__search input[type="button"]::-webkit-search-decoration {
    display: none;
}

.sportcal__search input[type="submit"]::focus, .sportcal__search input[type="button"]::focus {
    outline-offset: -2px;
}

.sportcal__search button {
    background-color: #b1b1b1;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 100%;
    top: 0;
    right: 0;
    border: none;
}

.sportcal__datelist {
    background-color: #000;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sportcal__datelist {
        overflow-x: scroll;
    }
}

.sportcal__datelist ul {
    display: flex;
    min-width: 700px;
}

.sportcal__datelist li {
    flex: 1;
    font-size: 16px;
    padding: 1em 0;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
}

@media screen and (max-width: 767px) {
    .sportcal__datelist li {
        min-width: 34vw;
    }
}

.sportcal__datelist li span {
    font-size: 12px;
}

.sportcal__datelist li span:before {
    content: '（';
}

.sportcal__datelist li span:after {
    content: '）';
}

.sportcal__datelist--active {
    background-color: #b1b1b1;
}

.sportcal__datelist--sat {
    color: #87a6fd;
}

.sportcal__datelist--sun {
    color: #ff7cb4;
}

.sportcal__tab {
    margin-top: 20px;
}

.sportcal__tab--inner {
    display: flex;
    position: relative;
}

.sportcal__tab--item {
    flex: 1;
    border-bottom: 4px solid;
}

.sportcal__tab--item:nth-child(1) {
    border-color: #ff7cb4;
}

.sportcal__tab--item:nth-child(2) {
    border-color: #728cd4;
}

.sportcal__tab--item:nth-child(3) {
    border-color: #acd598;
}

.sportcal__tab--item:hover p {
    background-color: #dcdcdc;
}

.sportcal__tab--item:hover .sportcal__tab--cont {
    display: block;
}

.sportcal__tab--item p {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    padding: .6em 0;
    text-align: center;
}

.sportcal__tab--item nav {
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: rgba(27, 27, 27, 0.85);
    color: #fff;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .sportcal__tab--item nav {
        flex-wrap: wrap;
    }
}

.sportcal__tab--item nav a {
    color: #fff;
}

.sportcal__tab--item nav a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .sportcal__tab--item nav ul {
        flex: 1;
    }
}

@media screen and (max-width: 767px) {
    .sportcal__tab--item nav ul {
        width: 50%;
    }
}

.sportcal__tab--item nav li {
    position: relative;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
    .sportcal__tab--item nav li {
        margin-bottom: 1em;
    }
}

.sportcal__tab--item nav li:before {
    content: '>';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.sportcal__tab--cont {
    display: none;
}

.sportcal__list {
    margin-top: 30px;
    text-align: center;
}

.sportcal__list--sec + .sportcal__list--sec {
    margin-top: 50px;
}

.sportcal__list--ttl {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}

.sportcal__list li + li {
    margin-top: 30px;
}

.sportcal__list--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sportcal__list--team {
    width: 90px;
}

.sportcal__list--team img {
    width: 90px;
}

@media screen and (max-width: 767px) {
    .sportcal__list--team {
        width: 50px;
    }

    .sportcal__list--team img {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .sportcal__list--detail {
        width: 100%;

    }
}

@media screen and (max-width: 767px) {
    .sportcal__list--detail {
        padding-bottom: 20px;
    }
}

.sportcal__list--date {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
}

.sportcal__list--vs {
    margin: 0.5em 0;
    font-size: 12px;
    font-weight: bold;
}

.sportcal__list--vs a {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: #004986;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .sportcal__list--vs span {
        display: block;
    }
}

.sportcal__list--vs {
    margin: 0.5em 0;
    font-size: 12px;
}

.sportcal__list--shutsuensha {
    margin: 0.5em 0;
    font-size: 12px;
}

.sportcal__list--view {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.sportcal__list--view:before {
    content: url(../img/soccer/icon_play.png);
    font-size: 0;
    margin-right: 3px;
}

.sportcal__list--view p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: #3c3c3c;
    margin: 0 0.5em;
}

.sportcal__list--ch {
    font-size: 0;
    margin-left: 3px;
}
