@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  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: inherit;
  /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FFF;
  color: #000;
}

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

h1, h2, h3 {
  line-height: 1.7;
  color: #222222;
}

h2 {
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  h2 {
    margin: 0 0 8px;
    font-size: 20px;
  }
}
h2 span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  h2 span {
    font-size: 14px;
  }
}

h3 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  h3 {
    margin: 0 0 8px;
    font-size: 18px;
  }
}

p {
  font-size: 16px;
  line-height: 1.8;
}

.btn-link {
  display: inline-block;
  margin: 16px 0;
  text-align: center;
}
.btn-link:hover {
  opacity: 0.5;
}
.btn-link a {
  display: block;
  padding: 24px 16px;
  color: #FFF;
  background: #000;
  border-radius: 4px;
}

.btnarrow {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #e10029;
  padding: 20px 60px 20px 30px;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  transition: all 0.2s linear;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  outline: none;
  font-weight: 700;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 640px) {
  .btnarrow {
    max-width: 800px;
  }
}
@media screen and (max-width: 640px) {
  .btnarrow {
    padding: 20px 18px 20px 8px;
    font-size: 18px;
  }
}

.btnarrow:hover {
  background: #fff;
  color: #e10029;
  border-color: #e10029;
}

.bold {
  font-weight: 700;
}

