@charset "utf-8";
/**
 * ***************************************
 * ページ全体に関わるCSSの設定
 * ***************************************
 */
html *, ::before, ::after {
  box-sizing: border-box;
  list-style: none;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  letter-spacing: 1.5px;
}
/* ベースのリンクカラー */
a {
  text-decoration: none;
}
/* レスポンシブイメージと画像下スペース防止 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; /* 画像下のスペースを消す */
}
h2 {
  width: 40%;
  margin: 130px auto 25px auto;
}
@media (min-width: 768px) {
  h2 {
    width: 180px;
    margin: 100px auto 25px auto;
  }
}
body {
  background-image: url("../images/back.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat-y;
}
.mainimg-pc {
  display: none;
}
.mainimg-sp {
  display: block;
}
@media (min-width: 768px) {
  .mainimg-sp {
    display: none;
  }
  .mainimg-pc {
    display: block;
  }
}



@media (max-width: 769px) {
    .pc2 {
    display: none !important;
  }
  .sp2 {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 768px){
    .pc2 {
  display: block !important;
}
    .sp2 {
  display: none !important;
}
    .float-banner{
        position: fixed;
    top: 95px;
        right: 0;
        width: 90px;
        height: auto;
}
}

/* ヘッダーナビ */
@media (max-width: 769px) {
  .header-nav {
    background: #fff;
    height: 120px;
  }
  h1 {
    width: 70%;
    margin: 0 auto;
    padding: 25px 0;
  }
  .nav-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-nav {
    z-index: 9999;
    top: 0;
    left: 0;
    background: #fff;
    height: 90px;
  }
  .header-container {
    display: flex;
    width: 1000px;
    height: 95px;
    justify-content: space-between;
  }
  h1 {
    position: relative;
    left: 50px;
    top: -5px;
    width: 250px;
  }
  .nav-menu {
    display: flex;
    position: relative;
    top: 30px;
  }
  .nav-menu li {
    margin-left: 40px;
    margin-right: 40px;
  }
  .lang-icon:before {
    content: url("../images/language_20px.png");
    position: absolute;
    top: 2px;
    left: 60px;
  }
}
/* ナビメニュー */
.navbtn {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-image: url("../images/nav-open-60px.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 999;
}
.navbtn.close {
  background-image: url("../images/nav-close-60px.jpg");
}
@media (max-width: 769px) {
  #global-nav {
    position: fixed;
    z-index: 999;
    top: 60px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9)
  }
  .header-nav {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
      height: 750px;
    overflow: scroll;
  }
  .header-nav.collapse {
    display: none;
  }
  .main-link {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 15px auto;
    text-align: center;
  }
  .navmenu-link a {
    display: inline-block;
    background-color: #001d8a;
    padding: 15px 25px;
    width: 100%;
    color: #fff;
    font-weight: Bold;
    font-size: 17px;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .4);
  }
  .sub-link {
    width: 70%;
    margin: 35px auto;
    text-align: center;
  }
  .title {
    display: block;
    color: #001d8a;
    font-weight: Bold;
    font-size: 17px;
    border-bottom: 1px solid #001d8a;
    padding-bottom: 15px;
    margin-bottom: -5px;
  }
  .cap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    padding: 0;
  }
  .cap li {
    margin: 10px 0;
  }
  .cap li a {
    color: #001d8a;
    font-size: 14px;
  }
  .others-cap {
    display: block;
    font-weight: Bold;
    font-size: 17px;
    color: #001d8a;
    margin: 20px 0;
  }
    .others-link{
        display: flex;
        width: 50%;
        justify-content: space-between;
        margin: 50px auto;
    }
    .aq-info{
        width: 70%;
        text-align: center;
        margin: 35px auto;
    }
    .info-logo{
        width: 50%;
        height: auto;
        margin-bottom: 20px;
    }
    .aq-title{
        color: #001d8a;
        font-size: 14px;
        font-weight: Bold;
    }
    .aq-text{
        color: #001d8a;
        font-size: 13px;
    }
}
@media (min-width: 768px){
    #global-nav {
    position: fixed;
    z-index: 999;
    top: 60px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9)
  }
    
    .header-nav {
        display: flex;
        flex-direction: column;
      height: 650px;
    overflow: scroll;
  }
    .header-nav.collapse {
    display: none;
  }
    
    .main-link{
        display: flex;
        width: 530px;
        justify-content: space-between;
        margin: 0 auto;
        text-align: center;
    }
    .navmenu-link a {
    display: inline-block;
    background-color: #001d8a;
    padding: 15px 30px;
    color: #fff;
    font-weight: Bold;
    font-size: 15px;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .4);
  }
    .sub-link {
    width: 500px;
    margin: 10px auto -5px auto;
    text-align: center;
  }
    .title {
    display: block;
    color: #001d8a;
    font-weight: Bold;
    font-size: 16px;
    border-bottom: 1px solid #001d8a;
    padding-bottom: 10px;
    margin-bottom: -5px;
  }
    .cap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    padding: 0;
  }
  .cap li {
    margin: 5px 0;
  }
  .cap li a {
    color: #001d8a;
    font-size: 15px;
  }

