@charset "UTF-8";
/* 見出し日本語 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/* 見出し英語 */
@import url("https://fonts.googleapis.com/css2?family=Train+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");
/* スケジュールの日付 */
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

a {
  color: rgba(0, 0, 0, 0.7); }
  a:focus, a:hover {
    color: rgba(0, 0, 0, 0.6); }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  width: 100%;
  max-width: 100%;
  height: auto; }

/* 共通タイトル */
.big-title {
  margin-bottom: 40px;
  text-align: center; }
  .big-title .en {
    font-family: 'Sacramento', cursive;
    font-size: 40px;
    line-height: 140%; }
  .big-title .jp {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    line-height: 100%; }

header#header {
  background: url("/images/main_visual.jpg") no-repeat scroll center top;
  background-size: cover; }
  header#header .header {
    width: 100%;
    max-width: 1140px;
    height: 850px;
    margin: auto;
    position: relative; }
    header#header .header .cashback {
      width: 480px;
      position: absolute;
      top: 80px;
      left: 130px; }
    header#header .header h2.catchphrase {
      margin: auto;
      padding-top: 390px;
      font-family: 'Noto Serif JP', serif;
      font-size: 56px;
      color: #009688;
      text-align: center;
      text-shadow: #fff 1px 0 2px;
      letter-spacing: 0.11em; }
    header#header .header .reserve-num {
      position: absolute;
      top: 30px;
      right: 40px;
      border: 1px solid #fff;
      border-radius: 33px;
      width: 150px;
      text-align: center; }

.about {
  padding: 60px 0;
  background: #ebf5f4; }
  .about .about-content {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    padding: 80px 40px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff; }

.feature {
  padding: 60px 0; }
  .feature .feature-content {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    padding: 80px 40px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff; }
    .feature .feature-content .feature-point {
      display: flex; }
      .feature .feature-content .feature-point ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex; }
        .feature .feature-content .feature-point ul li {
          padding: 30px 15px; }
          .feature .feature-content .feature-point ul li .title {
            font-size: 24px;
            text-align: center;
            font-family: 'Noto Serif JP', serif; }

