@charset "UTF-8";

/*
Theme Name:   大谷楽器
Description:  
Author:       SHIN Inc.
Author URI:   http://www.shin-inc.jp/
Version:      1.0
Template:     archetype
*/

/* Font
--------------------------------*/

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

/* Normalize
--------------------------------*/

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
}

.fixed,
.fixed > body {
  height: 100%;
  overflow: hidden;
}

a {
  color: inherit;
  transition: .3s;
}

a:before,
a:after {
  text-align: inherit;
  text-decoration: inherit;
}

abbr,
cite {
  font-style: inherit;
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: .8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0 0 0 40px;
}

dd + dt {
  margin-top: 1em;
}

article,
section {
  margin: 40px auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: .875em;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: solid #eaeaea;
  border-width: 0 0 1px;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  font-family: inherit;
  font-size: 1em;
  transition: .3s;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="password"],
textarea,
select {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

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

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[disabled] {
  opacity: .3;
  cursor: default;
}

fieldset {
  margin: 30px 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
  padding: 0;
  font-weight: 700;
}

legend:before {
  content: "■";
}

/* Heading
--------------------------------*/

h1 {
  margin: 0;
  font-size: 1.5em;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

h2 + section,
h3 + section,
h4 + section,
h5 + section,
h6 + section {
  margin-top: 0;
}

h2 {
  position: relative;
  padding: 0 0 4px;
  border-bottom: 1px solid;
  color: #373737;
  font-size: 16px;
}

h2[data-en] {
  font-size: 12px;
}

h2[data-en]:before {
  display: block;
  font-family: Lato, sans-serif;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  content: attr(data-en);
}

h3 {
  position: relative;
  padding-left: 1.1em;
  font-size: 17px;
}

h3:before {
  position: absolute;
  left: 0;
  content: "■";
}

/* Remove Margin
--------------------------------*/

p:first-child,
td ul:first-child,
td ol:first-child,
article:first-child,
section:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.paragraph:first-child,
.widget:first-child,
.entry-content > :first-child {
  margin-top: 0;
}

p:last-child,
td ul:last-child,
td ol:last-child,
.paragraph:last-child,
.entry-content > :last-child,
.playguide:last-child {
  margin-bottom: 0;
}

/* Site Width
--------------------------------*/

.site {
  position: relative;
  margin: auto;
}

.site-header-content,
.site-footer-content,
.site-content {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

/* Common
--------------------------------*/

.group:after,
.text-width-image:after,
.information-area:after,
.store-info-area:after,
.page-newsletter .page:after,
.entry-content:after {
  display: block;
  clear: both;
  content: "";
}

.btn,
input[type="submit"] {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  line-height: 1.57;
  box-shadow: none;
  padding: 9px 20px;
  border: 0;
  border-radius: 0;
  background: #373737;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.btn:after,
input[type="submit"]:after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  height: 1em;
  margin: auto;
  font: 1em/1 FontAwesome;
  content: "\f0da";
}

.btn > span,
input[type="submit"] > span {
  display: inline-block;
}

.banner-btn {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 48%;
  background: #000;
  text-decoration: none;
}

.banner-btn:hover > img,
.banner-btn:focus > img {
  opacity: .65;
}

.banner-btn__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.banner-btn__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.banner-btn__title:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  height: 1em;
  margin: auto;
  font: 1em/1 FontAwesome;
  content: "\f0da";
}

.image,
.graph,
.tagline {
  text-align: center;
}

.tagline {
  margin: 0 auto 1.5rem;
  font-weight: 700;
}

.tagline > span {
  display: block;
}

.lede {
  display: table;
  margin: 1.5rem auto;
}

.lede > p {
  margin: .3em 0;
}

.link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 1em;
  text-align: center;
}

.featured-image {
  margin-bottom: 20px;
  text-align: center;
}

.featured-image.gallery {
  margin-bottom: 40px;
}

.photos {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  clear: both;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.photos__item {
  -ms-flex: 0 0 48%;
  -webkit-flex: 0 0 48%;
  flex: 0 0 48%;
  margin-top: 12px;
}

.photos__item > figcaption {
  font-weight: inherit;
  font-size: .875em;
}

.note {
  font-size: .875em;
}

.feature-list {
  margin: 0;
}

.feature-list > dt:before {
  content: "■";
}

.feature-list > dd {
  margin-left: 0;
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.table-wrap {
  width: 100%;
  overflow: auto;
}

.heading-btn {
  position: absolute;
  right: 0;
  bottom: 5px;
  padding: 4px 8px;
  background: #373737;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.blog-link {
  margin-top: 20px;
  text-align: center;
}

.list {
  margin: 1em 0 0;
}

.list > figcaption {
  font-weight: inherit;
}

.list > ul,
.list > ol {
  margin: 0;
}

.urgent-notice {
  line-height: 1.4;
  background: red;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  color: #fff;
  font-weight: 700;
}

.urgent-notice__caption {
  display: block;
  margin: 0 -3.125vw 12px;
  padding: 6px 0;
  border-bottom: 1px solid;
  text-align: center;
}

.urgent-notice__caption:before {
  content: "【";
}

.urgent-notice__caption:after {
  content: "】";
}

.urgent-notice__date {
  display: block;
}

.head-urgent > .urgent-notice {
  margin-top: 0;
  margin-bottom: 0;
}

/* Slider
--------------------------------*/

.flexslider {
  margin-right: auto;
  margin-left: auto;
  border-radius: 0;
  border: 0;
}

.flex-direction-nav a {
  line-height: 1;
}

/* Header
--------------------------------*/

.site-header-content {
  position: relative;
}

.site-title {
  width: 95px;
  line-height: 1;
  margin: 0 auto;
  padding: 21px 0;
  font-size: 1em;
  text-align: center;
}

.head-taxfree {
  position: absolute;
  top: 0;
  right: 3.125vw;
  bottom: 0;
  width: 80px;
  height: 35px;
  margin: auto;
}

.menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  background: #373737;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.menu-button__caption {
  display: block;
  margin-top: 4px;
  font-weight: 700;
  font-size: 10px;
}

.menu-icon__bar {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: .3s;
  fill: currentColor;
}

.menu-icon__bar--1 {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.menu-icon__bar--2 {
  -webkit-transform: translateY(-3.5px);
  transform: translateY(-3.5px);
}

.menu-icon__bar--4 {
  -webkit-transform: translateY(3.5px);
  transform: translateY(3.5px);
}

.menu-icon__bar--5 {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

[data-open="true"] .menu-icon__bar--1 {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

[data-open="true"] .menu-icon__bar--2 {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

[data-open="true"] .menu-icon__bar--3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

[data-open="true"] .menu-icon__bar--4 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

[data-open="true"] .menu-icon__bar--5 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.global-nav {
  background: #eaeaea;
  font-size: 10px;
  text-align: center;
}

.global-nav > ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}

.global-nav li {
  width: 20%;
}

.global-nav a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
}

.global-nav a:before {
  display: block;
  font: 17px/1.18 icomoon;
}

.global-nav__store:before {
  content: "\e900";
}

.global-nav__lesson:before {
  content: "\e901";
}

.global-nav__maintenance:before {
  content: "\e902";
}

.global-nav__event:before {
  content: "\e903";
}

.global-nav__school:before {
  content: "\e904";
}

.global-nav__school > .global-nav__title {
  text-indent: 1em;
  letter-spacing: 1em;
}

.global-nav__title {
  display: block;
}

.head-contact {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 1px 0 0;
  padding: 8px 3.125vw;
  background: #b18d6b;
  color: #fff;
  text-align: center;
}

.head-contact__caption {
  display: inline-block;
  margin-right: 16px;
  padding: 0 8px;
  border: 1px solid;
  font-size: .75em;
  font-feature-settings: "palt";
}

.head-contact__tel {
  font-family: Lato, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.head-contact__tel:before {
  margin-right: 3px;
  font-family: FontAwesome;
  content: "\f095";
}

.head-urgent {
  padding: 0 3.125vw;
  background: red;
}

.hero {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #373737;
  text-align: center;
}

.hero:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

.hero__text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  margin: auto;
  transition: .5s;
}

.hero__text-image {
  width: 280px;
}

.slide {
  opacity: 0;
  transition: .5s;
}

.slide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.slide__item.show {
  z-index: 1;
  opacity: 1;
}

[data-state="complete"] > .slide,
[data-state="complete"] > .hero__text {
  opacity: 1;
}

.slide-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100px;
  height: 100px;
  margin: auto;
  border: 8px solid #eaeaea;
  border-radius: 50%;
  border-right-color: #5b9db3;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

iframe#featured-movie {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.happy-new-year {
  width: 300px;
  margin-bottom: 20px;
}

/* Footer
--------------------------------*/

.site-footer {
  background: #373737;
  color: #fff;
}

.site-footer-content {
  padding-top: 20px;
}

.search-form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

input.search-form__field {
  -webkit-appearance: none;
  appearance: none;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  border: 0;
  border-radius: 0;
}

.search-form__submit {
  width: 68px;
  padding: 0;
  background: #b18d6b;
  color: #fff;
  font-size: .75em;
}

.search-form__submit:before {
  margin-right: .3em;
  vertical-align: top;
  font-family: FontAwesome;
  content: "\f002";
}

.foot-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  margin: 16px 0;
  padding: 0;
  font-weight: 700;
  font-size: .75em;
  text-align: center;
}

.foot-nav:after {
  display: block;
  width: 100%;
  height: 23px;
  margin-top: 20px;
  background: url(images/logo_w.svgz) 50% no-repeat;
  background-size: contain;
  content: "";
}

.foot-nav__item {
  width: 48%;
  border-bottom: 1px solid;
}

.foot-nav__item > a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
}

.foot-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  font-weight: 700;
  font-size: .6875em;
}

