﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
/*  Modal
/* -----------------------------------------*/
body {
    background: #FFF;
    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
#mdOverlay {
	display: none;
	top: 0;
	left: 0;
	width: 100%;
    height: 120%;
	position: fixed;
	z-index: 97;
	background: #000;
}
#mdWindow {
	display: none;
    left: 50%;
    top: 50%;
    width: 90%;
    height: 85%;
    border-radius: 8px;
	background: #FFF;
	position: fixed;
    transform: translate(-50%, -50%);
	z-index: 98;
    overflow: hidden;
}
#mdWindow iframe{
    margin: 40px auto;
    padding: 0 20px;
    border: none;
    width:100%;
    height:90%;
    overflow: hidden;
}
.modal-area {
    max-width: 1000px;
    width: 100%;
    height:100vh;
    margin: 0 auto;
    -webkit-overflow-scrolling: auto;
    overflow-scrolling: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.modal-area::-webkit-scrollbar {
    width: 16px;
}
.modal-area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(147, 0, 14, .1);
}
.modal-area::-webkit-scrollbar-thumb {
  background-color: rgba(147, 0, 14, .5);
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

#mdWindow > .mdClose {
    display: block;
     position:absolute;
     top:10px;
     right:10px;
     width:40px;
     height:40px;
}
#mdWindow > .mdClose:before,
#mdWindow > .mdClose:after{
      content:"";
      background:#000;
      width:30px;
      height:1px;
      transform:rotate(45deg);
      position:absolute;
      top:10px;
      left:10px;
    }
#mdWindow > .mdClose:after{
     transform:rotate(-45deg);
  }
.modalBtn {
	display: inline-block;
	padding: .25em 1em;
    font-family:sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	overflow: hidden;
    line-height: 2;
	text-align: center;
	transition: all 0.2s ease-in-out;
}
.modalBtn:hover {
    color:#D70000;
	opacity: 0.7;
}
#modalInclude {
	display: none;
}
.header-game-detail {
    text-align: center;
    padding: 30px 0;
  }
.header-game-detail ul li {
    display: inline-block;
    font-feature-settings: "palt" ;
    vertical-align: middle;
  }
.header-game-detail ul .day-week .day {
    font-family: 'Oswald', sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 2px;
  }
.header-game-detail ul .team-name {
    font-size: 2.6rem;
    font-weight: bold;
    padding: 0 5px;
  }
.gameinfo-txt {
    padding: 0 0 .5em 1em;
    font-size: 1.2rem;
}
.stadium-area {
    margin: 10px 0 0 0;
}
.stadium-area .stadium-figure {
    display: inline-block;
    width:48%;
    margin: 0 1% 0 0;
    vertical-align: top;
}
.stadium-area .stadium-figure img{
    width:100%;
}

.dynamicpricing{
    display: inline-block;
    text-align: center;  
    position: relative;
    width: 95%;
    margin: 20px;
}
.dynamicpricing table{
    width: 100%;
    margin: 0 auto;
    background: #FFF;
	border-collapse: collapse;
}
.dynamicpricing table th{
    text-align: center !important;
}
.dynamicpricing table th, .dynamicpricing table td {
	border: solid 1px #EFEFEF;
	color: #333;
	font-weight: bold;
	text-align: right;
	font-size: 15px;
    vertical-align: middle;
}
.dynamicpricing table thead th{
	padding: .5em;
    color: #FFF;
    background: #a9002f;
    min-width: 100px !important;
}
.dynamicpricing table tbody th.size {
	text-align: left;
	padding: .5em .5em .5em 1em;
}
.dynamicpricing table tbody th.adult {
	background: #FFF6F6;
}
.dynamicpricing table .length01{width: 40%;}
.dynamicpricing table .length02{width: 60%;}