.text-lt {
  text-decoration: line-through;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.fs18 {
  font-size: 18px;
}

.wrapper {
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 640px) {
  .wrapper {
    max-width: 1380px;
    padding: 0 60px;
  }
}

.solid-box {
  border: solid 1px #666;
  padding: 8px;
}

@media screen and (min-width: 640px) {
  main {
    z-index: 9999;
    min-width: 1200px;
    margin: 0 auto;
  }
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 640px) {
  .nav-sns-list {
    width: 200px;
    margin: 8px auto 40px;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-sns-list li {
    position: relative;
    width: 40%;
    padding: 20px 8px;
    text-align: center;
    background: #000;
  }
  .nav-sns-list li:hover {
    opacity: 0.6;
  }
  .nav-sns-list li a {
    text-decoration: none;
  }
  .nav-sns-list li a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .nav-sns-list li a img {
    width: 50%;
  }
}
header {
  position: fixed;
  z-index: 10;
  margin: 0 auto;
  width: 100%;
  color: #000;
  top: 0;
  background: rgb(255, 255, 255);
}
@media screen and (min-width: 640px) {
  header {
    z-index: 10;
    margin: 0 auto;
    padding: 0 0 18px;
    color: #000;
  }
}
@media screen and (max-width: 640px) {
  header {
    height: 120px;
    padding: 12px 0;
  }
}
@media screen and (min-width: 640px) {
  header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
header .header-inner__logo {
  display: inline-block;
  width: 120px;
  height: auto;
}
@media screen and (max-width: 640px) {
  header .header-inner__logo {
    width: 120px;
    padding: 10px 0 0;
  }
}
header .header-inner nav {
  margin: 0 auto;
}
header .header-inner nav .nav-list {
  list-style: none;
}
@media screen and (max-width: 640px) {
  header .header-inner nav .nav-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 640px) {
  header .header-inner nav .nav-list {
    display: flex;
    justify-content: space-between;
  }
}
header .header-inner nav .nav-list li {
  margin: 0;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  header .header-inner nav .nav-list li {
    width: 50%;
    padding: 16px 20px;
    font-size: 15px;
    border-top: solid 1px #CCC;
  }
  header .header-inner nav .nav-list li:nth-child(2n) {
    border-left: solid 1px #CCC;
  }
  header .header-inner nav .nav-list li:last-child {
    width: 100%;
    border-bottom: solid 1px #CCC;
  }
}
@media screen and (min-width: 640px) {
  header .header-inner nav .nav-list li {
    padding-right: 30px;
    font-size: 14px;
  }
  header .header-inner nav .nav-list li:last-child {
    padding-right: 0;
  }
}
header .header-inner nav .nav-list li span {
  display: inline-block;
  padding-left: 8px;
  font-size: 12px;
  color: #333;
  font-weight: 400;
}
header .header-inner nav .nav-list li:hover {
  opacity: 0.6;
}
header .header-inner nav .nav-list li a {
  text-decoration: none;
  display: block;
  position: relative;
}
header .header-inner nav .nav-list li a::after {
  position: absolute;
  content: "";
  display: inline-block;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  header .header-inner nav .nav-list li a::after {
    width: 8px;
    height: 8px;
    top: 8px;
    right: 8px;
  }
}
@media screen and (min-width: 640px) {
  header .header-inner nav .nav-list li a::after {
    width: 6px;
    height: 6px;
    top: 8px;
    right: -12px;
  }
}
header .header-inner .btn-area {
  padding: 0 24px;
}
@media screen and (max-width: 640px) {
  header .header-inner .btn-area {
    padding: 0 24px;
  }
}
@media screen and (max-width: 640px) {
  header .header-inner .btn-area {
    margin: 20px auto;
    text-align: center;
  }
}
header .header-inner .sp {
  display: none;
}
header .header-inner .reservation {
  background: #000;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  header .header-inner .reservation {
    font-weight: 700;
    background-color: #FFF;
    color: #000;
    border: solid 1px #000;
  }
}
@media screen and (max-width: 640px) {
  header .header-inner .pc {
    display: none;
  }
  header .header-inner #hamburger {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    margin: 0 0 0 auto;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 640px) and (min-width: 640px) {
  header .header-inner #hamburger {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  header .header-inner .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #000;
    border-radius: 8px;
    transition: ease 0.75s;
  }
}
@media screen and (max-width: 640px) {
  header .header-inner .icon span:nth-of-type(1) {
    top: 16px;
  }
}
@media screen and (max-width: 640px) {
  header .header-inner .icon span:nth-of-type(2) {
    top: 28px;
  }
}
@media screen and (max-width: 640px) {
  header .header-inner .icon span:nth-of-type(3) {
    bottom: 16px;
  }
}
@media screen and (max-width: 640px) {
  header .header-inner .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
  }
}
@media screen and (max-width: 640px) {
  header .header-inner .close span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  header .header-inner .close span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
  }
}
@media screen and (max-width: 640px) {
  header .header-inner .sp {
    top: 100px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100vh;
    padding: 0 0 60px;
    background: rgb(255, 255, 255);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
header .header-inner .main__area {
  width: 100%;
}
header .header-main {
  text-align: center;
}
@media screen and (max-width: 640px) {
  header .header-main {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  header .header-main {
    text-align: center;
  }
}
header .header-text {
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  header .header-text {
    margin: 12px auto 0;
    text-align: center;
    font-weight: 700;
  }
}
@media screen and (min-width: 640px) {
  header .header-text {
    margin: 0 auto 16px;
    padding: 4px 20px;
    background: rgba(27, 37, 56, 0.06);
  }
}
header .sns-list {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .sns-list li {
  position: relative;
  width: 49.9%;
  text-align: center;
  padding: 20px;
  background: #222;
}
header .sns-list li:hover {
  opacity: 0.6;
}
header .sns-list li a {
  text-decoration: none;
}
header .sns-list li a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header .sns-list li a img {
  width: 50%;
}
header .tel-area {
  margin: 1px 0 0;
  text-align: center;
  background: #222;
  color: #FFF;
}
@media screen and (min-width: 640px) {
  header .tel-area {
    width: 100%;
    padding: 12px 0 40px;
  }
}
header .tel-area .tel {
  font-size: 18px;
}
header .tel-area .text {
  font-size: 12px;
}

footer {
  margin: 0;
  color: #FFF;
  background-color: #222222;
}
footer p {
  margin: 20px 0 12px;
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  footer {
    margin: 0;
  }
}
footer .footer-inner {
  padding: 40px 24px;
}
footer .footer-inner__logo {
  display: inline-block;
  width: 100px;
  height: auto;
}
@media screen and (max-width: 640px) {
  footer .footer-inner__logo {
    width: 80px;
    padding: 8px 0 0;
  }
}
footer .footer-copywriter {
  color: #666;
  padding: 16px 24px;
  background-color: #000;
}
footer .nav-list {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
footer .nav-list li {
  display: inline-block;
  margin-right: 16px;
}
footer .nav-list li:last-child {
  margin-right: 0px;
}
footer .photo {
  height: 800px;
  background-image: url("../image/ph-features07.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 25% top 10%;
}
@media screen and (max-width: 640px) {
  footer .photo {
    height: 180px;
  }
}
footer .sns-list {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
footer .sns-list li {
  position: relative;
  width: 10%;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  footer .sns-list li {
    width: 30%;
  }
}
footer .sns-list li:hover {
  opacity: 0.6;
}
footer .sns-list li a {
  text-decoration: none;
}
footer .sns-list li a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
footer .sns-list li a img {
  width: 50%;
}

.btn-reservation {
  display: none;
}
@media screen and (max-width: 640px) {
  .btn-reservation {
    position: absolute;
    right: 63px;
    top: 8px;
    width: 115px;
    display: inline-block;
    background: #000;
    padding: 14px 5px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }
}

/*========= LoadingCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #333;
  text-align: center;
  color: #fff;
  display: none;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 200px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.breadcrumb {
  margin: 0;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 640px) {
  .breadcrumb {
    padding: 8px 20px;
  }
}
.breadcrumb__inner {
  font-size: 0;
  max-width: 1640px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .breadcrumb__inner {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.breadcrumb__inner li {
  display: inline;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.breadcrumb__inner li:not(:last-child)::after {
  padding: 0 8px;
  font-weight: 400;
  content: " > ";
}
.breadcrumb__inner li a {
  font-weight: 400;
  color: inherit;
}

/*========= ページトップCSS ===============*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}
#page-top a:hover {
  background: #777;
}
#page-top img {
  width: 30%;
}

#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.reserve {
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  color: #FFF;
  padding: 40px 20px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .reserve {
    width: 80%;
    margin: 0 auto 100px;
    padding: 40px;
  }
}
.reserve a {
  width: 100%;
  margin: 0 0 12px;
  border: solid 1px #FFF;
}
@media screen and (min-width: 640px) {
  .reserve a {
    font-size: 24px;
  }
}

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
}

.star5_rating:before, .star5_rating:after {
  content: "★★★★★";
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
}

/* 星5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
}

/* 星4.5 */
.star5_rating[data-rate="4"]:after {
  width: 80%;
}

/* 星4 */
.star5_rating[data-rate="3.5"]:after {
  width: 70%;
}

/* 星3.5 */
.star5_rating[data-rate="3"]:after {
  width: 60%;
}

/* 星3 */
.star5_rating[data-rate="2.5"]:after {
  width: 50%;
}

/* 星2.5 */
.star5_rating[data-rate="2"]:after {
  width: 40%;
}

/* 星2 */
.star5_rating[data-rate="1.5"]:after {
  width: 30%;
}

/* 星1.5 */
.star5_rating[data-rate="1"]:after {
  width: 20%;
}

/* 星1 */
.star5_rating[data-rate="0.5"]:after {
  width: 10%;
}

/* 星0.5 */
.star5_rating[data-rate="0"]:after {
  width: 0%;
}

/* 星0 */
@media screen and (min-width: 640px) {
  .header-inner .btn,
.header-inner a.btn,
.header-inner button.btn {
    font-size: 18px;
  }
}

a.btn--red {
  color: #fff;
  background-color: #e10029;
  border-bottom: 5px solid #e10029;
}

a.btn--red:hover {
  margin-top: 3px;
  color: #fff;
  background: #e10029;
  border-bottom: 2px solid #e10029;
}

a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.btn,
a.btn,
button.btn {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .btn,
a.btn,
button.btn {
    padding: 16px 24px 16px;
  }
}
@media screen and (min-width: 640px) {
  .btn,
a.btn,
button.btn {
    font-size: 24px;
    padding: 12px 24px 8px;
  }
}

a.btn--circle {
  font-size: 18px;
  width: 140px;
  height: 140px;
  padding: 20px 0 0;
  border-radius: 50%;
  color: #fff;
  background: #eb6877;
  -webkit-box-shadow: 0 7px 0 #e53b4e;
  box-shadow: 0 7px 0 #e53b4e;
}

a.btn--circle i {
  font-size: 150%;
}

.fa-position-bottom {
  position: absolute;
  bottom: 100px;
  left: calc(50% - 0.5rem);
}

a.btn--circle:hover {
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  color: #fff;
  -webkit-box-shadow: 0 3px 0 #000;
  box-shadow: 0 3px 0 #000;
}

@media screen and (min-width: 640px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .is-sp {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .is-pc {
    display: block;
  }
}

.main-area {
  position: relative;
  margin: 120px 0 0;
  height: 580px;
  background-color: #FFF;
}
@media screen and (min-width: 640px) {
  .main-area {
    margin: 115px auto;
    height: 850px;
  }
}

.main-area-mv {
  position: absolute;
  width: 100%;
  background-image: url("../image/main-bg02.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (min-width: 640px) {
  .main-area-mv {
    background-size: cover;
    background-position: center;
    height: 850px;
  }
}
@media screen and (max-width: 640px) {
  .main-area-mv {
    height: 580px;
  }
}
.main-area-mv p {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  .main-area-mv p {
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    font-size: 22px;
  }
}

.main-area-text {
  position: absolute;
  top: 70px;
  left: 10px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .main-area-text {
    top: 200px;
    left: 30px;
  }
}
.main-area-text__inner {
  width: 430px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 32px 32px;
  box-shadow: 0 0 8px rgba(71, 36, 36, 0.3);
}
@media screen and (max-width: 640px) {
  .main-area-text__inner {
    margin: 0 auto;
    padding: 16px 16px;
    width: 100%;
  }
}
.main-area-text__inner .appeal {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .main-area-text__inner .appeal {
    margin: 0 0 8px;
    font-size: 14px;
  }
}
.main-area-text__inner .appeal span {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .main-area-text__inner .appeal span {
    font-size: 16px;
  }
}
.main-area-text h1 {
  margin: 0 0 16px;
  line-height: 1.6;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .main-area-text h1 {
    font-size: 28px;
  }
}
.main-area-text h1 span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .main-area-text h1 span {
    font-size: 14px;
  }
}

.slider-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider img {
  width: 100%;
  height: auto;
}

.slider .slick-slide {
  margin: 0;
}

.initiatives {
  padding: 40px 24px 40px;
  background: rgba(27, 37, 56, 0.1);
  text-align: center;
}
.initiatives .initiatives-list {
  margin: 16px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .initiatives .initiatives-list {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.initiatives .initiatives-list li {
  width: 32%;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 16px 16px;
  text-align: center;
  border: solid 1px #707070;
  border-radius: 4px;
}
.initiatives .initiatives-list li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .initiatives .initiatives-list li {
    width: 49%;
    margin-right: 0;
    padding: 8px 8px;
  }
}
.initiatives .initiatives-list .icon {
  width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .initiatives .initiatives-list .icon {
    width: 80px;
  }
}

.flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .flex-box {
    display: block;
  }
}

.about,
.trainer,
.features,
.price,
.qa,
.sns,
.review,
.site-menu {
  padding: 80px 0;
  background-color: #FFF;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .about,
.trainer,
.features,
.price,
.qa,
.sns,
.review,
.site-menu {
    padding: 40px 0;
  }
}
.about__inner,
.trainer__inner,
.features__inner,
.price__inner,
.qa__inner,
.sns__inner,
.review__inner,
.site-menu__inner {
  margin: 16px auto 0;
  padding: 0 24px;
}
@media screen and (max-width: 640px) {
  .about__inner,
.trainer__inner,
.features__inner,
.price__inner,
.qa__inner,
.sns__inner,
.review__inner,
.site-menu__inner {
    width: 100%;
  }
}

.trainer__inner {
  text-align: left;
}
.trainer .name {
  padding-right: 4px;
  font-size: 18px;
  font-weight: 700;
}
.trainer .biography-text {
  margin: 16px 0;
}
.trainer .biography-list__box {
  border-top: 1px solid #CCC;
}
@media screen and (min-width: 640px) {
  .trainer .biography-list__box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.trainer .biography-list {
  margin: 24px 0 0;
}
@media screen and (min-width: 640px) {
  .trainer .biography-list {
    padding-left: 12px;
  }
}
.trainer .biography-list li {
  margin: 0 0 16px;
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1.4em;
  line-height: 1.5;
}
.trainer .biography-list li::before {
  content: "";
  width: 10px;
  height: 2px;
  margin: 2px 10px 4px 0;
  display: inline-block;
  background-color: #000;
}
@media screen and (min-width: 640px) {
  .trainer .biography-list li {
    width: 430px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .trainer .biography-list li {
    font-size: 14px;
  }
}

.features .flex-box {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .features .od1 {
    order: 1;
  }
  .features .od2 {
    order: 2;
  }
  .features__inner {
    position: relative;
    width: 30%;
  }
  .features__inner p {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.features .photo {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .features .photo {
    width: 70%;
  }
}

.price .price-box {
  margin: 16px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .price .price-box {
    width: 100%;
  }
}
.price .price-box h3 {
  padding: 0 0 8px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  border-bottom: solid 1px #FFF;
}
@media screen and (max-width: 640px) {
  .price .price-box h3 {
    font-size: 18px;
  }
}
.price .course {
  width: 50%;
  margin: 0 2% 0 0;
  padding: 40px 40px;
  color: #FFF;
  background: #222222;
}
.price .course:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .price .course {
    width: 99%;
    padding: 16px 8px;
  }
}
.price .course-wide {
  width: 100%;
  padding: 40px 40px;
  color: #FFF;
  background: #222222;
}
.price .price-text {
  margin: 20px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .price .price-text {
    font-size: 11px;
  }
}
.price .price-text .price-monthly {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .price .price-text .price-monthly {
    font-size: 20px;
  }
}
.price .price-text .price-one {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .price .price-text .price-one {
    font-size: 11px;
  }
}

.qa .cp_qa {
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .qa .cp_qa {
    width: 100%;
  }
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538;
}

.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}

/* 質問 */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  background: rgba(27, 37, 56, 0.1);
}

.cp_qa .cp_actab label::before {
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: "Q";
}

.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #000;
}

/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: "＋";
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
}

.cp_qa .cp_actab .cp_actab-content::before {
  font-family: serif;
  font-size: 30px;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 0;
  content: "A";
  color: #CCC;
}
@media screen and (max-width: 640px) {
  .cp_qa .cp_actab .cp_actab-content::before {
    left: 10px;
    top: 10px;
    font-size: 26px;
  }
}

.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid rgba(27, 37, 56, 0.1);
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
  color: #666;
}

/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.access {
  margin: -100px auto 40px;
  padding-top: 150px;
  text-align: center;
}
.access__inner {
  margin: 16px auto 0;
  padding: 0 24px;
}
@media screen and (max-width: 640px) {
  .access__inner {
    width: 100%;
  }
}
.access .map {
  margin: 16px 0 0;
}
.access .map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 640px) {
  .access .map iframe {
    width: 80%;
    height: 300px;
  }
}
.access dl {
  margin: 0 auto 20px;
  width: 90%;
}
@media screen and (min-width: 640px) {
  .access dl {
    width: 40%;
  }
}
.access dl dt {
  margin: 20px 0 8px;
  text-align: center;
  font-size: 16px;
}
.access dl dd {
  font-size: 16px;
  line-height: 1.5;
}

.sns .sns-list {
  margin: 16px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .sns .sns-list {
    width: 100%;
  }
}
.sns .sns-list li {
  width: 80px;
  margin: 0 8px 0 0;
  color: #FFF;
  padding: 16px;
  background: #000;
}
@media screen and (max-width: 640px) {
  .sns .sns-list li {
    width: 60px;
  }
}

@media screen and (max-width: 640px) {
  .review {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 640px) {
  .review .review-list {
    margin: 20px auto 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 940px;
  }
}
@media screen and (max-width: 640px) {
  .review .review-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 0 1em;
    margin: 2em 0 2em 0;
    scroll-behavior: smooth;
  }
  .review .review-list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #F1F1F1;
  }
  .review .review-list::-webkit-scrollbar-thumb {
    background-color: #CCC;
    border-radius: 8px;
  }
  .review .review-list::-webkit-scrollbar-thumb:hover {
    background-color: #666;
  }
}
@media screen and (min-width: 640px) {
  .review .review-list li {
    width: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .review .review-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .review .review-list li {
    flex: 0 0 88%;
    margin: 0px 5px;
    scroll-snap-align: center;
  }
}
.review .review-list li dl {
  border: solid 2px #707070;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.review .review-list li dl dt {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.5;
}
.review .review-list li dl dd {
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (min-width: 640px) {
  .review .review-list li dl dd {
    font-size: 14px;
  }
}
.review .review-list li dl .name {
  position: relative;
  margin: 0 0 8px;
  padding-left: 40px;
  font-size: 12px;
  color: #707070;
}
.review .review-list li dl .name:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 27px;
  top: -4px;
  left: 0;
  background-image: url("../image/icon-review.png");
  background-position: center;
  background-size: cover;
}
.review .review-list li dl .review-text {
  margin: 12px 0 0;
  font-size: 13px;
}
.review .review-list li dl::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #F1F1F1;
}
.review .review-list li dl::-webkit-scrollbar-thumb {
  background-color: #CCC;
  border-radius: 8px;
}
.review .review-list li dl::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}

.site-menu {
  position: relative;
  height: 280px;
  background-image: url("../image/ph-features08.jpg");
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 640px) {
  .site-menu {
    height: 340px;
  }
}
.site-menu:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 640px) {
  .site-menu:before {
    height: auto;
  }
}
.site-menu .site-menu-list {
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 640px) {
  .site-menu .site-menu-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 40px;
  }
}
.site-menu .site-menu-list li {
  position: relative;
  width: 48%;
  margin-bottom: 4%;
  padding: 20px 20px;
  font-size: 20px;
  border: solid 1px #FFF;
  line-height: 1.5;
  color: #FFF;
}
@media screen and (min-width: 640px) {
  .site-menu .site-menu-list li {
    width: 23%;
    padding: 50px 40px;
    font-size: 32px;
    margin-right: 2%;
  }
  .site-menu .site-menu-list li:last-child {
    margin-right: 0;
  }
}
.site-menu .site-menu-list li:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transition: background-color 0.5s;
}
.site-menu .site-menu-list li span {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .site-menu .site-menu-list li span {
    font-size: 16px;
  }
}
.site-menu .site-menu-list li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.site-menu .site-menu-list li a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}