.foot-menu__item:not(:first-child):before {
  content: "\a0/\a0";
}

.foot-menu__item > a {
  text-decoration: none;
}

.copyright {
  padding-bottom: 8px;
  font-size: 12px;
  text-align: center;
}

.copyright > small {
  font-size: 1em;
}

.drawer {
  position: fixed;
  top: 65px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  visibility: hidden;
  overflow: auto;
  background: #373737;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  color: #fff;
  margin: 0;
  padding: 20px 3.125vw;
  transition: .3s;
}

.drawer:before {
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  width: 40px;
  height: 6px;
  box-shadow: -1px -1px rgba(255, 255, 255, 0.3) inset;
  margin: auto;
  border-radius: 3px;
  background: #111;
  content: "";
}

.drawer:after {
  content: none;
}

.drawer[aria-hidden="false"] {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.logged-in .drawer {
  top: 111px;
}

/* Site Content
--------------------------------*/

.site-content {
  margin-top: 16px;
}

.home .site-content {
  margin-top: 0;
}

main > .no-posts {
  margin-bottom: 20px;
  text-align: center;
}

.contact-area {
  clear: both;
  background: url(images/bg_dot.svgz) #b18d6b;
  color: #fff;
}

.contact-area__heading {
  margin: 0 0 16px;
}

.contact-area__heading:before {
  background-image: url(images/h_contact.svgz);
}

.contact-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.2;
  padding: 12px 0;
  background: #fff;
  color: #111;
  font-weight: 700;
  text-align: center;
}

.contact-box:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 55.8%;
  margin: auto;
  background: #b18d6b;
  content: "";
}

.contact-box__item {
  width: 64%;
  padding: 0 6px;
}

.cbox-tel__caption,
.cbox-tel__open {
  display: block;
  font-size: 10px;
}

.cbox-tel__tel {
  display: inline-block;
  font-weight: 900;
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.cbox-tel__main-number {
  display: block;
  margin-top: 6px;
  font-size: 13px;
}

.cbox-tel__main-number > a {
  font-weight: 900;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.cbox-mail__link {
  display: block;
  font-size: 12px;
  text-decoration: none;
}

.cbox-mail__link:before {
  display: block;
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 20px;
  content: "\f003";
}

.contact-block {
  clear: both;
  margin: 30px auto;
  padding-top: 6px;
  border: 1px solid #b18d6b;
}

.contact-block__caption {
  margin: 0;
  color: #666;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}

.contact-block__caption > span {
  display: inline-block;
}

/* Sidebar
--------------------------------*/

.sidebar {
  margin-top: 40px;
}

.widget__title {
  margin: 0 0 8px;
  padding: 4px 8px;
  background: #373737;
  color: #fff;
  font-size: 1em;
}

.recent-posts,
.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.recent-posts > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recent-posts time {
  font-family: Lato, sans-serif;
}

.category-list > li {
  position: relative;
  padding-left: 1em;
}

.category-list > li:before {
  position: absolute;
  left: 0;
  width: 1em;
  font-family: FontAwesome;
  text-align: center;
  content: "\f0da";
}

.tag-cloud {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 24px;
  margin: -2px;
  font-size: 13px;
}

.tag-cloud-link {
  display: inline-block;
  position: relative;
  margin: 2px 14px 2px 2px;
  padding: 0 12px 0 6px;
  border-radius: 3px 0 0 3px;
  background: #b18d6b;
  color: #fff;
  text-decoration: none;
}

.tag-cloud-link:before {
  position: absolute;
  top: 0;
  left: 100%;
  border: solid transparent;
  border-width: 12px 0 12px 12px;
  border-left-color: #b18d6b;
  content: "";
}

.tag-cloud-link:after {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  content: "";
}

/* Breadcrumbs
--------------------------------*/

.breadcrumbs {
  line-height: 1.25;
  overflow: auto;
  margin: 16px 0;
  font-size: .8125em;
  white-space: nowrap;
}

.breadcrumbs > ol {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:first-child {
  text-transform: uppercase;
}

.breadcrumbs li + li:before {
  margin: 0 3px;
  content: ">";
}

/* Home
--------------------------------*/

.home-section-heading,
.contact-area__heading {
  position: relative;
  padding: 48px 0 0;
  border: 0;
  background-image: repeating-linear-gradient(to bottom, currentColor, currentColor 1px, transparent 1px, transparent 5px), repeating-linear-gradient(to bottom, currentColor, currentColor 1px, transparent 1px, transparent 5px);
  background-repeat: no-repeat;
  background-position: 0 32px, 100% 32px;
  background-size: 24.444% 21px;
  color: inherit;
  font-size: 12px;
  text-align: center;
  text-indent: .3em;
  letter-spacing: .3em;
}

.home-section-heading:before,
.contact-area__heading:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 42px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  text-indent: 0;
  content: "";
}

.pickup-area {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 3px, transparent 3px, transparent 6px) #edeadb;
}

.pickup-area__heading:before {
  background-image: url(images/h_pickup.svgz);
}

.pickup-wrap {
  padding: 5px;
  background: #fff;
}

.pickup-wrap > .flexslider {
  margin-bottom: 0;
}

.pickup-thumbnail > .flex-viewport {
  padding-top: 5px;
}

.pickup-thumbnail li {
  position: relative;
  width: 100px;
  height: 56px;
  background: no-repeat 50% 50%;
  background-size: cover;
}

.pickup-thumbnail .flex-active-slide {
  box-shadow: 0 4px #ce2915 inset;
}

.pickup-thumbnail .flex-active-slide:before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  width: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 4px 4px;
  border-color: transparent transparent #ce2915;
  content: "";
}

.first-menu-area {
  background: #5b9db3;
  color: #fff;
}

.first-menu-area__heading:before {
  background-image: url(images/h_menu.svgz);
}

.first-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  text-align: center;
}