.dynamicpricing table .color-sell {
    width:4%;
}
.dynamicpricing table .color-01 { background: #4D3992; }
.dynamicpricing table .color-02 { background: #D84091; }
.dynamicpricing table .color-03 { background: #9070AF; }
.dynamicpricing table .color-04 { background: #F19EC2; }
.dynamicpricing table .color-05 { background: #E60027; }
.dynamicpricing table .color-06 { background: #E94508; }
.dynamicpricing table .color-07 { background: #F39800; }
.dynamicpricing table .color-08 { background: #428A7B; }
.dynamicpricing table .color-09 { background: #7FCEF4; }
.dynamicpricing table .color-10 { background: #6DBB4F; }
.dynamicpricing table .color-11 { background: #A9002E; }
.dynamicpricing table .color-12 { background: #07913A; }
.dynamicpricing table .color-13 { background: #93C523; }
.dynamicpricing table .color-14 { background: #00AAE7; }
.dynamicpricing table .color-15 { background: #01B097; }
.dynamicpricing table .color-16 { background: #E60012; }
.dynamicpricing table .color-17 { background: #FFF; }
.dynamicpricing table .color-18 { background: #FFDD00; }
.dynamicpricing table .color-19 { background: #3A648A; }
.dynamicpricing table .color-20 { background: #267B37; }


.scroll-top-btn {
    display: block;
    background: #860010;
    text-align: center;
    height: 40px;
    width: 100%;
    position:relative;
    transition:all 200ms;
    cursor:pointer;
  }
.scroll-top-btn:hover {
    opacity:.7;
  }
.scroll-top-btn:before {
    content:"";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    margin-top: -5px;
  }



@media screen and (max-width: 767px) {
    #mdWindow {
        top: calc(50% + 10px);
    }
    .header-game-detail {
        text-align: center;
        padding: 10px 0;
    }
    .header-game-detail ul li {
        display: inline-block;
        vertical-align: middle;
    }
    .modalBtn {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    html, body {
            -webkit-overflow-scrolling: touch !important;
            overflow: auto;
            height: 100%;
        }
    body {
        width: 100%;
    }
    ::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .dynamicpricing table tbody th.size {
        text-align: left;
        padding: .5em;
    }
} 

@media screen and (max-width: 480px) {
    #mdWindow iframe{
        margin: 30px auto 10px;
        padding: 0 5px;
    }
    .header-game-detail ul li {
        display: block;
        font-feature-settings: "palt" ;
        vertical-align: middle;
      }
    .stadium-area .stadium-figure {
        display: block;
        width:100%;
        margin: 0;
        }
    .modalBtn {
        font-size: 1.2rem;
    }
    .dynamicpricing{
        display: block;
        width: 100%;
    }
}
.dynamicpricing table td:nth-child(1){
    text-align: center;
}
.dynamicpricing table td:nth-child(2){
    text-align: left;
}
.alignLeft{
    text-align: left !important;
}
.alignRight{
    text-align: right !important;
}
.alignCenter{
    text-align: center !important;
}
.color-black{
    background: black;
    color: #fff !important;
}
.color-red{
    background: #fd0200;
    color: #fff !important;
}
.color-pink{
    background: #ff33cc;
}
.color-green{
    background: #0def8f;
}
.color-blue-accent{
    background: #96bde0;
    color: #fff !important;
}
.color-blue{
    background: blue;
    color: #fff !important;
}
.color-green-accent{
    background: #a7ce8c;
}
.color-green-dark{
    background: #538135;
}
.color-green-accent-light{
    background: #dfebd7;
}
.color-green-dark-light{
    background: #669900;
    color: #fff !important;
}
.color-purple{
    background: #6e2f9b;
    color: #fff !important;
}
.color-orange-accent-light{
    background: #f0ad81;
}
.color-orange-accent{
    background: #ed7d32;
}
.color-blue-light{
    background: #02afee;
}
.color-lavender{
    background: #ff99ff;
}
.color-blue-accent-light{
    background: #8ca7d8;
}
.color-gold{
    background: #fbc903;
}
.color-yellow{
    background: yellow;
}
.color-green-light{
    background: #03ff00;
}
.color-green-dark1{
    background: #669800;
}