@charset "UTF-8";
/*

LOWER 共通

*/
.lower-cnt a {
    color: #147ce6;
    word-break: break-word;
}
/*

PRO SPORTS 共通

*/
.page-prospo .lower-cnt h2 {
    font-size: 2.4rem;
    position: relative;
    border-bottom: 4px solid #000;
    margin-top: 64px;
    margin-bottom: 32px;
    padding-bottom: 6px;
}
.page-prospo .lower-cnt h2:first-of-type {
    margin-top: 0;
}
.page-prospo .lower-cnt h3 {
    font-size: 1.8rem;
    padding-left: 16px;
    font-weight: bold;
    position: relative;
    margin: 24px 0;
}
.page-prospo .lower-cnt h3::before,
.page-prospo .lower-cnt h3::after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 30px;
}
.page-prospo .lower-cnt h3::before {
    z-index: 1;
    height: 10px;
    width: 10px;
    background-color: #ee5917;
    top: 9px;
    left: 1px;
}
.page-prospo .lower-cnt h3::after {
    z-index: 2;
    height: 4px;
    width: 4px;
    background-color: #fff;
    top: 12px;
    left: 4px;
}
.page-prospo .lower-cnt table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 24px;
}
.page-prospo .lower-cnt table tr {
    border-top: 1px solid #000;
}
.page-prospo .lower-cnt table tr:last-of-type {
    border-bottom: 1px solid #000;
}
.page-prospo .lower-cnt table th,
.page-prospo .lower-cnt table td {
    padding: 16px;
    vertical-align: top;
}
.page-prospo .lower-cnt table th {
    background-color: #fdeee7;
    font-weight: bold;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .page-prospo .lower-cnt h3 {
        font-size: 1.4rem;
        padding-left: 18px;
        margin: 14px 0;
    }
    .page-prospo .lower-cnt h3::before {
        width: 12px;
        height: 12px;
        top: 5px;
    }
    .page-prospo .lower-cnt h3::after {
        width: 4px;
        height: 4px;
        top: 9px;
        left: 5px;
    }
    .page-prospo .lower-cnt table {
        margin-bottom: 21px;
    }
    .page-prospo .lower-cnt table th,
    .page-prospo .lower-cnt table td {
        padding: 12px 8px;
    }
    .page-prospo .lower-cnt table th {
        white-space: nowrap;
    }
    
}

/*

PRO SPORTS 試合予定・試合結果

*/
.lower__ttl {
    padding-left: 40px;
    padding-bottom: 10px;
}
.lower__ttl::before,
.lower__ttl::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    border-radius: 24px;
}
.lower__ttl::before {
    z-index: 1;
    height: 24px;
    width: 24px;
    background-color: #ee5917;
    top: 7px;
    left: 6px;
}
.lower__ttl::after {
    z-index: 2;
    height: 8px;
    width: 8px;
    background-color: #fff;
    top: 15px;
    left: 14px;
}
.lower__ttl-calendar {
    padding-left: 40px;
    padding-bottom: 10px;
}
.lower__ttl-calendar::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    z-index: 1;
    height: 27px;
    width: 27px;
    top: 7px;
    left: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../img/calendar-prospo.png);
}
@media screen and (max-width: 767px) {
    .page-prospo .lower-cnt h2 {
        font-size: 1.8rem;
        border-bottom-width: 2px;
        margin-bottom: 14px;
        margin-top: 42px;
    }
    .lower__ttl,
    .lower__ttl-calendar {
        padding-left: 32px;
        padding-bottom: 5px;
    }
    .lower__ttl::before {
        width: 18px;
        height: 18px;
        top: 6px;
    }
    .lower__ttl::after {
        width: 6px;
        height: 6px;
        top: 12px;
        left: 12px;
    }
    .lower__ttl-calendar::before {
        width: 18px;
        height: 18px;
        top: 6px;
    }
}
/* 検索部分 */
.lower__search-box {
    box-sizing: border-box;
    background-color: #fdeee7;
    border: 8px solid #ee5917;
    display: flex;
    padding: 24px;
}
.lower__search-box > div {
    box-sizing: border-box;
    position: relative;
}
.lower__search-box > div:nth-of-type(2n-1) {
    width: 59%;
}
.lower__search-box > div:nth-of-type(2n-1) select:hover,
.lower__search-box > div:nth-of-type(2n-1) option:hover,
.lower__search-box > div:nth-of-type(2n-1) label:hover {
    cursor: pointer;
}

