@charset "UTF-8";
@import url(common.css);


/************************************
** 基本設定（General Setting）
************************************/
html{
    font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
  }
  html, body {
    margin: 0;
    padding: 0;
  }
  body {
    font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      -webkit-text-size-adjust: 100%;
      text-size-adjust: 100%;
      -webkit-font-smoothing: antialiased;
      font-size: 16px;
      font-size: 1.6rem;
      color: #362014;
      letter-spacing: 1.5px;
  }
  a:hover {
      opacity: 0.4;
      filter: alpha(opacity=60);
      -ms-filter: "alpha(opacity=60)";
      color: inherit;
      background-color: inherit;
  }
  img{
    border-width:0;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
        image-rendering: -webkit-optimize-contrast;
  }
  .bk_image{
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
  }
  figure,
  main figure{
    margin: 0;
  }
  .article{
    position: relative;
  }
  /*記事・カテゴリ中の画像を要素内に収める*/
  .article img,
  .category-description img,
  .wp-caption,
  .hover-image{
    max-width:100%;
    height:auto;
  }
  .aligncenter{
    clear:both;
  }
  .cf:after{
    content: "";
    clear: both;
    display: block;
  }

  / <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 900

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
#body {
    margin-top: 0;
}
/* 
  @font-face {
    font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

  @font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/NotoSerifCJKjp-Regular.woff2) format('woff2'),
    url(../../fonts/NotoSerifCJKjp-Regular.woff) format('woff'),
    url(../../fonts/NotoSerifCJKjp-Regular.otf) format('opentype')
}



@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/NotoSerifCJKjp-Bold.woff2) format('woff2'),
    url(../../fonts/NotoSerifCJKjp-Bold.woff) format('woff'),
    url(../../fonts/NotoSerifCJKjp-Bold.otf) format('opentype')
} */

html, body {
    font-family: 'Noto Serif Japanese', sans-serif;
}
#page-top a {
    color: #fff;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: center;
    background-color: #aaa;
    line-height: 100%;
    border-radius: 0;
    font-size: 18px;
    background: linear-gradient(90deg, rgba(237, 237, 162, 0.8), rgba(222, 237, 174, 0.8), rgba(204, 236, 187, 0.8));
    width: 50px;
    height: 50px;
    line-height: 59px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.widget_new_entries a:hover, .widget_new_popular a:hover, .widget_popular_ranking a:hover, .wpp-list a:hover, .entry-read a:hover, .entry .post-meta a:hover, .related-entry-read a:hover, .entry a:hover, .related-entry-title a:hover, .navigation a:hover, #footer a:hover, .article-list .entry-title a:hover, .blog-card-title a:hover {
    color: inherit;
    opacity: 0.5;
}

/*----------------------------------------

共通

----------------------------------------*/

#main {
   width: 100%;
   border: none;
   padding: 0;
   overflow-x: hidden;
}

#body-in {
    width: 100%;
}

h1,h2,h3,nav li {
    font-family: 'Noto Serif JP';
}

h2 {
    font-weight: bold;
    text-align: center;
}

.gd  {
    background: linear-gradient(90deg, rgba(182, 194, 62,0.8)0%,rgba(128, 167, 73,0.8)19%,rgba(82, 143, 52,0.8)51%, rgba(73, 113, 60,0.8)100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.bold {
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

p {
    line-height: 2;
}
p,li,a {
    font-family: 'Noto Sans JP';
    color: #231815;
}
/*nav {
    display: flex;
}*/
ul {
    margin: 0 auto;
}
dl {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
dd,dd {
    color: #231815;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
     max-width: 100%;
     overflow: hidden;
}

.mt0 {
    margin-top: 0;
}

.lh1 {
    line-height: 1;
}

.lh17 {
    line-height: 1.7;
}

.lh2 {
    line-height: 2;
}

.lh25 {
    line-height: 2.5;
}

.df {
    display: flex;
    align-items: flex-start;
}

.mr1 {
    margin-right: 1%;
}

.mr25 {
    margin-right: 2%;
}
.mt0 {
    margin-top: 0;
}

.w50 {
    width: 50%;
}
.w75 {
	width: 75%;
	margin: 0 auto;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.bg-none {
    background: none;
}

.bg-gd {
    background:linear-gradient(127deg,rgba(237, 237, 162,0.8),rgba(222, 237, 174,0.8),rgba(204, 236, 187,0.8));
}

.bg-white {
    background-color: #ffffff;
}

.white-bg {
    background: linear-gradient(90deg,rgba(255,255,255,1)0%, rgba(255,255,255,0)50%,rgba(255,255,255,1)100%),linear-gradient(rgb(237, 237, 162),rgb(222, 237, 174),rgb(204, 236, 187));
}

.white-bg2 {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 100%), linear-gradient(rgb(237, 237, 162,0.6), rgb(222, 237, 174,0.6), rgb(204, 236, 187,0.6));
}

header,.top-about {
    background-color: #f7f7ec;
}

.top-btn,.top-mini-btn  {
    position: relative;
    padding: 1.5% 2.5% 1.7%;
    width: 18%;
    display: inline-block;
    margin: 0 auto;
    font-weight: normal;
    font-size: clamp(1.4rem, 1.3vw + 0rem, 1.8rem);
}

.top-btn:before {
    border: 1px solid #000000;
    position: absolute;
    inset: -5px 5px 5px -5px;
    content: "";
}

.btn-box {
    text-align: center;
}
.top-mini-btn {
    border: 1px solid #000000;
    padding: 1% 2%;
    width: 13%;
    margin: 0 auto;
    font-weight: normal;
}

.arrow {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    line-height: 1;
    position: relative;
    width: 40px;
    height: 1.3px;
    margin-left: 45%;
    background: currentColor;   
}

.arrow:before {
    content: '';
    width: 5.5px;
    height: 5.5px;
    border: 0.5px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
}

.mini-arrow {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    line-height: 1;
    position: relative;
    width: 35px;
    height: 1px;
    margin-left: 35%;
    background: currentColor;
}

.mini-arrow:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
}

.top-price .top-mini-btn,.top-rental .top-mini-btn {
    position: absolute;
    top: 40%;
    right: 12%;
    padding: 1% 2%;
    width: 13%;
}

.top-faq .top-mini-btn {
    padding: 0.8% 1%;
    display: inline-block;
    width: 13%;
}

.top-price .mini-arrow,.top-rental .mini-arrow {
    margin-left: 15%;
}

.mini-gd-btn {
    background: linear-gradient(90deg,rgb(237, 237, 162),rgb(222, 237, 174),rgb(204, 236, 187));
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 1%;
    bottom: 7%;
    display: grid;
    place-items: center;
}

.mini-gd-btn:before {
    color: #000000;
    width: 18px;
    height: 1px;
}

.mini-gd-btn:before:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #000000;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: center;
}
    

.white-arrow {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    line-height: 1;
    position: relative;
    width: 12px;
    height: 0.5px;
    margin-left: 10px;
    background: currentColor;   
}

.white-arrow::before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0.5px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
  }

.black {
    color: #000000;
}

.black1 {
     color: #231815;
}

.white {
    color: #ffffff;
}

.bold {
    font-weight: bold;
}



/*----------------------------------------

navi

----------------------------------------*/

/*#navi {
    margin-right: 3%;
}*/
.menu {
    display: none;
}

.header-menu {
    width: 100%;
    list-style: none;
    float: right;
}

#navi .header-menu ul {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: end;
    padding: 0;
}
.header-menu  li {
    margin-right: 3%;
}
.nav-en {
    color: #c6c6c6;
    display: block;
    text-align: center;
    padding-top: 1%;
    font-size: 9px;
    margin-top: 2%;
}

.header-menu  li img {
    vertical-align: middle;
    margin-right: 3%;
}
.header-menu  li:last-child {
    background: linear-gradient(90deg, rgb(229, 237, 168), rgb(195, 236, 194));
    padding: 1.5% 2.5%;
    text-align: center;
    line-height: 1.8;
    font-weight: 500;
    margin-right: 0;
}


