@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* レイアウトのためのCSS */

body {
    background: #ffff00;
    font-family: 'Noto Sans JP', sans-serif;
    color: #555;
    font-size: 1rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    letter-spacing: 0.1em;
}

body.appear {
    background: #f8f9fa;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #555;
    text-decoration: none;
    outline: none;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

* {
    box-sizing: border-box
}


/* heading */

h2 {
    font-size: 4rem;
    text-align: center;
    text-transform: uppercase;
    color: #0068b7;
}

h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    color: #0068b7;
}

@media screen and (min-width: 768px) {
    h3 {
        font-size: 1.8rem;
    }
}


/* font-family */

h1,
#g-nav-list li:nth-child(1),
#menu h2,
#profile h2,
#footer dl dd,
#splash-logo,
#lead .lead-area h2,
p.price {
    font-family: 'Noto Sans JP', sans-serif;
}


/* area */

p.price {
    margin-top: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    color: #0068b7;
    font-weight: bold;
    background-color: #e9f5ff;
}


/* #container{
    overflow: hidden;
} */

.inner {
    width: 100%;
    margin: 0 auto;
    padding: 70px;
}

@media screen and (max-width:940px) {
    .inner {
        padding: 30px;
    }
}


/* splash */

#splash-logo p {
    font-size: 1.8rem;
    font-weight: normal;
    white-space: nowrap;
}


/* top-header */

.header-area {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: center;
}

.header-area h1 {
    display: block;
    font-size: 5vw;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 10px;
    text-shadow: 0px 0px 5px #333
}

.header-area p {
    font-size: 1.3vw;
    letter-spacing: 0.4em;
    margin: 0 0 20px 0;
}

.header-area p br {
    display: none;
}

@media screen and (max-width:960px) {
    .header-area h1 {
        font-size: 2rem;
    }
    .header-area p {
        font-size: 0.8rem;
        white-space: none;
    }
    .header-area p br {
        display: block;
    }
}

@media screen and (min-width: 576px) {
    .header-area {
        width: 100%;
    }
}


/* header */

#course-page,
#contact-page {
    padding-top: 100px;
}

#header {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: rgba(255,255,255,0.5); */
    box-sizing: border-box;
}

.header-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 10px 50px 20px;
}

.header-container ul {
    display: flex;
    justify-content: flex-end
}

.header-container li {
    margin-left: 20px;
}

.header-container a {
    transition: all 0.6s ease;
}

.header-container a:hover:not(.logo a) {
    color: #ffff00;
    transition: all 0.6s ease;
    /*ふわっとさせる間隔*/
}

.logo {
    text-align: center;
}

.logo p {
    font-size: 28px;
    line-height: 1.7rem;
    letter-spacing: 0.5rem;
}

.logo p span {
    font-size: 12px;
    letter-spacing: initial;
    margin-right: 4px;
}

#course-page .openbtn,
#contact-page .openbtn {
    display: none;
}

@media screen and (max-width:940px) {
    .header-container {
        display: none;
    }
    #course-page .openbtn,
    #contact-page .openbtn {
        display: block;
    }
    #course-page,
    #contact-page {
        padding-top: 0;
    }
}


/* gnavi */

#g-nav-list li:nth-of-type(1) a {
    font-size: 2rem;
    text-transform: none;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    margin: 0 0 20px 0;
    line-height: normal;
}

#g-nav-list li:nth-of-type(2) {
    animation-delay: .2s;
}

#g-nav-list li:nth-of-type(3) {
    animation-delay: .4s;
}

#g-nav-list li:nth-of-type(4) {
    animation-delay: .6s;
}

#g-nav-list li:nth-of-type(5) {
    animation-delay: .8s;
}

#g-nav-list li:nth-of-type(6) {
    animation-delay: 1.1s;
}

#g-nav-list li:nth-of-type(7) {
    animation-delay: 1.3s;
}


/* lead */

#lead {
    color: #fff;
    background-color: #0068b7;
}

#lead .lead-area h2 {
    text-align: center;
    line-height: 2;
    font-size: 1.65rem;
    color: #fff;
}

#lead .lead-wrap {
    margin: 0 auto;
    line-height: 2;
}

#lead .lead-wrap h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #fff;
}

#lead .lead-area .lead-btn {
    width: 10%;
    position: relative;
    top: 240px;
}

@media screen and (min-width: 768px) {
    #lead .lead-wrap {
        max-width: 740px;
    }
}


/* access */

#access {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #f2f2f2;
    padding: 0 0 0 6%;
}

#access .access-img {
    width: 70%;
    min-height: 300px;
    background: url("../img/access.webp") no-repeat center;
    background-size: cover;
}

#access .access-area {
    width: 25%;
}

.access-map {
    width: 70%;
    height: 350px;
}

.access-map iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:768px) {
    #access {
        display: block;
        padding: 0;
    }
    #access .access-area {
        padding: 1rem 0;
        width: 100%;
        text-align: center;
    }
    .access-map {
        width: 100%;
    }
}

