@charset "utf-8";

/*  Typo
----------------------------------------------- */
*, ::after, ::before { box-sizing: border-box; }
body, div, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form,fieldset, input, textarea, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body { line-height: 1.5 !important; }

td, p, ul, ol { line-height: 1.5 !important; }

img { border: 0; vertical-align: top; }

ul, ol { list-style: none; }

h1, h2, h3, p,a { font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "源ノ角ゴシック", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", sans-serif !important; }

/*
p, a {
    text-wrap: balance;
    word-break: keep-all;
}
 */

_::-webkit-full-page-media, _:future, :root
 p, a {
    word-break: normal;
}

main p { margin: .5em 0; }

main table{
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
    opacity: 0.6;
}

a:hover img {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.image {
    margin-right: calc(50% - 49.5vw);
    margin-left: calc(50% - 49.5vw);
}

.image img {
    display: block;
    width: 100%;
    height: auto;
}

#content h1,
#content h2,
#content h3 {
    margin: 0.25em 0;
    width: 100%;
    font-size: 6vw;
    color: #007bc3;
    text-align: center;
}

#content h1::before,
#content h2::before,
#content h3::before {
    content: '◆';
    margin-right: 0.25em;
    font-size: 1.2em;
    vertical-align: top;
}

#content h1::before { color: #f6c1d8; }

#content h2::before { color: #f9c780; }

#content h3::before { color: #88ccc1; }

/* accordion */

.accordion {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}

.accordion-title,
.accordion-content {
    max-width: 516px;
    width: 100%;
    margin: 0 auto;
}

.accordion-title {
    cursor: pointer;
    font-size: 25px;
    padding: 10px 20px;
    text-align: center;
}

.accordion-content {
    display: none;
    padding: 10px 20px;
}

#content h5 { font-size: 25px; }

.accordion-content p {
    font-size: 20px;
    line-height: 1.5;
}

/* タイトルの色・border */

.accordion-item .accordion-title {
    color: #b41978;
    border: 2px solid #b41978;
}

/* コンテンツボックスの枠線 */

.accordion-item .accordion-content {
    border-bottom: 2px solid #b41978;
    border-left: 2px solid #b41978;
    border-right: 2px solid #b41978;
}

/* 矢印 */

.accordion-title {
    position: relative;
}

.accordion-title::after {
    border-right: solid 2px #b41978;
    border-top: solid 2px #b41978;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    left: 35%;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}

.accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
}

.pc { display: none; }

.sp { display: block; }

@media print, screen and (min-width: 426px) {}

@media print, screen and (min-width: 641px) {
    #content h1,
    #content h2,
    #content h3 { font-size: 4vw !important; }
    .pc { display: block; }
    .sp { display: none; }
}

@media print, screen and (min-width: 768px) {
    a[href^="tel:"]{
        pointer-events: none;
    }
}

@media print, screen and (min-width: 1025px) {
    #content h1 { font-size: 35px !important; }
    #content h2,
    #content h3 { font-size: 35px !important; }
}

@media print, screen and (min-width: 1190px) {}

@media print, screen and (max-width: 640px) {}

@media print, screen and (max-width: 800px) {}

/*  Layout
----------------------------------------------- */

#container {
    margin:0;
    width:100%;
    background:white;
}

.header {
    display: block;
    width: 100%;
}

.header img { width: 100%; }

.header-inner1 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.header-inner1 .jhs,
.header-inner1 .area {
    margin-top: 0;
    padding: 0.5em 0;
    width: 100%;
}

.header-inner1 .area { margin-top: 10px; }

