@charset "utf-8";

/* ==============================

	メイン画像

============================== */


/* mv */

.mv {
    padding-top: 90px;
}

@media only screen and (max-width: 767px) {
    .mv {
        padding-top: 60px;
    }
}


/* ==============================

	カルーセル

============================== */

.slick-arrow {
    z-index: 9900;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 1000px;
}

.slick-arrow:hover {
    background-color: rgba(50, 50, 50, 0.7);
}

.slick-arrow:before {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
}

.slick-prev {
    left: 200px;
}

.slick-prev:before {
    left: 16px;
    transform: rotate(-135deg);
}

.slick-next {
    right: 200px;
}

.slick-next:before {
    right: 16px;
    transform: rotate(45deg);
}

.slick-prev:before,
.slick-next:before {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .slick01 * {
        box-sizing: content-box
    }
    .slick-center {
        margin: 0 auto;
    }
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
}

.slick-slide {
    margin: 0 10px;
}

/* ==============================

	子どもたちの「ココロに体力を。」

============================== */


/* about */

.about {
    background-image: url(../img/top_about_bg.svg), url(../img/bg_stripe.jpg);
    background-repeat: no-repeat, repeat;
    background-position: center center, center center;
    /*padding: 60px 0 200px 0;*/
    padding: 60px 0 0;
}

