@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css?family=Petit+Formal+Script&display=swap');


/* reset */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #333333;
    background: #eee;
    overflow-x: hidden;
}

* {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
    color: #0000ee;
}

a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
}

small {
    font-size: .8em;
}

* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

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

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
}

[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}

*:focus {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

button,
input[type="submit"] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

a[href^="tel:"] {
    pointer-events: none;
}


.container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto 30px auto;
    padding: 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 20px 0 #c0c0c0;
}

header ul li {
    margin: 0;
    padding: 0;
    width: 15%;
    text-align: center;
    padding: 2.5% 0;
    background: #fff;
}

header ul li:first-child,
header ul li:last-child {
    width: 5%;
}

@media screen and (min-width: 599px) and ( max-width: 959px) {
    header ul li {
        width: 16.666666666666667%;
    }

    header ul li:first-child,
    header ul li:last-child {
        width: 0;
    }
}

@media screen and (max-width: 599px) {
    header ul li {
        width: 16.666666666666667%;
    }

    header ul li:first-child,
    header ul li:last-child {
        width: 0;
    }
}

header ul li.active {
    position: relative;
    background: #fff462;
}


.main {
    margin: 200px auto 0 auto;
    padding: 0 5%;
    max-width: 1200px;
}

@media screen and (min-width: 599px) and ( max-width: 959px) {
    .main {
        margin: 150px auto 0 auto;
        padding: 0 2%;
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .main {
        margin: 100px auto 0 auto;
        padding: 0;
        width: 94%;
    }
}

.main .logo {
    margin: 0 auto 10px auto;
    padding: 0;
    width: 20%;
    text-align: center;
}

@media screen and (max-width: 599px) {
    .main .logo {
        margin: 0 auto 10px auto;
        padding: 0;
        width: 50%;
    }
}


.select {
    display: block;
    margin: 0 auto 8% auto;
    padding: 3% 3% 5% 3%;
    background: #fff;
}

@media screen and (max-width: 599px) {
    .select {
        display: block;
        margin: 0 auto 8% auto;
        padding: 2% 4% 10% 4%;
        background: #fff;
    }
}


.select h1 {
    display: block;
    margin: 0 0 1em 0;
    font-size: 1.5em;
}

.select h1 span {
    font-family: 'Petit Formal Script', cursive;
    font-size: 2.5em;
}

@media screen and (max-width: 599px) {
    .select h1 {
        display: block;
        margin: 0 0 1em 0;
        font-size: 1.2em;
        text-align: left;
    }
}


.staff ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
}

.staff ul li {
    position: relative;
    margin: 0;
    padding: 1.5%;
    width: 33.3333%;
    height: auto;
}

@media screen and (max-width: 599px) {
    .staff ul li {
        margin: 0 0 5% 0;
        width: 100%;
    }
}

.staff ul li .radio-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    opacity: 0;
}

.staff ul li .radio-tile {
    padding: 0;
    text-align: left;
    border: 15px solid #f5f5f5;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    background-size: cover;
    background-position: center;
}

.staff ul li .radio-tile section {
    padding: 5%;
    width: 100%;
    background: #000000;
}

.staff ul li .radio-tile section img {
    margin: 0 0 5px 0;
}

.staff ul li .radio-tile section p {
    display: block;
    margin: 0 0 .8em 0;
    color: #fff;
    font-size: .8em;
    text-align: left;
}

.staff ul li .radio-tile section p.name {
    display: block;
    font-size: 1.2em;
    border-bottom: solid 1px #ffffff;
}

.staff ul li .radio-tile section p.name small {
    margin: 0 0 0 .5em;
    color: #fff462;
    font-size: .6em;
    line-height: 1.2;
}

@media screen and (min-width: 599px) and ( max-width: 959px) {
    .staff ul li .radio-tile section p.name small {
        display: block;
        margin: 0 0 .5em 0;
    }
}

.staff ul li .radio-tile section p.plofile {
    border-bottom: solid 1px #ffffff;
}

