﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@580;700&family=Zen+Maru+Gothic:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ribeye&display=swap');

/* -----------------------------------------------------------------------------------------------　all　----------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------　body　----------------------------------------------------------------------------------------------------------------- */

/*--------posi_rel--------*/
/*装飾に便利なposi_rel▼*/
.top_cms_box.cms1,#contents,.f_link{position: relative;}
/*装飾に便利なposi_rel▲*/

/*装飾に便利な疑似クラス設定▼*/
.top_cms_box.cms1:before,.top_cms_box.cms1:after,#contents:before,#contents:after,.f_link:before,.f_link:after{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
/*装飾に便利な疑似クラス設定▲*/

/* font -----------------------------------------------------------------------------*/

.font_bold{font-weight: 700;}

:root{
    --font-jp: 'Quicksand', 'Zen Maru Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-jp1: 'Zen Maru Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important;
    --font-en: "Ribeye", serif !important;
}
body, .font_sans-serif{
    font-family: var(--font-jp1);
}

.en_font,.sub_title,#footer h2 span{
    font-family: var(--font-en);
}

.loader_txt, .cms_title h2, #catch h2, #question h2, #contents h2, #contents .box h3, #top_cms .cms_title h2, #page_title h2{
    font-family: var(--font-jp);
}

/* color -----------------------------------------------------------------------------*/
:root{
    --color1:#0cbee3;
    --color2:#bce4f6;
    --color3:#FF9149;
    --color4:#FFECDB;
    --color5:#086ca1;
    --white:#ffffff;
    --black:#1d1f28;
    --gray:#ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color3);
	opacity: 0.7;
	transition: all 0.5s;
}

body#body {
    background: var(--white);
}

#contents,.f_link{background-color: var(--color2);}

#question{background-color: var(--color2);}
/* ----------------------------------------------------------------------------------------------　top　----------------------------------------------------------------------------------------------------------------- */
.top_cms_box.cms1:before {
    width: 150%;
    height: 50px;
    background-image: url(/Files/img/bg_img00.png);
    background-size: cover;
    left: 0;
    top: -35%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
}

.top_cms_box.cms1:after {
    width: 150%;
    height: 50px;
    background-image: url(/Files/img/bg_img01.png);
    background-size: cover;
    left: 0;
    bottom: -36%;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
}

#contents:before{
    width: 100%;
    height: 50px;
    background-image: url(/Files/img/bg_img02.png);
    background-size: cover;
    left: 0;
    top: -2%;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
}

#contents:after {
    width: 100%;
    height: 50px;
    background-image: url(/Files/img/bg_img03.png);
    background-size: cover;
    left: 0;
    bottom: -2%;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
}

.f_link:before{
    width: 100%;
    height: 50px;
    background-image: url(/Files/img/bg_img02.png);
    background-size: cover;
    left: 0;
    top: -12%;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
}

.f_link:after {
    width: 100%;
    height: 50px;
    background-image: url(/Files/img/bg_img03.png);
    background-size: cover;
    left: 0;
    bottom: -12%;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
}
/* ------------------------------　main　▼---------------------------------- */

.main_txt {
    width: 30%;
    top: 20%;
    z-index: 3;
    left: 30%;
}
/* ------------------------------　main　▲---------------------------------- */

/* ------------------------------　intro　▼---------------------------------- */
header {
    background-color: var(--color2) !important;
}

.header ul li a {
    color: var(--color5);
}

.header ul li a:hover {
    color: var(--white);
}

/* ------------------------------　intro　▲---------------------------------- */

/* ------------------------------　question　▼------------------------------ */
#question .title_dec .con_before {
    width: 38%;
    height: 23px;
    left: 50%;
    top: 21%;
    transform: translateX(-50%) !IMPORTANT;
    background-position: center !IMPORTANT;
    background-image: url(/Files/img/bg1.png);
    background-position: left 20px bottom 0;
    background-size: 56px;
    background-repeat: repeat-x;
    background-color: transparent;
    border: none;
}

