@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1200px) {
  .sp { display: block; }
  .pc { display: none; }
  
  body{
    width: 800px;
    margin:0 auto;
  }
  .wrap{
    width: 800px;
    margin:0 auto;
  }
  
  .fixed{
    position: fixed;
    top: 80%;
    height:20%;
    left:0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 999;
  }
  .fixed a{
    display: inline-block;
    margin:0 10px 0 10px;
  }
  
  h2{
    text-align: center;
  }

  header{
    position: relative;
  }

  .header-btn{
    width: 90%;
    margin:0 auto;
    position: absolute;
    bottom:100px;
    left:50%;
    transform: translateX(-50%);
    display: inline-block;
    overflow: hidden;
  }
  
  .box1-img img{ margin-left:-80px; }
  
  .box1-btn{
    width: 90%;
    margin: 20px auto;
    display: inline-block;
    position:relative;
    overflow: hidden;
  }
  
  .box2 h2{display: none;}
  .box3{
    padding:20px 0;
    background-image: url("../images/bg_03.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
  }
  .box3-img{
    position: relative;
    z-index: 10;
  }
  .box4-bg,.box5-bg{display: none;}
  .box4{
    margin-top: -60px;
    background-color: #FF2E77;
  }
  .box4-list li{
    margin:20px 0 0 0;
  }
  
  .box6{
    background-color: #3CBCC6;
    padding:0 0 100px 0;
    margin-bottom:-170px;
  }
  .box6-btn-wrap{
    margin-top:20px;
    position: relative;
    z-index: 10;
  }
  .box6-btn{
    width: 90%;
    margin: 0 auto;
    margin-top: -185px;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
  }
  .box7{
    padding:50px 0 100px 0;
    background-image: url("../images/bg_06.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
  }
  .box7 h2{
    padding: 20px 0 40px 0;
  }
  .box7-list li{
    margin:20px 0;
  }
  .box8{
    background-color: #000;
  }
  .box8-bg{
    padding-bottom:50px;
    background-image: url("../images/bg_10.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
  }
  .box8-bg h2 img{
    margin-top:-150px;
    margin-left:0px;
  }
  .box8-list img{
    vertical-align: bottom;
  }
  .box8-list li{
    justify-content: center;
    display: flex;
    margin-bottom:-1px;
  }

  .box8-list li:first-child{
    margin-bottom:60px;
  }
  .box8-list li:first-child img{
    margin-left:-50px;
  }


  .box9{
    padding:20px 0 0px 0;
    margin-bottom:-50px;
    background-image: url("../images/bg_07.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
  }
  .box9-img{
    position: relative;
    z-index: 10;
  }

  .box9-txt{
    width: 340px;
    text-align: left;
    position: absolute;
    bottom: 345px;
    left: 50%;
    margin-left: -330px;
    z-index: 11;
    font-size: 1.5em;
  }

  .box10{
    padding:60px 0 0px 0;
    background-image: url("../images/bg_11.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
  }

  .box11{
    padding:50px 0 100px 0;
    background-image: url("../images/bg_13.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
  }

  .box11-txt {
    text-align: left;
    font-size: 1.8em;
    width: 640px;
    margin: 0 auto;
    margin-top: -270px;
  }

  .box12{
    padding:20px 0 50px 0;
  }
  .box12-txt{
    text-align: left;
    font-size: 1.5em;
    width: 640px;
    margin:20px auto 0 auto;
  }



  .box13{
    padding:410px 0 100px 0;
    background-image: url("../images/bg_08.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
  }
  
  .box13 h2{
    margin-bottom:40px;
    padding: 0 2%;
    text-align: center;
  }

  .box13-img{
    margin-bottom:50px;
  }

  .box14{
    padding:50px 0 100px 0;
    background-image: url("../images/bg_09.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
  }

  .box14-img img:first-child{
    margin-bottom:50px;
  }

  .box15{
    background-color: #000;
    padding:0 0 50px 0;
  }
  .box15-bg{
    background-image: url("../images/bg_10.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
  }
  
  .box15 h2{
    padding:40px 2%;
  }

  .box15-list{
    max-width: 740px;
    margin:0 auto;
  }
  .box15-list > li{
    border:1px solid #fff;
    padding:20px;
    margin:20px 0;
  }

  .box15-list > li > h3{
    margin:20px 0;
  }

  .box15-access{
    max-width: 700px;
    margin:0 auto 50px auto;
    text-align: left;
  }
  .box15-access li{
    margin-bottom:10px;
    border:1px solid #fff;
  }
  .box15-access h3{
    position: relative;
    background-color: #E5E5E5;
    padding: 15px 20px;
    font-weight: bold;
    font-size:2em;
  }
  .box15-access h3:after{
    content: "▼";
    font-size:1.5em;
    position: absolute;
    right:20px;
    top:5px;
  }

  .box15-access h3.active{
    background-color: #000;
    color:#e5e5e5;
  }
  .box15-access h3.active:after{
    content: "▲";
  }

  .accordion{ 
    display: none;
    color:#fff;
    font-size:1.3em;
    line-height:1.7;
    background-color: #333333;
    margin:10px;
    padding:15px;
  }
  .accordion h4{
    font-size:1.2em;
    font-weight: bold;
    margin:10px 0 10px 0;
  }

  .accordion p{
    padding-left:12px;
    padding-bottom:20px;
  }
  .access-map{
    text-align: center;
  }

  .box16{
    padding: 50px 0 50px 0;
  }

  .box17{
    padding:100px 0 100px 0;
    background-image: url("../images/bg_11.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
  }

  .box17 .form-wrap{
    margin-top:30px;
  }
  .box18{
    padding:100px 0 150px 0;
    background-image: url("../images/bg_12.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
  }
  .box19{
    padding:100px 0 160px 0;
    background-image: url("../images/bg_14.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    z-index: 10;
  }
  .box19-img{
    margin-top:-195px;
  }
  .box19-img img:first-child{
    margin-bottom:50px;
  }
  .box20{
    padding:300px 0 50px 0;
    background-image: url("../images/bg_11.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    margin-top:-250px;
  }

  .box20-list{
    width: 800px;
    margin:0 auto;
  }

  .box20-list li{
    text-align: left;
    font-size: 1.6em;
    padding: 40px 2%;
    border-bottom: 5px solid #000;
  }
  .box20-list li:last-child{
    border-bottom: none;
  }
  .box20-list p{
    margin-top:20px;
  }

  .box21{
    background-color: #FF2E77;
    padding:50px 0 100px 0;
  }

  .box21-list li{
    margin-bottom:20px;
  }

  .box22{
    padding:0px 0 100px 0;
  }

  .box22 .form-wrap{
    margin-top:50px;
  }

  footer{
    background-color: #000;
    padding:50px 20px;
    text-align: center;
  }

  .form-btn{
    display: block;
    margin:-185px auto 0 auto;
    width: 90%;
    position:relative;
    overflow: hidden;
  }

  .form-btn:after,.box1-btn:after,.header-btn:after,.box6-btn:after {
    content:"";
    height:100%;
    width:30px;
    position:absolute;
    top:-180px;
    left:0;
    background-color: #fff;
    opacity:0;
    transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
  }
  #form .wrap{
    font-size:160%;
  }
  
  #form h3 img{
    width:80%;
  }
  
  .form-wrap input[type="text"] {
    font-size: inherit;
  }
  .form-wrap input[type="checkbox"]{
    scale: 2;
    margin: 0 20px;
  }
  



}

