@charset "UTF-8";
/* CSS Document */
a {
  outline: none;
  opacity: 1;
  transition: all 0.6s ease;
}
a:hover {
  opacity: 0.8;
  transition: all 0.6s ease;
}
*:hover {
  transition: all 0.6s ease;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}
/*html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}*/
body {
  margin: 0;
  padding: 0;
  font-family: "FOT-マティス Pro M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #192648;
  font-size: 16px;
  background-color: #192648;
  -webkit-text-size-adjust: 100%;
}
#wrapper {
  overflow: hidden;
}
br.sp {
  display: none;
}
/*----------------------- トップ -----------------------*/
.top {
  height: 550px;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.top figure {
  width: 650px;
  height: 485px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/*----------------------- トップ以下 -----------------------*/
.contents .inner {
  width: 1000px;
  margin: 0 auto;
}
/*----------------------- メッセージ -----------------------*/
.contents.message {
  padding: 10px 0 40px;
  background-image: url("../img/number_left.png"), url("../img/number_right.png");
  background-size: 500px;
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-color: #192648;
}
.contents.message h3 {
  font-family: bodoni-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  color: #52b6d0;
  text-align: center;
  margin-bottom: -15px;
}
.contents.message h4 {
  font-size: 30px;
  color: #abdce8;
  text-align: center;
  margin-bottom: 30px;
}
.contents.message p {
  font-size: 17px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
/*----------------------- 詳細 -----------------------*/
.contents.detail {
  padding: 20px 0;
  background-image: url("../img/number_bg.png");
  background-size: auto 150%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f9fafd;
}
.contents.detail dl {
  line-height: 28px;
  margin: 40px auto;
}
.contents.detail dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 22%;
  font-weight: 600;
  text-align: center;
}
.contents.detail dl dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 72%;
  border-left: solid 1px #192648;
  padding-left: 5%;
}
.contents.detail dl .caption {
  display: block;
  font-size: 13px;
}
.contents.detail dl dd a {
  color: #192648;
}
.contents.detail dl dd div {
  margin-bottom: 20px;
}
.contents.detail dl dd div:last-child {
  margin-bottom: 0;
}
/*----------------------- コースインフォメーション -----------------------*/
.contents.course {
  padding: 60px 0 40px;
  background-image: url("../img/number_left_w.png"), url("../img/number_right_w.png");
  background-size: 500px;
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-color: #e3e8f5;
}
.contents.course h5 {
  font-family: bodoni-urw, serif;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #192648;
  margin: 0 auto 10px;
}
.contents.course .inner02 {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.contents.course figure {
  background-color: #fff;
  padding: 20px 3%;
  width: 50%;
}
.contents.course .dl_box {
  width: 40%;
}
.contents.course dl {
  line-height: 28px;
  margin: 30px auto;
  border-left: solid 1px #192648;
  padding-left: 5%;
}
.contents.course dl dt {
  font-weight: 600;
}
.contents.course dl dd {
  margin: 0;
}
.contents.course dl .caption {
  display: block;
  font-size: 13px;
}
/*----------------------- スケジュール -----------------------*/
.contents.schedule {
  padding: 60px 0 40px;
  background-image: url("../img/number_bg.png");
  background-size: auto 150%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f9fafd;
  line-height: 28px;
}
.contents.schedule .inner {
  width: 550px;
}
.contents.schedule h5 {
  font-family: bodoni-urw, serif;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #192648;
  margin: 0 auto 30px;
}
.contents.schedule dl {
  line-height: 28px;
  margin: 40px auto;
}
.contents.schedule dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  font-weight: 600;
  text-align: center;
}
.contents.schedule dl dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 72%;
  border-left: solid 1px #192648;
  padding-left: 5%;
}
.contents.schedule .caption {
  display: block;
  font-size: 13px;
  text-align: center;
}
.contents.schedule .remarks {
  text-indent: -1.3em;
  padding-left: 1.2em;
}
/*----------------------- ボタン -----------------------*/
.contents.btn_box {
  padding: 50px 0 30px;
  background-image: url("../img/number_left.png"), url("../img/number_right.png");
  background-size: 500px;
  background-position: top left, bottom right;
  background-repeat: no-repeat;
}
.contents.btn_box ul {
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.contents.btn_box ul li {
  display: inline-block;
  width: 45%;
  margin: 0 2%;
}
.contents.btn_box ul li a {
  display: block;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  background-color: #52b6d0;
  border-bottom: solid 5px #efd937;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  border-radius: 100px;
}
.contents.btn_box ul li.close a {
  background-color: #aaa;
}
.contents.btn_box ul li a .sub {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.contents.btn_box .caption02 {
  text-align: center;
  color: #52b6d0;
}
.contents.btn_box .caption02 a {
  font-size: 18px;
  color: #52b6d0;
}
/*----------------------- スライド -----------------------*/
.contents.slide ul.slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents.slide ul.slider img {
  object-fit: cover;
  width: 100%;
  height: 450px;
}
@media screen and (max-width:1050px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  /*----------------------- トップ -----------------------*/
  .top {
    height: 500px;
    background-attachment: inherit;
  }
  .top figure {
    width: 550px;
    height: 410px;
  }
  /*----------------------- トップ以下 -----------------------*/
  .contents .inner {
    width: 90%;
  }
  /*----------------------- メッセージ -----------------------*/
  .contents.message {
    padding: 10px 0 20px;
    background-size: 350px;
  }
  .contents.message h3 {
    font-size: 30px;
    margin-bottom: -15px;
  }
  .contents.message h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contents.message p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
  }
  /*----------------------- 詳細 -----------------------*/
  .contents.detail {
    padding: 10px 0;
    background-size: auto 100%;
  }
  .contents.detail dl {
    margin: 20px auto;
    border-left: solid 1px #192648;
    padding-left: 5%;
  }
  .contents.detail dl dt {
    display: block;
    width: auto;
    text-align: left;
    margin-bottom: 5px;
  }
  .contents.detail dl dd {
    display: block;
    width: auto;
    margin: 0;
    border-left: none;
    padding-left: 0;
  }
  .contents.detail dl .caption {
    font-size: 13px;
    line-height: 20px;
  }
  /*----------------------- コースインフォメーション -----------------------*/
  .contents.course {
    padding: 30px 0 10px;
    background-size: 350px;
  }
  .contents.course h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contents.course .inner02 {
    display: block;
  }
  .contents.course figure {
    padding: 10px 5%;
    width: auto;
    margin-bottom: 30px;
  }
  .contents.course .dl_box {
    width: auto;
  }
  .contents.course dl {
    margin: 20px auto;
  }
  .contents.course dl .caption {
    font-size: 13px;
    line-height: 20px;
  }
  /*----------------------- スケジュール -----------------------*/
  .contents.schedule {
    padding: 30px 0 10px;
    background-size: auto 100%;
  }
  .contents.schedule .inner {
    width: 90%;
  }
  .contents.schedule h5 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .contents.schedule dl {
    line-height: 28px;
    margin: 20px auto;
    border-left: solid 1px #192648;
    padding-left: 5%;
  }
  .contents.schedule dl dt {
    display: block;
    width: auto;
    text-align: left;
    margin-bottom: 5px;
  }
  .contents.schedule dl dd {
    display: block;
    width: auto;
    margin: 0;
    border-left: none;
    padding-left: 0;
  }
  .contents.schedule .caption {
    text-align: left;
  }
  /*----------------------- ボタン -----------------------*/
  .contents.btn_box {
    padding: 20px 0;
    background-size: 350px;
  }
  .contents.btn_box ul li {
    display: block;
    width: 280px;
    margin: 20px auto;
  }
  .contents.btn_box ul li a {
    font-size: 20px;
    padding: 20px 0;
  }
  .contents.btn_box ul li a .sub {
    font-size: 16px;
    margin-top: 5px;
  }
  .contents.btn_box .caption02 a {
    font-size: 16px;
  }
  /*----------------------- スライド -----------------------*/
  .contents.slide ul.slider img {
    height: 250px;
  }
}
@media screen and (max-width:700px) {
  /*----------------------- トップ -----------------------*/
  .top {
    height: 300px;
  }
  .top figure {
    width: 100%;
    max-width: 350px;
    height: 261px;
  }
  /*----------------------- メッセージ -----------------------*/
  .contents.message {
    background-size: 250px;
  }
  /*----------------------- オプション -----------------------*/
  .contents.option {
    background-size: 250px;
  }
  /*----------------------- ボタン -----------------------*/
  .contents.btn_box {
    background-size: 250px;
  }
}