.lower__search-box > div:nth-of-type(2n) {
    width: 41%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lower__search-box > div:nth-of-type(2n) > div {
    text-align: center;
}
.lower__search-box > div:nth-of-type(2n) > div > input[type="reset"] {
    border: none;
    background-color: transparent;
    font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
    .lower__search-box > div:nth-of-type(2n) > div > input[type="reset"] {
        font-size: 1.2rem;
        margin-top: 6px;
    }
}
.lower__search-box > div:nth-of-type(2n) > div > input[type="reset"]:hover {
    cursor: pointer;
}
.lower__search-box > div:nth-of-type(2)::before {
    content: "";
    box-sizing: border-box;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ee5917;
    position: absolute;
    top: 0;
    left: 0;
}
.prospo-search__row {
    display: flex;
    max-width: 420px;
    margin: 0 auto 16px;
}
.prospo-search__ttl {
    width: 156px;
    text-align: right;
    padding-right: 24px;
    font-size: 2rem;
    font-weight: bold;
    color: #ee5917;
}
.prospo-search__row:first-of-type .prospo-search__ttl {
    padding-top: 4px;
}
.prospo-search__item {
    width: calc( 100% - 150px );
}
.prospo-search__item .caption {
    font-size: 1.4rem;
}
.prospo-search__item select {
    padding: 4px 8px;
}
.prospo-search__item [type="checkbox"] {
    margin-right: 6px;
}
.prospo-search__item [type="radio"] {
    margin-right: 6px;
}
.lower__search-box {
    font-size: 1.8rem;
}
.lower__search-box button {
    color: #fff;
    background-color: #ee5917;
    border: none;
    width: 200px;
    box-sizing: border-box;
    padding: 16px 0;
    border-radius: 55px;
}
.lower__search-box button:hover {
    cursor: pointer;
}
.lower__search-box button span {
    position: relative;
    padding-left: 28px;
}
.lower__search-box button span::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../img/search-wh.png);
}
@media screen and (max-width: 950px) {
    .lower__search-box {
        display: block;
    }
    .lower__search-box > div:nth-of-type(2n-1),
    .lower__search-box > div:nth-of-type(2n) {
            width: 100%;
    }
    .lower__search-box > div:nth-of-type(2n) {
        display: block;
        text-align: center;
        padding-top: 16px;
    }
    .lower__search-box > div:nth-of-type(2)::before {
        width: 100%;
        height: 1px;
    }
}
@media screen and (max-width: 767px) {
    .prospo-search__row {
        display: block;
        max-width: 220px;
        margin-bottom: 12px;
    }
    .lower__search-box {
        font-size: 1.4rem;
        padding: 16px;
        border-width: 4px;
    }
    .prospo-search__ttl {
        width: 100%;
        font-size: 1.5rem;
        padding-right: 16px;
        text-align: left;
        margin-bottom: 6px;
    }
    .prospo-search__item {
        width: 100%;
    }
    .prospo-search__item .caption {
        font-size: 1.2rem;
    }
    .lower__search-box button {
        padding: 12px 0;
        width: 150px;
    }
    .lower__search-box button span {
        padding-left: 23px;
    }
    .lower__search-box button span::before {
        width: 18px;
        height: 18px;
        top: 1px;
    }
}
/* リスト部分 */
.prospo-game {
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 16px;
    margin-bottom: 32px;
}
.prospo-game:last-of-type {
    margin-bottom: 80px;
}
.prospo-game__head {
    background-color: #edd6cc;
    border-radius: 14px 14px 0 0;
    border-bottom: 2px solid #000;
    padding: 12px 24px;
    display: flex;
}
.prospo-game__head .date {
    box-sizing: border-box;
    width: 300px;
    font-size: 1.8rem;
    font-weight: bold;
}
.prospo-game__head .place {
    box-sizing: border-box;
    text-align: right;
    width: calc( 100% - 300px );
    font-weight: normal;
}
.prospo-game__body {
    box-sizing: border-box;
    display: flex;
    padding: 24px 0;
}
.prospo-game__body .match-label {
    box-sizing: border-box;
    text-align: center;
    width: 210px;
    align-items: center;
}
.prospo-game__body .match-vs {
    box-sizing: border-box;
    width: calc( 100% - 210px );
    display: flex; 
    align-items: center;
}
.prospo-game__body .match-vs__ehime,
.prospo-game__body .match-vs__others {
    box-sizing: border-box;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}