/*----------------------------------------

header

----------------------------------------*/
#header-in {
    width: 100%;
}
.header-top {
    display: flex;
    position: relative;
    width: 88%;
    justify-content: space-between;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2% 0;
}
.header-top a.header-logo {
    width: 30%;
    display: block;
}
.header-top a.header-logo img {
    margin-top: 1.5%;
    margin-bottom: 0.8%;
}
.header-top .header-nav {
    width: 70%;
    margin: auto;
}
h1 {
    font-size: 22px;
    margin-top: 1.5%;
}
.catch-copy {
    height: 490px;
    position: relative;
    width: 78%;
    margin: auto;
    display: flex;
    align-items: center;
}
.catch-copy h2 {
    color: #50783f;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
    letter-spacing: 5px;
    line-height: 170%;
    margin-top: 0;
}
.hero-logo {
    position: absolute;
    top: 0;
    right: 6%;
    z-index: 1;
    width: 40%;
}
.hero-piano {
    position: relative;
    width: 100%;
}


.hero-music1 {
    position: absolute;
    top: -22%;
    left: 2%;
}

.hero-music2 {
    position: absolute;
    bottom: 0;
    right: 3%;
}
.hero-image {
    background: linear-gradient(127deg, rgba(239, 237, 159, 0.4) 0%, rgba(188, 236, 200, 0.4) 100%), url(../../../images/head_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    background-position: center;
    position: relative;
}
hr.grad_line {
    width: 100%;
    margin: 0;
    border: none;
    height: 18px;
    background: linear-gradient(127deg, rgba(239, 237, 159, 0.8) 0%, rgba(188, 236, 200, 0.8) 100%);
}


/*----------------------------------------

notice

----------------------------------------*/
.top-notice {
    padding: 2% 0 3%;
}

.top-notice ul {
    padding: 0;
    margin: 0 auto;
}
.top-notice ul li {
    border-bottom: 1px solid #000000;
    position: relative;
    padding: 2%;
    margin-bottom: 2%;
    padding-top: 0;
}
.top-notice ul li p,a {
    color: #000000;
}
.little-notice {
    background: linear-gradient(90deg, rgb(220, 237, 175), rgb(198, 236, 192));
    padding: 0 1%;
    margin-left: 1%;
    text-align: center;
}
.little-notice .category {
    background: none;
    padding: 0;
}
.topinfo-title {
    width: 70%;
}
.top-notice img {
    width: 4%;
    vertical-align: middle;
    position: absolute;
    right: 2%;
    bottom: 12%;
}
/*----------------------------------------

about

----------------------------------------*/
.top-about {
    padding: 5% 0;
    position: relative;
}
.top-about ul  {
    margin: 0 auto 8%;
    padding: 3% 0 0;
}
.top-about ul li {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 5%;
}
.top-about ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.top-about ul li h3 {
    font-weight: bold;
}

.top-about ul li h3,.top-about ul li p {
    color: #474747;
}

.about-image {
    width: 40%;
}

.about-image img {
    width: 100%;
}

.about-text {
    width: 60%;
    margin-bottom: 3%;
}

.top-about ul li:nth-child(odd) .about-text {
    margin-left: 3%;
    margin-right: 0; 
}

.top-about ul li:nth-child(even) .about-text {
    margin-left: 0;
    margin-right: 3%;
}


.about-btn  {
    background: linear-gradient(90deg,rgb(234, 237 ,163),rgb(222, 237 ,174),rgb(207, 236 ,185),rgb(191, 236 ,198));
}

.about-leaf img {
    position: absolute;
}

/* .leaf1,.leaf2,.leaf3 {
    width: 30%;
} */

.leaf1 {
    width: 30%;
    top: 7%;
    right: -6%;
}

.leaf2 {
    width: 28%;
    top: 22%;
    left: -8%;
}

.leaf4,.leaf5,.leaf6,.leaf7 {
    width: 5%;
}

.leaf4 {
    top: 30%;
    right: 44%;
}

.leaf5 {
    top: 49%;
    right: 54%;
}

.leaf6 {
    top: 70%;
    right: 47%;
}

.leaf3 {
    width: 30%;
    top: 63%;
    right: -10%;
}

.leaf7 {
    bottom: 3%;
    left: 3%;
}

.leaf8 {
    width: 30%;
}


/*----------------------------------------

lesson

----------------------------------------*/

.top-lesson {
    padding: 8% 0 5%;
    position: relative;
}

.top-lesson h3 {
    margin-top: 5%;
    margin-bottom: 0;
    font-weight: bold;
}
.lesson_leaf {
    width: 100%;
    position: absolute;
    top: 0;
    margin: auto;
}
.lesson-lead {
    margin-top: 8%;
    margin-bottom: 4%;
}
.top-lesson ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-left: 0;
}
.top-lesson li {
    width: 47%;
    text-align: center;
}
.top-lesson ul li:nth-child(odd){
    margin-right: 5%;
}
.tp-bgd {
    width: 100%;
    height: 25vw;
    object-fit: cover;
    margin: 0 auto;
}

.fl01,.fl02,.fl03,.fl04 {
    display: block;
    height: 100%;
    width: 100%
}
.tl01,.fl01 {
    background: linear-gradient(90deg, rgba(239, 237, 159, 0.58) 0%, rgba(188, 236, 200, 0.58) 100%), url(../../../images/lesson_01_58per.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
}
.tl02,.fl02 {
    background: linear-gradient(90deg, rgba(239, 237, 159, 0.58) 0%, rgba(188, 236, 200, 0.58) 100%), url(../../../images/lesson_02_58per.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
}
.tl03,.fl03 {
    background: linear-gradient(90deg, rgba(239, 237, 159, 0.58) 0%, rgba(188, 236, 200, 0.58) 100%), url(../../../images/lesson_03_48per.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
}
.tl04,.fl04 {
    background: linear-gradient(90deg, rgba(239, 237, 159, 0.58) 0%, rgba(188, 236, 200, 0.58) 100%), url(../../../images/lesson_04_58per.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
}
   
.top-lesson h3 {
    color: #000000;
}

.top-lesson li p {
    color: #a3a3a3;
    margin-top: 1%;
    margin-bottom: 10%;
}

.lesson-btn {
    border: 1px solid #000000;
}

.top-lesson .lesson-btn:before {
    border: none;
    inset: 0;
    content: "";
}


/*----------------------------------------

price

----------------------------------------*/

.top-price {
    padding: 2%;
    box-sizing: border-box;
    position: relative;
}

.top-price-inner {
    margin: 0 auto;
}

.piano-image {
    width: 80%;
}
.tp-left {
    align-items: center;
    justify-content: space-between;
}
.top-price h2 {
    margin-bottom: 3%;
}
.top-price p {
    margin-top: 0;
    color: #000000;
}
.top-price .right_box {
    width: 34%;
}
.top-price .right_box p.link_bot a {
    width: 100%;
    padding: 6%;
}
/*----------------------------------------
faq
----------------------------------------*/
.top-faq {
    padding: 10% 0;
    position: relative;
}
.cm01 {
    width: 15%;
    position: absolute;
    top: 0;
    left: 2%;
}
.cm02 {
    width: 15%;
    position: absolute;
    bottom: 1%;
    right: 2%;
}
.top-faq .link_bot {
    text-align: left;
}

/*----------------------------------------
rental
----------------------------------------*/
.top-rental {
    padding: 3% 0%;
    box-sizing: border-box;
    position: relative;
    justify-content: space-between;
}
.top-rental p {
    color: #000000;
}
.top-rental-inner {
    margin: 0 auto;
}
.top-rental h2 {
    text-align: left;
    margin-top: 0;
}
.top-price h2 {
    margin-bottom: 3%;
    text-align: left;
}
.top-rental-left {
    align-items: center;
}
.top_rental .piano {
    margin-right: 5%;
}
.top_rental .left_box {
    justify-content: flex-start;
    align-items: center;
}
.top_rental .left_box .tp-text {
    width: 55%;
}

/*----------------------------------------

information

----------------------------------------*/

.top-information {
    padding: 5% 0;
}

.top-dl {
    margin: 0 auto;
}

.top-dl dl {
    display: flex;
    padding: 3% 0;
    border-bottom: 0.5px solid #231815;
    margin: 0;
}

.top-dl dl:first-of-type {
    border-top: 0.5px solid #231815;
}

.top-dl dl dt {
    padding-left: 1%;
    border-right: 0.5px solid #231815;
    width: 20%;
    font-weight: bold;
}

.top-dl dl dd {
    width: 80%;
    display: flex;
    align-items: center;
    padding-left: 2%;
}

.top-dl dl dd a {
    color: #ffffff;
    background-color: #000000;
    padding: 0.5% 2%;
    margin-left: 2%;
    position: relative;
}

section.top-information h2 {
    font-family: "Noto Serif JP", serif;
    letter-spacing: 5px;
    font-weight: 700;
}
section.top-information p.link_bot {
    margin-top: 3%;
}
p.link_bot {
    line-height: inherit;
}
p.link_bot a {
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    width: 24%;
    display: block;
    padding: 1.5% 2%;
    margin: auto;
}
p.link_bot a {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: .3s;
}
p.submitcheck.ft16.fw7 {
    text-align: center;
}
section.top-contact p.link_bot a {
    color: #ffffff;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .3);
    text-align: left;
}
section.top-contact .ya_right {
    color: #ffffff;
}
#navi ul li.round a:hover, p.link_bot a:hover {
    opacity: 1;
}
p.link_bot a:hover, p.link_bot a:hover .ya_right {
    color: #fff;
}
p.link_bot a:before, #navi ul li.round a:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    right: -60px;
    z-index: -1;
    border-right: 60px solid transparent;
    border-bottom: 80px solid #000;
    transform: translateX(-100%);
    transition: transform ease .3s;
}
.ya_right {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    position: relative;
    width: 30px;
    height: 1px;
    background: currentColor;
    position: absolute;
    right: 8%;
    top: 50%;
}
.ya_right:before {
    content: '';
    width: 6px;
    height: 6px;
    border: .1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -.05em;
    box-sizing: border-box;
}
p.link_bot a:before, #navi ul li.round a:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    right: -60px;
    z-index: -1;
    border-right: 60px solid transparent;
    border-bottom: 80px solid #000;
    transform: translateX(-100%);
    transition: transform ease .3s;
}
p.link_bot a:hover:before, #navi ul li.round a:hover:before {
    transform: translateX(0);
}


