@charset "UTF-8";

/* common */

body {
  font-family: 'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  line-height: 2.0;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
  /* IE用 */
}

img {
  width: 100%;
  height: auto;
}

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

a:hover {
  text-decoration: underline;
}

.pc, img.pc {
  display: block;
}

.sp, img.sp {
  display: none;
}

.brcl {
  clear: both;
}

#wrapper {
  display: block;
  width: 100%;
}

#main {
  display: block;
  width: 1000px;
  margin: 0 auto;
}

p.normal1 {
  width: 100%;
  margin: 0 auto;
}

p.normal2 {
  width: 94%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13.5px;
    line-height: 1.4;
  }
  img {
    width: 100%;
    height: auto;
  }
  .pc, img.pc {
    display: none;
  }
  .sp, img.sp {
    display: block;
  }
  #main {
    width: 100%;
  }
  p.normal1 {
    width: 100%;
    margin: 0 auto;
  }
  p.normal2 {
    width: 94%;
    margin: 0 auto;
  }
}


/* mainimage */

h1.mainimage {
  display: block;
  width: 1000px;
  margin: 0 auto 30px auto;
  padding: 460px 0 0 0;
  height: 530px;
  font-size: 30px;
  font-weight: bold;
  color: #f9234b;
  letter-spacing: 0.1rem;
  text-align: center;
  background-image: url("../img/pc_mainimage.gif");
  background-size: 1000px auto;
  background-repeat: no-repeat;
}

.fontcolorh1 {
  color: #000;
}

@media screen and (max-width: 768px) {
  h1.mainimage {
    width: 100%;
    margin: 0 auto 1.6rem auto;
    padding: 95% 0 0 0;
    height: 93.33%;
    font-size: 40px;
    color: #000;
    letter-spacing: 0.15rem;
    background-image: url("../img/sp_mainimage.png");
    background-size: 100% auto;
  }
  .fontcolorh1 {
    color: #f9234b;
  }
}

@media screen and (max-width: 600px) {
  h1.mainimage {
    font-size: 32px;
  }
}

@media screen and (max-width: 425px) {
  h1.mainimage {
    font-size: 25px;
  }
}


/* main-1 */

p.btncheck {
  width: 400px;
  margin: 0 auto 30px;
}

a.btnred {
  display: block;
  width: 350px;
  margin: 30px auto;
  padding: 0.5em 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #f9234b;
  border: 2px #f9234b solid;
  border-radius: 2em;
}

a.btnred:hover {
  text-decoration: none;
  color: #fff;
  background-color: #f9234b;
}

.boxyotei {
  display: block;
  width: 800px;
  margin: 50px auto;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  border: 2px #000 solid;
}

.boxyotei .yotei1 {
  padding: 20px;
  border-bottom: 2px #000 solid;
  font-weight: bold;
}

.boxyotei .yotei2 {
  padding: 20px;
}

.yotei3 {
  font-size: 18px;
}

.boxyellow {
  display: block;
  width: 800px;
  margin: 30px auto;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 1.6;
  border: 2px #000080 solid;
}

.yellow1 {
  padding: 1rem;
  text-align: center;
  background-color: #000080;
}

.boxmoviewrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 50px 10px;
}

.boxyellowmoviewrapper {
  justify-content: center;
}

.boxmovie {
  width: 336px;
  margin-bottom: 30px;
  color: #000;
  font-weight: bold;
  line-height: 1.6;
}

.boxmovietxt1 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}

.boxmovietxt2 {
  font-size: 15px;
}

iframe {
  width: 100%;
  height: 189px;
}

@media screen and (max-width: 768px) {
  p.btncheck {
    width: 92%;
    margin: 1.5rem auto;
  }
  a.btnred {
    width: 80%;
    margin: 1.5rem auto;
    font-size: 24px;
  }
  .boxyotei {
    width: 92%;
    margin: 0 auto;
    font-size: 18px;
  }
  .boxyotei .yotei1 {
    padding: 10px;
  }
  .boxyotei .yotei2 {
    padding: 10px;
  }
  .yotei3 {
    font-size: 15px;
  }
  .boxyellow {
    width: 92%;
    margin: 1.5rem auto;
    font-size: 18px;
  }
  .yellow1 {
    padding: 0.7rem;
  }
  .boxmovietxt1 {
    font-size: 22px;
  }
  .boxmovietxt2 {
    font-size: 13px;
  }
}

@media screen and (max-width: 600px) {
  a.btnred {
    font-size: 18px;
  }
  .boxmovietxt1 {
    font-size: 16px;
  }
  .boxmovietxt2 {
    font-size: 12px;
  }
}

@media screen and (max-width: 425px) {
  a.btnred {
    font-size: 15px;
  }
  .boxmovietxt1 {
    font-size: 14px;
  }
  .boxmovietxt2 {
    font-size: 10px;
  }
}


/* main-2 */

h3.content {
  width: 600px;
  margin: 80px auto 0;
}

h2.content {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 1rem 0;
  font-size: 30px;
  letter-spacing: 0.3rem;
  text-align: center;
  border-bottom: 4px #000080 solid;
}

.boxcontent {
  width: 600px;
  min-height: 200px;
  margin: 30px auto 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.15rem;
}

.boxbgillust01 {
  background-image: url(../img/illust_01.gif);
}

.boxbgillust02 {
  background-image: url(../img/illust_02.gif);
}

.boxbgillust03 {
  background-image: url(../img/illust_03.gif);
}

