@media screen and (max-width:1025px) {


/*************************** D-01. 枠組共通 ***********************/
#wrapper {
    margin: 0 auto;
    padding: 66px 0 100px;
    position: relative;
}
main{
    flex-direction: column;
}
main article{
    width:100%;
    margin-top:2.0rem;;
}
/*************************** D-02. header *************************/
header,
.subpage-header header  {
    max-width: 1280px;
    margin: auto;
    padding: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    display: block;
    background-color: #000000;
}
.header-container {
    padding: 10px 1%;
    width: 100%;
}
.header-container form {
    display: none;
    width: calc(100% - 42px - 1rem - 32px - 1rem);
    background: #fff;
    text-align: center;
    top: 3px;
    left: 0;
    padding: 14px;
    position: absolute;
}
.header-container input[type="text"] {
    width: 440px;
    margin: 0 auto;
}

.hamburger {
    display: block;
    position: relative;
    width : 42px;
    height: 42px;
    cursor: pointer;
    margin: 0 1rem;
    transition:background .3s;
}
.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px ;
    left: 6px;
    background: #fff;
    transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 10px;
}
.hamburger span:nth-child(2) {
    top: 20px;
}
.hamburger span:nth-child(3) {
    top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.nav_active span:nth-child(1) {
    top : 20px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hamburger.nav_active span:nth-child(2),
.hamburger.nav_active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-sp {
    display: flex;
    align-items: center;
}
.header-sp-search{
    display: block;
    cursor: pointer;
    width: 24px;
    margin-right: 8px;
    transition:background .3s;
    position: relative;
    text-indent: -9999px;
}
.header-sp-search::after {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    content:"";
    width: 25px;
    height: 25px;
    display: block;
    background: url(../images/icons/icon-search.svg) no-repeat;
    background-size: auto 100%;
    transition:background-color .3s;
}
.header-sp-search.search_active::after{
    background:#333 url(../images/icons/icon-close.svg) no-repeat 50%;
    padding:4px;
    background-size: 70%;
}
/*************************** D-03. nav ***************************/
.megamenu {
    height: calc(100vh - 60px);
    overflow-y: scroll;
    width: 100%;
    background:#000;
    margin-top:0;
}
.megamenu > ul {
    display: block;
    margin-bottom: 120px;
}
.megamenu > ul > li {
    text-align: left;
    width: 98%;
    margin:0 auto;
}
.megamenu > ul > li:before {
    display: none;
}
.megamenu > ul > li a {
    padding-left: 16px;
    color: #fff;
}
.megamenu > ul > li > a{
    border-top:1px solid #ccc;
}
.megamenu > ul > li.has-child > a::before {
    right: 16px;
    bottom: auto;
    left: auto;
    width: 8px;
    height: 8px;
}
.megamenu div {
    position: static;
    left: 0;
    transform: none;
    background: #333;
}
.megamenu div p a {
    border-color: #fff;
}
/* 第2階層 */
.megamenu div > ul {
    background: transparent;
}
.megamenu div > ul > li {
    width: 48%;
    border-bottom: none;
}
.megamenu div > ul > li > a {
    color: #333;
    background: #fff;
}
/* 第3階層 */
.megamenu div > ul > li > ul {
    padding: 0 0 10px 2px;
}

.megamenu div > ul > li,
.megamenu div > ul > li > ul,
.megamenu div > ul > li > ul > li > ul,
.megamenu div > ul > li > ul > li > ul > li > ul {
    background: transparent;
}
.megamenu div > ul > li > ul > li{
    border-bottom: 1px solid #ccc;
}
.megamenu div > ul > li > ul > li > ul > li, 
.megamenu div > ul > li > ul > li > ul > li > ul > li {
    border-bottom: none;
}


.header-rightcontent {
    display: none;
    width: 100%;
}
.header-info {
    text-align: center;
    padding: 16px;
    background: #000;
}

.tab-icon {
    width: 20px;
    margin-left: 4px;
}

/*************************** D-04. main共通 ***********************/
.pc{
    display: none;
}
.tablet{
    display: inherit;
}
.sp{
    display: inherit;
}


ul.fourColumns li{
    width: 31.3333%;
    margin:1%;
}
ul.fiveColumns li{
    width: 23%;
    margin:1%;
}
ul.sixColumns li{
    width: 23%;
    margin:1%;
}

.flex-container-three > *{
    width: 48%;
}
.flex-container-four > *{
    width: 31.3333%;
}

div.flow-ol-container ol{
    flex-direction: column;
    width: 100%;
    background: linear-gradient(to bottom, #f0f2f4, #999);
}
div.flow-ol-container ol li{
    width: 100%;
    padding: 30px 0;
    background:url(../images/icons/flow-bottom-start.svg) no-repeat center bottom, url(../images/icons/flow-bottom-end.svg) no-repeat center top;
    background-size: 160px auto;
}
div.flow-ol-container ol li:last-child{
    background: url(../images/icons/flow-bottom-end.svg) no-repeat center top;
    background-size: 160px auto;
    border: none;
}
div.flow-ol-container ol li:first-child{
    background: url(../images/icons/flow-bottom-start.svg) no-repeat center bottom;
    background-size: 160px auto;
}
div.flow-ol-container ol li::before{
    counter-increment: flow-list;
    content: counter(flow-list);
    display: block;
    font-size: 4.8rem;
    padding-bottom: 1rem;
}

.page-parent li{
    min-height: 16.0rem;
}
.page-parent li a{
    font-size: 2.2rem;
}

/*************************** D-05. h1, h2見出し ********************/
.page-h1 {
    padding: 100px 0;
}
.page-h1 h1 {
    font-size: 4rem;
}
/*************************** D-06. breadcrumb *********************/
/*************************** D-07. pager backnumber等 *************/
/*************************** D-08. aside **************************/
aside {
    width: 100%;
    margin-left: 0;
    position:inherit;
    display: block;
}

aside nav > ul{
    display: flex;
    flex-wrap: wrap;
}
aside nav > ul > li{
    width:48%;
    margin:1%;
}
aside nav ul li ul{
    margin-left:6px;
    padding-left:6px;
}
aside nav ul li a{
    font-size: 1.6rem;
}
aside nav > ul > li > ul > li a{
    padding:10px 4px;
}

/*************************** D-09. footer *************************/
ul.footerNav {
    display: none;
}

footer .logo img {
    max-width: 200px;
    height: auto;
    margin-top: 32px;
}
footer address {
    margin: 16px 0;
}
footer small {
    padding: 16px 0;
}


/*************************** D-10. toppage ***********************/
main article#top {
    padding: 0
}

.top-01 p img {
    bottom: -5px;
}

.top-02 {
    margin: 40px 0 80px;
    background-size: 300px;
}
.top-02 section {
    margin-bottom: 0;
}
#top .top-02 h2 {
    margin-bottom: 2.4rem;
}
.top-02 img {
    width: 60%;
}

.top-03 {
    padding: 100px 0 80px;
}
.top-03::after {
    width: 250px;
    height: 300px;
    top: -190px;
}
.top-03-container section {
    width: 48%;
    margin: 0 1% 4rem;
}
.top-03-container section:nth-child(4),
.top-03-container section:nth-child(5),
.top-03-container section:nth-child(6) {
margin-bottom: 4rem;
}
.top-03-container img {
    height: 178px;
}
.top-03-container h3 {
    margin: 1.6rem 0;
}
.top-03-container p {
    margin-bottom: 0;
}

#top .top-04 {
    margin: 100px auto 70px;
}
.time {
    margin: 0 0 0.8rem;
}
.top-04-container section div.img {
    margin-right: 8px;
}
.top-04-listcontainer {
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
}
.top-04-listcontainer li {
    width: calc(100%/4);
    margin: 0 4px 4px;
    flex-grow: 1;
}
.top-04-container ul {
    flex-wrap: wrap;
}
.top-04-container ul li {
    margin-bottom: 0.8rem;
}
.top-04-container ul li a {
    white-space: nowrap;
}