.first-menu__item {
  width: 48.542%;
}

.first-menu__item:before {
  font-family: icomoon;
  font-size: 17px;
  content: "\e900";
}

.first-menu__item--lesson:before {
  content: "\e901";
}

.first-menu__link {
  display: block;
  text-decoration: none;
}

.first-menu__text {
  line-height: 1.333;
  margin: 0 0 6px;
  font-size: 10px;
}

.first-menu__text:before,
.first-menu__text:after {
  display: inline-block;
  width: 1px;
  height: 1.333em;
  vertical-align: top;
  margin-right: 1em;
  background: currentColor;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  content: "";
}

.first-menu__text:after {
  margin: 0 0 0 1em;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.first-menu__title {
  display: block;
  padding: 4px;
  background: #fff;
  color: #111;
  font-weight: 700;
  font-size: 12px;
}

.information-area__heading:before {
  background-image: url(images/h_information.svgz);
}

.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-list__item {
  padding: 8px 0;
  border-bottom: 1px solid #666;
}

.post-list__meta {
  display: block;
  margin-bottom: 4px;
  font-size: .8125em;
}

.post-list__type {
  display: inline-block;
  padding: 0 5px;
  background: #5b9db3;
  color: #fff;
}

.post-list__title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 0;
}

.blog-links__item {
  width: 48.9131%;
  margin-top: 2%;
}

.blog-links__item.blog-links__item--info {
  width: 100%;
  margin-top: 0;
}

.blog-links__btn {
  display: block;
  position: relative;
  padding: 6px;
  border: 1px solid #dadada;
  background: #eaeaea;
  color: #515252;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.blog-links__btn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  height: 1em;
  margin: auto;
  font: 12px/1 FontAwesome;
  content: "\f0ca";
}

.blog-links__btn--ltxt {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
}

.contents-area {
  background: #edeadb;
}

.contents-area__heading:before {
  background-image: url(images/h_contents.svgz);
}

.contents-list,
.contents-list2 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.contents-list__item {
  width: 49%;
}

.contents-list__item:nth-child(n+3) {
  margin-top: 2%;
}

.contents-list2__item {
  margin-top: 2%;
}

/* Page
--------------------------------*/

.page-title {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding: 12px 0;
  background: #373737;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.content-title {
  line-height: 1.4;
  margin: 0 0 24px;
  padding: 0;
  background: none;
  color: inherit;
  font-size: 12px;
  text-align: center;
}

.content-title:before {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  content: attr(data-en);
}

.content-title--school:before {
  height: 23px;
  margin-bottom: 6px;
  background: url(images/logo.svgz) 50% no-repeat;
  background-size: contain;
}

.contact-area,
.pickup-area,
.first-menu-area,
.contents-area,
.floor-introduction-area,
.page-nav,
.otani-card-advantage-area,
.tickets-area,
.piano-inquiry-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/** Store */

.store-data {
  font-size: .9375em;
}

.page-nav {
  background: #edeadb;
}

.page-nav__item:nth-child(n+2) {
  margin-top: 10px;
}

.page-nav__link {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  text-decoration: none;
}

.page-nav__thumbnail {
  -ms-flex: 0 0 112px;
  -webkit-flex: 0 0 112px;
  flex: 0 0 112px;
  min-height: 64px;
  margin-right: 8px;
  background: #ccc;
}

.page-nav__title {
  font-weight: 700;
  font-size: 12px;
}

.page-nav__title[data-en] {
  font-weight: 400;
}

.page-nav__title[data-en]:before {
  display: block;
  font: 900 16px/1.25 Lato, sans-serif;
  text-transform: uppercase;
  content: attr(data-en);
}

.page-nav__title > span {
  display: inline-block;
}

.floor-guide-menu-area {
  clear: both;
}

.goods-menu-area {
  background: #eaeaea;
}

.store-data {
  margin-bottom: 20px;
}

.type-goods {
  margin-bottom: 0;
}

/** Maintenance */

.cost-table {
  font-size: 10px;
  font-size: 3.125vw;
}

.cost-table caption {
  padding: 6px;
  background: #525252;
  color: #fff;
}

.cost-table th,
.cost-table td {
  vertical-align: middle;
  border: 1px solid #525252;
  background: #fff;
}

.cost-table td:first-child {
  text-align: left;
}

.cost-table thead th,
.cost-table td {
  text-align: center;
}

.cost-table thead:first-child th {
  background: #525252;
  color: #fff;
}

.cost-table tbody th {
  width: 11em;
}

.cost-table + .cost-table {
  margin-top: 20px;
}

.cost-table--electric-piano {
  width: 100%;
}

.cost-table--electric-piano td {
  width: 50%;
}

.cost-table-note {
  font-size: 10px;
}

.cost-tables__part:nth-child(n+2) {
  margin-top: 20px;
}

/** Otani Card */

.otani-card-advantage-area {
  background: #5b9db3;
  color: #fff;
}

.otani-card-advantage-area__heading {
  color: inherit;
}

.otani-card-advantages {
  padding: 3.125vw;
  background: #fff;
  color: #373737;
  counter-reset: ad;
}

.otani-card-advantages > dt {
  line-height: 1.25;
  counter-increment: ad;
}

.otani-card-advantages > dt:before {
  content: counter(ad) ". ";
}

.otani-card-advantages > dd {
  margin: .5em 0 0;
  font-size: .875em;
  text-align: justify;
}

/** Studio */

.studio-list {
  margin-top: -20px;
}

