@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
* {
    margin: 0;
    padding: 0;
    /*-webkit-appearance: none;*/
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
    text-align: justify;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

@font-face {
    font-family: 'fontello';
    src: url('/font/fontello.eot?44670921');
    src: url('/font/fontello.eot?44670921#iefix') format('embedded-opentype'),
    url('/font/fontello.woff?44670921') format('woff'),
    url('/font/fontello.ttf?44670921') format('truetype'),
    url('/font/fontello.svg?44670921#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: .2em;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    width: 100%;
    margin: 0 0 186px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body#index {
    margin: 0 0 144px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

input,
select,
textarea {
    border-radius: 3px;
    margin: 0 5px 0 0;
    padding: 5px;
}

input[type=radio] {
    border-radius: 30px;
}

input[type=radio],
input[type=checkbox]{
    vertical-align: middle;
}

input[type=submit] {
    cursor: pointer;
}
input:focus,
textarea:focus {
    outline: none !important;
}
label {
    margin: 0 5px 0 0;
}

hr {
    border: none;
    width: 100%;
}

br {
    font-size: 1px;
    line-height: 1;
}

a.text {
    text-decoration: underline;
}

a,
.category ul li a,
.category ul li button {
    opacity: 1;
    cursor: pointer;
}

.text_border{
    text-shadow:
    1px 0px 1px #fff,
    -1px 0px 1px #fff,
    0px -1px 1px #fff,
    0px 1px 1px #fff,
    1px 1px 1px #fff,
    -1px 1px 1px #fff,
    1px -1px 1px #fff,
    -1px -1px 1px #fff;
}
.text_border.black{
    text-shadow:
    1px 0px 1px #321800,
    -1px 0px 1px #321800,
    0px -1px 1px #321800,
    0px 1px 1px #321800,
    1px 1px 1px #321800,
    -1px 1px 1px #321800,
    1px -1px 1px #321800,
    -1px -1px 1px #321800;
}
a:hover,
a:hover img,
.category ul li a:hover,
.category ul li button:hover,
body#teacher dl.mix dt:hover {
    opacity: 0.8;
    cursor: pointer;
}
li.ui-tabs-tab.ui-tabs-active,
.control.mixitup-control-active{
    font-weight: bold;
}
.wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.inner {
    padding: 0 20px;
    font-size: 16px;
}

.no_border {
    border: none !important;
}

.fs90 {
    font-size:90%;
}

.fs120 {
    font-size:120%;
}

.fwB {
    font-weight:700;
}

.taC {
    text-align:center;
    margin:auto;
}

.u_line{
    background: linear-gradient(transparent 60%, #ff2 60%);
}

ul li {
    list-style: none;
}

header,
footer,
section,
.wide {
    width: 100%;
    overflow: hidden;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

section.wide div.ad {
    width: auto;
}

header h1 {
    font-size: 10px;
    font-weight: normal;
    margin-top: 9px;
}

header .logo {
    float: left;
}

header img#logo {
    height: 55px;
    margin: 10px 0;
}

section.free {
    float: right;
    width: auto;
    height: 50px;
    margin: 5px 0 0 5px;
}

img.free_data {
    float: left;
}

img.free_dial {
    float: right;
}

header nav {
    float: left;
    width: 100%;
}

header nav ul li {
    float: left;
}

header nav ul li a {
    width: 120px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
}
header nav ul li:nth-of-type(1) a,
header nav ul li:nth-of-type(3) a,
header nav ul li:nth-of-type(4) a,
header nav ul li:nth-of-type(5) a,
header nav ul li:nth-of-type(6) a,
header nav ul li:nth-of-type(7) a  {
    letter-spacing: 1px
}

body#index nav li.top a,
body#about.sub nav li.about a,
body#teacher.sub nav li.teacher a,
body#system.sub nav li.system a,
body#pass.sub nav li.pass a {
    opacity: 1;
}

header nav>.wrap {
    overflow: hidden;
}

header nav>.wrap>a>* {
    line-height: 1;
    font-size: 12px;
}

header nav>.wrap a.free_data {
    position: relative;
    display: block;
    float: right;
    width: 278px;
    height: 50px;
    overflow: hidden;
}

header nav>.wrap a.free_data span {
    position: absolute;
    top: 5px;
    left: 12px;
    font-size: 10.5px;
}
header nav>.wrap a.free_data span em {
    font-size: 11px;
    font-weight: bold;
}

header nav>.wrap a.free_data b {
    position: absolute;
    top: 26px;
    left: 8px;
    font-size: 20px;
}

header div.navi {
    position: absolute;
    top: 60px;
    right: 0;
    width: auto;
    font-size: 12px;
}

header div.navi a {
    float: left;
    margin-left: 15px;
    font-size: 12px;
}

header div.navi a::before {
    content: "▶";
    margin-right: 5px;
}

.u_line {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: 1px;
    line-height: 1;
}

.u_line_strong {
    font-family: inherit;
    font-size: 110%;
    letter-spacing: 1px;
    line-height: 1;
}

footer {
    padding-bottom: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 146px;
    width: 100%;
    overflow:hidden;
}

footer nav {
    float: left;
    width: 100%;
    height: 40px;
}

footer nav ul {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
}

footer nav ul li {
    float: left;
    width: auto;
    margin-left: 40px;
    list-style: disc;
}

footer nav a {
    font-size: 13px;
}

footer section.free {
    margin-top: 15px;
}

footer a#to_top{
    position: absolute;
    top: 16px;
    right: 0;
    width: 90px;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
}

section.copyright {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
}
#flipdesk{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 100;
}
#flipdesk section{
    float: none;
    width: 1000px;
    margin: 10px auto 0;
}
/* desktop */

