@charset "utf-8";
/*--- common ---*/
html {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Serif JP', 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  font-size: calc(14px + ((1vw - 3.2px) * 0.42));
  line-height: 1.5;
  color: #111;
}

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}

* {
  margin: 0 auto;
  padding: 0px;
  word-break: break-all;
  list-style-type: none;
  border-style: none;
  font-style: normal;
}

*, *::before, *::after {
  box-sizing: inherit;
}

header {
  min-height: 40vw;
  background: #ccc;
}

header img {
  width: 100%;
  margin-top: 55px;
}

h1 {
  font-size: calc(18px + ((1vw - 3.2px) * 1.67));
  text-align: center;
  margin-bottom: 50px;
}

.comment-sns-wrap p .strong {
  font-size: 120%;
  font-weight: 700;
}

.comment-sns-wrap p span {
  font-weight: 700;
}

h1 span {
  font-size: calc(16px + ((1vw - 3.2px) * .42));
}

h1:after {
  content: "";
  display: block;
  min-width: 40px;
  width: 6%;
  height: 4px;
  margin: calc(16px + ((1vw - 3.2px) * 0.83)) auto 0;
  background: #b2823e;
}

p, .gnavi, .news-img span, .store-name, .readmore-wrap, footer, .staff-img span {
  font-family: "Noto Sans JP";
  font-weight: 600;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

main > section:nth-child(even) {
  background: #fff;
  padding: 40px 0;
}

main > section:nth-child(odd), #message {
  background: #f5f5f5;
  padding: 40px 0;
}

.content-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: calc(32px + ((1vw - 3.2px) * 3.33)) calc(16px + ((1vw - 3.2px) * 1.67));
}

.content-wrap > *:not(:last-child) {
  margin-bottom: calc(24px + ((1vw - 3.2px) * 3.33));
}

.content-wrap > h2 {
  font-size: calc(18px + ((1vw - 3.2px) * 1.25));
  text-align: center;
}

.content-wrap > h2 span {
  font-size: 70%;
}

.popup {
  display: block;
  cursor: pointer;
}

.link {
  color: #0083c7;
}

.list {
  padding-left: 1em;
  text-indent: -1em;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-title {
  background: #b2823e;
  color: #fff;
  padding: 15px;
  border-radius: 3px;
}

.section-title2 {
  padding-left: 15px;
    border-left: 15px solid #000;
    text-align: left !important;
}

.header-logo {
  width: 140px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 2%;
  z-index: 3000;
}

.brsp {
  display: block;
}

/*--- common ---*/
/*--- NAV ---*/
nav {
  width: 100%;
  height: 100vh;
  transition: all 0.8s;
  position: fixed;
  top: 0%;
  right: 0;
  z-index: 1999;
  background-color: #b2823e;
  transform: translate(100%);
  animation: fadeout 1s ease 0s normal;
  -webkit-animation: fadeout 1s ease 0s normal;
  opacity: 0;
}

nav.open .header-logo {
  top: 25px;
  left: 3%;
  position: fixed;
}

#button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 45px;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 4px;
  z-index: 1001;
  text-align: center;
  outline: none;
  right: 20px;
}

#btn span.bar {
  display: block;
  height: 2px;
  background-color: #f3f3f3;
  margin: 5px 0px;
  transition: all 0.2s;
  transform-origin: 0 0;
  width: 30px;
}

#btn .close {
  letter-spacing: 0.08em;
  display: none;
}

#btn .menu {
  display: block;
}

#btn span.bar.bar3 {
  width: 22px;
}

/*  メニューアクティブ時  */
.btn_menu.active span.bar {
  width: 52px;
}

.btn_menu.active .bar1 {
  transform: rotate(45deg);
  position: relative;
  top: -7px;
  left: 2px;
}

.header-sns-wrap-sp {
  position: absolute;
  translate: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  bottom: 17%;
  left: 97%;
  transform: translatex(-97%);
}