/*----------------------------------------

parts-contact

----------------------------------------*/

.top-contact {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 62%, rgba(0, 0, 0, 0.5) 100%),linear-gradient(127deg, rgba(239, 237, 159, 0.8) 0%, rgba(188, 236, 200, 0.8) 100%), url(../../../images/contact_image.jpg);
    background-size: cover;
    padding: 6% 0;
    position: relative;
}
.top-contact .top-mini-btn {
    border: 1px solid #ffffff;
    display: inline-block;
    color: #ffffff;
    width: 15%;
    background-color: rgba(255, 255, 255, 12%);
}

.top-contact .mini-arrow {
    color: #ffffff;
}

section.top-contact h2 {
    font-family: "Noto Serif JP", serif;
    letter-spacing: 8px;
}


/*----------------------------------------

footer

----------------------------------------*/

#footer {
    background-color: #ffffff;
    padding: 0;
}
#footer-in {
    width: 100%;
}
#footer h3 {
    color: #000000;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    letter-spacing: 3px;
}
#footer a {
    color: #000000;
}
.footer-lesson li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer-logo {
    margin: 3% auto;
    text-align: center;
}

.footer-logo p {
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 3px;
    width: fit-content;
    margin: auto;
}

.footer-lesson {
    margin: 0 auto;
}

.footer-lesson {
    padding-left: 0;
}

.footer-lesson ul {
    padding-left: 0;
}

.footer-lesson li {
    position: relative;
    width: 30%;
    height: 13vw;
    background-size: cover;
    background-position: center;
    margin-right: 1.5%;
}

.footer-lesson li:last-child {
    margin-right: 0;
}

.footer-lesson li h3 {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
}
.footer-lesson li:hover {
    opacity: 0.6;
}

.footer-menu {
    margin: 3% auto 6%;
}

.spfooter-menu {
    display: none;
}

.footer-menu ul {
    display: flex;
    justify-content: center;
    margin-bottom: 1%;
}

.footer-menu li {
    font-size: 15px;
    color: #231815;
    border-right: 1px solid #000000;
    padding-right: 1%;
    margin-right: 1%;
}
#footer .footer-menu li a {
    color: #231815;
}
.footer-back {
    width: 100%;
}
.footer-bottom   {
    padding: 0.5% 0;
}
.footer-bottom p {
    text-align: center;
    margin: 0;
}
.footer-menu ul li:last-child {
    border-right: none;
}
.footer-menu li a:hover {
    color: #50783f !important;
    position: relative;
    opacity: 1 !important;
}
.footer-menu li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #50783f;
bottom: 20px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.footer-menu li a:hover::after {
visibility: visible;
bottom: -2px; /*アニメーションが止まる位置*/
opacity: 1;
}

/*----------------------------------------

下層共通

----------------------------------------*/

.privacy-contents dl dt:before,.sitemap ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 90%;
    background: linear-gradient(90deg, rgb(220, 237, 175), rgb(198, 236, 192));
}



/*----------------------------------------

kaso-header

----------------------------------------*/
.header-in {
    background: linear-gradient(127deg, rgb(242, 237, 158), rgb(194, 237, 196));
    padding: 3% 0;
}
.header-in h2 {
    margin-top: 1%;
    letter-spacing: 6px;
}
.header-in p {
    color: #50783f;
}
.header-in-piano {
    background: linear-gradient(90deg, rgba(239, 237, 159, 0.8) 0%, rgba(188, 236, 200, 0.8) 100%), url(../../../images/header_piano.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0;
}
.header-in-piano p {
    color: #5b933b;
}

.header-in-rentalstuido {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 62%, rgba(0, 0, 0, 0.3) 100%),linear-gradient(127deg, rgba(239, 237, 159, 0.8) 0%, rgba(188, 236, 200, 0.8) 100%), url(../../../images/header_rentalstudio.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0;
}

.header-in-rentalstuido h2,.header-in-rentalstuido p {
    color: #ffffff;
}
.header-in-about h2,.header-in-about p {
    color: #ffffff;
}
.header-in-guidance {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 62%, rgba(0, 0, 0, 0.3) 100%),linear-gradient(127deg, rgba(239, 237, 159, 0.8) 0%, rgba(188, 236, 200, 0.8) 100%), url(../../../images/head_guide.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0;
}
.header-in-guidance h2,.header-in-guidance p {
    color: #ffffff;
}
.header-in-lesson,.header-in-about {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 62%, rgba(0, 0, 0, 0.3) 100%),linear-gradient(127deg, rgba(239, 237, 159, 0.8) 0%, rgba(188, 236, 200, 0.8) 100%), url(../../../images/contact_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0;
}
.header-in-lesson h2,.header-in-lesson p {
    color: #ffffff;
}
/*----------------------------------------

privacy

----------------------------------------*/
.page-id-12 .header-in p {
    color: #50783f;
}
.privacy-contents,.sitemap,section.faq {
    margin: 4% 0 8%;
}
.privacy-contents dl {
    margin: 0 auto;
}
.privacy-contents dl dt {
    color: #4b852e;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding: 0.1% 0 1% 2%;
}
.privacy-contents dl dt:before,.sitemap ul li:before {
    top: 0;
    left: 0;
    height: 90%;
}
.privacy-contents dl dd {
    color: #231815;
}

/*----------------------------------------

sitemap

----------------------------------------*/
.sitemap ul {
    width:  90%;
    justify-content: space-around;
    flex-flow: row wrap;
    padding: 0;
    margin: 0 auto;
}
.sitemap ul li {
    position: relative;
    width: 42%;
    padding: 2% 2%;
    background-color: #f7f7ec;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    font-weight: bold;
    margin-bottom: 2%;
}
.sitemap ul li:before {
    top: 25%;
    left: 3%; 
    height: 50%;
}

.sitemap a {
    color: #5b933b;
    margin-left: 3%;
}
.sitemap li a span {
    font-size: 10px;
    color: #c6c6c6;
    position: absolute;
    right: 3%;
    font-weight: 300;
}

/*----------------------------------------

お知らせ

----------------------------------------*/

.information {
    padding: 3% 0 4%;
    background-color: #ffffff;
}

.information:before {
    display: none;
}

.info-menu {
    width: 20%;
    margin: 0 auto;
}

.info-menu li {
    width: 42%;
    padding: 3% 0;
    text-align: center;
    margin-right: 7%;
    font-weight: bold;
}

.info-menu li:last-child {
    margin-right: 0;
}

.information dd {
    margin-left: 0;
    border-bottom: 1px solid #000000;
    position: relative;
}

/* .category {
    padding: 0.2em 0.7em;
    margin-left: 0.7%;
} */

.title {
    width: 60%;
    margin: 0;
    padding-bottom: 1.5%;
}

.pagination li.current span {
    background: linear-gradient(rgb(237, 237, 162),rgb(222, 237, 174),rgb(204, 236, 187));
}

.pagination .next {
    display: none;
}
/*----------------------------------------

お知らせカテゴリー

----------------------------------------*/

.category .info-menu li {
    width: 45%;
    text-align: center;
    margin-right: 7%;
    font-weight: bold;
}
.category article {
    border-bottom: 1px solid #000000;
    position: relative;
    margin-bottom: 2%;
}

.category header {
    background: none;
}

.category .post-meta {
    text-align: left;
}

.categry .entry-card {
    width: 75%;
}

.category .entry-card-content {
    margin-left: 0;
}

.category #list {
    padding: 3% 0;
}