.prospo-game__body .match-vs__ehime {
    width: calc( 50% + 14px );
    position: relative;
}
.prospo-game__body .match-vs__ehime::before {
    content: "VS";
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: "Outfit",'Noto Sans JP', sans-serif;
    color: #ee5917;
}
.prospo-game__body .match-vs__others {
    width: calc( 50% - 14px );
}
.prospo-game.result .prospo-game__head {
    background-color: #d9d9d9;
}
.prospo-game.result .prospo-game__body .match-vs__ehime::before {
    display: none;
}
.prospo-game.result .prospo-game__body .match-vs__ehime,
.prospo-game.result .prospo-game__body .match-vs__others {
    width: calc( (100% - 120px) / 2 );
}
.prospo-game.result .prospo-game__body .match-vs__result {
    box-sizing: border-box;
    width: 120px;
    background-color: #ddd;
    text-align: center;
    padding: 2px 0;
}
.prospo-game.result .prospo-game__body .match-vs__result > span {
    font-family: "Outfit",'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 2.6rem;
}
.prospo-game.result .prospo-game__body .match-vs__result > span.ehime {
    padding-right: 24px;
    position: relative;
}
.prospo-game.result .prospo-game__body .match-vs__result > span.ehime::before {
    content: "";
    height: 1px;
    width: 8px;
    background-color: #000;
    position: absolute;
    left: auto;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width: 950px) {
    .prospo-game__body {
        display: block;
    }
    .prospo-game__body .match-label,
    .prospo-game__body .match-vs {
        width: 100%;
    }
    .prospo-game__body .match-label {
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 767px) {
    .prospo-game {
        margin-bottom: 14px;
    }
    .prospo-game:last-of-type {
        margin-bottom: 42px;
    }
    .prospo-game__head {
        display: block;
        padding: 6px 12px;
    }
    .prospo-game__head .date,
    .prospo-game__head .place {
        width: 100%;
        font-size: 1.4rem;
    }
    .prospo-game__head .date {
        margin-bottom: 2px;
        font-size: 1.4rem;
    }
    .prospo-game__head .place {
        font-size: 1.2rem;
    }
    .prospo-game__body {
        padding: 12px;
    }
    .prospo-game__body .match-label {
        text-align: left;
        margin-bottom: 6px;
    }
    .prospo-game__body .match-vs {
        display: block;
    }
    .prospo-game__body .match-vs__ehime,
    .prospo-game__body .match-vs__others {
        font-size: 1.6rem;
        width: 100%;
        text-align: left;
    }
    .prospo-game__body .match-vs__ehime {
        padding-bottom: 23px;
    }
    .prospo-game__body .match-vs__ehime::before {
        left: 10px;
        right: auto;
        top: auto;
        bottom: 0;
        font-size: 1.4rem;
    }
    .prospo-game.result .prospo-game__body {
        padding-bottom: 22px;
    }
    .prospo-game.result .prospo-game__body .match-vs {
        position: relative;
    }
    .prospo-game.result .prospo-game__body .match-vs__ehime,
    .prospo-game.result .prospo-game__body .match-vs__others {
        width: 100%;
        padding-left: 50px;
    }
    .prospo-game.result .prospo-game__body .match-vs__ehime {
        padding-top: 6px;
        padding-bottom: 16px;
    }
    .prospo-game.result .prospo-game__body .match-vs__result {
        position: absolute;
        left: 0;
        top: 0;
        width: 42px;
        display: block;
        padding: 6px 0;
    }
    .prospo-game.result .prospo-game__body .match-vs__result > span {
        display: block;
        font-size: 1.8rem;
    }
    .prospo-game.result .prospo-game__body .match-vs__result > span.ehime {
        padding-right: 0;
        padding-bottom: 12px;
    }
    .prospo-game.result .prospo-game__body .match-vs__result > span.ehime::before {
        width: 1px;
        height: 8px;
        top: auto;
        bottom: 3px;
        left: 0;
        right: 0;
        margin: auto;
    }
}
/* ページ送り */
.pagination {
    margin-bottom:56px;  
}
.pagination-list {
    font-family: "Outfit",'Noto Sans JP', sans-serif;
}
.pagination-list .page-numbers {
    color: #ee5917;
    font-size: 1.8rem;
    border: 2px solid #ee5917;
    background-color: #fff;
    line-height: 1;
    padding: 8px 15px;
    border-radius: 30px;
    font-weight: bold;
}
.pagination-list a.page-numbers {
    color: #fff;
    background-color: #ee5917;
}
.pagination-list .page-numbers.dots {
    background-color: transparent;
    border: none;
    padding: 10px 2px;
    font-family: 'Noto Sans JP', sans-serif;
}
.pagination-list .page-numbers.next,
.pagination-list .page-numbers.prev {
    padding: 10px 40px;
}
.pagination-list .page-numbers.next {
    margin-left: 10px;
}
.pagination-list .page-numbers.prev {
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    .pagination {
        padding: 0;
    }
    .pagination-list .page-numbers {
        font-size: 100%;
    }
    .pagination-list .page-numbers.next,
    .pagination-list .page-numbers.prev {
        font-size: 1.2rem;
        padding: 9px 12px;
    }
}
/*

PRO SPORTS プロスポーツチーム紹介

*/
.page-prospo .lower-cnt h2.lower__ttl-ef,
.page-prospo .lower-cnt h2.lower__ttl-mp,
.page-prospo .lower-cnt h2.lower__ttl-ov {
    position: relative;
}
.page-prospo .lower-cnt h2.lower__ttl-mp,
.page-prospo .lower-cnt h2.lower__ttl-ov {
    margin-top: 0;
}
.lower__ttl-ef::before,
.lower__ttl-mp::before,
.lower__ttl-ov::before {
    font-family: "Outfit",'Noto Sans JP', sans-serif;
    color: #ee5917;
    font-weight: bold;
    right: 0;
    bottom: 6px;
    line-height: 1;
    position: absolute;
    display: inline-block;
    font-size: 4rem;
}
.lower__ttl-ef::before {
    content: "Soccer";
}
.lower__ttl-mp::before {
    content: "Baseball";
}
.lower__ttl-ov::before {
    content: "Basketball";
}
.page-prospo #ef{
    margin-top: -110px !important;
    padding-top: 110px !important;
}
.page-prospo #mp,
.page-prospo #ov {
    margin-top: -20px !important;
    padding-top: 104px !important;
}
@media screen and (max-width: 767px) {
    .page-prospo .lower-cnt h2.lower__ttl-ef,
    .page-prospo .lower-cnt h2.lower__ttl-mp,
    .page-prospo .lower-cnt h2.lower__ttl-ov {
        margin-bottom: 28px;
    }
    .lower__ttl-ef::before,
    .lower__ttl-mp::before,
    .lower__ttl-ov::before {
        font-size: 2.4rem;
    }
    .page-prospo #ef,
    .page-prospo #mp,
    .page-prospo #ov {
        position: relative;
        z-index: 1;
    }
    .page-prospo #ef{
        margin-top: -70px !important;
        padding-top: 70px !important;
    }
    .page-prospo #mp,
    .page-prospo #ov {
        margin-top: -20px !important;
        padding-top: 76px !important;
    }
}
/* 2カラム */
.team-col2 {
    display: flex;
    margin-bottom: 32px;
}
.team-col2 > div {
    box-sizing: border-box;
}
.team-col2 > div:nth-of-type(2n-1) {
    width: 384px;
    margin-right: 24px;
}
.team-col2 > div:nth-of-type(2n-1) figure {
    border: 2px solid #000;
    border-radius: 16px;
}
.team-col2 > div:nth-of-type(2n-1) figure img {
    border-radius: 16px;
}
.team-col2 > div:nth-of-type(2n) {
    width: calc( 100% - 384px - 24px );
}
@media screen and (max-width: 950px) {
    .team-col2 > div:nth-of-type(2n-1) {
        width: 304px;
        margin-right: 24px;
    }    
    .team-col2 > div:nth-of-type(2n) {
        width: calc( 100% - 304px - 24px );
    }   
}
@media screen and (max-width: 767px) {
    .team-col2 {
        display: block;
        margin-bottom: 14px;
    }
    .team-col2 > div:nth-of-type(2n-1) {
        width: 100%;
        max-width: 384px;
        margin: 0 auto 28px;
    }    
    .team-col2 > div:nth-of-type(2n) {
        width: 100%;
    }
}

