<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

  /*early
=======================*/
.btnArea {
  text-align: center;
}
.early {
  border: 2px solid #dd0e24;
  display: inline-block;
}
.early .early_h {
  color: #dd0e24;
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 10px;
}
.early p {
  font-weight: 700;
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.5;
}
.early p span {
  font-size: 3.4rem;
  margin-left: 10px;
}
.early mark {
  color: #dd0e24;
  background: linear-gradient(transparent 60%, #f7ed7e 0%);
  font-style: normal;
  padding: 0 8px;
}
@media (min-width: 768px) { 
  .early {
    padding: 25px 70px;
  }
}
@media screen and (max-width:767.98px) { 
  .early {
    padding: 15px 0;
    /*margin: 0 10px;*/
    width: 100%;
  }
  .early .early_h {
    font-size: 2.0rem;
  }
  .early p {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .early mark {
    font-size: 2.5rem;
    background: linear-gradient(transparent 70%, #f7ed7e 0%);
  }
}

/*=====================*/


  /*assist
=======================*/

@media screen and (max-width:767.98px) { 
  .assist-banner {
    bottom: 115px!important;
  }
}

/*=====================*/




  /*reserveBar
=======================*/
#reserveBar {
				position: fixed;
				bottom: -130px;
				left: 0;
				width: 100%;
				padding: 15px;
				background-color: rgba(0, 0, 0, 0.7);
				box-sizing: border-box;
				transition: .5s ease;
				z-index: 9999;
			}
      #reserveBar p {
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
      }
      #reserveBar a {
        display: inline-block;
        width: 100%;
        padding: 15px 0 10px;
        color: #fff;
        font-size: 3rem;
        font-weight: bold;
        text-align: center;
        background-color: #fa64a7;
      }
			#reserveBar .startTime{
				display: block;
				line-height: 1.6;
				font-size: 1.6rem;
			}

			@media (min-width: 768px) {
        #reserveBar {
          display: flex;
          justify-content: space-evenly;
        }
        #reserveBar p+p {
          max-width: 520px;
          margin: auto auto auto 10px;
        }
        #reserveBar p+p a {
          display: inline-block;
          width: 100%;
          padding: 12px 0 12px;
          color: #f7ed7e;
          font-size: 1.8rem;
          font-weight: bold;
          text-align: center;
          background-color: #008bd2;
          outline: 1px solid rgb(255, 255, 255);
          outline-offset: -6px;
        }
        #reserveBar p+p a span {
          position: relative;
        }
        #reserveBar p+p a span::before {
          position: absolute;
          content: "";
          background: url(../img/top_icon_arrow.png) no-repeat;
          background-size: 16px 10px;
          width: 16px;
          height: 10px;
          top: 7px;
          right: -25px;
          transform: rotate(-90deg);
          }
        #reserveBar p+p a+a {
          margin-top: 8px;
          }
        }

			@media screen and (max-width:767.98px) {
				#reserveBar {
					padding: 10px;
				}
				#reserveBar a {
					padding: 5px 0;
					line-height: 1.3;
          font-size: 1.5rem;
				}
				#reserveBar .startTime{
					padding-top: 5px;
					font-size: 1.2rem;
					line-height: 1.1;
				}
				#reserveBar .bigTxt {
					padding: 0 0 3px;
					font-size: 2.1rem;
				}
			}

/*=====================*/

</pre></body></html>