@charset "UTF-8";
/*------- color --------*/
.red-1 {
  color: #f00 !important;
}

.blue-1 {
  color: #0001ff !important;
}

.purple {
  color: #ff00fe !important;
}

/*----------------------*/
.font70 {
  font-size: 70%;
}

.font75 {
  font-size: 75%;
}

@media (min-width: 768px) {
  header .inner h1.catch span br {
    display: block;
  }
}
nav#global .inner > ul > li span::before {
  right: 10%;
}
nav#global .inner > ul > li i.xxx {
  font-size: 85%;
  margin: 0 0.1em;
}

.palt {
  font-feature-settings: "palt";
}

/*----------------------*/
/*----------------------*/
a.btn {
  display: inline-block;
  padding: 0.6em 1.8em 0.55em 1.2em;
  text-decoration: none;
  position: relative;
}
a.btn::after {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 0.4em;
  transform: translateY(-50%);
}
a.btn:hover {
  opacity: 0.8;
}
a.btn.green {
  background-color: #009140;
  color: #fff;
}

/*----------------------*/
@media (min-width: 1280px) {
  header .inner h1.catch span {
    font-size: 2em;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  header .inner h1.catch span {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  header .inner h1.catch span {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  header .inner h1.catch span {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 320px) {
  header .inner h1.catch span {
    font-size: 1.05em;
  }
}
#contents #pageTitle {
  font-size: 1.7em;
  letter-spacing: 0;
}
#contents #pageTitle + p {
  font-size: 1.1em;
  padding-bottom: 2em;
}
#contents h2.head {
  font-size: 1.9rem;
  /*font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;*/
  font-variation-settings: "wdth" 100;
  margin-bottom: 0.7em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  position: relative;
}
#contents h2.head:before {
  position: absolute;
  height: 50%;
  top: 25%;
  left: 0;
  content: "";
  border-left: 12px solid #009140;
}
#contents h2.head::after {
  content: "";
  border-top: 2px solid #009140;
  display: inline;
  flex-grow: 1;
  margin-left: 0.5em;
}
#contents h4.heading {
  font-size: 1.35em;
  margin: 0em 0 0.5em;
  display: flex;
  align-items: center;
}
#contents h4.heading:after {
  border-top: 1px solid #004921;
  content: "";
  display: inline;
  flex-grow: 1;
  margin-left: 0.3em;
}
#contents h5.heading {
  font-size: 1.1em;
  margin: 0em 0 0.5em;
  padding-left: 1.2em;
  position: relative;
}
#contents h5.heading:before {
  content: "\f0c8";
  font-family: FontAwesome;
  font-weight: normal;
  position: absolute;
  top: 0.1em;
  left: 0;
  color: #009140;
  font-size: 0.9em;
}
#contents .blk {
  margin-bottom: 3.5em;
}
#contents .blk ul {
  text-align: left;
  margin: 0 0 0 1.2em;
  list-style: disc;
}
#contents #mainV {
  position: relative;
}
#contents #mainV h2 {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
}
#contents #mainV h2 span {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 1.1;
  background: rgba(255, 255, 255, 0.85);
  padding: 0.3em 0.2em 0.4em 0.7em;
  font-size: 2.5em;
}
#contents #mainV h2.main-heading {
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.4;
}
#contents #mainV h2.main-heading span {
  padding: 0.8em 0.4em 0.6em 0.4em;
  font-size: 2em;
  display: inline-block;
  width: 90%;
  line-height: 1.4;
}
#contents #mainV h2.main-heading span em {
  display: inline-block;
}
#contents #mainV h2.main-heading span em:first-of-type {
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  #contents #mainV h2.main-heading span {
    font-size: 1.15em;
    width: 95%;
    padding: 0.6em 3vw 0.7em;
  }
  #contents #mainV h2.main-heading span em:first-of-type {
    margin-bottom: 0.4em;
  }
}
#contents #head_txt dl {
  border: solid 1px #009140;
  padding: 1em 1.3em;
  margin: 0.3em 0.2em 1.5em 0.2em;
}
#contents #head_txt dl dt {
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
  background-color: #eaff83;
}
#contents #head_txt dl dd {
  padding: 0.5em 0 1.5em 2.8em;
  position: relative;
}
#contents #head_txt dl dd:last-of-type {
  padding-bottom: 0;
}
#contents #head_txt dl dd::before {
  content: "";
  position: absolute;
  top: 1.2em;
  left: 1em;
  width: 1.5em;
  border-top: 1px dotted #000;
}
#contents #news {
  /* ニュース */
  display: none;
}
#contents #news ul {
  padding-top: 1.5%;
  font-size: 0.95em;
  border: solid 1px #999;
  height: 12em;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding: 0.3em 0;
  list-style: none;
}
#contents #news ul li {
  padding: 0.7em 1em;
  border-bottom: dotted 1px #999;
}
#contents #news ul li em {
  display: inline-block;
  padding: 0.2em 0.7em;
  line-height: 1.4;
  font-size: 0.95em;
  background-color: #009140;
  color: #fff;
}
#contents #news ul li p {
  padding: 0.5em 0 0 0.5em;
}
#contents #program {
  /* どのようなプログラムがあるか */
}
#contents #program h2.head + p {
  font-size: 1.1em;
  margin-bottom: 1em;
}
#contents #program .three .list {
  border: solid 1px #333;
  position: relative;
  padding-top: 2em;
  padding-bottom: 2%;
  background-color: #f3f3f3;
}
#contents #program .three .list h3 {
  position: absolute;
  top: -0.7em;
  left: 0;
  width: 100%;
  text-align: center;
}
#contents #program .three .list h3 strong {
  line-height: 1.3;
  padding: 0.4em 3%;
  display: inline-block;
  background: #009140;
  color: #fff;
  font-weight: bold;
  position: relative;
}
#contents #program .three .list h3 strong:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 145, 64, 0);
  border-top-color: #009140;
  border-width: 6px;
  margin-left: -6px;
}
#contents #program .three .list h4 {
  font-size: 1.1em;
  padding: 0.2em 5% 0.3em;
  color: #004921;
  text-align: center;
}
#contents #program .three .list h4 strong {
  line-height: 1.4;
  display: inline-block;
  padding-bottom: 0.1em;
  border-bottom: solid 2px #004921;
}
#contents #program .three .list ul {
  text-align: left;
  margin: 0.5em 4% 0 2em;
  list-style: disc;
}
#contents #program .three .list p.all {
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.8em;
  font-size: 1.35rem;
  font-weight: bold;
  /*font-family: "Noto Sans",
  sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth"100;*/
}
#contents #program .three .list p.all span {
  display: inline-block;
  background-color: #eaff83;
  padding-left: 0.3em;
  padding-right: 0.3em;
}
#contents #program .three .list p.all:before {
  color: #009140;
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f13a";
  display: block;
  margin-bottom: 0.5em;
}
#contents #program .three .list:first-of-type {
  position: relative;
}
#contents #program .details {
  margin-top: 3em;
}
#contents #program .details article {
  border: solid 1px #333;
  margin: 1.5em 0 3em;
  padding: 3%;
}
#contents #program .details article:last-of-type {
  margin-bottom: 1.5em;
}
#contents #program .details article h3 {
  font-size: 1.15em;
  color: #004921;
  margin-bottom: 0.7em;
}
#contents #program .details article h3 strong {
  line-height: 1.4;
  display: inline-block;
  padding-bottom: 0.1em;
  border-bottom: solid 2px #004921;
}
#contents #program .details article h3 em {
  font-size: 1.15em;
  /*font-family: "Noto Sans",
  sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth"100;*/
  font-weight: bold;
  margin-left: 1em;
  line-height: 1.3;
}
#contents #program .details article h3 em span {
  display: inline-block;
  background-color: #eaff83;
  padding-left: 0.3em;
  padding-right: 0.3em;
}
#contents #program .details article h3 em:before {
  color: #009140;
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f138";
  margin-right: 0.8em;
}
#contents #program .details article h3.detail-heading strong {
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.3;
  display: inline-block;
  background-color: #eaff83;
  padding-left: 0.3em;
  padding-right: 0.3em;
  border-bottom: none;
}
#contents #program .details article p::first-line {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f5ef9c 60%);
}
#contents #program .details article p.datail-p-head::first-line {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f5ef9c 60%);
}
#contents #program .details article p.detail-p {
  font-weight: bold;
  font-size: 0.96em;
}
#contents #program .details article p.detail-p::first-line {
  background: none;
}
#contents #program .details article .link {
  text-align: right;
  margin: 0.8em 0 -2.4em;
}
#contents #program .details article .link a {
  display: inline-block;
  line-height: 1.3;
  padding: 0.5em 0.8em;
  display: inline-block;
  background: #009140;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#contents #program .details article .link a::after {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f105";
  margin-left: 0.5em;
}
#contents #program .area {
  margin: 6.5em auto 4em;
}
@media screen and (max-width: 767px) {
  #contents #program .area {
    margin: 3em auto 0;
  }
}
#contents #program table {
  width: 90%;
  border-collapse: collapse;
  margin: 2em auto;
}
@media screen and (max-width: 767px) {
  #contents #program table {
    width: 100%;
    margin: 1em auto;
  }
}
#contents #program table caption {
  font-weight: bold;
  text-align: center;
  font-size: 1.25em;
  margin: 1.5em 0 0.8em;
}
#contents #program table caption::before {
  content: "\f0c8";
  font-family: FontAwesome;
  font-weight: normal;
  vertical-align: baseline;
  color: #009140;
  font-size: 0.9em;
  margin-right: 0.1em;
}
@media screen and (max-width: 767px) {
  #contents #program table caption {
    margin: 1em 0 0.3em;
  }
}
#contents #program table th,
#contents #program table td {
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  padding: 0.4rem 0.5rem 0.3rem 0.5rem;
}
#contents #program table th:first-child,
#contents #program table td:first-child {
  border-left: 1px solid #555;
}
#contents #program table th {
  text-align: center;
  font-weight: bold;
  font-size: 0.95em;
  border-top: 1px solid #555;
}
#contents #program .area-tbl1 th {
  background-color: #dcdcdc;
  font-weight: 600;
}
#contents #program .area-tbl1 td {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  #contents #program .area-tbl1 tr,
#contents #program .area-tbl1 th,
#contents #program .area-tbl1 td {
    display: block;
    width: 100%;
  }
  #contents #program .area-tbl1 thead,