.header-sns-wrap-sp .sns-title {
  width: 100%;
  margin-bottom: 5px;
}

.btn_menu.active .bar2 {
  opacity: 0;
}

.btn_menu.active .bar3 {
  transform: rotate(-45deg);
}

#btn.btn_menu.active span.bar.bar3 {
  width: 30px;
}

.btn_menu.active .menu {
  display: none;
}

.btn_menu.active .close {
  display: block;
}

.menu-mobile {
  display: block;
}

.menu-dropdown-icon:before {
  display: block;
}

.btn_menu {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 5%;
  z-index: 2000;
  display: block;
}

.gnavi {
  height: 55px;
  background-color: #b2823e;
  font-size: 1.2rem;
  font-weight: 700;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
}

.gnavi__inner {
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  color: #fff;
}

.gnavi ul {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -35%);
  flex-direction: column;
  top: 35%;
}

.gnavi li {
  position: relative;
}

.gnavi li:last-child::after {
  content: none;
}

.gnavi li a {
  display: flex;
  padding: 12px;
  flex-wrap: wrap;
  position: relative;
}

.gnavi li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.gnavi li a::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.gnavi li {
  display: flex;
  align-items: center;
  word-break: keep-all;
  height: 9vh;
}

.nav-eng, .nav-jp {
  width: 100%;
  text-align: center;
}

.nav-eng, .sns-title {
  font-size: 180%;
}

.nav-jp {
  font-size: 85%;
}

/*--- NAV ---*/
/*--- inrto ---*/
#introduction, #massage {
  background: #ece4d1;
}

#introduction .content-wrap img {
  border: 3px solid;
  border-radius: 3px;
  width: 100%;
}

.intro-img-wrap {
  margin: -5px;
}

.intro-img {
  padding: 5px;
}

.intro-img:nth-of-type(2), .intro-img:nth-of-type(3) {
  width: calc(100%/2);
}

.intro-img2 {
  padding: 5px;
    width: 100%;
}

figcaption{
    text-align: center;
    padding: 10px;
}

#introduction h2 {
  color: #b2823e;
  position: relative;
}

#introduction h2::before, #introduction h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 3%;
  background: #b2823e;
  display: block;
  top: 55%;
}

#introduction h2::before {
  left: 5%;
}

#introduction h2::after {
  right: 5%;
}

/*--- intro ---*/
/*--- message ---*/
.comment-wrap-outer {
  width: 100%;
}

.comment-wrap-outer p span {
  font-weight: 700;
}

.comment-wrap-outer p span span {
  font-weight: 400;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}

.comment-btn-inner {
  position: relative;
  padding: 0 15%;
}

.comment-btn {
  text-align: center;
  position: relative;
  border: solid 1px;
  padding: 15px;
  border-radius: 6px;
  line-height: 20px;
  font-size: calc(11px + ((1vw - 3.2px) * 0.73));
}

.comment-btn span {
  font-weight: 800;
  font-size: 130%;
  display: block;
  margin-bottom: 10px;
}

.comment-btn-cursol {
  position: absolute;
  z-index: 500;
  border: 2px;
  right: 15%;
  bottom: 40%;
  margin-left: 0;
}

a .comment-btn-cursol span {
  position: absolute;
  content: "";
  background: #000;
  height: 1px;
  width: 18px;
  transition: .5s;
  right: -33px;
}

a .comment-btn-cursol span:nth-of-type(2) {
  transform: rotate(45deg);
  width: 8px;
  right: -33px;
  top: -3px;
}

.comment-wrap h3, .sns-wrap h3 {
  text-align: center;
}

.comment p {
  padding: 15px;
  position: relative;
  transition: 0.6s;
  visibility: hidden;
  opacity: 0;
}

.comment.open p {
  visibility: visible;
  opacity: 1;
  transition: .5s;
}

