@charset "UTF-8";
/* CSS Document */

html, body {
  font-size: 62.5%;
}

body {
    background: #FFFBCE;
}

/* ___________________Font */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  /* color: #484848; */
  color: #000;
  font-size: 1.4rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  /* font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana; */
}

* {
  box-sizing: border-box;
}

/* ___________________Link */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  /* opacity: 0.65; */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

p {
    font-size: 1.4rem;
	line-height:1.6;
}

/*  ページ上部*/
#pageTop {
    position: fixed;
    bottom: 50px;
    right: 70px;
    z-index: 10;
}

/* ___________________footer */
#footer {
    border-top: 2px solid #000;
    background: #FFFBCE;
    padding-top: 23px;
    padding-bottom: 26px;
}

@media screen and (max-width: 768px) {
    #footer {
        border-top: 1.5px solid #000;
        padding-bottom: 120px;
        margin-left: 10px;
        margin-right: 10px;
    }
}


/* footer */

.footer__inner {
    max-width:1000px;
    width: 100%;
    margin:0 auto;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
    .footer__inner {
        flex-direction: column-reverse;
        max-width: 390px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.footer__left {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .footer__left {
        display: flex;
        gap: 22px;
        margin-top: 50px;
    }
}

.footer__logo {
    display: inline-block;
    width: 178px;
    cursor: pointer;
    transition: all 0.3s;
}

.footer__logo:hover {
    opacity: 0.8;
}

.footer__logo-x {
    transition: all 0.3s;
}
.footer__logo-x:hover {
    opacity: 0.8;
}

.footer__logo-wrap {
    display: flex;
    align-items: center;
    gap: 27px;
}

.footer__logo {
    max-width: 178px;
    width: 100%;
}

.footer__address {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .footer__address {
        margin-top: 0px;
    }
}


.footer__address p {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px; /* 153.846% */
    /* letter-spacing: -0.2em; */
}

@media screen and (max-width: 768px) {
    .footer__address p {
        font-size: 11px;
        font-weight: 700;
        line-height: 16px;
    }
}

.footer__right {
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .footer__right {
        margin: 0;
    }
}

.footer__lists {
    display: flex;
    gap: 60px;
    margin-top: 19px;
}

@media screen and (max-width: 768px) {
    .footer__lists {
        flex-direction: column;
    }
}

.footer__list li {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    /* font-weight: 900; */
}

@media screen and (max-width: 768px) {
    .footer__list li:first-child {
      }

      .footer__list li:nth-child(n+2) {
        display: inline-block;
        margin-right: 15px;
      }
}

.footer__list li + li {
    margin-top: 11px;
}

.footer__list li a {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.7px;
    color: #000;
    transition: all 0.3s;
    font-weight: 700;
}


@media screen and (max-width: 768px) {
    .footer__list li a {
        text-decoration: underline;
    }
}

      @media screen and (max-width: 768px) {
        .footer__list li:not(.footer__list--top)::after {
          content: "|";
          color: #000;
          margin-left: 15px;
        }
      
        .footer__list li:last-of-type::after {
          content: "";
        }
      }

.footer__list--top {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px; /* 125% */
    letter-spacing: 0.8px;
}

.footer__list li a:hover {
    color: #23B659;
}

.footer__list-list {
    display: flex;
    gap: 34px;
}

.footer__list-list li:first-child {
    margin-top: 20px;
}

.footer__copyright {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 10px;
    text-align: center;
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .footer__copyright {
        margin-top: 50px;
    }
}

@media screen and (min-width: 796px) and (max-width: 1300px) {
    /* 796px以上かつ1050px以下のスタイル */
    #pageTop {
        bottom: 220px;
    }
  }

#pageTop a {
    display: block;
    text-decoration: none;
}

.icon-container {
    width: 60px;
    height: 60px;
    background-color: #FFF100; /* 黄色の背景 */
    border-radius: 50%; /* 丸くする */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease; /* 背景色の遷移 */
    position: relative;
}

