@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');

html {
    /*font-size: 62.5%;*/
    font-size: 10px;
}

body {
    color: #1A1A1A;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 1.5rem;
    line-height: 1.5em;
}

:root {
    --main-color: #042F4D;
    --b-color: #37A0DA;
    --p-color: #DE6C65;
    /* var(--main-color) */
}

a {
    color: inherit;
    text-decoration: none;
}

img,
iframe {
    max-width: 100%;
    vertical-align: middle;
}

img {
    height: auto;
}

table {
    table-layout: fixed;
    border-collapse: collapse;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

.contentIn {
    width: 1040px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.dp_ib {
    display: inline-block;
}

.flexBox {
    display: flex;
}

.i_flex {
    display: inline-flex;
}

.ai_c {
    align-items: center;
}

.ai_fs {
    align-items: flex-start;
}

.ai_fe {
    align-items: flex-end;
}

.ai_s {
    align-items: stretch;
}

.jc_sb {
    justify-content: space-between;
}

.jc_sa {
    justify-content: space-around;
}

.jc_c {
    justify-content: center;
}

.jc_fe {
    justify-content: flex-end;
}

.fw_wp {
    flex-wrap: wrap;
}

.flexL {
    order: 1;
}

.flexC {
    order: 2;
}

.flexR {
    order: 3;
}

.txa_c {
    text-align: center;
}

.txa_r {
    text-align: right;
}

.txa_l {
    text-align: left;
}

.txc_red {
    color: #ED1C24;
}

.fwB {
    font-weight: bold;
}

.fwN {
    font-weight: normal;
}

.hoverOpa {
    transition: opacity .3s;
}

.hoverOpa:hover {
    opacity: .8;
}

.ofCover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit:cover;';
}

.ofCotain {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit:contain;';
}

.youtubeWrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtubeWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*==================================

全ページ共通CSS

==================================*/

.ttl {
    margin-bottom: 3.5em;
    text-align: center;
}

.indent01 {
    padding-left: 1em;
    text-indent: -1em;
}

.ul01>* {
    padding-left: 1em;
    text-indent: -1em;
}

.ul01>*:before {
    content: '※';
}

.notes {
    margin-top: .2em;
    font-size: 92%;
}

.btn01 {
    display: inline-block;
    padding: .15em 2.5em;
    color: #fff;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
    background: #37A0DA;
}

.tabBtn {
    display: flex;
    justify-content: space-between;
}

.tabBtn>li {
    width: 49.5%;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.tabBox>*:not(.active) {
    display: none;
}

.eventBox {
    margin-top: 1.5em;
}

.eventBox .tabBtn>li {
    padding: .6em 1em;
    font-size: 1.33em;
    background: #fff;
}

.eventBox .tabBtn>li:first-of-type {
    color: #37A0DA;
    border-top: 1px solid #37A0DA;
    border-right: 1px solid #37A0DA;
    border-left: 1px solid #37A0DA;
}

.eventBox .tabBtn>li:nth-of-type(2) {
    color: #DE6C65;
    border-top: 1px solid #DE6C65;
    border-right: 1px solid #DE6C65;
    border-left: 1px solid #DE6C65;
}

.eventBox .tabBtn>li.active {
    color: #fff;
}

.eventBox .tabBtn>li.active:first-of-type {
    background: #37A0DA;
}

.eventBox .tabBtn>li.active:nth-of-type(2) {
    background: #DE6C65;
}

.eventBox .tabBox>div.active:first-of-type {
    border: 1px solid #37A0DA;
}

.eventBox .tabBox>div.active:nth-of-type(2) {
    border: 1px solid #DE6C65;
}

.eventBox>dd {
    padding: 1.5em 1.2em;
    background: #F4F2EC;
}

.eventBox .tabBox>* {
    padding: 2.4em;
    background: #fff;
}

.time-schedule table tr th {
    width: 4.5em;
    font-weight: 500;
    text-align: center;
}

.time-schedule table tr th span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: .1em .4em .2em;
    color: #fff;
    vertical-align: text-top;
    background: #37A0DA;
    line-height: 1em;
}

.tabBox>*:nth-of-type(2) .time-schedule table tr th span {
    background: #DE6C65;
}

.time-schedule table tr:not(:last-of-type) th:not(.last) {
    position: relative;
    padding-bottom: 1.2em;
    background: url(../img/2022/arrowB02_yallow.svg) no-repeat bottom center;
}

.time-schedule table tr:not(:last-of-type) th:not(.last):before {
    content: '';
    position: absolute;
    top: .5em;
    bottom: 5px;
    right: 0;
    left: 0;
    height: 100%;
    background: url(../img/2022/arrow_border-vertical_yellow.svg) repeat-y center top;
}

.time-schedule table tr td {
    padding-left: 10px;
    padding-bottom: .3em;
}

.time-schedule table tr td.txt_l {
    font-size: 1.33em;
}

.accordionBox>dt {
    cursor: pointer;
}

.accordionBox.eventBox>dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .8em 1.4em;
}

