@charset "UTF-8";
html, body {
  /*min-height: 100%;*/
  /* min-width: 100%; */
  /* margin: 0; */
  /* padding: 0; */

  background: #fff;
  color: #000000;
  font-family:Helvetica,Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic,“ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, sans-serif;
  font-size: 1.05em;
}

header {
  position: static;
  min-height: 60px;
}
header * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* header
==============================*/
#header{
  width: 1024px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#header h1{
  float: left;
}

#header address{
  float: right;
  font-style: normal;
  font-size: 0.65rem;
  margin-top: 0.5rem;

  text-align: left;
  line-height:17px;
}

#header address a{
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-decoration: none;
  display: block;
  color: red;
}


/* footer
==============================*/
#footer{
  text-align: center;
  width: 1024px;
  margin: 0 auto;
  padding: 4rem 0;
  font-size: 1rem;
}

#footer ul{
  width: 740px;
  margin: 1rem auto;
  list-style: none;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content: space-between;
}

#footer address{
  text-align: left;
  font-style: normal;
  font-size: 1rem;
  margin-top: 0.5rem;
}

#footer address a{
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.8rem;
  text-decoration: none;
  display: block;
  color: #000;
}

#footer  ul li>a{
  font-weight: bold;
  font-size: 2rem;
  line-height: 3.5rem;
  text-decoration: none;
  display: block;
  color: #000;
}


#links{
  background: #000;
  line-height: 2.5rem;
  text-align: center;
}

#links a{
  margin: 0 1rem;
  color: #fff;
  text-decoration: underline;
}

.txt_center{
  text-align: center;
  line-height: 1.5em;
}


@media screen and (max-width: 769px) {

  .SP_show{
    display: block!important;
  }

  .PC_show{
    display: none!important;
  }

  #wrapper,#header,#details,#course,#footer,#MV h2{
    width: 100%;
    min-width: 100%;
  }

  #wrapper{
    padding-bottom: 90px;
  }

  .application,#footer img{
    width: 90%;
    margin: 0 auto;
  }

  .application{
    font-size: 1.4rem;

  }

  .flex_wrap{
    display: block;
    width: 100%;
  }

  #header h1{
    width:10rem;
    margin: 0.3rem 0 0;
  }

  #header h1 img{
    width: 100%;
  }

  #MV {
    padding: 0;
    height: 100vw;
    background-position: 10% 0;
    overflow: hidden;
  }

  #MV>img{
    width: 100%;
  }

  #MV ul{
    display: none;
  }

  #MV h2{
    margin: 0;
    position: absolute;
    bottom: 0.5rem;
  }

  #MV #woman{
    position: static;
    top: auto;
    margin-left: auto;
    height: auto;
  }

  #MV h2 img{
    width: 100%;
  }

  #details{
    margin: 2rem 0;
  }

  #details h3{
    padding: 0.5rem;
    margin-bottom: 2rem;
    font-size: 5vw;
  }

  #details h3 strong{
    font-size: 11vw;
  }

  #details section{
    width: 90%;
    margin: 0 auto 1rem;
  }

  #details section img{
    width: 100%;
  }

  #course {
    padding: 2rem 0;

  }

  #course ul{
    width: 90%;
  }

  #course li{
    width:100%;
  }


  #footer ul{
    width: 80%;
  }

  #footer ul li{
    width: 100%;
  }

  #footer address{
    text-align: center;
    font-size: 0.8rem;
  }

  #footer address a{
    font-size: 2rem;
    text-align: center;
  }

  #footer ul li>a{
    font-size: 1.5rem;
  }

  .txt_center{
    font-size: 0.8rem;
  }

  #sp_footbtn{
    position:fixed;
    bottom:0;
    width:100%;
    background:#143580;
    padding:0.5rem 0;
  }

}

footer .footer_logo {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