.staff ul li .radio-tile section .radio-tile-label {
    display: block;
    margin-top: 1em;
    padding: .5em 1em;
    text-align: center;
    background: #fff462;
    border-radius: 5px;
}

.staff ul li .radio-button:checked + .radio-tile {
    color: #333;
    border: 15px solid #fff462;
    background-color: #fff462;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.staff ul li .radio-button:checked + .radio-tile section .radio-tile-label {
    opacity: .5;
}


.course h2 {
    font-size: 1.6em;
}

.course a {
    color: #fff;
}

.course p i {
    position: relative;
    top: 7px;
}

@media screen and (max-width: 599px) {
    .course {
        padding: 1em;
        font-size: .9em;
        text-align: left;
    }

    .course h2 {
        font-size: 1.6em;
    }
}

.course ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
}

.course ul li {
    position: relative;
    margin: 0 1% 1em 0;
    padding: 0;
    width: 49%;
    height: auto;
    border-radius: 5px;
}

.course ul li:nth-child(even) {
    margin: 0 0 1em 1%;
}

@media screen and (max-width: 599px) {
    .course ul li {
        width: 100%;
    }

    .course ul li:nth-child(even) {
        margin: 0 0 1em 0;
    }
}

.course ul li .radio-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    opacity: 0;
}

.course ul li .radio-tile {
    padding: 1em;
    text-align: center;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
}

.course ul li .radio-tile p {
    display: block;
    margin: 0 0 1em 0;
}

.course ul li .radio-tile .radio-tile-label {
    display: inline-block;
    padding: .2em 1em;
    background: #ffd700;
    border-radius: 5px;
}

.course ul li .radio-button:checked + .radio-tile {
    color: #333;
    background-color: #fff462;
    border: solid 1px #fff462;
}

.course ul li .radio-button:checked + .radio-tile .radio-tile-label {
    opacity: .5;
}


.dateTime .month {
    margin: 0 0 1em 0;
    padding: 0;
    text-align: center;
    font-size: 1.6em;
}

.dateTime table {
    margin: 0 auto;
    padding: 0;
    width: 96%;
    table-layout: fixed;
}

.dateTime thead tr th {
    position: sticky;
    top: 0;
}

.dateTime tbody tr th {
    position: sticky;
    left: 0;
}

.dateTime table tr {
    margin: 0;
    padding: 0;
}

.dateTime table tr th {
    margin: 0;
    padding: 2.5px 0;
    width: 12.5%;
    text-align: center;
    background: #fff;
    border: solid 1px #ccc;
}

.dateTime table tr th small {
    display: block;
    font-weight: normal;
}

.dateTime table tr th.sat {
    color: #0000ff;
    background: #99ccff;
}

.dateTime table tr th.sun {
    color: #ff0000;
    background: #ffcccc;
}

.dateTime table tr th.time {
    background: #dddddd;
}

.dateTime table tr td {
    margin: 0;
    padding: 2.5px 0;
    width: 12.5%;
    text-align: center;
    border: solid 1px #ccc;
}

.dateTime table tr td.bgGray {
    background: #f5f5f5;
}

.dateTime table tr td p.can::after {
    content: 'radio_button_unchecked';
    font-family: "Material Icons";
    color: #ff0000;
    font-size: 1.2em;
}

.dateTime table tr td p.cants::after {
    content: 'close';
    font-family: "Material Icons";
}

.dateTime table tr td p.rest::after {
    content: 'remove';
    font-family: "Material Icons";
}

@media screen and (max-width: 599px) {
    .dateTime table {
        width: 94%;
    }

    .dateTime table tr th,
    .dateTime table tr td {
        padding: 10px 0;
        font-size: .75em;
    }
}


.slick-dots li button:before {
    font-size: 60px !important;
    line-height: 20px !important;
}

.dateTime .prev {
    position: absolute;
    top: 5px;
    left: 15%;
    font-size: 1.25em;
    z-index: 9;
    cursor: pointer;
}

.dateTime .next {
    position: absolute;
    top: 5px;
    right: 15%;
    font-size: 1.25em;
    z-index: 9;
    cursor: pointer;
}