.studio-list__item {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.studio-list__name {
  margin: 0 0 10px;
  font-weight: 700;
}

.studio-list__info {
  margin-bottom: 10px;
  font-size: .8125em;
}

.studio-list__info th {
  width: 7em;
}

/** Piano fo Sale */

.piano-sort-block {
  margin: 8px 0;
}

.piano-sort-block__label {
  display: block;
  font-weight: 700;
}

.piano-sort-block__label:before {
  content: "■";
}

/** Soundproof Room */

/** Newsletter */

.newsletter-registration > dd {
  margin-left: 0;
}

.newsletter-registration ul {
  margin: 0;
}

.qr-code {
  width: 117px;
  margin: 1em auto;
  border: 1px solid #666;
  padding: 4px;
}

/** Company **/

.greeting {
  text-align: justify;
}

.greeting__author {
  font-weight: 700;
  text-align: right;
}

.service-list > dt:before {
  content: "●";
}

.service-list > dd {
  margin-left: 0;
}

/** Recruit */

.recruit-info {
  margin-top: 20px;
}

.recruit-info > caption {
  padding: 4px;
  background: #373737;
  color: #fff;
  font-weight: 700;
}

/** Privacy Policy */

.privacy-policy-list {
  list-style: decimal;
}

.privacy-policy-announcement-area {
  counter-reset: pp;
}

.privacy-policy-announcement-part {
  counter-increment: pp;
}

.privacy-policy-announcement-part__heading:before {
  content: counter(pp) ". ";
}

.privacy-policy-announcement-list {
  list-style: none;
  font-size: .9375em;
  counter-reset: ppl;
}

.privacy-policy-announcement-list > li {
  position: relative;
  counter-increment: ppl;
}

.privacy-policy-announcement-list > li:before {
  position: absolute;
  top: 0;
  left: -1.5em;
  content: counter(ppl) ")";
}

.privacy-policy-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** 404 */

.not-found {
  margin-bottom: 40px;
}

.not-found .search-form__field {
  border: 1px solid #ccc;
}

/* Lesson
--------------------------------*/

.lesson-area,
.search-lesson-area {
  margin-bottom: 0;
}

.filtering-part[aria-hidden="true"],
.filtering-list[aria-hidden="true"],
.filtering-list__item[aria-hidden="true"],
.lesson-result-block[aria-hidden="true"] {
  display: none;
}

.filtering-block {
  margin-bottom: 40px;
  counter-reset: filtering;
}

.filtering-part {
  margin: 20px 0;
  counter-increment: filtering;
}

.filtering-part__caption {
  margin: 0;
  font-weight: 700;
}

.filtering-part__caption:before {
  content: counter(filtering) ". ";
}

.filtering-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.filtering-list__item {
  display: inherit;
  -ms-flex: 25%;
  -webkit-flex: 25%;
  flex: 25%;
}

.filtering-list__button {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100%;
  padding: 12px 4px;
  border: 1px solid #fff;
  background: #eaeaea;
  font-size: 10px;
}

.filtering-list__button[aria-selected="true"] {
  background: #5b9db3;
  color: #fff;
}

.filtering-list__button[disabled] {
  opacity: .65;
}

.filtering-list__button:before {
  display: block;
  font: 24px/30px icomoon;
}

.filtering-list__button--course {
  min-height: 68px;
  line-height: 1.2;
  padding: 6px 4px;
}

.filtering-list__button[value="keyboard"]:before {
  content: "\e905";
}

.filtering-list__button[value="wind"]:before {
  content: "\e906";
}

.filtering-list__button[value="string"]:before {
  content: "\e907";
}

.filtering-list__button[value="guitar"]:before {
  content: "\e908";
}

.filtering-list__button[value="percussion"]:before {
  content: "\e909";
}

.filtering-list__button[value="wagakki"]:before {
  content: "\e90a";
}

.filtering-list__button[value="vocal"]:before {
  content: "\e90b";
}

.filtering-list__button[value="non-genre"]:before {
  content: "\e901";
}

.filtering-list__button[value="ballet"]:before {
  content: "\e90c";
}

.filtering-list__button[value="street-dance"]:before {
  content: "\e90d";
}

.filtering-list__button[value="general-dance"]:before {
  content: "\e90e";
}

.filtering-list__button[value="yoga"]:before {
  content: "\e90f";
}

.filtering-list__button[value="exercise"]:before {
  content: "\e910";
}

.filtering-list__button[value="calture-school"]:before {
  content: "\e911";
}

.filtering-list__button[value="ye-0"]:before {
  content: "\e914";
}

.filtering-list__button[value="ym-1"]:before,
.filtering-list__button[value="ye-1"]:before {
  content: "\e915";
}

.filtering-list__button[value="ym-2"]:before,
.filtering-list__button[value="ye-2"]:before {
  content: "\e916";
}

.filtering-list__button[value="ym-3"]:before,
.filtering-list__button[value="ye-3"]:before {
  content: "\e917";
}

.filtering-list__button[value="ym-4-5"]:before,
.filtering-list__button[value="ye-4-5"]:before {
  content: "\e918\e913\e919";
}

.filtering-list__button[value="ym-ps"]:before,
.filtering-list__button[value="ye-ps"]:before {
  content: "\e912";
}

.filtering-list--genre > li {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.filtering-list--course > li {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

.filtering-list__name {
  margin: auto 0;
}

.filtering-list__name > span {
  display: inline-block;
}

#filtering-genre-yamaha-music,
#filtering-genre-yamaha-english {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  -ms-flex: 50%;
  -webkit-flex: 50%;
  flex: 50%;
}

.lesson-result-block {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
  background: #c5d7e1;
}

.lesson-grid__item {
  margin-top: 30px;
  padding: 10px;
  background: #fff;
  font-size: .875em;
}

.lesson-grid__item:first-child {
  margin-top: 0;
}

.lesson-grid__image {
  position: relative;
  padding-top: 56.25%;
  background: #e9e9e9;
}

.lesson-grid__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.lesson-grid__title {
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
}

.lesson-grid__description {
  text-align: justify;
}

.lesson-grid__data {
  margin: 1em 0;
}

.lesson-grid__data th,
.lesson-grid__data td {
  padding: 4px 0;
}

.lesson-grid__data th {
  width: 11em;
  padding-right: 1em;
  font-weight: 700;
}

.lesson-school-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3px -3px 0 0;
  padding: 0;
  font-size: 12px;
}

.lesson-school-list__item {
  display: inline-block;
  margin: 3px 3px 0 0;
}

.lesson-school-list__link {
  display: block;
  padding: 0 5px;
  background: #5b9db3;
  color: #fff;
  text-decoration: none;
}

.loading {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 40px auto;
}

.loading:before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/note8.svgz) no-repeat 50% 50%;
  -webkit-animation: shake 2s linear infinite;
  animation: shake 2s linear infinite;
  content: "";
}

.loading:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: #373737 4px solid;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate 1.8s linear infinite;
  animation: rotate 1.8s linear infinite;
  content: "";
}

@-webkit-keyframes shake {
  25% {
    -webkit-transform: rotate(10deg);
  }

  50% {
    -webkit-transform: rotate(0);
  }

  75% {
    -webkit-transform: rotate(-10deg);
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes shake {
  25% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(0);
  }

  75% {
    transform: rotate(-10deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.ajax-error {
  color: red;
}

.no-lesson {
  font-size: .875em;
  text-align: center;
}

#selected-lesson > .lesson-grid__item {
  margin-top: 0;
}

/* Trial
--------------------------------*/

.yamaha-campaign {
  padding: 8px;
  background: #63c9f3;
}

.yamaha-campaign__heading {
  margin: 0 0 8px;
  padding: 0;
  color: #fff;
  font-family: "FOT-スーラ Pro B", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  text-align: center;
}

.yamaha-campaign__heading:before {
  content: none;
}

.yamaha-campaign__content {
  padding: 8px;
  background: #fff;
}

.yamaha-campaign__image {
  margin-bottom: 1em;
  text-align: center;
}

.yamaha-campaign__benefits {
  margin: 0;
}

.yamaha-campaign__benefits > dt:before {
  content: "■";
}

.yamaha-campaign__benefits > dd {
  margin-left: 0;
  font-size: .875em;
}

.trial-school-area {
  padding: 0 8px;
  background: #fff;
}

.trial-school-area:last-child {
  margin-bottom: 0;
}

.trial-school-area__heading {
  margin: 0 -8px;
  padding: 8px;
  background: #5b9db3;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.trial-school-area__heading:before {
  content: none;
}

.trial-list {
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
  font-size: .8125em;
}

.trial-list__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #eaeaea;
}

.trial-list__name {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  font-weight: 700;
}

.trial-list__inquiry {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-left: auto;
  white-space: nowrap;
}

.trial-list__meta {
  display: block;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.trial-list__meta:nth-child(3) {
  width: 100%;
}

.trial-list__data {
  display: block;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  width: 100%;
}

.trial-list__data > span {
  display: inline-block;
}

.trial-list__data > span:before {
  content: "■";
}

.trial-list__category {
  display: inline-block;
  padding: 0 8px;
  background: #45b0aa;
  color: #fff;
}

.selected-lesson-name {
  margin: 0;
  font-weight: 700;
}

.selected-lesson-data {
  width: 100%;
}

.selected-lesson-data th {
  width: 7em;
  padding-left: 0;
}

.selected-lesson-data td {
  padding-right: 0;
}

/* Special
--------------------------------*/

.special-lesson-category-list figcaption {
  font-feature-settings: "palt";
}

.special-lesson-category-list figcaption:before {
  content: "【";
}

.special-lesson-category-list figcaption:after {
  content: "】";
}

.special-lesson-category-list ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .875em;
}

.special-lesson-category-list li:after {
  content: "/";
}

.special-lesson-category-list li:last-child:after {
  content: none;
}

.collapsible {
  margin: 20px 0;
}

.collapsible-switch {
  position: relative;
  cursor: pointer;
}

.collapsible-switch:before {
  position: absolute;
  right: 10px;
  left: auto;
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f067";
}

.collapsible-active .collapsible-switch:before {
  content: "\f068";
}

/* School
--------------------------------*/

/** Search */

.filtering-school-part {
  margin: 8px 0;
}

.filtering-school-part__label {
  display: block;
  font-weight: 700;
}

.filtering-school-part__label:before {
  content: "■";
}

.filtering-school-submit {
  margin-top: 1em;
  text-align: center;
}

#filtering-school-submit {
  width: 100%;
  padding: 8px 0;
  background: #363739;
  color: #fff;
}

#filtering-school-submit[disabled] {
  opacity: .65;
}