.comment p::before, .comment p::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
}

.comment p::before {
  border-left: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  top: 0;
  left: 0;
}

.comment p::after {
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  bottom: 0;
  right: 0;
}

/*--- message ---*/
/*--- news ---*/
.news-wrap {
  justify-content: flex-start;
  margin: -10px;
  align-items: flex-start;
}

.news-box {
  width: 100%;
  /*padding: 10px;*/
  margin-bottom: 35px;
  margin-left: 0;
}

.news-box:nth-child(n + 3) {
  margin-bottom: 0px;
}

.news-img img {
  margin-bottom: 5px;
  border: solid 1px #393939;
  width: 100%;
}

.news-img span {
  background: #000;
  padding: 5px 8px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.news-img p {
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*--- news ---*/
.icon-nav-icon img {
  border: solid 2px #b2823e;
  border-radius: 12em;
  margin-bottom: 15px;
}

.icon-nav-wrap {
  max-width: 1400px;
  justify-content: center;
  align-items: flex-start;
  margin: -10px;
}

.icon-text {
    text-align: center;
    font-weight: 800;
    font-size: calc(10px + ((1vw - 3.2px) * 0.43));
}

.content-img img {
  border: solid #b2823e 3px;
  border-radius: 3px;
  margin: 0;
}

.content-text-inner-img {
  border-radius: 3px;
  margin: 0;
  width: 100%;
  padding: 10px;
  display: none;
}

.content-text-inner-img img {
  border: solid 2px;
  border-radius: 3px;
}

.e-piano-content h3 {
  text-align: center;
  font-size: calc(20px + ((1vw - 3.2px) * 1.04));
  font-weight: 900;
  padding: 50px;
}

#icon-nav .comment-btn {
  max-width: 640px;
  width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 95%;
  table-layout: fixed;
  max-width: 960px;
}

tbody {
  height: 100vh;
}

table tr {
  background-color: #f5f5f5f5;
  border: 2px solid #fff;
}

table th, table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}

table th {
    font-size: .85em;
    width: 150px;
}

table thead tr {
  color: #fff;
}

table tbody th {
  color: #000;
}

.txt {
  font-weight: 900;
  background: #5b5b5b;
  color: #fff;
}

.price {
  color: #000;
}

.non {
  background: f5f5f5;
}

table thead tr th:first-of-type {
  background: #b2823e;
  font-size: 110%;
  letter-spacing: 3px;
  font-weight: 900;
}

table thead tr th:last-of-type {
  background: #000;
}

.content-img, .content-text {
  width: 100%;
  font-size: 14px;
  margin: 0;
  padding: 10px;
}

.content-text-inner-content {
  width: 100%;
  padding-right: 5px;
}

.icon-nav-icon {
  width: calc(100%/2);
  margin: 0;
  padding: 10px;
  max-width: 300px;
}

.e-piano-content h4 {
  color: #b2823e;
  font-weight: 900;
  font-size: 150%;
  margin: 20px auto;
  position: relative;
  padding-left: 0px;
  padding: 10px;
  text-align: center;
}

.pc {
  display: none;
}

.e-piano-content:nth-of-type(odd) {
  flex-direction: row;
}

.e-piano-content:nth-of-type(even) {
  flex-direction: row-reverse;
}

.e-piano-content {
  margin: -10px;
  margin-bottom: 60px !important;
}

/*--- search ---*/
.search-wrap {
  margin: -5px;
}

.search-img {
  border: solid 2px #b2823e;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  min-height: 80px;
  position: relative;
}

.btn {
  width: calc(100%/2);
  padding: 5px;
}

/*--- search ---*/
.corner-content {
    width: calc(100%/1);
    margin-bottom: 60px;
}

.corner-img {
    width: 100%;
border: solid 2px #b2823e;
  border-radius:120em;
margin-bottom: 20px;
  }
.corner-text-wrap {
    width: 100%;
}