.accordionBox.eventBox>dt .icon {
    display: block;
    flex-shrink: 0;
    margin-left: 1em;
    width: 1.4em;
    height: 1.4em;
    background: url(../img/2022/plus.svg) no-repeat center center /contain;
}

.accordionBox.eventBox>dt.active .icon {
    background: url(../img/2022/minus.svg) no-repeat center center /contain;
}

.greenBox {
    margin-top: 1em;
    padding: .6em 1em;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #8FC31F;
    border-radius: 4px;
}

/*==================================

ヘッダー

==================================*/

.floatH {
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}

header {
    z-index: 99;
    padding: 1em 0;
    background: #fff;
}

header:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 1px;
    height: 30px;
    background: url(../img/2022/header_bk.png) repeat-x top left;
    transform: translateY(100%);
}

header>.flexBox,
.main_info_date .imgWrap {
    max-width: 80%;
    margin: 0 auto;
}

header nav {
    flex-basis: 70%;
}

header nav a {
    transition: .3s;
}

header nav a:hover {
    opacity: .7;
}

.main_info_date {
    z-index: 9;
    padding: .5em 0 .8em;
    background-color: #042F4D;
}

.main_info_date img+img {
    margin-left: 1em;
}

/*==================================

フッター

==================================*/

.pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

footer {
    padding: 1.5em 20px .7em;
    background: #F4F2EC;
}

footer>.flexBox {
    max-width: 80%;
    margin: 0 auto;
}

footer .adobeReader {
    margin-bottom: 2.6em;
    padding: .5em 1.5em;
    font-size: 1.1rem;
    line-height: 1.4em;
    background: #E2D7A1;
}

footer .adobeReader a {
    color: #C1272D;
}

footer .adobeReader .img {
    flex-shrink: 0;
    max-width: 40%;
    margin-right: 1.2em;
}

footer .adobeReader a:hover {
    text-decoration: underline;
}

footer .logo {
    margin-bottom: 1.5em;
}

footer address table th {
    font-weight: 500;
}

footer .copyright {
    font-size: .93em;
}

/*==================================

トップページ

==================================*/

#news,
#access {
    background: #F4F2EC;
}

/* NEWS
==================================*/

#news {
    padding: 6em 0;
    font-size: 1.4rem;
}

#news .newsWrap {
    padding: .8em 1.2em;
    border-top: 1px solid #042F4D;
    border-bottom: 1px solid #042F4D;
}

#news .newsBox {
    padding: 15px;
    background: #fff;
}

#news .scrollBox {
    padding: 1em 2em;
    max-height: 212px;
    overflow-y: scroll;
}

.scrollBox::-webkit-scrollbar {
    width: 18px;
}

