@charset "UTF-8";
/* ================================================
	各ページ 共通
=================================================== */
/*  bg
=================================================== */
.bg-wh {
  width: 92%;
  margin: 0 auto;
  padding: 25px;
  background: #fff;
}

@media (max-width: 767px) {
  .bg-wh {
    padding: 15px;
  }
}

/*  bg none
=================================================== */
.bg-none {
  width: 92%;
  margin: 0 auto;
}

/*  price table
=================================================== */
.price-table th {
  text-align: left;
  color: #fff;
  border-bottom: solid 2px #fff;
}

.price-table th span {
  font-weight: 700;
}

.price-table td {
  text-align: right;
  vertical-align: middle;
}

.price-table td span {
  font-size: 80%;
  line-height: 1.2;
  display: block;
  margin-top: 10px;
}

.price-table td span br {
  display: none;
}

.price-table td .ticket {
  display: inline;
}

.price-table tr:last-of-type th {
  border-bottom: none;
}

@media (max-width: 767px) {
  .price-table td span {
    font-size: 80%;
  }
}

@media (max-width: 525px) {
  .price-table th {
    font-size: 3vw;
  }
  .price-table td {
    font-size: 3vw;
  }
  .price-table td span br {
    display: block;
  }
  .price-table td .ticket {
    display: none;
  }
}

.personal-table {
  margin-bottom: 10px;
  border: solid 2px #7c6e57;
}

.personal-table th {
  width: 50%;
  background: #7c6e57;
}

.personal-table td {
  border: solid 2px #7c6e57;
}


/*  パーソナル の色変え
=================================================== */

.personal-table2 {
  margin-bottom: 10px;
  border: solid 2px #72371c;
}

.personal-table2 th {
  width: 50%;
  background: #72371c;
}

.personal-table2 td {
  border: solid 2px #72371c;
}




.pilates-table {
  margin-bottom: 10px;
  border: solid 2px #72371c;
}

.pilates-table th {
  width: 50%;
  background: #72371c;
}

.pilates-table td {
  border: solid 2px #72371c;
}


/*  パーソナル の色変え
=================================================== */
.pilates-table2 {
  margin-bottom: 10px;
  border: solid 2px #7c6e57;
}

.pilates-table2 th {
  width: 50%;
  background: #7c6e57;
}

.pilates-table2 td {
  border: solid 2px #7c6e57;
}




.datsumou-table {
  border: solid 2px #86cbbf;
}

.datsumou-table th {
  width: 40%;
  background: #86cbbf;
}

.datsumou-table td {
  border: solid 2px #86cbbf;
}

.datsumou-table td:first-of-type {
  width: 30%;
  text-align: left;
  border-right: none;
}

.datsumou-table td:last-of-type {
  width: 30%;
  border-left: none;
}




.datsumou-table2 {
  border: solid 2px #86cbbf;
}

.datsumou-table2 th {
  width: 60%;
  background: #86cbbf;
}

.datsumou-table2 td {
  border: solid 2px #86cbbf;
}





.top-table2 {
  border: solid 2px #C3C3C3;
}

.top-table2 th {
  width: 50%;
  font-size: 1.5em;
  background: #C3C3C3;
}

.top-table2 td {
  border: solid 2px #C3C3C3;
    font-size: 1.5em;
}




.top-table4 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;

  border: solid 2px #C3C3C3;
}

.top-table4 th {
  width: 50%;
  font-size: 1.5em;
  background: #E30B5C;
}

.top-table4 td {
  border: solid 2px #C3C3C3;
    font-size: 1.5em;
}


.ex1{
font-size: 1.5em;
line-height:normal;
text-align: center
}


.sample-table {
  border-collapse: collapse;
  border: 1px solid #C3C3C3;
  margin-left: auto;
  margin-right: auto;
  justify-content: center; /* 中央寄せ */
  width: 100%;
}

.sample-th {
  width: 50%;
  color: #FFFFFF;
  background: #C3C3C3;
  font-size: 1em;
  padding: 0.5em 1em;
  border-bottom: solid 1px #fff
}

.sample-td {
  width: 50%;
  padding: 0.5em 0.5em;
  border: solid 1px #C3C3C3;
  font-size: 1em;
  text-align: center;
}


#instagram-font {
  font-family:'Pacifico', cursive;
  line-height:1.5em;
  max-width:50%;
  background-image:radial-gradient(at 20% 120%,orange, #f15a4d 25%, #f13f79 55%, #9933ff 100%);
  padding:5px;
  color:#fff;	
  text-align:center;
  margin:10px auto;	
  border-radius:10px;
}

#instagram-font:active {
  font-family:'Pacifico', cursive;
  line-height:1.5em;
  max-width:50%;
  background-image:radial-gradient(at 20% 120%,orange, #f15a4d 25%, #f13f79 55%, #9933ff 100%);
  padding:5px;
  color:#fff;	
  text-align:center;
  margin:0 auto;	
  border-radius:10px;
  transform:translateY(4px);
}