.filtering-conditions {
  margin: 0;
  font-weight: 700;
  font-size: .875em;
}

.school-result-block {
  margin-top: 20px;
}

.school-result-block[aria-hidden="true"] {
  display: none;
}

.school-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.school-list__item > a {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  text-decoration: none;
}

.school-list__thumbnail {
  display: block;
  width: 100px;
  margin-right: 10px;
}

.school-list__name {
  font-weight: 700;
}

/** Single */

.tabs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 0;
}

.tabs > li {
  width: 33%;
  height: 100%;
}

.tabs a {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  min-height: 48px;
  line-height: 1.25;
  padding: 8px 0;
  background: #eaeaea;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.tabs a:before {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  margin: auto;
  border: solid transparent;
  border-width: 10px 8px 0;
  transition: inherit;
  content: "";
}

.tabs [aria-selected="true"] > a {
  background: #5b9db3;
  color: #fff;
}

.tabs [aria-selected="true"] > a:before {
  border-top-color: #5b9db3;
}

.tabpanels {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  transition: .3s;
}

.tabcontrol [role="tabpanel"] {
  position: absolute;
  transition: inherit;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}

[role="tabpanel"] > section:last-child {
  margin-bottom: 0;
}

.tabcontrol [role="tabpanel"][aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}

.school-introduction__text {
  margin: 1em 0;
}

.school-introduction__gallery {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.school-introduction__gallery > img {
  width: 48%;
}

.school-data {
  font-size: .9375em;
}

.lesson-list-area__heading {
  margin: 0;
  padding: 8px;
  background: #5b9db3;
  color: #fff;
  font-size: 16px;
}

.lesson-list-area__heading:before {
  content: none;
}

.lesson-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .8125em;
}

.lesson-list__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eaeaea;
}

.lesson-list__name {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-weight: 700;
}

.lesson-list__inquiry {
  margin-left: 1em;
  white-space: nowrap;
}

.lesson-list__schedule {
  width: 100%;
  margin-top: 5px;
}

.lesson-schedule {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1px;
  margin-left: -1px;
  font-weight: 700;
  font-size: 12px;
}

.lesson-schedule > span {
  display: inline-block;
  margin: 1px;
  padding: 0 4px;
}

.lesson-schedule__caption {
  background: #5b9db3;
  color: #fff;
}

.lesson-schedule__item {
  border: 1px solid #5b9db3;
}

.btn--school-inq {
  width: 100%;
  min-width: 0;
  padding: 5px 8px;
  background: #eaeaea;
  color: #666;
  font-weight: 700;
  font-size: 1em;
}

.btn--school-inq:after {
  content: none;
}

.school-trial-lesson-area {
  margin: 10px 0;
}

.school-trial-lesson-area:last-child {
  margin-bottom: 0;
}

.school-trial-lesson-area__heading {
  margin: 0;
  padding: 0 0 4px;
  border-bottom: 1px solid #eaeaea;
  color: #373737;
  font-size: 1em;
}

#map {
  height: 213px;
  height: 66.6vw;
  max-height: 360px;
  background: #ccc;
}

/* Search
--------------------------------*/

.search-query {
  font-weight: 700;
}

/* Archive
--------------------------------*/

.post-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.5;
  font-size: .8125em;
}

.post-grid__item {
  -ms-flex: 0 0 49%;
  -webkit-flex: 0 0 49%;
  flex: 0 0 49%;
}

.post-grid__item:nth-child(n+3) {
  margin-top: 3%;
}

.post-grid__meta {
  margin: 4px 0 0;
}

.post-grid__type {
  display: table;
  padding: 0 5px;
  background: #5b9db3;
  color: #fff;
}

.post-grid__title {
  display: block;
}

.post-grid__thumbnail {
  position: relative;
  padding-top: 56.25%;
}

.post-grid__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.shool-blog-select {
  margin-bottom: 40px;
}

#schoo-lblog-selector {
  width: 100%;
}

/* Post
--------------------------------*/

.post {
  border-bottom: 1px solid #373737;
}

.archive-title + .post {
  margin-top: 0;
}

.entry-title {
  font-size: 1.125em;
}

.entry-title > a {
  text-decoration: none;
}

.entry-title > a:hover,
.entry-title > a:focus {
  text-decoration: underline;
}

.entry-meta {
  line-height: 1.4286;
  margin-bottom: 4px;
  font-size: .875em;
}

.entry-author {
  display: table;
  line-height: 1.6667;
  vertical-align: top;
  margin-bottom: 4px;
  padding: 0 6px;
  background: #b18d6b;
  color: #fff;
  font-size: .857em;
  text-decoration: none;
}

.entry-date {
  font-weight: 700;
}

.post-categories > a {
  display: inline-block;
  line-height: 1.6667;
  vertical-align: top;
  padding: 0 6px;
  background: #5b9db3;
  color: #fff;
  font-size: .857em;
  text-decoration: none;
}

.entry-footer {
  margin: 20px 0;
  font-size: .875em;
}

.post-tags {
  display: block;
  margin-bottom: 8px;
}

.post-tags:before {
  margin-right: .3em;
  font-family: FontAwesome;
  content: "\f02b";
}

.post-tags > [itemprop="keywords"] {
  display: inline-block;
}

.entry-content {
  margin: 20px 0;
}

.attachment .entry-content {
  text-align: center;
}

.entry-content strong {
  color: inherit;
}

.entry-content em {
  color: inherit;
  font-style: italic;
  font-weight: inherit;
}

.more-link {
  display: table;
  margin: 1em 0 0 auto;
}

.post-share {
  clear: both;
  margin: 20px 0;
}

.blog-school-link {
  clear: both;
  margin: 20px 0;
  text-align: center;
}

/*** Wordpress Native Classes ***/

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

.alignnone {
  vertical-align: baseline;
}

/* Event
--------------------------------*/

.event-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.event-grid__item {
  display: block;
  position: relative;
  width: 48%;
  line-height: 1.25;
  text-decoration: none;
}

.event-grid__item:nth-child(n+3) {
  margin-top: 20px;
}

.event-grid__thumbnail {
  position: relative;
  margin-bottom: 5px;
  padding-top: 56.25%;
}

.event-grid__thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.event-grid__categories {
  line-height: 1.5385;
  font-size: .625em;
}

.event-grid__category {
  display: inline-block;
  margin: 1px 0;
  padding: 0 6px;
  background: #5b9db3;
  color: #fff;
}

.event-grid__title {
  margin: 5px 0;
  font-weight: 700;
}

.event-grid__schedule {
  font-size: .8125em;
}

.event-grid__schedule > time {
  display: inline-block;
}

.today-stamp {
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 1;
  width: 80px;
  line-height: 1.5;
  background: #ce2915;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.today-stamp:before {
  position: absolute;
  top: 100%;
  left: 0;
  border: 3px solid;
  border-color: #84414a #84414a transparent transparent;
  content: "";
}