.scrollBox::-webkit-scrollbar-track {
    background: #E6E6E6;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
}

.scrollBox::-webkit-scrollbar-thumb {
    background: #042F4D;
    border-radius: 2px;
}

.newsTable {
    width: 100%;
}

.newsTable tr {
    border-bottom: 1px dashed #B3B3B3;
}

.newsTable tr>* {
    padding: 1em .5em;
}

.newsTable th {
    width: 7.5em;
}

.newsTable th span {
    display: inline-block;
    padding: .2em .5em;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
    font-weight: normal;
    line-height: 1em;
    background: #F7B52C;
}

.newsTable td {
    color: #042F4D;
    font-weight: 500;
}

.newsTable td .accordionBox dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsTable td .accordionBox dt .icon {
    flex-shrink: 0;
    margin-left: .5em;
}

.newsTable td .accordionBox dt.active .icon img {
    transform: rotate(180deg);
}

.newsTable td .accordionBox dd {
    padding: .2em 0;
}


.newsTable td a,
.link01 {
    color: #DE6C65;
}

.newsTable td a:not(:hover),
.link01:not(:hover) {
    text-decoration: underline;
}

.newsTable tr>td .txt {
    color: #231815;
}

/* MAP
==================================*/

#map {
    padding: 5.5em 0 3em;
}

.areaMap {
    margin-top: 1.4em;
}

.areaMap img {
    width: 100%;
}


/* OUTLINE
==================================*/

#outline {
    padding: 5.5em 0;
}

.eventBox.green-stage>dt {
    background: #3FB587;
}

.eventBox.blue-stage>dt {
    background: #036EB8;
}

#outline .info_youtube{
    margin: 3em 0 2em;
    border-top: 2px solid #036EB8;
    border-bottom: 2px solid #036EB8;
}

#outline .info_youtube dt{
    display: inline-block;
    padding: .3em 1em .4em;
    color: #fff;
    font-size: 110%;
    background: #036EB8;
    border-radius: 0 0 6px 6px;
    transform: translateY(-1px);
}

#outline .info_youtube dd{
    padding: 1.2em 1em 1.5em;
}

.flexBox>.eventBox.areaMenu {
    flex-basis: 49.5%;
}

.eventBox.areaMenu>dt {
    background: #8FC31F;
}

.eventBox.areaMenu>dd {
    padding-bottom: 2em;
}

.eventBox.areaMenu dd ul+p {
    margin-top: 1em;
}

.eventBox .txt_yellow {
    margin-bottom: 1.4em;
}

#outline .exhibitList .txt_s {
    margin-left: .5em;
    font-size: 80%;
}

#outline .exhibitList .blue {
    color: #37A0DA;
}

#outline .exhibitList .pink {
    color: #DE6C65;
}

#outline .sportsCon {
    flex-basis: 49%;
}

#outline .sportsCon:nth-of-type(n+3) {
    margin-top: 1.5em;
}

#outline .sportsCon dl {
    display: flex;
    align-items: center;
    font-size: .86em;
}

#outline .sportsCon dl dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    min-height: 100%;
    margin-right: .4em;
    margin-bottom: -.6em;
    padding: .3em .2em 1em;
    color: #fff;
    text-align: center;
}

#outline .sportsCon[data-week="sat"] dl dt,
#outline .sportsCon .both-days dt:first-of-type {
    background: #37A0DA;
}

#outline .sportsCon[data-week="sun"] dl dt,
#outline .sportsCon .both-days dt:nth-of-type(2) {
    background: #DE6C65;
}

#outline .sportsCon .both-days {
    margin-top: 1.5em;
}



#outline .sportsCon .both-days dd {
    margin-left: .5em;
}

#outline .sportsCon .both-days+div .img+.img {
    margin-left: 2%;
}

#outline .sportsCon .both-days+div .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

#outline .sportsCon dl dt p {
    padding: 0 3px;
    border-bottom: 1px solid #fff;
}

