@charset "UTF-8";
.b-pagetitle {
  margin-bottom: 10.6666666667vw;
}

#course01,
#course02 {
  width: 89.3333333333vw;
  margin-top: 13.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}
#course01 > .headline,
#course02 > .headline {
  margin-top: 2.1333333333vw;
  font-size: 2.4rem;
  line-height: 1.83;
}

.blocks {
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  padding: 10.6666666667vw 0;
  letter-spacing: normal;
}
.blocks + .blocks {
  margin-top: 50px;
}
.blocks::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #B2826D;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px 5px 0 0;
}
.blocks .blocks__header {
  background-image: linear-gradient(to right, #b2826d, #b2826d 1px, transparent 1px, transparent 4px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 4vw;
}
.blocks .blocks__header .headline {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  margin: 0;
}
.blocks .blocks__header .headline small {
  font-size: 1.8rem;
}
.blocks .blocks__contents {
  padding: 30px 20px 0;
}
.blocks .blocks__contents .note {
  margin-top: 2.6666666667vw;
}
.blocks .blocks__contents .note li {
  position: relative;
  font-size: 1.2rem;
  line-height: 2;
  padding-left: 1.2em;
}
.blocks .blocks__contents .note li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.box01 {
  margin-top: 8vw;
}
.box01 .blocks__contents {
  font-size: 1.4rem;
}
.box01 .blocks__contents a.sp .name {
  margin-left: 100px;
}
.box01 .blocks__contents a.sp .name small {
  margin-left: auto;
  display: inline-block;
}
.box01 .blocks__contents a.sp .copy {
  margin-left: 100px;
}
.box01 .blocks__contents .photo {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 20px;
}
.box01 .blocks__contents .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
.box01 .blocks__contents .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.box01 .blocks__contents .name small {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 5px;
}
.box01 .blocks__contents .name [class^="ico-"] {
  margin-left: 10px;
}
.box01 .blocks__contents .copy {
  color: #8B3A22;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6666666667;
  margin-top: 10px;
}
.box01 .blocks__contents .comment {
  margin-top: 20px;
  line-height: 2;
}
.box01 .blocks__contents .koushiyori {
  border: 2px solid #ebe3dc;
  border-radius: 5px;
  padding: 5.3333333333vw;
  margin-top: 8vw;
  font-size: 1.2rem;
  line-height: 2;
}
.box01 .blocks__contents .koushiyori .label {
  font-size: 1.4rem;
  font-weight: bold;
}
.box01 .blocks__contents .subhead {
  margin-top: 45px;
  clear: both;
}
.box01 .blocks__contents table {
  width: 100%;
}
.box01 .blocks__contents table.sp {
  margin-top: 10px;
}
.box01 .blocks__contents table.sp .L {
  font-size: 2rem;
}
.box01 .blocks__contents table.sp .M {
  font-size: 1.4rem;
}
.box01 .blocks__contents table.sp .S {
  font-size: 1.2rem;
}
.box01 .blocks__contents table.pc {
  font-size: 1.6rem;
  margin-top: 20px;
}
.box01 .blocks__contents table.pc .L {
  font-size: 2.4rem;
}
.box01 .blocks__contents table.pc .M {
  font-size: 1.6rem;
}
.box01 .blocks__contents table.pc .S {
  font-size: 1.4rem;
}
.box01 .blocks__contents table .em {
  color: #8B3A22;
  font-weight: bold;
}
.box01 .blocks__contents table caption {
  background-color: #d8d8d8;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  padding: 12px;
}
.box01 .blocks__contents table caption .label {
  font-size: 1.2rem;
  border: 1px solid #B2826D;
  color: #8B3A22;
  border-radius: 3px;
  display: inline-block;
  line-height: 22px;
  margin-right: 5px;
  padding: 0 9px;
}
.box01 .blocks__contents table th,
.box01 .blocks__contents table td {
  padding: 12px 15px;
  border-bottom: 1px solid #d8d8d8;
}
.box01 .blocks__contents table th:nth-child(n + 2),
.box01 .blocks__contents table td:nth-child(n + 2) {
  border-left: 1px solid #d8d8d8;
}
.box01 .blocks__contents table th {
  background-color: #efefef;
  font-weight: bold;
}
.box01 .blocks__contents table td {
  background-color: #fff;
}
.box01 .blocks__contents .undertext {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 10px;
}
.box01 .blocks__contents .checklist {
  background-color: #f6f0ea;
  border-radius: 5px;
  padding: 5.3333333333vw;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
.box01 .blocks__contents .checklist li {
  background-color: #fff;
  padding: 15px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  position: relative;
  border-radius: 3px;
}
.box01 .blocks__contents .checklist li::before {
  content: "";
  background: url(../images/common/ico_check.svg) center/contain no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
  position: absolute;
  top: 20px;
  left: 15px;
}
.box01 .blocks__contents .checklist li p {
  font-size: 85.71%;
}
.box01 .blocks__contents .flowboxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
.box01 .blocks__contents .flowboxs .box {
  border: 1px solid #ebe3dc;
  border-radius: 5px;
  padding: 15px;
}
.box01 .blocks__contents .flowboxs .box .lbl {
  font-size: 1.5rem;
  font-weight: bold;
  color: #8B3A22;
  margin-bottom: 5px;
}
.box01 .blocks__contents .flowboxs .box .lbl span {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.box01 .blocks__contents .flowboxs .box p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 0;
  margin-top: 10px;
}
.box01 .blocks__contents .flowboxs .box .note {
  margin-top: 2.6666666667vw;
}
.box01 .blocks__contents .flowboxs .box .note li {
  position: relative;
  font-size: 1.2rem;
  line-height: 2;
  padding-left: 1.2em;
}
.box01 .blocks__contents .flowboxs .box .note li::before {
  content: "※";
  position: absolute;
  left: 0;
}

#course02 + .b-classroom__bnr,
#course01 + .b-classroom__bnr {
  margin-top: 10.6666666667vw;
}

#course02 {
  padding-top: 16vw;
}
#course02::before {
  margin-left: -2.6666666667vw;
  width: 97.8666666667vw;
}

