html {
  font-size: 14px;
}

.text-14px {
  font-size: 1rem !important;
}

.text-16px {
  font-size: 1.14rem;
}

.text-22px {
  font-size: 1.57rem;
}

.text-40px {
  font-size: 2.85rem;
}

.font-size-dummy {
  font-size: .75rem;
  /* 12px */
  font-size: .8125rem;
  /* 13px */
  font-size: .875rem;
  /* 14px */
  font-size: 1rem;
  /* 16px */
  font-size: 1.25rem;
  /* 20px */
  font-size: 1.75rem;
  /* 28px */
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
  margin: auto;
  font-size: 1em;
  background: #fff;
}

.wrap {
  background-color: #fff;
}

.section {
  padding: 0;
  margin: 0;
  position: relative;
  top:135px;
  top:135px;
}
article{
  padding-bottom: 56px;
}
.inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 5px;
  position: relative;
}

.header {
  position: fixed;
  padding-top: 50px;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  z-index: 50;
  background-color: #fff;
}
.eyecatch img{
  position: relative;
  top: 5px;
}
a.inline{
  color: #fff;
}
a.inline:hover{
  cursor: pointer;
}
.menu-wrap {
  display: flex;
}

.logo>img {
  max-width: 257px;
}

.contact {
  font-size: 1.42rem;
  color: #fff;
  background-color: #E1690D;
  width: 185px;
  padding: 5px;
  /* margin-left: auto; */
  text-align: center;
  border-radius: 8px;
  /* margin-bottom: 30px; */
  position: absolute;
  right: 5px;
  font-weight: bold;
}

/*eyecatch*/
section.eyecatch {
  /* width: 100%;
  height: 100vh;
  background: url(../img/eyecatch.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain; */
}

aside.eyecatch-copy {
  position: absolute;
  font-size: 1.1rem;
  line-height: 2.2rem;
  top: 30px;
}

aside.eyecatch img {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  aside.eyecatch-copy {
    left: calc((100% - 1000px)/2);
  }

  aside.eyecatch-copy img {
    width: 600px;
  }
}

/*information*/
h2.info {
  width: 135px;
  height: 85px;
  position: relative;
  margin-bottom: 40px;
  color: #fff;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  display: block;
  text-align: center;
  padding-top: 30px;
  font-size: 1.75rem;
  line-height: 90%;
}

h2.info:after {
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  content: "";
  border-top: solid 20px;
  border-right: solid 20px transparent;
  top: 100%;
}

h2.info span.info-title {}

h2.info span.info-jp {
  font-size: .85rem;
}

h2.service {
  background: #108A3B;
}

h2.info.service::after {
  border-top-color: #108A3B;
}

h2.schedule {
  background: #E1690D;
}

h2.info.schedule::after {
  border-top-color: #E1690D;
}

/*columns align*/
.columns {
  margin: 0;
}

h3,
h4 {
  color: #108A3B;
  font-weight: bold;
  margin-bottom: .5em;
}

h3 {
  font-size: 1.75rem;
}

h3 span.sub-title {
  font-size: 1rem;
}

h4 {
  font-size: 1.42rem;
}

.image img {
  max-width: min-content;
}

.trainer-photo {
  text-align: right;
  margin-bottom: 0;
  padding: 0;
}