.header-inner1 .jhs { background: #007bc3; }

.header-inner1 .area { background: #bb6aa7; }

.header-inner1 .jhs p,
.header-inner1 .area a {
    display: block;
    margin: 0 auto;
    width: fit-content;
    color: #ffffff;
}

.header-inner1 .jhs p { font-size: 4.4vw; }

.header-inner1 .area a { font-size: 3.3vw; }

.header-inner2 {
    display: block;
    width: 100%;
}

.top-img { display: none; }

.cc-page-index .top-img { display: block; }

.other-img { display: block; }

.cc-page-index .other-img { display: none; }

.sp-bottom-menu { display: block; }

.sp-bottom-menu .sp-join,
.sp-bottom-menu .sp-tel {
    display: block;
    z-index: 100;
    position: fixed;
    bottom: 0;
    width: 50%;
}

.sp-bottom-menu .sp-join { left: 0; }

.sp-bottom-menu .sp-tel { right: 0; }

.overview {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 0;
}

.cc-page-index .overview { display: flex; }

.region,
.school {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 1em;
    width: 100%;
}

.school {
    margin-top: 5px;
    margin-left: 0;
    background: #66b9e8;
}

.region {
    margin-bottom: 5px;
    margin-right: 0;
    background: #b0dff8;
}

.region-inner1,
.school-inner1 { width: 40%; }

.region-inner1 img,
.school-inner1 img { width: 100%; }

.region-inner2,
.school-inner2 {
    margin-left: 10px;
    width: 60%;
}

.region-inner2 p,
.school-inner2 p {
    font-size: 3vw;
    line-height: 2 !important;
}

.school-inner2 p { color: #ffffff; }

.region-inner2 p { color: #0082cd; }

.new-system { display: none; }

.cc-page-index .new-system { display: block; }

.new-system img { width: 100%; }

#container {
    margin:0;
    width:100%;
    background:white;
}

#content {
    margin: 0 auto 50px;
    padding-top: 10px;
    width: 100%;
    max-width: 1100px;
}

.sidebar {
    display: none;
}

.sports {
    margin: 0 auto;
    width: 95%;
    max-width: 1100px;
}

.sports img { width: 100%; }

.footer-nav {
    display: none;
}

.footer {
    display: block;
    padding: 2vw 0;
    background: #1a95d4;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 90%;
}

.footer img { width: 100%; }

.mini-title { width: 50%; }

.footer-title { width: 90%; }

.address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.5em 0;
}

.address-inner1,
.address-inner2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.address p { font-size: 3.5vw; }

.address1,
.address2,
.address3 { margin-right: 0.5em; }

.gutter {
    margin: 0 auto;
    width: 80%;
}

@media print, screen and (min-width: 376px) {
    .header-inner1 .jhs p { font-size: 4.6vw; }
    .header-inner1 .area a { font-size: 3.5vw; }
    .region-inner2 p,
    .school-inner2 p { font-size: 2.8vw; }
}

@media print, screen and (min-width: 426px) {}

@media print, screen and (min-width: 641px) {
    .header-inner1 .jhs p { font-size: 30px; }
    .header-inner1 .area a { font-size: 22px; }
    .region-inner2 p,
    .school-inner2 p { font-size: 2.5vw; }
    .mini-title { width: 50%; }
    .footer-title { width: 80%; }
    .address { flex-direction: row; }
    .address p { font-size: 2.2vw; }
}

@media print, screen and (min-width: 769px) {
    .header-inner1 {
        flex-direction: row;
    }
    .header-inner1 .jhs,
    .header-inner1 .area {
        margin-top: 10px;
        padding: 0.25em 0;
        width: 50%;
    }
    .header-inner1 .jhs p,
    .header-inner1 .area a {
        margin: 0 0 0 1em;
        font-size: 2vw;
    }
    .overview {
        flex-direction: row;
        justify-content: space-between;
        margin: 10px 0;
    }
    .region-inner2 p,
    .school-inner2 p { font-size: 1.7vw; }
    .sp-bottom-menu { display: none; }
    .region,
    .school { width: 50%; }
    .school {
        margin-top: 0;
        margin-right: 5px;
    }
    .region {
        margin-bottom: 0;
        margin-left: 5px;
        padding: 1em 0 1em 1em;
    }
    #content {}
    .footer-inner {
        flex-direction: row;
        width: 70%;
    }
    .mini-title { width: 35%; }
    .footer-title { width: 60%; }
    .address p { font-size: 18px; }
}

@media print, screen and (min-width: 1025px) {
    .header-inner1 .jhs p,
    .header-inner1 .area a { font-size: 2.2vw; }
    .footer-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0.5em 0;
        width: 100%;
        background: #519646;
    }
    .footer-nav ul.cc-nav-level-0 li a { color: #ffffff; }
    .mini-title { width: 30%; }
    .footer-title { width: 50%; }
}

@media print, screen and (min-width: 1201px) {
    .header-inner1 .jhs p,
    .header-inner1 .area a { font-size: 25px; }
    .region-inner2 p,
    .school-inner2 p { font-size: 21px; }
    .mini-title { width: 25%; }
    .footer-title { width: 50%; }
}

@media print, screen and (min-width: 1441px) {}

/* メインはここまで */

.spmenu {
    z-index: 2000001;
    position: fixed;
    top: 10px;
    right: 10px;
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: none;
}

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

.open .spmenu {
    background: url(https://u.jimcdn.com/cms/o/s86bfb93ac82fbeb3/userlayout/img/cross.png?t=1760428954) no-repeat 0 0;
    background-size: 50px auto;
}

.open .spmenu img { display: none; }

@media only screen and (min-width: 1024px) {
    .spmenu { display: none; }
}

#navigation .inner {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}

.open #navigation .inner {
    z-index: 2000000;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
    max-width: initial;
}

@media only screen and (min-width: 1024px) {
    #navigation {
        position: relative;
        z-index: 300000 !important;
        width: 100%;
        background: #519646;
    }
    #navigation .inner {
        position: static;
        visibility: visible;
        opacity: 1;
        width: 100%;
        height: auto;
        background: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

ul.cc-nav-level-0 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 70px 10px 10px;
    box-sizing: border-box;
}

ul.cc-nav-level-0 li {
    width: 95%;
    margin: 0 auto;
    border-top: 1px dotted #fff;
}