#pianoSalonVenue {
  margin-top: 16vw;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3333333333vw;
  position: relative;
}
#pianoSalonVenue .catch {
  color: #8B3A22;
  font-size: 1.4rem;
  font-weight: bold;
}
#pianoSalonVenue .headline {
  font-size: 2.4rem;
  text-align: left;
  margin-top: 10px;
}
#pianoSalonVenue .lines {
  margin-top: 4vw;
  border-top: 1px solid #EBE3DC;
}
#pianoSalonVenue .lines dt, #pianoSalonVenue .lines dd {
  font-size: 1.4rem;
  line-height: 2;
}
#pianoSalonVenue .lines dt {
  padding-top: 10px;
  font-weight: bold;
}
#pianoSalonVenue .lines dd {
  padding-bottom: 10px;
  border-bottom: 1px solid #EBE3DC;
}
#pianoSalonVenue .toaccessmap {
  text-align: right;
  margin-top: 5px;
}
#pianoSalonVenue .toaccessmap a {
  font-weight: bold;
}
#pianoSalonVenue .toaccessmap a span, #pianoSalonVenue .toaccessmap a i {
  vertical-align: middle;
}
#pianoSalonVenue .dotlists li {
  position: relative;
  padding-left: 13px;
}
#pianoSalonVenue .dotlists li::before {
  content: '';
  background-color: #B2826D;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 3px;
  top: .8em;
}
#pianoSalonVenue .map {
  width: 89.3333333333vw;
  height: 78.1333333333vw;
  margin-top: 5.3333333333vw;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
}
#pianoSalonVenue .map iframe {
  width: 100%;
  height: 100%;
}