.kakomi {
  padding: 1.5rem;
  position: relative;
  z-index: 10;
  background-image:
    linear-gradient(to right, #108A3B, #108A3B 9px, transparent 9px, transparent 12px),
    /* 上の線 */
    linear-gradient(to bottom, #108A3B, #108A3B 9px, transparent 3px, transparent 12px),
    /* 右の線 */
    linear-gradient(to left, #108A3B, #108A3B 9px, transparent 3px, transparent 12px),
    /* 下の線 */
    linear-gradient(to top, #108A3B, #108A3B 9px, transparent 3px, transparent 12px);
  /* 左の線 */
  background-size:
    12px 1px,
    /* 上の線 */
    1px 12px,
    /* 右の線 */
    12px 1px,
    /* 下の線 */
    1px 12px;
  /* 左の線 */
  background-position:
    left top,
    /* 上の線 */
    right top,
    /* 右の線 */
    right bottom,
    /* 下の線 */
    left bottom;
  /* 左の線 */
  background-repeat:
    repeat-x,
    /* 上の線 */
    repeat-y,
    /* 右の線 */
    repeat-x,
    /* 下の線 */
    repeat-y;
  /* 左の線 */
}

.columns>.kakomi:nth-child(1) {
  margin-right: 7px;
}

.columns>.kakomi:nth-child(2) {
  margin-left: 7px;
}

/*util*/
.caption {
  font-size: .85rem;
  text-align: left;
  display: block;
}

.mt-1rem {
  margin-top: 1rem;
}

@media screen and (max-width: 640px) {

  .columns>.kakomi:nth-child(1),
  .columns>.kakomi:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}

article.back-blue {
  background-color: #E4F1E9;
  /* margin-top: 4rem;
  padding-bottom: 2rem; */
}

article.back-orange {
  background-color: #FCEFE4;
  /* margin-top: 4rem;
  padding-top: 0;
  padding-bottom: 2rem; */
}

.kakomi.piano {
  margin-top: 2rem;
  background-color: #fff;
  background-image:
    linear-gradient(to right, #E1690D, #E1690D 9px, transparent 9px, transparent 12px),
    /* 上の線 */
    linear-gradient(to bottom, #E1690D, #E1690D 9px, transparent 3px, transparent 12px),
    /* 右の線 */
    linear-gradient(to left, #E1690D, #E1690D 9px, transparent 3px, transparent 12px),
    /* 下の線 */
    linear-gradient(to top, #E1690D, #E1690D 9px, transparent 3px, transparent 12px);
  /* 左の線 */
}

img.piano-title {
  position: absolute;
  top: -10px;
}

table.table-music tr td {
  padding-right: 1rem;
}

.column2 {
  columns: 2;
  /* カラムの数 */
  column-gap: 3em;
  /* カラム間の幅 */
  /* 以下任意で見た目の調整 */
  line-height: 1.6em;
  text-align: justify;
}

.care-ph {
  text-align: right;
}

.care-ph img {
  margin-left: auto;
}

.kakomi.nurse {
  height: 325px;
}

.kakomi.nurse img {
  position: absolute;
  top: -80px;
}

ul.is-disc {
  margin-left: 2rem;
}

ul.is-disc li {
  list-style: disc;
}

/*Schedule*/
table.schedule {
  background: none;
  width: 990px;
}

table.schedule tr td {
  background: none;
  padding: 0;
  vertical-align: top;
  border: none;
}

table.schedule tr td.sc-left {
  width: 30%;
  color: #E1690D;
  background-image: url('../img/arrow-right.png');
  background-position: 0px 5px;
  background-repeat: no-repeat;
  vertical-align: top;
  padding-top: 20px;
  padding-right: 25px;
}

table.schedule tr td.sc-middle {
  width: 30%;
  /*padding-right: 10px;*/
  color: #000;
  font-size: 1.42rem;
  font-weight: bold;
  border: 1px solid #000;
  vertical-align:middle;
}
/*
table.schedule tr td.machine {
border: 1px solid #000;
}*/

table.schedule tr td.sc-middle div {
  /*border: 1px solid #000;*/
  text-align: center;
  height: 40px;
  line-height: 3rem;
}
/*
table.schedule tr td.machine div {
border:none;
}*/
table.schedule tr td div.arrow-bottom {
  border: none;
}

table.schedule tr td div.arrow-bottom img {
  margin: auto;
  padding: 15px 0;
}

table.schedule tr td.sc-right img {
  width: 100%;
}

table.schedule tr td.sc-right.arrow {
  width: 30%;
  color: #E1690D;
  background-image: url('../img/arrow-left.png');
  background-position: 0px 5px;
  background-repeat: no-repeat;
  vertical-align: top;
  padding-top: 20px;
  padding-left: 30px;
}

.voice-inner {
  width: 735px;
  margin: auto;
}

.voice {
  position: relative;
  width: 345px;
  vertical-align: top;
}

.voice p {
  position: absolute;
  top: 15px;
  padding-right: 5px;
  width: 290px;
  text-align: justify;
}

.voice:not(.voice:first-child) {
  margin-top: 10px;
}

.voice.left p {
  left: 50px;
}

.voice.right p {
  left: 10px;
}

.voice p span {
  display: block;
  text-align: right;
}

.flow-end {
  margin-top: 20px;
  flex-flow: column;
}

/*access*/
.access-inner {
  width: 700px;
  margin: auto;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.access-inner p {
  color: #3E3A39;
  display: block;
  line-height: 150%;
  font-size: 1.14rem;
}

.access-inner p.underline {
  border-bottom: 1px solid;
}

.access-inner p.ml-10em {
  margin-left: 10em;
}

.logo-area {
  min-width: 160px;
}

br.breakline {
  display: none;
}
/*footer*/
.footer {
  background-color: #108A3B;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
table.time{
  background-color: none;
}
table.time tr td{
  border: none;
  vertical-align: bottom;
  font-weight: bold;
  padding: 1px 5px;
}

@media screen and (max-width: 768px) {
  .header{
    padding-top: 10px;
    height: 95px;
    max-width: 768px;
  }
  .section{
    top:105px
  }
  .contact {
    width: 25%;
    top: auto;
    bottom: 5px;
    font-size: .9rem;
  }

  aside.eyecatch-copy {
    top: 10px;
    max-width: 90%;
  }

  h2.info {
    width: 100%;
    height: 30px;
    justify-content: end;
    margin-bottom: 0px;
    padding: 0;
    line-height: 150%;
  }

  h2.info:after {
    border-top: solid 10px;
    border-right: solid 10px;
  }

  .column2 {
    columns: 1;
  }

  .nobr {
    display: none;
  }

  .nobr::after {
    content: '　';
  }

  .care-ph {
    text-align: center;
  }

  .trainer-photo {
    padding: 15px 0 0 0;
  }
 .kakomi.nurse {
    height: 305px;
  }

  .image img {
    margin: auto !important;
  }

  .caption {
    font-size: .75rem;
    text-align: center;
  }
  table.table-music {
    margin-bottom: 1rem;
  }

  table.table-music tr td {
    padding-right: 0;
    display: block;
    width: 100%;
  }

  /*Schedule*/
  table.schedule {
    width: 768px;
  }

  table.schedule tr td.sc-left {
    background-position: -70px 5px;
  }

  /*voice*/
  .voice-inner {
    width: 100%;
  }

  .voice {
    margin: auto;
    border: 1px solid #000;
    border-radius: 10px;
  }

  .voice img {
    opacity: 0;
  }

  .voice.left:nth-child(odd) {
    background-color: #E4F1E9;
  }

  .voice.left:nth-child(even) {
    background-color: #FCEFE4;
  }

  .voice.right:nth-child(even) {
    background-color: #E4F1E9;
  }

  .voice.right:nth-child(odd) {
    background-color: #FCEFE4;
  }

  .voice.left p,
  .voice.right p {
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    top: 0;
  }

  /*access*/
  .access-inner {
    width: 100%;
  }

  .access-inner p.ml-10em {
    margin-left: 0em;
  }

  .logo-area {
    /* min-width: 100%; */
    text-align: center;
    margin-bottom: 1.5em;
  }

  br.breakline {
    display: block;
  }
  .footer {
  }
}

a:hover,
a p:hover {
  opacity: 0.5;
  transition: 0.5s;
}

a div:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.bold {
  font-weight: bold;
}

span.space {
  padding: 0 5px;
}
.page_top_btn {
  position: fixed;
  bottom: 10px;
  right: 5px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}

.page_top_btn a {
  background: #E1690D;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 8px 0;
  text-align: center;
  display: block;
  border-radius: 50%;
  font-size: 1.5em;
  opacity: 0.9;
  transition: all .3s ease;
}

.page_top_btn a:hover {
  text-decoration: none;
  opacity: .5;
}