.icon {
    width: 48px;  /* アイコン画像のサイズ */
    height: auto;
    /* height: 50px; */
    pointer-events: none;  /* アイコン画像はホバーの影響を受けない */
    position: relative;
    top: -8px;
}

.top-text {
    position: absolute;
    font-size: 14px;
    color: #000;
    font-weight: 900;
    bottom: 10px;
    letter-spacing: 0.8px;
}

#pageTop a:hover .icon-container {
    background-color: #FFF87c /* 黄色を薄く */
}

#pageTop a:hover .icon {
    opacity: 1; /* アイコン画像は変化しない */
}




/* Desktops and laptops */
@media print, screen and (min-width: 769px) {
    body {
        padding: 80px 0 0 0;
    }
    /* html, body {
      min-width: 1150px;
    } */

    html, body {
        width: 100%;
        max-width: 100vw; /* 画面幅いっぱいに */
        overflow-x: hidden; /* 横スクロールを防ぐ */
    }
    

    .sp {
        display: none;
    }

    

    /* ___________________header */
    #header {
        width: 100%;
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 999;
        background-color: #fff;
        }

    .header_inner {
        max-width:1000px;
        width: 100%;
        margin:0 auto;
        /* overflow: hidden; */
        display: flex;
        justify-content: center;
        padding-left: 5px;
        padding-right: 5px;
    }
    .header_inner #logo {
        padding-top: 20px;
    }
    
    .header_inner #logo a {
        display: block;
        width: 178px;
        height: 53px;
        transition: all 0.3s;
    }
    
    .header_inner #logo a:hover {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }

/* ___________________global navigation */
    #gnav {
        height: 89px;
        /* float: right;
        width:900px; */
    }
    #gnav .gnav_menu {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        gap: 32px;
        /* gap: 4%; */
        margin-left: 6.8%;
    }

    #gnav .gnav_menu li:last-child a {
        display: inline-block;
        border: 1px solid #444;
        padding: 10px;
        border-radius: 3px;
        text-align: center;
        line-height: 123.1%;
        color: #000;
        font-size: 13px;

        /* 講座リーフレットの準備ができるまで非表示 */
        display: none;
    }

    #gnav .gnav_menu li:last-child a:hover {
        color: #898989;
    }

    #gnav .gnav_menu li {
        font-weight: 700;
        /* width: 100%; */
        /* display: table-cell;
        vertical-align: middle;
        text-align: center;
        margin: 0 20px;
        font-size: 1.4rem;
        text-align: right; */
    }

    #gnav .gnav_menu li a {
        width: 100%;
        transition: all 0.3s;
        padding-bottom: 15px;
        position: relative;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px; /* 137.5% */
        letter-spacing: 0.32px;
    }

    #gnav .gnav_menu li:not(:last-child) a:hover {
        color: #96CC8F;
    }

    #gnav .gnav_menu li a::after {
        content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #96CC8F;
    transition: width 0.3s;
    }

    #gnav .gnav_menu li a:hover::after {
        width: 100%;
    }

    #gnav .gnav_menu li:last-child a::after {
        content: none;
    }

    /* activeクラスが追加されたときのスタイル */
    #gnav .gnav_menu li.active a {
        color: #23B659;
        position: relative;
        transition: all 0.3s;
   }

   #gnav .gnav_menu li.active a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color:#23B659;
        transition: width 0.3s;
    }

    @supports (-moz-appearance: none) {
        #gnav .gnav_menu li.active a::after {
            bottom: -10px; /* Firefoxでのみ下に移動 */
        }
    }

    #gnav .gnav_phone {
        /* float: right;
        padding-top: 7px; */
    }
    #gnav .gnav_phone li {
        /* display:inline-block; */
    }
    #gnav .gnav_phone .tel {
        /* font-size: 2.2rem;
        font-weight: bold; */
    }
    #gnav .gnav_phone .tel:before {
        /* content: '';
        display:inline-block;
        width: 17px;
        height: 19px;
        background: url(../images/common/icon_phone.png) left/100% no-repeat;
        margin-right: 5px; */
    }
    #gnav .gnav_phone .tel span {
        /* font-size: 1.4rem;
        font-weight: bold;
        padding-left: 5px;
        vertical-align: middle; */
    }
    #gnav .gnav_phone .sns {
        /* vertical-align:sub;
        margin-left: 15px; */
    }
    #gnav .gnav_phone .sns img {
        /* width: 29px; */
    }
    #gnav .gnav_phone .sns a {
      /* display: inline-block;
      margin-right: 5px; */
    }
    #gnav a:hover {
        /* color: #4cb57d; */
    }

    /* banner */
    .floating-banners {
        position: fixed;
        z-index: 1100;
      }
      
      /* バナーの基本スタイル */
      .floating-banner {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        border-radius: 23px 0px 0px 23px;
        transition: background-color 0.3s ease;
        cursor: pointer;
      }

      .floating-banner + .floating-banner {
        margin-top: 10px;
      }
      
      .floating-banner a {
        height: 200px;
        width: 49px;
        color: #000;
        text-align: center;
        font-size: 20px;
        font-weight: 900;
        line-height: 120%; /* 24px */
        letter-spacing: 2px;
        /* padding-left: 2px; */
        padding-right: 10px;
      }

      .floating-banner a span {
        font-size: 15px;
        font-weight: 900;
      }

      .floating-banner.banner--green {
        background-color: #71BE78;
      }

      .floating-banner.banner--yellow {
        background-color: #FFF100;
      }

      .floating-banner.banner--white {
        background-color: #fff;

        /* 講座リーフレットの準備ができるまで非表示 */
        display: none;
    }
    
    .floating-banner.banner--white {
        background-color: #fff;
        height: 280px; /* バナー自体の高さを変更 */
      }
      
      .floating-banner.banner--white a {
        height: 100%; /* 親要素の高さに合わせる */
      }
      

      .floating-banner.banner--green:hover {
        background-color: #A3F1AA;
      }
      .floating-banner.banner--yellow:hover {
        background-color: #FFF885;
      }
      .floating-banner.banner--white:hover {
        background-color: #F0F0F0;
      }
      
      /* パソコン用バナー（右横に縦並び） */
        .floating-banners {
          top: 10%;
          right: 0;
          /* transform: translateY(-50%); */
          display: flex;
          flex-direction: column;
        }
      
        .pc-banner {
          /* margin-bottom: 15px; */
          writing-mode: vertical-rl;
          text-align: center;
          width: 49px;
          height: 200px;
        }
      
        .pc-banner a {
          /* width: 49px; */
          text-align: center;
        }
      
        .sp-banner {
          display: none; /* スマホ用バナーは非表示 */
        }

        .main_visual {
            /* background: url("../images/about/page-main-view.jpg") center 0/cover no-repeat;
            min-width: 1100px;
            height: 300px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; */
          }

    

    /* ___________________パン屑 */
    #pankuzu {
        width:1100px;
        margin:10px auto 0 auto;
        text-align:left;
    }
    #pankuzu li {
        display:inline-block;
    }
    #pankuzu li:not(:last-child):after {
        content: '>';
        display: inline-block;
        margin-right: 10px;
    }
    #pankuzu a {
        padding: 0 20px 0 0;
    }
    #pankuzu a:hover {
        text-decoration:underline;
    }

    /* ___________________com */

    /* main */
    #main {
        margin-top: 20px;
    }

    /*背景*/
    .hed_wrap {
        position: relative;
        background: url("../images/top/bg_pt.png") repeat;
    }
    .hed_wrap #pankuzu {
        width: 100%;
        padding: 20px 0 0 0;
        margin: 0px;
    }
    .hed_wrap #pankuzu ul {
        width: 1100px;
        margin: 0 auto;
    }
    .hed_wrap #pankuzu ul li {
        font-size: 1.3rem;
    }

    /* 幅 */
    .com_inner {
        width:1100px;
        margin:0 auto;
    }

    /* 申し込み */
    .entry a {
        display: block;
        background: url(../images/common/entry.png) no-repeat;
        background-repeat: no-repeat;
        text-indent: 120%;
        white-space: nowrap;
        overflow: hidden;
        width: 234px;
        height: 164px;
    }
    .entry a:hover {
        display: block;
        background: url(../images/common/entry_on.png) no-repeat;
        background-repeat: no-repeat;
        text-indent: 120%;
        white-space: nowrap;
        overflow: hidden;
        width: 234px;
        height: 164px;
        opacity: none;
    }
    /*schedule*/
    .schedule {

    }
    .schedule a {
        font-size: 1.4rem;
        color: #4cb57d;
        text-decoration: underline;
    }
    .schedule a:before {
        content: '';
        display: inline-block;
        background: url(../images/common/icon_schedule.png) left / 100% no-repeat;
        width: 25px;
        height: 28px;
        margin-right: 8px;
        vertical-align: middle;
    }
    .schedule a:hover {
        text-decoration: none;
    }

    /* 注意 */
    .att {
        text-align: center;
        color: #ff0000;
    }
    .att a {
        color: #484848;
        text-decoration: underline;
        font-size: 1.3rem;
    }
    .att a:hover {
        text-decoration: none;
    }
    .att span {
        display: block;
    }
    .att span a {
        display: block;
        border-radius: 50px;
        background: #4cb57d;
        margin: 20px auto 0 auto;
        color: #fff;
        width: 200px;
        padding: 5px 0;
        text-decoration: none;
    }
    .att span a:hover {
        background: #ccc;
    }

    /* ___________________見学 */
    .experience {
        margin-top: 130px;
    }
    .experience .title {
        display: block;
        background-repeat: no-repeat;
        text-indent: 120%;
        white-space: nowrap;
        overflow: hidden;
        background: url(../images/common/title_exp.png) center/100% no-repeat;
        width: 451px;
        height: 104px;
        margin: 0 auto 25px auto;
    }
    .experience .title span {
        color: #ff8925;
    }
    .experience ul {
        width: 1050px;
        margin: 30px auto 0 auto;
        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;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .experience ul .image {
        width: 650px;
    }
    .experience ul .text {
        width: 350px;
        margin-top: 30px;
    }

    .experience ul .text h4 {
        display: block;
        background-repeat: no-repeat;
        text-indent: 120%;
        white-space: nowrap;
        overflow: hidden;
        background: url(../images/common/title_trial.png) center/100% no-repeat;
        width: 247px;
        height: 63px;
        margin: 0 auto 25px auto;
    }
    .experience ul .text p {
        font-size: 1.6rem;
        line-height: 2;
    }
    .experience ul .text .btn_entry {
        width: 300px;
        margin: 35px auto 0 auto;
        text-align: center;
    }
    .experience ul .text .btn_entry a {
        background: #ff8925;
        padding: 20px;
        width: 300px;
        height: 60px;
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .experience ul .text .btn_entry a:before {
        content: '';
        display: inline-block;
        background: url(../images/common/icon_mail.png) left/100% no-repeat;
        width: 27px;
        height: 20px;
        margin-right: 10px;
        vertical-align: middle;
    }
    .experience ul .text .btn_entry a:hover {
        border: #ccc solid 1px;
        background: #ccc;
        color: #fff;
    }

      /* relation */
      .relation {
        width: 785px;
        margin: 90px auto 0 auto;
      }
      .relation ul {
        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;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
      }
      .relation ul li {
        width: 380px;
      }
      .relation ul li a {
        display: block;
      }

}

@media screen and (max-width: 768px) {
    
}

/* Smartphones (portrait and landscape) */
@media screen and (max-width: 768px) {
    body {
        padding: 58px 0 0 0;
    }
    * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .pc {
        display: none;
    }

    img {
        width: 100%;
        height: auto;
    }

    /* 申し込み */
    .entry a {
        display: block;
        background: #ff8925;
        color: #fff;
        text-align: center;
        width: 90%;
        border-radius: 3px;
        padding: 20px 0;
        font-size: 1.7rem;
        margin: 20px auto 0 auto;
      }
      .entry a:before {
        content: '';
        display: inline-block;
        margin-right: 10px;
        background: url(../images/common/icon_mail.png) left/100% no-repeat;
        width: 27px;
        height: 20px;
        vertical-align: bottom;
      }

      /* 料金一覧 */
      .charge a {
          display: block;
          background: #4cb57d;
          color: #fff;
          text-align: center;
          width: 90%;
          border-radius: 3px;
          padding: 16px 0;
          font-size: 1.7rem;
          margin: 20px auto 0 auto;
        }
      .charge a:before {
          content: '';
          display: inline-block;
          margin-right: 10px;
          background: url(../images/common/icon_charge.png) left/100% no-repeat;
          width: 22.5px;
          height: 25px;
          vertical-align: sub;
        }

    .btn_entry {
        width:80%;
        margin: 35px auto;
    }
    .btn_entry a {
        display:block;
        line-height:60px;
        background-color:#ff8925;
        color:#fff;
        font-size:18px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        text-align:center;
    }
    .btn_entry a:before {
        content: '';
        display: inline-block;
        background: url(../images/common/icon_mail.png) left/100% no-repeat;
        width: 27px;
        height: 20px;
        margin-right: 10px;
        vertical-align: middle;
    }
    .sns {
        text-align: center;
    }
    .sns img {
        width: 29px;
        height: 29px;
        margin: 0 3px;
    }

    /* ___________________パン屑 */
    #pankuzu {
        width: 90.66%;
        margin: 15px auto 0 auto;
        text-align:left;
    }
    #pankuzu li {
        display:inline-block;
        line-height: 1.5;
        font-size: 1.3rem;
    }
    #pankuzu li:not(:last-child):after {
        content: '>';
        display: inline-block;
        margin-right: 10px;
    }
    #pankuzu a {
        padding: 0 20px 0 0;
    }
    #pankuzu a:hover {
        text-decoration:underline;
    }


  /* ___________________Smartphones header */
    #header {
        width: 100%;
        height: 52px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        /* -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15); */
        /* box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15); */
        /* background-color: #fff; */
        /* height: 58px; */
        background: #FFFBCE;
    }
    
    .header_inner {
        width: 100%;
        /* height: 100vh; */
        padding: 9px 0 6px 0;
        margin: 0 auto;
        overflow: hidden;
    }
    .header_inner #logo {
        float: left;
        width:180px;
        margin-top: 3px;
        padding-left: 15px;
    }
    .header_inner #logo a {
        display: block;
        background-repeat: no-repeat;
        text-indent: 120%;
        white-space: nowrap;
        overflow: hidden;
        background: url('../images/common/logo.svg') left /90% no-repeat;
        width:180px;
        height: 40px;
    }
    .header_inner #logo a:hover {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }

        .floating-banners {
          position: fixed;
          bottom: -5px;
          left: 0;
          width: 100%;
          display: flex;
          width: 100%;
          /* justify-content: space-around; */
          /* background-color: green; */
          padding: 5px 0;
          z-index: 1000;
        }

        .sp-banner__wrap {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .sp-banners {
            display: flex;
            width: 100%;
        }

        
        .sp-banner {
            display: flex; /* flexに変更 */
            justify-content: center;
            align-items: center;
            width: 30%;
            height: 60px;
            cursor: pointer;
            width: calc(100% / 2);
            /* width: 100%; */
        }
      
        .sp-banner a {
          display: block;
          width: 100%;
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          color: #000;
          padding: 10px 0;
          cursor: pointer;
          line-height: 1;
          letter-spacing: normal;
        }

        .sp-banner a span {
            display: block;
            font-size: 14px;
            font-weight: bold;
            line-height: 1;
            margin-top: 4px;
            letter-spacing: normal;
        }
      
        .pc-banner {
          display: none; /* PC用バナーは非表示 */
        }

      .sp-banner.banner--green {
        background-color: #71BE78;
        border-radius: 20px 0px 0px 0px;
        font-size: 20px;
        font-weight: 900;
        line-height: 31.36px; /* 156.8% */
        letter-spacing: 2.4px;
      }
    
      .sp-banner.banner--green:nth-child(2) {
        border-radius: 0px;
        position: relative;
        /* border-left: 2px solid #000; */
        margin-left: -1px;
      }
      
      .sp-banner.banner--green:nth-child(2)::before {
        content: '';
        position: absolute;
        left: 0;
        top: 17px; /* ←ここで“上からの距離”を調整できる */
        bottom: 16px;
        height: 50%; /* ←線の長さを調整できる */
        width: 2px;
        background-color: #000;
        border-radius: 9999px
      }

      .sp-banner.banner--yellow {
        background-color: #FFF100;
        border-radius: 0px 20px 0px 0px;
        font-size: 20px;
        font-weight: 900;
        line-height: 31.36px; /* 156.8% */
        letter-spacing: 2.4px;
      }
    
      .sp-banner.banner--white {
        background-color: #fff;
        width: 100%;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 180%; /* 25.2px */
        letter-spacing: 0.14px;
        position: relative;

        /* 講座リーフレットの準備ができるまで非表示 */
        display: none;
    }
    .sp-banner.banner--white a {
          /* padding-left: 10px; */
          display: flex;
          align-items: center;
          justify-content: center;
      }

      .sp-banner.banner--white a span {
        padding-left: 10px;
        padding-bottom: 4px;
      }
        
        /* .sp-banner.banner--white::after {
            content: ">";
            font-size: 16px;
            position: absolute;
            top: 47%;
            right: 18%;
            transform: translateY(-50%);
        } */
    
      .sp-banner.banner--green:hover {
        background-color: #A3F1AA;
      }
    
      .sp-banner.banner--yellow:hover {
        background-color: #FFF885;
      }
    
      .sp-banner.banner--white:hover {
        background-color: #F0F0F0;
      }
      
  /* ___________________Smartphones header */

  .sp_menu {
    overflow-y: auto;
    /* background: #FFFBCE; */
  }

    .sp_gnav .sp {
        background: #FFFBCE;
        height: 100%;
    }

    .sp_gnav .menu {
        float: right;
        margin-right: 10px;
        background: #FFFBCE;
        height: 100%;
        cursor: pointer;
    }
    .sp_gnav .menu li {
        display: inline-block;
        height: 100%;
    }

    .sp_gnav .menu #btn_menu {
        display: block;
        /* background-repeat: no-repeat; */
        /* text-indent: 120%; */
        /* white-space: nowrap; */
        /* overflow: hidden; */
        /* background: #4cb57d; */
        width: 32px;
        height: 18px;
        /* display: inline-block; */
        display: flex;
        align-items: center;
        position: relative;
        /* border-radius: 3px; */
        margin-right: 16px;
        /* height: 100%; */
        margin-top: 8px;
      }
    .sp_gnav .menu #btn_menu-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 32px;
        height: 3px;
        /* margin: -1px 0 0 -9px; */
        background: #000;
        -webkit-transition: .2s;
        transition: .2s;
        border-radius: 4px;
    }
    .sp_gnav .menu #btn_menu-icon:before, .menu #btn_menu-icon:after {
        display: block;
        content: "";
        position: absolute;
        /* top: 50%; */
        left: 0;
        width: 32px;
        height: 3px;
        background: #000;
        -webkit-transition: .3s;
        transition: .3s;
        border-radius: 4px;
      }
    .sp_gnav .menu #btn_menu-icon:before {
        margin-top: -8px;
        top: 0;
    }
    .sp_gnav .menu #btn_menu-icon:after {
        margin-top: 6px;
        top: 100%;
    }
    .sp_gnav .menu #btn_menu .close {
        background: transparent;
    }
    .sp_gnav .menu #btn_menu .close:before,
    .sp_gnav .menu #btn_menu .close:after {
        margin-top: 0px;
    }
    .sp_gnav .menu #btn_menu .close:before {
        -webkit-transform: rotate(-30deg);
            -ms-transform: rotate(-30deg);
                transform: rotate(-30deg);
                top: 0;
    }
    .sp_gnav .menu #btn_menu .close:after {
        -webkit-transform: rotate(-150deg);
            -ms-transform: rotate(-150deg);
                transform: rotate(-150deg);
                top: 0;
    }


/* ___________________Smartphones global navigation */

.sp_menu {
    display: none;
    height: 100vh;
  }
  .sp_menu {
    width: 100%;
    background: #FFFBCE;
    z-index: 1;
  }
  .sp_gnav_list {
	  overflow:hidden;
	  width:100%;
      padding: 10px 23px;
  }
  .sp_gnav_list li {
    width: 100%;
    height: 74px;
    border-bottom: #000 solid 2px;
  }
  .sp_gnav_list li a {
    height: 100%;
    display: block;
    /* line-height: 45px; */
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    /* position: relative; */
    /* padding: 15px 20px; */
  }

  .sp_gnav_list li a:hover {
    color: #62BCA5;
  }

  .sp_gnav_list li a:after {
    right: 5%;
  }
    .sp_menu .btn {
    padding: 0 10px 15px 10px;
    }
    .sp_menu .btn_entry {
        width:85%;
        margin: 20px auto;
    }
    .sp_menu .btn_entry a {
        display:block;
        line-height:45px;
        background-color:#ff8925;
        color:#fff;
        font-size:16px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        text-align:center;
    }

    .sp_gnav .sns {
      padding: 20px 0 30px 0;
    }
    .sp_gnav .sns li {
      display: inline-block;
      margin: 0 5px;
    }

    .sp-logo-wrap {
        text-align: center;
        margin-top: 40px;
    }

    .sp-logo {
        display: inline-block;
        width: 204px;
        transition: all 0.3s;
    }

    .sp-logo:hover {
        opacity: 0.8;
    }

    .sp-logo img {
        width: 100%;
    }

    .sp-logo-x {
        display:block;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 36px;
        transition: all 0.3s;
    }

    .sp-logo-x:hover {
        opacity: 0.8;
    }

    .sp-logo-x img {
        width: 100%;
    }

    /* ___________________Smartphones footer */

    /* #footer {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 100px;
        margin-bottom: 190px;
    }
    
    .footer__wrap {
        
    }
    
    .footer__inner {
        padding-top: 30px;
        border-top: 1.5px solid #000;
        margin:0 auto;
        padding-left: 0px;
        padding-right: 13px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer__info {
        max-width: 324px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 22px;
        margin-top: 20px;
    }

    .footer__info a {
        max-width: 170px;
        width: 100%;
    }
    
    .footer__logo {
        width: 100%;
    }
    
    .footer__logo a img {
        transition: opacity 0.3s;

    }

    .footer__logo a img:hover {
        opacity: 0.7;
    }
    
    .footer__address {
        width: 40.7%;
    }

    .footer__address p {
        color: #000;
        font-size: 11px;
        font-weight: 700;
        line-height: 16px;
    }
    
    .footer__lists {
        display: flex;
        justify-content: center;
        gap: 22px;
    }

    .footer__list li + li {
        margin-top: 16px;
    }

    .footer__list li a {
        font-size: 13px;
        font-weight: 900;
        line-height: 20px;
        letter-spacing: 0.75px;
        color: #000;
        transition: all 0.3s;
    }

    .footer__list li a:hover {
        color: #23B659;
    }
    
    .footer__list-list {
        display: flex;
        gap: 34px;
    }

    .footer__list-list li:first-child {
        margin-top: 20px;
    } */
    


        #pageTop {
            position: fixed;
            bottom: 126px;
            right: 20px;
        }

        .icon-container {
            width: 59px;
            height: 59px;
            /* background-color: #FFF100;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: background-color 0.3s ease;
            position: relative; */
        }
        
        .icon {
            width: 45.7px;  /* アイコン画像のサイズ */
            /* height: 50px; */
            /* pointer-events: none;
            position: relative; */
            top: -6px;
        }
        
        .top-text {
            position: absolute;
            font-size: 16px;
            color: #000;
            font-weight: 900;
            bottom: 6px;
            letter-spacing: 0.8px;
        }
    /* ___________________Smartphones layout */
    #wrapper {
        width: 100%;
        margin: 0 auto;
        margin-top: -8px;
    }

    #main {
        width:100%;
        margin:0px auto 0 auto;
    }

    /* ___________________com */

    /* 幅 */
    .com_inner {
        width: 90.66%;
        margin: 0 auto;
    }

    /* 背景 */
    .hed_wrap {
        background: url("../images/top/bg_pt.png") repeat;
        position: relative;
    }
    .hed_wrap #pankuzu {
        display: none;
    }

    /*schedule*/
    .schedule {

    }
    .schedule a {
        font-size: 1.4rem;
        color: #4cb57d;
        text-decoration: underline;
    }
    .schedule a:before {
        content: '';
        display: inline-block;
        background: url(../images/common/icon_schedule.png) left / 100% no-repeat;
        width: 25px;
        height: 28px;
        margin-right: 8px;
        vertical-align: middle;
    }
    .schedule a:hover {
        text-decoration: none;
    }
    .att {
        text-align: center;
        color: #ff0000;
        padding: 0 15px;
    }
    .att a {
        color: #484848;
        text-decoration: underline;
        line-height: 1.8;
    }
    .att span {
        display: block;
    }
    .att span a {
        display: block;
        border-radius: 3px;
        color: #4cb57d;
        border: #4cb57d solid 1px;
        margin: 20px auto 0 auto;
        width: 60%;
        padding: 5px 0;
        text-decoration: none;
    }

    /* ___________________見学 */
    .experience {
        margin-top: 60px;
    }
    .experience .title {
        display: block;
        background-repeat: no-repeat;
        text-indent: 120%;
        white-space: nowrap;
        overflow: hidden;
        background: url(../images/common/sp/title_exp.png) center/90% no-repeat;
        width: 100%;
        height: 104px;
        margin: 0 auto 15px auto;
    }
    .experience .title:before {
        content: '';
        display: inline-block;
        background: url(../images/common/icon_hake.png) left/100% no-repeat;
        width: 30px;
        height: 30px;
        margin-right: 5px;
        vertical-align: middle;
    }
    .experience .title span {
        color: #ff8925;
    }
    .experience ul {
        margin: 15px auto 0 auto;
    }
    .experience ul .image {
        width: 85%;
        margin: 0 auto;
    }
    .experience ul .text {
        margin-top: 35px;
        padding: 0 20px;
    }
    .experience ul .text h4 {
        display: block;
        background-repeat: no-repeat;
        text-indent: 120%;
        white-space: nowrap;
        overflow: hidden;
        background: url(../images/common/title_trial.png) center/65% no-repeat;
        width: 100%;
        height: 61px;
        margin: 0 auto 15px auto;
    }
    .experience ul .text p {
        font-size: 1.5rem;
        line-height: 2;
    }

  /* relation */
  .relation {
    width: 85%;
    margin: 55px auto 0 auto;
  }
  .relation ul li a {
    display: block;
    margin-bottom: 10px;
  }

}

@media screen and (min-width: 769px) and (max-width: 1050px) {
    /* 770px以上かつ1050px以下のスタイル */

    .header_inner #logo {
        padding-top: 30px;
        width: 120px;
    }
    .header_inner #logo a {
        width: 120px;
        height: 35.7px;
        display: block;
    }
    .header_inner #logo a img {
        width: 100%;  /* 親要素に合わせて画像の幅を100%に設定 */
        height: auto; /* 高さは自動調整 */
    }
    /* .header_inner #logo {
        padding-top: 30px;
        width: 120px;
    }
    .header_inner #logo a {
        width:120px;
        height: 35.7px;
    } */

    #gnav .gnav_menu {
       gap: 10px;
       margin-left: 10px;
    }
  }


  @media screen and (max-width: 252px) {
    .sp_gnav .menu #btn_menu {
        margin-top: -36px;
    }
  }

  .top-page {
    opacity: 0;
    transition: .1s;
  }

  .top-page.slick-initialized {
    opacity: 1;
  }

img {
  pointer-events: none; /* ポインターイベントを無効化（必要に応じて） */
}