#question .title_dec {
    background-image: url(/Files/img/bg2.png);
    background-position: center top;
    background-size: 125px;
    background-repeat: no-repeat;
    padding-top: 48px;
    border: none;
}

/* ------------------------------　question　▲------------------------------ */

/* ------------------------------　contents　▼------------------------------ */

#contents .con_before {
    width: 70%;
    height: 23px;
    left: 40px;
    top: 74px;
    background-image: url(/Files/img/bg1.png);
    background-position: left 20px bottom 0;
    background-size: 56px;
    background-repeat: repeat-x;
    background-color: transparent;
}

/* ------------------------------　contents　▲------------------------------ */

i {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: initial;
}

/* ---------------------------------------　top_cms　▼--------------------------- */

.top_cms_box_wrap .cms_title, .cms_title_box {
    padding: 20px;
    border: 5px solid var(--color3);
    background-color: var(--white) !important;
    color: var(--color3) !important;
}

/* ---------------------------------------　top_cms　▲--------------------------- */
/* ---------------------------------------　footer　▼--------------------------- */

#footer h2 span {
    z-index: 2;
}

.sns_link {
    padding-top: 20px;
}

/* ---------------------------------------　footer　▲--------------------------- */

/* -----------------------------------------------------------------------------------------------　下層ページ　--------------------------------------------------------------------------------------------------------- */

/*  ----------------------------------------------　コーチ紹介　▼ ---------------------------------------------------- */
/*  ----------------------------------------------　コーチ紹介　▲ ---------------------------------------------------- */

/* -----------------------------------------------　スクール紹介　▼----------------------------------------------- */

.topcms_about_type1 {counter-reset: box 0;padding-top: 35px;margin: auto;}

.topcms_about_type1 .cate_box {
	width: 47%!important;
	padding: 55px 25px 25px;
	background-color: var(--white);
	border-radius: 10px;
	box-sizing: border-box;
	border: solid 4px var(--color3);
}

.topcms_about_type1 .number {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 90px;
}

.topcms_about_type1 .number::before {
	counter-increment: box 1;
	content: "0"counter(box);
	font-size: 67px;
	line-height: 1;
	text-align: center;
	color: var(--color3);
	display: inline-block;
	position: absolute;
	right: 0;
	left: 0;
	top: -42px;
	margin: auto;
	z-index: 0;
	font-family: var(--font-en);
	background-color: var(--white);
}

.topcms_about_type1 .number::after {
	content: "";
	position: absolute;
	display: block;
	width: 73%;
	height: 2px;
	background: var(--color3);
	left: 0;
	right: 0;
	margin: auto;
	top: 22px;
}

.topcms_about_type1 .cate_box .box_title1{font-size: 25px;line-height: 1.6;z-index: 1;color: var(--color3);}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_about_type1 .cate_box {
	margin: 0 auto 80px;
	width: 80%!important;
}

.topcms_about_type1 .cate_box:last-of-type {
	margin-bottom: 0;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.topcms_about_type1 {
    margin: auto;
}

.topcms_about_type1 .cate_box {
	width: 100%!important;
	padding: 50px 25px 25px;
}

.topcms_about_type1 .cate_box .box_title1 {
    font-size: 18px;
}

.topcms_about_type1 .number::before{
	font-size: 59px;
	top: -34px;
}

.topcms_about_type1 .number::after{
	width: 72%;
}
}

/* -----------------------------------------------　スクール紹介　▲----------------------------------------------- */


/*  -----------------------------------------------　競技クラスについて ▼ ---------------------------------------------------- */
/*  -----------------------------------------------　競技クラスについて ▲ ---------------------------------------------------- */


/*  -----------------------------------------------　保護者さんの声　▼- ------------------------------------------------- */

.v_type1 .triangle {
    border-radius: 10px;
    display: block;
    border: var(--color1) solid 2px;
    box-shadow: 5px 5px 0 0 var(--color1);
}

.v_type1 .triangle:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #FFF transparent;
    border-width: 13px 13px 0 0;
    bottom: -13px;
    left: 50%;
    margin-left: -9px;
}

