@charset "UTF-8";
@media (min-width: 1200px) {
  .s-pc {
    display: none;
  }

  .container, .container-lg {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1199px) {
  footer h4 {
    font-size: 17px;
  }

  .footer-menu a {
    font-size: 16px;
  }

  .reason-img h3 {
    font-size: 25px;
  }

  .sec-sub-ttl {
    font-size: 34px;
  }

  .border-tb-box h3, .border-box h3 {
    margin-top: -88px;
  }

  .godo-list {
    font-size: 30px;
  }

  .link-box {
    font-size: 30px;
  }

  .box {
    padding: 30px 20px;
  }

  .box-title {
    font-size: 30px;
  }

  .course {
    padding-left: 30px;
    padding-right: 30px;
  }

  .course.small-box {
    padding: 30px 20px;
  }

  .sitemap .course {
    padding: 25px 20px;
  }

  .sitemap .course-title-text {
    font-size: 24px;
  }

  .sitemap .course ul li {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }

  .tablet {
    display: none;
  }

  .cmn-gmenu-link-col-wrapper {
    width: 100%;
    margin-bottom: auto;
    margin-top: 14px;
    transition: 0.3s;
  }

  .cmn-gmenu-link-col-wrapper a {
    transition: 0.3s;
  }

  .cmn-gmenu-link-col-wrapper a:hover {
    opacity: 0.6;
  }

  .gnav__inner {
    margin-bottom: 10px;
  }

  /*fixed*/
  .cmn-header__gnav {
    background-color: transparent;
    border-radius: 50px;
    padding: 6px 10px 10px;
    transition: 0.3s;
  }

  .fixed .cmn-header__gnav {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .cmn-header__gnav > ul > li {
    position: relative;
  }

  .cmn-header__gnav > ul > li > a,
  .cmn-header__gnav > ul > li > span a {
    font-size: 16px;
    padding: 0 0.7em;
    border-left: 1px solid #6F4837;
  }

  .cmn-header__gnav > ul > li:first-child > a {
    border-left: 0;
  }

  .cmn-header__gnav > ul > li > a:after,
  .cmn-header__gnav > ul > li > span > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    left: 0.7em;
    width: calc(100% - 1.4em);
    height: 2px;
    background: linear-gradient(#6F4837, #6F4837) 100% 100% / 0 2px no-repeat;
    transition: opacity 0.3s ease, background-size 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    opacity: 0;
  }

  .cmn-header__gnav > ul > li:nth-of-type(1) > span > a:after,
  .cmn-header__gnav > ul > li > a:hover:after,
  .cmn-header__gnav > ul > li.current-menu-item:not(.no-bar) > a:after,
  .cmn-header__gnav > ul > li.current-menu-parent > a:after {
    opacity: 1;
    background-position: 0 100%;
    background-size: 100% 2px;
  }

  .cmn-header__gnav ul.sub-menu {
    position: absolute;
    top: 3.4em;
    left: 0;
    display: block;
    width: 20em;
    visibility: hidden;
    opacity: 0;
    transition: top .3s, opacity .3s;
    z-index: 1000;
  }

  /*hoverしたら表示*/
  .cmn-header__gnav > ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 3em;
  }

  .cmn-header__gnav ul.sub-menu li a {
    display: block;
    padding: 0.75em;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    transition: all .3s;
    background: rgba(0, 0, 0, 1);
  }

  .cmn-header__gnav ul.sub-menu li:last-child a {
    border-bottom: none;
  }

  .cmn-header__gnav > ul > li:nth-of-type(1) > ul.sub-menu li a:hover {
    background: rgba(0, 0, 0, 0.95);
  }

  .cmn-header__gnav ul.sub-menu li + li {
    margin-left: 0;
  }

  .cmn-header__gnav ul.sub-menu li + li a {
    margin-top: 2px;
  }

  .fixed .cmn-header__logo {
    height: 120px;
  }

  .cmn-header__logoImg {
    height: 110px;
  }

  .fixed .cmn-header__logoImg {
    height: 85px;
  }

  .cmn-header.fixed .hd-contact-area p.tel-num {
    font-size: 24px;
  }

  .cmn-header.fixed .hd-contact-area a {
    font-size: 13px;
  }

  .cmn-header.fixed .hd-contact-area img {
    width: 24px;
  }

  .cmn-header.fixed .hd-contact-area .phone-not-fixed, .cmn-header.normal-page-header .hd-contact-area .phone-not-fixed {
    display: none;
    transition: 0.3s;
  }

  .cmn-header:not(.fixed):not(.normal-page-header) .hd-contact-area .phone-fixed {
    display: none;
    transition: 0.3s;
  }

  .cmn-header.fixed .cmn-gmenu-link-col-wrapper {
    margin-top: 5px;
  }

  .cmn-header.fixed .hd-contact-area a {
    color: #ffffff;
    background-image: linear-gradient(
        135deg,
        #BEA26C 0%,
        #CBB489 100%
    );
    background-size: 150% 150%;
    background-position: 50% 0;
    transition: 0.3s;
  }
}

@media (min-width: 1200px) {
  .cmn-header__gnav > ul > li > a,
  .cmn-header__gnav > ul > li > span a {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .cmn-header__gnav > ul > li > a,
  .cmn-header__gnav > ul > li > span a {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 20px;
  }

  .not-tablet {
    display: none;
  }

  .text-lg-right {
    text-align: left;
  }

  #gnav {
    display: none;
  }

  #gnav.is-active {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
  }

  .gnav__inner {
    height: 100%;
  }

  #gnav .cmn-gmenu-link__inner {
    position: relative;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none;
    -webkit-overflow-scrolling: auto;
  }

  #gnav .cmn-gmenu-link__inner::-webkit-scrollbar { /* Chrome, Safari 対応 */
    display: none;
  }

  .gnav__logo {
    width: 100%;
    margin-top: auto;
  }

  .gnav__logo a {
    display: inline-block;
  }

  .gnav__logo a img {
    height: 72px;
  }

  .gnav__logo a:hover {
    opacity: 0.6;
  }

  .gnav_bg {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 3;
  }

  .gnav__box {
    padding: 3% 0 5%;
  }

  .gnav__box ul li a {
    position: relative;
  }

  .gnav__box ul li a {
    width: 100%;
    display: block;
    font-size: 18px;
    border-bottom: 1px dotted #444444;
    font-weight: bold;
    padding: 5% 0 5% 7%;
  }

  .gnav__box ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #014E39;
    border-right: solid 1px #014E39;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    margin-top: -0.2%;
  }

  #gnavBtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 3000;
    transition: 0.3s;
    cursor: pointer;
  }

  #gnavBtn.is-active {
    background: #75603A;
  }

  #gnavBtn > div {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
  }

  #gnavBtn > div > div {
    position: relative;
    width: 32px;
    height: 32px;
  }

  #gnavBtn span {
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    text-decoration: none;
    width: 32px;
    height: 4px;
    background-color: #75603A;
  }

  #gnavBtn.is-active span {
    background-color: #ffffff;
  }

  #gnavBtn span:first-child {
    left: 0;
    width: 32px;
    transform: translateY(-12px);
  }

  #gnavBtn span:nth-child(2) {
    left: 0;
    width: 32px;
  }

  #gnavBtn span:nth-child(3) {
    left: 0;
    width: 32px;
    transform: translateY(12px);
  }

  #gnavBtn.is-close span:first-child,
  #gnavBtn.is-close span:nth-child(2) {
    left: 0;
    width: 32px;
    animation-duration: .5s;
    animation-delay: 0s
  }

  #gnavBtn.is-active span:first-child {
    transform: translateY(0) rotate(45deg);
    animation-timing-function: cubic-bezier(.165, .84, .44, 1)
  }

  #gnavBtn.is-active span:nth-child(2) {
    left: 12px;
    width: 0;
    animation-duration: .5s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.165, .84, .44, 1)
  }

  #gnavBtn.is-active span:nth-child(3) {
    left: 0;
    width: 32px;
    transform: translateY(0) rotate(-45deg);
    animation-duration: .5s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.165, .84, .44, 1)
  }

  #gnav .cmn-gmenu-link-col a {
    color: #ffffff;
  }

  #gnav .cmn-gmenu-link-col li a:before {
    border-color: transparent transparent transparent #ffffff;
  }

  .cmn-header__gnav {
    padding: 2em 0;
    transform: translateY(-10px);
    transition: 0.5s cubic-bezier(.215, .61, .355, 1);
  }

  #gnav.is-active .cmn-header__gnav {
    transform: translateY(0);
  }

  .cmn-header__gnav li a {
    position: relative;
    font-weight: bold;
    padding: 1em 1em 1em 0;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
  }

  .cmn-header__gnav li {
    border-top: 1px dotted #6F4837;
  }

  #gnav .cmn-header__gnav ul.sub-menu li a {
    font-size: 16px;
    font-weight: normal;
    padding: 1em 0 1em 0;
  }

  #gnav .cmn-header__gnav ul.sub-menu li:last-child a {
    padding: 1em 0 2em 0;
  }

  #gnav .cmn-header__gnav ul.sub-menu li {
    border-top: none;
  }

  .mv {
    background-image: url("../../images/mv-s.png");
  }

  .mcopy {
    padding: 78px 30px 40px 30px;
  }

  .mcopy h1 {
    font-size: 54px;
  }

  .sec-ttl {
    font-size: 38px;
  }

  .contact-btn {
    font-size: 32px;
    width: 430px;
  }

  .intro-text p {
    font-size: 24px;
  }

  .accordion-menu > a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000000;
    text-decoration: none;
  }

  .accordion-menu > a:before {
    transform: translateY(-50%) rotate(90deg) scaleY(1);
  }

  .accordion-menu > a.open:before {
    transform: translateY(-50%) rotate(90deg) scaleY(0);
  }

  .gnav-wrapper {
    height: 55px;
  }

  .hd-contact-area {
    margin-right: 40px;
  }

  .hd-contact-area p.tel-num {
    font-size: 20px;
  }

  .hd-contact-area a {
    font-size: 11px;
    padding: 5px 7px;
    margin-top: 5px;
  }

  .hd-contact-area .phone-fixed {
    display: none;
  }

  .cmn-header__logo {
    padding: 7px;
    height: auto;
    width: 64px;
  }

  .hd-contact-area img {
    width: 15px;
  }

  footer {
    padding: 40px 0 20px;
  }

  img.footer-logo {
    margin: 0 auto 30px;
    width: 120px;
  }

  ul.footer-menu li {
    font-size: 14px;
    padding-bottom: 4px;
  }

  .footer-menu a {
    font-size: 14px;
  }

  footer .copyright {
    margin-top: 30px;
    font-size: 13px;
  }

  .footer-desc {
    font-size: 12px;
  }

  .border-tb-box, .border-box {
    height: auto;
  }

  .border-box {
    margin-top: 60px;
  }

  .link-box {
    font-size: 28px;
  }

  .link-box {
    padding: 30px 16px;
  }

  .normal-page-header .hd-contact-area a {
    color: #6F4837;
    background-color: #FAF8F4;
    background-image: none;
  }

  .main {
    padding-top: 70px;
  }

  /* ツリー図 */
  .grid-container {
    gap: 32px 6px;
  }

  .span-all {
    width: 100%;
  }

  .box {
    padding: 12px;
  }

  .box-title {
    font-size: 28px;
  }

  /* ツリー図ここまで */
  .course {
    padding: 35px 20px;
  }

  .course p {
    font-size: 24px;
  }

  .features-grid-container {
    gap: 15px;
  }

  .features-grid {
    gap: 10px;
  }

  .feature-box {
    font-size: 24px;
  }

  .course-title-text {
    font-size: 34px;
  }

  .school-pet .pet-dummy {
    height: 437px;
  }

  .mpoint li {
    width: 215px;
    height: 215px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .cmn-header__inner {
    max-width: 1454px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  body {
    font-size: 16px;
  }

  .mcopy {
    padding: 78px 10px 24px;
  }

  .mcopy h1 {
    font-size: 27px;
    display: flex;
    justify-content: center;
  }

  .mcopy h2 {
    font-size: 14px;
    display: flex;
    justify-content: center;
  }

  .mpoint {
    justify-content: center;
  }

  .mpoint li {
    width: 110px;
    height: 110px;
    font-size: 14px;
    margin-right: 3px;
    line-height: 1.4;
  }

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

  .mpoint li .fs16 {
    font-size: 12px;
  }

  .mpoint li .fs19 {
    font-size: 13px;
  }

  .mpoint li .fs32 {
    font-size: 16px;
  }

  .intro-wrapper {
    display: block;
  }

  section {
    padding: 20px 0;
  }

  section.intro {
    margin-top: 10px;
  }

  .intro-text {
    margin-left: 0;
    width: auto;
    max-width: 100%;
  }

  .intro-img {
    margin-bottom: 14px;
  }

  .sec-ttl {
    font-size: 26px;
    margin-bottom: 0.5em;
  }

  .intro-text p {
    font-size: 16px;
  }

  .contact-btn {
    font-size: 24px;
  }

  .contact-btn img {
    width: 34px;
  }

  .contact-btn:hover {
    opacity: 0.8;
    transition: 0.3s;
    color: #fff;
  }

  .reason-img h3 {
    font-size: 14px;
  }

  .row > .col-6:nth-child(2n) {
    padding-left: 5px;
  }

  .row > .col-6:nth-child(2n+1) {
    padding-right: 5px;
  }

  .row > .col-4:nth-child(1) {
    padding-right: 3px;
  }

  .row > .col-4:nth-child(2) {
    padding-left: 3px;
    padding-right: 3px;
  }

  .row > .col-4:nth-child(3) {
    padding-left: 3px;
  }

  .reason-img h3 span {
    padding: 2px 10px;
    font-size: 12px;
  }

  .small {
    font-size: 14px;
  }

  .scroll-x {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .price-tbl thead th, .price-tbl tbody td {
    font-size: 13px;
    padding: 4px 7px;
  }

  .price-tbl thead th span {
    padding: 0 5px;
    font-size: 13px;
  }

  .price-tbl thead th span a {
    padding-left: 7px;
  }

  section.news-sec {
    padding-top: 40px;
  }

  .sec-sub-ttl {
    font-size: 28px;
    text-align: center;
    margin-bottom: 8px;
  }

  .border-tb-box, .border-box {
    height: auto;
  }

  .border-tb-box {
    padding: 26px 0;
  }

  .godo-list {
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
  }

  .border-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
  }

  .border-box p {
    text-align: center;
  }

  .link-box {
    font-size: 14px;
    border-radius: 4px;
    padding: 12px 4px;
    line-height: 1.5;
  }

  .accordion {
    margin-bottom: 10px;
  }

  .accordion.accordion-last {
    margin-bottom: 30px;
  }

  .accordion-button {
    padding: 10px 46px;
    background-size: 24px;
  }

  .accordion-body {
    background-size: 24px;
    font-size: 14px;
    padding: 10px 10px 10px 46px;
    background-position: left 10px top 10px;
  }

  .accordion-button, .accordion-button:not(.collapsed) {
    font-size: 14px;
    padding-right: 46px;
    background-position: left 10px top 8px;
  }

  .accordion-button::before {
    border-radius: 4px;
    width: 20px;
    height: 20px;
    right: 10px;
  }

  .accordion-button::after {
    right: 10px;
    transform: translate(-9px, -50%) rotate(0deg);
  }

  .voice-ttl {
    background-size: 116px auto;
    padding-top: 18px;
  }

  .voice-ttl span {
    font-size: 35px;
  }

  .ribbon1 {
    font-size: 14px;
    height: 34px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .ribbon1::before {
    left: -12px;
    border-width: 18px 0 17px 13px;
  }

  .ribbon1::after {
    right: -12px;
    border-width: 18px 13px 17px 0;
  }

  .under-ribbon {
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: 4px;
  }

  .voice-rating img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .voice-point {
    font-size: 22px;
    margin-right: 8px;
  }

  .voice-name {
    font-size: 16px;
    padding-top: 4px;
  }

  .voice-name span {
    font-size: 12px;
    font-weight: bold;
  }

  .voice-elm {
    background-color: #fff;
    padding: 20px 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .voice-elm-ttl {
    margin-bottom: 5px;
  }

  section.voice-sec {
    padding-top: 30px;
  }

  h1.page-title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .page-title span {
    gap: 0.5em;
  }

  .sub-title {
    font-size: 20px;
  }

  .guide {
    margin-top: 0;
  }

  .guide h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .guide .accordion.accordion-top {
    margin-top: 20px;
  }

  .guide .accordion {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .guide .accordion-button {
    padding-left: 15px;
  }

  .guide .accordion-body {
    padding-left: 10px;
  }

  .foot-contact {
    padding: 15px;
  }

  .large {
    font-size: 20px;
  }

  .foot-contact-area p.tel-num {
    font-size: 34px;
  }

  /* ツリー図 */
  .box-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .tree-contact .tel-num {
    font-size: 40px;
  }

  .box.light-box {
    padding: 10px 7px;
  }

  .box p {
    font-size: 15px;
    line-height: 1.5;
  }

  /* ツリー図ここまで */
  .course {
    padding: 20px 15px;
  }

  .course-title {
    margin-bottom: 10px;
    display: block;
  }

  .course-title-line {
    display: none;
  }

  .course-title-text, .course.small-box .course-title-text {
    font-size: 22px;
  }

  .course p {
    font-size: 18px;
  }

  .course p.course-price span {
    font-size: 26px;
  }

  .feature-box {
    font-size: 20px;
  }

  .features-grid {
    grid-template-rows: repeat(2, 70px);
  }

  .school-pet {
    background: none;
    margin-top: 40px;
    padding-bottom: 0;
  }

  .school-pet .pet-dummy {
    height: auto;
  }

  .school-pet p {
    font-size: 18px;
  }

  table.about-tbl {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  table.about-tbl th span {
    min-width: 90px;
  }

  table.about-tbl th {
    min-width: 98px;
  }

  .course p.about-caption, p.about-caption {
    font-size: 14px;
  }

  .map-wrap {
    aspect-ratio: 16 / 9;
  }

  .about .about-access h3, .about .about-access p {
    font-size: 16px;
  }

  .about-access {
    margin-bottom: 20px;
  }

  .course.small-box {
    height: auto;
  }

  .s-pc {
    display: none;
  }

  .sitemap .course-title-text {
    font-size: 20px;
  }

  .sitemap .course ul li {
    font-size: 16px;
  }

  .privacy h2 {
    font-size: 20px;
  }

  .news-tbl .news-date, .news-tbl .news-ttl {
    width: 100%;
    padding-left: 0;
  }

  .news h1.main-title {
    font-size: 20px;
  }

  .news h3.main-title {
    font-size: 24px;
  }

  .news .news-tbl li {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}