@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 0.63em;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic Medium", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", メイリオ, Meiryo, sans-serif;
  line-height: 1.7;
  color: #333;
  background-color: #FFFFFF;
}

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

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

h1, h2, h3, h4, p, dl, dd {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .view-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .view-pc {
    display: none;
  }
  img {
    max-width: 100%;
  }
}
.moved {
  background: none;
}

a {
  color: #F43E2F;
  text-decoration: underline;
  transition: 0.2s;
}

a:hover {
  opacity: 0.7;
}

/* layout */
.l-inner {
  box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-inner--thin {
  max-width: 900px;
}

.pl-section {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .pl-section {
    padding: 60px 0;
  }
}
.pl-section--bg {
  background: #FFFFED;
}

.l-main {
  padding-top: 93px;
}
@media screen and (max-width: 1079px) {
  .l-main {
    padding-top: 73px;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .hide-sml {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hide-md {
    display: none;
  }
}

.l-wrapper {
  overflow: hidden;
}

.pl-phrase {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .pl-phrase {
    font-size: 1.6rem;
  }
}

.font-tsukushi-b {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.c-headline-big {
  color: #F43E2F;
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-headline-big {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.c-headline-mid {
  font-size: 2.8rem;
  margin: 60px 0 25px;
  padding-left: 54px;
  position: relative;
}
.c-headline-mid::before {
  content: "";
  display: inline-block;
  background: url("../../images/takahashi-pilates-studio/common/ico_red_check.svg") no-repeat center/contain;
  width: 36px;
  height: 13px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .c-headline-mid {
    font-size: 2.2rem;
    padding-left: 40px;
    margin-bottom: 15px;
  }
  .c-headline-mid::before {
    top: 13px;
    width: 30px;
    height: 14px;
  }
}

.c-headline-sml {
  margin: 60px 0 15px;
  font-size: 2.2rem;
  color: #7B3732;
}
@media screen and (max-width: 767px) {
  .c-headline-sml {
    margin: 40px 0 12px;
    font-size: 2rem;
  }
}

.text-red {
  color: #F43E2F;
}

.list-dot li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 16px;
}
.list-dot li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #F8584B;
  border-radius: 10px;
}
.list-dot li + li {
  margin-top: 5px;
}

.l-header {
  position: fixed;
  display: flex;
  top: 0;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  padding: 12px 35px;
  z-index: 100;
}
@media screen and (max-width: 1079px) {
  .l-header {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 11px 15px;
  }
}
.l-header__logo {
  width: 22%;
}
@media screen and (max-width: 1079px) {
  .l-header__logo {
    width: 23%;
    max-width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    max-width: 308px;
  }
}
.l-header__logo a {
  color: #333;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1079px) {
  .l-header__logo a span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo a span {
    width: 50%;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1080px) {
  .l-header__logo a span {
    font-size: 1.4rem;
  }
}
.l-header__logo img {
  width: 100%;
  display: block;
  height: auto;
  max-width: 308px;
  max-height: 42px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    max-width: 170px;
    max-height: none;
    margin-bottom: -2px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__logo img {
    margin-bottom: 5px;
  }
}

.l-mainav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-mainav a {
  text-decoration: none;
}
.l-mainav a:link, .l-mainav a:visited, .l-mainav a:hover {
  color: #333;
}
@media screen and (max-width: 767px) {
  .l-mainav {
    display: block;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .l-mainav__link {
    font-size: 1.6rem;
  }
  .l-mainav__link + .l-mainav__link {
    margin-left: 2.4%;
  }
  .l-mainav__link.l-mainav__link--shinkyuin {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .l-mainav__link {
    font-size: 1.3rem;
  }
  .l-mainav__link + .l-mainav__link {
    margin-left: 2.3%;
  }
}
@media screen and (max-width: 767px) {
  .l-mainav__link {
    font-size: 1.6rem;
  }
  .l-mainav__link.l-mainav__link--line {
    display: none;
  }
  .l-mainav__link + .l-mainav__link {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .l-mainav__link--ig {
    margin-top: -4px;
  }
}
.l-mainav__link--ig img {
  width: 20px;
  height: 20px;
}

.l-mainav__link--shinkyuin {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 5px 10px 10px;
  font-size: 1.1rem;
  text-align: center;
}
.l-mainav__link--shinkyuin img {
  display: block;
  width: 140px;
  margin-top: 5px;
}

.l-header__nav {
  width: 72%;
}
@media screen and (max-width: 1079px) {
  .l-header__nav {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    position: fixed;
    visibility: hidden;
    top: 50px;
    bottom: 0;
    right: 0;
    width: 240px;
    padding-top: 40px;
    box-sizing: border-box;
    transform: translateX(100%);
    background: rgba(255, 255, 255, 0.95);
    height: calc(100vh - 55px);
    will-change: transform;
    transition: all 0.2s cubic-bezier(0.14, 0.92, 0.72, 0.97);
  }
  .is-menu-open .l-header__nav {
    transform: translateX(0);
    visibility: visible;
  }
}

.l-header__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__sp {
    display: block;
  }
}

.l-header__spmenu {
  display: flex;
  align-items: center;
}

.l-header__trigger {
  display: block;
  height: 20px;
}

.c-ico-toggle {
  position: relative;
  display: inline-block;
  height: 2px;
  width: 24px;
  border-radius: 5px;
  background: #393932;
}
.c-ico-toggle::after, .c-ico-toggle::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 24px;
  border-radius: 5px;
  background: #393932;
  transition: all 0.2s cubic-bezier(0.14, 0.92, 0.72, 0.97);
}
.c-ico-toggle::after {
  top: -8px;
}
.c-ico-toggle::before {
  top: 8px;
}
.is-menu-open .c-ico-toggle {
  background: #fff;
}
.is-menu-open .c-ico-toggle::after {
  transform: translateY(8px) rotate(45deg);
}
.is-menu-open .c-ico-toggle::before {
  transform: translateY(-8px) rotate(-45deg);
}

.btn {
  display: inline-block;
  border-radius: 3px;
}

.btn--inquiry {
  background: #00BE00;
  text-decoration: none;
}
.btn--inquiry:link, .btn--inquiry:visited, .btn--inquiry:hover {
  color: #fff !important;
}

.btn--small {
  padding: 8px 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1079px) {
  .btn--small {
    padding: 8px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .btn--small {
    padding: 4px 15px;
  }
}

.btn--header {
  padding: 6px 10px;
  font-size: 1.3rem;
  margin-right: 20px;
}

.btn--mt20 {
  margin-top: 20px;
}

.c-hero--otona {
  background: url(../../images/takahashi-pilates-studio/otona/img_otona_hero.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .c-hero--otona {
    background: url(../../images/takahashi-pilates-studio/otona/img_otona_hero_sp.jpg) no-repeat center/cover;
  }
}
.c-hero--kids {
  background: url(../../images/takahashi-pilates-studio/kids-pilates/img_kids_hero.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .c-hero--kids {
    background: url(../../images/takahashi-pilates-studio/kids-pilates/img_kids_hero_sp.jpg) no-repeat top center/cover;
  }
}

.c-hero__inner {
  position: relative;
  padding: 320px 0 130px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-hero__inner {
    padding: 150px 15px 80px;
  }
}
.c-hero--kids .c-hero__inner {
  padding: 250px 0 60px;
}
@media screen and (max-width: 767px) {
  .c-hero--kids .c-hero__inner {
    padding: 80px 15px 20px;
  }
}

.c-hero__headline {
  line-height: 1.4;
  color: #fff;
  font-size: 7rem;
  text-shadow: 0 0 8px #000;
}
@media screen and (max-width: 767px) {
  .c-hero__headline {
    font-size: 3.2rem;
  }
}
.c-hero__headline .small {
  display: block;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-hero__headline .small {
    font-size: 2.1rem;
  }
}
.c-hero--kids .c-hero__headline {
  max-width: 1080px;
  margin: auto;
  text-align: left;
}

.c-hero-kids__feature {
  max-width: 1120px;
  margin: auto;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-hero-kids__feature {
    gap: 10px;
    margin-top: 10px;
  }
}

.c-hero__fukidashi {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../../images/takahashi-pilates-studio/common/bg_hero_txt.svg") no-repeat center/contain;
}
@media screen and (min-width: 901px) {
  .c-hero__fukidashi {
    width: 190px;
    height: 170px;
    top: 375px;
    left: 50%;
    transform: translateX(-270%);
  }
}
@media screen and (max-width: 900px) {
  .c-hero__fukidashi {
    width: 120px;
    height: 115px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-200px) rotate(-50deg);
  }
}
@media screen and (max-width: 767px) {
  .c-hero__fukidashi {
    width: 90px;
    height: 80px;
    bottom: 8px;
    left: 50%;
    transform: translateX(-138px) rotate(-50deg);
  }
}

.c-hero__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../../images/takahashi-pilates-studio/kids-pilates/bg_hero_txt_kids.png") no-repeat center/contain;
}
@media screen and (min-width: 901px) {
  .c-hero__circle {
    width: 190px;
    height: 170px;
  }
}
@media screen and (max-width: 900px) {
  .c-hero__circle {
    width: 120px;
    height: 115px;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__circle {
    width: 100px;
    height: 95px;
  }
}

.c-hero-point {
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .c-hero-point {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-hero-point {
    font-size: 1.5rem;
  }
}
.c-hero-point--otona {
  color: #F43E2F;
}
@media screen and (max-width: 900px) {
  .c-hero-point--otona {
    font-size: 1.5rem;
    transform: rotate(50deg);
  }
}
.c-hero-point--kids {
  color: #fff;
}
.c-hero-point .number {
  font-size: 3.8rem;
}
@media screen and (max-width: 900px) {
  .c-hero-point .number {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-hero-point .number {
    font-size: 1.8rem;
  }
}
.c-hero-point .smaller {
  font-size: 2.4rem;
}
@media screen and (max-width: 900px) {
  .c-hero-point .smaller {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-hero-point .smaller {
    font-size: 1.3rem;
  }
}

.pl-section--worries {
  padding: 60px 0 100px;
  background: #F0F0EC;
}
@media screen and (max-width: 767px) {
  .pl-section--worries {
    padding: 60px 0 30px;
  }
}

.c-worries-wrapper {
  position: relative;
  width: 100%;
  max-width: 645px;
  margin: auto;
  margin-bottom: 65px;
  border-bottom: 1px solid #393932;
}
@media screen and (max-width: 767px) {
  .c-worries-wrapper {
    margin-bottom: 35px;
  }
}
.c-worries-wrapper::after, .c-worries-wrapper::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.c-worries-wrapper::after {
  border-color: rgba(240, 240, 236, 0);
  border-top-color: #F0F0EC;
  border-width: 15px;
  margin-left: -15px;
}
.c-worries-wrapper::before {
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #393932;
  border-width: 16px;
  margin-left: -16px;
}

.c-headline-worries {
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-headline-worries {
    font-size: 1.9rem;
  }
}
.c-headline-worries .bigger {
  padding: 0 8px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .c-headline-worries .bigger {
    font-size: 2.2rem;
  }
}

.c-list li {
  font-size: 2.1rem;
}
.c-list li::before {
  margin-right: 13px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #F8584B;
  border-radius: 100px;
  vertical-align: middle;
  transform: translateY(-50%);
}
.c-list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-list li {
    font-size: 1.6rem;
  }
  .c-list li::before {
    width: 5px;
    height: 5px;
    margin-right: 7px;
  }
  .c-list li + li {
    margin-top: 7px;
  }
}

.c-worries-list {
  width: 100%;
  max-width: 460px;
  margin: 42px auto;
}
@media screen and (max-width: 767px) {
  .c-worries-list {
    margin: 20px auto 25px;
    max-width: 330px;
  }
}

.c-worries-solution {
  position: relative;
}
.c-worries-solution--otona {
  max-width: 650px;
  width: 100%;
  margin: auto;
}
.c-worries-solution--otona::after, .c-worries-solution--otona::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
}
.c-worries-solution--otona::before {
  background: url(../../images/takahashi-pilates-studio/otona/img_lead_01.png) no-repeat center/contain;
  width: 338px;
  height: 435px;
  left: -300px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .c-worries-solution--otona::before {
    content: none;
  }
}
.c-worries-solution--otona::after {
  background: url(../../images/takahashi-pilates-studio/otona/img_lead_02.png) no-repeat center/contain;
  width: 227px;
  height: 474px;
  top: -100px;
  right: -227px;
}
@media screen and (max-width: 767px) {
  .c-worries-solution--otona::after {
    content: none;
  }
}

.c-worries-solution__headline {
  padding: 7px 0;
  margin: 0 auto 50px;
  width: 100%;
  text-align: center;
  font-size: 4.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-worries-solution__headline {
    max-width: 260px;
    font-size: 2.7rem;
    margin: 0 auto 22px;
    padding: 2px 0;
  }
}
.c-worries-solution--otona .c-worries-solution__headline {
  color: #F43E2F;
  background: #fff;
  max-width: 435px;
}
.c-worries-solution--kids .c-worries-solution__headline {
  max-width: 716px;
  background: none;
}
@media screen and (max-width: 767px) {
  .c-worries-solution--kids .c-worries-solution__headline {
    font-size: 2.2rem;
  }
}
.c-worries-solution--kids .c-worries-solution__headline::after {
  content: "";
  display: block;
  margin: -22px auto 0;
  width: 561px;
  height: 40px;
  background: url(../../images/takahashi-pilates-studio/common/bg_marker_line_long.svg) no-repeat center bottom/contain;
}
@media screen and (max-width: 767px) {
  .c-worries-solution--kids .c-worries-solution__headline::after {
    width: 300px;
    height: 22px;
    margin: -14px auto 0;
  }
}

.c-worries-solution__txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-worries-solution__txt {
    font-size: 1.6rem;
  }
}

.c-worries-solution__strong {
  margin-top: 40px;
  position: relative;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-worries-solution__strong {
    margin-top: 30px;
    margin-right: -10px;
    text-align: left;
    font-size: 2.2rem;
  }
}
.c-worries-solution__strong strong {
  z-index: 1;
}
.c-worries-solution__strong::after {
  content: "";
  display: block;
  margin: -22px auto 0;
  width: 510px;
  height: 36px;
  background: url("../../images/takahashi-pilates-studio/common/bg_marker_line_long.svg") no-repeat center bottom/contain;
}
@media screen and (max-width: 767px) {
  .c-worries-solution__strong::after {
    margin: -5px 0 0;
    width: 240px;
    height: 18px;
  }
}

.c-worries-solution__box {
  position: relative;
}
.c-worries-solution__box img {
  width: 100px;
  position: absolute;
  top: -35px;
  right: 0;
  z-index: 10;
}

.c-kidspilates-lead {
  position: relative;
}
.c-kidspilates-lead__txt {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-kidspilates-lead__txt {
    font-size: 1.6rem;
    text-align: left;
  }
}
.c-kidspilates-lead__img {
  position: absolute;
  right: -42px;
  top: -36px;
  z-index: 10;
}
.c-kidspilates-lead__img img {
  width: 270px;
  height: auto;
}
@media screen and (max-width: 1079px) {
  .c-kidspilates-lead__img {
    top: -12px;
  }
  .c-kidspilates-lead__img img {
    width: 200px;
  }
}

.kidspilates-results {
  position: relative;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .kidspilates-results {
    padding: 70px 30px;
  }
}
@media screen and (max-width: 767px) {
  .kidspilates-results {
    padding: 40px 15px;
  }
}
@media screen and (min-width: 1000px) {
  .kidspilates-results {
    padding: 70px 65px;
  }
}
.kidspilates-results::before, .kidspilates-results::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 10;
}
.kidspilates-results::before {
  background: url(../../images/takahashi-pilates-studio/kids-pilates/img_lets_boy.png) no-repeat center/cover;
  width: 162px;
  height: 262px;
  top: 0;
  right: 0;
  transform: translateY(-90%);
}
@media screen and (max-width: 767px) {
  .kidspilates-results::before {
    display: none;
  }
}
.kidspilates-results::after {
  background: url(../../images/takahashi-pilates-studio/kids-pilates/img_lets_girl.png) no-repeat center/cover;
  width: 151px;
  height: 234px;
  bottom: -20px;
  left: -70px;
}
@media screen and (max-width: 999px) {
  .kidspilates-results::after {
    display: none;
  }
}
.kidspilates-results__title {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  display: inline-block;
  background: #F8584B;
  color: #fff;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .kidspilates-results__title {
    padding: 2px 0;
    width: 300px;
    font-size: 2rem;
    text-align: center;
    margin: auto;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .kidspilates-results__title {
    padding: 5px 40px;
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 768px) {
  .kidspilates-results-item {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  .kidspilates-results-item {
    align-items: center;
  }
}
@media screen and (max-width: 999px) {
  .kidspilates-results-item:nth-of-type(even) .kidspilates-results-item__img {
    margin-right: -40px;
  }
}
@media screen and (min-width: 768px) {
  .kidspilates-results-item:nth-of-type(even) .kidspilates-results-item__text {
    order: 1;
  }
  .kidspilates-results-item:nth-of-type(even) .kidspilates-results-item__img {
    order: 2;
  }
  .kidspilates-results-item:nth-of-type(even) .kidspilates-results-item__img img {
    transform: rotate(-2deg);
  }
}
@media screen and (max-width: 999px) {
  .kidspilates-results-item:nth-of-type(odd) .kidspilates-results-item__img {
    margin-left: -40px;
  }
}
@media screen and (min-width: 768px) {
  .kidspilates-results-item:nth-of-type(odd) .kidspilates-results-item__img img {
    transform: rotate(2deg);
  }
}
@media screen and (min-width: 768px) {
  .kidspilates-results-item + .kidspilates-results-item {
    margin-top: 60px;
  }
}
.kidspilates-results-item__text {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .kidspilates-results-item__text {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .kidspilates-results-item__text {
    width: 48%;
  }
}
@media screen and (min-width: 1000px) {
  .kidspilates-results-item__text {
    width: 47%;
  }
}
.kidspilates-results-item__text .results-head {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .kidspilates-results-item__text .results-head {
    font-size: 2.2rem;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .kidspilates-results-item__text .results-head {
    font-size: 3rem;
    line-height: 1.3;
    margin: 0 0 20px;
  }
}
.kidspilates-results-item__text .results-head::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.kidspilates-results-item__text .results-head.body::before {
  background: url(../../images/takahashi-pilates-studio/kids-pilates/ico_body.svg) no-repeat center/cover;
  width: 44px;
  height: 37px;
}
@media screen and (max-width: 767px) {
  .kidspilates-results-item__text .results-head.body::before {
    width: 36px;
    height: 30px;
  }
}
.kidspilates-results-item__text .results-head.heart::before {
  background: url(../../images/takahashi-pilates-studio/kids-pilates/ico_heart.svg) no-repeat center/cover;
  width: 36px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .kidspilates-results-item__text .results-head.heart::before {
    width: 30px;
    height: 26px;
  }
}
.kidspilates-results-item__text .results-head.study::before {
  background: url(../../images/takahashi-pilates-studio/kids-pilates/ico_study.svg) no-repeat center/cover;
  width: 42px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .kidspilates-results-item__text .results-head.study::before {
    width: 36px;
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .kidspilates-results-item__text .results-list {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .kidspilates-results-item__text .results-list {
    padding-left: 10px;
  }
}
.kidspilates-results-item__text .results-list .inner {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .kidspilates-results-item__text .results-list .inner {
    padding-left: 15px;
  }
}
.kidspilates-results-item__text .results-list .inner:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #F8584B;
  border-radius: 100px;
  vertical-align: middle;
  top: 13px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kidspilates-results-item__text .results-list .inner:before {
    top: 9px;
  }
}
.kidspilates-results-item__text .results-list .inner dt {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .kidspilates-results-item__text .results-list .inner dt {
    font-size: 1.6rem;
  }
}
.kidspilates-results-item__text .results-list .inner dd {
  margin-top: 2px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .kidspilates-results-item__text .results-list .inner dd {
    margin-top: 0;
  }
}
.kidspilates-results-item__text .results-list .inner + .inner {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .kidspilates-results-item__text .results-list .inner + .inner {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .kidspilates-results-item__img {
    margin: 0 0 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .kidspilates-results-item__img {
    width: 49%;
  }
}
.kidspilates-results-item__img img {
  border-radius: 3px;
}

.c-kidspilates-children-sp {
  display: flex;
}
.c-kidspilates-children-sp .two {
  width: 52%;
  position: relative;
  height: 270px;
  box-sizing: border-box;
}
.c-kidspilates-children-sp .two img {
  width: 202px;
  height: auto;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  z-index: 10;
}
.c-kidspilates-children-sp .boy {
  width: 48%;
  text-align: center;
}
.c-kidspilates-children-sp .boy img {
  width: 134px;
  height: auto;
}

.pl-section--about {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .pl-section--about {
    padding-top: 40px;
  }
}

.c-about-studio {
  position: relative;
}

.c-about-studio__txt {
  margin-bottom: 40px;
}

.c-about-studio__headline {
  position: relative;
  margin-bottom: 70px;
  font-size: 4.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-about-studio__headline {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 2.5rem;
  }
}
.c-about-studio__headline .line {
  display: inline-block;
  padding: 5px 20px 5px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-about-studio__headline .line {
    padding: 0;
    background: transparent;
  }
}
.c-about-studio__headline::after {
  position: absolute;
  bottom: -55px;
  left: 399px;
  content: "";
  display: block;
  width: 254px;
  height: 60px;
  background: url("../../images/takahashi-pilates-studio/common/bg_marker_red_line.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-about-studio__headline::after {
    width: 186px;
    height: 45px;
    bottom: -16px;
    top: auto;
    right: -19px;
    left: auto;
    z-index: -1;
  }
}

.c-about-studio__phrase {
  font-size: 1.8rem;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.c-about-studio__phrase + .c-about-studio__phrase {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-about-studio__phrase {
    font-size: 1.6rem;
    text-shadow: none;
  }
}

.c-about-studio__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 785px;
  width: 65%;
}
.c-about-studio__img img {
  width: 100%;
  height: auto;
  min-height: 487px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-about-studio__img {
    position: static;
    width: 100%;
  }
  .c-about-studio__img img {
    vertical-align: middle;
    min-height: auto;
  }
}

.c-about-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px 0 -70px;
}
@media screen and (max-width: 767px) {
  .c-about-feature {
    display: block;
    margin: 35px 0 0;
  }
}
.c-about-feature li {
  width: 50%;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .c-about-feature li {
    width: 100%;
    margin-bottom: 0;
  }
  .c-about-feature li + li {
    margin-top: 40px;
  }
}
.c-about-feature__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-about-feature__img {
    margin-bottom: 15px;
  }
}
.c-about-feature__img img {
  width: 70%;
  height: auto;
  max-width: 316px;
}
@media screen and (max-width: 767px) {
  .c-about-feature__img img {
    max-width: 262px;
  }
}
.c-about-feature__title {
  margin-bottom: 20px;
  color: #F43E2F;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-about-feature__title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
.c-about-feature__phrase {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-about-feature__phrase {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
    text-align: left;
  }
}

.c-about-report {
  border-radius: 3px;
  padding: 30px 40px;
  margin-top: 80px;
  background: #F0F0EC;
}
.c-about-report .c-headline-mid {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-about-report .c-headline-mid {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .pl-feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .pl-feature + .pl-feature {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .pl-feature + .pl-feature {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .pl-feature__img {
    width: 41%;
  }
}
.pl-feature__img img {
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .pl-feature__img img {
    min-height: 278px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .pl-feature__txt {
    width: 56%;
  }
}
.pl-feature__txt p {
  font-size: 1.6rem;
}
.pl-feature__txt p.note {
  margin-top: 1rem;
  font-size: 1.4rem;
}
.pl-feature__txt .link {
  margin-top: 1rem;
  font-size: 1.6rem;
}
.pl-feature__headline {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pl-feature__headline {
    margin: 20px 0 15px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .pl-feature__headline {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
}

.c-other {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-other {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-other {
    margin-top: 60px;
  }
  .c-link-list .c-other {
    margin-top: 0;
  }
}

.c-other-link {
  display: block;
  margin-top: 10px;
}
.c-other-link img {
  max-width: 534px;
  width: 100%;
}

.c-other-lead {
  position: relative;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-other-lead {
    max-width: 300px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .c-other-lead .emphasis {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-other-lead {
    max-width: 450px;
    font-size: 2rem;
  }
  .c-other-lead .emphasis {
    font-size: 2.6rem;
  }
}
.c-other-lead::before, .c-other-lead::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: #393932;
  bottom: 2px;
}
@media screen and (max-width: 767px) {
  .c-other-lead::before, .c-other-lead::after {
    height: 18px;
    width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .c-other-lead::before, .c-other-lead::after {
    height: 24px;
    width: 1px;
  }
}
.c-other-lead::before {
  transform: rotate(-45deg);
  left: 20px;
}
.c-other-lead::after {
  transform: rotate(45deg);
  right: 20px;
}

@media screen and (max-width: 767px) {
  .c-other-lead--kids::before {
    left: 0;
  }
}

.c-photo-insert {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 2px;
}
.c-photo-insert div img {
  border-radius: 3px;
  height: auto;
  min-height: 374px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-photo-insert div img {
    min-height: 200px;
  }
}
.c-photo-insert div:first-of-type {
  padding-right: 1px;
}
.c-photo-insert div:last-of-type {
  padding-left: 1px;
}

.pl-section-lead {
  width: 100%;
  max-width: 814px;
  margin: auto;
}
.pl-section-lead__title {
  display: block;
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .pl-section-lead__title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.c-pilates-teacher {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .c-pilates-teacher {
    margin-top: 50px;
  }
}
.c-pilates-teacher li {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-pilates-teacher li {
    display: block;
  }
}
.c-pilates-teacher li + li {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-pilates-teacher li + li {
    margin-top: 50px;
  }
}
.c-pilates-teacher__img {
  width: 24%;
  text-align: center;
  padding-right: 20px;
  box-sizing: border-box;
}
.c-pilates-teacher__img img {
  width: 100%;
  max-width: 195px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-pilates-teacher__img {
    width: 50%;
    padding-right: 10px;
    float: left;
    margin-bottom: 15px;
  }
  .c-pilates-teacher__img img {
    max-width: 135px;
  }
}
.c-pilates-teacher__txt {
  width: 76%;
}
@media screen and (max-width: 767px) {
  .c-pilates-teacher__txt {
    width: 50%;
    float: right;
  }
}
.c-pilates-teacher__name {
  color: #F43E2F;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.c-pilates-teacher__name .smaller {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-pilates-teacher__name {
    font-size: 2rem;
    margin-bottom: 12px;
  }
  .c-pilates-teacher__name .smaller {
    font-size: 1.6rem;
  }
}
.c-pilates-teacher__history {
  margin-bottom: 15px;
  color: #4A4A4A;
  font-size: 1.5rem;
}
.c-pilates-teacher__history:after {
  content: " ";
  display: block;
  clear: both;
}
.c-pilates-teacher__history dt,
.c-pilates-teacher__history dd {
  float: left;
  margin-bottom: 3px;
}
.c-pilates-teacher__history dt {
  font-weight: bold;
  clear: both;
}
.c-pilates-teacher__history dd {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .c-pilates-teacher__history {
    margin-bottom: 0;
  }
  .c-pilates-teacher__history dt,
  .c-pilates-teacher__history dd {
    float: none;
    font-size: 1.4rem;
  }
  .c-pilates-teacher__history dd {
    padding-left: 0;
    margin-bottom: 5px;
  }
}
.c-pilates-teacher__comment {
  background: #fff;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-pilates-teacher__comment {
    margin-top: 15px;
    clear: both;
    font-size: 1.6rem;
    padding: 10px 15px;
  }
}

.pl-aside-cta {
  padding: 60px 0;
  background: #FFEDEB;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pl-aside-cta {
    padding: 50px 0;
  }
}

.c-headline-cta {
  font-size: 3.4rem;
}
.c-headline-cta::after {
  content: "";
  display: block;
  margin: auto;
  width: 596px;
  height: 42px;
  background: url("../../images/takahashi-pilates-studio/common/bg_marker_line_long.svg") no-repeat center bottom/contain;
  margin-top: -32px;
}
@media screen and (max-width: 767px) {
  .c-headline-cta {
    font-size: 2.2rem;
  }
  .c-headline-cta span {
    display: block;
  }
  .c-headline-cta::after {
    width: 320px;
    height: 25px;
    margin-top: -16px;
  }
}

.c-cta-present {
  position: relative;
  margin-top: 40px;
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-cta-present {
    margin-top: 40px;
    display: block;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
.c-cta-present span {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-cta-present span {
    font-size: 1.6rem;
  }
}
.c-cta-present::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}

.btn--cta {
  display: block;
  margin: 30px auto;
  padding: 10px 40px;
  width: 100%;
  max-width: 390px;
  box-sizing: border-box;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .btn--cta {
    margin: 25px auto;
    font-size: 1.9rem;
  }
}

.c-voice {
  display: flex;
  padding: 30px 20px 30px 35px;
  box-sizing: border-box;
  border: rgba(57, 57, 50, 0.25) solid 1px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .c-voice {
    display: block;
    padding: 15px;
  }
}
.c-voice + .c-voice {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-voice + .c-voice {
    margin-top: 40px;
  }
}
.c-voice__img {
  width: 34%;
  padding-right: 20px;
  box-sizing: border-box;
  order: 1;
}
.c-voice__img img {
  width: 100%;
  max-width: 310px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-voice__img {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .c-voice__img img {
    max-width: 200px;
  }
}
.c-voice__txt {
  width: 66%;
  order: 2;
}
@media screen and (max-width: 767px) {
  .c-voice__txt {
    width: 100%;
  }
}
.c-voice__title {
  margin-bottom: 15px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-voice__title {
    font-size: 2rem;
  }
}
.c-voice__name {
  margin-bottom: 15px;
  display: block;
  color: #4A4A4A;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-voice__name {
    font-size: 1.3rem;
  }
}
.c-voice__phrase {
  font-size: 1.6rem;
}
.c-voice__phrase + p {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-voice__phrase {
    font-size: 1.6rem;
  }
}

.pl-flow {
  max-width: 716px;
  margin: auto;
}
.pl-flow-step {
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  counter-increment: number 1;
}
@media screen and (max-width: 767px) {
  .pl-flow-step {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .pl-flow-step {
    display: flex;
    padding: 20px;
  }
}
.pl-flow-step + .pl-flow-step {
  margin-top: 40px;
}
.pl-flow-step:not(:last-of-type):after {
  content: "";
  display: inline-block;
  background: url("../../images/takahashi-pilates-studio/common/ico_flow_arrow.svg") no-repeat center/contain;
  width: 18px;
  height: 12px;
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
}
.pl-flow-step__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .pl-flow-step__inner {
    width: 85%;
    padding-left: 12%;
  }
}
.pl-flow-step__inner p {
  font-size: 1.6rem;
}
.pl-flow-step__headline {
  margin-bottom: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .pl-flow-step__headline {
    font-size: 2rem;
    padding: 0.25rem 0;
  }
}
@media screen and (min-width: 768px) {
  .pl-flow-step__headline {
    font-size: 2.2rem;
  }
}
.pl-flow-step__headline:before {
  content: counter(number) " ";
  color: #F43E2F;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .pl-flow-step__headline:before {
    padding: 0 1rem;
    font-size: 3.2rem;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .pl-flow-step__headline:before {
    position: absolute;
    left: 2.5%;
    font-size: 4.4rem;
  }
}

.c-countermeasures-phrase {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-countermeasures-phrase {
    text-align: left;
  }
}

.c-countermeasures-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-countermeasures-list {
    margin-top: 20px;
    margin-bottom: -20px;
  }
}
.c-countermeasures-list li {
  width: 25%;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1079px) {
  .c-countermeasures-list li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-countermeasures-list li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.c-countermeasures-list__img {
  margin-bottom: 15px;
}
.c-countermeasures-list__img img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-countermeasures-list__img {
    margin-bottom: 10px;
  }
  .c-countermeasures-list__img img {
    max-width: 140px;
  }
}
.c-countermeasures-list__txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-countermeasures-list__txt {
    font-size: 1.6rem;
  }
}

.table-pilates,
.table-course {
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0;
}
.table-pilates th,
.table-pilates td,
.table-course th,
.table-course td {
  padding: 20px 10px;
  line-height: 1.4;
  border-bottom: 1px solid #393932;
  font-size: 1.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .table-pilates th,
  .table-pilates td,
  .table-course th,
  .table-course td {
    padding: 12px;
  }
}
.table-pilates th,
.table-course th {
  background: #F0F0EC;
}
@media screen and (max-width: 767px) {
  .table-pilates th,
  .table-course th {
    border-bottom: none;
  }
}
.table-pilates thead th,
.table-course thead th {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .table-pilates--option {
    border-top: 1px solid #393932;
  }
}

.table-pilates--otona .td-memo {
  font-size: 1.5rem;
}

.td-price__once,
.td-price__total {
  color: #777;
}

.text-discount {
  color: #7B3732;
}

.text-discount::before {
  content: "=";
  display: inline-block;
  margin: 0 2px;
}

.text-discount--3::before {
  margin-right: calc(1rem + 2px);
}

.th-supp {
  font-weight: normal;
  font-size: 1.2rem;
}

.takuji-time__time {
  font-size: 0.93rem;
}

.takuji-time__detail {
  font-weight: normal;
  line-height: 1.6;
}

.list-memo {
  font-size: 1.6rem;
}
.list-memo li::before {
  display: inline;
  content: "※";
}
@media screen and (max-width: 767px) {
  .list-memo {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .td-time {
    text-align: center;
  }
  .table-pilates--price__course,
  .table-pilates--option th {
    width: 28.8888888889%;
  }
  .table-pilates--price__price {
    width: 42.2222222222%;
  }
  .table-pilates--otona__course,
  .table-pilates--otona__time {
    width: 18.8888888889%;
  }
  .table-pilates--otona__price,
  .table-pilates--otona__option {
    width: 28.8888888889%;
  }
  .table-pilates--price .td-price,
  .table-pilates--otona .td-price {
    text-align: right;
  }
  .td-price__num,
  .td-price__once {
    width: 150px;
    margin: auto;
  }
  .td-price__num--wide {
    width: 170px;
  }
  .td-price__num .number {
    font-size: 1.8rem;
  }
  .td-price__num .yen {
    font-size: 1.4rem;
  }
  .td-price__num .tax {
    font-size: 1.2rem;
  }
  .td-price__once,
  .td-price__total {
    font-size: 1.2rem;
  }
  .td-price__total.discount {
    font-size: 1rem;
  }
  .td-price__time {
    display: none;
  }
  .td-price__once {
    text-align: center;
  }
  .th-takuji-encho {
    width: 46.6666666667%;
  }
  .th-takuji-time {
    width: 20.3333333333%;
  }
  .takuji-time__time .number {
    font-size: 1.125rem;
  }
  .takuji-time__detail {
    font-size: 1.2rem;
  }
  .table-pilates--takuji .td-price {
    text-align: right;
  }
  .takuji-time--sp {
    display: none;
  }
  .table-takuji .th-takuji-time {
    width: 28.8888888889%;
  }
  .table-takuji .td-price {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .table-pilates th,
  .table-pilates td {
    font-size: 1.6rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .table-pilates--price td,
  .table-pilates--otona td,
  .table-pilates--takuji td,
  .table-pilates--option td {
    border: none;
  }
  .table-pilates--price th,
  .table-pilates--otona th,
  .table-pilates--takuji th,
  .table-pilates--option th {
    border-top: 1px solid #393932;
    border-bottom: none;
  }
  .table-pilates--price tbody tr:last-of-type,
  .table-pilates--otona tbody tr:last-of-type,
  .table-pilates--takuji tbody tr:last-of-type,
  .table-pilates--option tbody tr:last-of-type {
    border-bottom: 1px solid #393932;
  }
}

@media screen and (max-width: 767px) {
  .table-pilates--price thead th,
  .table-pilates--takuji thead th,
  .table-pilates--otona thead th,
  .table-pilates--price .td-time,
  .table-pilates--otona .td-time {
    display: none;
  }
  .table-pilates--price tbody th,
  .table-pilates--price tbody td,
  .table-pilates--otona tbody th,
  .table-pilates--otona tbody td,
  .table-pilates--takuji tbody th,
  .table-pilates--takuji tbody td,
  .table-pilates--option th,
  .table-pilates--option td {
    display: block;
  }
  .table-pilates--otona .td-memo {
    text-align: left;
  }
  .per-week {
    font-size: 1.75rem;
  }
  .td-price__num .number {
    font-size: 2rem;
  }
  .td-price__num .yen {
    font-size: 1.4rem;
  }
  .td-price__num .tax {
    font-size: 1rem;
  }
  .text-discount::before {
    font-size: 2rem;
  }
  .td-price__once,
  .td-price__total {
    font-size: 1.2rem;
  }
  .td-price__total.discount {
    font-size: 1rem;
  }
  .td-price__time {
    display: inline-block;
    margin: 0.9em 0.9em 0;
    padding: 0.9em 5% 0;
    min-width: 33%;
    border-top: 1px solid #393932;
  }
  .td-price__time .number {
    font-size: 1.6rem;
  }
  .takuji-time__time {
    margin-bottom: 3px;
    font-weight: bold;
    color: #393227;
  }
  .takuji-time__time .number {
    font-size: 1.33rem;
  }
  .takuji-time__detail {
    font-size: 1.2rem;
  }
  .takuji-time__detail br {
    display: none;
  }
  .table-pilates--option .td-price + td {
    padding-top: 0;
  }
  .table-pilates--takuji .td-price {
    padding-bottom: 0;
  }
  .table-pilates--takuji .td-price__num {
    margin: 0.9em 0 0;
    padding-bottom: 0.9em;
    border-bottom: 1px solid #4c4539;
  }
  .table-pilates--takuji tr td:last-of-type .td-price__num {
    border-bottom: none;
  }
}
.table-kidspilates {
  border: 1px solid #333;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .table-kidspilates {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .table-kidspilates {
    width: 70%;
  }
}
.table-kidspilates th,
.table-kidspilates td {
  border-top: 1px solid #333;
  box-sizing: border-box;
  padding: 5px 10px;
}
.table-kidspilates th {
  width: 35%;
  border-bottom: none;
  background: #f5f1dd;
  line-height: 1.4;
  font-family: a-otf-ryumin, serif;
  font-weight: normal;
}
.table-kidspilates tr:first-of-type th {
  background: #f5f4ef;
}

.ico-option {
  background: #393932;
  color: #fff;
  line-height: 1;
  padding: 4px 8px;
  margin-right: 8px;
  border-radius: 3px;
  font-size: 1.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .ico-option {
    font-size: 1.2rem;
    padding: 3px;
    margin-right: 5px;
  }
}

.table-course {
  border-top: 1px solid #393932;
}
.table-course th {
  width: 28.8888888889%;
}
.table-course--option .td-price {
  text-align: center;
}
.table-course--option .td-price__num {
  width: auto;
}
@media screen and (max-width: 767px) {
  .table-course th,
  .table-course td {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    padding: 12px;
  }
}

.table-businessday {
  border: 1px solid #393932;
  margin-bottom: 15px;
  background: #fff;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .table-businessday {
    width: 100%;
  }
}
.table-businessday th,
.table-businessday td {
  border: 1px solid #393932;
  padding: 5px 25px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .table-businessday th,
  .table-businessday td {
    padding: 3px 5px;
  }
}
.table-businessday th {
  background: #F0F0EC;
  font-weight: normal;
}
.table-businessday tbody th {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .table-businessday tbody th {
    padding: 3px 5px;
  }
}

.c-link-list {
  max-width: 1080px;
  margin: 60px auto 80px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  text-align: center;
}
.c-link-list li {
  width: 49%;
}
.c-link-list li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1079px) {
  .c-link-list {
    margin: 50px auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  .c-link-list li {
    width: 100%;
  }
  .c-link-list li + li {
    margin-top: 20px;
  }
  .c-link-list li img {
    max-width: 534px;
  }
}

.l-footer {
  padding: 55px 0;
  background: #393932;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 40px 0;
  }
}
.l-footer__logo .small {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo .small {
    font-size: 1.6rem;
  }
}
.l-footer__logo img {
  width: 384px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 300px;
  }
}
.l-footer__bottom {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    margin: 30px 0 0;
  }
}
.l-footer__address {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    font-size: 1.4rem;
  }
}
.l-footer__tel {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    font-size: 2.5rem;
  }
}
.l-footer__tel:hover, .l-footer__tel:link, .l-footer__tel:visited {
  color: #fff;
}
.l-footer__tel::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 25px;
  margin-right: 5px;
  background: url("../../images/takahashi-pilates-studio/common/ico_tel.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .l-footer__tel::before {
    width: 12px;
    height: 19px;
  }
}

.l-footer-copyright {
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding: 10px 0;
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */