@charset "UTF-8";
/* --- main --- */
.top main {
    position: relative;
    padding: 0;
}
/* アニメーション */
*[data-scroll="fade-up"] {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: .4s ease-in-out;
    opacity: 0
}
*[data-scroll="fade-up"].scroll-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.registration-btn {
    position: fixed;
    display: block;
    width: 100px;
    height: 100px;
    right: 20px;
    bottom: 75px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 3px 3px rgb(0, 0, 0, 0.3);
    background-color: #19931E;
    mix-blend-mode: normal;
    transform: scale(0);
    z-index: 5;
}
.is-show.registration-btn {
    opacity: 0.8;
    transform: none;
    transition: opacity .2s linear,transform .6s cubic-bezier(.34,1.56,.64,1)
}
.registration-btn span {
    position: absolute;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    width: 100%;
    top: 20px;
    left: 50%;
    letter-spacing: 0.05em;
    line-height: 1.6;
    transform: translateX(-50%);
}
.registration-btn::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    background-image: url(../images/common/arrow_orange.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.registration-btn {
    transition: opacity 0.2s ease-in;
}
.registration-btn:hover {
    opacity: 0.6;
}
main.top {
    padding: 0;
}
.lead-section {
    padding: 80px 20px 50px;
    background: #DAEFC5; 
}
.lead-section .section-inner {
    position: relative; 
    margin: 0 auto;
}
.lead-area {
    position: relative;
    max-width: 335px;
    margin: 0 auto;
}
.lead-area .bubble {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: -26px;
    padding: 13px 39px 13px 16px;
    background: #fff;
    border-radius: 40px;
}
.lead-area .bubble span {
    display: inline-block;
}
.lead-area .bubble .text {
    font-size: 1.3rem;
    font-weight: 600;
    color: #19931E;
    margin: 0 2px 0 0;
    letter-spacing: 0.02em;
    line-height: 1.5;
}
.lead-area .bubble::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 38px;
    background-image: url(../images/common/hand.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.lead-area .bubble::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 20px;
    left: -5px;
    bottom: 1px;
    background-image: url(../images/common/bubble_sp.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.lead-wrap {
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
}
.lead-wrap .lead-text {
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-align: left;
    line-height: 2.57;
    letter-spacing: 0.1em;
}
.lead-wrap .lead-text .text-1,
.lead-wrap .lead-text .text-2,
.lead-wrap .lead-text .text-3 {
    display: inline;
    position: relative;
    padding: 0 0 9px;
}
.lead-wrap .lead-text .text-1,
.lead-wrap .lead-text .text-2,
.lead-wrap .lead-text .text-3 {
    background-color: #19931E;
    background: linear-gradient(to right,#19931E 0,#19931E 100%) 0 100%/0 3px no-repeat;
    background-size: 100% 3px;
}
.lead-wrap .lead-text .text-1 {
    margin: 0 0 3px;
}
.lead-wrap .lead-text br {
    display: inline-block;
}
/* --- 講座の流れ --- */
.stores-search-flow {
    max-width: 335px;
    margin: 47px auto 0;
}
.stores-search-flow ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
}
.stores-search-flow li {
    position: relative;
}
.stores-search-flow li {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 3px 16px;
    border-radius: 7px;
    background: #fff;
    line-height: 1.5;
}
.stores-search-flow li.flow-current {
    padding: 3px 16px;
    cursor: pointer;
}
.stores-search-flow li:not(:first-child) {
    font-weight: 500;
    padding: 9px 20px;
}
.stores-search-flow li::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -31px;
    width: 48px;
    height: 22px;
    margin: 4px auto;
    transform: translateX(-50%);
    background-image: url(../images/common/flow_arrow_bottom.svg);
    background-size: contain;
}
.stores-search-flow li:first-child:after {
    bottom: -36px;
}
.stores-search-flow li:last-child:after {
    content: none;
}
.stores-search-flow .flow-current {
    border: 6px solid var(--color-deep-green);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.24);
}
.stores-search-flow .num {
    display: inherit;
    width: 28px;
    height: 28px;
    text-align: center;
}
.stores-search-flow .num img {
    width: 100%;
    height: auto;
}
.stores-search-flow .text {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 0 11px;
    line-height: 1.5;
}
.stores-search-flow li:not(:first-child) .text {
    font-weight: 500;
}
.stores-search-flow .green-text {
    color: var(--color-deep-green);
    border-bottom: 2px solid var(--color-deep-green);
}
.stores-search-flow .icon {
    display: block;
    flex: 1;
    max-width: 72px;
    min-width: 60px;
    height: auto;
    margin-left: auto;
}
.stores-search-flow .icon img {
    width: 100%;
    height: auto;
}
/* --- 検索MAP --- */
.prefectures-section {
    margin: 0 auto;
    padding: 160px 20px 183px;
    background: #F4F7E4;
}
.prefectures-section .section-inner {
    position: relative;
}
.prefectures-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #fff;
    border-radius: 5px;
}
section .sec-title {
    color: #19931E;
    font-size: 2.4rem;
    font-weight: 600;
    padding: 0 0 13px;
    border-bottom: 1px solid #19931E;
    text-align: center;
    letter-spacing: 0.05em;
}
.prefectures-block {
    margin: 20px 0 0;
}
.prefectures-block.area-block-1 .prefectures-map,
.prefectures-block.area-block-2 .prefectures-map,
.prefectures-block.area-block-3 .prefectures-map {
    margin: 0 0 14px;
}
.prefectures-block.area-block-2,
.prefectures-block.area-block-3 {
    margin: 30px 0 0;
}
.prefectures-block .prefectures-box + .prefectures-box {
    margin: 20px 0 0;
}
.flex-box {
    display: flex;
}
.prefectures-map.flex-box {
    align-items: center;
}
.prefectures-map .map-image {
    width: 70px;
    height: 70px;
}
.prefectures-map .map-image img {
    width: 100%;
    height: auto;
}
.prefectures-map .area {
    color: #19931E;
    font-size: 2.0rem;
    font-weight: 500;
    margin: 0 0 0 14px;
    letter-spacing: 0.02em;
}
.prefectures-box.flex-box,
.prefectures-box-wrap  {
    flex-direction: column;
}
.prefectures-box .prefecture {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.prefectures-box .store {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 6px;
    font-size: 1.6rem;
    font-weight: 300;
    margin: 13px 0 0;
    letter-spacing: 0.02em;
}
.prefectures-box .store a {
    position: relative;
    display: inline-block;
    padding: 4px 24px 6px 8px;
    border: 1px solid #19931E;
    border-radius: 2px;
    background-color: #f2f6e1;
    transition: background-color 0.3s ease-out, border 0.3s ease-out;
}
.prefectures-box .store a::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 14px;
    right: 9px;
    top: 6px; 
    background-image: url(../images/common/arrow_link.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.prefectures-box .store a:hover {
    color: #fff;
    background-color: #19931E;
}
.prefectures-box .store a:hover::after {
    background-image: url(../images/common/arrow_link_on.svg);
}
/* --- NEWS --- */
.news-section {
    padding: 40px 0 60px;
    background: #f2f6e1;
}
.news-section .section-inner {
    position: relative;
    margin: 0 auto;
    padding: 0 40px 112px;
}
section.news-section .sec-title {
    padding: 0;
    border: none;
}
.news-link {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 37px 0 0;
    text-align: right;
}
.news-link a {
    position: relative;
    display: inline-block;
    padding: 0 34px 0 0;
    transition: transform 0.5s ease, color 0.5s ease;
}
.news-link a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background-image: url(../images/common/arrow_green.svg);
    background-size: contain;
}
.news-link a:hover {
    color: #008929;
    transform: translateX(10px);
}
.news-list {
    margin: 20px 0 0;
    border-top: 1px solid #19931E;
    line-height: 1.5;
}
.news-list li {
    border-bottom: 1px solid #19931E;
}
.news-list li a {
    position: relative;
    display: block;
    padding: 20px 0 20px 0;
}
.news-list li a::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 28px;
    bottom: 41px;
    right: 0;
    background-image: url(../images/common/arrow-news.svg);
    transition: transform 0.5s ease;
}
.news-list .news-title {
    display: -webkit-box;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 12px 34px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: color 0.5s ease, transform 0.5s ease;
    line-height: 1.6;
}
.news-list li a:hover .news-title {
    color: #19931E;
}
.news-list a:hover .news-title,
.news-list li a:hover::after {
    transform: translateX(10px);
}
.store-type {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    color: #19931E;
    padding: 0 6px;
    border: 1px solid #19931E;
    background: #fff;
    border-radius: 2px;
}
.store-type.comprehensive {
    color: var(--color-dark-gray);
    border: 1px solid var(--color-dark-gray);
}
.news-date-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 14px;
}
.news-date-wrap p.news-date {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 14px;
    
    font-size: 1.6rem;
    font-weight: 300;
}
.news-date-wrap p.news-date.important {
    position: relative;
    padding: 0 0 0 35px;
}
.news-date-wrap p.news-date.important::before {
    position: absolute;
    content: "";
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/common/exclamation_mark.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.news-date-wrap .icon {
    position: relative;
    top: 4px;
    display: inline-block;
    color: #fff;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    background: #666;
    border-radius: 50px;
    text-align: center;
}
/* --- animation --- */
.top .anime-01,
.top .anime-02,
.top .anime-03,
.top .anime-04,
.top .anime-05,
.top .anime-06 {
    position: absolute;
}
.top .anime-01 {
    width: 133px;
    height: 89px;
    top: -100px;
    left: 20px;
}
.top .anime-02 {
    width: 110px;
    height: 128px;
    top: -180px;
    right: 0;
}
.top .anime-03 {
    width: 158px;
    height: 123px;
    top: -105px;
    left: 20px;
}
.top .anime-04 {
    width: 170px;
    height: 129px;
    right: 0;
    bottom: -93px;
}
.top .anime-05 {
    width: 147px;
    height: 132px;
    left: 0;
    bottom: -182px;
}
.top .anime-06 {
    width: 152px;
    height: 101px;
    right: 80px;
    bottom: 0;
}
/* --- 店舗トップ --- */
.top-stores main {
    background-color: var(--color-bg-sub-green);
}
.top-stores .head-store-name {
    position: relative;
    width: 100%;
    display: table;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    height: 36px;
    text-align: center;
    background-color: var(--color-deep-green);
    filter: drop-shadow(0 3px 6px rgb(0, 0, 0, 0.16));
    z-index: 1;
}
.top-stores .head-store-name span {
    display: table-cell;
    vertical-align: middle;
}
.top-stores .section-inner {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}
.top-stores .stores-search-flow li:nth-child(1) {
    padding: 9px 20px;
}
.top-stores .stores-search-flow li:nth-child(2) {
    padding: 3px 16px;
}
.top-stores .stores-search-flow li:first-child:after {
    bottom: -31px;
}
.top-stores .stores-search-flow li:nth-child(2):after {
    bottom: -36px;
}
.top-stores section .sec-title {
    padding: 0 0 9px;
    line-height: 1.6;
}
.message-section .section-inner,
.course-search-section .section-inner {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
}
.message-section .section-inner {
    padding: 40px 20px;
}
.message-section {
    padding: 160px 20px 0;
}
.message-section .message-contents {
    margin-top: 20px;
}
.message-section .message-contents .image {
    position: relative;
    aspect-ratio: 16 / 9;
}
.message-section .message-contents .image img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.message-section .message {
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 30px;
    line-height: 1.6;
}
.course-search-section {
    padding: 50px 20px 222px;
}
.course-search-section .section-inner {
    position: relative;
    padding: 0 20px;
}
.search-store-inner {
    padding: 40px 0;
}
.course-search-section .sec-title {
    margin-bottom: 24px;
}
.course-search-section .ttl {
    color: var(--color-deep-green);
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    line-height: 1.6;
}
.course-keyword {
    margin-bottom: 30px;
}

.course-keyword .search-box form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 40px;
}

.course-keyword .search-box {
    max-width: 375px;
}

.course-keyword .search-box button {
    width: 40px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
    background-color: var(--color-deep-green);
    border: 1px solid var(--color-dark-gray);
    border-left: none;
    border-radius: 0 2px 2px 0;
    background: url(../images/common/icon_search.svg) no-repeat var(--color-deep-green) center;
    background-size: 22px 22px;
}

.course-keyword input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    font-family:"Noto Sans JP", "Hiragino Sans","Helvetica Neue",Arial,"Meiryo",sans-serif;
}
.course-keyword input {
    flex: 1;
    font-size: 1.6rem;
    font-weight: 300;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-radius: 2px 0 0 2px;
    border: 1px solid var(--color-dark-gray);
}
.course-keyword input::-webkit-search-cancel-button {    
    -webkit-appearance: none;
}
.course-keyword input::placeholder {
    font-size: 1.6rem;
    font-weight: 300;
    color: #C1C1C1;;
}
.course-search-section .course-type ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.course-search-section .course-type li {
    display: flex;
    align-items: center;
    transition: opacity 0.2s ease-in;
    cursor: pointer;
}
.course-search-section .course-type li:hover {
    opacity: 0.7;
}
.course-search-section .course-type .type {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    height: 28px;
    padding: 2px 5px;
    border-radius: 3px;
    letter-spacing: 0.02em;
}
.course-search-section .course-type li a {
    display: inline-block;
}
.course-search-section .course-type .type span {
    display: inline-block;
}
.course-search-section .course-type .type.regularly {
    background: var(--color-vermilion);
}
.course-search-section .course-type .type.trial {
    background: var(--color-skyblue);
}
.course-search-section .course-type .type.shortcourse {
    background: #CB7F05;
}
.course-search-section .course-type .type.oneday {
    background: #C357BE;
}
.course-search-section .course-genre {
    margin-top: 30px;
}
.course-genre .course-target {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    line-height: 1.6;
}
.course-genre .box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.course-genre .box ul li {
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    transition: color 0.2s ease-in;
    cursor: pointer;
}
.course-genre .box-adult ul li:hover {
    color: var(--color-deep-green);
}
.course-genre .box-kids ul li:hover {
    color: #F780C5;
}
.course-genre .box ul li img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    transition: opacity 0.2s ease-in;
}
.course-genre .box ul li:hover img {
    opacity: 0.7;
}
.course-genre .box + .box {
    margin-top: 30px;
}
.slider-section .card02.card-slider {
    position: relative;
    padding: 186px 0 0;
}
.schedule-section {
    padding: 70px 20px 0;
}
.top-stores .schedule-section .sec-title {
    padding: 0;
}
.schedule-section .sec-title {
    border: none;
}
.course-schedule {
    margin-top: 20px;
}
.course-schedule .kids-course {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.6;
}
.course-schedule .kids-course img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.schedule-head  {
    position: relative;
    height: 41px;
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid var(--color-dark-gray);
    background-color: var(--color-deep-green);
    transition: all 0.4s ease-out;
    cursor: pointer;
}
.schedule-head::before,
.schedule-head::after {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    top: 50%;
    right: 14px;
    margin-top: -1px;
    background-color: var(--color-deep-green);
    transition: rotate 0.3s ease-out;
    border-radius: 3px;
    z-index: 2;
}
.schedule-head::after {
    rotate: 90deg;
}
.schedule-head.active::after {
    rotate: 0deg;
}
.schedule-head p {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.schedule-head p::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 23px;
    height: 23px;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
    background-image: none;
}
.js-schedule-contents {
    display: none;
}
.schedule-section .time-title {
    display: flex;
    align-items: center;
    color: var(--color-deep-green);
    font-size: 1.8rem;
    font-weight: 500;
    height: 41px;
    border-radius: 5px 5px 0 0;
    letter-spacing: 0.05em;
    line-height: 1.6;
    background: #BCE5BD;
}
.schedule-section .time-title img {
    width: 29px;
    height: 29px;
    margin: 0 8px 0 10px;
    vertical-align: middle;
}
.schedule-contents .schedule-box {
    margin-bottom: 15px;
}
.schedule-contents .schedule-box .morning {
    margin-bottom: 10px;
}
.schedule-contents li {
    font-size: 1.5rem;
    font-weight: 300;
    border-bottom: 1px solid #BEBEBE;
    line-height: 1.6;
    background: #fff;
}
.schedule-contents li.kids {
    background: #FFE6F5;
}
.schedule-contents li:last-child {
    border-bottom: none;
    border-radius: 0 0 5px 5px;
}
.schedule-contents li a {
    display: flex;
    flex-wrap: wrap;
    gap: 0 21px;
    padding: 8px 13px;
    transition: color 0.2s ease-in;
}
.schedule-contents li a:hover {
    color: var(--color-deep-green);
}
.schedule-contents .date-time {
    min-width: 81px;
}
.schedule-contents .course-title {
    display: -webkit-box;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;  
}
.top-stores .news-section {
    position: relative;
    padding: 212px 0 0;
}
.top-stores .news-section .section-inner {
    padding: 0 40px 0;
}
.access-section {
    position: relative;
    padding: 191px 0 287px;
    border: none;
}
.top-stores .access-section .sec-title {
    padding: 0;
    border: none;
}
.access-section .store-name {
    color: var(--color-deep-green);
    font-size: 1.8rem;
    font-weight: 600;
    margin: 37px auto 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-deep-green);
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.access-section .section-inner {
    padding: 0 20px;
}
.access-section .address {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 6px;
    line-height: 1.6;
}
.access-info .access-guide {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    height: 22px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #B0237B;
    margin-bottom: 16px;
    padding: 0 29px 0 8px;
    border-radius: 3px;
    border: 1px solid #B0237B;
    background-color: #fff;
    letter-spacing: 0.02em;
    transition: opacity 0.2s ease-in;
}
.access-info .access-guide:hover {
    opacity: 0.7;
}
.access-info .access-guide::after {
    position: absolute;
    content: "";
    right: 8px;
    width: 15px;
    height: 15px;
    background-image: url(../images/common/link_external_red.svg);
    background-size: cover;
}
.access-info .access-train,
.access-info .access-car,
.access-info .access-reception {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 16px;
    line-height: 1.6;
}
.access-info .access-train span,
.access-info .access-car span,
.access-info .access-tel {
    display: block;
    position: relative;
    color: var(--color-deep-green);
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 6px;
    padding-left: 31px;
    line-height: 1.6;
}
.access-info .access-tel {
    font-size: 1.8rem;
    padding-left: 30px;
}
.access-info .access-train::before,
.access-info .access-car::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-size: cover;
}
.access-info .access-train::before {
    background-image: url(../images/common/icon_train.svg);
}
.access-info .access-car::before {
    background-image: url(../images/common/icon_car.svg);
}
.access-info .access-tel::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 23px;
    height: 24px;
    transform: translateY(-50%);
    background-image: url(../images/common/icon_tel.svg);
    background-size: cover;
}
/* Google Mapを囲う要素 */
.map-wrap {
    position: relative;
    width: 100%;
    max-width: 744px; /* 最大幅を設定 */
    height: 0;
    padding-top: calc(min(100vw, 335px)); /* スマホ時は横幅に応じて高さを設定 */
    max-height: 335px; /* 最大高さを設定 */
}
/* Google Mapのiframe */
.map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}    
.access-section .map-area {
    margin-top: 30px;
}
.access-section .map-wrap img {
    width: 100%;
    height: auto;
}
.map-area .text {
    position: relative;
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 8px;
    padding-left: 21px;
    line-height: 1.5;
    transition: opacity 0.2s ease-in;
}
.map-area .text:hover {
    opacity: 0.7;
}
.map-area .text::before {
    position: absolute;
    content: "";
    left: 0;
    width: 17px;
    height: 22px;
    background-image: url(../images/common/icon_google_pin.svg);
    background-size: cover;
}
/* --- 店舗トップ animation --- */
.top-stores .store-anime-01,
.top-stores .store-anime-02,
.top-stores .store-anime-03,
.top-stores .store-anime-04,
.top-stores .store-anime-05,
.top-stores .store-anime-06,
.top-stores .store-anime-07,
.top-stores .store-anime-08,
.top-stores .store-anime-09,
.top-stores .store-anime-10 {
    position: absolute;
}
.top-stores .store-anime-01 {
    width: 112px;
    height: 98px;
    top: -100px;
    left: 20px;
}
.top-stores .store-anime-02 {
    width: 103px;
    height: 103px;
    top: -170px;
    right: 0;
}
.top-stores .store-anime-03 {
    width: 169px;
    height: 117px;
    top: -101px;
    left: 20px;
}
.top-stores .store-anime-04 {
    width: 169px;
    height: 127px;
    bottom: -114px;
    right: 0;
}
.top-stores .store-anime-05 {
    width: 126px;
    height: 136px;
    bottom: -192px;
    left: 0;
}
.top-stores .store-anime-06 {
    width: 126px;
    height: 126px;
    top: 50px;
    right: 40px;
}
.top-stores .store-anime-07 {
    width: 112px;
    height: 112px;
    top: 56px;
    left: 20px;
}
.top-stores .store-anime-08 {
    width: 165px;
    height: 169px;
    top: -174px;
    left: 40px;
}
.top-stores .store-anime-09 {
    width: 148px;
    height: 138px;
    top: -158px;
    right: 20px;
}
.top-stores .store-anime-10 {
    width: 189px;
    height: 167px;
    bottom: -217px;
    left: 40px;
}
.top-stores .animation-wrap {   
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 340px) {
    .prefectures-box .store a::after {
        width: 7px;
        height: 10px;
        right: 8px;
        top: 7px; 
    }
    .footer-nav .store-box li a::after {
        width: 7px;
        height: 10px;
        right: 0;
        top: 1px; 
    }
}
@media screen and (max-width: 374px) {
    .stores-search-flow .num {
        width: 25px;
        height: 25px;
    }
    .stores-search-flow .text {
        flex: 1;
        margin: 0 10px;
    }
    .stores-search-flow .text .sp-block {
        display: none;
    }
    .stores-search-flow .icon {
        width: 20%;
        flex: none;
        min-width: auto;
    }
    .footer-top .sns-nav {
        gap: 10px;
    }   
}
@media screen and (min-width: 744px) {
    .top main {
        padding: 0;
    }
    .registration-btn {
        width: 112px;
        height: 112px;
        right: 40px;
        bottom: 95px;
    }
    .registration-btn span {
        font-size: 1.8rem;
    }
    .registration-btn::after {
        width: 18px;
        height: 18px;
    }
    .lead-section {
        padding: 94px 40px 70px;
    }
    .lead-section .section-inner {
        max-width: 664px;
    }
    .lead-area {
        max-width: none;
        margin: 0 auto;
    }
    .lead-area .bubble {
        bottom: auto;
        top: -35px;
        padding: 16px 52px 18px 20px;
    }
    .lead-area .bubble .text {
        font-size: 1.6rem;
    }
    .lead-area .bubble::after {
        width: 28px;
        height: 48px;
        right: 18px;
    }
    .lead-area .lead-text {
        font-size: 2.4rem;
        line-height: 2.3;
    }
    .lead-area .lead-text span {
        margin: 0 0 32px;
    }
    .lead-area .bubble::before {
        width: 17px;
        height: 25px;
        left: -7px;
        bottom: 2px;
        background-image: url(../images/common/bubble_pc.svg);
    }
    .lead-wrap .lead-text .text-1 {
        padding: 0 0 8px;
    }
    .lead-wrap .lead-text .inline-block-2 {
        display: none;
    }
    .lead-wrap .lead-text .text-2,
    .lead-wrap .lead-text .text-3 {
        background: none;
    }
    .lead-wrap .lead-text .text-3 {
        margin: 0 0 0 -8px;
    }
    .lead-wrap .lead-text .line-wrap {
        padding: 0 0 6px;
        background-color: var(--color-deep-green);
        background: linear-gradient(to right,#19931E 0,#19931E 100%) 0 100%/0 3px no-repeat;
        background-size: 100% 3px;
    }
    /* --- 講座の流れ --- */
    .stores-search-flow {
        max-width: 482px;
        margin: 39px auto 0;
    } 
    .stores-search-flow li {
        padding: 3px 20px;
    }
    .stores-search-flow li:not(:first-child) {
        padding: 9px 20px;
    }
    .stores-search-flow li.flow-current {
        padding: 3px 16px 3px 15px;
    }
    /* --- 検索MAP --- */
    .prefectures-section {
        padding: 160px 40px 160px;
    }
    .prefectures-inner {
        padding: 50px;
    }
    section .sec-title {
        font-size: 3.0rem;
        padding: 0 0 20px;
    }
    .prefectures-block {
        margin: 30px 0 0;
    }
    .prefectures-block.area-block-2,
    .prefectures-block.area-block-3 {
        padding: 30px 0 0;
        border-top: 1px solid #DAEFC5;
    }
    .prefectures-map .area {
        font-size: 2.2rem;
    }
    .prefectures-map .map-image {
        width: 102px;
        height: 102px;
    }
    .prefectures-box.flex-box,
    .prefectures-box-wrap {
        flex-direction: row;
        margin: 20px 0 0;
    }
    .prefectures-box-wrap:first-child {
        margin: 20px 0 0;
    }
    .prefectures-box .prefecture {
        font-size: 2.0rem;
        font-weight: 400;
        min-width: 100px;
        margin: 4px 0 0;
    }
    .prefectures-box .store {
        font-size: 1.8rem;
        margin: 0;
        gap: 10px 12px;
    }
    .prefectures-box .store a {
        padding: 3px 27px 5px 8px;
    }
    .prefectures-box .store a::after {
        top: 6px;
        right: 7px;
    }
    /* --- NEWS --- */
    .news-section {
        padding: 0 0 80px;
    } 
    .news-section .section-inner {
        padding: 0 40px 145px;
    }
    .news-link {
        font-size: 1.8rem;
        font-weight: 500;
        margin: 13px 61px 0 50px;
    }
    .news-list {
        margin: 14px 50px 0;
    }
    .news-list li a {
        padding: 30px 0 22px;
    }
    .news-list li a::after {
        bottom: 45px;
    }
    .news-date-wrap p.news-date.important::before {
        width: 24px;
        height: 24px;
    }
    .news-date-wrap p.news-date {
        font-size: 1.8rem;
    }
    .news-list .news-title {
        font-size: 2.0rem;
        padding: 5px 60px 0 0;
        -webkit-line-clamp: 1;
    }
    .news-list li a::after {
        right: 10px;
    }
    .store-type {
        font-size: 1.6rem;
    }
    /* --- animation --- */
    .top .anime-01 {
        width: 152px;
        height: 101px;
        left: 29px;
        top: -124px;
    }
    .top .anime-02 {
        width: 124px;
        height: 145px;
        top: -179px;
        right: 112px;
    }
    .top .anime-03 {
        width: 180px;
        height: 139px;
        top: -130px;
        left: 60px;
    }
    .top .anime-04 {
        width: 194px;
        height: 147px;
        right: 60px;
        bottom: -122px;
    }
    .top .anime-05 {
        left: 96px;
        bottom: -156px;
    }
    .top .anime-06 {
        width: 174px;
        height: 115px;
        right: 135px;
        bottom: 0;
    }
    /* --- 店舗トップ --- */
    .top-stores .head-store-name {
        font-size: 2.0rem;
        height: 45px;
    }
    .top-stores section .sec-title {
        margin-bottom: 20px;
        padding: 0 0 20px;
    }
    .message-section {
        padding: 160px 40px 0;
    }
    .message-section .section-inner {
        padding: 50px;
    }
    .message-section .message-contents {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 0 18px;
        margin-top: 40px;
    }
    .message-section .message-contents .image {
        align-self: flex-start;
        width: calc(100% - 18px);
        max-width: 40%;
        flex: 1;
    }

    .message-section .message-contents .image img {
        min-height: 127px;
    }
    .message-section .message {
        min-width: 320px;
        font-size: 1.6rem;
        flex: 1;
        margin-top: 0;
    }
    .course-search-section {
        padding: 60px 40px 227px;
    }
    .course-search-section .section-inner {
        padding: 0 50px;
    }
    .search-store-inner {
        padding: 50px 0;
    }
    .course-search-section .ttl {
        font-size: 2.2rem;
    }
    .search-store-inner .block {
        display: flex;
        flex-wrap: wrap;
        gap: 0 22px;
    }
    .search-store-inner .course-keyword {
        width: 311px;
    }
    .search-store-inner .course-type {
        flex: 1;
    }
    .course-keyword .search-box {
        max-width: 311px;
    }    
    .course-keyword input {
        font-size: 1.8rem;
        width: 100%;
        padding: 0 5px 0 8px;
    }
    .course-keyword input::placeholder { 
        font-size: 1.8rem;
    }
    .course-search-section .course-type .type {
        font-size: 1.8rem;
        height: 30px;
    }
    .course-search-section .course-genre {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #DAEFC5;
    }
    .course-search-section .ttl {
        margin-bottom: 18px;
    }
    .course-search-section .course-genre .box {
        display: flex;
        flex-wrap: wrap;
        gap: 0 38px;
    }
    .course-genre .course-target {
        font-size: 2.0rem;
        margin: 0;
    }
    .course-genre .box ul {
        gap: 20px 30px;
        flex: 1;
    }
    .course-genre .box ul li {
        font-size: 1.8rem;
    }
    .course-genre .box ul li img {
        width: 40px;
        height: 40px;
        margin-right: 2px;
    }
    .slider-section .card02.card-slider {
        padding: 164px 0 0;
    }
    .schedule-section {
        padding: 100px 40px 0;
    }
    .top-stores .schedule-section .sec-title {
        margin-bottom: 0;
    }
    .course-schedule {
        margin-top: 3px;
    }
    .course-genre .box + .box {
        margin-top: 23px;
    }
    .course-schedule .kids-course {
        font-size: 1.8rem;
        margin-bottom: 11px;
    }
    .course-schedule .kids-course img {
        margin-right: 10px;
    }
    .schedule-head {
        height: 56px;
        padding: 0 20px;
    }
    .schedule-head p {
        font-size: 2.0rem;
    }
    .schedule-head::before, .schedule-head::after {
        width: 20px;
        height: 4px;
        right: 26px;
        margin-top: -2px;
    }
    .schedule-head p::after {
        width: 32px;
        height: 32px;
    }
    .schedule-section .time-title {
        height: 56px;
        font-size: 2.0rem;
    }
    .schedule-section .time-title img {
        width: 44px;
        height: 44px;
        margin: 0 10px 0 13px;
    }
    .schedule-contents li {
        font-size: 1.6rem;
    }
    .schedule-contents li a {
        gap: 0 15px;
    }
    .schedule-contents .date-time {
        min-width: 86px;
    }
    .top-stores .news-section {
        padding: 240px 0 0;
    }
    .access-section {
        padding: 232px 0 313px;
    }
    .access-section .section-inner {
        padding: 0 40px;
    }
    .top-stores .access-section .sec-title {
        margin-bottom: 40px;
    }
    .top-stores .news-section .sec-title {
        margin: 0 auto;
        padding: 0;
    }
    .access-section .store-name {
        font-size: 2.0rem;
        margin: 0 0 15px;
        padding-bottom: 6px;
    }
    .access-contents {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        gap: 0 25px;
    }
    .access-contents .access-info {
        width: 47%;
        max-width: 417px;
        min-width: 304px;
        flex: 1;
    }
    .access-section .map-area {
        width: calc(50.4%);
        margin-top: 0;
        max-width: 430px;
        min-width: 335px;
    }
    .map-wrap {
        max-height: none;
        padding-top: 100%;
    }
    .access-section .address {
        font-size: 1.6rem;
    }

    .access-info .access-guide {
        margin-bottom: 20px;
    }

    .access-info .access-train span, .access-info .access-car span, .access-info .access-tel {
        margin-bottom: 4px;
    }
    .access-info .access-train, .access-info .access-car, .access-info .access-reception {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .map-area .text {
        font-size: 1.6rem;
        margin-top: 10px;
    }
    .map-area .text::before {
        width: 19px;
        height: 25px;
    }
    /* --- 店舗トップ animation --- */
    .top-stores .store-anime-01 {
        width: 128px;
        height: 112px;
        top: -126px;
        left: 30px;
    }
    .top-stores .store-anime-02 {
        width: 118px;
        height: 118px;
        top: -181px;
        right: 112px;
    }
    .top-stores .store-anime-03 {
        width: 193px;
        height: 127px;
        top: -119px;
        left: 60px;
    }
    .top-stores .store-anime-04 {
        width: 192px;
        height: 145px;
        bottom: -125px;
        right: 0;
    }
    .top-stores .store-anime-05 {
        width: 144px;
        height: 156px;
        bottom: -207px;
        left: 50px;
    }
    .top-stores .store-anime-06 {
        width: 144px;
        height: 144px;
        top: 70px;
        right: 40px;
    }
    .top-stores .store-anime-07 {
        width: 128px;
        height: 128px;
        top: 86px;
        left: 40px;
    }
    .top-stores .store-anime-08 {
        width: 188px;
        height: 192px;
        top: -200px;
        left: 90px;
    }
    .top-stores .store-anime-09 {
        width: 168px;
        height: 158px;
        top: -162px;
        right: 100px;
    }
    .top-stores .store-anime-10 {
        width: 216px;
        height: 190px;
        bottom: -253px;
        left: 40px;
    } 
    .top-stores .animation-wrap {   
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        transform: translateX(-50%);
    }    
}
@media screen and (min-width: 1000px) {
    .top main {
        padding: 0;
    }   
    .section-inner {
        max-width: 900px;
        margin: 0 auto;
    }
    .lead-section {
        padding: 40px 40px 70px;
    }
    .lead-area .bubble {
        top: -10px;
        padding: 16px 51px 18px 19px;
    }
    .lead-area .lead-text {
        font-size: 2.6rem;
        text-align: center;
        line-height: 2.3;
    }
    /* --- 講座の流れ --- */
    .lead-section .section-inner {
        max-width: 900px;
    }
    .stores-search-flow {
        max-width: 900px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .stores-search-flow ul {
        gap: 0 35px;
    }
    .stores-search-flow li {
        flex-direction: column;
        width: 194px;
        padding: 8px;
        border-radius: 17px;
        line-height: 1.6;
    }
    .stores-search-flow li.flow-current {
        flex-direction: column;
        padding: 8px;
    }
    .stores-search-flow li::after {
        left: auto;
        bottom: auto;
        right: -36px;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 46px;
        margin: 0 5px;
        background-image: url(../images/common/flow_arrow.svg);
    }
    .stores-search-flow li:first-child:after {
        bottom: auto;
        right: -42px;
    }
    .stores-search-flow li:not(:first-child) {
        padding: 14px 16px;
    }
    .stores-search-flow .num {
        width: 35px;
        height: 35px;
        margin: 0 0 6px;
    }
    .stores-search-flow .text {
        margin: 0 0 13px;
        text-align: center;
        line-height: 1.6;
    }
    .stores-search-flow .text .sp-block {
        display: block;
    }
    .stores-search-flow .icon {
        width: 72px;
        height: 72px;
        margin: 0;
    }
    /* --- 検索MAP --- */
    .prefectures-section {
        padding: 180px 0 210px;
    }
    .prefectures-inner {
        padding: 50px 45px 20px;
    }
    .prefectures-block {
        display: flex;
        flex-wrap: wrap;
        margin: 16px 0 30px;
        gap: 0 94px;
    }
    .prefectures-box-wrap {
        flex: 1;
        margin: 0;
    }
    .prefectures-box.flex-box {
        margin: 24px 0 0;
    }
    .prefectures-block.area-block-2,
    .prefectures-block.area-block-3 {
        margin: 0;
        padding: 6px 0 30px;
    }
    .prefectures-map.flex-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .prefectures-map .map-image {
        margin: 28px 0 0
    }
    .prefectures-map .map-image {
        width: 128px;
        height: 128px;
    }
    .prefectures-map .area {
        margin: 10px 0 0 3px;
    }
    /* --- NEWS --- */
    .news-section {
        padding: 0 0 100px;
    }
    .news-section .section-inner {
        padding: 0 0 174px;
    }
    .news-link {
        margin: 10px 56px 0 45px;
    }
    .news-list {
        margin: 11px 45px 0;
    }
    .news-list li a {
        padding: 30px 0 27px;
    }
    /* --- footer --- */
    .top footer .footer-inner {
        width: 900px;
    }
    .top .footer-top .footer-inner,
    .top .footer-middle .footer-inner {
        margin: 0 auto;
    } 
    .top .footer-bottom .footer-inner {
        margin: 0 auto;
        padding: 30px 0 38px;
    }
    .registration-btn {
        right: 50px;
        bottom: 105px;
    }        
    /* --- animation --- */
    .top .anime-01 {
        width: 190px;
        height: 127px;
        left: 10px;
        top: -109px;
    }
    .top .anime-02 {
        width: 155px;
        height: 182px;
        right: 108px;
        top: -217px;
    }
    .top .anime-03 {
        width: 226px;
        height: 175px;
        left: 81px;
        top: -158px;
    }
    .top .anime-04 {
        width: 243px;
        height: 184px;
        right: 57px;
        bottom: -121px;
    }
    .top .anime-05 {
        width: 210px;
        height: 189px;
        left: 109px;
        bottom: -212px;
    }
    .top .anime-06 {
        width: 218px;
        height: 144px;
        right: 118px;
        bottom: 0;
    }
    /* --- 店舗トップ --- */
    .top-stores .stores-search-flow li:nth-child(1) {
        padding: 14px 16px;
    }
    .top-stores .stores-search-flow li:nth-child(2) {
        padding: 8px;
    }
    .top-stores .stores-search-flow li:first-child:after {
        right: -36px;
    }
    .top-stores .stores-search-flow li:nth-child(2):after {
        right: -41px;
    }
    .message-section .section-inner {
        padding: 50px 45px;
    }
    .message-section .message-contents {
        gap: 0 25px;
    }
    .message-section .message-contents .image {
        width: 323px;
        height: 182px;
        padding: 0;
    }
    .message-section .message-contents .image img {
        width: 100%;
    }
    .course-search-section .section-inner {
        padding: 0 45px;
    }
    .search-store-inner .block {
        gap: 0 70px;
    }
    .search-store-inner .course-keyword {
        width: 311px;
    }
    .search-store-inner .course-type {
        width: calc(100% - 360px);
    }
    .course-search-section .course-genre .box {
        gap: 0 120px;
    }
    .slider-section .card02.card-slider {
        padding: 202px 0 0;
    }
    .schedule-section {
        padding: 100px 50px 0;
    }
    .schedule-contents .schedule-box {
        display: flex;
        flex-wrap: wrap;
        gap: 0 20px;
    }
    .schedule-contents .schedule-box .box-inner {
        width: 440px;
    }
    .course-search-section {
        padding: 60px 50px 270px;
    }
    .top-stores .news-section {
        padding: 270px 50px 0;
    }
    .top-stores .news-section .section-inner {
        padding: 0;
    }
    .access-section {
        padding: 246px 50px 381px;
    }
    .access-section .section-inner {
        margin: 0 auto;
        padding: 0;
    }
    .access-contents {
        gap: 0 52px;
    }
    .access-contents .map-area {
        width: 430px;
        flex: none;
    }
    .access-contents .access-info {
        flex: 1;
    }

    /* --- 店舗トップ animation --- */
    .top-stores .store-anime-01 {
        width: 160px;
        height: 140px;
        top: -98px;
        left: 30px;
    }
    .top-stores .store-anime-02 {
        width: 147px;
        height: 147px;
        top: -201px;
        right: 108px;
    }
    .top-stores .store-anime-03 {
        width: 242px;
        height: 168px;
        top: -135px;
        left: 81px;
    }
    .top-stores .store-anime-04 {
        width: 240px;
        height: 180px;
        bottom: -162px;
        right: 0;
    }
    .top-stores .store-anime-05 {
        width: 180px;
        height: 194px;
        bottom: -236px;
        left: 111px;
    }
    .top-stores .store-anime-06 {
        width: 180px;
        height: 180px;
        top: 56px;
        right: 0;
    }
    .top-stores .store-anime-07 {
        width: 160px;
        height: 160px;
        top: 76px;
        left: 21px;
    }
    .top-stores .store-anime-08 {
        width: 235px;
        height: 240px;
        top: -228px;
        left: 50px;
    }
    .top-stores .store-anime-09 {
        width: 211px;
        height: 198px;
        top: -202px;
        right: 85px;
    }
    .top-stores .store-anime-10 {
        width: 270px;
        height: 238px;
        bottom: -281px;
        left: 40px;
    } 
    .map-wrap {
        width: 430px;
        padding-top: 430px; 
    }

}
