@charset "UTF-8";

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

table,
input,
textarea,
select,
option {
    line-height: 1.1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
    --primary-font: "游ゴシック体", YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, Meiryo, sans-serif;
    --cormorant-infant-font: "Cormorant Infant", serif;
    --yu-mincho-font: "游明朝体", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    --primary: #333333;
    --primary-light: #BBBBBB;
    --primary-dark: #1E0405;
    --secondary: #999;
    --secondary-dark: #605858;
    --primary-background-color: #231815;
    --accent-color: #8B7246;
    --border-primary: #DDDDDD;
    --border-primary-light: #e5e5e5;
    --border-second: #CCCCCC;
    --white: #FFFFFF;
    --black: #000;
    --hover-button-light: #F5F5F5;
    --background-red: rgba(218, 49, 12, 0.05);
    --red: #DA310C;
    --blue: #0070BF;
    --green: #6FBA2C;
    --orange: #ED6104;
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
    width: 100%;
    height: auto;
    --fonts01: "Noto Sans JP", sans-serif;
    --fonts02: "M PLUS Rounded 1c", sans-serif;
    --fonts03: "Damion", cursive;
    font-family: var(--fonts01);
    font-weight: 500;
    line-height: 1.57;
    color: #001b45;
}

.l-content {
    margin: 0 auto;
    max-width: 1020px;
    padding: 0;
    width: 100%;
}


/*------------------------------------------------------------
    Sidebar
------------------------------------------------------------*/
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
/*------------------------------------------------------------
    btn
------------------------------------------------------------*/
.c-btn01 {
    width: 100%;
    max-width: 215px;
    height: auto;
    background: #ff7d1a;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    padding: 11px 10px;
    transition: ease-in-out 0.3s;
}

.c-btn01:hover {
    opacity: 0.7;
}

.c-btn02 {
    width: 100%;
    height: auto;
    display: inline-flex;
    /*justify-content: space-between;*/
    align-items: center;
    padding: 10px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0px 3px 0px #dfdfdf;
    transition: ease-in-out 0.3s;
}

.c-btn02 .img {
    display: flex;
    align-items: center;
}

.c-btn02 .img img {
    border-radius: 10px;
    width: 70px;
    /*clip-path: circle(39% at 49% 37%);*/
}

.c-btn02 .img .name {
    font-size: 16px;
    font-weight: 700;
    color: #002762;
    padding-left: 10px;
}

.c-btn02 .txt {
    font-size: 14px;
    color: #002762;
    /*padding-left: 10px;*/
}