.event-header {
  margin-bottom: 1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #373737;
}

.event-schedule {
  display: inline-block;
}

.event-schedule > time {
  display: inherit;
}

.event-image {
  margin: 1em 0;
  text-align: center;
}

.event-data strong {
  color: #ce2915;
}

.event-flyer,
.event-vacant-seat {
  margin: 1em 0;
}

.event-catch {
  font-weight: 700;
  font-size: 1.125em;
}

.event-info th,
.event-info td {
  border-width: 1px 0;
}

.event-info th {
  vertical-align: middle;
  background: #b18d6b;
  color: #fff;
  text-align: center;
}

.back-link {
  margin: 30px 0;
  text-align: center;
}

/* Playguide
--------------------------------*/

.playguide-area {
  margin-bottom: 0;
}

.tickets-area {
  background: #5b9db3;
  color: #fff;
}

.tickets-area__heading {
  color: inherit;
}

.playguide {
  margin: 20px 0;
  padding: 10px;
  background: #fff;
  color: #111;
}

.playguide__schedule {
  display: table;
  padding: 1px 4px;
  background: #b18d6b;
  color: #fff;
  font-size: 12px;
}

.playguide__title {
  padding-left: 0;
}

.playguide__title:before {
  content: none;
}

.no-ticket {
  text-align: center;
}

/* Piano
--------------------------------*/

.piano-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: .9375em;
}

.piano-list__item {
  border-bottom: 1px solid #eaeaea;
}

.piano-list__link {
  display: block;
  position: relative;
  padding: 8px 1em 8px 0;
  text-decoration: none;
}

.piano-list__link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  font: 1em/1 FontAwesome;
  text-align: center;
  content: "\f0da";
}

.piano-list__link > span {
  display: inline-block;
  margin-right: .15em;
}

