div#loading {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

div#loading img {
  -webkit-animation: anim-logo 0.5s ease 0s infinite alternate;
          animation: anim-logo 0.5s ease 0s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes anim-logo {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anim-logo {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

div#loading > div {
  height: 50px;
  width: 50px;
}

.kv .kv_cont {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.kv .kv_cont h1 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.kv .kv_cont h1 span {
  display: block;
}

.swiper-wrapper {
  height: auto;
}

.social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social ul li {
  margin-right: 10px;
}

.social ul li:last-child {
  margin-right: 0;
}

.social ul li a {
  display: block;
}

.social ul li a:hover {
  opacity: 0.8;
}

.reserve {
  margin-top: 25px;
}

.reserve a {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
}

.reserve a:hover {
  background-color: #2e2f32;
  color: #fff;
}

.about .txt {
  text-align: center;
}

.bnr .course_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bnr .course_list .bnr_list_item {
  display: block;
  position: relative;
}

.bnr .course_list .bnr_list_item::before {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bnr .course_list .bnr_list_item::after {
  background-image: url(../img/common/ico_logo.png);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.bnr .course_list .bnr_list_item:nth-child(1) {
  background-image: url(../img/top/bnr_list_item01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bnr .course_list .bnr_list_item:nth-child(2) {
  background-image: url(../img/top/bnr_list_item02.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bnr .course_list .bnr_list_item:nth-child(3) {
  background-image: url(../img/top/bnr_list_item03.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bnr .course_list .bnr_list_item:nth-child(4) {
  background-image: url(../img/top/bnr_list_item04.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bnr .course_list .bnr_list_item p {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Shippori Mincho B1", serif;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.news .news_list {
  margin: 50px auto 0;
  max-width: 1120px;
  width: 96%;
}

.news .news_list .news_list_item .thum img {
  -o-object-fit: cover;
     object-fit: cover;
}

.news .news_list .news_list_item .body time {
  color: #8d8d8d;
}

.news .news_list .news_list_item .body .ttl {
  display: block;
}

.news .news_list .news_list_item .body .ttl:hover {
  color: #3bb1e6;
}

@media only screen and (max-width: 768px) {
  #main {
    margin-top: 60px;
  }
  .kv .kv_slider .p_kv .p_kv_item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 100%;
    width: 100%;
  }
  .kv .kv_cont {
    padding-top: 40px;
  }
  .kv .kv_cont h1 span:nth-child(1) {
    font-size: 2.4rem;
  }
  .kv .kv_cont h1 span:nth-child(2) {
    font-size: 3rem;
  }
  .kv .kv_cont .logoWp {
    display: none;
  }
  .social {
    margin-top: 40px;
  }
  .reserve a {
    border: solid 1px #2e2f32;
    font-size: 1.4rem;
    max-width: 250px;
    padding: 5px 10px;
  }
  .about {
    margin-top: 50px;
  }
  .about .txt {
    line-height: 2;
    margin-top: 40px;
    padding: 0 2em;
  }
  .about .link {
    margin-top: 40px;
  }
  .bnr {
    margin-top: 50px;
  }
  .bnr .course_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bnr .course_list .bnr_list_item {
    padding-top: 75%;
    width: 50%;
  }
  .bnr .course_list .bnr_list_item::before {
    background-color: rgba(255, 255, 235, 0.8);
    height: 100%;
  }
  .bnr .course_list .bnr_list_item::after {
    background-size: 100%;
    height: 100px;
    width: 100px;
  }
  .bnr .course_list .bnr_list_item p {
    font-size: 2rem;
  }
  .news {
    margin-top: 50px;
    padding: 0 4vw;
  }
  .news .news_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news .news_list .news_list_item {
    margin-bottom: 30px;
    width: 48%;
  }
  .news .news_list .news_list_item .thum img {
    width: 100%;
  }
  .news .news_list .news_list_item .body {
    margin-top: 10px;
  }
  .news .news_list .news_list_item .body .ttl {
    font-size: 1.8rem;
    margin-top: 5px;
  }
  .news .news_list .news_list_item .body .txt {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .news .link {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 769px) {
  .kv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .kv .kv_slider {
    width: calc(100% - 20%);
  }
  .kv .kv_slider .p_kv .p_kv_item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 650px;
    padding-top: 53.75%;
    width: 100%;
  }
  .kv .kv_cont {
    max-width: 320px;
    padding-top: 40px;
    width: 25vw;
  }
  .kv .kv_cont h1 {
    padding-bottom: 30px;
  }
  .kv .kv_cont h1 span:nth-child(1) {
    font-size: 3rem;
  }
  .kv .kv_cont h1 span:nth-child(2) {
    font-size: 4rem;
  }
  .social {
    margin-top: 40px;
  }
  .reserve a {
    border: solid 2px #2e2f32;
    font-size: 1.5rem;
    max-width: 180px;
    padding: 7px 10px;
    width: 150px;
  }
  .about {
    margin-top: 130px;
  }
  .about .txt {
    line-height: 2;
    margin-top: 45px;
  }
  .about .link {
    margin-top: 60px;
  }
  .bnr {
    margin-top: 140px;
  }
  .bnr .course_list .bnr_list_item {
    padding-top: 50%;
    width: 25%;
  }
  .bnr .course_list .bnr_list_item::before {
    background-color: rgba(255, 255, 235, 0.9);
    height: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    will-change: transition;
  }
  .bnr .course_list .bnr_list_item:hover::before {
    height: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    will-change: transition;
  }
  .bnr .course_list .bnr_list_item::after {
    height: 225px;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    width: 225px;
    will-change: transition;
  }
  .bnr .course_list .bnr_list_item:hover::after {
    opacity: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    will-change: transition;
  }
  .bnr .course_list .bnr_list_item p {
    font-size: 4rem;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    will-change: transition;
  }
  .bnr .course_list .bnr_list_item:hover p {
    opacity: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    will-change: transition;
  }
  .news {
    margin-top: 140px;
  }
  .news .news_list .news_list_item {
    border-bottom: dotted 2px #95989a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .news .news_list .news_list_item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .news .news_list .news_list_item .thum {
    margin-right: 28px;
    width: 255px;
  }
  .news .news_list .news_list_item .body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .news .news_list .news_list_item .body .ttl {
    font-size: 2rem;
    margin-top: 10px;
  }
  .news .news_list .news_list_item .body .txt {
    margin-top: 22px;
  }
  .news .link {
    margin-top: 68px;
  }
}

@media only screen and (min-width: 1025px) {
  .kv .kv_cont h1 span:nth-child(1) {
    font-size: 3.2rem;
  }
  .kv .kv_cont h1 span:nth-child(2) {
    font-size: 5rem;
  }
}