#contents #program .area-tbl1 th {
    display: none;
  }
  #contents #program .area-tbl1 td::before {
    content: attr(data-label);
    display: block;
    width: 100%;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 0.3em 0 0.2em;
  }
  #contents #program .area-tbl1 td:first-child {
    border-top: 1px solid #555;
  }
  #contents #program .area-tbl1 td {
    border-left: 1px solid #555;
  }
}
#contents #program .area-tbl2 th {
  background-color: #dcdcdc;
  vertical-align: middle;
}
#contents #program .area-tbl2 th:first-child {
  width: 33%;
}
#contents #program .area-tbl2 tr:first-child td {
  border-top: 1px solid #555;
}
#contents #program .area-ul {
  margin: 0;
}
#contents #program .area-ul li {
  display: flex;
  align-items: center;
  margin: 0.5em 0;
  gap: 2%;
}
#contents #program .area-ul li .img {
  flex: 0 0 80px;
}
#contents #program .area-ul li .txt {
  flex: 1 1 auto;
}
#contents .area-heading {
  font-size: 1.35em;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
#contents .area-heading::before, #contents .area-heading::after {
  content: "";
  border-top: 2px solid #009140;
  display: inline;
  flex-grow: 1;
  margin: 0 0.5em;
}
#contents .area-img-wrap {
  text-align: center;
  width: 90%;
  margin: 3em auto;
}
@media screen and (max-width: 767px) {
  #contents .area-img-wrap {
    width: 100%;
    margin: 1em auto;
  }
}
#contents .price {
  /* 料金表 */
}
#contents .price .ast {
  padding: 0.5em 0 0 1.5em;
  position: relative;
}
#contents .price .ast::before {
  content: "※";
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
#contents .price table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  border: 1px solid #404040;
}
#contents .price table tr th,
#contents .price table tr td {
  border: 1px solid #404040;
  padding: 0.4em 0.5em;
  line-height: 1.5;
}
#contents .price table tr th {
  background: #bec0bf;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