.boxbgillust01, .boxbgillust02, .boxbgillust03 {
  background-size: 320px auto;
  background-position: right;
  background-repeat: no-repeat;
}

.circlenumber {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 0 1.4rem 0;
  font-size: 21px;
  line-height: 50px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 50%;
  background-color: #000080;
  color:#FFFFFF;
}

.boxdocumenttxt1 {
  width: 900px;
  margin: 40px auto 0 auto;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.boxdocumenttxt2 {
  width: 900px;
  margin: 20px auto 0 auto;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}

.boxwhytxt1 {
  width: 1000px;
  margin: 40px auto 0 auto;
  font-size: 18px;
  line-height: 1.6;
}

.boxbanner {
  width: 355px;
  margin: 40px auto 0 auto;
}

.boxsns {
  display: flex;
  justify-content: center;
  width: 210px;
  margin: 40px auto 0 auto;
}

.boxsns1 {
  width: 40px;
  margin: 0 15px;
}

.boxlinktxt1 {
  display: block;
  width: 800px;
  margin: 60px auto 0 auto;
  font-size: 15px;
  line-height: 2.5;
  text-align: center;
}

.boxlinktxt1 a {
  color: #f9234b;
}

@media screen and (max-width: 768px) {
  h3.content {
    width: 80%;
    margin: 3rem auto 0.6rem auto;
  }
  h2.content {
    width: 100%;
    margin: 0 auto 1rem auto;
    padding: 0 0 1rem 0;
    font-size: 20px;
    border-bottom: 2px #000080 solid;
  }
  .boxcontentsp {
    display: flex;
    width: 92%;
    margin: 0 auto 0 auto;
    font-size: 28px;
    letter-spacing: 0.15rem;
  }
  .circlenumbersp {
    width: 40px;
    height: 40px;
    margin: 0 1rem 3rem 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #000080;
    letter-spacing: -1px;
    color:#FFFFFF;
  
  }
  .circlenumbersp2 {
    width: 75%;
    margin: 0.2rem 0 0.5rem 0;
    line-height: 1.8;
    letter-spacing: 0.05rem;
    float: left;
  }
  .boxdocumenttxt1 {
    width: 92%;
    margin: 1.4rem auto 0 auto;
    font-size: 15px;
    text-align: left;
    line-height: 1.4;
  }
  .boxdocumenttxt2 {
    width: 92%;
    margin: 1rem auto 2rem auto;
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
  }
  .boxwhytxt1 {
    width: 92%;
    margin: 1.4rem auto 0 auto;
    font-size: 15px;
    text-align: left;
    line-height: 2;
  }
  .boxbanner {
    width: 92%;
    margin: 1.4rem auto 0 auto;
  }
  .boxsns {
    width: 60%;
    margin: 2.4rem auto 0 auto;
  }
  .boxsns1 {
    width: 19%;
    max-width: 40px;
    margin: 0 7%;
  }
  .boxlinktxt1 {
    width: 92%;
    margin: 2.4rem auto 0 auto;
    font-size: 16px;
    line-height: 2.5;
  }
}

@media screen and (max-width: 600px) {
  h3.content {
    width: 80%;
  }
  h2.content {
    font-size: 20px;
  }
  .boxcontentsp {
    font-size: 22px;
  }
  .boxlinktxt1 {
    font-size: 15px;
  }
}

@media screen and (max-width: 425px) {
  h3.content {
    width: 100%;
  }
  h2.content {
    font-size: 15px;
  }
  .boxcontentsp {
    font-size: 18px;
  }
  .boxlinktxt1 {
    font-size: 12px;
  }
}


/* accordion */

.schedule {
  display: block;
  width: 800px;
  margin: 30px auto 30px;
  background-color: #000080;
  border: 2px #000080 solid;
}

.schedule h3 {
  cursor: pointer;
  background-image: url(../img/btn_bg02.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  padding: 1rem 0;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}

.schedule .schedulewrapper {
  display: none;
  background-color: #fff;
}

.schedule .schedule_bodynow {
  padding: 40px 0 10px 0;
  background-color: #fff;
}

.schedule.open {
  background-color: #000080;
}

.schedule.open h3 {
  background-image: url(../img/btn_bg01.png);
}

.schedule .current {
  display: block;
}

@media screen and (max-width: 768px) {
  .schedule {
    width: 92%;
    margin: 1rem auto;
  }
  .schedule h3 {
    padding: 0.8rem 0;
    font-size: 18px;
  }
  .boxmoviewrapper {
    justify-content: center;
    padding: 20px 20px 0;
  }
}


/* footer */

footer {
  display: block;
  width: 100%;
  margin: 3rem auto 0 auto;
  color: #FFF;
  background-color: #000;
}

.footerbox {
  width: 100%;
  margin: 0 auto;
  padding: 3rem;
  font-size: 12px;
  text-align: center;
}


/* ロールオーバー時の反調 */

.schedule_header:hover, a:hover img.imgwhite {
  cursor: pointer;
  filter: alpha(opacity=60);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";
  /* ie 8 */
  -moz-opacity: 0.6;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
}

.schedule_header, a img {
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

a.btnred:hover {
  animation: bg-color 0.4s ease-out;
  -webkit-animation: bg-color 0.4s ease-out;
}

@-webkit-keyframes bg-color {
  0% {
    background-color: #ffffff;
  }
  100% {
    background-color: #f9234b;
  }
}

@keyframes bg-color {
  0% {
    background-color: #ffffff;
  }
  100% {
    background-color: #f9234b;
  }
}