.others-link{
        display: flex;
        width: 180px;
        justify-content: space-between;
        margin: 5px auto 5px auto;
    }
.others-cap {
    display: block;
    font-weight: Bold;
    font-size: 15px;
    color: #001d8a;
    margin: 20px 0;
  }
    .aq-info{
        display: flex;
        width: 450px;
        justify-content:space-between;
        text-align: center;
        margin: 35px auto;
    }
    .info-logo{
        width: 200px;
        height: 50px;
        margin-bottom: 20px;
    }
    .aq-title{
        color: #001d8a;
        font-size: 14px;
        font-weight: Bold;
        margin-bottom: -7px;
    }
    .aq-text{
        color: #001d8a;
        font-size: 13px;
    }
}



body {
  z-index: -999;
}
/* メニュー */
@media (max-width: 769px) {
  .menu-box {
    width: 100%;
    background-color: #001d8a;
    padding: 15px 20px;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .menu-box:last-child {
    border: none;
  }
  .menu-text {
    display: flex;
    flex-flow: column;
  }
  .menu-p1, .menu-p2, .menu-p3, .menu-p4, .menu-p5, .menu-p6, .menu-p7, .menu-p8 {
    display: inline-block;
    color: #fff;
  }
  .menu-p2, .menu-p7 {
    font-family: Bahnschrift;
    font-size: 20px;
  }
  .menu-p5, .menu-p8 {
    font-size: 18px;
    font-weight: Bold;
  }
  .menu-p5 a {
    color: #fff;
  }
  .menu-p5 a:hover {
    opacity: 0.7;
    border-bottom: 1px solid #fff;
  }
  .menu-p1 {
    margin-bottom: -10px;
    margin-top: 25px;
  }
  .menu-p3 {
    margin-bottom: -5px;
  }
  .menu-p4 {
    margin-bottom: 0px;
  }
  .menu-p6 {
    margin-bottom: -5px;
    margin-top: 20px;
  }
  .menu-p7 {
    margin-bottom: -15px;
  }
}
@media (min-width: 768px) {
  .menu {
    margin-top: -80px;
    margin-bottom: 150px;
  }
  .menu-container {
    display: flex;
    width: 850px;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
  }
  .menu-box {
    width: 250px;
    background-color: #001d8a;
    padding: 15px 20px;
    text-align: center;
  }
  .menu-text {
    display: flex;
    flex-flow: column;
  }
  .menu-p1, .menu-p2, .menu-p3, .menu-p4, .menu-p5, .menu-p6, .menu-p7, .menu-p8 {
    display: inline-block;
    color: #fff;
  }
  .menu-p2, .menu-p7 {
    font-family: Bahnschrift;
    font-size: 23px;
  }
  .menu-p5, .menu-p8 {
    font-size: 18px;
    font-weight: Bold;
  }
  .menu-p1 {
    margin-top: 35px;
  }
  .menu-p1, .menu-p6 {
    margin-bottom: -10px;
  }
  .menu-p3 {
    margin-top: 15px;
    margin-bottom: -5px;
  }
  .menu-p4 {
    margin-bottom: 5px;
  }
  .menu-p6 {
    margin-top: 23px;
  }
  .menu-p7 {
    margin-bottom: -13px;
  }
  .menu-p5 a {
    color: #fff;
  }
  .menu-p5 a:hover {
    opacity: 0.7;
    border-bottom: 1px solid #fff;
  }
}
/* おすすめ情報 */
@media (max-width: 769px) {
  .recommend {
    width: 90%;
    margin: 0 auto;
  }
  .recommend-box {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .recommend-box:first-child {
    margin-bottom: 75px;
  }
  .recommend-flame {
    width: 70%;
    margin-top: -30px;
  }
  .recommend-cap {
    margin-top: -90px;
  }
  .recommend-sub {
    font-size: 15px;
    color: #1741a0;
    margin-bottom: -15px;
  }
  .recommend-text {
    font-size: 18px;
    font-weight: Bold;
    color: #1741a0;
  }
}
@media (min-width: 768px) {
  .recommend-container {
    display: flex;
    width: 700px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 100%;
  }
  .recommend-box {
    width: 330px;
    max-width: 100%;
    text-align: center;
  }
  .recommend-img:hover {
    opacity: 0.7;
  }
  .recommend-flame {
    width: 260px;
    margin-top: -35px;
  }
  .recommend-cap {
    margin-top: -100px;
  }
  .recommend-sub {
    font-size: 17px;
    color: #1741a0;
    margin-bottom: -15px;
  }
  .recommend-text {
    font-size: 20px;
    font-weight: Bold;
    color: #1741a0;
  }
}
/* ニュース */
@media (max-width: 769px) {
  .news {
    width: 90%;
    margin: 0 auto;
  }
  .news-container {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
  }
  .news-text {
    display: inline-block;
    text-align: left;
    padding: 0 5px 0 10px;
  }
  .news-cap {
    line-height: 1.5rem;
  }
  .news-link a {
    display: inline-block;
    background-color: #1741a0;
    color: #fff;
    font-size: 16px;
    padding: 15px 20px;
  }
  .news-link a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .news {
    margin-bottom: 120px;
  }
  .news-container {
    border: 1px solid #fff;
    border-radius: 10px;
    width: 630px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  .news-text {
    display: inline-block;
    text-align: left;
    padding: 0 30px 0 25px;
  }
  .news-cap {
    line-height: 1.5rem;
  }
  .news-link {
    display: inline-block;
    margin-left: 400px;
  }
  .news-link a {
    color: #000;
  }
  .news-link a:hover {
    opacity: 0.7;
    border-bottom: 1px solid #000;
  }
}
/* コース */
@media (max-width: 769px) {
  .course {
    width: 90%;
    margin: 0 auto;
  }
  .course-container {
    width: 100%;
    text-align: center;
  }
  .course-img {
    width: 70%;
    margin-bottom: 30px;
  }
  .course-img :last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .course-container {
    display: flex;
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
    justify-content: space-around;
  }
  .course-img {
    width: 230px;
    max-width: 100%;
  }
  .course-img:hover {
    opacity: 0.7;
  }
}
/* 施設案内 */
@media (max-width: 769px) {
  .info {
    width: 90%;
    margin: 0 auto;
  }
  .info-container {
    width: 100%;
    text-align: center;
  }
  .info-box:first-child {
    margin-bottom: 30px;
  }
    .info-box{
     box-shadow: 0 5px 10px 0 rgba(28, 89, 122, .4);
        padding-bottom: 1px;
    }
  .info-img {
    margin-bottom: -5px;
  }
  .info-img:hover {
    opacity: 0.7;
  }
  .info-text {
    color: #001d8a;
  }
}
@media (min-width: 768px) {
  .info-container {
    display: flex;
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
    justify-content: space-around;
  }
  .info-box {
    width: 350px;
    max-width: 100%;
    text-align: center;
    box-shadow: 0 5px 10px 0 rgba(28, 89, 122, .4);
  }
  .info-img {
    width: 350px;
    max-width: 100%;
    margin-bottom: -7px;
  }
  .info-img:hover {
    opacity: 0.7;
  }
  .info-text {
    color: #001d8a;
  }
}
/* アクセス */
@media (max-width: 769px) {
  .access {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  iframe {
    width: 100%;
    height: 300px;
  }
  .access-container {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .access-box {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .access-title {
    font-weight: Bold;
    margin-bottom: -10px;
  }
  .access-link a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #1741a0;
    padding: 15px 20px;
    color: #1741a0;
    font-weight: Bold;
    margin-top: 10px;
  }
  .access-link a:hover {
    opacity: 0.7;
  }
  .access-link a:after {
    content: url("../images/right2.png");
    position: relative;
    top: 2px;
    left: 5px;
  }
}
@media (min-width: 768px) {
  iframe {
    width: 1024px;
    height: 350px;
  }
  .access {
    text-align: center;
  }
  .access-container {
    display: flex;
    width: 520px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .access-box {
    text-align: left;
  }
  .access-title {
    font-weight: Bold;
    margin-bottom: -10px;
  }
  .access-link a {
    display: block;
    background-color: #fff;
    border: 1px solid #1741a0;
    padding: 10px 20px;
    color: #1741a0;
    font-weight: Bold;
    margin-top: 0px;
  }
  .access-link a:hover {
    opacity: 0.7;
  }
  .access-link a:after {
    content: url("../images/right2.png");
    position: relative;
    top: 2px;
    left: 5px;
  }
}
/* 料金 */
@media (max-width: 769px) {
  .price {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 50px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .price-text {
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
  }
  .price-title {
    font-size: 17px;
    font-weight: Bold;
    margin-bottom: -5px;
  }
  .price-list1 {
    text-align: left;
    line-height: 1.5rem;
  }
  .price-list2 {
    text-align: right;
    line-height: 1.5rem;
  }
  .price-link a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #1741a0;
    padding: 15px 25px;
    color: #1741a0;
    font-weight: Bold;
    margin-top: 0px;
  }
  .price-link a:hover {
    opacity: 0.7;
  }
  .price-link a:after {
    content: url("../images/right2.png");
    position: relative;
    top: 3px;
    left: 5px;
  }
}
@media (min-width: 768px) {
  .price {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 50px;
    background-color: #fff;
    width: 650px;
    margin: 0 auto;
    text-align: center;
  }
  .price-container {
    display: flex;
    width: 530px;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
  }
  .price-text {
    display: flex;
    width: 240px;
    max-width: 100%;
    justify-content: space-between;
  }
  .price-title {
    font-size: 18px;
    font-weight: Bold;
    margin-bottom: -5px;
  }
  .price-list1 {
    text-align: left;
    line-height: 1.5rem;
  }
  .price-list2 {
    text-align: right;
    line-height: 1.5rem;
  }
  .price-link a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #1741a0;
    padding: 10px 20px;
    color: #1741a0;
    font-weight: Bold;
    margin-top: 0px;
  }
  .price-link a:hover {
    opacity: 0.7;
  }
  .price-link a:after {
    content: url("../images/right2.png");
    position: relative;
    top: 3px;
    left: 5px;
  }
}
/* バナー */
@media (max-width: 769px) {
  .banner {
    width: 90%;
    text-align: center;
    margin: 120px auto 120px auto;
  }
  .banner-container {
    width: 90%;
    margin: 0 auto;
  }
  .banner-img {
    width: 100%;
    margin-bottom: 20px;
  }
    .banner-container a:hover{
        opacity: 0.7;
    }
}
@media (min-width: 768px) {
  .banner {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .banner-container {
    display: flex;
    width: 1000px;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
  }
  .banner-img {
    width: 320px;
  }
  .banner-container a:hover{
        opacity: 0.7;
    }
}
/* フッター */
@media (max-width: 769px) {
  .footer-container {
    background-color: #001d8a;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 150px;
  }
  .footerinfo-container {
    margin-top: 30px;
    margin-bottom: 45px;
  }
  .footer-logo {
    width: 65%;
    margin-bottom: 35px;
  }
  .footer-title {
    font-weight: Bold;
    margin-bottom: -10px;
    color: #fff;
  }
  .footer-text {
    margin-bottom: 15px;
    color: #fff;
  }
  .footernav-container {
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
  }
  .footernav-list {
    padding: 0;
  }
  .footernav-list li {
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
  }
  .copy {
    font-size: 10px;
    color: #fff;
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .footer-container {
    background-color: #001d8a;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .footer-logo {
    width: 230px;
  }
  .footerinfo-container {
    display: flex;
    width: 600px;
    max-width: 100%;
    justify-content: space-between;
    margin: 30px auto 50px auto;
  }
  .footerinfo-box {
    text-align: left;
  }
  .footer-title {
    font-weight: Bold;
    margin-bottom: -10px;
    color: #fff;
  }
  .footer-text {
    margin-bottom: 15px;
    color: #fff;
  }
  .footernav-list {
    display: flex;
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footernav-list li {
    font-size: 14px;
    color: #fff;
    margin: 0 25px 0 25px;
  }
  .copy {
    font-size: 11px;
    color: #fff;
    margin-top: 70px;
  }
}