.piano-list__note {
  vertical-align: top;
  padding: 2.5px 6px;
  background: #ce2915;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

.piano-info,
.soundproof-room-info {
  font-size: .8125em;
}

.piano-info th,
.soundproof-room-info th {
  width: 5em;
}

.piano-inquiry-area {
  clear: both;
  background: #eaeaea;
}

.piano__photo,
.soundproof-room__photo {
  text-align: center;
}

.piano__comment,
.soundproof-room__comment {
  margin-top: 20px;
  text-align: justify;
}

.piano__note {
  display: inline-block;
  vertical-align: .3333em;
  padding: 1.5px 6px;
  background: #ce2915;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

/* Soundproof Room
--------------------------------*/

.soundproof-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .9375em;
}

.soundproof-list__item {
  padding: 8px 0;
  border-bottom: 1px solid #eaeaea;
}

.soundproof-list__year {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 3px;
  padding: 0 10px;
  background: #5b9db3;
  color: #fff;
  font-size: 12px;
}

.soundproof-room__name {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  speak: none;
}

/* Floor
--------------------------------*/

.type-floor {
  margin-bottom: 0;
}

.blog-tags-area__heading {
  background: none;
  color: inherit;
  font-size: 1em;
}

.blog-tags-area__heading:before {
  font-family: FontAwesome;
  content: "\f02b\a0";
}

.floor-introduction-area {
  background: #5b9db3;
  color: #fff;
}

.floor-introduction-area__heading {
  color: inherit;
}

.floor-introduction-area__content {
  padding: 10px;
  background: #fff;
  color: #111;
}

.floor-introduction,
.floor-gallery {
  margin-top: 16px;
}

.floor-introduction:first-child,
.floor-gallery:first-child {
  margin-top: 0;
}

.floor-introduction__photo {
  margin-bottom: 12px;
  text-align: center;
}

.floor-introduction__tagline {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.125em;
}

.floor-gallery {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.floor-gallery__item {
  width: 48%;
}

.floor-gallery__item:nth-child(n+3) {
  margin-top: 10px;
}

.floor-gallery__caption {
  font-weight: 400;
  font-size: .75em;
}

.related-list {
  list-style: none;
  padding: 0;
}

.related-list > li:before {
  font-family: FontAwesome;
  content: "\f0da\a0";
}

/* Kumamon
--------------------------------*/

.kumamon-list__item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.kumamon-list__name {
  line-height: 1.25;
  margin: 0 0 10px;
  font-weight: 700;
}

.kumamon-list__photo {
  margin: 10px auto;
  text-align: center;
}

.kumamon-list__content {
  text-align: justify;
}

div.wpcf7 {
  max-width: 640px;
  margin: 0 auto 40px;
}

.form-group {
  margin: 1em 0;
}

.form-group .wpcf7-form-control-wrap {
  display: block;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.control-label {
  display: block;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: block;
  padding: 3px 0;
}

span.wpcf7-list-item {
  position: relative;
  left: -.8em;
}

.wpcf7-response-output {
  text-align: center;
}

.required,
.optional {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0 6px;
  border-radius: 3px;
  background: #ce2915;
  color: #fff;
  font-size: 10px;
}

.optional {
  background: #3b61ff;
}

.acceptance {
  margin: 20px 0;
  text-align: center;
}

.acceptance > label {
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}

.submit {
  text-align: center;
  text-indent: 20px;
}

label[for],
.wpcf7-list-item > label {
  cursor: pointer;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  background: #fcc;
}

input[size="40"] {
  width: 100%;
}

input[type="submit"] {
  display: inline-block;
  width: auto;
}

.lesson-inquiry-error {
  display: table;
  margin: 2em auto;
  color: #ce2915;
}

/* Page Navigation
--------------------------------*/

.navigation {
  margin: 40px auto;
}

.nav-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: Lato, sans-serif;
  text-align: center;
}

.pagination {
  margin-right: -2px;
  margin-left: -2px;
}

.post-navigation {
  max-width: 640px;
}

.post-navigation .nav-links {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.post-navigation a {
  text-decoration: none;
  text-transform: uppercase;
}

.nav-next {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  margin-right: auto;
}

.nav-next > a:before {
  margin-right: 4px;
  font-family: FontAwesome;
  content: "\f104";
}

.nav-previous {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-left: auto;
}

.nav-previous > a:after {
  margin-left: 4px;
  font-family: FontAwesome;
  content: "\f105";
}

.page-numbers {
  display: inline-block;
  min-width: 1em;
  line-height: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 2px;
  padding: 6px;
  background: #b18d6b;
  color: #fff;
  text-decoration: none;
}

.page-numbers:before {
  vertical-align: top;
  font-family: FontAwesome;
}

.page-numbers.prev:before {
  content: "\f104";
}

.page-numbers.next:before {
  content: "\f105";
}

/* Social
--------------------------------*/

.share-buttons,
.follow-us {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

.share-buttons__link:before,
.follow-us__link:before {
  display: block;
  min-width: 1em;
  font: 1em/1 FontAwesome, sans-serif;
  content: "\e911";
  speak: none;
}

.share-buttons {
  margin: 0 -1px;
  font-size: 20px;
}

.share-buttons__item {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 0 1px;
}

.share-buttons__link {
  display: block;
  padding: 8px 0;
  border-radius: 3px;
  background: #ccc;
  color: #fff;
  text-decoration: none;
}

.share-buttons__title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.share-buttons__link.facebook {
  background-color: #3b5998;
}

.share-buttons__link.twitter {
  background-color: #1da1f3;
}

.share-buttons__link.googleplus {
  background-color: #dd4b39;
}

.share-buttons__link.tumblr {
  background-color: #36465d;
}

.share-buttons__link.pocket {
  background-color: #ef4056;
}

.share-buttons__link.hatena {
  background-color: #00a5de;
}

.share-buttons__link.line {
  background-color: #00c300;
}

.share-buttons__link.facebook:before,
.follow-us__link.facebook:before {
  content: "\f09a";
}

.share-buttons__link.twitter:before,
.follow-us__link.twitter:before {
  content: "\f099";
}

.share-buttons__link.googleplus:before,
.follow-us__link.googleplus:before {
  content: "\f0d5";
}

.follow-us__link.instagram:before {
  content: "\f16d";
}

.share-buttons__link.tumblr:before {
  content: "\f173";
}

.share-buttons__link.pocket:before {
  content: "\f265";
}

.share-buttons__link.hatena:before {
  content: "B!";
  font-family: Verdana, sans-serif;
  font-weight: 700;
}

.share-buttons__link.line:before {
  height: 1em;
  background: url(images/i_line.svgz) no-repeat 50% 50%;
  background-size: contain;
  content: "";
}

.follow-us {
  margin: 36px auto 24px;
}

.follow-us__item {
  position: relative;
  margin: 0 8px;
}

.follow-us__user {
  position: absolute;
  top: -14px;
  left: -14px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  color: #373737;
  text-align: center;
}

.follow-us__user:before {
  display: block;
  font: 12px/20px icomoon;
  content: "\e908";
}

.follow-us__user:after {
  position: absolute;
  right: 0;
  bottom: 0;
  border: solid transparent;
  border-width: 2px 0 2px 4px;
  border-left-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.follow-us__user--keyboard:before {
  content: "\e905";
}

.follow-us__link {
  display: block;
  position: relative;
  line-height: 1;
  padding: 8px;
  border-radius: 50%;
  background: #fff;
  color: #373737;
  font-size: 24px;
  text-decoration: none;
}

.follow-us__link.youtube:before {
  content: "\f16a";
}

/* ImageLightbox
--------------------------------*/

#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#imagelightbox-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9998;
  opacity: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  transition: opacity .25s;
}

#imagelightbox-backdrop.active {
  bottom: 0;
  opacity: 1;
}

#imagelightbox-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  margin: auto;
}

/* Extra
--------------------------------*/

.for-ie {
  padding: 10px 0;
  background: #ce2915;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

/* Media Queries
--------------------------------*/

@media screen and (min-width: 400px) {
  .banner-btn {
    width: 344px;
    height: 165px;
    padding-top: 0;
  }

  .cost-table {
    width: 100%;
    font-size: .8125em;
  }

  .cost-table-note {
    font-size: .8125em;
  }
}

@media screen and (min-width: 768px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="number"],
  input[type="password"],
  select {
    width: auto;
  }

  .btn,
  input[type="submit"] {
    display: inline-block;
    width: auto;
    min-width: 50%;
  }

  .banner-btn {
    display: inline-block;
    margin: 0 5px;
  }

  .banner-btn:nth-child(n+3) {
    margin-top: 10px;
  }

  .banner-btn__image {
    width: auto;
  }

  .photos {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .photos__item {
    -ms-flex: 0 0 32%;
    -webkit-flex: 0 0 32%;
    flex: 0 0 32%;
    margin-left: 2%;
  }

  .photos__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .urgent-notice {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 12px;
  }

  .urgent-notice__caption,
  .urgent-notice__date {
    display: inline-block;
    white-space: nowrap;
  }

  .urgent-notice__caption {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .urgent-notice__date {
    margin-right: 10px;
  }

  .site-title {
    width: auto;
  }

  .head-taxfree {
    width: auto;
    height: 54px;
  }

  .global-nav {
    font-size: 16px;
  }

  .global-nav a:before {
    font-size: 22px;
  }

  .hero {
    height: 432px;
    height: 56.25vw;
    /*img {
			height: 100%;
			@include object-fit(cover);
		}*/
  }

  .hero__text {
    opacity: 1;
    transition: none;
  }

  .hero__text-image {
    width: 58.33333%;
  }

  .happy-new-year {
    width: 70.83333%;
  }

  .site-footer-content {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .site-footer-content:before {
    width: 150px;
    height: 36px;
  }

  .foot-nav {
    font-size: .875em;
  }

  .foot-menu {
    font-size: .8125em;
  }

  .site-content--blog > main {
    float: left;
    width: 70.83333%;
  }

  .site-content--blog > .sidebar {
    float: right;
    width: 25%;
    margin-top: 0;
  }

  .cbox-tel__caption,
  .cbox-tel__open {
    font-size: 12px;
  }

  .cbox-tel__tel {
    font-size: 24px;
  }

  .cbox-tel__main-number {
    font-size: 16px;
  }

  .cbox-mail__link {
    font-size: 14px;
  }

  .cbox-mail__link:before {
    font-size: 24px;
  }

  .contact-block {
    padding: 12px 0 6px;
  }

  .contact-block__caption {
    font-size: 14px;
  }

  .widget__title {
    font-size: .875em;
  }

  .home-section-heading,
  .contact-area__heading {
    margin-bottom: 20px;
    background-size: 36% 21px;
  }

  .first-menu__item:before {
    font-size: 20px;
  }

  .first-menu__text {
    font-size: 13px;
  }

  .first-menu__title {
    padding: 8px;
    font-size: 14px;
  }

  .information-area__heading {
    margin-bottom: 40px;
  }

  .multi-blog-list {
    float: left;
    width: 47.91667%;
  }

  .blog-links {
    float: right;
    width: 47.91667%;
    margin-top: 0;
  }

  .blog-links__item {
    margin-top: 12px;
  }

  .blog-links__btn {
    padding-top: 27px;
    padding-bottom: 27px;
    background: url(images/bg_blog_link.jpg) no-repeat 50% 0 #999;
    color: #fff;
    font-size: 14px;
  }

  .blog-links__btn[href$="/event/"] {
    background-position: 50% -80px;
  }

  .blog-links__btn[href$="/playguide/"] {
    background-position: 50% -160px;
  }

  .blog-links__btn[href$="/store-blog/"] {
    background-position: 50% -240px;
  }

  .blog-links__btn[href$="/school-blog/"] {
    background-position: 50% -320px;
  }

  .blog-links__btn[href$="/piano-town-blog/"] {
    background-position: 50% -400px;
  }

  .blog-links__btn[href$="/piano-tuner-blog/"] {
    background-position: 50% -480px;
  }

  .contents-list {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .contents-list__item {
    width: 23.5%;
    margin-left: 2%;
  }

  .contents-list__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .contents-list__item:nth-child(4n+1) {
    margin-left: 0;
  }

  .contents-list2__item {
    width: 49%;
  }

  .contact-area,
  .pickup-area,
  .first-menu-area,
  .contents-area,
  .floor-introduction-area,
  .page-nav,
  .otani-card-advantage-area,
  .tickets-area,
  .piano-inquiry-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-nav ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .page-nav__item {
    -ms-flex: 0 0 48.54167%;
    -webkit-flex: 0 0 48.54167%;
    flex: 0 0 48.54167%;
  }

  .page-nav__item:nth-child(2) {
    margin-top: 0;
  }

  .page-nav__item:nth-child(n+3) {
    margin-top: 16px;
  }

  .store-data {
    float: left;
    width: 47.91667%;
  }

  .store-map {
    float: right;
    width: 47.91667%;
  }

  .studio-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .studio-list__item {
    width: 48%;
  }

  .studio-list__name {
    font-size: 1.0625em;
  }

  .studio-list__info {
    font-size: .875em;
  }

  .studio-list__info th {
    width: 8em;
  }

  .avitecs-stock-area {
    float: left;
    width: 48%;
    margin-top: 0;
  }

  .avitecs-advantege-area {
    float: right;
    width: 48%;
    margin-top: 0;
  }

  .avitecs-advantege-area + section {
    clear: both;
  }

  .qr-code {
    margin-left: 0;
  }

  #mail-magazine-club {
    float: left;
    width: 48%;
  }

  #school-mail {
    float: right;
    width: 48%;
  }

  .recruit-info > caption {
    padding: 4px 8px;
    font-size: 1rem;
    text-align: left;
  }

  .recruit-info th {
    width: 10em;
  }

  .filtering-list__button {
    padding: 16px 4px;
    font-size: 18px;
  }

  .filtering-list__button:before {
    margin-bottom: 8px;
    font-size: 32px;
  }

  .filtering-list__button--course {
    font-size: 14px;
  }

  .lesson-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .lesson-grid__item {
    display: inherit;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 49%;
    font-size: 1em;
  }

  .lesson-grid__item:nth-child(-n+2) {
    margin-top: 0;
  }

  #selected-lesson .lesson-grid__item {
    width: 300px;
  }

  .lesson-grid__data {
    display: block;
    width: auto;
    border-top: 1px solid #eaeaea;
  }

  .lesson-grid__data > caption,
  .lesson-grid__data > tbody,
  .lesson-grid__data tr,
  .lesson-grid__data th,
  .lesson-grid__data td {
    display: inherit;
    width: 100%;
  }

  .yamaha-campaign {
    padding: 16px 20px 20px;
  }

  .yamaha-campaign__heading {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .yamaha-campaign__content {
    padding: 20px;
  }

  .trial-list {
    font-size: 1em;
  }

  .trial-list__inquiry {
    width: 25%;
  }

  .trial-list__data {
    font-size: .875em;
  }

  .search-school-area {
    margin-bottom: 0;
  }

  .filtering-school-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 0 auto 40px;
  }

  .filtering-school-part {
    -ms-flex: 0 0 28%;
    -webkit-flex: 0 0 28%;
    flex: 0 0 28%;
  }

  .filtering-school-part select {
    width: 100%;
  }

  .filtering-school-submit {
    width: 100%;
  }

  #filtering-school-submit {
    width: 50%;
  }

  .filtering-conditions {
    margin-bottom: 8px;
    font-size: 1em;
  }

  .school-result-block {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #edeadb;
  }

  .school-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .school-list__item {
    -ms-flex: 0 0 23.3334%;
    -webkit-flex: 0 0 23.3334%;
    flex: 0 0 23.3334%;
    margin: 1.2% 0 0 2.222%;
  }

  .school-list__item:nth-child(4n+1) {
    margin-left: 0;
  }

  .school-list__item > a {
    display: block;
    height: 100%;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
    padding: 0;
    border: 0;
    text-align: center;
  }

  .school-list__thumbnail {
    width: auto;
    margin: 0;
  }

  .school-list__name {
    display: block;
    line-height: 1.4;
    padding: 8px 0;
  }

  .lesson-list {
    font-size: 1em;
  }

  .lesson-list__inquiry {
    width: 25%;
  }

  .btn--school-inq {
    display: block;
  }

  .post-grid {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .post-grid__item {
    -ms-flex: 0 0 23.5%;
    -webkit-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    margin-left: 2%;
  }

  .post-grid__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .post-grid__item:nth-child(4n+1) {
    margin-left: 0;
  }

  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }

  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }

  .event-grid__categories {
    font-size: .8125em;
  }

  .today-stamp {
    width: 100px;
    padding: 2px;
    font-size: 16px;
  }

  .event-image,
  .entry-content--event {
    float: left;
    clear: left;
    width: 66.66667%;
    margin-top: 0;
  }

  .entry-content--event {
    margin-bottom: 40px;
  }

  .event-data-block {
    float: right;
    width: 29.16667%;
  }

  .event-data-block .btn {
    display: block;
  }

  .event-data {
    display: block;
    width: auto;
  }

  .event-data > caption,
  .event-data > tbody,
  .event-data tr,
  .event-data th,
  .event-data td {
    display: inherit;
    width: 100%;
  }

  .event-data th,
  .event-data td {
    border: 0;
  }

  .event-data th {
    background: #5b9db3;
    color: #fff;
  }

  .event-info th,
  .event-info td {
    padding: 12px;
  }

  .event-info th {
    width: 8em;
  }

  .back-link {
    margin: 60px 0;
  }

  .playguide__info th {
    width: 10em;
  }

  .piano-info,
  .soundproof-room-info {
    font-size: 1em;
  }

  .piano-info th,
  .soundproof-room-info th {
    width: 6em;
  }

  .piano__photo,
  .soundproof-room__photo {
    float: left;
    width: 47.91667%;
    margin-bottom: 40px;
  }

  .piano__spec,
  .soundproof-room__spec {
    float: right;
    width: 47.91667%;
    margin-top: 0;
  }

  .floor-introduction-area__content {
    padding: 20px;
  }

  .floor-gallery__caption {
    font-size: .875em;
  }

  .related-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1em;
  }

  .related-list > li {
    display: inline-block;
    margin-right: 1em;
  }

  .kumamon-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kumamon-list__item {
    width: 31.25%;
    margin-left: 2.08333%;
  }

  .kumamon-list__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .kumamon-list__content {
    font-size: .875em;
  }

  .form-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .control-label {
    width: 12em;
    padding: 3px 15px 3px 0;
  }
}