/* テーブル */
.team-table th {
    box-sizing: border-box;
    width: 204px;
}
@media screen and (max-width: 767px) {
    .team-table th {
        width: 10em;
    }
}
/* リンクボタン */
.page-prospo .link-block .btn {
    background-color: #ffc376;
    border: 2px solid #000;
    padding: 10px 58px;
    box-sizing: border-box;
    border-radius: 50px;
    display: inline-block;
    margin-right: 16px;
    position: relative;
    z-index: 10;
}
.page-prospo .link-block .btn:last-of-type {
    margin-right: 0;
}
.page-prospo .link-block .btn span {
    position: relative;
    color: #000;
    padding-left: 18px;
}
.page-prospo .link-block .btn span::before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    top: 9px;
    left: 0
}
.lower-cnt-prospo {
    padding-bottom: 40px;   
}
@media screen and (max-width: 767px) {
    .page-prospo .link-block .btn {
        padding: 8px 18px;
        margin-right: 8px;
    }
    .page-prospo .link-block .btn span {
        padding-left: 14px;
    }
    .page-prospo .link-block .btn span::before {
        width: 5px;
        height: 5px;
        top: 7px;
    }
}
/*

ABOUT お問い合わせ

*/
.page-about .inquiry-box {
    box-sizing: border-box;
    background-color: #e4ebef;
    border: 8px solid #2475c7;
    display: flex;
}
.page-about .inquiry-box > div {
    box-sizing: border-box;
    width: 50%;
    padding: 40px 16px;
}
.page-about .inquiry-box > div:nth-of-type(1) {
    text-align: center;
}
.page-about .inquiry-box .ttl {
    color: #2475c7;
    font-size: 2.4rem;
    font-weight: bold;
}
.page-about .inquiry-box table {
    font-size: 1.8rem;
    border-collapse: collapse;
}
.page-about .inquiry-box th {
    color: #2475c7;
    font-weight: bold;
    text-align: left;
}
.page-about .inquiry-box tr {
    border-bottom: 1px solid #2475c7;
}
.page-about .link-block2 {
    box-sizing: border-box;
    display: inline-block;
    padding: 16px 24px;
    border: 3px solid #2475c7;
    background-color: #e9f5ff;
    color: #1a68b7;
}
.page-about .link-block2 span {
    padding-left: 18px;
    position: relative;
}
.page-about .link-block2 span::before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    border-top: 2px solid #2475c7;
    border-right: 2px solid #2475c7;
    transform: rotate(45deg);
    top: 9px;
    left: 0
}
/*

404

*/
.lower-cnt-404 h1 {
    margin-bottom: 32px;
    font-size: 3.2rem;
}
.lower-cnt-404 .btn-link {
    background-color: #2475c7;
}
.lower-cnt-404 a.btn-link span {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .lower-cnt-404 h1 {
        margin-bottom: 18px;
        font-size: 1.8rem;
    }
}