#lessonStudent {
  margin-top: 16vw;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F6F0EA;
}
#lessonStudent .section__header {
  position: relative;
  background: none;
  text-align: center;
}
#lessonStudent .section__header .catchcopy {
  color: #8B3A22;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 15px;
}
#lessonStudent .section__header .headline {
  font-size: 2.4rem;
  line-height: 35px;
  margin-top: 6px;
}
#lessonStudent .section__header .dec {
  width: 100px;
  opacity: .7;
  position: absolute;
  right: 20px;
  top: -80px;
}
#lessonStudent .section__contents {
  width: 335px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#lessonStudent .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  letter-spacing: normal;
  height: 100%;
}
#lessonStudent .swiper-slide a::before {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #B2826D;
  border-radius: 5px 5px 0 0;
}
#lessonStudent .swiper-slide .photo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
#lessonStudent .swiper-slide .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
#lessonStudent .swiper-slide .textarea {
  width: calc(100% - 80px);
}
#lessonStudent .swiper-slide .course {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
}
#lessonStudent .swiper-slide .course span {
  display: inline-block;
}
#lessonStudent .swiper-slide .course span::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #B2826D;
  margin-right: 5px;
}
#lessonStudent .swiper-slide .copy {
  color: #8B3A22;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6666666667;
  margin-top: 10px;
}
#lessonStudent .swiper-slide .comment {
  font-size: 1.4rem;
  line-height: 2;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #F6F0EA;
}
#lessonStudent .swiper-slide .auther {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 6.4vw;
}
#lessonStudent .swiper-slide .pref {
  border-radius: 3px;
  background-color: #F6F0EA;
  font-size: 1.2rem;
  font-weight: bold;
  color: #8B3A22;
  padding: 0 10px;
}
#lessonStudent .swiper-slide .municipalities {
  padding: 0 5px;
  position: relative;
}
#lessonStudent .swiper-slide .municipalities::after {
  content: '';
  width: 1px;
  height: 1.2rem;
  background-color: #000;
  position: absolute;
  right: 0;
  top: calc(50% - .6rem);
}
#lessonStudent .swiper-slide .name {
  padding: 0 5px;
}
#lessonStudent .swiper-slide .prof {
  display: none;
}
#lessonStudent .swiper-slide .seenext {
  margin-left: auto;
}
#lessonStudent .swiper-slide .seenext span {
  display: none;
}
#lessonStudent .swiper-group {
  margin-top: 5.3333333333vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#lessonStudent .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: auto;
  position: static;
}
#lessonStudent .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #B2826D;
}
#lessonStudent .swiper-button-prev, #lessonStudent .swiper-button-next {
  position: static;
  background-color: #fff;
  background-position: center;
  background-size: 9.15px 6.1px;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 0;
}
#lessonStudent .swiper-button-prev::after, #lessonStudent .swiper-button-next::after {
  content: none;
}
#lessonStudent .swiper-button-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-image: url(../images/common/ico_arrow_left.svg);
}
#lessonStudent .swiper-button-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-image: url(../images/common/ico_arrow_right.svg);
}
#lessonStudent .button {
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8vw;
}

#events {
  padding: 60px 0;
}
#events .section__header {
  width: 89.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}
#events .section__header .catchcopy {
  color: #8B3A22;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 15px;
}
#events .section__header .headline {
  font-size: 2.4rem;
  line-height: 35px;
  margin-top: 6px;
  text-align: left;
}
#events .categories {
  margin-top: 10px;
}
#events .categories__lbl {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 5.3333333333vw;
}
#events .categories__container {
  overflow-x: scroll;
  padding-bottom: 10px;
}
#events .categories__container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  border-bottom: 1px solid #EBE3DC;
}
#events .categories__container a {
  display: block;
  padding: 15px 10px;
  white-space: nowrap;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #959595;
}
#events .categories__container a::after {
  content: '';
  position: absolute;
  left: 2.6666666667vw;
  bottom: -1px;
  height: 2px;
  background-color: #8B3A22;
}
#events .categories__container a.current {
  color: #8B3A22;
}
#events .categories__container a.current::after {
  right: 2.6666666667vw;
}
#events .section__contents {
  width: 89.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.6666666667vw;
}
#events .section__contents .postitem {
  padding: 5.3333333333vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EBE3DC;
}
#events .section__contents .photo {
  width: 29.3333333333vw;
}
#events .section__contents .photo img {
  border-radius: 5px;
}
#events .section__contents .textarea {
  width: 54.6666666667vw;
  margin-left: 5.3333333333vw;
  font-size: 1.4rem;
}
#events .section__contents .category {
  border: 1px solid #B2826D;
  color: #8B3A22;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
}
#events .section__contents .status {
  margin-top: 1.3333333333vw;
  line-height: 2;
}
#events .section__contents .status::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #B2826D;
  margin-right: 7px;
}
#events .section__contents .title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
}
#events .section__contents .schedule {
  font-weight: bold;
  line-height: 2;
  color: #8B3A22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#events .section__contents .schedule span:nth-of-type(1) {
  width: 45px;
}
#events .section__contents .schedule span:nth-of-type(2) {
  width: calc(100% - 45px);
}
#events .button {
  width: 61.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8vw;
}