.v_type1 .triangle:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: var(--color1) transparent;
    border-width: 15px 15px 0 0;
    bottom: -17px;
    left: 50%;
    margin-left: -11px;
    box-shadow: 5px 5px 0 0 var(--color1) transparent;
}

/*  ------------------------------------------------　保護者さんの声　▲- ------------------------------------------------- */

/* *  -----------------------------------------------　チーム情報　▼*  ---------------------------------------------- */
/* *  -----------------------------------------------　チーム情報　▲*  ---------------------------------------------- */

/* -----------------------------------------------　お問い合わせ　▼*  -----------------------------------------------*/

#tel_contact {
    background-color: var(--color4);
}

/* -----------------------------------------------　お問い合わせ　▲*  ---------------------------------------------- */


/* *  -----------------------------------------------　プライバシーポリシー ▼*  ------------------------------------ */
/* *  ----------------------------------------------　プライバシーポリシー ▲*  --------------------------------------*/


/**  -----------------------------------------------　サイトマップ　▼*  -------------------------------------------- */
/**  -----------------------------------------------　サイトマップ　▲*  -------------------------------------------- */


@media all and (-ms-high-contrast: none){
}
/*-------------------------------------------------------------------------------------------------------1700--------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1700px){
}

/*------------------------------------------------------------------------------------------------1536px以下--------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1536px){
.cms_link {top: 15%;}

.main_txt {
    width: 30%;
    top: 30%;
    z-index: 3;
    left: 34%;
}

.top_cms_box.cms1:after {
    bottom: -35%;
}

  }
  
  
/*------------------------------------------------------------------------------------------------1530px以下--------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1530px){
.top_cms_box.cms1:before {
    top: -50%;
}

.main_txt {
    width: 30%;
    top: 20%;
    z-index: 3;
    left: 34%;
}

}
/*------------------------------------------------------------------------------------------------1366px以下--------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1366px){
.main_txt {
    width: 30%;
    top: 30%;
    z-index: 3;
    left: 37%;
}

.top_cms_box.cms1:before {
    top: -34%;
}

#copyright {
    padding-bottom: 80px;
}

#question .box_item p {
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}

  }

/*--------------------------------------------------------------------------------------------タブレット以下--------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
body {
    font-size: -webkit-calc(1rem + 0px);
    font-size: calc(1rem + 0px);
}

.main_txt {
    width: 50%;
    top: 10%;
    z-index: 3;
    left: 5%;
}

#nav_menu {
    top: 10px;
}

header {
    padding: 15px 0 15px 0 !important;
}

header .logo img {
    height: 65px !important;
    width: auto !important;
}

.all_page header .logo img{
    height: 55px !important;
    width: auto !important;
}

#page_title {
    margin-top: 85px;
}

.button_container span {
    background-color: var(--black);
}

#question .txt {
    width: 90%;
    margin-right: 4%;
}

#question .box_item p {
    font-size: 18px;
    letter-spacing: 0;
}

#question .txt .check {
    top: 4px;
}

.top_cms_box.cms1:before {
    top: -31%;
    height: 30px;
}

.top_cms_box.cms1:after {
    bottom: -31%;
    height: 30px;
}

#contents:before {
    top: -22px;
    height: 30px;
}

#contents:after {
    bottom: -29px;
    height: 30px;
}

.f_link:before {
    height: 30px;
    top: -8%;
}

.f_link:after {
    height: 30px;
    bottom: -7%;
}

#catch .box .title {
    font-size: 27px;
    left: 5px;
}

#contents .con_before {
    width: 59%;
    height: 23px;
    left: 40px;
    top: 84px;
}

#catch { background-position: 39%;}

.contents_wrap .box figure {
    /* transform: translate(-10px); */
}

}