#contents .price table tr td {
  white-space: nowrap;
  text-align: right;
}
#contents .price table tr td:first-of-type {
  background: #dcdcdc !important;
  font-weight: bold;
  text-align: center;
}
#contents .price table tr td:last-of-type {
  text-align: left;
  white-space: wrap;
}
#contents .price table tr td.wrap {
  white-space: wrap;
}
#contents .price table tr td.right {
  text-align: right !important;
}
#contents .price table tr td.left {
  text-align: left !important;
}
#contents .price table tr td.center {
  text-align: center !important;
}
#contents .price table tr td.middle {
  vertical-align: middle !important;
}
#contents .price table tr td strong {
  color: #eb0101;
}
#contents .price table tr.no1st td:first-of-type {
  font-weight: 500;
  text-align: left;
}
#contents .price table tr.no1st td:last-of-type {
  text-align: right;
}
#contents .price table tr.no1st td.bgwhite {
  background: #fff !important;
}
#contents .price table + ul {
  margin-top: 1.5em;
}
#contents .price table.tbl {
  border: none;
}
#contents .price table.tbl thead th {
  text-align: center;
}
#contents .price table.tbl td:first-of-type {
  background-color: #fff !important;
  font-weight: 500;
  text-align: initial;
}
#contents .price table.tbl th,
#contents .price table.tbl td {
  border-color: #555;
  vertical-align: middle;
  text-align: initial;
}
#contents .price table.tbl tr:nth-of-type(even) td:first-of-type {
  background-color: #f5f5f5 !important;
}
#contents .price table.tbl tbody th {
  background-color: #dcdcdc !important;
}
@media screen and (max-width: 767px) {
  #contents .price table.tbl tbody tr td {
    font-size: 1em;
  }
}
#contents .price table.tbl1 td:last-of-type {
  font-size: 0.88em;
  width: 53%;
}
#contents .price table.tbl1 tfoot th,
#contents .price table.tbl1 tfoot td {
  border-bottom: none;
  border-left: none;
  border-right: none;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #contents .price table.tbl1 tbody {
    border: 1px solid #404040;
  }
  #contents .price table.tbl1 tbody tr:not(:first-child) th {
    border-top: dotted 1px #999;
  }
  #contents .price table.tbl1 tr:nth-of-type(even) td:first-of-type {
    background-color: #fff !important;
  }
  #contents .price table.tbl1 tr,