.top-05 {
    padding: 100px 0;
}
.top-05::before {
    background-position: bottom;
}
.top-05-container {
    flex-direction: column;
}
.top-05-box {
    max-width: 100%;
}
.top-05-box div {
    padding: 0 1%;
}
.top-05-box:first-child {
    margin: 0 0 6rem;
}
.ameburo-icon {
    padding: 0 1%;
    margin-bottom: 0;
}
.top-05-box address {
    font-size: 1.6rem;
}

/*************************** D-11. form **************************/
.keywordsearch-page form dl dd {
    padding: 10px 0 10px 0;
}
.keywordsearch-page form dl dt {
    width: 100%;
}
.keywordsearch-page input[type="text"] {
    border: 1px solid #787878;
}


/*************************** D-12. レギュレーション ********************/
pre.show{
    max-height: 80vh;
}
.regulation-color-container ul li {
    width: 31.3333%;
}

/*************************** D-13. 検索結果 ***********************/
p.search-jump{
    display:inherit;
    margin:-2.0rem 0;
}
p.search-jump a{
    padding: 5px;
    text-align: center;
    margin:0 auto;
    font-weight: bold;
    border-radius: 5px;
    cursor :pointer;
    display: block;
    transition: .5s;
}
p.search-jump a::before {
    display: inline-block;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    padding-right: 5px;
    transition: 0.2s;
}
p.search-jump a:hover {
    background: #eee;
}