/*-------------------------------------------------------------------------------------------------スマホ以下--------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 667px){
body {
    font-size: -webkit-calc(1rem + -2px);
    font-size: calc(1rem + -2px);
}

#nav_menu {
    top: 25px;
}

#question .txt:before {

    width: 20px;
    height: 20px;
    top: 10px;
}

.top_cms_box.cms1:before {
    top: -17%;
}

.top_cms_box.cms1:after {
    bottom: -23%;
}

.f_link:before {
    height: 30px;
    top: -6%;
}

.f_link:after {
    height: 30px;
    bottom: -6%;
}


#page_title {
        margin-top: 67px;
        height: 200px;
}

header .logo, header .logo img,.all_page header .logo img {height: 50px!important;}

.header {
        margin: -6px auto;
}

#question .title_dec {
    padding-top: 68px;
    line-height: 1.2;
}

#question .title_dec .con_before {
    width: 83%;
    top: 25%;
}

#question .box_item p {
    font-size: 18px;
    letter-spacing: 0px;
}

#question .txt {
    text-indent: -2.5rem;
    padding-left: 2.5rem;
    margin-left: 0.5rem;
}

#question .txt .check {
    padding-right: 10px;
    left: 40px;
}

#question .box .box_item{
    padding: 10px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.indent {
        text-indent: 2em;
        padding-left: -1em;
    }

#nav_menu {
        top: 2px;
}

    #catch .box .title {
        letter-spacing: 0;
        font-size: 20px;
        left: 5px;
    }

.box_title1 {
    font-size: 17px;
    letter-spacing: 0px;
}

.main_img_wrap {margin-top:66px;}

.main_img {
    height: 50vh!important;
    width: 100%;
}

.cms_link {
    display: none;
}

    #contents .box .box_item {
        padding: 50px 20px;
        /* margin-left: 0%; */
        width: 98% !IMPORTANT;
    }

.marker {
        letter-spacing: 0;
        font-size: 16px;
    }

#contents .con_before {
    width: 59%;
    height: 23px;
    left: 20px;
    top: 65px;
}

.fix_banner {
    width: 70%;
    bottom: 10px;
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

 .fix_banner .more_item .text {
    font-size: 14px;
}

.more_item::before {
        left: 15px;
}


.page-top {
        right: 5px;
        bottom: 10px;
}  
    
.page-top a {
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
}

.cate_list li {
        width: 100% !important;
        margin-right: 0% !important;
}

.footer_tel {
    font-size: 16px;
}

    .top_loader .loader_txt {
        font-size: -webkit-calc(1rem + 1px);
        font-size: calc(1rem + 1px);
    }

}

/*20240605*/
.menu ul a {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
}

#tel_contact h3, #tel_contact .tel a, #tel_contact .tel_txt {
    color: var(--black);
}

.footer_tel {
    font-size: 20px;
}

.content_wrap .box_item p {
    color: var(--black);
}

.contact_type1 .left, .contact_type1 .right {
    padding: 40px 27px 30px;
    background-color: #f7f7f7;
    margin: 1%;
    width: 48%!important;
    box-sizing: border-box;
}
.contact_type1 .cate_title {
    padding: 0;
    margin: 0;
    font-size: 19px;
    margin-bottom: 16px;
}
.contact_type1 .con_box1 a {
    display: block;
    max-width: 330px;
    margin: 0 auto 27px;
    transition: opacity .6s;
}
.contact_type1.con_box2 a{
    display: block;
    max-width: 450px;
    margin: 0 auto;
    transition: opacity .6s;
}
.contact_type1 .click_bt {
    cursor: pointer;
    padding: 10px 18px;
    background-color: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
    border-radius: 5px;
    text-align: center;
}
.contact_type1 .txt_box{
     display: none
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.contact_type1 .left, .contact_type1 .right {
    width: 80%!important;
}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.contact_type1 .left, .contact_type1 .right {
    padding: 30px 27px 30px;
    width: 100%!important;
    margin-bottom: 20px;
}
.contact_type1 .cate_title {
    font-size: 17px;
}
}

/*20240920*/
.menu_banner img {
    width: 200px;
    margin-bottom: 20px;
}
@media screen and (max-width: 667px){
    .menu_banner img {
        width: 120px;
        margin-bottom: 40px;
    }
}

/*---------------------------------------------------------------------------------------iPhone 8以下サイズ　調節用--------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 320px){


.marker {
        letter-spacing: 0;
        font-size: 16px;
    }

#footer h2 span {
    font-size: 18px;
}

}