@media(min-width:800px) {
    .only_pc {
        display: inherit !important;
    }
    .only_sp {
        display: none !important;
    }
}


/* smartphone */

@media(max-width:799px) {
    body {
        padding-top: 100px;
        padding-bottom: 0 !important;
        margin: 0 !important;
    }
    .wrap {
        width: auto;
        margin: 0 10px;
    }
    header {
        position: fixed;
        top: 0;
        height: 50px;
        z-index: 10;
        overflow: visible;
        z-index: 10;
    }
    header .logo {
        float: left;
        height: 70px;
    }
    header img#logo {
        height: 35px;
        margin: 5px 0 0 -5px;
    }
    header nav {
        top: 40px;
        margin: 0;
        position: fixed;
        z-index: 11;
    }
    header nav>.wrap {
        border-right: none;
    }
    header nav ul li {
        width: 17%;
        height: 50px;
    }
    header nav ul li:first-child {
        width: calc(100% - (17% * 5));
    }
    header nav ul li a {
        display: block;
        width: 100%;
        font-size: 10px;
        line-height: 1;
    }
    header nav ul li.system a{
        letter-spacing: -1px;
    }
    header nav ul li a i {
        margin: 7px auto 4px;
        color: #924400 !important;
        font-weight: bold;
    }
    body#index nav li.top a,
    body#about.sub nav li.about a,
    body#teacher.sub nav li.teacher a,
    body#system.sub nav li.system a,
    body#pass.sub nav li.pass a {
        background: none;
        color: inherit;
    }
    div.free_data.only_sp {
        position: absolute;
        top: 0;
        right: -10px;
        width: 100px;
        height: 50px;
        z-index: 12;
    }
    a.free.only_sp{
        position: absolute;
        top: 0;
        right: 90px;
        width: 110px;
        height: 40px;
        z-index: 13;
    }
    div.free_data img,
    a.free img{
        width: 100% !important;
    }
    .wide_sp {
        width: 100%;
        margin: 0 !important;
    }
    footer {
        position: relative;
        left: auto;
        bottom: auto;
        height: auto;
        margin-bottom: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
    footer nav {
        height: auto;
    }
    footer nav,
    footer nav ul {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        float: none;
        overflow: hidden;
    }
    footer nav ul li {
        position: relative;
        width: 100%;
        height: 44px;
        padding: 5px 5px 5px 10px;
        margin: 0;
        list-style: none;
        line-height: 2;
    }
    footer nav ul li a {
        font-size: 14px;
        line-height: 1;
    }
    footer nav ul li a::before {
        content: "▶";
        position: absolute;
        float: right;
        top: 15px;
        right: 10px;
        line-height: 1;
        opacity: 0.25;
    }
    footer ul.menu{
        position: relative;
        float: left;
        width: calc(100% - 60px);
    }
    footer ul.menu li{
        position: relative;
        float: left;
        width: calc(33.3% - 30px);
        padding: 5px 0;
        line-height: 1;
        margin-left: 30px;
    }
    footer ul.menu li a{
        position: relative;
        font-size: 12px;
        line-height: 1;
    }
    footer ul.menu li a::before{
        content: "▶";
        position: absolute;
        top: 10px;
        left: -20px;
        opacity: 0.25;
    }
    footer a#to_top {
        position: fixed;
        top: auto;
        bottom: 35px;
        right: 10px;
        font-size: 8px;
        padding: 4px 0;
        border-radius: 10px;
        margin: 0;
        width: 40px;
        text-align: center;
        display: block;
        overflow: hidden;
        line-height: 1;
    }
    footer a#to_top:first-line{
        font-size: 18px;
        line-height: 1;
    }
    section.copyright {
        font-size: 8px;
    }
    .sp_contact a img{
        width: 100%;
        margin-bottom: 10px;
    }
    #flipdesk_sp{
        position: fixed;
        bottom: 0;
    }
    #flipdesk_sp img{
        width: 100%;
    }
    .breadcrumbs,
    .only_pc {
        display: none !important;
    }
    i.only_sp {
        display: inline-block !important;
    }
    .only_sp {
        display: inherit !important;
    }
}
.ui-menu {
    position: absolute;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    z-index: 999;

}
.ui-menu .ui-menu-item{
    display: block;
    padding: 6px 12px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom:solid 1px #ccc;


}
.ui-menu .ui-menu-item:hover {
    background-color: #FFD1D1;

}
.ui-menu .ui-menu-item.over{ /* マウスオーバ時のスタイル */
    background-color: #FFD1D1;
}