.category #list h1 {
    border-bottom: dotted 1px #cccccc;
    padding-bottom: 0.5%;
    padding-left: 1%;
    position: relative;
    margin-bottom: 3%;
}

.category #list h1:before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 86%;
    background: #4b852e;
    left: 0;
    top: -2px;
}



/*----------------------------------------

お知らせ詳細

----------------------------------------*/

.single-post .article {
    width: 75%;
    margin: 0 auto;
    padding: 3% 0;
}

.single-post .article header {
    width: 100%;
    background-color: #ffffff;
}

.single-post .article h1 {
    font-weight: normal;
    padding: 2% 0;
    margin: 0 auto;
    border-top: 1px solid #e5eda8;
    border-bottom: 1px solid #e5eda8;
}

.single-post.entry-content {
    margin: 4% 8% 3%;
}
.post-meta {
    background-color: #ffffff;
}

.post-meta.category {
    background-color: #ffffff;
    padding-right: 0;
}

.categry {
    width: 7%;
    padding: 0.2em 0.7em;
    margin-left: 0.7%;
    text-align: center;
}

ul.snsb{
    width: 80%;
}

.snsb li {
    width: 24%;
    margin-right: 1%;
}

ul.snsb li:last-child {
    margin-right: 0;
}

.balloon-btn-set,a.balloon-btn-link {
    width: 100%;
    height: 30px;
}

a.balloon-btn-link {
    padding: 3% 0 1%;
}

.navigation {
    margin: 7% auto 0;
    width: 75%;
}

.navigation a{
    position: relative;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    border: none;
  }
  

.prev,.next {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1%;
}

.prev {
    width: 45%;
}

.prev a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10%;
}

.next {
    width: 45%;
    margin-left: 10%;
}

.next a {
    padding: 0 10% 0 0;
}

.next span.pull-left {
    float: right;
}

.fa-arrow-left:before,.fa-arrow-right:before{
    margin: 0.3% 0;
}


.fa-arrow-left:before {
    content: "";
    background-image: url(../../../images/prev.png);
    width: 45px;
    height: 26px;
    position: absolute;
    left: 0;
}

.fa-arrow-right:before {
    content: "";
    background-image: url(../../../images/next.png);
    width: 45px;
    height: 26px;
    position: absolute;
    right: 0;
}

.single-post .navigation>div.prev a {
    margin: auto;
    margin-right: 0;
}


/* 
.article-link01, .article-link02 {
    align-items: center;
} 

.article-link {
    margin-top: 7%;
}

.article-link a {
    display: block;
    border-top: 1px solid #dddddd;
}

.article-link02 a{
    border-bottom: 1px solid #dddddd;
    padding-left: 80%;
}

.single-arrow01 {
    display: inline-block;
    vertical-align: middle;
    color: #dcdcdc;
    line-height: 1;
    position: relative;
    width: 25px;
    height: 6px;
    margin-left: 2%;
    background: currentColor;
}

.single-arrow01:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 6px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-135deg);
    transform-origin: top left;
    position: absolute;
    top: 258%;
    left: 0.5em;
    box-sizing: border-box;
}


.single-arrow02 {
    display: inline-block;
    vertical-align: middle;
    color: #dcdcdc;
    line-height: 1;
    position: relative;
    width: 25px;
    height: 6px;
    margin-left: 2%;
    background: currentColor;
}

.single-arrow02:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 6px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top left;
    position: absolute;
    top: -177%;
    right: -0.5em;
    box-sizing: border-box;
}
 */







/*----------------------------------------

よくある質問

----------------------------------------*/
.accordion {
    border-bottom: 1px solid #e5eda8;
}
.accordion-title {
    position: relative;
    cursor: pointer;
    padding: 3%;
    margin: 0;
    border-top: 1px solid #e5eda8;
    border-bottom: none;
}
h3.accordion-title span.noto-sans {
    font-family: "Noto Sans JP", sans-serif;
}
.accordion-item:last-of-type h3 {
    border-bottom: 1px solid #e5eda8;
}
.accordion-content {
    padding: 0.8% 5.5%;
    display: none;
    background-color: #f7f7ec;
}
.accordion-content p {
    line-height: 1.5;
}
section.faq p.ft14.tc.lh25 {
    margin-bottom: 3%;
}
/*矢印*/
.accordion-title:after {
    border-top: #e5eda8 2px solid;
    border-right: #e5eda8 2px solid;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
}

.accordion-title.open:after {
    top: 45%;
    transform: rotate(-45deg);
}


/*----------------------------------------

レンタルスタジオ

----------------------------------------*/

.rental-studio {
    width: 100%;
    padding: 3% 0;
    align-items: center;
}

.rental-left {
    width: 50%;
    text-align: center;
}
.rental-contents h3 {
    position: relative;
    text-align: center;
    font-weight: bold;
}

.rental-contents h3:before {
    background-color: #528f34;
    bottom: -35%;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 4.5%;
}


.rental-left .rental-lead {
    display: inline-block;
    text-align: left;
}

.rental-price {
    align-items: center;
}

.rental-price th {
    font-weight: normal;
}

.rental-price table {
    margin: 0 auto;
    max-width: 100%;
    width: 35%;
    padding-top: 1.5%;
    padding-bottom: 1.8%;
}

.rental-price th.bg-gd {
    padding: 2% 4.5%;
}

.rental-price td.bg-white {
    padding: 8% 12%;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
}

.rental-left .rental-facility p {
    width: 50%;
    margin: 4% auto;
    padding: 2% 2.5%;
    color: #231815;
}
.rental-studio .rental-right {
    width: 50%;
    background-image: url(../../../images/rentaldrum.jpg);
    background-size: cover;
    background-position: center;
    height: 120vh;
}
.rental-right img {
    width: 100%;
}
.rental-left p {
    color: #323940;
}
.rental-left h3 {
    line-height: 170%;
}
/*----------------------------------------

音楽教室ピアニッシモについて

----------------------------------------*/

section.about {
    margin: 0 auto;
    padding-top: 7%;
    padding-bottom: 4%;
    position: relative;
    padding-top: 10%;
}
.about p.melody_01 {
    position: absolute;
    width: 18%;
    left: 6%;
    top: 3%;
    margin: auto;
}
.about p.melody_02 {
    position: absolute;
    width: 18%;
    right: 8%;
    top: 7%;
    margin: auto;
}
section.about h3 {
    letter-spacing: 6px;
    margin: auto;
    margin-bottom: 8%;
}
section.about h3 span {
    margin-left: 1%;
}
.about.concept.lecturer h2 {
    font-weight: 600;
}
.about-lead {
    width: 90vw;
    margin: auto;
}