@media screen and (min-width: 960px) {
  a[href^="tel:"] {
    text-decoration: inherit;
  }

  .site-header-content,
  .site-footer-content,
  .site-content {
    padding-right: 0;
    padding-left: 0;
  }

  .banner-btn {
    width: 300px;
  }

  .banner-btn:nth-child(n+3) {
    margin-top: 0;
  }

  .banner-btn:nth-child(n+4) {
    margin-top: 10px;
  }

  .text-width-image__image {
    float: left;
    width: 47.91667%;
    margin: 0;
  }

  .text-width-image__text {
    float: right;
    width: 47.91667%;
  }

  .urgent-notice {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px;
  }

  .head-taxfree {
    right: 0;
  }

  .head-urgent {
    padding: 0;
  }

  .hero {
    height: 720px;
  }

  .hero__text-image {
    width: auto;
  }

  .happy-new-year {
    width: auto;
    margin-bottom: 50px;
  }

  .cost-tables {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: visible;
  }

  .cost-tables__part {
    -ms-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
  }

  .cost-tables__part:nth-child(n+2) {
    margin-top: 0;
  }

  .qr-code {
    display: table;
    width: auto;
    padding: 8px;
  }

  .filtering-list {
    margin: 0;
  }

  .lesson-result-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lesson-grid {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .lesson-grid__item {
    width: 32%;
    margin-left: 2%;
  }

  .lesson-grid__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .lesson-grid__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .yamaha-campaign {
    padding: 16px 30px 30px;
  }

  .tabs {
    margin-right: 0;
    margin-left: 0;
  }

  .floor-introduction-area__content {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .banner-btn:nth-child(n+2) {
    margin-top: 10px;
  }

  .company-profile,
  .company-history {
    font-size: .875em;
  }

  .recruit-info {
    display: block;
    width: auto;
  }

  .recruit-info > caption,
  .recruit-info > tbody,
  .recruit-info tr,
  .recruit-info th,
  .recruit-info td {
    display: inherit;
    width: 100%;
  }

  .playguide__info {
    display: block;
    width: auto;
  }

  .playguide__info > caption,
  .playguide__info > tbody,
  .playguide__info tr,
  .playguide__info th,
  .playguide__info td {
    display: inherit;
    width: 100%;
  }

  .playguide__info th,
  .playguide__info td {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .blog-links__btn--ltxt {
    padding-top: 29.5px;
    padding-bottom: 29.5px;
    font-size: 11px;
  }
}

@media print {
  body {
    min-width: 1024px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}