/*----------------------------*/
.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left {
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: 16.6666666667vw;
}

@media screen and (max-width: 640px) {
  .d-demo__item {
    width: 50vw;
  }
}
.d-demo__item > img {
  width: 100%;
}

.d-demo {
  position: absolute;
  bottom: 0;
  max-width: 100%;
}

.content-area h1 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .content-area h1 {
    margin: 0 0 8px;
    font-size: 48px;
  }
}
.content-area h1 span {
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .content-area h1 span {
    font-size: 20px;
  }
}
.content-area .sub-title-area {
  margin: 40px 0;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .content-area .sub-title-area {
    margin: 60px 0;
  }
}
.content-area .main-title-area {
  position: relative;
  margin: 120px 0 0;
  height: 100px;
  background-image: url("../image/ph-features09.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
@media screen and (min-width: 640px) {
  .content-area .main-title-area {
    margin: 115px 0 0;
    height: 200px;
    background-size: cover;
    background-position: center;
  }
}
.content-area .main-title-area:before {
  height: 100px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 640px) {
  .content-area .main-title-area:before {
    height: 200px;
  }
}
.content-area .main-title-area .main-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -16px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .content-area .main-title-area .main-title {
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -16px;
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
  }
}
.content-area .main-title-area .main-title span {
  margin: 8px 0 0;
  display: block;
  font-size: 16px;
}
.content-area .trainer {
  margin: 0;
  padding: 40px 0;
  background: rgba(27, 37, 56, 0.06);
}
@media screen and (min-width: 640px) {
  .content-area .trainer {
    padding: 60px 0;
  }
}
@media screen and (min-width: 640px) {
  .content-area .trainer__inner {
    width: 960px;
  }
}
.content-area .trainer .message {
  margin: 24px 0 0;
  text-align: left;
  background: #FFF;
  border-radius: 8px;
}
.content-area .trainer .message p {
  line-height: 1.6;
  margin-bottom: 18px;
}
@media screen and (min-width: 640px) {
  .content-area .trainer .message {
    width: 940px;
    padding: 40px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .content-area .trainer .message {
    padding: 20px;
  }
}
.content-area .trainer .message-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}
.content-area .trainer .message-list {
  margin-bottom: 12px;
  line-height: 1.6;
}
.content-area .features,
.content-area .price,
.content-area .qa {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .content-area .features,
.content-area .price,
.content-area .qa {
    padding: 0;
  }
}

.before-after h2 {
  text-align: center;
}
.before-after .case-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto 60px;
}
@media screen and (max-width: 640px) {
  .before-after .case-box {
    display: block;
  }
}
.before-after .before-after_photo {
  width: 60%;
}
@media screen and (max-width: 640px) {
  .before-after .before-after_photo {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .before-after .before-after_photo img {
    width: 100%;
  }
}
.before-after .before-after_text {
  width: 30%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  background: rgba(27, 37, 56, 0.1);
  line-height: 1.8;
}
.before-after .before-after_text ul {
  padding-left: 20px;
}
.before-after .before-after_text ul li {
  list-style-type: disc;
}
@media screen and (max-width: 640px) {
  .before-after .before-after_text {
    width: 100%;
    margin-top: 12px;
  }
}
.before-after .body-weight {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .before-after .body-weight {
    font-size: 16px;
  }
}
.before-after .body-weight span {
  margin: 0 8px;
  font-size: 30px;
}

.fasting h2 {
  text-align: center;
}

.merit {
  margin: 60px 0;
  padding: 60px 0;
  background: rgba(27, 37, 56, 0.1);
}
.merit h2 {
  text-align: center;
}
.merit h2 span {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 8px;
  background: #000;
  color: #FFF;
  font-size: 16px;
}
.merit .merit-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.merit .merit-box div {
  width: 28%;
}
@media screen and (max-width: 640px) {
  .merit .merit-box div {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .merit .merit-box {
    display: block;
  }
}

@media screen and (min-width: 640px) {
  .about_photo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 960px;
    margin: auto;
  }
}
@media screen and (min-width: 640px) {
  .about_photo__picture {
    padding: 0 4px;
  }
}
@media screen and (max-width: 640px) {
  .about_photo__picture {
    margin: 0 0 8px;
  }
}

@media screen and (min-width: 640px) {
  .wrapper-inner {
    width: 900px;
    margin: auto;
  }
}

.chiropractic-review-box li {
  padding: 20px;
  background-color: #FFF;
}

@media screen and (max-width: 640px) {
  .chiropractic-review-box .review-photo {
    width: 240px;
    margin: auto;
  }
}

.chiropractic-review-box .review-text {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (min-width: 640px) {
  .slide-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 0 1em;
    margin: 0 0 2em 0;
    scroll-behavior: smooth;
  }
}

@media screen and (min-width: 640px) {
  .slide-wrap .slide-content {
    width: 242px;
    margin-bottom: 12px;
    margin-right: 12px;
  }
  .slide-wrap .slide-content:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .slide-wrap .slide-content {
    flex: 0 0 90%;
    margin: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .slide-wrap .slide-content {
    flex: 0 0 78%;
    margin: 0px 5px;
    scroll-snap-align: center;
  }
}