.about-lead p {
    font-weight: bold;
}
.about-left,.about-right {
    width: 34%;
    height: 37vw;
    position: relative;
}
.about-lead .about-left {
    display: flex;
    align-items: end;
}
.about-lead .about-left p {
    margin-bottom: 36%;
}
.about-lead .about-right p {
    margin: inherit;
    margin-bottom: 15%;
}
.about-center {
    background-image: url(../../../images/header_logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 32vw;
    height: 37vw;
}
.about-lead-bottom {
    padding: 4% 0 3%;
    margin-top: -2%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%), linear-gradient(rgb(237, 237, 162, 0.6), rgb(222, 237, 174, 0.6), rgb(204, 236, 187, 0.6));   
}
.about-lead-bottom p {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    letter-spacing: 3px;
}
.about-lead-bottom p span.gd {
    letter-spacing: 7px;
}
.about-lead p {
    font-family: 'Noto Serif JP';
    letter-spacing: 3px;
    line-height: 200%;
}
.about-lead .about-right {
    display: flex;
    align-items: flex-end;
    text-align: right;
    justify-content: flex-end;
}

/*コンセプト*/

.concept {
    padding-top: 5%;
    padding-bottom: 0;
    background-color: #f7f7ec;
    position: relative;
}

.concept h2 {
    margin-top: 0;
    
}

.concept ul {
    padding-left: 0;
}

.concept ul li {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 5%;
}

.concept ul li:nth-child(odd) .about-text {
    margin-left: 3%;
    margin-right: 0;
}

.concept ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.concept ul li:nth-child(even) .about-text {
    margin-left: 0;
    margin-right: 3%;
}

.concept  .leaf1 {
    width: 30%;
    top: 5%;
    right: -10%;
}

.concept .leaf2 {
    width: 28%;
    top: 24%;
    left: -9%;
}

.concept .leaf3 {
    width: 30%;
    top: 69%;
    right: -4%;
}

.concept .leaf4,.concept .leaf5,.concept .leaf6,.concept .leaf7 {
    width: 5%;
}

.concept .leaf4 {
    top: 32%;
}

.concept .leaf5 {
    top: 53%;
    right: 54%;
}

.concept .leaf6 {

    top: 69%;
    right: -6%;
}

.concept .leaf7 {
    bottom: -0.5%;
}

/*講師紹介*/

.lecturer {
    padding: 7% 0;
    position: relative;
    /* height: 62vw; */
}

.lecturer h2 {
    margin-top: 0;
}

.lecturer-contents {
    padding: 5% 0;
}

.lecturer-inner {
    justify-content: space-between;
    align-items: center;
}