#outline .sportsCon dl dt .day {
    padding-bottom: .1em;
    font-size: 2em;
    letter-spacing: -.05em;
}

#outline .sportsCon dl dt .week {
    font-size: 1rem;
    line-height: 1.2em;
}

#outline .sportsCon .img {
    border: 3px solid #37A0DA;
    border-radius: 6px;
    overflow: hidden;
}

#outline .sportsCon[data-week="sun"] .img {
    border-color: #DE6C65;
}

#outline .sportsCon .img img {
    width: 100%;
}

#outline .sportsCon dl dd .txt_s {
    font-size: 1rem;
    line-height: 1.4em;
}

#outline .sportsCon dl dd p:not(.txt_s) {
    text-indent: -.5em;
    letter-spacing: -.05em;
    line-height: 1.2em;
}

#outline #sports-area .notes {
    margin-top: .5em;
    padding-left: 2.3em;
    font-size: 75%;
    line-height: 1.4em;
    text-indent: -2.3em;
}

#outline .others {
    padding: 4em 0;
}

#outline .others .eventBox>dt {
    padding: .3em .5em .5em;
    background: #DE6C65;
}

#outline .others .eventBox dd {
    padding: .7em 1.2em;
}

#outline .others .eventBox dd .info {
    margin-bottom: .5em;
    padding-bottom: .5em;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
    font-size: 1.066em;
    font-weight: bold;
    border-bottom: 1px dashed #DE6C65;
}

#outline .others .eventBox dd .info>* {
    padding-left: 1.7em;
    text-indent: -1.7em;
}

#outline .others .eventBox dd .info>* * {
    text-indent: 0;
}

#outline .others .eventBox dd .info>*:before {
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-right: .5em;
    vertical-align: text-top;
}

#outline .others .eventBox dd .info>.time:before {
    background: url(../img/2022/icon_time_yellow.svg) no-repeat center center / contain;
}

#outline .others .eventBox dd .info>.area:before {
    background: url(../img/2022/icon_area_yellow.svg) no-repeat center center / contain;
}

#outline .others .eventBox dd .info>.performance:before {
    content: '■';
    color: #F7B52C;
    text-align: center;
    text-indent: 0;
}

#outline .others .eventBox dd .info>.performance ul li {
    margin-right: .6em;
}

#outline .others .eventBox dd .info .btn01 {
    margin: 0 .7em;
    text-indent: 0;
}

#outline .others .eventBox dd .flexR {
    flex-shrink: 0;
}

/* ACCESS
==================================*/

#access {
    padding: 5em 0 0;
}

#access .accessTbl {
    margin: 3em auto;
    font-size: 1.333em;
}

#access .accessTbl tr>* {
    padding: .3em 0;
}

#access .accessTbl tr th {
    padding-right: 6em;
    padding-left: 1em;
    font-weight: 500;
    text-indent: -1em;
}

#access .accessTbl tr th:before {
    content: '■';
    color: #F7B52C;
}

/* CONTACT
==================================*/

#contact {
    padding: 6em 0;
}

#contact h2+p {
    margin-bottom: 1em;
    font-size: 1.33em;
}

#contact h2+p .txt_s {
    font-size: 90%;
}

#contact .flexBox>* {
    margin: .7em 3% 1em;
}

#contact .telWrap .txt {
    margin-bottom: 19px;
}

#contact .telWrap p:not([class]) {
    margin: 1em auto;
    color: #042F4D;
    font-size: 1.466em;
    font-weight: bold;
}

#contact .notes {
    margin-top: 2.5em;
    font-size: 110%;
}

/* LINK
==================================*/

#link {
    padding: 3em 0 7em;
}

#link .linkBn_wrap {
    color: #37A0DA;
    font-size: .8em;
}

#link .linkBn_wrap>li {
    margin: .5em;
}

/*==================================

下層ページ共通CSS

==================================*/