.schedule {
  padding: 60px 0;
  background: #ebf5f4; }
  .schedule .schedule-content {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    padding: 80px 40px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff; }
    .schedule .schedule-content .schedule-box {
      display: flex;
      margin-bottom: 40px; }
      .schedule .schedule-content .schedule-box .day {
        width: 140px;
        height: 140px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #79b9b2; }
        .schedule .schedule-content .schedule-box .day ul {
          text-align: center; }
          .schedule .schedule-content .schedule-box .day ul li:first-child {
            font-family: 'Pacifico', cursive;
            font-size: 28px;
            line-height: 100%; }
          .schedule .schedule-content .schedule-box .day ul li:nth-child(even) {
            font-family: 'Pacifico', cursive;
            font-size: 52px;
            line-height: 100%; }
            .schedule .schedule-content .schedule-box .day ul li:nth-child(even) span {
              font-size: 24px; }
          .schedule .schedule-content .schedule-box .day ul li:last-child {
            font-size: 14px;
            line-height: 100%; }
      .schedule .schedule-content .schedule-box .details {
        width: 100%;
        max-width: 680px;
        padding: 40px 40px 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border: 1px solid #79b9b2; }
        .schedule .schedule-content .schedule-box .details .col-left, .schedule .schedule-content .schedule-box .details .col-right {
          width: 48%; }
        .schedule .schedule-content .schedule-box .details .time {
          padding-left: 8px;
          font-weight: bold;
          color: #79b9b2;
          border-left: 4px solid #79b9b2; }
        .schedule .schedule-content .schedule-box .details .menu {
          margin-bottom: 35px;
          padding: 25px 15px;
          font-size: 14px;
          background: #f6fafa; }
    .schedule .schedule-content p.small {
      font-size: 12px;
      text-align: center; }

.trainer {
  padding: 60px 0;
  background: #fbf9fa; }
  .trainer .trainer-content {
    width: 90%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 80px 40px;
    box-sizing: border-box; }
    .trainer .trainer-content .trainer-box {
      padding: 30px 40px;
      border-radius: 10px;
      display: flex;
      justify-content: space-between;
      background: #fff; }
      .trainer .trainer-content .trainer-box .profiles {
        width: 420px;
        padding-right: 30px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between; }
        .trainer .trainer-content .trainer-box .profiles .photo {
          width: 240px; }
        .trainer .trainer-content .trainer-box .profiles .names {
          font-size: 28px;
          line-height: 1.2; }
          .trainer .trainer-content .trainer-box .profiles .names span {
            display: inherit;
            font-size: 18px;
            color: #ccc; }
      .trainer .trainer-content .trainer-box .biographies {
        width: 50%;
        padding: 20px 15px;
        color: #fff;
        box-sizing: border-box;
        background: #79b9b2; }
        .trainer .trainer-content .trainer-box .biographies .detail {
          padding-bottom: 20px; }
          .trainer .trainer-content .trainer-box .biographies .detail h4 {
            margin: 0 0 5px 0;
            padding: 3px 0 3px 10px;
            font-size: 94%;
            font-weight: bold;
            border-left: 3px solid #fff; }
          .trainer .trainer-content .trainer-box .biographies .detail p {
            margin: 0;
            text-indent: 1em; }
      .trainer .trainer-content .trainer-box .image {
        width: 300px; }
        .trainer .trainer-content .trainer-box .image img {
          width: 100%;
          max-width: 100%;
          height: auto; }

.facility {
  padding: 60px 0; }
  .facility .facility-content {
    width: 96%;
    max-width: 1110px;
    margin: 0 auto; }
    .facility .facility-content .image-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .facility .facility-content .image-content .image-box {
        width: 48%;
        margin-bottom: 30px; }
        .facility .facility-content .image-content .image-box img {
          border-radius: 8px; }
        .facility .facility-content .image-content .image-box p {
          margin: 0;
          text-align: center; }

.experiencer {
  padding: 60px 0;
  background: #f9f9f9; }
  .experiencer .experiencer-content {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    padding: 80px 40px;
    box-sizing: border-box; }
    .experiencer .experiencer-content .voice-box {
      width: 96%;
      margin: 0 auto;
      padding: 20px 40px;
      box-sizing: border-box;
      border-radius: 8px;
      box-sizing: border-box;
      background: #fff; }
      .experiencer .experiencer-content .voice-box .title {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        color: #79b9b2; }
      .experiencer .experiencer-content .voice-box .status p {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #dc8282; }
      .experiencer .experiencer-content .voice-box .status .name {
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: bold;
        text-align: center; }
      .experiencer .experiencer-content .voice-box .status ul {
        display: flex;
        justify-content: space-between;
        text-align: center; }
        .experiencer .experiencer-content .voice-box .status ul li {
          font-size: 18px; }
          .experiencer .experiencer-content .voice-box .status ul li span {
            font-weight: bold;
            color: #dc8282; }

.price {
  padding: 80px 0;
  background: url("/images/bg_price.jpg") no-repeat scroll center top;
  background-size: cover; }
  .price .price-content {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    padding: 80px 40px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9); }
    .price .price-content .fasting-plan {
      margin-bottom: 40px; }
      .price .price-content .fasting-plan .title {
        font-size: 26px;
        text-align: center; }
      .price .price-content .fasting-plan .big-price {
        font-size: 30px;
        color: #dc8282;
        text-align: center; }
      .price .price-content .fasting-plan p {
        text-align: center; }
    .price .price-content #cashback .title {
      position: relative;
      padding: 0.5rem 0;
      margin-bottom: 0.2rem;
      border-bottom: 5px solid;
      color: #ff9800;
      font-weight: bold;
      font-size: 26px;
      text-align: center; }
    .price .price-content #cashback .title:before,
    .price .price-content #cashback .title:after {
      position: absolute;
      top: 100%;
      left: 50%;
      content: "";
      height: 0;
      width: 0; }
    .price .price-content #cashback .title:before {
      border: 16px solid;
      border-color: transparent;
      border-top-color: #ff9800;
      margin-left: -16px; }
    .price .price-content #cashback .title:after {
      border: 10px solid;
      border-color: transparent;
      border-top-color: rgba(255, 255, 255, 0.9);
      margin-left: -10px; }
    .price .price-content #cashback br.mobile {
      display: none; }
    .price .price-content #cashback p {
      margin-bottom: 60px;
      font-size: 22px;
      text-align: center; }
      .price .price-content #cashback p span {
        font-size: 24px;
        font-weight: bold;
        color: #ff9800; }

.contact {
  width: 60%;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: 1px solid #79b9b2;
  background: #79b9b2; }
  .contact p {
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0.1em; }

.copy {
  padding: 30px 0;
  font-size: 12px;
  text-align: center; }

@media screen and (max-width: 480px) {
  /* 共通タイトル */
  .big-title {
    margin-bottom: 20px;
    text-align: center; }
    .big-title .en {
      font-family: 'Sacramento', cursive;
      font-size: 40px;
      line-height: 100%; }
    .big-title .jp {
      font-family: 'Noto Serif JP', serif;
      font-size: 20px; }
  header#header {
    background-position: left top; }
    header#header .header {
      height: 300px; }
      header#header .header h2.catchphrase {
        padding-top: 150px;
        font-size: 22px; }
      header#header .header .reserve-num {
        position: absolute;
        top: 30px;
        right: 40px;
        border: 1px solid #fff;
        border-radius: 33px;
        width: 150px;
        text-align: center; }
      header#header .header .cashback {
        width: 180px;
        top: 20px;
        left: 20px; }
  .about {
    padding: 60px 0;
    background: #ebf5f4; }
    .about .about-content {
      width: 90%;
      max-width: 980px;
      margin: 0 auto;
      padding: 80px 40px;
      border-radius: 10px;
      box-sizing: border-box;
      background: #fff; }
  .feature {
    padding: 60px 0; }
    .feature .feature-content {
      padding: 50px 20px; }
      .feature .feature-content .feature-point ul {
        flex-direction: column; }
        .feature .feature-content .feature-point ul li {
          padding: 30px 15px; }
          .feature .feature-content .feature-point ul li .title {
            font-size: 24px;
            text-align: center; }
  .schedule {
    padding: 60px 0;
    background: #ebf5f4; }
    .schedule .schedule-content {
      padding: 60px 10px; }
      .schedule .schedule-content .schedule-box {
        flex-direction: column; }
        .schedule .schedule-content .schedule-box .day {
          width: 100%;
          height: auto; }
          .schedule .schedule-content .schedule-box .day ul {
            width: 60%;
            display: flex;
            justify-content: space-around;
            align-items: center;
            text-align: center; }
            .schedule .schedule-content .schedule-box .day ul li:first-child {
              font-family: 'Pacifico', cursive;
              font-size: 28px;
              line-height: 100%; }
            .schedule .schedule-content .schedule-box .day ul li:nth-child(even) {
              font-family: 'Pacifico', cursive;
              font-size: 52px;
              line-height: 100%; }
              .schedule .schedule-content .schedule-box .day ul li:nth-child(even) span {
                font-size: 24px; }
            .schedule .schedule-content .schedule-box .day ul li:last-child {
              font-size: 14px;
              line-height: 100%; }
        .schedule .schedule-content .schedule-box .details {
          padding: 30px 20px;
          flex-direction: column;
          box-sizing: border-box; }
          .schedule .schedule-content .schedule-box .details .col-left, .schedule .schedule-content .schedule-box .details .col-right {
            width: 100%; }
          .schedule .schedule-content .schedule-box .details .time {
            padding-left: 8px;
            font-weight: bold;
            color: #79b9b2;
            border-left: 4px solid #79b9b2; }
          .schedule .schedule-content .schedule-box .details .menu {
            margin-bottom: 35px;
            padding: 25px 15px;
            font-size: 14px;
            background: #f6fafa; }
  .trainer .trainer-content {
    width: 96%;
    padding: 50px 0;
    box-sizing: border-box; }
    .trainer .trainer-content .trainer-box {
      padding: 30px 20px;
      flex-direction: column; }
      .trainer .trainer-content .trainer-box .profiles {
        width: 100%;
        padding: 0;
        flex-direction: column;
        text-align: center; }
        .trainer .trainer-content .trainer-box .profiles .photo {
          width: 100%; }
        .trainer .trainer-content .trainer-box .profiles .names {
          margin: 10px 0; }
      .trainer .trainer-content .trainer-box .biographies {
        width: 100%;
        padding: 20px 15px;
        color: #fff;
        box-sizing: border-box;
        background: #79b9b2; }
        .trainer .trainer-content .trainer-box .biographies .detail {
          padding-bottom: 20px; }
          .trainer .trainer-content .trainer-box .biographies .detail h4 {
            margin: 0 0 5px 0;
            padding: 3px 0 3px 10px;
            font-size: 94%;
            font-weight: bold;
            border-left: 3px solid #fff; }
          .trainer .trainer-content .trainer-box .biographies .detail p {
            margin: 0;
            text-indent: 1em; }
      .trainer .trainer-content .trainer-box .image {
        width: 300px; }
        .trainer .trainer-content .trainer-box .image img {
          width: 100%;
          max-width: 100%;
          height: auto; }
  .experiencer {
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
    background: #f9f9f9; }
    .experiencer .experiencer-content {
      width: 96%;
      margin: 0 auto;
      padding: 40px 10px;
      box-sizing: border-box; }
      .experiencer .experiencer-content .voice-box {
        width: 100%;
        margin: 0 auto;
        padding: 20px 10px; }
        .experiencer .experiencer-content .voice-box .title {
          font-size: 18px; }
        .experiencer .experiencer-content .voice-box .status p {
          font-size: 18px;
          font-weight: bold;
          text-align: center;
          color: #dc8282; }
        .experiencer .experiencer-content .voice-box .status ul {
          flex-direction: column; }
          .experiencer .experiencer-content .voice-box .status ul li {
            margin-bottom: 15px; }
          .experiencer .experiencer-content .voice-box .status ul li:last-child {
            margin: 0; }
  .price {
    padding: 80px 0;
    background: url("/images/bg_price.jpg") no-repeat scroll center top;
    background-size: cover; }
    .price .price-content .fasting-plan {
      margin-bottom: 40px; }
      .price .price-content .fasting-plan .title {
        font-size: 26px;
        text-align: center; }
    .price .price-content #cashback br.mobile {
      display: block; }
  .contact {
    width: 100%; }
    .contact p {
      font-size: 16px;
      font-weight: normal;
      letter-spacing: 0.1em; } }