.lecturer-name {
    text-align: left;
    font-weight: bold;
    margin-top: 0;
}
.lecturer-image {
    width: 52%;
    margin-right: 3%;
    display: none;
}
.lecturer-inner img  {
    width: 100%;
}
.lecturer-text p span {
    margin-left: 3%;
}
.lecturer-leaf img {
    position: absolute;
}
.lecturer-leaf .leaf1 {
    top: 2%;
    right: -9%;
}
.lecturer-leaf .leaf6 {
    top: 12%;
    left: 33%;
}
.lecturer-leaf .leaf7 {
    top: 85%;
    left: 80%;
}
.lecturer-leaf .leaf8 {
    top: 67%;
    left: -9%;
}
p.betsu {
    line-height: 180%;
    font-family: 'Noto Serif JP';
    font-weight: 700;
    background: linear-gradient(127deg, rgba(182, 194, 62, 0.8) 0%, rgba(128, 167, 73, 0.8) 19%, rgba(82, 143, 52, 0.8) 51%, rgba(73, 113, 60, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}
span.fa.fa-external-link {
    margin-left: 8px;
}
/*----------------------------------------

教室案内

----------------------------------------*/

.guidance {
    padding: 3% 0 2%;
}

.guidance ul {
    padding-left: 0;
    margin-top: 3%;
}

.guidance ul li {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5%;
}

.guidance ul li:nth-child(even){
    flex-direction: row-reverse;
}
.guidance-text {
    width: 44%;
}
.guidance-image {
    width: 50%;
}
.guidance-image img {
    width: 100%;
}
.guidance ul li.no01 .guidance-image {
    background-image: url(../../../images/guide_img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 24vw;
}
.guidance ul li.no02 .guidance-image {
    background-image: url(../../../images/guide_img02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 24vw;
}
.guidance ul li.no03 .guidance-image {
    background-image: url(../../../images/guide_img03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 24vw;
}
.guidance ul li.no04 .guidance-image {
    background-image: url(../../../images/guide_img04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 24vw;
}

/*----------------------------------------

レッスンについて

----------------------------------------*/

.lesson h2 {
    margin: 3% auto 2%;
}

.lesson .footer-lesson ul {
    margin: 5% auto 7%;
}
.lesson.entry-content {
    margin: 0;
}
.lesson.footer-lesson {
    margin: 0 auto;
}
.lesson-list ul {
    margin-top: 3%;
    padding-left: 0;
}
.lesson-list ul li {
    justify-content: space-between;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 70%,rgba(255, 255, 255, 1) 100%);
    background-color: #f7f7ec;
    padding: 5% 0;
    margin-bottom: 8%;
}
.lesson-left .box {
    width: 90%;
}
.lesson-list ul li#l01 .lesson-right {
    background-image: url(../../../images/lesson_01_main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.lesson-list ul li#l02 .lesson-right {
    background-image: url(../../../images/lesson_02_main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.lesson-list ul li#l03 .lesson-right {
    background-image: url(../../../images/lesson_03_main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.lesson-list ul li#l04 .lesson-right {
    background-image: url(../../../images/lesson_04_main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.lesson-list ul li .df {
    justify-content: center;
}
.lesson-list ul li h3,.lesson-list ul li p {
    text-align: left;
}

.lesson-list ul li h3 {
    margin-top: 0;
}
.lesson-left {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42vw;
}
.lesson-right {
    width: 50%;
    height: 42vw;
}
.lesson-list ul li:nth-child(even) .df {
    flex-direction: row-reverse;
}
.lesson-price-title {
    padding: 1% 0;
}

.pricetitle-inner {
    margin: 0 auto;
    width: 40%;
    align-items: center;
}

.pricetitle-inner img {
    width: 20%;
}

.lesson-price-title h2 {
    border-left: 0;
    padding: 2% 0;
}

.lesson-price h3 {
    text-align: left;
    border-left: 5px solid #50783f;
    color: #50783f;
    padding: 1% 0 0.4% 1%;
}
.lesson-price li {
    margin-bottom: 4%;
}
.lesson-price table {
    margin: 0 auto;
    border-collapse:collapse;
    width: 100%;
}

.lesson-price table,.lesson-price tr,.lesson-price th,.lesson td  {
    border: 1px solid #eeeeee;
}

.lesson-price  table tr  {
    padding: 2%;
}

.lesson-price table th,.lesson-price table td {
    width: calc(100%/3);
}

.lesson-price table th {
    padding: 2% 0;
    text-align: center;
}

.lesson-price  table td {
    text-align: center;
    padding: 2.5% 0;
}

.lesson-price table tr:nth-child(odd) {
    background-color: #f7f7ec;
}

.lesson-price ul li p {
    text-align: right;
}

.lesson-price p{
    margin: 0;
}



/*----------------------------------------

コンタクトフォーム

----------------------------------------*/

.form {
    margin: 0 auto;
}

.form-lead {
    margin: 5% 0;
}

.form h2 {
    border-left: 0;
    border-top: 1px solid #e5eda8;
    border-bottom: 1px solid #e5eda8;
    padding: 2% 0;
}

.form dl {
    display: flex;
    align-items: center;
    padding: 2% 1%;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 1px solid rgba(35, 24, 21, 0.6);
}


.form dl:nth-child(even) {
    background-color: #f7f7ec;
}

.form dt {
    width: 22%;
    padding-left: 2%;
}

.form dd {
    width: 70%;
    margin-left: 1%;
    padding-left: 3%;
    border-left: 1px solid rgba(35, 24, 21, 0.6);
}

.sei {
    margin-left: 2%;
}

.mei {
    margin-left: 4.5%;
}

.mei2 {
    margin-left: 2.3%;
}
.mid_text {
    width: 25%;
}

.tel {
    width: 10%;
}

input[type="text"], input[type="url"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], textarea,.age {
    border: 1px solid #dddddd;
    border-radius: 2px;
}
b

.mwform-tel-field input[type="text"],.add_number input {
    width: 18%;
}

.mid_text {
    width: 20%;
}

.long_text,.address,.textarea {
    width: 73%;
}

.formbottom-text {
    width: 45%;
    border: 1px solid #e5eda8;
    padding: 1% 2%;
    margin: 4% auto 5%;
}

.formbottom-text p {
    text-align: left;
    display: inline-block;
}
.form-arrow {
    text-align: left;
    color:#6c8f00;
}
.rental-studio.guidance ul li.no02 .guidance-image {
    background-image: url(../../../images/setsubi_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 24vw;
}
.rental-studio.guidance ul li {
    flex-direction: row-reverse;
}
section.rental-studio.guidance .rental-contents {
    width: 50%;
}
section.rental-studio.guidance .rental-contents p {
    text-align: center;
}
section.rental-studio.guidance ul {
    margin-top: 0;
}
p.link_bot.gradbot a {
    background: linear-gradient(90deg, rgb(234, 237, 163), rgb(222, 237, 174), rgb(207, 236, 185), rgb(191, 236, 198));
    border:none;
    overflow: inherit;
}
p.link_bot.gradbot a:before {
    border: 1px solid #000000;
    position: absolute;
    inset: -5px 5px 5px -5px;
    content: "";
    transform: none;
    transition: none;
}
section.top-notice p.link_bot {
    margin-top: 4%;
}
.article h2.standard {
    border-left: none;
    font-size: 36px;
    margin-top: 5%;
}
section.basic p.text {
    text-align: center;
}

input[type="submit"] {
    background: linear-gradient(90deg,rgba(237, 237, 162,0.8), rgba(222, 237, 174,0.8), rgba(204, 236, 187,0.8));
    border: none;
    padding: 3% 7%;
    font-weight: normal;
    margin-bottom: 5%;
}
.confirm {
    margin: 0 auto;
}

select.age {
    padding: 0.6% 1%;
    width: 8%;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 75%, #dddddd 75%, #dddddd 100%);
}

.sp {
    display: none;
}


@media screen and (max-width: 1110px) {
    div#header-in, div#navi-in, div#body-in, div#footer-in {
        width: 100%;
    }

}

@media screen and (max-width: 680px) {
/*----------------------------------------

共通

----------------------------------------*/

    .sp {
        display: block;
    }

    div#main {
        padding: 0;
    }

    section {
        padding: 10% 0;
    }

    .article h2 {
        border-left: none;
    }
    #h-top {
        min-height: inherit;
    }
    #container {
        margin-bottom: 0;
    }

    .top-btn {
        width: 70%;
        padding: 5% 5% 6%;
    }

    .top-mini-btn {
        padding: 3%;
        margin-top: 2%;
        width: 70%;
    }

    .top-btn a,.lesson-btn a {
        display: block;
        height: 100%;
    }

    p {
        margin: 0 auto;
        text-align: left;
    }

    section p {
        width: 90%;
    }

    .arrow {
        margin-left: 15%;
    }

    .mini-arrow {
        margin-left: 15%;
    }

    .piano,.drum {
        width: 30%;
        margin: 0 auto;
    }


    .top-price,.top-rental {
    padding: 7% 0 30%;
}

.ft36,.ft38 {
    font-size: 21px;
}

.ft20 {
    font-size: 12px;
}

.ft28,.ft32 {
    font-size: 18px;
}
.entry-content {
    margin-bottom: 0;
}

/*----------------------------------------

header

----------------------------------------*/
    .header-menu {
        display: none;
    }

    .header-top {
        justify-content: flex-start;
        margin: 0;
        background-color: rgba(213, 237, 181, 0.5);
        padding: 4%;
    }

    .header-logo {
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .header-logo h1 {
        margin-top: 0.5%;
        margin-bottom: 0;
    }

    .header-logo img {
        width: 40%;
    }

    .hero-logo {
        top: 95%;
        right: 25%;
        width: 50%;
    }

    /* br {
        display: none;
    } */

    .catch-copy {
        margin: 10% 0;
    }
    .catch-copy h2,.catch-copy p {
        width: 100%;
        text-align: center;
    }

    .catch-copy p {
        margin-top: 3%;
        line-height: 1.7;
        font-size: clamp(1.4rem, 1.2vw + 0rem, 1.6rem);
    }
    

    .hero-piano {
        margin-top: 23%;
    }

    .hero-music1 {
        width: 20%;
        top: 45%;
    }

    .hero-music2 {
        width: 15%;
        bottom: 30%;
    }

/*----------------------------------------

notice

----------------------------------------*/

    .top-notice {
        width: 90%;
        margin: 0 auto;
    }

    .top-notice ul {
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }

    .top-notice ul li {
        margin-bottom: 6%;
    }
    .little-notice {
        width: 25%;
        margin-left: 2%;
    }

    .top-notice img  {
        display: none;
    }

/*----------------------------------------

top-about

----------------------------------------*/

.top-about {
    padding: 7% 0 15%;
}

.top-about h3,.top-about p {
    width: 90%;
    margin: 0 auto;
}

.top-about ul {
    width: 100%;
}

.top-about ul li {
    display: block;
    margin-bottom: 20%;
}

.top-about ul li:nth-child(odd) .about-text {
    margin-left: 0%;
    margin-right: 0;
}

.top-about ul li:last-child {
    margin-bottom: 0;
}

.top-about ul li h3 {
    text-align: center;
    margin: 5% auto 2%;
}

.top-about ul li p {
    text-align: left;
}
.about-image,.about-text {
    width: 100%;
}

.leaf1 {
    width: 50%;
    right: -20%;
}

.leaf2 {
    width: 48%;
    top: 36%;
    left: -28%;
}

.leaf3 {
    width: 50%;
    top: 82%;
    right: -25%;

}
.leaf4 {
    top: 28%;
}

.leaf5 {
    top: 52%;
}

.leaf6 {
    top: 73%;
}

.leaf7 {
    bottom: 1%;
}

.leaf4, .leaf5, .leaf6, .leaf7 {
    width: 10%;
}

/*----------------------------------------

top-lesson

----------------------------------------*/

.top-lesson {
    padding: 10% 0  15%;
}
.top-lesson ul {
    width: 100%;
}

.top-lesson ul li:nth-child(odd) {
    margin: 0;
}

.top-lesson ul li{
    width: 100%;
}
.top-lesson ul li p br {
    display: none;
}

.tp-bgd {
    height: 70vw;
}




/*----------------------------------------

top-price-inner

----------------------------------------*/

.top-price-inner {
    width: 90%;
    margin: 0 auto;
}

.tp-left {
    display: block;
}

.top-price .top-mini-btn {
    position: absolute;
    top: 70%;
    padding: 3%;
    margin-top: 2%;
    width: 70%;
}

/*----------------------------------------

top-faq

----------------------------------------*/

.top-faq .top-mini-btn {
    padding: 3%;
    margin-top: 2%;
    width: 70%;
}

/*----------------------------------------

top-rental

----------------------------------------*/


.top-rental h2 {
    text-align: center;
}

.top-rental-left {
    display: block;
}

.top-rental-left p br {
    display: none;
}

.top-rental .top-mini-btn {
    position: absolute;
    top: 70%;
    padding: 3%;
    margin-top: 2%;
    width: 70%;
}

/*----------------------------------------

information

----------------------------------------*/

section.top-contact h2 {
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.5px;
    margin-bottom: 5%;
}

section.top-contact p br {
    display: none;
}

section.top-contact p {
    text-align: left;
}
.top-information {
    padding: 5% 0 10%;
} 

.top-dl {
    width: 90%;
    font-size: clamp(1.2rem,1.0vw + 0rem,1.4rem);
}

.top-dl dl:nth-child(2) a {
    width: 38%;
    margin-left: 26%;
}

.top-dl dl:nth-child(3) a {
    width: 25%;
    margin-left: 15%;
}


.top-dl dl dt {
    width: 25%;
}

.top-dl dl dd {
    width: 75%;
    padding-left: 0;
    margin-inline-start: 6%;
}

.top-dl dl dd a {
    padding: 1% 1.5%;
}
p.link_bot a {
        border: 1px solid #000;
        text-decoration: none;
        color: #000;
        width: 68%;
        display: block;
        padding: 3% 5%;
        margin: 5% auto;
}    
/*----------------------------------------

top-contact

----------------------------------------*/
.top-contact {
    padding: 6% 0;
}
.top-contact .top-mini-btn {
    position: absolute;
    top: 70%;
    left: 12%;
    padding: 3%;
    margin-top: 2%;
    width: 70%;
}
/*----------------------------------------

footer

----------------------------------------*/

#footer h3 {
    font-size: 16px;
}
.footer-logo {
    width: 50%;
    margin: auto;
    margin-bottom: 6%;
}
.footer-menu {
    display: none;
}

.footer-lesson ul {
    padding-left: 0;
    flex-wrap: wrap;
}

.footer-lesson ul li {
    width: 100%;
    height: 25vw;
    margin-right: inherit;
    margin-bottom: 4%;
}
.footer-bottom p {
    line-height: 1.5;
}

/*----------------------------------------

sidebar

----------------------------------------*/

div.sidr h1 {
    font-size: 9px;
}

/* nav {
    background-color: #ffffff;
} */

div#sidebar {
    left: 0;
    margin: 0;
}

.sidemenu-title {
    padding: 5% 0;
    background-color: rgba(213,237,181,0.8);
}
nav .header-logo img {
    display: block;
    margin: 0 auto;
}

div#navi ul li {
    padding: 5% 0;
    border-top: 1px solid #dddddd;
    color: #dddddd;
    text-align: center;
    /* background-color: #ffffff; */
}

.slide-close {
    margin: 0;
    padding-bottom: 5%;
    background-color: rgba(213, 237, 181, 1);
}

#navi .slide-close .fa-times:before {
    content:"閉じる×";
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 2px;
    font-weight: 500;
    display: block;
}



/*----------------------------------------

privacy_policy

----------------------------------------*/

.privacy-contents dl {
    width: 80%;
}

.privacy-contents dl dd {
    margin-left: 0;
}

.privacy-contents dl dt {
    padding: 0.1% 0 2% 4%;
}

/*----------------------------------------

sitemap

----------------------------------------*/

.sitemap {
    width: 85%;
}

.sitemap ul li {
    width: 100%;
    padding: 5% 2%;
    margin-bottom: 5%;
}

.sitemap a {
    margin-left: 5%;
}


h3.accordion-title span {
    display: block;
    width: 100%;
}

/*----------------------------------------

faq

----------------------------------------*/

.faq {
    padding: 5% 0 0;
}

.faq p {
    line-height: 2;
}

.accordion {
    width: 90%;
}

.accordion-item h3 span:first-child {
    margin-bottom: 2%;
}

h3.accordion-title span ,.accordion-content span {
    display: block;
    width: 100%;
    text-align: center;
}

.accordion-title:after {
    right: 8px;
}

.accordion-content {
    padding: 0.8% 5.5% 5%;
}


/*----------------------------------------

rental-studio

----------------------------------------*/

.page-id-120 .entry-content {
    margin-bottom: 0;
}

.rental-studio {
    display: block;
}

.rental-left {
    width: 90%;
    margin: 0 auto;
}

.rental-left .rental-lead {
    text-align: center;
}

.rental-left .rental-lead br {
    display: none;
}

.rental-left .rental-lead br.sp {
    display: block;
}

.rental-right {
    width: 100%;
}

.rental-price tr,.rental-price th,.rental-price td {
    display: block;
}

.rental-price table {
    margin: 0 auto 3%;
    width: 65%;
}

/*----------------------------------------

form

----------------------------------------*/

.form {
    width: 90%;
    padding-bottom: 0;
}

.form-lead {
    margin: 0;
}

.form-lead p {
    line-height: 1.8;
}

.form-lead p:nth-child(2) {
    margin-top: 2%;
}

.form h2 {
    margin: 10% 0 3%;
}

.form dl {
    display: block;
}

.form dt,.form dd {
    width: 100%;
}

.form dt {
    padding-left: 3%;
    padding-bottom: 3%;
}

.form dd {
    border-left: none;
}

input[type="text"] {
    width: 35%;
}

select.age {
    padding: 2%;
    width: 30%;
}

.mwform-tel-field input[type="text"] {
    width: 27%;
}

input[type="email"] {
    width: 90%;
}

.add_number input {
    width: 30%;
}

input[type="text"].address {
    width: 90%;
}

.textarea {
    width: 90%;
}

.formbottom-text {
    width: 90%;
    padding: 2%;
}

.formbottom-text p br {
    display: none;
}

.formbottom-text a {
    display: block;
}

input[type="submit"] {
    padding: 5% 7%;
}


/*----------------------------------------

教室案内

----------------------------------------*/

.guidance p:first-child {
    margin-bottom: 6%;
}

.top-dl dl dd a {
    padding: 3% 2.5%;
}

.guidance ul {
    width: 90%;
}

.guidance ul li,.guidance ul li:nth-child(even) {
    flex-direction: column-reverse;
}

.guidance-image {
    margin-bottom: 2%;
}

.guidance-text,.guidance ul li:nth-child(even) .guidance-text,.guidance-image {
    width: 100%;
}

.guidance-text br {
    display: none;
}

/*----------------------------------------

お知らせ一覧ページ

----------------------------------------*/

.information {
    padding: 3% 0 0;
    margin-bottom: 0;
}

.single_box {
    width: 85%;
}

.info-menu {
    width: 50%;
    margin: 0 auto;
}

.info-menu li {
    width: 46%;
}

.information dd {
    margin-bottom: 8%;
}

.info-top .day,.info-top .category {
    margin: 0;
}

.info-top .day {
    width: 30%;
}

.info-top .category {
    width: 30%;
    text-align: center;
}

.title {
    width: 95%;
    margin: 0 auto;
    height: calc(1.5em* 2);
    line-height: 1.5em;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: 3%;
}

.title a:nth-child(1) {
    width: 90%;
    margin-right: 2%;
}

.title a:nth-child(2) {
    width: 40px;
    display: block;
}

/*----------------------------------------

お知らせカテゴリーページ

----------------------------------------*/

.category #list {
    padding: 3% 0;
    width: 85%;
}

.post-meta .category {
    padding: 1% 3%;
}

.category #list h1 {
    margin-top: 5%;
    margin-bottom: 6%;
    padding-bottom: 2%;
}

/*----------------------------------------

お知らせ詳細

----------------------------------------*/

.single-post .article {
    width: 85%;
}

.single-post .article h1 {
    padding: 5% 0;
}

.single-post .post-meta {
    margin-top: 4%;
}

.navigation {
    width: 90%;
    display: block;
}

.prev,.next {
    width: 100%;
    padding: 3% 0;
}

.prev {
    border-bottom: none;
}
.next {
    margin-left: 0;
}

.prev a {
    padding-left: 15%;
}

.next a {
    padding-right: 15%;
}

.single-post .snsb {
    display: flex;
}



ul.snsbs li {
    margin-right: 0;
}

ul.snsbs li a { 
    width: 40px;
    height: 30px;
}

#footer-mobile-buttons a#footer-button-prev,#footer-mobile-buttons a#footer-button-next {
    display: none;
}

#footer-button-pre.fa-arrow-left:before,#footer-button-next.fa-arrow-right:before {
    background-image: none;
} 