#contents .price table.tbl1 th {
    display: block;
    width: 100%;
  }
  #contents .price table.tbl1 td {
    display: flex;
    flex: 1 1 auto;
    align-items: flex-start;
  }
  #contents .price table.tbl1 td br {
    display: block;
  }
  #contents .price table.tbl1 tbody td::before {
    content: attr(data-label);
    width: 100%;
    background-color: #e9e9e9;
    text-align: center;
    padding: 0.3em 0 0.2em;
    flex: 0 0 3.8em;
    font-feature-settings: "palt";
    font-size: 0.9rem;
    font-weight: 500;
  }
  #contents .price table.tbl1 td:last-of-type {
    font-size: 1em;
    width: auto;
  }
  #contents .price table.tbl1 tbody tr {
    border-bottom: none;
  }
  #contents .price table.tbl1 tbody th {
    text-align: center !important;
    padding-bottom: 0.3em;
  }
  #contents .price table.tbl1 tfoot td {
    justify-content: end;
  }
}
#contents .price table.tbl2 tfoot td {
  background-color: initial;
  border: none;
}
#contents .price .mt {
  margin-top: 1em;
}
#contents .facility {
  /* 施設紹介 */
  margin-bottom: 3.5em;
}
#contents .facility h5.heading {
  margin: 1em 0 0.8em;
}
#contents .facility .list {
  list-style: none;
  margin: 1em 0 1em;
}
#contents .facility .list li {
  position: relative;
  padding-bottom: 2.5%;
}
#contents .facility .list li h5 {
  margin: 0.5em 0;
  position: relative;
  padding-left: 0.8em;
  line-height: 1.4;
  font-size: 0.95em;
}
#contents .facility .list li h5:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f0d7";
  position: absolute;
  top: 0;
  left: 0;
}
#contents .facility .list li h5 em {
  margin: 0 -0.2em;
}
#contents .facility .list li p {
  padding: 0.7em 0.2em 0 0;
  font-size: 0.9em;
  line-height: 1.5;
}
#contents .facility h6 {
  font-size: 1.15em;
}
#contents .facility h6 span {
  display: inline-block;
  border-bottom: solid 2px #009140;
}
#contents .instructor {
  /* インストラクター */
  margin-bottom: 0;
}
#contents .instructor .list {
  display: flex;
  flex-wrap: wrap;
}
#contents .instructor .list .box {
  border: solid 2px #b6b6b6;
  position: relative;
  padding: 1.3%;
  text-align: center;
}
#contents .instructor .list .box .name {
  display: flex;
}
#contents .instructor .list .box .name h6 {
  line-height: 1.5;
  margin-bottom: 0.3em;
  font-size: 1.2em;
}
#contents .instructor .list .box .name h6 em {
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: -1px;
}
#contents .instructor .list .box .txt {
  padding: 3% 2%;
}
#contents .instructor .list .box .txt p {
  padding: 2.2em 0 1.1em 0.5em;
  line-height: 1.4;
  position: relative;
  font-size: 0.9em;
  text-align: left;
}
#contents .instructor .list .box .txt p:before {
  display: inline-block;
  line-height: 1.2;
  background-color: #e9e9e9;
  padding: 0.2em 0.4em;
  position: absolute;
  top: 0;
  left: 0;
}
#contents .instructor .list .box .txt p:first-of-type::before {
  content: "趣味";
}
#contents .instructor .list .box .txt p:nth-of-type(2)::before {
  content: "得意な専門分野";
}
#contents .instructor .list .box .txt p:last-of-type {
  padding-bottom: 0;
}
#contents .instructor .list .box .txt p:last-of-type::before {
  content: "皆様へ一言";
}
#contents .instructor .list .box .txt ul {
  padding: 0.5em 0;
  margin: 0 0 0.5em;
  font-size: 0.9em;
  text-align: left;
}
#contents .instructor .list .box .txt ul li {
  margin-left: 1.5em;
}
#contents .instructor .list .box .txt ul:before {
  display: inline-block;
  line-height: 1.2;
  background-color: #e9e9e9;
  padding: 0.2em 0.4em;
  content: "資格・経歴";
  margin-bottom: 0.5em;
}

@media (min-width: 1280px) {
  #contents #head_txt dl {
    margin: 0.7em 2em 1.5em 1em;
  }
}
@media screen and (max-width: 767px) {
  #contents #pageTitle {
    padding: 0 3%;
    font-size: 1.45em;
    line-height: 1.5;
  }
  #contents #pageTitle + p {
    font-size: 1.07em;
    padding: 0.5em 3% 2em;
  }
  #contents h2.head {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
    line-height: 1.5;
    padding-left: 0.7em;
    margin-left: 2%;
    margin-right: 2%;
  }
  #contents h2.head:before {
    border-left: 10px solid #009140;
  }
  #contents h4.heading {
    margin: 0em 0.2em 0.5em;
  }
  #contents h5.heading {
    padding-left: 1em;
  }
  #contents h5.heading:before {
    font-size: 0.8em;
  }
  #contents #mainV h2 {
    top: 33%;
  }
  #contents #mainV h2 span {
    font-size: 1.8em;
    line-height: 2.05em;
    padding-left: 0.5em;
  }
  #contents #mainV h2 span em {
    display: inline-block;
  }
  #contents #mainV h2 span em:first-of-type {
    padding-right: 0.5em;
  }
  #contents #mainV h2 span em:last-of-type {
    padding-left: 0.5em;
  }
  #contents #head_txt p {
    padding-left: 3%;
    padding-right: 3%;
  }
  #contents #head_txt dl {
    padding-left: 4%;
    padding-right: 4%;
  }
  #contents #head_txt dl dd {
    padding-left: 1.6em;
  }
  #contents #head_txt dl dd::before {
    left: 0;
    width: 1.1em;
  }
  #contents #news ul {
    height: 20em;
  }
  #contents #program h2.head + p {
    font-size: 1.05em;
  }
  #contents #program .three .list {
    margin: 0 3% 2em;
    padding-top: 1.8em;
    padding-bottom: 4%;
  }
  #contents #program .three .list h4 {
    font-size: 1.15em;
  }
  #contents #program .details article {
    padding: 5% 5% 7%;
    margin-bottom: 3.5em;
  }
  #contents #program .details article h3 em {
    display: block;
    text-align: right;
    margin-top: 0.3em;
    font-size: 1.1em;
  }
  #contents #program .details article h3 em:before {
    margin-right: 0.5em;
  }
  #contents #program .details article .link a {
    padding: 0.55em 0.45em;
    margin-right: -0.5em;
  }
  #contents #program .details article .link a::after {
    margin-left: 0.3em;
  }
  #contents .price table tr th,