#learnMore {
  position: relative;
  letter-spacing: normal;
  margin-bottom: 13.3333333333vw;
}
#learnMore .learnMore__stage {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-left: 5.3333333333vw;
  width: 94.6666666667vw;
  padding: 13.3333333333vw 5.3333333333vw 9.3333333333vw;
}
#learnMore .learnMore__lbl {
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1.42;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
#learnMore .e-mainblocks a,
#learnMore .e-subblocks a {
  display: block;
  padding: 8vw 0;
}
#learnMore .e-mainblocks a.disabled,
#learnMore .e-subblocks a.disabled {
  pointer-events: none;
}
#learnMore .e-mainblocks a.disabled > *,
#learnMore .e-subblocks a.disabled > * {
  opacity: 0.4;
}
#learnMore .e-mainblocks .photo,
#learnMore .e-subblocks .photo {
  margin-bottom: 5.3333333333vw;
  position: relative;
}
#learnMore .e-mainblocks .photo > img,
#learnMore .e-subblocks .photo > img {
  border-radius: 5px;
  width: 100%;
}
#learnMore .e-mainblocks .photo-card,
#learnMore .e-subblocks .photo-card {
  position: absolute;
  right: 6px;
  bottom: -27px;
  z-index: 2;
}
#learnMore .e-mainblocks .photo__card,
#learnMore .e-subblocks .photo__card {
  position: absolute;
  bottom: -15px;
  right: 5px;
  z-index: 2;
  width: 110px;
}
#learnMore .e-mainblocks .e-header,
#learnMore .e-subblocks .e-header {
  position: relative;
}
#learnMore .e-mainblocks .e-header::after,
#learnMore .e-subblocks .e-header::after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff url(../images/common/ico_arrow_right.svg) center/auto 5px no-repeat;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
}
#learnMore .e-mainblocks .e-header.blank::after,
#learnMore .e-subblocks .e-header.blank::after {
  background: url(../images/common/ico_launch.svg) center/contain no-repeat;
  border-radius: 0;
  border: none;
  width: 16px;
  height: 16px;
}
#learnMore .e-mainblocks .catchphrase,
#learnMore .e-subblocks .catchphrase {
  color: #8B3A22;
  font-weight: bold;
}
#learnMore .e-mainblocks .lbl,
#learnMore .e-subblocks .lbl {
  font-size: 2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 29px;
  padding: 6px 0;
}
#learnMore .e-mainblocks .description,
#learnMore .e-subblocks .description {
  line-height: 2;
}
#learnMore .e-mainblocks + .e-subblocks {
  border-top: 1px solid #ebe3dc;
}
#learnMore .learnMore__lbl + .e-subblocks {
  margin-top: -4vw;
}
#learnMore .e-subblocks a {
  padding: 4vw 0;
  overflow: hidden;
}
#learnMore .e-subblocks .photo {
  width: 18.6666666667vw;
  margin: 0;
  float: left;
}
#learnMore .e-subblocks .photo img {
  width: 18.6666666667vw;
  height: 13.3333333333vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#learnMore .e-subblocks .e-textarea {
  padding-right: 8.8vw;
  float: left;
  margin-left: 4.5333333333vw;
  width: 60.8vw;
}
#learnMore .e-subblocks .catchphrase {
  font-size: 1.2rem;
}
#learnMore .e-subblocks .lbl {
  font-size: 1.8rem;
  padding-bottom: 0;
}
#learnMore .tolist {
  border-top: 1px solid #ebe3dc;
  padding-top: 5.3333333333vw;
  text-align: right;
}
#learnMore .tolist a {
  font-size: 1.2rem;
  font-weight: bold;
}
#learnMore .tolist [class^="ico-"] {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-left: 10px;
  margin-right: 0;
}

#learnMore {
  margin-top: 16vw;
}