/*----------------------------------------

about

----------------------------------------*/

.about {
    padding-top: 0;
}

.about p {
    text-align: center;
}

.about-lead {
    margin-top: 10%;
    position: relative;
    display: block;
}
.about-lead .about-left {
    display: block;
    align-items: end;
}
.about-left,.about-right {
    position: relative;
    width: 100%;
}
.about-left img, .about-right img {
    width: 40%;
}
.about-left img {
    top: -180%;
    left: 12%;
}
.about-right img {
    top: -160%;
    right: 12%;
}

.about-left p {
    text-indent: 0;
}

.about-center img {
    height: auto;
}
.about-lead .about-right {
    display: block;
}
.about-left p,.about-right p {
    font-size: clamp(1.0rem,1.1vw + 0rem,1.1rem);
    top: -70%;
}
.about-left p {
    text-align: left;
    font-size: 1.4rem;
}
.about-left, .about-right {
    height: auto;
}
.about-right p {
    text-align: right;
    font-size: 1.4rem;
    width: 100%;
}
.about-center {
    position: relative;
    position: relative;
    width: 186px;
    height: 220px;
    left: inherit;
    margin: auto;
}
.about-lead .about-left p {
    margin-bottom: 6%;
    width: 100%;
}
.about-lead .about-right p {
    margin: inherit;
    margin-bottom: 8%;
}
section.about h3 {
    font-size: 3.8rem;
}
.fa-instagram:before {
    content: "\f16d";
    font-size: 22px;
    color: #000000;
}
.top-dl dl dd a.insta {
    background-color: inherit;
}
.about p.melody_01 {
    position: absolute;
    width: 24%;
    left: 6%;
    top: 38vh;
    margin: auto;
}
.about p.melody_02 {
    position: absolute;
    width: 26%;
    right: 8%;
    top: 12vh;
    margin: auto;
}
.about-lead-bottom p span.gd {
    letter-spacing: 7px;
    font-size: 3.8rem;
}
.post-148 .entry-content {
    margin-bottom: 0;
}

