body {
    min-width: 320px;
    background: white no-repeat;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
}
.top-nav {
    height: 110px;
    background-color: #fff;
}
.top-nav .nav-item > a, .nav-item .dropdown > a {
    border-top: 4px solid transparent;
    text-align: center;
    font-weight: bold;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    text-decoration: none;
    text-transform: uppercase;
    height: 110px;
}
.top-nav .menu-lang {
    margin-left: 30px;
}
.top-nav .menu-lang .w-lang {
    height: 110px;
    padding-top: 42px;

}
.top-nav .menu-lang button {
    background-color: #eb1c23;
    text-decoration: none;
    margin: 0 3px;
    display: block;
    width: 26px;
    height: 26px;
    color: white;
    padding: 0;
    line-height: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
    text-align: center;
    font-weight: bold;
    border-color: transparent;
}
.nav-item.active > .nav-link {
    border-top-color: #eb1c23;
    background-color: #f8f8f8;
}
.nav-item > .nav-link, .nav-item > .dropdown > a {
    color: #5d5d5d;
}
.nav-item > .nav-link:hover, .nav-item > .dropdown > a:hover, .nav-item > .dropdown.show > a{
    color: #ffffff;
    background-color: #eb1c23;
}
.top-nav .nav-item > a:before, .top-nav .dropdown > a:before {
    height: 24px;
    content: '';
    background: url(../img/icon-menu.png) no-repeat top center;
    background-size: 25px auto;
    display: block;
    margin-bottom: 10px;
}
.top-nav .nav-item:hover > a:before, .top-nav:hover .dropdown > a:before{
    background-position: 50% -144px;
}
.top-nav .about-us .dropdown > a:before, .top-nav .about-us .dropdown.show > a:before {
    background-position: 50% -24px;
}
.top-nav .about-us .dropdown > a:hover:before, .top-nav .about-us .dropdown.show > a:before {
    background-position: 50% -168px;
}
.top-nav .lessons .dropdown > a:before {
    background-position: 50% -48px;
}
.top-nav .lessons .dropdown > a:hover:before, .top-nav .lessons .dropdown.show > a:before {
    background-position: 50% -192px;
}
.top-nav .blog .dropdown > a:before {
    background-position: 50% -72px;
}
.top-nav .blog .dropdown > a:hover:before, .top-nav .blog .dropdown.show > a:before {
    background-position: 50% -216px;
}
.top-nav .gallery .dropdown > a:before {
    background-position: 50% -96px;
}
.top-nav .gallery .dropdown > a:hover:before, .top-nav .gallery .dropdown.show > a:before {
    background-position: 50% -240px;
}
.top-nav .contact > a:before {
    background-position: 50% -120px;
}
.top-nav .contact:hover > a:before {
  background-position: 50% -264px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.dropdown-menu > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > a:hover, .dropdown-menu > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.top-nav .dropdown-menu > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-nav .dropdown-menu {
    border: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    right: auto;
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #eb1c23;
    border-color: #da131a;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #c31117;
    border-color: #a20e13;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}
.page-title {
    background: #f6f6f6;
    -webkit-box-shadow: inset 0 0 8px rgb(170 170 170 / 50%);
    -moz-box-shadow: inset 0 0 8px rgba(170, 170, 170, 0.5);
    -o-box-shadow: inset 0 0 8px rgba(170, 170, 170, 0.5);
    box-shadow: inset 0 0 8px rgb(170 170 170 / 50%);
    text-transform: uppercase;
    color: #464646;
}
.page-title h1 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.page-content {
    position: relative;
    padding: 40px 0 60px;
}
a {
    color: #eb1c23;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
a:hover {
    color: #c31117;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #ab0f14;
    text-decoration: underline;
}
a:active, a:hover {
    outline: 0;
}
#site-footer {
    background: #f2f2f3;
    color: #464646;
    padding: 20px 0 15px;
}
#site-footer .f-box h3 {
    margin-top: 14px;
}
#site-footer .f-box h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 14px;
}
#site-footer .f-box h3 a {
    color: #464646;
}
#site-footer .f-box.gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#site-footer .f-box.gallery li {
    float: left;
    width: 25%;
    padding: 0 10px 10px 0;
}
#site-footer .f-box.gallery li img {
    display: block;
    width: 100%;
    height: auto;
}
#site-footer .c-info {
    font-size: 0.85em;
    position: relative;
    line-height: 20px;
    padding: 0 0 10px 20px;
}
#site-footer .c-info:before {
    display: block;
    content: '\f041';
    font-family: "FontAwesome", sans-serif;
    font-size: 1.2em;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
#site-footer .c-info.phone:before {
    content: '\f095';
}
#site-footer .c-info.email:before {
    content: '\f0e0';
}
#site-footer .socials-bar {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
}
#site-footer .socials-bar li {
    vertical-align: top;
    margin: 0 4px 0 0;
    display: inline-block;
}
#site-footer .socials-bar li a {
    text-decoration: none;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #aaa;
    text-align: center;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
    color: white;
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}
#site-footer .f-most {
    border-top: 2px dotted #aaa;
    padding-top: 15px;
    margin-top: 15px;
    font-size: 0.85em;
}
#site-footer .f-most .logo {
    float: left;
}
#site-footer .f-most .logo img {
    width: 55px;
    height: auto;
}
#site-footer .f-most .w-f-menu {
    margin-left: 16px;
    float: left;
}
#site-footer .f-most .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-size: 0;
}
#site-footer .f-most .menu a {
    color: #464646;
    font-size: 12px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}
#site-footer .f-most .menu li {
    display: inline-block;
}
#site-footer .f-most .menu li:after {
    font-size: 12px;
    content: '|';
    display: inline-block;
    padding: 0 0.3em;
    vertical-align: top;
}
#site-footer .f-most .menu li:last-child:after {
    content: '';
}
#site-footer .f-most .copyright {
    color: #aaa;
}
#site-footer .f-most .w-fr-menu {
    float: right;
    line-height: 32px;
}
#site-footer .socials-bar li a:before {
    display: block;
    content: '\f09a';
    font-family: "FontAwesome", sans-serif;
    font-size: 1em;
    padding-top: 1px;
}
#site-footer .socials-bar li a.instagram:before {
    content: '\f16d';
}
#site-footer .socials-bar li a.line {
    background-image: url(../img/line.svg);
    background-size: 100% auto;
    background-position: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
#site-footer .socials-bar li a.line:before {
    content: '';
}

.basket-items .image_container {
    max-height: 110px;
    min-height: unset !important;
}