ul.cc-nav-level-0 li:first-child { border-top: none; }
ul.cc-nav-level-0 li a {
    display: block;
    padding: 5px 0;
    color: #fff !important;
    font-size: 14px;
    font-family: "Shin Maru Go Regular","typesquare";
    text-decoration: none;
}

ul.cc-nav-level-0 li a:hover {
    color: #ffffff;
}

ul.cc-nav-level-0 li ul {
    visibility: hidden;
    position: static;
    margin: 0;
    padding: 0;
}

.open ul.cc-nav-level-0 li ul {
    visibility: visible;
}

.spmenu ul.cc-nav-level-0 li ul li a {
    padding: 5px 10px 5px 30px;
}

ul.cc-nav-level-1 li a::before,
ul.cc-nav-level-2 li a::before {
    content: "■";
    display: inline-block;
    padding: 0 5px;
}

@media only screen and (min-width: 1024px) {
    ul.cc-nav-level-0 {
        *zoom: 1; /*forIE6,7*/
        position: static;
        display: flex !important;
        flex-flow: row wrap;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
        padding: 3px 0 3px 0;
    }
    ul.cc-nav-level-0 li {
        white-space: nowrap;
        width: auto !important;
        margin: 0 35px 0 0 !important;
        line-height: 1.5;
        border-top: none !important;
    }
    ul.cc-nav-level-0 li#cc-nav-view-2287333212 {
        margin: 0 35px 0 35px !important;
    }
    ul.cc-nav-level-0 li+li {
        border-top: none;
    }
    ul.cc-nav-level-0 li a {
        display: block;
        padding: 0.25em 0;
        color: #ffffff !important;
        font-size: 1.2vw !important;
        text-align: center !important;
        text-decoration: none !important;
    }
    ul.cc-nav-level-0 li#cc-nav-view-2664717932 a { color: #fff100 !important; }
    ul.cc-nav-level-0 li > ul {
        display: inline;
    }
    ul.cc-nav-level-0 li:hover > ul {
        visibility: visible;
    }
    ul.cc-nav-level-0 li ul {
        visibility: hidden;
        position: absolute;
        z-index: 3000000 !important;
        margin: 0;
        padding: 0;
    }
    ul.cc-nav-level-0 li ul li {
        position: relative;
        clear: left;
        width: auto !important;
        margin: 0;
        padding: 0;
        line-height: normal;
        border-right: none;
    }
    ul.cc-nav-level-0 li ul li ul {
        top: 0;
        left: 100%;
    }
    ul.cc-nav-level-0 li ul li ul.cc-nav-level-2 {
        top: -30px;
        left: 153px;
    }
    ul.cc-nav-level-0 li ul.cc-nav-level-1 li,
    ul.cc-nav-level-0 li ul.cc-nav-level-2 li {
        font-size: 14px;
    }
    ul.cc-nav-level-0 li ul.cc-nav-level-1 a,
    ul.cc-nav-level-0 li ul.cc-nav-level-2 a {
        filter: alpha(opacity=9);
        -ms-filter: "alpha(opacity=90)";
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
        display: block;
        padding: 5px 10px;
        color: #ffffff;
        text-align: left !important;
        text-decoration: none;
        background: rgba(0, 68, 113, 0.75);
    }
    ul.cc-nav-level-0 li ul.cc-nav-level-1 a:hover,
    ul.cc-nav-level-0 li ul.cc-nav-level-2 a:hover {
        color: #ffffff;
        text-decoration: none;
        background: rgba(25, 86, 62, 1);
    }
}

@media only screen and (min-width: 1024px) {}

/* topのcss */

@media print, screen and (min-width: 426px) {}

@media print, screen and (min-width: 641px) {}

@media print, screen and (min-width: 769px) {}

@media print, screen and (min-width: 1025px) {}

@media print, screen and (min-width: 1260px) {}

@media print, screen and (max-width: 425px) {}

/* のcss */

/* のcss */

/* のcss */

/* のcss */

/* のcss */

/* のcss */

/* のcss */

/* のcss */

/* jimdo用レスポンシブ */
@media only screen and (max-width: 640px) {
    #cc-inner .j-calltoaction-wrapper { text-align: center; }
    .j-textWithImage .cc-imagewrapper {
        float: none !important;
        width: 100% !important;
        margin: 0 auto 5px !important;
    }
    #cc-inner .j-textWithImage p { margin: 12px 0 0; }
    .cc-imagewrapper img {
        display: block !important;
        margin: 0 auto !important;
    }
    .cc-m-hgrid-column.last {
        float: none;
        width: 100% !important;
    }
    .cc-m-hgrid-column {
        float: none;
        padding: 0 !important;
        width: 100% !important;
    }
}

/* TOP */

.rssFeed h3 { display: none; }

.rssFeed *:nth-child(5n-2) { display: none; }

.rssFeed *:nth-child(5n) { display: none; }

.rssFeed span {
    display: block;
    border-top: 1.5px dashed #333333;
    font-size: 18px;
}

.rssFeed a { margin-left: 1em; }