.c-btn02:hover {
    transform: translateY(3px);
    opacity: 0.7;
    box-shadow: 0px 0px 0px #dfdfdf;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
   Table
------------------------------------------------------------*/
/*------------------------------------------------------------
   Select, input,...
------------------------------------------------------------*/
/*------------------------------------------------------------
   Breadcrumb
------------------------------------------------------------*/
/*------------------------------------------------------------
  List
------------------------------------------------------------*/
/*------------------------------------------------------------
  Nav
------------------------------------------------------------*/
/*------------------------------------------------------------
  paginate
------------------------------------------------------------*/
/*------------------------------------------------------------
   Others
------------------------------------------------------------*/

.index-sec2 {
    width: 100%;
    height: auto;
}

.index-sec2 .c-link {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}

.index-sec2 .c-link a {
    display: inline-block;
    max-width: calc(33.3333333333% - 16.6666666667px);
    transition: ease-in-out 0.3s;
}

.index-sec2 .c-link a:hover {
    opacity: 0.7;
}

.index-sec2 .block1 {
    width: 100%;
    height: auto;
    /*max-width: 840px;*/
    margin: 0 auto;
    text-align: center;
}

.index-sec2 .block1 .ttl1 {
    width: 100%;
    height: auto;
}

.index-sec2 .block1 .ttl1 p {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    padding-top: 16px;
}

.select-txt {
    display: inline-block;
    font-size: 22px;
    text-align: center;
    margin-top: 25px;
}

.index-sec2 .block1 .kousha-select-area {
    width: 1020px;
    height: auto;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
    margin-top: 20px;

}

.index-sec2 .block1 .kousha-select-area .select-kousha-prefArea:nth-child(1),
.index-sec2 .block1 .kousha-select-area .select-kousha-prefArea:nth-child(3) {
    width: 175px;
}

.index-sec2 .block1 .kousha-select-area .select-kousha-prefArea:nth-child(2) {
    width: 630px;
}

.index-sec2 .block1 .kousha-select-area .select-kousha-prefArea:nth-child(4),
.index-sec2 .block1 .kousha-select-area .select-kousha-prefArea:nth-child(5) {
    width: 500px;
}


.index-sec2 .block1 .kousha-select-area .select-kousha-prefArea {
    width: calc(50% - 5px);
    height: auto;
}

.index-sec2 .block1 .kousha-select-area .select-kousha-prefArea .select-kousha-prefArea-area {
    height: 30px;
    background: #2983cc;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.index-sec2 .block1 .kousha-select-area .select-kousha-prefArea .select-kousha-prefArea-kousha {
    width: 100%;
    height: auto;
    background: #f0f1f2;
    /*padding: 15px;*/
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.index-sec2 .block1 .kousha-select-area .select-kousha-prefArea .select-kousha-prefArea-kousha .select-kousha-btn {
    width: auto;
    height: 37px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #001b45;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    font-weight: 500;
    padding: 2px 15px;
    border: 1px solid #dddddd;
    cursor: pointer;
    position: relative;
    z-index: 5;
    transition: ease-in-out 0.2s;
}

.index-sec2 .block1 .kousha-select-area .select-kousha-prefArea .select-kousha-prefArea-kousha .select-kousha-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 4px;
    position: absolute;
    z-index: -5;
    pointer-events: none;
    transition: ease-in-out 0.2s;
}

.index-sec2 .block1 .kousha-select-area .select-kousha-prefArea .select-kousha-prefArea-kousha .select-kousha-btn.select-kousha-btn-selected {
    border: 1px solid #fb6686;
    color: #fb6686;
    font-weight: 700;
    background: #f9e4e8;
}

.index-sec2 .block1 .kousha-select-area .select-kousha-prefArea .select-kousha-prefArea-kousha .select-kousha-btn.select-kousha-btn-selected::before {
    border: 1px solid #fb6686;
}

.index-sec2 .title2 {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 60px;
}

.index-sec2 .title2 p {
    font-size: 16px;
    font-weight: 700;
}

.index-sec2 .title2 h3 {
    font-size: 24px;
    font-weight: 700;
}

.index-sec2 .radio-sports-area {
    width: 100%;
    height: auto;
    max-width: 840px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.index-sec2 .radio-sports-area .radio-sports-btn {
    width: calc(25% - 7.5px);
    height: 54px;
    border-radius: 30px;
    border: 2px solid #fff;
    background: #f0f1f2;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    transition: ease-in-out 0.2s;
}

@media screen and (min-width: 769px) {
    .index-sec2 .radio-sports-area .radio-sports-btn:hover {
        border: 2px solid #fb6686;
        color: #fb6686;
        background: #f9e4e8;
    }
}

.index-sec2 .radio-sports-area .radio-sports-btn.is_active {
    border: 2px solid #fb6686;
    color: #fb6686;
    background: #f9e4e8;
}

.index-sec2 .sports-event-list {
    width: 100%;
    height: auto;
    background: #e7f6ff;
    padding: 25px 0 20px;
    margin-top: 25px;
}

.index-sec2 .sports-event-list .ttl {
    width: 100%;
    height: auto;
}

.index-sec2 .sports-event-list .ttl .ttl1 {
    width: 100%;
    height: auto;
    height: 44px;
    background: #2983cc;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 0px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.prefectures {
    font-size: 18px;
    display: inline-block;
    margin: .25em -.25em 0;
}

.index-sec2 .sports-event-list .ttl .ttl2 {
    padding-top: 30px;
    padding-left: 10px;
}

.index-sec2 .sports-event-list .ttl .ttl2 a {
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    transition: ease-in-out 0.3s;
    pointer-events: none;
}

@media screen and (min-width: 769px) {
    .index-sec2 .sports-event-list .ttl .ttl2 a:hover {
        opacity: 0.7;
    }
}

.index-sec2 .sports-event-list .ttl .cat {
    font-size: 15px;
    padding: 5px 0;
    margin-left: 10px;
    width: 100px
}

.index-sec2 .sports-event-list .ttl .cat {
    background: #fc87a0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*border-radius: 8px;*/
    box-sizing: border-box;
    height: 26px;
    font-weight: 600;
}

/*
.ttl1 .cat {
    padding: 5px 10px;
    background: #fc87a0;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
}
*/
.index-sec2 .sports-event-list .c-item1 {
    width: 100%;
    height: auto;
    display: none;
    /* margin-top: 50px; */
}


.sports-event-list {
    display: none;
}

.sports-event-list.is-show {
    display: block;
}

/*
.sports-event-list.is-show .event-data {
    animation: fadeUpInner .3s ease-out;
}

@keyframes fadeUpInner {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
*/
#list-cat {
    display: block;
}

.index-sec2 .sports-event-list .c-item1:first-child {
    margin-top: 0;
}

.index-sec2 .sports-event-list .c-item1.not-active-sports,
.index-sec2 .sports-event-list .c-item1.not-active-school {
    display: none;
}

.index-sec2 .sports-event-list .c-item2 {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    margin: 15px auto 5px;
    padding: 20px;
}

.index-sec2 .sports-event-list .c-item2 .box {
    width: 100%;
    height: auto;
}

.index-sec2 .sports-event-list .c-item2 .box .table {
    width: 100%;
    border-collapse: separate;
    border-radius: 6px;
    overflow: hidden;
    padding: 1px;
    position: relative;
    border-collapse: collapse;
    border-style: hidden;
    box-shadow: 0 0 0 1px #dbdbdb;
}

.studio-table .week {
    width: 215px;
}

.studio-table .class {
    width: 195px;
}

.studio-table.age {
    width: 255px;
}

.studio-table .lecturer {
    width: 110px;
}

.studio-table .fee {
    width: 125px;
}

.index-sec2 .sports-event-list .c-item2 .box td {
    border: 1px solid #dbdbdb;
    padding: 5px 10px 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
}

.index-sec2 .sports-event-list .c-item2 .box th {
    border: 1px solid #dbdbdb;
    background: #dfdfdf;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 10px;
}

.index-sec2 .sports-event-list .c-item2 .box th:nth-child(even) {
    background-color: #ededed;
}

.index-sec2 .sports-event-list .c-item2 .box2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.index-sec2 .sports-event-list .c-item2 .box2 .card1 {
    width: 100%;
    max-width: 385px;
    display: flex;
    flex-wrap: wrap;
}

.index-sec2 .sports-event-list .c-item2 .box2 .card1 .c-btn02 {
    margin-top: 20px;
}

.index-sec2 .sports-event-list .c-item2 .box2 .card1 .c-btn02:first-child {
    margin-top: 0px;
}

.index-sec2 .sports-event-list .c-item2 .box2 .card2 {
    width: calc(100% - 385px);
    padding-left: 35px;
}

.index-sec2 .sports-event-list .c-item2 .box2 .card2 .txt1 {
    font-size: 14px;
    color: #002762;
}

.index-sec2 .sports-event-list .c-item2 .box2 .card2 .ttl-name {
    padding-bottom: 5px;
    padding-top: 20px;
}

.profile-ctr {
    display: grid;
    gap: 25px;
    margin-left: 12px;
}

.name {
    font-size: 16px;
    font-weight: 700;
    color: #002762;
}

.txt {}

.index-sec2 .sports-event-list .c-item2 .box2 .card2 .ttl-name:first-child {
    padding-top: 0;
}

.index-sec2 .sports-event-list .c-item2 .box2 .card2 .ttl-name p {
    font-size: 16px;
    font-weight: 700;
    color: #002762;
}

.index-sec2 .sports-event-list .c-item2 .box2 .card2 .staff-note p {
    font-size: 14px;
    color: #002762;
}

.index-sec2 .sports-event-list .c-item2 .box2 .card2 .staff-note span,
.index-sec2 .sports-event-list .c-item2 .box2 .card2 .staff-note strong {
    font-size: 14px;
}

.index-sec2 .sports-event-list .c-item2 .box2 .card2 .link {
    font-size: 18px;
    color: #2c93dd;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    transition: ease-in-out 0.3s;
}

.index-sec2 .sports-event-list .c-item2 .box2 .card2 .information {
    padding-top: 20px;
}

.index-sec2 .sports-event-list .c-item2 .box2 .card2 .information .address {
    font-size: 14px;
}

.index-sec2 .sports-event-list .c-item2 .box2 .card2 .information .address a {
    color: #2c93dd;
    padding-left: 5px;
}

.index-sec2 .sports-event-list .c-item2 .box2 .card2 .information .tel {
    font-size: 14px;
    font-weight: 700;
}

.index-sec2 .sports-event-list .c-item2 .box2 .card2 .btn {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 20px;
}

.index-sec2 .sports-event-list .c-item2 .box2 .card2 .btn .c-btn01 {
    display: inline-flex;
    justify-content: center;
}

.taiken-list {
    margin-top: 1.5em;
}

.taiken-list-table {
    margin-top: 1em;
}

.taiken-ttl {
    background-color: #d7ecf6;
    font-size: 16px;
    padding: 3px;
    width: 175px;
    margin: 5px;
    text-align: center;
}

.taiken-list table {
    width: 100%;
    border-collapse: separate;
    border-radius: 6px;
    overflow: hidden;
    padding: 1px;
    position: relative;
    border-collapse: collapse;
    border-style: hidden;
    box-shadow: 0 0 0 1px #dbdbdb;
}

.taiken-list-table-ttl {
    border-bottom: solid 2px #e2e2e2;
    font-size: 16px;
}

.taiken-list table td {
    border: 1px solid #dbdbdb;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    background-color: #fff;
}

.apply-btn-inner-taiken {
    display: block;
    width: 80%;
    background-color: #ff0000;
    color: #FFF;
    border-radius: 10px;
    line-height: 1.1;
    padding: 5px;
    transition: .3s;
    margin: 0 auto;
}

.c-cta1 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 50px 0;
}