#access h2 {
    font-size: 2.5rem;
}

#access .access-area p {
    font-size: 0.8rem;
    margin-top: 15px;
    margin-bottom: 15px;
}


/* menu */

#menu {
    margin: 0 0 50px 0;
}

.menu-area .menu-block {
    margin-bottom: 3rem;
}

@media screen and (min-width: 576px) {
    .menu-area .menu-block {
        display: flex;
        justify-content: space-between;
    }
    .menu-area .menu-photo {
        width: 45%;
    }
    .menu-area .menu-txt {
        width: 50%;
    }
}

.cap p {
    text-align: center;
    font-size: 1rem;
}

.zoomIn img {
    transform: scale(1);
    transition: 0.6s ease-in-out;
    /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn a:hover img {
    /*hoverした時の変化*/
    transform: scale(1.2);
    /*拡大の値を変更したい場合はこの数値を変更*/
}

.mask {
    display: block;
    line-height: 0;
    /*行の高さを0にする*/
    overflow: hidden;
    /*拡大してはみ出る要素を隠す*/
}

.contact-btn {
    text-align: center;
    margin: 50px 0 0 0;
}

span.mask {
    padding: 0!important;
}

@media screen and (max-width:820px) {
    .menu-area .menu-block {
        width: 100%;
    }
    .menu-block article {
        width: calc(100%/3);
    }
}

@media screen and (max-width:600px) {
    .menu-area .menu-block article:nth-of-type(n+1) {
        animation-delay: .5s;
    }
    .menu-block article {
        width: 50%;
    }
}

@media screen and (max-width:450px) {
    .menu-area .menu-block article:nth-of-type(n+1) {
        width: 100%;
        animation-delay: 0s!important;
    }
    .menu-block article img {
        height: 130px;
        object-fit: cover;
        object-position: 100% 70%;
    }
    /* .menu-area p{
  display: none;
    } */
}

.menu-area span {
    display: block;
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap;
}


/* profile */

.profile-area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 auto 60px;
    max-width: 800px;
}

.profile-txt h3,
.profile-txt p {
    margin-bottom: 1rem;
}

.profile-img {
    width: 40%;
}

.profile-txt {
    width: 50%;
}

.profile-txt h3 span {
    display: block;
    font-size: 11px;
}

.profile-txt p {
    font-size: 16px;
}

.profile-block {
    max-width: 800px;
    margin: 0 auto;
}

.profile-block dl {
    display: flex;
    margin: 20px 0;
}

.profile-block dd {
    width: 85%;
}

.profile-block dt {
    width: 15%;
}

@media screen and (max-width:768px) {
    .profile-block dl {
        display: block;
        text-align: justify;
    }
    .profile-block dd {
        width: 100%;
    }
    .profile-block dt {
        width: 100%;
        font-weight: bold;
    }
}

@media screen and (max-width:450px) {
    .profile-area {
        display: block;
    }
    .profile-img,
    .profile-txt {
        width: 100%;
    }
}


/* footer */

@media screen and (max-width:900px) {
    #footer dl {
        margin: 50px 0;
    }
}

@media screen and (max-width:768px) {
    #footer dl dd {
        font-size: 1.5rem;
    }
}

#footer {
    background-color: #0068b7;
    color: #fff;
    padding: 20px;
}

#footer .footer-list {
    width: 65%;
    text-align: right;
}

#footer ul li {
    display: inline-block;
    padding: 0 10px;
    font-size: 0.8rem;
    line-height: 3;
}

#footer small {
    text-align: center;
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    font-size: 0.7rem;
}

#footer #page-top span {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-top: 4px solid #000;
    border-left: 4px solid #000;
    transform: rotate(45deg);
}

@media screen and (max-width:900px) {
    #footer dl,
    #footer .footer-list,
    #footer small {
        width: 100%;
        text-align: center;
    }
}

/*========= フローティングバナー ===============*/
.floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 100vw;
    display: flex;
  }
  .floating-banner .banner {
    display: flex;
    width: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
  }
  .floating-banner .banner:first-child a {
    border-right: 1px solid #ccc;
  }
  .floating-banner .banner:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .floating-banner .banner a {
    width: 100%;
    padding: 0 5%;
    margin: 10px 0;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  @media screen and (min-width: 768px) {
    .floating-banner .banner a {
      justify-content: center;
    }
  }
  .floating-banner .banner a img {
    width: 45px;
    height: 45px;
  }
  .floating-banner .banner a p.copy {
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
  @media screen and (min-width: 768px) {
    .floating-banner .banner a p.copy {
      width: auto;
      margin-left: 25px;
    }
  }
  .floating-banner .top {
    width: 50px;
  }
  @media screen and (min-width: 768px) {
    .floating-banner .top {
      width: 65px;
    }
  }
  .floating-banner .top a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: #00044B;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
  }
  .floating-banner .top a:hover {
    background: #999;
    height: 60px;
  }
  .floating-banner .top span {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(45deg);
  }