.about .logo {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.about h2 {
    margin-bottom: 20px;
    font-size: 3.6rem;
}

.about .txt {
    text-align: center;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .about {
        /*padding-bottom: 60px;*/
        padding-bottom: 0;
    }
    .about .logo {
        width: 30%;
    }
    .about h2 {
        font-size: 2rem;
    }
    .about .txt {
        margin-bottom: 30px;
    }
}


/* ==============================

	メニュー

============================== */


/* menu */

.menu {
    background: url(../img/top_menu_bg.svg) no-repeat center center / cover;
    padding: 60px 0;
}

.menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.menu li {
    width: 30%;
    position: relative;
    background-color: #A6D174;
    padding: 300px 20px 20px 20px;
    border-radius: 20px;
    margin-top: -120px;
    transition: all 0.2s ease 0s;
}

.menu li a {
    color: #000;
}

.menu li:hover {
    opacity: 0.5;
}

.menu img {
    position: absolute;
    top: -20px;
    left: -20px;
}

.menu h2 {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.menu h2 {
    font-weight: bold;
    font-size: 1.5rem;
}

.menu .txt {
    margin-bottom: 20px;
}

.menu .btn a {
    width: 100%;
    background-color: #fff;
    border: none;
    line-height: 40px;
    color: #73B51D;
}

.menu li:first-child {
    background-color: #FCD25B;
}

.menu li:first-child .btn a {
    color: #FF7C06;
}

.menu li:last-child {
    background-color: #8CC0EA;
}

.menu li:last-child .btn a {
    color: #569FDB;
}

@media only screen and (max-width: 767px) {
    .menu {
        margin-bottom: 20px;
    }
    .menu li {
        width: 100%;
        padding: 160px 20px 20px 20px;
        margin: 0px 0px 60px 10px;
    }
    .menu li:last-child {
        margin-bottom: 0;
    }
    .menu img {
        position: absolute;
        top: -30px;
        left: -10px;
    }
}


/* ==============================

	スクールで身につく5つの力

============================== */


/* acquire */
.acquire{ padding: 80px 0; background: url("../img/top_acquire_bg.jpg") center top; background-size: cover; color: #FFF;}
.acquire h2{ font-size: 1.6rem; line-height: 1.25em; font-weight: bold; margin-bottom: 40px;}
.acquire h2 span{ font-size: 2rem;}
.acquire .txt{ text-align: center; margin-bottom: 40px;}
.acquire .txt p{ margin-bottom: 20px;}
.acquire .btn a{ border: 2px solid #FFF; color: #FFF; background: rgba(0, 0, 0, 0.3);}
.acquire .btn a:hover{ color: #000; background: rgba(255, 255, 255, 1); opacity: 1;}
@media only screen and (max-width: 767px) {
.acquire { padding: 5% 0; background-position: left 40% top 0;}
.acquire h2{ margin-bottom: 5%;}
.acquire .txt{ text-align: left; font-weight: bold;}
}
.acquire ul{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: stretch; margin-bottom: 40px;}
.acquire ul li{ width: 20%; text-align: center;}
.acquire ul li a{ width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; flex-direction: column; margin: auto; background: rgba(255,255,255,0.75); color: #000; border-radius: 50%;}
.acquire ul li a:hover{ background: rgba(0,0,0,0.75); color: #fff; opacity: 1;}
.acquire ul li:nth-child(1) a:hover{ background: #fcd25b;}
.acquire ul li:nth-child(2) a:hover{ background: #9bcb6c;}
.acquire ul li:nth-child(3) a:hover{ background: #78abdc;}
.acquire ul li:nth-child(4) a:hover{ background: #9b72b0;}
.acquire ul li:nth-child(5) a:hover{ background: #ed7971;}
.acquire ul li span.num{ font-size: 28px; line-height: 1em; font-weight: bold;}
.acquire ul li span.btn{ font-size: 14px; line-height: 1em; font-weight: bold;}
.acquire ul li strong{ font-size: 22px; line-height: 1.5em; font-weight: bold; margin: 0.5em auto 0.75em;}
@media only screen and (max-width: 767px) {
.acquire ul{ width: calc(100% + 5vw); margin-left: -2.5vw; justify-content: center;}
.acquire ul li{ width: 40%; margin: 2.5% 5%;}
.acquire ul li:last-child{ margin: 0;}
.acquire ul li a{ width: 40vw; height: 40vw; background: #fff !important;}
.acquire ul li:nth-child(1) a{ color: #fcd25b;}
.acquire ul li:nth-child(2) a{ color: #9bcb6c;}
.acquire ul li:nth-child(3) a{ color: #78abdc;}
.acquire ul li:nth-child(4) a{ color: #9b72b0;}
.acquire ul li:nth-child(5) a{ color: #ed7971;}
.acquire ul li span.num{ font-size: 6vw;}
.acquire ul li span.btn{ font-size: 3vw; text-decoration: underline;}
.acquire ul li strong{ font-size: 4.5vw;}
}


/* ==============================

	お近くのスクールを探す

============================== */


/* serch */

.serch {
    background: url(../img/top_search_bg.svg) no-repeat center bottom / cover;
    padding: 100px 0 60px;
}

.serch h2 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.serch h2 p {
    font-size: 1.0rem;
    margin-top: 6px;
    color: #FFC500;
}

.serch .txt {
    text-align: center;
    margin-bottom: 40px;
}

.serch .bnr a:hover img,
.serch .bnr a:hover {
    opacity: 1;
}


@media only screen and (max-width: 767px) {
    .serch {
        padding: 60px 0;
    }
}


/* ==============================

	スクール一覧

============================== */


/* list */

.list {
    padding: 60px 0;
    background: url(../img/top_list_bg.svg) no-repeat bottom center / 100%;
}

.list h2 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.list h2 p {
    font-size: 1.0rem;
    margin-top: 6px;
    color: #9BCB6C;
}

.list .txt {
    text-align: center;
    margin-bottom: 40px;
}

.list ul {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    align-items: stretch;
}

.list ul li {
    /*width: 16%;*/
	width: 20%;
    transition: all 0.2s ease 0s;
}

.list ul li:hover {
    filter: drop-shadow(0px 0px 6px rgba(30, 30, 30, 0.2));
}

.list ul li:hover a {
    opacity: 1;
}

.list ul li:hover img {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .list ul li {
        width: 33%;
    }
}


/* ==============================

	お知らせ

============================== */


/* news */

.news {
    padding: 90px 0 180px;
    background: url(../img/bg_stripe.jpg) repeat bottom center;
}

.news .inner {
    padding: 30px 60px;
    background: #FFF;
    border-radius: 20px;
    position: relative;
}

.news .ttl {
    background: url(../img/top_news_line.svg) no-repeat center bottom / 100%;
    padding-bottom: 10px;
}

.news .btn {
    position: absolute;
    top: 35px;
    right: 60px;
}

.news .btn a {
    width: 200px;
    background-color: #78ABDC;
    border: none;
    line-height: 40px;
    color: #FFF;
}

.news h2 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.news h2 p {
    font-size: 1.0rem;
    margin-top: 6px;
    color: #78ABDC;
}

.news li {
    margin: 20px 0;
}

.news ul a {
    color: #000;
}

.news ul a .date {
    color: #808080;
    font-weight: bold;
}

.news ul .cat01,
.news ul .cat02,
.news ul .cat03 {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.news ul .cat01 {
    color: #ED7971;
}

.news ul .cat02 {
    color: #9BCB6C;
}

.news ul .cat03 {
    color: #FCD25B;
}

@media only screen and (max-width: 767px) {
    .news {
        padding: 40px 0 80px;
    }
    .news .inner {
        padding: 20px;
        padding-bottom: 100px;
    }
    .news .inner .txt {
        display: block;
    }
    .news .inner .btn {
        width: 80%;
        top: auto;
        bottom: 40px;
        right: 50%;
        transform: translateX(50%);
    }
    .news .inner .btn a {
        width: 100%;
    }
}

.news .more_btn{ display: flex; align-items: center; justify-content: space-between; margin: 20px auto 40px;}
.news .more_btn a{ display: flex; align-items: center; justify-content: center; width: 260px; height: 2.5em; margin: 0 auto; background: #fcd25b; color: #fff; font-size: 16px; line-height: 1em; font-weight: bold; border-radius: 2em;}
.news .more_btn a:nth-child(2){ background: #78abdc;}
.news .more_btn a:nth-child(3){ background: #ed7971;}
@media only screen and (max-width: 767px){
.news .inner{ padding: 5%;}
.news .more_btn{ margin-top: 10%; width: calc(100% + 5vw); margin-left: -2.5vw;}
.news .more_btn a{ text-align: center; width: calc(33.33% - 2.5vw); margin: 0 1.25vw; font-size: 2.75vw; line-height: 1.25em; height: auto; padding: 0.5em; border-radius: 2em;}
}

/* ==============================

	関連サービス

============================== */


/* service */

.service {
    padding: 90px 0 60px;
}

.service h2 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.service h2 p {
    font-size: 1.0rem;
    margin-top: 6px;
    color: #ED7971;
}

.service ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.service li { 
width: 24% !important;
border: 2px solid #999;
margin-bottom: 25px;
transition: all 0.2s ease 0s;
}

.service li:hover {
    opacity: 0.5;
}

@media only screen and (max-width: 767px) {
    .service {
        padding: 40px 0;
    }
    .service li {
        width: 48% !important;
    }
}



/*220705追加*/
/*ロゴ一覧*/
.logo_all{ /*background: #fff;*/ padding: 40px; margin: 20px auto;}
.logo_all figure{ margin: 0 auto;}
.logo_all p{ text-align: center;}
@media screen and (max-width:767px){
.logo_all{ padding: 5%; margin: 5% auto;}
.logo_all figure{ margin: 0 auto;}
}
p.logo_add{ font-size: 0.8em; margin: 1em auto 4em;}

/*お便り*/
.letter{ background: url("../img/letter_bg.jpg") center center no-repeat; background-size: cover; padding: 40px 0;}
.letter ul{ display: flex; width: 100%;}
.letter ul li{ width: calc(50%  - 10px); margin: 0 5px; background: #fff; padding: 10px; text-align: center;}
.letter ul li h3{ font-size: 24px; line-height: 1em; margin-bottom: 0.5em;}
.letter ul li dl{ position: relative;}
.letter ul li dl dd{ position: absolute; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.75); color: #000; padding: 1em 0.5em; font-size: 14px;}
.letter ul li a:hover{ opacity: 0.7 !important;}
.letter ul li a:hover img{ opacity: 1.0 !important;}
@media screen and (min-width:768px){
.letter ul li dl dd p br{ display: none;}
}
@media screen and (max-width:767px){
.letter{ padding: 5% 0;}
.letter ul{ display: block;}
.letter ul li{ width: 100%; margin: 2.5% auto; padding: 2.5%;}
.letter ul li h3{ font-size: 5vw;}
.letter ul li dl dd{ font-size: 3vw;}
}

.letter_new{ background: url(https://sport-school.com/wp/wp-content/themes/sport-school-theme/asset/css/../img/letter_bg.jpg) center center no-repeat; background-size: cover; padding: 80px 0;}
.letter_new .inner:not(:first-child){ margin-top: 80px;}
.letter_new a{ color: inherit;}
.letter_new h3{ text-align: center; font-size: 36px; font-weight: bold; margin-bottom: 0.25em;}
.letter_new h4{ text-align: center; font-size: 20px; font-weight: bold; margin-bottom: 0.5em;}
.letter_new ul{ display: flex; width: calc(100% + 20px); margin: 40px -10px 0 0;}
.letter_new ul li{ width: calc(33.33% - 20px); margin: 0 10px; background: #fff;}
.letter_new ul li dl dt{ position: relative;}
.letter_new ul li dl dt figure{ margin: 0;}
.letter_new ul li dl dt figure img{ width: 100%; height: 200px; object-fit: cover;}
.letter_new ul li dl dt p{ position: absolute; left: 0; top: 0; display: flex; font-size: 14px;}
.letter_new ul li dl dt p span{ background: #333; color: #fff; padding: 0.25em 1em;}
.letter_new ul li dl dd{ padding: 1em; font-size: 16px;}
.letter_new .more_btn{ margin: 40px auto 0; text-align: center;}
.letter_new .more_btn a{ display: flex; align-items: center; justify-content: center; width: 360px; height: 60px; background: #78abdc; color: #fff; margin: auto; font-size: 20px; font-weight: bold; border-radius: 2em;}
.letter_new .inner:first-child .more_btn a{ background: #ed7971;}
@media screen and (max-width:767px){
.letter_new{ padding: 10% 0;}
.letter_new .inner:not(:first-child){ margin-top: 10%;}
.letter_new h3{ font-size: 7vw;}
.letter_new h4{ font-size: 3.5vw;}
.letter_new ul{ display: block; width: 100%; margin: 5% auto;}
.letter_new ul li{ width: 100%; margin: 2.5% auto;}
.letter_new ul li dl{ display: flex; align-items: center;}
.letter_new ul li dl dt{ width: 40%;}
.letter_new ul li dl dt figure img{ height: 25vw;}
.letter_new ul li dl dt p{ font-size: 2.5vw;}
.letter_new ul li dl dt p span{ padding: 0.25em 0.33em;}
.letter_new ul li dl dd{ width: 60%; font-size: 3vw;}
.letter_new .more_btn{ margin: 5% auto 0;}
.letter_new .more_btn a{ width: 66.66%; height: 10vw; font-size: 4vw;}
}