/*==================================

下層ページ:ページ名

==================================*/


/*==================================

js animation

==================================*/

/*
*[class*="fadein"].js_st{
  opacity: 0;	
}

*[class*="fadeinT"].js_st {
  transform : translate(0, 50px);
}

*[class*="fadeinB"].js_st {
  transform : translate(0, -50px);
}

*[class*="fadeinR"].js_st {
  transform : translate(-50px, 0);
}

*[class*="fadeinL"].js_st {
  transform : translate(50px, 0);
}

*[class*="fadein"].js_st.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition : all 1500ms, background .3s , min-width 0s;
}
*/

/*==================================

@media screen PC

==================================*/

@media screen and (min-width:761px) {
    .spOnly {
        display: none !important;
    }



    .floatH {
        position: fixed !important;
    }

    header nav {
        display: block !important;
    }

    header nav li {
        margin: 0 2%;
    }

    footer .flexBox .flexL {
        margin-right: 2em;
    }

    .hero-area {
        margin-bottom: 0 !important;
    }

    .main_info_date {
        text-align: right;
    }

    .eventBox .flexR .img+.img {
        margin-top: 2.2em;
    }

    #outline .others .eventBox dd .flexL {
        flex-basis: 70%;
    }

    #outline .others .eventBox dd .flexR {
        max-width: 30%;
        margin-left: 1em;
    }

    #outline .sportsCon .both-days+div .img:first-of-type {
        max-width: 110px;
        width: 23.888%;
    }

    #outline .sportsCon .both-days+div .img+.img {
        max-width: 214px;
        width: 46.672%;
    }
}


/*==================================

@media screen SP

==================================*/

