@charset "euc-jp";

/* CSS Document */
/* *****************************************
 * default
 * ***************************************** */
body {
  line-height: 1.4;
}

/* *****************************************
 * mainVisual
 * ***************************************** */
.mainVisual {
  background-color: #000;
  background-image: url(/ec/nations/img/nations/mainvisual.jpg);
  background-repeat: repeat-x;
}

@media screen and (min-width: 769px) {
  .mainVisual {
    background-size: contain;
    height: 600px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual {
    height: calc(600/768*100vw);
    max-height: 600px;
    min-height: 400px;
  }
}

/* *****************************************
 * about
 * ***************************************** */
/* �ץ����������?
--------------------------------------------------------- */
.about .table--scroll thead tr th span {
  color: #bf0000;
}

.about .table--scroll tr td:nth-child(1) {
  background-color: #fff1da;
  font-weight: bold;
}

.about .table--scroll tbody tr:first-child td:last-child,
.about .table--scroll tr th:last-child {
  border-right: solid 2px #a8a8a8;
}

.about .table--scroll thead th:last-child {
  background-color: #e49393;
}

.about .table--scroll tbody tr:first-child td:last-child {
  border-bottom: solid 2px #a8a8a8;
}

@media screen and (min-width: 769px) {
  .about .tscroll__scroll {
    width: calc(100% - 100px);
  }

  .about .tscroll .table thead th {
    height: 50px;
  }

  .about .tscroll .table--lock tbody th,
  .about .tscroll .table--scroll tbody td {
    height: 110px;
  }

  .about .table--lock {
    width: 100px;
  }

  .about .table--scroll {
    width: 900px;
  }

  .about .table--scroll tr th:nth-child(1) {
    width: 380px;
  }

  .about .table--scroll tr th:nth-child(2) {
    width: 380px;
  }

  .about .table--scroll tr th:nth-child(3) {
    width: 140px;
  }

  .about .table--scroll tr td:nth-child(2) {
    font-size: 1.4rem;
  }

  .about .table--scroll tr td:nth-child(3) {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1039px) {
  .about .tscroll__scroll {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 768px) {
  .about .tscroll__scroll {
    width: calc(100% - 80px);
  }

  .about .tscroll .table thead th {
    height: 50px;
  }

  .about .tscroll .table--lock tbody th,
  .about .tscroll .table--scroll tbody td {
    height: 110px;
  }

  .about .table--lock {
    width: 80px;
  }

  .about .table--scroll {
    width: 668px;
  }

  .about .table--scroll tr th:nth-child(1) {
    width: 284px;
  }

  .about .table--scroll tr th:nth-child(2) {
    width: 284px;
  }

  .about .table--scroll tr th:nth-child(3) {
    width: 100px;
  }

  .about .table--scroll tr td:nth-child(2) {
    font-size: 1.2rem;
  }

  .about .table--scroll tr td:nth-child(3) {
    font-size: 1.2rem;
  }
}

/* ����
--------------------------------------------------------- */
.about__cnts.performance .catch {
  text-align: center;
}

.about__cnts.performance .wrap {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.about__cnts.performance .sales {
  text-align: center;
}

@media screen and (min-width: 481px) {
  .about__cnts.performance .catch {
    font-size: 1.8rem;
  }

  .about__cnts.performance .catch__large1 {
    font-size: 2rem;
  }

  .about__cnts.performance .catch__large2 {
    font-size: 4rem;
  }

  .about__cnts.performance .catch+.catch {
    margin-top: 10px;
  }

  .about__cnts.performance .wrap {
    margin-top: 30px;
  }

  .about__cnts.performance .sales figure img {
    width: 358px;
  }

  .about__cnts.performance .sales figure figcaption {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .about__cnts.performance .catch {
    font-size: 1.4rem;
  }

  .about__cnts.performance .catch__large1 {
    font-size: 1.8rem;
  }

  .about__cnts.performance .catch__large2 {
    font-size: 3rem;
  }

  .about__cnts.performance .catch+.catch {
    margin-top: 10px;
  }

  .about__cnts.performance .wrap {
    margin-top: 20px;
  }

  .about__cnts.performance .sales figure {
    margin-top: 10px;
  }

  .about__cnts.performance .sales figure img {
    width: 179px;
  }

  .about__cnts.performance .sales figure figcaption {
    font-size: 1.2rem;
  }
}

/* ����
--------------------------------------------------------- */
.about__cnts.attend .title--secondary {
  padding-left: 1em;
  position: relative;
}

.about__cnts.attend .title--secondary::before {
  content: "\25C6";
  left: 0;
  position: absolute;
  top: 0;
}

.about__cnts.attend ul>li {
  padding-left: 1em;
  position: relative;
}

.about__cnts.attend ul>li::before {
  content: "\25CB";
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 769px) {
  .about__cnts.attend .title--secondary {
    font-size: 2rem;
  }

  .about__cnts .title--secondary+* {
    margin-top: 10px;
  }

  .about__cnts.attend ul+.title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .about__cnts.attend .title--secondary {
    font-size: 1.6rem;
  }

  .about__cnts .title--secondary+* {
    margin-top: 10px;
  }

  .about__cnts.attend ul+.title {
    margin-top: 15px;
  }
}

/* *****************************************
 * payment
 * ***************************************** */
.payment__tabs {
  align-items: flex-end;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.payment__tab {
  border: solid 1px #fff;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  color: white;
  cursor: pointer;
  padding: .5em 1em;
}

.payment__tab.-regular {
  background-color: #BF2100;
}

.payment__tab.-basic {
  background-color: #334A5E;
}

@media screen and (min-width: 769px) {
  .payment__tab[aria-selected="true"] {
    font-size: 2.4rem;
  }

  .payment__tab[aria-selected="false"] {
    font-size: 1.6rem;
  }

  .payment__table+.payment__table {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .payment__tab[aria-selected="true"] {
    font-size: 1.8rem;
    height: 4em;
  }

  .payment__table+.payment__table {
    margin-top: 24px;
  }
}

.payment__panel {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  padding: 20px;
}

.payment__notes {
  margin-top: 20px;
}

.payment__notes>li {
  padding-left: 1em;
  position: relative;
}

.payment__notes>li+li {
  margin-top: 1em;
}

.payment__notes>li::before {
  content: "\2713";
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 769px) {
  .payment__notes>li {
    font-size: 1.6rem;
  }
}

.payment__subtitle {
  color: #555;
}

.payment__caption {
  display: block;
  font-weight: bold;
}

.payment .tscroll .table thead th {
  height: 62px;
}

.payment .tscroll .table tbody th,
.payment .tscroll .table tbody td {
  height: 70px;
}

/* scroll table
--------------------------------------------------------- */
.payment .tscroll__scroll {
  overflow: auto;
}

.payment .table--scroll {
  table-layout: auto;
  width: 900px;
}

.payment .table--scroll td {
  text-align: right;
}

.payment .table--scroll thead .calc {
  font-size: 1.2rem;
}

.payment .table--scroll tr td:last-child,
.payment .table--scroll tr th:last-child {
  border-right: solid 2px #a8a8a8;
}

/* note for table
--------------------------------------------------------- */
.table .bg-yellow {
  background-color: #ffff00;
}

.table .pos-relative {
  position: relative;
}

.table .pos-lt {
  font-size: 1.2rem;
  left: 2px;
  position: absolute;
  top: 2px;
  white-space: nowrap;
}

.charge {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

.charge>div+div {
  margin-left: .5rem;
}

.charge__amount>span {
  display: block;
}

.charge__amount .text {
  font-size: 1.2rem;
}

.charge__amount .num {
  margin-top: .3rem;
}

.payment__table>.notes {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .payment__caption {
    font-size: 1.6rem;
    margin-top: 20px;
  }

  .payment .tscroll .table {
    font-size: 1.4rem;
  }

  .payment .tscroll {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .payment__content {
    padding: 20px 10px;
  }

  .payment__caption {
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .payment .tscroll {
    margin-top: 15px;
  }
}


/* �ץ����������?
--------------------------------------------------------- */
.p-program {
  display: -webkit-flex;
  display: flex;
}

.p-program__lock td,
.p-program__scroll tbody td:nth-child(1),
.p-program__scroll tbody td:nth-child(2) {
  background-color: #fff1da;
}

.p-program th,
.p-program td {
  border: solid 1px #a8a8a8;
  box-sizing: border-box;
  font-size: 1.2rem;
  vertical-align: middle;
}

.p-program th {
  height: 4.5em;
}

.p-program thead th {
  background-color: #bf0000;
  color: #fff;
  font-weight: bold;
}

.p-program__lock {
  text-align: center;
  width: 130px;
}

.p-program__day,
.p-program__scroll td {
  height: 10em;
}

.p-program__scrollwrap {
  overflow: auto;
  width: calc(100% - 130px);
}

.p-program__scroll {
  width: 870px;
}

.p-program__scroll tbody td {
  padding: 5px;
}

.p-program__scroll thead th:nth-child(1),
.p-program__scroll tbody td:nth-child(1) {
  border-left: none;
}

.p-program__scroll tbody td:nth-child(1),
.p-program__scroll tbody td:nth-child(2),
.p-program__scroll tbody td:nth-child(3) {
  text-align: center;
}

/* cell width total 1000px */
.p-program__month {
  width: 70px;
}

.p-program__times {
  width: 60px;
}

.p-program__time {
  width: 70px;
}

.p-program__join {
  width: 70px;
}

.p-program__theme {
  width: 150px;
}

.p-program__content {
  width: 350px;
}

.p-program__homework {
  width: 230px;
}