.corner-text-wrap h3 {
    position: relative;
  margin-bottom: 10px;
    font-weight: 900;
    letter-spacing: 5px;
}

.corner-text-wrap h3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #b2823e;
    top: 100%;
  margin-top: 5px;
} 


/*============= 【sns】 ==============*/
.header-sns-wrap {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0%, -50%);
  display: flex;
  align-items: center;
  display: none;
}
.header-sns-wrap i {
  color: #000;
  font-size: 22px;
}
.header-sns-wrap .sp {
  display: block
}

.sns-title {
  width: 70px;
}

.sns-icon-wrap {
  position: relative;
  width: 30%;
  justify-content: flex-end;
}

.sns-icon {
  background: #fff;
  display: block;
  padding: 20px;
  font-size: 24px;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.store-name-box .sns-icon {
  margin-bottom: 5px;
  margin-left: 0;
}

.sns-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3em;
  padding: 5px;
}

.sns-icon svg {
  color: #000 !important;
  margin-right: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.store-logo {
  width: 70%;
  margin-left: 0;
}

/*--- price ---*/
.price_l{
    width: 100%;
    padding: 18px;
    background-color: #b2823e;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
}
.price_r{
    width: 100%;
    padding: 18px;
    margin-bottom: 10px;
}
/*--- price ---*/

/*============= 【store】 ==============*/
.staff {
  margin: -10px;
}

.staff-img {
  overflow: hidden;
  padding: 10px;
  margin: 0px;
  margin-bottom: 25px;
  width: calc(100%/2);
  text-align: center;
}

.float-img {
  float: right;
  width: 40%;
  padding: 10px;
}

.float-img img {
  border-radius: 5px;
  border: solid 2px #b2823e;
  margin-bottom: 2px;
}

.staff-img img, .store-img img {
  border: solid 3px #b2823e;
  border-radius: 3px;
}

.store-name-box {
  background: #b2823e;
  padding: 15px;
  width: 100%;
  margin-bottom: 0px;
}

.store-detail-wrap {
  border-radius: 3px;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.store-detail-box {
  padding: 10px;
}

.store-name {
  color: #fff;
  margin: 0 0 5px 0;
}

.store-name span {
  font-weight: 700;
}

.store-detail a, .readmore-wrap a {
  color: #34779f;
}

.google-maps {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  padding-bottom: 70%;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.store-wrap {
  align-items: flex-start;
  flex-direction: column-reverse;
}

.store, .store-txt {
  padding: 4px;
}

.store-detail-wrap-outer {
  width: 100%;
  padding: 0;
}

.store {
  width: 50%;
  margin: 0;
}

.store-img {
  border-radius: 4px;
}

.store-txt {
  font-size: calc(10px + ((1vw - 3.2px) * 0.42));
}

.store-info {
  display: inline-block;
  position: relative;
  float: right;
  font-size: 90%;
}

.store-info:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background: #000;
}

.readmore-access {
  background: #f5f5f5;
  padding: 60px 20px;
  margin-bottom: 25px;
  max-width: 800px;
}

.station-exit {
  margin-bottom: 15px;
  width: 100%;
}

.wark-time {
  text-align: center;
  padding-bottom: 15px;
  width: 100%;
}

.store-access {
  margin-bottom: 10px;
  letter-spacing: 2px;
  color: #b2823e;
  font-weight: 700;
}

.readmore-access-inner {
  margin-bottom: 30px;
}

.readmore-access:first-of-type .readmore-access-inner {
  border-bottom: solid 1px;
}

.readmore-access h3 {
  text-align: center;
  margin-bottom: 20px;
}

.readmore-btn, .close-btn, .store-btn {
  background: #000;
  text-align: center;
  color: #fff;
  border-radius: 3em;
  padding: 10px;
  max-width: 415px;

  cursor: pointer;
  display: block;
}

.readmore-wrap .show {
  background: #f5f5f5;
}

.readmore-wrap .readmore-bg {
  display: none;
}

.readmore-wrap.show .readmore-bg {
  display: block;
  padding: 60px 0 0 0;
  animation: slide 1s linear 0s;
}

/*============= 【footer】 ==============*/
footer {
  position: relative;
  height: auto;
  background: #000;
  color: #fff;
}

.footer-content {
  align-items: flex-start;
  width: 90%;
  padding: 50px 0;
  line-height: 1.9em;
  max-width: 800px;
}

.ft-content-title {
  font-weight: 700;
  font-size: 130%;
}

.ft-content-content {
  font-weight: 300;
}

.footer-logo, .footer-pagetop {
  position: absolute;
  top: 50%;
}

.footer-logo {
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60%;
}

.footer-pagetop {
  right: 5vw;
  transform: translateY(-40%);
  width: calc(32px + ((1vw - 3.2px) * 0.83));
  color: #c70012;
}

.comment-btn:hover {
  background: #000;
  color: #fff;
  transition: .5s;
}

.comment-btn:hover .comment-btn-cursol span {
  background: #fff;
}

.ft-content-inner {
  width: 100%;
  margin-bottom: 20px;
}

.copyright {
  text-align: center;
}

.copyright a {
  padding: 5px;
}

/*--- store ---*/
/*============= 【media query】 ==============*/
@media (min-width:415px) {
  .comment-wrap-outer {
    max-width: 80%
  }

table th {
    width: 45%;
  }

}

@media (min-width:640px) {
  #introduction h2::before, #introduction h2::after {
    width:10%;
  }
  .e-piano-content {
    margin: 0;
  }

.e-piano-content h4 {
    padding-left: 10px;
    font-size: 30px;
    text-align: left;
  }

.icon-nav-icon {
    width: calc(100%/3);
    margin: 0;
    padding: 20px;
    max-width: 360px;
  }

.content-img, .content-text {
    font-size: 16px;
  }
  .corner-content {
    padding: 20px;
  }

  .corner-text-wrap {
    padding:15px;
  }
  .intro-img2 {
  width: calc(100%/2);
}

/*============= 【action】 ==============*/

.corner-img img:hover {
 transform: scale(1.2,1.2);
  transition: 0.5s;
}
  .link:hover {
    filter: hue-rotate(180deg);
  }

.store:hover .store-info:after {
    transition: .3s ease-in-out;
    width: 100%;
  }

.store:hover .store-img, .sns-icon:hover {
    transition: .3s ease-in-out;
    opacity: 0.5;
  }

.btn:hover, .news-box:hover, .readmore-btn:hover, .close-btn:hover,.store-btn:hover {
    transition: .3s ease-in-out;
    opacity: 0.5;
  }

.btn, .news-box {
    cursor: pointer;
  }

.gnavi li a:hover::after {
    transform: scale(1, 1);
  }

.icon-nav-icon:hover {
    scale: 1.1;
    transition: 0.5s;
  }

/*--- common ---*/
  .brsp {
    display: none;
  }

/*--- NAV ---*/
  .nav-jp {
    display: block;
  }

.sns-wrap-outer {
    display: block;
    width: 50%;
    padding: 15px;
  }

/*--- message ---*/
  .comment-btn-cursol {
    right: 25%;
  }

.comment-wrap-outer {
    width: 80%;
    max-width: 800px;
  }

.comment-btn {
    line-height: 1.6em;
  }

/*--- news ---*/
  .news-wrap {
    align-items: flex-start
  }

.news-wrap > .news-box:nth-child(n+4) {
    display: none;
  }

.news-box {
    width: 100%;
  }

/*--- search ---*/
  .btn {
    width: calc(100%/4);
    margin: 0;
  }

/*--- search ---*/
  /*--- store ---*/
  .staff-img {
    width: calc(100%/3);
  }

.store-img {
    width: calc(100%/2);
    padding: 15px;
  }

.store-detail-wrap-outer {
    width: 50%;
    padding-left: 25px;
  }

.store-wrap {
    align-items: center;
    flex-direction: row;
  }

.google-maps {
    padding-bottom: 50%;
    width: 50%;
  }

.readmore-access:first-of-type .station-exit {
    margin-bottom: 15px;
    width: 80%;
    padding-left: 10px;
  }

.readmore-access:first-of-type .wark-time {
    text-align: center;
    padding-bottom: 15px;
    width: 20%;
  }

.content-text-inner-wrap {
    align-items: flex-start;
  }

.content-text-inner-content {
    width: 100%;
    padding-right: 10px;
    margin-left: 0;
  }

.content-text-inner-img {
    width: 40%;
  }
  .corner-img {
    width: 40%;
    overflow: hidden;
    max-height: 250px;
  }

  
  .corner-text-wrap {
    width: 60%; 
  }
    
/**220324 add Ogawa**/    

    .price_l {
      width: 20%;
    }
    .price_r {
      width: 80%;
    }
}

@media (min-width:960px) {
  .intro-img {
    padding: 10px;
  }

.google-maps {
    padding-bottom: 30%;
  }

.ft-content-inner {
    width: calc(100%/2);
    margin-bottom: 30px;
    padding-left: 10%;
  }
    .content-text-inner-img {
        display: block;
    }
  
  .content-text-inner-content {
    width: 60%
  }

.corner-content {
    width: calc(100%/2);
}
}

@media (min-width:1080px) {
  /*--- nav ---*/
  nav {
    width: 100%;
    height: 0;
    transform: translate(0%);
    top: 35px;
    display: block;
    opacity: 1;
    visibility: visible;
  }

.nav-jp {
    font-size: 65%;
  }

.nav-eng, .sns-title {
    font-size: 130%;
  }

.gnavi li {
    height: 0vh;
  }

.gnavi {
    height: 70px;
  }

#btn {
    display: none;
  }

.gnavi ul {
    flex-direction: row;
    width: 70%;
  }

/*--- nav ---*/
  /*--- sns ---*/
  .header-sns-wrap {
    display: flex;
  }

.sns-icon {
    margin-bottom: 0;
  }

.header-sns-wrap-sp {
    display: none;
  }

/*--- sns ---*/
  /*--- store ---*/
  .store-wrap {
    margin: 0px;
  }

.store, .store-txt {
    padding: 8px;
  }

.store {
    width: 33.3%;
    width: calc(100%/3);
  }
  .content-img, .content-text {
    width:50%
  }
  .smt {
    display: none;
  }

.pc {
    display: block;
  }
    .e-piano-content h4 {
     border-left: solid 15px; 
  }
  
/*--- store ---*/
}

@media (min-width:1280px) {
  body {
    font-size: 16px;
  }

h1 {
    font-size: 40px;
  }

h1:after {
    margin: 20px auto 60px;
  }

.content-wrap {
    padding: 64px 32px;
  }

.content-wrap > h2 {
    font-size: 50px;
  }

.comment-btn {
    font-size: 18px;
  }

.nav-jp {
    font-size: 80%;
  }

.content-img, .content-text {
    width: 50%;
    padding: 20px;
  }

  #search .content-wrap:first-of-type .btn {
    width: calc(100%/5);
    margin: 0;
  }

.content-text-inner-content {
    width: 60%;
  }

}

.no-fouc {
  display: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px !important;
}

.intro-img-wrap {
  margin: -10px;
}

#page_top{
  width: 100px;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
  z-index: 999;
  padding: 5px;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 20px;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  margin: auto;
  text-align: center;
  left: 43%;
  top: 43%;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 10%;
  left: 18%;
  text-align: center;
}
i:before {
    position: absolute;
    top:25%;
    left: 25%;
}