#contents .price table tr td {
    display: block;
    border: none;
    text-align: left !important;
  }
  #contents .price table tr.no1st td:first-of-type {
    background: #fff !important;
  }
  #contents .price table thead {
    display: none;
  }
  #contents .price table tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: dotted 1px #999;
  }
  #contents .price table tbody tr th,
#contents .price table tbody tr td {
    padding: 0.5em 0.3em 0 0.7em;
    display: block;
    border: none;
    text-align: left !important;
  }
  #contents .price table tbody tr th br {
    display: none;
  }
  #contents .price table tbody tr td {
    font-size: 0.95em;
  }
  #contents .price table tbody tr td br {
    display: none;
  }
  #contents .price table tbody tr td:first-of-type {
    width: 100%;
    font-size: 1em;
    padding: 0.5em 0.7em;
  }
  #contents .price table tbody tr td:last-of-type {
    padding-top: 0.8em;
    padding-bottom: 1em;
    line-height: 1.5;
    width: 100%;
  }
  #contents .price table tbody tr td:before {
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.2;
    background-color: #e9e9e9;
    padding: 0.2em 0.3em;
    margin-right: 0.5em;
  }
  #contents .price table tbody tr:last-of-type {
    border-bottom: none;
  }
  #contents .price table#aftercare tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  #contents .price table#aftercare tbody tr td {
    width: 100%;
    text-align: left !important;
  }
  #contents .price table#aftercare tbody tr td::before {
    width: 3.5em;
    text-align: center;
  }
  #contents .price table#aftercare tbody tr td:nth-of-type(2)::before {
    content: "回数";
  }
  #contents .price table#aftercare tbody tr td:nth-of-type(3)::before {
    content: "対象";
  }
  #contents .price table#aftercare tbody tr td:nth-of-type(4) {
    width: 50%;
  }
  #contents .price table#aftercare tbody tr td:nth-of-type(4)::before {
    content: "入会金";
  }
  #contents .price table#aftercare tbody tr td:nth-of-type(5) {
    width: 50%;
  }
  #contents .price table#aftercare tbody tr td:nth-of-type(5)::before {
    content: "月会費";
  }
  #contents .price table#aftercare tbody tr:first-of-type td:first-of-type {
    order: 1;
  }
  #contents .price table#aftercare tbody tr:first-of-type td:nth-of-type(2) {
    order: 3;
    background-color: #e9e9e9;
    padding-bottom: 0.5em;
  }
  #contents .price table#aftercare tbody tr:first-of-type td:nth-of-type(2):before {
    background-color: #fff;
  }
  #contents .price table#aftercare tbody tr:first-of-type td:nth-of-type(3) {
    order: 4;
  }
  #contents .price table#aftercare tbody tr:first-of-type td:nth-of-type(4) {
    order: 5;
  }
  #contents .price table#aftercare tbody tr:first-of-type td:nth-of-type(5) {
    order: 6;
    padding-bottom: 0.5em;
  }
  #contents .price table#aftercare tbody tr:first-of-type td:nth-of-type(6) {
    order: 2;
    border-bottom: dotted 1px #999;
  }
  #contents .price table#aftercare tbody tr.no1st td:first-of-type {
    padding-bottom: 0;
  }
  #contents .price table#aftercare tbody tr.no1st td:first-of-type::before {
    content: "対象";
  }
  #contents .price table#aftercare tbody tr.no1st td:nth-of-type(2) {
    width: 50%;
  }
  #contents .price table#aftercare tbody tr.no1st td:nth-of-type(2)::before {
    content: "入会金";
  }
  #contents .price table#aftercare tbody tr.no1st td:nth-of-type(3) {
    width: 50%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  #contents .price table#aftercare tbody tr.no1st td:nth-of-type(3)::before {
    content: "月会費";
  }
  #contents .price table#aftercare tbody tr:nth-of-type(3) td:first-of-type {
    background-color: #e9e9e9 !important;
    padding-bottom: 0.5em;
  }
  #contents .price table#aftercare tbody tr:nth-of-type(3) td:first-of-type:before {
    background-color: #fff;
    content: "回数";
  }
  #contents .price table#aftercare tbody tr:nth-of-type(3) td:nth-of-type(2) {
    width: 100%;
  }
  #contents .price table#aftercare tbody tr:nth-of-type(3) td:nth-of-type(2)::before {
    content: "対象";
  }
  #contents .price table#aftercare tbody tr:nth-of-type(3) td:nth-of-type(3) {
    width: 50%;
  }
  #contents .price table#aftercare tbody tr:nth-of-type(3) td:nth-of-type(3)::before {
    content: "入会金";
  }
  #contents .price table#aftercare tbody tr:nth-of-type(3) td:nth-of-type(4) {
    width: 50%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  #contents .price table#aftercare tbody tr:nth-of-type(3) td:nth-of-type(4)::before {
    content: "月会費";
  }
  #contents .price table#aftercare tbody tr:last-of-type td:last-of-type {
    padding-bottom: 0.7em;
  }
  #contents .price table#fitnessgym tbody tr td:nth-of-type(2), #contents .price table#fitnessgym tbody tr td:nth-of-type(3) {
    width: 50%;
  }
  #contents .price table#fitnessgym tbody tr td:nth-of-type(2)::before {
    content: "入会金";
  }
  #contents .price table#fitnessgym tbody tr td:nth-of-type(3)::before {
    content: "月会費";
  }
  #contents .price table#studio tbody tr td:nth-of-type(3), #contents .price table#studio tbody tr td:nth-of-type(4) {
    width: 50%;
  }
  #contents .price table#studio tbody tr td:nth-of-type(2) {
    position: relative;
    padding-left: 3.7em;
  }
  #contents .price table#studio tbody tr td:nth-of-type(2)::before {
    position: absolute;
    top: 0.5em;
    left: 0.7em;
    content: "対象";
  }
  #contents .price table#studio tbody tr:first-of-type {
    border-bottom: none;
  }
  #contents .price table#studio tbody tr:first-of-type td:nth-of-type(1) {
    order: 1;
  }
  #contents .price table#studio tbody tr:first-of-type td:nth-of-type(2) {
    order: 4;
    border-top: dotted 1px #999;
    width: 100%;
  }
  #contents .price table#studio tbody tr:first-of-type td:nth-of-type(3) {
    order: 3;
    display: none;
  }
  #contents .price table#studio tbody tr:first-of-type td:nth-of-type(4) {
    order: 5;
    padding-bottom: 0.7em;
  }
  #contents .price table#studio tbody tr:first-of-type td:nth-of-type(4)::before {
    content: "月会費";
  }
  #contents .price table#studio tbody tr:first-of-type td:nth-of-type(5) {
    order: 2;
    padding-bottom: 0.2em;
  }
  #contents .price table#studio tbody tr.no1st {
    border-top: dotted 1px #999;
  }
  #contents .price table#studio tbody tr.no1st td:first-of-type {
    position: relative;
    padding-left: 3.7em;
    padding-top: 0.5em;
  }
  #contents .price table#studio tbody tr.no1st td:first-of-type::before {
    position: absolute;
    top: 0.5em;
    left: 0.7em;
    content: "対象";
  }
  #contents .price table#studio tbody tr.no1st td:nth-of-type(2) {
    padding-left: 4.5em;
    padding-top: 0.5em;
  }
  #contents .price table#studio tbody tr.no1st td:nth-of-type(2)::before {
    content: "月会費";
  }
  #contents .price table#studio tbody tr:last-of-type td:first-of-type {
    order: 1;
  }
  #contents .price table#studio tbody tr:last-of-type td:nth-of-type(2) {
    width: 100%;
    order: 3;
  }
  #contents .price table#studio tbody tr:last-of-type td:nth-of-type(3) {
    order: 4;
    padding-bottom: 0.8em;
  }
  #contents .price table#studio tbody tr:last-of-type td:nth-of-type(3)::before {
    content: "月会費";
  }
  #contents .price table#studio tbody tr:last-of-type td:nth-of-type(4) {
    width: 100%;
    order: 2;
    padding-bottom: 0.2em;
  }
  #contents .price table#conditioning tbody tr {
    border-bottom: none;
  }
  #contents .price table#conditioning tbody tr td:nth-of-type(2)::before {
    content: "回数";
  }
  #contents .price table#conditioning tbody tr td:nth-of-type(3) {
    width: 100%;
  }
  #contents .price table#conditioning tbody tr td:nth-of-type(3)::before {
    content: "対象";
  }
  #contents .price table#conditioning tbody tr td:nth-of-type(4)::before {
    content: "料金";
  }
  #contents .price table#conditioning tbody tr:first-of-type td:first-of-type {
    order: 1;
  }
  #contents .price table#conditioning tbody tr:first-of-type td:nth-of-type(2) {
    display: none;
  }
  #contents .price table#conditioning tbody tr:first-of-type td:nth-of-type(3) {
    width: 100%;
    order: 3;
    text-align: left !important;
    padding-bottom: 0.8em;
    background-color: #e9e9e9;
  }
  #contents .price table#conditioning tbody tr:first-of-type td:nth-of-type(3)::before {
    content: "回数";
    background-color: #fff;
  }
  #contents .price table#conditioning tbody tr:first-of-type td:nth-of-type(4) {
    width: 100%;
    order: 4;
  }
  #contents .price table#conditioning tbody tr:first-of-type td:nth-of-type(4)::before {
    content: "対象";
  }
  #contents .price table#conditioning tbody tr:first-of-type td:nth-of-type(5) {
    width: 100%;
    order: 5;
    padding-bottom: 0.5em;
    border-bottom: dotted 1px #999;
  }
  #contents .price table#conditioning tbody tr:first-of-type td:nth-of-type(5)::before {
    content: "料金";
  }
  #contents .price table#conditioning tbody tr:first-of-type td:last-of-type {
    order: 2;
    padding-bottom: 0.5em;
  }
  #contents .price table#conditioning tbody tr:nth-of-type(2) td:first-of-type::before, #contents .price table#conditioning tbody tr:nth-of-type(4) td:first-of-type::before {
    content: "対象";
  }
  #contents .price table#conditioning tbody tr:nth-of-type(2) td:last-of-type, #contents .price table#conditioning tbody tr:nth-of-type(4) td:last-of-type {
    padding-top: 0.5em;
    padding-bottom: 0.8em;
  }
  #contents .price table#conditioning tbody tr:nth-of-type(2) td:last-of-type::before, #contents .price table#conditioning tbody tr:nth-of-type(4) td:last-of-type::before {
    content: "料金";
  }
  #contents .price table#conditioning tbody tr:nth-of-type(3) td:first-of-type {
    order: 1;
  }
  #contents .price table#conditioning tbody tr:nth-of-type(3) td:nth-of-type(2) {
    order: 3;
    width: 100%;
    text-align: left !important;
    border-bottom: dotted 1px #999;
    padding-bottom: 0.8em;
  }
  #contents .price table#conditioning tbody tr:nth-of-type(3) td:nth-of-type(3) {
    order: 4;
  }
  #contents .price table#conditioning tbody tr:nth-of-type(3) td:nth-of-type(4) {
    order: 5;
    width: 100%;
    border-bottom: dotted 1px #999;
    padding-bottom: 0.5em;
  }
  #contents .price table#conditioning tbody tr:nth-of-type(3) td:nth-of-type(4)::before {
    content: "料金";
  }
  #contents .price table#conditioning tbody tr:nth-of-type(3) td:last-of-type {
    order: 2;
    padding-bottom: 0.5em;
  }
  #contents .price table#conditioning tbody tr:last-of-type td:first-of-type {
    order: 1;
  }
  #contents .price table#conditioning tbody tr:last-of-type td:nth-of-type(2) {
    order: 3;
    width: 100%;
    text-align: left !important;
  }
  #contents .price table#conditioning tbody tr:last-of-type td:nth-of-type(3) {
    display: none;
  }
  #contents .price table#conditioning tbody tr:last-of-type td:nth-of-type(4) {
    order: 4;
    padding-bottom: 0.8em;
  }
  #contents .price table#conditioning tbody tr:last-of-type td:last-of-type {
    order: 2;
    padding-bottom: 0.5em;
  }
  #contents .price table#ticket tbody tr td {
    width: 100%;
    text-align: left !important;
  }
  #contents .price table#ticket tbody tr td:first-of-type {
    padding-top: 0.8em;
    padding-bottom: 0;
  }
  #contents .price table#ticket tbody tr td:first-of-type::before {
    content: "枚数";
  }
  #contents .price table#ticket tbody tr td:nth-of-type(2)::before {
    content: "対象";
  }
  #contents .price table#ticket tbody tr td:nth-of-type(3)::before {
    content: "利用時間";
  }
  #contents .price table#ticket tbody tr td:last-of-type {
    padding-top: 0.5em;
    padding-bottom: 0.8em;
  }
  #contents .price table#ticket tbody tr td:last-of-type::before {
    content: "料金";
  }
  #contents .price table#trainer tbody tr td {
    text-align: left !important;
  }
  #contents .price table#trainer tbody tr:first-of-type td:first-of-type, #contents .price table#trainer tbody tr:nth-of-type(4) td:first-of-type {
    order: 1;
  }
  #contents .price table#trainer tbody tr:first-of-type td:nth-of-type(2), #contents .price table#trainer tbody tr:first-of-type td:nth-of-type(3) {
    width: 50%;
    padding-bottom: 0.5em;
  }
  #contents .price table#trainer tbody tr:nth-of-type(4) td:nth-of-type(2), #contents .price table#trainer tbody tr:nth-of-type(4) td:nth-of-type(3) {
    width: 50%;
    padding-bottom: 0.5em;
  }
  #contents .price table#trainer tbody tr:first-of-type td:nth-of-type(2), #contents .price table#trainer tbody tr:nth-of-type(4) td:nth-of-type(2) {
    order: 3;
  }
  #contents .price table#trainer tbody tr:first-of-type td:nth-of-type(2)::before, #contents .price table#trainer tbody tr:nth-of-type(4) td:nth-of-type(2)::before {
    content: "時間";
  }
  #contents .price table#trainer tbody tr:first-of-type td:nth-of-type(3), #contents .price table#trainer tbody tr:nth-of-type(4) td:nth-of-type(3) {
    order: 4;
  }
  #contents .price table#trainer tbody tr:first-of-type td:nth-of-type(3)::before, #contents .price table#trainer tbody tr:nth-of-type(4) td:nth-of-type(3)::before {
    content: "料金";
  }
  #contents .price table#trainer tbody tr:first-of-type td:last-of-type, #contents .price table#trainer tbody tr:nth-of-type(4) td:last-of-type {
    order: 2;
    border-bottom: dotted 1px #999;
  }
  #contents .price table#trainer tbody tr:nth-of-type(2) td:nth-of-type(1), #contents .price table#trainer tbody tr:nth-of-type(2) td:nth-of-type(2) {
    width: 50%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  #contents .price table#trainer tbody tr:nth-of-type(5) td:nth-of-type(1), #contents .price table#trainer tbody tr:nth-of-type(5) td:nth-of-type(2) {
    width: 50%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  #contents .price table#trainer tbody tr:nth-of-type(2) td:nth-of-type(1)::before, #contents .price table#trainer tbody tr:nth-of-type(5) td:nth-of-type(1)::before {
    content: "時間";
  }
  #contents .price table#trainer tbody tr:nth-of-type(2) td:nth-of-type(2)::before, #contents .price table#trainer tbody tr:nth-of-type(5) td:nth-of-type(2)::before {
    content: "料金";
  }
  #contents .price table#trainer tbody tr:nth-of-type(3) td:nth-of-type(1), #contents .price table#trainer tbody tr:nth-of-type(3) td:nth-of-type(2) {
    width: 50%;
    padding-top: 0.5em;
    padding-bottom: 0.8em;
  }
  #contents .price table#trainer tbody tr:nth-of-type(6) td:nth-of-type(1), #contents .price table#trainer tbody tr:nth-of-type(6) td:nth-of-type(2) {
    width: 50%;
    padding-top: 0.5em;
    padding-bottom: 0.8em;
  }
  #contents .price table#trainer tbody tr:nth-of-type(3) td:nth-of-type(1)::before, #contents .price table#trainer tbody tr:nth-of-type(6) td:nth-of-type(1)::before {
    content: "時間";
  }
  #contents .price table#trainer tbody tr:nth-of-type(3) td:nth-of-type(2)::before, #contents .price table#trainer tbody tr:nth-of-type(6) td:nth-of-type(2)::before {
    content: "料金";
  }
  #contents .price table#ticket2 tbody tr td {
    width: 100%;
    text-align: left !important;
  }
  #contents .price table#ticket2 tbody tr td:first-of-type {
    padding-bottom: 0;
  }
  #contents .price table#ticket2 tbody tr td:first-of-type::before {
    content: "枚数";
  }
  #contents .price table#ticket2 tbody tr td:nth-of-type(2)::before {
    content: "対象";
  }
  #contents .price table#ticket2 tbody tr td:nth-of-type(3)::before {
    content: "利用時間";
  }
  #contents .price table#ticket2 tbody tr td:last-of-type {
    padding-top: 0.5em;
    padding-bottom: 0.8em;
  }
  #contents .price table#ticket2 tbody tr td:last-of-type::before {
    content: "料金";
  }
  #contents .price table#ticket2 tbody tr:first-of-type td:first-of-type {
    padding-top: 0.8em;
    order: 1;
    background-color: #e9e9e9 !important;
  }
  #contents .price table#ticket2 tbody tr:first-of-type td:first-of-type::before {
    background-color: #fff;
  }
  #contents .price table#ticket2 tbody tr:first-of-type td:nth-of-type(2) {
    order: 3;
  }
  #contents .price table#ticket2 tbody tr:first-of-type td:nth-of-type(3) {
    order: 2;
    padding-bottom: 0.5em;
    background-color: #e9e9e9;
  }
  #contents .price table#ticket2 tbody tr:first-of-type td:nth-of-type(3)::before {
    background-color: #fff;
  }
  #contents .price table#ticket2 tbody tr:first-of-type td:nth-of-type(4) {
    order: 4;
    padding-bottom: 0.5em;
  }
  #contents .price table#ticket2 tbody tr:nth-of-type(2) td:first-of-type::before {
    content: "対象";
  }
  #contents .price table#trial tbody tr td {
    text-align: left !important;
    width: 100%;
  }
  #contents .price table#trial tbody tr td:nth-of-type(2)::before {
    content: "回数";
  }
  #contents .price table#trial tbody tr td:nth-of-type(3)::before {
    content: "対象";
  }
  #contents .price table#trial tbody tr td:nth-of-type(4)::before {
    content: "料金";
  }
  #contents .price .mt {
    margin-top: 2em;
  }
  #contents .facility p {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #contents .facility .list:last-of-type {
    margin-bottom: 0;
  }
  #contents .facility .list li {
    margin: 2% 5%;
  }
  #contents .facility .list li h5 {
    margin-bottom: 0.5em;
  }
  #contents .facility .list li p {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  #contents .facility h6 {
    font-size: 1.1em;
    margin: 0 2%;
  }
  #contents .facility h6 + p {
    padding-top: 0.8em;
  }
  #contents .instructor .list .box {
    width: auto;
    margin: 0 5% 5%;
    padding: 4% 3%;
  }
  #contents .instructor .list .box .name {
    flex-direction: column;
  }
  #contents .instructor .list .box .name img {
    margin: 0 auto 3%;
    width: 70%;
    order: 1;
  }
  #contents .instructor .list .box .name h6 {
    order: 2;
  }
}
@media (min-width: 768px) {
  #contents #program .three {
    display: flex;
    justify-content: space-between;
  }
  #contents #program .three .list {
    width: 31%;
  }
  #contents #program .three .list:first-of-type .all {
    position: absolute;
    bottom: 0.8em;
    left: 0;
    width: 100%;
  }
  #contents #program .details article .link a:hover {
    transition: 0.3s;
    background-color: #11a04f;
  }
  #contents .price table tr:nth-of-type(even) td {
    background: #f5f5f5;
  }
  #contents .price table tr.no1st td:first-of-type {
    background: #f5f5f5 !important;
  }
  #contents .facility .list {
    display: flex;
    flex-wrap: wrap;
  }
  #contents .facility .list li {
    width: 32%;
    margin-right: 2%;
  }
  #contents .facility .list li:nth-of-type(3n) {
    margin-right: 0;
  }
  #contents .instructor .list .box {
    width: 48%;
    margin: 0 4% 5% 0;
  }
  #contents .instructor .list .box:nth-of-type(even) {
    margin-right: 0;
  }
  #contents .instructor .list .box .name {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #e9e9e9;
  }
  #contents .instructor .list .box .name img {
    width: 57%;
    border-left: 1px solid #fff;
  }
  #contents .instructor .list .box .name h6 {
    width: 40%;
  }
  #contents .instructor .list .box .name h6 em {
    display: block;
  }
}
@media (max-width: 800px) {
  #contents .price table tr th {
    white-space: wrap;
  }
  #contents .price table tr td {
    white-space: wrap;
  }
}

/*# sourceMappingURL=midorigaoka-fitness.css.map */