@media screen and (max-width:760px) {

    .pcOnly {
        display: none !important;
    }

    .sp_bk {
        display: block;
    }

    body {
        padding-top: 0 !important;
        font-size: 1.4rem;
    }

    /*==================================

	全ページ共通CSS

	==================================*/

    .wrapper {
        padding-bottom: 6em;
    }

    .btn01 {
        padding: .2em 1em;
    }

    .eventBox .tabBtn>li {
        font-size: 1.1em;
    }

    /*==================================

	ヘッダー

	==================================*/
    header {
        position: relative;
    }

    header .logo {
        max-width: 75%;
    }

    header>.flexBox,
    .main_info_date .imgWrap {
        max-width: 96%;
    }

    .main_info_date {
        padding: .5em 0;
    }

    .main_info_date .imgWrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main_info_date .imgWrap img:first-of-type {
        max-width: 62%;
    }

    .main_info_date .imgWrap img+img {
        max-width: 35%;
        margin-left: 3%;
    }

    header nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 99;
        display: none;
        max-height: 100%;
        background: #F4F2EC;
        overflow-y: scroll;
    }

    header nav ul.jc_fe {
        justify-content: space-between;
        padding: 65px 20px 10px;
    }

    header nav ul li {
        flex-basis: 49%;
        margin: 1% 0;
        aspect-ratio: 1/1;
    }

    header nav ul li:last-of-type:nth-of-type(odd) {
        margin-bottom: 0;
        flex-basis: 100%;
        aspect-ratio: auto;
    }


    header nav ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        text-align: center;
        background: #fff;
        border-radius: 20px;
    }

    header nav ul li a img {
        min-width: 15%;
    }

    header nav ul li:last-of-type:nth-of-type(odd) a {
        padding: 1.5em 1em;
    }

    header nav ul li:last-of-type:nth-of-type(odd) a img {
        min-width: 7.5%;
    }

    /*　ハンバーガーメニュー
	==================================*/

    body>.spNaviButton {
        position: absolute;
        top: 6px;
        right: 6px;
    }

    .spNaviButton {
        position: relative;
        z-index: 99;
        display: block;
        flex-shrink: 0;
        width: 50px;
        height: 50px;
        background: #37A0DA url(../img/2022/txt_menu_white.svg) no-repeat center bottom 10px / auto 8px;
        cursor: pointer;
    }

    nav .spNaviButton {
        position: fixed;
        top: 6px;
        right: 6px;
    }

    .spNaviButton img {
        position: absolute;
        left: 0;
        right: 0;
        max-width: 50%;
        min-height: 2px;
        margin: 0 auto;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .spNaviButton img:nth-of-type(1) {
        top: 25%;
        transition: top .3s .3s, transform .3s;
    }

    .spNaviButton img:nth-of-type(2) {
        top: 38%;
        transition: top .3s .3s, transform .3s;
    }

    .spNaviButton img:nth-of-type(3) {
        top: 50%;
        transition: top .3s .3s, transform .3s;
    }


    .spNaviButton.open img:nth-of-type(1),
    .spNaviButton.open img:nth-of-type(2),
    .spNaviButton.open img:nth-of-type(3) {
        top: 38%;
        transition: top .3s, transform .3s .3s;
    }

    .spNaviButton.open img:nth-of-type(1) {
        transform: rotate(45deg);
    }



    .spNaviButton.open img:nth-of-type(3),
    .spNaviButton.open img:nth-of-type(2) {
        transform: rotate(-45deg);
    }


    /*==================================

	フッター

	==================================*/

    footer>.flexBox {
        max-width: 100%;
    }

    footer .logo {
        margin-top: 1.5em;
        text-align: center;
    }

    footer address p {
        text-align: center;
    }

    footer address table {
        margin: 0 auto;
    }

    footer .copyright {
        margin-top: 2.4em;
    }

    /*==================================

	トップページ

	==================================*/

    .main_info_date {
        text-align: center;
    }

    #news .newsBox {
        padding: .8em .4em .8em .8em;
    }

    #news .newsWrap {
        padding: .8em 0;
    }

    #news .scrollBox {
        max-height: 340px;
        padding: .5em 1em .5em 0;
    }

    .newsTable tr>* {
        display: block;
        width: 100%;
    }

    .newsTable tr>th {
        padding-bottom: 0;
    }

    .newsTable tr>td {
        padding-top: .3em;
    }

    .eventBox .tabBox>* {
        padding: 1.5em 1.2em;
    }

    .eventBox .time-schedule+.flexR {
        display: flex;
        justify-content: space-between;
        margin-top: 2em;
    }

    .eventBox .flexR .img {
        flex-basis: 48%;
    }

    #outline {
        padding-bottom: 2em;
    }

    #outline .sportsCon+.sportsCon {
        margin-top: 2em;
    }

    #outline .sportsCon dl {
        font-size: 1.2em;
    }

    #outline .sportsCon dl dt .day {
        font-size: 1.6em;
        line-height: 1em;
    }

    #outline .sportsCon dl dt .week {
        line-height: 1.5em;
    }

    #outline .sportsCon dd {
        font-size: .9em;
        line-height: 1.4em;
    }

    #outline .sportsCon .both-days+div .img:first-of-type {
        width: 33%;
    }

    #outline .sportsCon .both-days+div .img+.img {
        width: 65%;
    }

    #outline .others .eventBox>dt {
        padding: .8em .5em;
    }

    #outline .others .eventBox dd .flexR {
        margin: 1em 0;
    }

    #access .accessTbl {
        font-size: 1.1em;
    }

    #access .accessTbl tr th {
        padding-right: .5em;
    }

    #contact {
        padding-bottom: 2em;
    }

    #contact .flexBox>* {
        margin: 4em 0;
    }



    #link {
        padding-top: 1em;
    }

    #link .linkBn_wrap li {
        margin-top: 1.4em;
    }

    #link .linkBn_wrap img {
        width: 100%;
    }

    /*==================================

	下層ページ共通CSS

	==================================*/

    /*==================================

	下層ページ:ページ名

	==================================*/

}