@media (min-width: 768px) {
  .b-pagetitle {
    margin-bottom: 60px;
  }
  #course01,
  #course02 {
    margin-top: 80px;
    width: 1100px;
  }
  #course01 > .headline,
  #course02 > .headline {
    font-size: 2.8rem;
    margin-top: 13px;
    line-height: 1;
  }
  .blocks {
    padding: 60px 0;
  }
  .blocks .blocks__header {
    padding-bottom: 20px;
  }
  .blocks .blocks__header .headline {
    font-size: 2.8rem;
  }
  .blocks .blocks__header .headline small {
    font-size: 2rem;
  }
  .blocks .blocks__contents {
    padding: 40px 60px 0;
  }
  .blocks .blocks__contents .note {
    margin-top: 10px;
  }
  .blocks .blocks__contents .note li {
    font-size: 1.4rem;
  }
  .box01 {
    margin-top: 40px;
  }
  .box01 .blocks__contents .teacher {
    overflow: hidden;
  }
  .box01 .blocks__contents a.pc {
    display: block;
    position: relative;
    float: left;
  }
  .box01 .blocks__contents a.pc .photo {
    float: none;
  }
  .box01 .blocks__contents a.pc:hover .photo::after {
    opacity: 1;
  }
  .box01 .blocks__contents .photo {
    width: 220px;
    height: 220px;
    position: relative;
  }
  .box01 .blocks__contents .photo::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 4px solid #8B3A22;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .box01 .blocks__contents .name {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box01 .blocks__contents .copy {
    font-size: 1.8rem;
    margin-left: 260px;
  }
  .box01 .blocks__contents .comment {
    margin-top: 10px;
    font-size: 1.6rem;
    margin-left: 260px;
  }
  .box01 .blocks__contents .koushiyori {
    font-size: 1.4rem;
    padding: 30px;
    margin-top: 40px;
    margin-left: 260px;
  }
  .box01 .blocks__contents .koushiyori .label {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .box01 .blocks__contents table {
    border-top: 1px solid #d8d8d8;
  }
  .box01 .blocks__contents table th,
  .box01 .blocks__contents table td {
    padding: 20px 15px;
  }
  .box01 .blocks__contents table th:nth-child(1),
  .box01 .blocks__contents table td:nth-child(1) {
    width: 280px;
  }
  .box01 .blocks__contents table th:nth-child(2),
  .box01 .blocks__contents table td:nth-child(2) {
    width: 180px;
    text-align: center;
  }
  .box01 .blocks__contents table th:nth-child(3),
  .box01 .blocks__contents table td:nth-child(3) {
    width: 230px;
    text-align: center;
  }
  .box01 .blocks__contents table th:nth-child(4),
  .box01 .blocks__contents table td:nth-child(4) {
    width: 150px;
    text-align: center;
  }
  .box01 .blocks__contents table th:nth-child(5),
  .box01 .blocks__contents table td:nth-child(5) {
    width: 280px;
    text-align: center;
  }
  .box01 .blocks__contents table th {
    font-size: 1.6rem;
  }
  .box01 .blocks__contents table th .label {
    font-size: 1.4rem;
    font-weight: bold;
    border: 1px solid #B2826D;
    color: #8B3A22;
    border-radius: 3px;
    display: inline-block;
    line-height: 22px;
    margin-right: 5px;
    padding: 0 9px;
    margin-bottom: 10px;
  }
  .box01 .blocks__contents .undertext {
    font-size: 1.6rem;
  }
  .box01 .blocks__contents .checklist {
    padding: 20px;
    gap: 20px;
  }
  .box01 .blocks__contents .checklist li {
    font-size: 1.6rem;
    padding-left: 45px;
  }
  .box01 .blocks__contents .checklist li::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .box01 .blocks__contents .flowboxs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 31px;
    margin-top: 20px;
  }
  .box01 .blocks__contents .flowboxs.column3 .box {
    width: 306px;
  }
  .box01 .blocks__contents .flowboxs.column2 {
    gap: 30px;
  }
  .box01 .blocks__contents .flowboxs.column2 .box {
    width: 475px;
  }
  .box01 .blocks__contents .flowboxs .box {
    padding: 20px;
  }
  .box01 .blocks__contents .flowboxs .box .lbl {
    font-size: 1.8rem;
  }
  .box01 .blocks__contents .flowboxs .box p {
    font-size: 1.6rem;
  }
  .box01 .blocks__contents .flowboxs .box .note {
    margin-top: 10px;
  }
  .box01 .blocks__contents .flowboxs .box .note li {
    font-size: 1.4rem;
  }
  #course02 + .b-classroom__bnr,
  #course01 + .b-classroom__bnr {
    margin-top: 60px;
  }
  #course02 {
    margin-top: 100px;
    padding-top: 100px;
  }
  #course02::before {
    width: calc(50vw + 700px);
    left: auto;
    right: calc(50% - 50vw);
  }
  #pianoSalonVenue {
    margin-top: 100px;
    margin-bottom: 60px;
    width: 1100px;
    padding-right: 610px;
    position: relative;
  }
  #pianoSalonVenue .catch {
    font-size: 1.6rem;
  }
  #pianoSalonVenue .headline {
    font-size: 2.8rem;
  }
  #pianoSalonVenue .lines {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #pianoSalonVenue .lines dt, #pianoSalonVenue .lines dd {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  #pianoSalonVenue .lines dt {
    width: 100px;
    border-bottom: 1px solid #EBE3DC;
  }
  #pianoSalonVenue .lines dd {
    width: calc(100% - 100px);
  }
  #pianoSalonVenue .toaccessmap a:hover {
    color: #8B3A22;
  }
  #pianoSalonVenue .map {
    width: 550px;
    height: 480px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
  #lessonStudent {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #lessonStudent .section__header {
    width: 360px;
    text-align: left;
    margin-left: calc(50% - 600px);
    padding: 0;
  }
  #lessonStudent .section__header .headline {
    text-align: left;
  }
  #lessonStudent .section__header .catchcopy {
    font-size: 1.6rem;
    line-height: 18px;
  }
  #lessonStudent .section__header .headline {
    font-size: 2.8rem;
    line-height: 40px;
    margin-top: 13px;
  }
  #lessonStudent .section__header .dec {
    position: static;
    width: 250px;
    margin-top: 40px;
  }
  #lessonStudent .section__contents {
    width: calc(240px + 50%);
    margin-top: 0;
  }
  #lessonStudent .swiper-slide {
    width: 660px;
    height: auto;
  }
  #lessonStudent .swiper-slide a {
    display: block;
    padding: 30px;
  }
  #lessonStudent .swiper-slide a:hover {
    padding-right: 28px;
  }
  #lessonStudent .swiper-slide a:hover .photo::after {
    opacity: 1;
  }
  #lessonStudent .swiper-slide a:hover .textarea {
    margin-left: 132px;
  }
  #lessonStudent .swiper-slide a:hover .comment {
    margin-left: 132px;
  }
  #lessonStudent .swiper-slide a:hover .auther {
    margin-left: 132px;
  }
  #lessonStudent .swiper-slide a:hover .seenext {
    right: 28px;
  }
  #lessonStudent .swiper-slide .photo {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    float: left;
    position: relative;
  }
  #lessonStudent .swiper-slide .photo::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 4px solid #8B3A22;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  #lessonStudent .swiper-slide .textarea {
    width: auto;
    margin-left: 130px;
  }
  #lessonStudent .swiper-slide .course {
    font-size: 1.6rem;
  }
  #lessonStudent .swiper-slide .course::before {
    width: 9px;
    height: 9px;
  }
  #lessonStudent .swiper-slide .copy {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
  #lessonStudent .swiper-slide .comment {
    width: auto;
    margin-top: 10px;
    margin-left: 130px;
    font-size: 1.6rem;
  }
  #lessonStudent .swiper-slide .auther {
    margin-left: 130px;
    line-height: 26px;
  }
  #lessonStudent .swiper-slide .pref {
    font-size: 1.4rem;
  }
  #lessonStudent .swiper-slide .municipalities {
    padding: 0 10px;
  }
  #lessonStudent .swiper-slide .name {
    padding: 0 10px;
  }
  #lessonStudent .swiper-slide .prof {
    display: block;
  }
  #lessonStudent .swiper-slide .seenext {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 1.4rem;
    line-height: 26px;
  }
  #lessonStudent .swiper-slide .seenext span {
    display: inline-block;
  }
  #lessonStudent .swiper-slide .seenext [class^='ico-'] {
    margin-left: 5px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  #lessonStudent .swiper-slide .seenext span, #lessonStudent .swiper-slide .seenext i {
    vertical-align: middle;
  }
  #lessonStudent .swiper-group {
    margin-top: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #lessonStudent .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  #lessonStudent .swiper-pagination-bullet:hover {
    opacity: 1;
  }
  #lessonStudent .swiper-button-prev, #lessonStudent .swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: 14.25px 9.8px;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
  }
  #lessonStudent .swiper-button-prev:hover, #lessonStudent .swiper-button-next:hover {
    background-color: #000;
  }
  #lessonStudent .swiper-button-prev:hover {
    background-image: url(../images/common/ico_arrow_left_w.svg);
  }
  #lessonStudent .swiper-button-next:hover {
    background-image: url(../images/common/ico_arrow_right_w.svg);
  }
  #lessonStudent .button {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
  #lessonStudent .button a {
    width: 260px;
    margin-left: calc(50% - 240px);
  }
  #events {
    padding: 100px calc(50% - 600px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #events .wrapper {
    width: 355px;
  }
  #events .section__header {
    width: auto;
    margin: 0;
  }
  #events .section__header .catchcopy {
    font-size: 1.6rem;
    line-height: 18px;
  }
  #events .section__header .headline {
    font-size: 2.8rem;
    line-height: 40px;
    margin-top: 13px;
  }
  #events .categories {
    border: none;
    width: auto;
    height: auto;
    padding-bottom: 0;
    margin-top: 30px;
  }
  #events .categories .container {
    position: sticky;
    top: 150px;
  }
  #events .categories__lbl {
    padding: 0;
    font-size: 1.6rem;
  }
  #events .categories__container {
    padding: 0;
    margin-top: 16px;
    overflow: visible;
  }
  #events .categories__container .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 11px 0;
    border-bottom: none;
    padding: 0;
  }
  #events .categories__container a::after {
    content: none;
  }
  #events .categories__container a {
    font-size: 1.6rem;
    line-height: 30px;
    padding: 0;
  }
  #events .categories__container a::after {
    content: none;
  }
  #events .categories__container a:hover, #events .categories__container a.current {
    color: #fff;
    background-color: #8B3A22;
    border-radius: 3px;
    padding: 0 10px;
  }
  #events .section__contents {
    width: 845px;
    margin: 0;
    border-top: 1px solid #EBE3DC;
  }
  #events .section__contents .postitem {
    padding: 30px 0;
    padding-right: 2px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #events .section__contents .postitem:hover {
    padding-left: 2px;
    padding-right: 0;
  }
  #events .section__contents .postitem:hover .title {
    color: #8B3A22;
    text-decoration: underline;
  }
  #events .section__contents .photo {
    width: 200px;
  }
  #events .section__contents .photo img {
    width: 100%;
    height: 119px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #events .section__contents .textarea {
    margin-left: 30px;
    width: 613px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #events .section__contents .category {
    font-size: 1.4rem;
  }
  #events .section__contents .status {
    margin-top: 0;
    margin-left: 10px;
    line-height: 26px;
  }
  #events .section__contents .title {
    width: 100%;
    font-size: 1.8rem;
    margin-top: 10px;
  }
  #events .section__contents .schedule {
    margin-top: 10px;
  }
  #events .section__contents .schedule span:nth-of-type(1) {
    width: 55px;
  }
  #events .section__contents .schedule span:nth-of-type(2) {
    width: calc(100% - 55px);
  }
  #events .button {
    width: 260px;
    margin-top: 50px;
  }
  #learnMore {
    margin-bottom: 80px;
  }
  #learnMore .learnMore__stage {
    padding: 80px;
    width: calc(680px + 50%);
    margin-left: calc(50% - 680px);
    position: relative;
  }
  #learnMore .learnMore__lbl {
    font-size: 2.8rem;
    margin-bottom: 40px;
    text-align: left;
  }
  #learnMore .e-mainblocks,
  #learnMore .e-subblocks {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #learnMore .e-mainblocks a .photo::after,
  #learnMore .e-mainblocks a .e-header::after,
  #learnMore .e-subblocks a .photo::after,
  #learnMore .e-subblocks a .e-header::after {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #learnMore .e-mainblocks a:hover .photo::after,
  #learnMore .e-subblocks a:hover .photo::after {
    border-color: #8B3A22;
  }
  #learnMore .e-mainblocks a:hover .lbl,
  #learnMore .e-subblocks a:hover .lbl {
    color: #8B3A22;
  }
  #learnMore .e-mainblocks a:hover .e-textarea,
  #learnMore .e-subblocks a:hover .e-textarea {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  #learnMore .e-mainblocks a:hover .e-header::after,
  #learnMore .e-subblocks a:hover .e-header::after {
    background-color: #8B3A22;
    border-color: #8B3A22;
    background-image: url(../images/common/ico_arrow_right_w.svg);
  }
  #learnMore .e-mainblocks a:hover .blank::after,
  #learnMore .e-subblocks a:hover .blank::after {
    background-image: url(../images/common/ico_launch_b.svg);
    background-color: transparent;
  }
  #learnMore .e-mainblocks .photo,
  #learnMore .e-subblocks .photo {
    margin-bottom: 20px;
    position: relative;
  }
  #learnMore .e-mainblocks .photo::after,
  #learnMore .e-subblocks .photo::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 4px solid transparent;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #learnMore .e-mainblocks .e-header::after,
  #learnMore .e-subblocks .e-header::after {
    width: 22px;
    height: 22px;
    background-size: 10px 7px;
    top: calc(50% - 11px);
  }
  #learnMore .e-mainblocks .e-header.blank::after,
  #learnMore .e-subblocks .e-header.blank::after {
    width: 18px;
    height: 18px;
  }
  #learnMore .e-mainblocks .lbl,
  #learnMore .e-subblocks .lbl {
    font-size: 2.4rem;
    line-height: 35px;
  }
  #learnMore .e-mainblocks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 80px 0;
  }
  #learnMore .e-mainblocks.multiple {
    margin-bottom: 0;
    position: relative;
  }
  #learnMore .e-mainblocks.multiple::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ebe3dc;
    position: absolute;
    top: 53%;
    left: 0;
  }
  #learnMore .e-mainblocks.multiple.m-service::before {
    top: var(--itemH);
  }
  #learnMore .e-mainblocks a {
    padding: 0;
  }
  #learnMore .e-mainblocks a:nth-of-type(3n + 2), #learnMore .e-mainblocks a:nth-of-type(3n + 3) {
    border-left: 1px solid #ebe3dc;
  }
  #learnMore .e-mainblocks a:nth-of-type(3n + 1) {
    width: 379px;
    padding-right: 59px;
  }
  #learnMore .e-mainblocks a:nth-of-type(3n + 2) {
    width: 439px;
    padding: 0 59px;
  }
  #learnMore .e-mainblocks a:nth-of-type(3n + 3) {
    width: 380px;
    padding-left: 59px;
  }
  #learnMore .e-mainblocks.m-service a {
    padding: 0;
  }
  #learnMore .e-mainblocks.m-service a:nth-of-type(1), #learnMore .e-mainblocks.m-service a:nth-of-type(2) {
    width: 599px;
  }
  #learnMore .e-mainblocks.m-service a:nth-of-type(1) .photo > img, #learnMore .e-mainblocks.m-service a:nth-of-type(2) .photo > img {
    width: 540px;
  }
  #learnMore .e-mainblocks.m-service a:nth-of-type(1) {
    padding-right: 59px;
  }
  #learnMore .e-mainblocks.m-service a:nth-of-type(2) {
    padding-left: 59px;
  }
  #learnMore .e-mainblocks.m-service a:nth-of-type(2) .photo__card img {
    width: 171px;
  }
  #learnMore .e-mainblocks.m-service a:nth-of-type(3) {
    width: 379px;
    padding-right: 59px;
    border-left: none;
  }
  #learnMore .e-mainblocks.m-service a:nth-of-type(4) {
    width: 439px;
    padding: 0 59px;
    border-left: 1px solid #ebe3dc;
  }
  #learnMore .e-mainblocks.m-service a:nth-of-type(5) {
    width: 380px;
    padding-left: 59px;
  }
  #learnMore .learnMore__lbl + .e-subblocks {
    margin-top: -40px;
  }
  #learnMore .e-subblocks {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #learnMore .e-subblocks::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ebe3dc;
    position: absolute;
    left: 0;
    top: 50%;
  }
  #learnMore .e-subblocks a {
    width: 50%;
    padding: 0;
    margin: 40px 0;
  }
  #learnMore .e-subblocks a:nth-of-type(2n + 1) {
    padding-right: 40px;
  }
  #learnMore .e-subblocks a:nth-of-type(2n) {
    padding-left: 40px;
    border-left: 1px solid #ebe3dc;
  }
  #learnMore .e-subblocks .photo {
    width: 140px;
    margin: 0;
  }
  #learnMore .e-subblocks .photo img {
    width: 140px;
    height: 100px;
  }
  #learnMore .e-subblocks .e-textarea {
    width: 390px;
    padding-right: 0;
    margin-left: 20px;
    margin-top: 21px;
  }
  #learnMore .e-subblocks .catchphrase {
    font-size: 1.6rem;
  }
  #learnMore .e-subblocks .lbl {
    font-size: 2.4rem;
  }
  #learnMore .tolist {
    position: absolute;
    left: 80px;
    top: 98px;
    padding: 0;
    border: none;
    width: 1200px;
  }
  #learnMore .tolist a {
    font-size: 1.4rem;
    position: relative;
    padding: 3px 0;
  }
  #learnMore .tolist a::before {
    content: "";
    width: 0;
    height: 1px;
    background: #8B3A22;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #learnMore .tolist a:hover {
    color: #8B3A22;
  }
  #learnMore .tolist a:hover::before {
    width: calc(100% - 35px);
  }
  #learnMore {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .box01 .blocks__contents .photo {
    margin-bottom: 10px;
  }
  .box01 .blocks__contents .comment {
    clear: both;
  }
  .box01 .blocks__contents .checklist li b {
    padding-left: 30px;
    display: inline-block;
    margin-bottom: 5px;
  }
  #learnMore .e-mainblocks a + a,
  #learnMore .e-subblocks a + a {
    border-top: 1px solid #ebe3dc;
  }
}