.dateTime .prev i,
.dateTime .next i {
    position: relative;
    top: -2px;
    font-size: 2em;
}


button {
    display: block;
    margin: 0 auto 30px auto;
    padding: 25px 0;
    width: 60%;
    color: #333;
    font-size: 1.2em;
    text-decoration: none;
    text-align: center;
    background-color: #eee;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width: 599px) {
    button {
        width: 100%;
    }
}

button:hover {
    color: #333;
    background-color: #fff462;
}

.buttonArea {
    padding-top: 5em;
    text-align: center;
}

@media screen and (min-width: 599px) and ( max-width: 959px) {
    .buttonArea {
        padding-top: 3em;
        text-align: center;
    }
}


.entryWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 3% 3% 5% 3%;
    background: #fff;
}

.entryWrap h1 {
    display: block;
    margin: 0 0 2em 0;
    font-size: 1.4em;
    padding: .25em 0 .25em .75em;
    border-left: 8px solid #eee;
}

.entryWrap p {
    margin: 0 0 1em 0;
}

.entryWrap .subTitle {
    position: relative;
    display: block;
    margin: 0 0 1em 0;
    padding: 3px 10px;
    font-size: .9em;
}

.entryWrap .subTitle .sbNm {
    margin: 0 0 1em 0;
    padding: 5px 10px;
    border-radius: 3px;
    background: #eee;
}

.entryWrap .subTitle .shuusei {
    position: absolute;
    right: 0;
}

.entryWrap .desc {
    display: block;
    margin: 0 0 2.5em 0;
    font-size: 1em;
    text-align: right;
    line-height: 2;
    border-bottom: 1px solid #ddd;
}

.entryWrap .desc textarea {
    width: 100%;
    border: 1px solid #ccc;
}

.yoyakuNaiyou {
    margin: 0 1% 5% 0;
    padding: 3%;
    width: 49%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

@media screen and (min-width: 599px) and ( max-width: 959px) {
    .yoyakuNaiyou {
        margin: 0 1% 5% 0;
        padding: 2% 1.5%;
        width: 49%;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
    }
}

@media screen and (max-width: 599px) {
    .yoyakuNaiyou {
        margin: 0 0 5% 0;
        padding: 3%;
        width: 100%;
        text-align: left;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
    }
}

.entry00 {
    margin: 0 0 5% 1%;
    padding: 3%;
    width: 49%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

@media screen and (min-width: 599px) and ( max-width: 959px) {
    .entry00 {
        margin: 0 0 5% 1%;
        padding: 2% 1.5%;
        width: 49%;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
    }
}

@media screen and (max-width: 599px) {
    .entry00 {
        margin: 0 0 5% 0;
        padding: 3%;
        width: 100%;
        text-align: left;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
    }
}

.entry00 .kojinnjouhounituite {
    margin: 0 0 3em 1%;
    padding: 3%;
    width: 100%;
    height: 150px;
    font-size: .8em;
    background: #f5f5f5;
    overflow: scroll;
    overflow-x: hidden;
}


.entry00 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2em 0;
    padding: 0;
    width: 100%;
}

.entry00 dl dt {
    margin: 0 0 1em 0;
    padding: 0;
    width: 100%;
    font-size: .8em;
}

.entry00 dl dt span {
    display: inline-block;
    padding: 3px 6px;
    color: #fff;
    font-size: .7em;
    background: #ff0000;
    border-radius: 3px;
}

.entry00 dl dd {
    margin: 0;
    padding: 0 3% 0 0;
    width: 50%;
}

@media screen and (max-width: 599px) {
    .entry00 dl dd {
        margin: 0 0 1em 0;
        padding: 0 0 0 0;
        width: 100%;
    }
}

.entry00 dl dd:last-child {
    padding: 0;
}

.entry00 dl dd input[type=text],
.entry00 dl dd input[type=tel],
.entry00 dl dd input[type=password],
.entry00 dl dd input[type=email] {
    margin: 0 1% 0 0;
    padding: .8em 1em;
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: #fff;
}

.entry00 dl dd select {
    margin: 0 0 0 0;
    padding: .8em 1em;
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: #fff;
}

.entry00 dl.birthday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2em 0;
    padding: 0;
    width: 100%;
}

