@charset "utf-8";

/* reflet.css
 * **************************************************
 * Media Queries
 * **************************************************
 */

body {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.05em;
  min-width: 320px;
}

main {
  padding: 40px 0 0 0;
}

/* page-ttl */
.page-ttl {
  text-align: center;
}

.page-ttl span {
  display: block;
  letter-spacing: 0;
  line-height: 1.5;
}

.page-ttl-en {
  font-size: 35px;
  margin: 0 0 10px;
  position: relative;
}

.page-ttl-en::after {
  border-bottom: 1px solid #000000;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
}

/* section */
.section-inner {
  padding: 0 25px;
}

/* section-program */
.section-program {
  padding: 10px 0;
}

.section-program + .section-program {
  margin-top: 50px;
}

.section-program-ttl {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 148px;
  padding: 8px 0 15px;
  text-align: center;
}

.section-program-ttl span {
  display: block;
  line-height: 1.5;
}

.section-program-ttl-en {
  font-size: 21px;
}

/* program-item */
.program-item {
  padding: 25px 0;
}

.program-item-ttl {
  margin: 15px 0 0 0;
}

.program-item-ttl span {
  display: block;
  line-height: 1.5;
}

.program-item-ttl-l {
  font-size: 22px;
}

.program-item-ttl-s {
  font-size: 14px;
  padding: 0 0 0 1px;
}

.program-item-txt {
  font-size: 14px;
  line-height: 1.8;
  margin: 10px 0 0 0;
}

.program-item-link {
  margin: 20px auto 0;
  text-align: center;
  width: 125px;
}

.program-item-link a {
  background-color: #ffffff;
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  padding: 4px 0;
}

.program-item-link span::after {
  content: '\003E';
  margin: 0 0 0 0.5em;
  vertical-align: 0.05em;
}

/* active-program */
.active-program .section-program-bg {
  background: linear-gradient(to bottom, #d4707a, #845895);
  color: #ffffff;
}

.active-program .section-program-ttl {
  background-image: url(../images/reflet/program/bg_ttl_active_program.png);
}

.active-program .program-item-link a {
  color: #662d84;
}

/* relax-program */
.relax-program .section-program-bg {
  background: linear-gradient(to bottom, #fdf9dc, #dcabac);
}

.relax-program .section-program-ttl {
  background-image: url(../images/reflet/program/bg_ttl_relax_program.png);
}

.relax-program .program-item-link a {
  color: #de3556;
}

/* Media Queries
------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }

  /* page-ttl */
  .page-ttl-en {
    font-size: 42px;
  }

  /* section */
  .section-inner {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
  }

  /* section-program */
  .section-program-ttl-en {
    font-size: 25px;
  }

  /* program-item */
  .program-item-ttl-l {
    font-size: 26px;
  }

  .program-item-ttl-s {
    font-size: 16px;
  }

  .program-item-link {
    width: 225px;
  }

  .program-item-link a {
    font-size: 14px;
  }
}