.lecturer {
    padding: 0;
}

.lecturer h2 {
    margin: 0;
    padding: 6%;
}
.lecturer-contents {
    padding: 10% 0;
}

.concept {
    padding-top: 10%;
}

.concept ul {
    width: 90%;
}

.concept ul li {
    display: block;
    margin-bottom: 10%;
}

.concept ul li h3 {
    text-align: center;
}

.concept ul li:nth-child(odd) .about-text {
    margin-left: 0;
}

.concept ul li:nth-child(even) .about-text {
    margin-right: 0;
}

.concept .leaf1 {
    top: 3%;
}

.concept .leaf2 {
    top: 36%;
}

.concept .leaf3 {
    top: 52%;
}

.concept .leaf5 {
    top: 52%;
}

.lecturer-inner {
    display: block;
    width: 90%;
}

.lecturer-image,.lecturer-text {
    width: 100%;
}

.lecturer-leaf .leaf1 {
    top: 5%;
    right: -22%;
}

.lecturer-leaf .leaf6 {
    top: 9%;
}

.lecturer-leaf .leaf7 {
    top: 92%;
}

.lecturer-leaf .leaf8 {
    top: 90%;
}

.lecturer-name {
    margin-bottom: 3%;
}
.lecturer-text {
    margin-top: 3%;
}

.lecturer-text p {
    line-height: 1.5;
}

/*----------------------------------------

lesson

----------------------------------------*/

.lesson {
    padding: 0;
}

.lesson .footer-lesson {
    width: 85%;
}
.lesson ul {
    width: 100%;
}

.lesson-list ul li {
    padding-left: 0;
}

.lesson-list ul li:nth-child(even) {
    padding-right: 0;
}

.lesson ul li img {
    width: 100%;
}

.lesson-list ul p {
    width: 90%;
}

.lesson-list ul li:nth-child(even) .lesson-left {
    margin-left: 0;
}

.lesson-list ul li,.lesson-list ul li:nth-child(even) {
    flex-direction: column-reverse;
}

.lesson-left,.lesson-right {
    width: 100%;
}

.lesson-list ul li p:first-child,.lesson-list ul li h3{
    text-align: center;
    line-height: 1.5;
    margin-top: 3%;
}

.lesson-list ul li h3 {
    line-height: 1.5;
    margin: 1% 0 2%;
}

.lesson-list ul li p {
    margin-bottom: 1%;
}

.lesson-price-title h2 {
    margin-top: 2%;
    margin-bottom: 0;
}
.pricetitle-inner {
    display: block;
    width: 80%;
}

.pricetitle-inner img {
    width: 20%;
    display: block;
    text-align: center;
    margin-top: 2%;
}

.lesson-price {
    width: 90%;
}

.lesson-price h3 {
    padding-left: 2%;
}

div#header {
    filter: none!important;
}
.header-menu {
        display: block;
}
/*修正*/
.guidance ul li.no01 .guidance-image,.guidance ul li.no02 .guidance-image,.guidance ul li.no03 .guidance-image,.guidance ul li.no04 .guidance-image {
    height: 58vw;
}
.footer-bottom {
    padding: 3% 0;
    margin-bottom: 20%;
}
.footer-lesson {
    margin-bottom: 6%;
}
#main .page {
    margin-bottom: 0;
}
#footer {
    padding-top: 12%;
}
.header-top {
    display: block;
    width: 100%;
}
.header-top a.header-logo {
    width: 50%;
}
.header-logo img {
        width: 100%;
}
.catch-copy {
    height: inherit;
    position: absolute;
    width: 100%;
    margin: auto;
    display: block;
    align-items: center;
    z-index: 99;
    margin-top: 6vh;
}
.hero-image {
    background: linear-gradient(127deg, rgba(255, 255, 255, 0.5) 0%, rgba(188, 236, 200, 0.5) 100%),linear-gradient(127deg, rgba(239, 237, 159, 0.4) 0%, rgba(188, 236, 200, 0.9) 100%), url(../../../images/head_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 69vh;
    background-position: center;
    position: relative;
}
#navi .header-top a.header-logo {
    width: 50%;
    display: block;
}
div#navi ul li a {
    color: #333;
    font-size: 14px!important;
}
.lesson-left {
    height: auto;
}
.lesson-list ul li#l01 .df,.lesson-list ul li#l03 .df,.lesson-list ul li:nth-child(even) .df {
    justify-content: center;
    flex-direction: column-reverse;
}
.lesson-list ul li p:first-child {
    font-size: 15px;
}
.lesson-list ul li h3 {
    font-size: 2.2rem;
}
.lesson-list ul li#l01 .lesson-right,.lesson-list ul li#l03 .lesson-right,.lesson-list ul li#l02 .lesson-right,.lesson-list ul li#l04 .lesson-right {
    height: 26vh;
    background-position: center;
}.footer-lesson li h3 {
    font-size: 1.8rem;
}
.lesson-price h3 {
    font-size: 1.6rem;
}
.page-id-231 .entry-content {
        margin-bottom: 12%;
    }
p.link_bot.gradbot a {
    padding: 2% 6% 6%;
}
.tp-bgd {
        height: 32vh;
        background-position: center;
}
.hero-logo {
    top: inherit;
    right: 25%;
    width: 50%;
    bottom: 18vh;
}
.hero-music1 {
    width: 28%;
    top: inherit;
    bottom: -3vh;
}
.hero-music2 {
    width: 18%;
    bottom: -3%;
    right: 8%;
}
    .hero-logo {
        top: inherit;
        right: 25%;
        width: 54%;
        bottom: 2vh;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
.head_box {
    height: 72vh;
    position: relative;
}
hr.grad_line {
    height: 3vh;
}
.rental-studio .rental-right {
    display: none;
}
.rental-studio.guidance ul li {
    flex-direction: column-reverse;
}
.rental-studio.guidance ul li.no02 .guidance-image {
    height: 30vh;
}
section.rental-studio.guidance .rental-contents {
    width: 100%;
}
section.rental-studio.guidance .rental-contents p {
    text-align: center;
    font-size: 1.4rem;
}
.top-price .right_box {
    width: 86%;
}
.top-price, .top-rental {
        padding: 7% 0;
    }
.piano, .drum {
        width: 36%;
        margin: 0 auto;
}
#footer-mobile-buttons {
    background: linear-gradient(127deg, rgba(239, 237, 159, 0.9) 0%, rgba(188, 236, 200, 0.9) 100%);
}
}