@media screen and (max-width: 639px){
  img{
    max-width: 100%;
    height: auto;
    width :auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }

  body{
    font-family: sans-serif;
    background-color: #fff;
    min-width: 689px;
    /*overflow-x: hidden;*/
  }

  a{
    color: #000;
    text-decoration: none;
  }

  li{
    list-style: none;
  }

  a:hover {
    opacity: 0.7;
  }
  a p:hover{
    opacity: 0.7;
  }
  a img:hover{
    opacity: 0.7;
  }

  .container{
    width: 590px;
    margin: 0 auto;
  }

  /*PCの時非表示*/
  .SP-none{
    display: none;
  }

  header{
    width: 100%;
    height: 90px;
    position: fixed;
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 25px;
    padding-right: 10px;
    border-bottom: 2px solid #7D000E;
    background: #fff;
    z-index: 1000;
  }
  .header-nav{
    clear: both;
    width: 100%;
  }
  .hr-logo{
    width: 330px;
    float: left;
    padding-left: 10px;
  }
  .hr-text{
    position: absolute;
    top: 100px;
    font-size: 9px;
    padding-left: 10px;
    padding-top: 10px;
    font-weight: bold;
  }
  .hr-ticket{
    width: 209px;
    float: left;
    margin-left: 15px;
  }
  .button-toggle {
    float: right;
    width: 84px;
    height: 85px;
    margin-top: 0px;
    margin-right: 15px;
    background: url(../../../new-img/sp/2017/common/sp-btn.png);
    background-repeat: no-repeat;
    /*margin-right: 10px;*/
    /*background-position: right 10px;*/

    cursor: pointer;
  }
  .sp-menu{
    clear: both;
    width: 100%;
    /*float: left;*/
    text-align: center;
    position:relative;
    z-index: 10000;
    font-size: 35px;
    line-height: 49px;
    padding-top: 40px;
    font-family: Times, Times New Roman, Georgia, serif;
    background: #fff;
    border-bottom: 2px solid #7D000E;
  }
  .main-img{
    width: 100%;
    background: url(../../../new-img/pc/2017/common/back.jpg);
    position: relative;
    z-index: 1;
    height: 600px;
  }
  .side_a{
    width: 200px;
    height: 600px;
    float: left;
    margin-top: 0px;
    background: url(../../../new-img/pc/2017/common/side_a.png);
    background-size: 40%;
    background-repeat: repeat-y;
    /*position: absolute;
    left: 0;
    z-index: 3;*/
  }
  .side_b{
    width: 200px;
    height: 600px;
    position: absolute;
    right: 0;
    margin-top: 0px;
    background: url(../../../new-img/pc/2017/common/side_b.png);
    background-size: 50%;
    background-position: right;
    background-repeat: repeat-y;
    /*position: absolute;
    left: 0;
    z-index: 3;*/
  }







  footer, footer a{
    position: relative;
    z-index: 100;
    clear: both;
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 7px;
  }
  .footer-area01{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 7px !important;
    border-bottom: 1px solid #fff;
  }
  .footer-area01 p a{
    font-size: 7px;
  }

  .footer-area02{
    height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }

  .footer-nav{
    width: 100%;
    height: 110px;
  }

  .footer-nav ul{
    float: left;
    margin-right: 20px;
  }
  .footer-nav li{
    /*line-height: 21px;*/
    letter-spacing: 2px;
  }
  .footer-nav li a{
    font-size: 13px !important;
  }
  .footer-nav li img{
    vertical-align: middle;
  }
  .ft-sns{
    height: 70px;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #fff;
  }
  .ft-sns ul{
    width: 500px;
    margin: auto;
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
  }
  .ft-sns li img{
    height: 51px;
  }


  .footer-area03{
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .footer-area03 img{
    margin-right: 20px;
  }
  .ft-logo {
    text-align: center;
  }

  .footer-area04{
    height: 100px;
    border-bottom: 1px solid #fff;
  }
  .footer-text h2{
    text-align: center;
    margin-top: 25px;
    font-size: 23px;
    font-family: Times, Times New Roman, Georgia, serif;
  }
  .footer-text p{
    text-align: center;
    font-size: 9px;
    margin-top: 10px;
  }





  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 1000;
  }
  #page-top a {
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 5px;
  }
  #page-top a:hover {
    text-decoration: none;
  }







}