.entry00 dl.birthday dt {
    margin: 0;
    padding: 0;
    width: 100%;
}

.entry00 dl.birthday dt p {
    margin: 0 0 10px 0;
    width: 100%;
    font-size: .8em;
}

.entry00 dl.birthday dt p span {
    padding: 3px 6px;
    color: #fff;
    font-size: .7em;
    background: #ff0000;
    border-radius: 3px;
}

.entry00 dl.birthday dd {
    margin: 0;
    padding: 0 3% 0 0;
    width: 33.3333%;
}

.entry00 dl.birthday dd:last-child {
    padding: 0;
}

.entry00 dl.birthday dd select {
    margin: 0 0 0 0;
    padding: .8em 1em;
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: #fff;
}


.entry00 textarea {
    display: block;
    background: #fff;
    border: 1px solid #D7D7D7;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin: 0 0 2em 0;
    padding: 1em;
    width: 100%;
    height: 200px;
}


::placeholder {
    color: #c0c0c0;
}


.thanks {
    display: block;
    margin: 0 auto;
    padding: 5%;
    line-height: 2;
    background: #fff;
}

.thanks h1 {
    display: block;
    margin: 0 0 1em 0;
    font-size: 1.5em;
}

.thanks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2em 0;
    padding: 0;
    width: 100%;
}

.thanks ul li {
    margin: 0;
    padding: 0;
    width: 30%
}

@media screen and (max-width: 599px) {
    .thanks ul li {
        margin: 0;
        padding: 0;
        width: 100%
    }
}


.login {
    display: block;
    margin: 0 auto 10% auto;
    padding: 3% 3% 5% 3%;
    width: 40%;
    border-radius: 10px;
    background: #fff;
}

@media screen and (max-width: 599px) {
    .login {
        padding: 8% 8% 10% 8%;
        width: 100%;
    }
}

.login h1 {
    display: block;
    margin: 0 0 1em 0;
    font-size: 1.2em;
}

.login label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2em 0;
    width: 100%;
}

.login label p {
    margin: 0 0 10px 0;
    width: 100%;
    color: #aaa;
    text-align: left;
}

.login label input[type=text],
.login label input[type=email],
.login label input[type=password] {
    display: inline-block;
    margin: 0 0 0 0;
    padding: .8em 1em;
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: #fff;
}

.login button {
    width: 100%;
}


footer {
    display: block;
    margin: 50px auto 0 auto;
    padding: 50px 0;
    text-align: center;
    background: #eee;
}


hr {
    margin: 2em 0;
    width: 100%;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ddd;
}


#page-top {
    position: fixed;
    bottom: 50px;
    right: 15px;
    font-size: 77%;
    z-index: 9999999;
}

#page-top a {
    display: block;
    padding: 8px 0;
    color: #fff;
    width: 60px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}

#page-top a:hover {
    text-decoration: none;
    background: #333333;
}

#page-top i {
    font-size: 4rem;
}


.material-icons {
    display: inline-flex !important;
    vertical-align: middle !important;
}

.red {
    color: #ff0000;
}

.blue {
    color: #00e;
}

.gray {
    color: #777;
}

.wh {
    color: #fff;
}

.yel {
    color: #fff462;
}

.blk {
    color: #000 !important;
}


.mgnBtm30 {
    margin-bottom: 30px !important;
}

.fosz08 {
    font-size: .8em;
}

.fosz09 {
    font-size: .9em;
}

.txalCnt {
    text-align: center;
}

.txalLeft {
    text-align: left !important;
}

.txalRight {
    text-align: right !important;
}

.mgnCnt {
    margin: 0 auto !important;
}

@media screen and (max-width: 481px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 481px) {
    .sp {
        display: none !important;
    }
}