.c-cta1 a {
    width: 100%;
    max-width: 420px;
    height: 80px;
    background: #ff7d1a;
    font-size: 28px;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    transition: ease-in-out 0.3s;
    margin: 0 auto;
    margin-top: 30px;
}

.c-modal01 {
    display: none;
}

.c-modal01.active {
    display: block;
    z-index: 9999999;
    position: relative;
}

.c-modal01[aria-hidden=false] .c-modal01__wap {
    animation: mmfadeIn 0.3s;
}

.c-modal01[aria-hidden=false] .c-modal01__content {
    animation: mmslideIn 0.3s;
}

.c-modal01[aria-hidden=true] .c-modal01__wap {
    animation: mmfadeOut 0.3s;
    opacity: 0;
}

.c-modal01[aria-hidden=true] .c-modal01__content {
    animation: mmslideOut 0.3s;
}

/* modal */
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(10%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10%);
    }
}

.c-modal01__wap {
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.c-modal01__wap .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
}

.c-modal01 .c-close {
    position: absolute;
    top: -20px;
    right: -30px;
    width: 30px;
    height: 30px;
    font-size: 3.5rem;
    color: #fff;
    font-weight: 400;
    z-index: 99;
    line-height: 1;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.c-modal01__content {
    background: #fff;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0);
    position: relative;
    width: calc(100% - 40px);
    max-width: 780px;
    z-index: 999999;
    border-radius: 30px;
}

.c-modal01__content .c-scroll {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    padding: 50px 50px 20px;
}

.c-modal01__content .c-item3 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.c-modal01__content .c-item3__img {
    width: 184px;
    height: auto;
}

.c-modal01__content .c-item3__content {
    width: calc(100% - 184px);
    padding-left: 40px;
}

.c-modal01__content .c-item3__content .ttl {
    width: auto;
    display: inline-block;
    font-size: 92px;
    color: #ecf6ff;
    line-height: 1;
    font-family: var(--fonts03);
    position: absolute;
    top: -50px;
    right: -35px;
    pointer-events: none;
    font-weight: 400;
    z-index: -1;
}

.c-modal01__content .c-item3__content h2 {
    color: #133282;
    font-weight: 700;
    font-size: 20px;
}

.c-modal01__content .c-item3__content h3 {
    color: #133282;
    font-weight: 700;
    font-size: 15px;
    padding-top: 7px;
}

.c-modal01__content .c-item3__content h3 span {
    width: 100%;
    height: auto;
    display: block;
    color: #ff5394;
    font-size: 14px;
    font-family: var(--fonts03);
    font-weight: 400;
    line-height: 1;
}

.c-modal01__content .c-item3__content p {
    color: #133282;
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 20px;
    padding-top: 3px;
}

.c-modal01__content .c-item3__content .staff-content {
    padding-bottom: 20px;
    padding-top: 3px;
    color: #133282;
    font-weight: 400;
    font-size: 15px;
}

.c-modal01__content .c-item3__content .staff-content p,
.c-modal01__content .c-item3__content .staff-content address {
    color: #133282;
    font-weight: 400;
    font-size: 15px;
    padding: 0;
}

.c-modal01__content .c-item3__content .staff-content p a,
.c-modal01__content .c-item3__content .staff-content address a {
    color: #2c93dd;
}