/*************************** D-14. 内部ページ ***********************/

/*B-14-1 エリア*/
.area-cities-container ul {
    width: 32.3333%;
    margin: 0 0.5% 3%;
}

/* B-14-6 試合結果（カテゴリー）*/
ul.result li{
    margin: 8px 0.8%;
}

div.result table thead th:nth-child(1){}
div.result table thead th:nth-child(2){display: none;}
div.result table thead th:nth-child(3){}
div.result table thead th:nth-child(4){display: none;}
div.result table thead th:nth-child(5){}

div.result table tbody td{
    font-size: 1.4rem;
    line-height: 1.4;
    vertical-align: inherit;
}
div.result table tbody td:nth-child(1) {}
div.result table tbody td:nth-child(1) em{
    display: block !important;
    text-align: center;
    margin-top: 5px;
}
div.result table tbody td:nth-child(2) {display: none;}
div.result table tbody td:nth-child(3) {
    display: flex;
    align-items: center;
    text-align: left;
}
div.result table tbody td:nth-child(3) span{
    margin-right: 5px;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}
div.result table tbody td:nth-child(3) div{
    text-align: center;
    width: 100%;
}
div.result table tbody td:nth-child(3) span img{
    width: 100%;
    height: auto;
}
div.result table tbody td:nth-child(3) em{
    display: block !important;
    text-align: center;
    margin-top: 5px;
}
div.result table tbody td:nth-child(4) {display: none;}
div.result table tbody td:nth-child(5) {
    font-size: 1.6rem;
}
div.result table tbody td:nth-child(5) a{
    text-decoration: none;
}
div.result table tbody td:nth-child(5) a span{
    text-decoration: none;
    display: block;
    font-size: 2.0rem;
}
dl.result-options{
    width: 100%;
    margin-bottom: 0.5rem;
}
dl.result-options select {
    border-radius: 0;
    background: #fff url(../images/icons/sort-down-solid.svg) no-repeat right 4px top 20%;
    background-size: 14px;
    color: #333;
}

/* company */
.conpany-02-container {
    padding: 80px 0;
}
.conpany-02-innercontainer {
    display: block;
    padding: 0 0 24px;
    background-image: url(../images/img/company/company_12.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.conpany-02-innercontainer > div {
    display: block;
}
.conpany-02-innercontainer > div img {
    height: 300px;
}
.conpany-02-innercontainer > div,
.conpany-02-innercontainer > section {
    width: 100%;
    margin-top: 0;
}
.conpany-02-innercontainer > section {
    margin-top: 80px;
}
.conpany-02-staffcontainer {
    margin-top: 80px;
    flex-direction: column;
}
.conpany-02-staffcontainer .conpany-02-staffbox {
    max-width: 100%;
}
.conpany-02-staffcontainer .conpany-02-staffbox:last-child {
    margin-top: 32px;
}
.conpany-02-staffbox > div {
    margin-bottom: 2.4rem;
}

}/* max-width */