@charset "UTF-8";
/* Theme Name: FHKS-Thema */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #000;
  border: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.8em 1.6em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
  background-color: black;
  color: #fff;
}

button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
  outline: 3px solid rgba(0, 0, 0, 0.6);
  outline-offset: 2px;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #000;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.4em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em;
}

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.8em;
  padding: 0.53333em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666666;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #666666;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.4em;
}

[type="file"] {
  margin-bottom: 0.8em;
  width: 100%;
}

select {
  margin-bottom: 0.8em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(0, 0, 0, 0.6);
  outline-offset: 2px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

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

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.8em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.8em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.8em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

html {
  color: #000;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  line-height: 1.6;
}

body {
  font-size: 1.4rem;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.8em;
  font-weight: normal;
}

p {
  margin: 0 0 0.8em;
}

a {
  color: #000;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
  text-decoration: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.6em 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 1;
}

/* ---------- content-width ---------- */
/* ---------- breakpoints ---------- */
/* ---------- gutter ---------- */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: 0.75rem;
  padding-bottom: 30px;
  padding-left: 0.75rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  -o-transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.header {
  background: url(../img/header_bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 30px 0;
}

@media screen and (max-width: 959px) {
  .header {
    padding: 15px 0 13px;
  }
}

@media screen and (max-width: 959px) {
  .header_container {
    padding: 0 10px;
  }
}

.header.top-header {
  padding: 90px 0 55px 0;
}

@media screen and (max-width: 959px) {
  .header.top-header {
    padding: 25px 0 15px 0;
  }
}

.header.top-header .top-header_logo {
  margin-bottom: 60px;
}

@media screen and (max-width: 959px) {
  .header.top-header .top-header_logo {
    margin-bottom: 20px;
  }
}

.header .top-header_list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 40px;
}

.header .top-header_list::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 959px) {
  .header .top-header_list {
    margin-bottom: 15px;
  }
}

.header .top-header_list_item:first-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .header .top-header_list_item:first-child {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 959px) {
  .header .top-header_list_item img {
    width: auto;
    height: 19px;
  }
}

.header .top-header_txt {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .header .top-header_txt {
    font-size: 1.3rem;
    text-align: left;
    letter-spacing: -0.075rem;
  }
}

.header_logo {
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .header_logo img {
    width: 275px;
    height: auto;
  }
}

.main {
  display: block;
}

img {
  border: none;
}

/* -------------------- WordPress -------------------- */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

@media screen and (max-width: 959px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .movie {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 959px) {
  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.next-ch {
  background: url(../img/top_bg.png) repeat center center;
  padding: 105px 0 120px 0;
}

@media screen and (max-width: 959px) {
  .next-ch {
    padding: 38px 10px 30px 10px;
    background: url(../img/top_bg.png) repeat center center;
    -webkit-background-size: 683px auto;
            background-size: 683px auto;
  }
}

.next-ch_heading {
  text-align: center;
  margin-bottom: 90px;
}

@media screen and (max-width: 959px) {
  .next-ch_heading {
    margin-bottom: 30px;
  }
  .next-ch_heading img {
    width: 248px;
  }
}

.next-ch_list {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
	text-align: center;
}

.next-ch_list::after {
  clear: both;
  content: "";
  display: block;
}

.next-ch_list::after {
  clear: both;
  content: "";
  display: block;
}

.next-ch_list_item {
  width: 459px;
  text-align: center;
}

.next-ch_list_item:first-child{
	float: left;
}


.next-ch_list_item:last-child{
	float: right;
}


@media screen and (max-width: 959px) {
  .next-ch_list_item {
    display: inline-block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .next-ch_list_item:last-child {
    margin-right: 0;
  }
  .next-ch_list_item:nth-child(2n) {
    margin-right: 0;
  }
  .next-ch_list_item:nth-child(2n+1) {
    clear: left;
  }
}

.next-ch_list_item_thumb {
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .next-ch_list_item_thumb {
    margin-bottom: 10px;
  }
}

.next-ch_list_item_name {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .next-ch_list_item_name img {
    height: 16px;
    width: auto;
  }
}

/*
.next-ch_list_item:first-child {
  float: left;
}

.next-ch_list_item:last-child {
  float: right;
}

*/

.top {
  background: url(../img/top_bg.png) repeat center center;
  padding-bottom: 110px;
}

@media screen and (max-width: 959px) {
  .top {
    padding-bottom: 45px;
    background: url(../img/top_bg.png) repeat center center;
    -webkit-background-size: 683px auto;
            background-size: 683px auto;
  }
}

.top .top-section {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  margin-bottom: 70px;
}

.top .top-section::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 959px) {
  .top .top-section {
    padding-top: 15px;
    margin-bottom: 40px;
  }
}

.top .top-section:last-child {
  margin-bottom: 0;
}

.top .top-section_heading {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 959px) {
  .top .top-section_heading {
    margin-bottom: 15px;
  }
}

.top .top-section_container {
  position: relative;
}

@media screen and (max-width: 959px) {
  .top .top-section_container {
    padding: 0 10px;
  }
}

.top .top-section_link {
  position: relative;
  z-index: 1;
}

.top .top-section--01 .top-section_container:before {
  content: "";
  display: inline-block;
  width: 215px;
  height: 228px;
  background: url(../img/top_section_abs_01.png) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  left: -107px;
  top: -160px;
  z-index: 2;
}

@media screen and (max-width: 959px) {
  .top .top-section--01 .top-section_container:before {
    width: 77px;
    height: 81px;
    left: 7px;
    top: -68px;
  }
}

@media screen and (max-width: 374px) {
  .top .top-section--01 .top-section_container:before {
    width: 38px;
    height: 40px;
    left: 3px;
    top: -34px;
  }
}

.top .top-section--01 .top-section_container:after {
  content: "";
  display: inline-block;
  width: 209px;
  height: 166px;
  background: url(../img/top_section_abs_02.png) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  right: -43px;
  top: -142px;
  z-index: 2;
}

@media screen and (max-width: 959px) {
  .top .top-section--01 .top-section_container:after {
    width: 77px;
    height: 61px;
    right: 12px;
    top: inherit;
    bottom: -21px;
  }
}

@media screen and (max-width: 374px) {
  .top .top-section--01 .top-section_container:after {
    width: 38px;
    height: 30px;
    right: 6px;
    top: inherit;
    bottom: -10px;
  }
}

.top .top-section--02 .top-section_container:before {
  content: "";
  display: inline-block;
  width: 319px;
  height: 269px;
  background: url(../img/top_section_abs_03.png) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  right: -100px;
  top: -250px;
  z-index: 0;
}

@media screen and (max-width: 959px) {
  .top .top-section--02 .top-section_container:before {
    background: url(../img/top_section_abs_03_sp.png) no-repeat center center;
    -webkit-background-size: cover;
            background-size: cover;
    width: 128px;
    height: 108px;
    right: 10px;
    top: -108px;
  }
}

.yoga {
  color: #333333;
}

.yoga .yoga-catch {
  background: url(../img/yoga_catch_bg.jpg) no-repeat center top -2px;
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 105px;
}

@media screen and (max-width: 959px) {
  .yoga .yoga-catch {
    padding-bottom: 50px;
    background: url(../img/yoga_catch_bg.jpg) no-repeat center top -1px;
  }
}

.yoga .yoga-catch_mv {
  text-align: center;
  margin-bottom: 0;
}



.yoga .yoga-catch_container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.yoga .yoga-catch_container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 959px) {
  .yoga .yoga-catch_container {
    padding: 0 10px;
  }
}

.yoga .yoga-notes_txt{
	font-size: 1.8rem;
	font-weight: bold;
	width: 470px;
	margin: 0 auto 35px;
}

.yoga .yoga-catch_txt {
  margin-top: -250px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 60px;
}

@media screen and (max-width: 1380px) {
	.yoga .yoga-catch_txt {
		margin-top: -19vw;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.8;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 959px) {
  .yoga .yoga-catch_txt {
    margin-top: -22%;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 25px;
  }
		.yoga .yoga-notes_txt{
		font-size: 1.1rem;
		font-weight: bold;
			padding-left: 6vw;
			padding-right: 6vw;
		margin: 0 auto 17px;
			word-break: break-all;
	}
}

@media screen and (max-width: 640px) {
		.yoga .yoga-notes_txt{
		font-size: 1.1rem;
		font-weight: bold;
		width: 100%;
			padding-left: 6vw;
			padding-right: 6vw;
		margin: 0 auto 17px;
			word-break: break-all;
	}
}

.yoga .yoga-catch_profile {
  position: relative;
}

.yoga .yoga-catch_profile::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 959px) {
  .yoga .yoga-catch_profile {
    padding: 0 15px;
  }
}

.yoga .yoga-catch_profile:before {
  content: "";
  display: block;
  width: 115px;
  height: 100px;
  background: url(../img/yoga_profile_abs_01_happa.png) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  left: -41px;
  top: -30px;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .yoga .yoga-catch_profile:before {
    width: 57px;
    height: 49px;
    left: 0;
    top: -15px;
  }
}

.yoga .yoga-catch_profile:after {
  content: "";
  display: block;
  width: 125px;
  height: 192px;
  background: url(../img/yoga_profile_abs_02_happa.png) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  right: -40px;
  bottom: -31px;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .yoga .yoga-catch_profile:after {
    width: 62px;
    height: 96px;
    right: 0;
    bottom: -15px;
  }
}

.yoga .yoga-catch_profile_container {
  background: #fff;
  position: relative;
  border: 2px solid #7f7e7e;
  padding: 55px 25px 55px 80px;
  z-index: 2;
}

.yoga .yoga-catch_profile_container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 959px) {
  .yoga .yoga-catch_profile_container {
    border: 1px solid #7f7e7e;
    padding: 10px 15px 15px;
  }
}

.yoga .yoga-catch_profile_container_abs-01 {
  position: absolute;
  left: -28px;
  top: -17px;
}

@media screen and (max-width: 959px) {
  .yoga .yoga-catch_profile_container_abs-01 {
    left: -10px;
    top: -10px;
  }
  .yoga .yoga-catch_profile_container_abs-01 img {
    width: 43px;
    height: auto;
  }
}

.yoga .yoga-catch_profile_container_abs-02 {
  position: absolute;
  right: -14px;
  bottom: -20px;
}

@media screen and (max-width: 959px) {
  .yoga .yoga-catch_profile_container_abs-02 {
    right: -7px;
    bottom: -10px;
  }
  .yoga .yoga-catch_profile_container_abs-02 img {
    width: 33px;
    height: auto;
  }
}

.yoga .yoga-catch_profile_left {
  float: left;
  width: 515px;
  margin-right: 45px;
}

@media screen and (max-width: 959px) {
  .yoga .yoga-catch_profile_left {
    float: none;
    width: auto;
    margin-right: 0;
    margin-top: -5%;
  }
}

.yoga .yoga-catch_profile_right {
  float: right;
  width: 265px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .yoga .yoga-catch_profile_right {
    float: none;
    width: auto;
  }
  .yoga .yoga-catch_profile_right img {
    width: 130px;
    height: auto;
  }
}

.yoga .yoga-catch_profile_name {
  font-size: 2.7rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .yoga .yoga-catch_profile_name {
    font-size: 1.6rem;
  }
}

.yoga .yoga-catch_profile_txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .yoga .yoga-catch_profile_txt {
    font-size: 1.1rem;
  }
}

.yoga .day {
  position: relative;
  background: url(../img/yoga_day_bg.png) repeat center top;
}

.yoga .day--01 {
  background-color: #fbcbe0;
}

.yoga .day--01 .day_arrow .day_arrow_item {
  border-color: #fbcbe0 transparent transparent transparent;
}

.yoga .day--02 {
  background-color: #bde8fd;
}

.yoga .day--02 .day_arrow .day_arrow_item {
  border-color: #bde8fd transparent transparent transparent;
}

.yoga .day--03 {
  background-color: #d3e4a8;
}

.yoga .day--03 .day_arrow .day_arrow_item {
  border-color: #d3e4a8 transparent transparent transparent;
}

.yoga .day--04 {
  background-color: #ece58c;
}

.yoga .day--04 .day_arrow .day_arrow_item {
  border-color: #ece58c transparent transparent transparent;
}

.yoga .day--05 {
  background-color: #f1c98c;
}

.yoga .day_arrow {
  background: url(../img/yoga_day_arrow_bg.png) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  height: 90px;
}

.yoga .day--05 .point_notes{
	font-weight: bold;
	font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  .yoga .day_arrow {
    height: 45px;
  }
	.yoga .day--05 .point_notes{
		font-weight: bold;
		font-size: 1.3rem;
	}
}

.yoga .day_arrow_item {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 48px 0 48px;
  border-color: #007bff transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 959px) {
  .yoga .day_arrow_item {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 24px 0 24px;
    border-color: #007bff transparent transparent transparent;
  }
}

.yoga .day_container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

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

@media screen and (max-width: 959px) {
  .yoga .day_container {
    padding: 0 10px 30px 10px;
  }
}

.yoga .day_head {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .yoga .day_head {
    margin-bottom: 25px;
  }
}

.yoga .day_head_icon {
  position: relative;
  top: -25px;
  margin-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .yoga .day_head_icon {
    top: -15px;
    margin-bottom: 15px;
  }
  .yoga .day_head_icon img {
    width: 131px;
    height: auto;
  }
}

.yoga .day_head_heading {
  line-height: 1.3;
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .yoga .day_head_heading img {
    height: 24px;
    width: auto;
  }
}

.yoga .day_txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .yoga .day_txt {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.yoga .day_list {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 10px 0 30px;
}

@media screen and (max-width: 959px) {
  .yoga .day_list {
    font-size: 1.3rem;
    margin: 10px 0 15px;
  }
}

.yoga .day_list_item {
  position: relative;
  border-bottom: 1px solid #000000;
}

@media screen and (min-width: 960px) {
  .yoga .day_list_item {
    padding: 20px 0;
  }
}

@media screen and (max-width: 959px) {
  .yoga .day_list_item {
    padding: 10px 0;
  }
}

@media screen and (min-width: 960px) {
  .yoga .day_list_item_txt {
    display: inline-block;
    padding-left: 7.5rem;
  }
}

@media screen and (max-width: 959px) {
  .yoga .day_list_item_txt {
    display: inline-block;
    padding-left: 4rem;
  }
}

.yoga .day_list_item_num {
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .yoga .day_list_item_num {
    width: 70px;
    position: absolute;
    left: 0;
  }
}

@media screen and (max-width: 959px) {
  .yoga .day_list_item_num {
    width: 35px;
    position: absolute;
    left: 0;
  }
  .yoga .day_list_item_num img {
    width: 25px;
  }
}

.yoga .day_point {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/yoga_day_point_bg.png) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}

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

@media screen and (max-width: 959px) {
  .yoga .day_point {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .yoga .day_point::after {
    clear: both;
    content: "";
    display: block;
  }
}

.yoga .day_point_container {
  padding: 100px 0 70px 120px;
  min-height: 260px;
}

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

@media screen and (max-width: 959px) {
  .yoga .day_point_container {
    display: table;
    padding: 30px 30px 20px 45px;
    min-height: 109px;
  }
}

@media screen and (max-width: 374px) {
  .yoga .day_point_container {
    padding: 30px 30px 20px 30px;
  }
}

.yoga .day_point_left {
  width: 472px;
  float: left;
  margin-right: 45px;
}



@media screen and (max-width: 959px) {
  .yoga .day_point_left {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    margin-right: 0;
  }
}

.yoga .day_point_right {
  width: 105px;
  float: left;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .yoga .day_point_right {
    position: relative;
    top: -10px;
  }
}

@media screen and (max-width: 959px) {
  .yoga .day_point_right {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    float: right;
    text-align: center;
  }
  .yoga .day_point_right img {
    width: 45px;
    height: auto;
  }
}

.yoga .day_point_txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.9;
  margin: 0;
}

@media screen and (max-width: 959px) {
  .yoga .day_point_txt {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .yoga .day_point_txt br {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .yoga .day_point_txt {
    font-size: 1rem;
    line-height: 1.3;
  }
}



.healing_mv {
  text-align: center;
  margin-bottom: 0;
}

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

.healing_head {
  padding-top: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 959px) {
  .healing_head {
    padding-top: 0;
    margin-bottom: 30px;
  }
}

.healing_head_container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

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

@media screen and (max-width: 959px) {
  .healing_head_container {
    padding: 0 10px;
  }
}

.healing_head_txt {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
	background: rgba(255,255,255,0.90);
	padding: 30px 38px;
  /*上、下*/
}

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

@media screen and (max-width: 959px) {
  .healing_head_txt {
    margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: 1.5;
    /*上、下*/
  }
}

.healing_head_profile {
  border: 6px solid #1e110f;
  background: #fff;
  padding: 13px 11px;
}

@media screen and (max-width: 959px) {
  .healing_head_profile {
    border: 2px solid #1e110f;
    padding: 7px 6px;
  }
}

.healing_head_profile_container {
  display: table;
  width: 100%;
  border: 2px solid #000000;
}

@media screen and (max-width: 959px) {
  .healing_head_profile_container {
    width: auto;
    display: block;
    border: 1px solid #000000;
    padding: 20px 10px 15px 10px;
  }
}

.healing_head_profile_left {
  display: table-cell;
  vertical-align: middle;
  padding: 0 60px 0 50px;
}

@media screen and (max-width: 959px) {
  .healing_head_profile_left {
    display: block;
    padding: 0;
  }
}

.healing_head_profile_right {
  width: 480px;
  display: table-cell;
  vertical-align: middle;
  padding: 30px 40px 30px 0;
}

@media screen and (max-width: 959px) {
  .healing_head_profile_right {
    width: auto;
    display: block;
    padding: 0;
  }
}

.healing_head_profile_name {
  position: relative;
  margin: 0;
  text-align: center;
  width: 247px;
}

@media screen and (max-width: 959px) {
  .healing_head_profile_name {
    width: 144px;
    margin: 0 auto 20px;
  }
}

.healing_head_profile_name img {
  display: block;
}

@media screen and (max-width: 959px) {
  .healing_head_profile_name img {
    width: 144px;
    height: auto;
    display: inline;
  }
}

.healing_head_profile_name:before {
  content: "";
  display: inline-block;
  width: 88px;
  height: 55px;
  background: url(../img/healing_head_profile_abs_01.png) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  left: -57px;
  top: -75px;
}

@media screen and (max-width: 959px) {
  .healing_head_profile_name:before {
    width: 44px;
    height: 27px;
    left: -52px;
    top: -16px;
  }
}

.healing_head_profile_name:after {
  content: "";
  display: inline-block;
  width: 123px;
  height: 67px;
  background: url(../img/healing_head_profile_abs_02.png) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  right: -94px;
  bottom: -80px;
}

@media screen and (max-width: 959px) {
  .healing_head_profile_name:after {
    width: 61px;
    height: 33px;
    right: -61px;
    bottom: -16px;
  }
}

.healing_head_profile_txt {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .healing_head_profile_txt {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

.healing_movie_container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

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

@media screen and (max-width: 959px) {
  .healing_movie_container {
    padding: 0 10px;
  }
}

.healing_movie_item {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .healing_movie_item {
    margin-bottom: 15px;
  }
}

.healing_movie_item:last-child {
  margin-bottom: 65px;
}

@media screen and (max-width: 959px) {
  .healing_movie_item:last-child {
    margin-bottom: 25px;
  }
}

.healing_movie_item_name {
  margin: -15px 0 0 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 959px) {
  .healing_movie_item_name {
    margin: -7px 0 0 0;
  }
  .healing_movie_item_name img {
    width: 135px;
    height: auto;
  }
}

.healing_interview {
  padding-bottom: 100px;
}


@media screen and (max-width: 959px) {
  .healing_interview {
    padding-bottom: 37px;
    padding: 0 10px 40px;
  }
}

.healing_interview_container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 55px 0 0 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8.7px 1.3px rgba(30, 17, 15, 0.5);

}

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

@media screen and (max-width: 959px) {
  .healing_interview_container {
    padding: 16px 0 0 0;
  }
}

.healing_interview_heading {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .healing_interview_heading {
    margin-bottom: 10px;
  }
  .healing_interview_heading img {
    width: 200px;
    height: auto;
  }
}

.healing_interview_catch {
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 959px) {
  .healing_interview_catch {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .healing_interview_catch img {
    width: 320px;
    height: auto;
  }
}

.healing_interview_image {
  text-align: center;
}

.healing_interview_txt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  padding: 35px;
  line-height: 1.9;
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .healing_interview_txt {
    font-size: 1.3rem;
    padding: 15px 10px;
    line-height: 1.5;
  }
}

.bottom-shop{
	padding: 70px 0 80px;
	background: #fff;
}

@media screen and (max-width: 959px) {
.bottom-shop{
	padding: 30px 0 35px;
}
}

.bottom-shop-container{
	max-width: 960px;
	margin: 0 auto 70px;
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (max-width: 959px) {
.bottom-shop-container{

	padding-left: 10px;
	padding-right: 10px;
}

}

.bottom-shop .img-box::after{
  clear: both;
  content: "";
  display: block;

}

.bottom-shop .img-box .img-area{
	float: right;
	max-width: 390px;
}

@media screen and (max-width: 959px) {
  .bottom-shop .img-box .img-area{
	float: none;
	max-width: 47vw;
        text-align: center;
	margin: 30px auto 15px;
}
}

.bottom-shop .img-box .txt-area{
	float: left;
	max-width: 510px;
}

@media screen and (max-width: 959px) {
	.bottom-shop .img-box .txt-area{
	float: none;
	max-width: 100%;
	}
}

.bottom-shop .img-box .txt-area h2._pc{
	line-height: 1;
	margin: 55px 0 40px;
}

.bottom-shop h2._sp{
	display: none;
}

@media screen and (max-width: 959px) {
	.bottom-shop h2._sp{
		display: block;
		margin: 0 0 30px;
		text-align: center;
	}

	.bottom-shop h2._sp img{
		max-width: 68vw;
	}

	.bottom-shop .img-box .txt-area h2._pc{
		display: none;
	}
}

.bottom-shop .img-box .txt-area .ex-list{
	background: #fbf7ba;
	padding: 20px 15px;
	margin:  0 0 25px;
}

.bottom-shop .img-box .txt-area .ex-list p{
	font-size: 1.6rem;
	margin-bottom: 0.5em;
	font-weight: bold;
}

@media screen and (max-width: 959px) {
.bottom-shop .img-box .txt-area .ex-list{
	background: #fbf7ba;
	padding: 10px 12px;
	margin:  0 0 20px;
}

.bottom-shop .img-box .txt-area .ex-list p{
	font-size: 1.1rem;
	margin-bottom: 0.5em;
}
}

.bottom-shop .img-box .txt-area .ex-list p:last-child{
	margin-bottom: 0;
}

.bottom-shop .img-box .txt-area .ex-txt{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.9;
}

@media screen and (max-width: 959px) {
	.bottom-shop .img-box .txt-area .ex-txt{
	font-size: 1.3rem;
	line-height: 1.7;
}
}

.shop-detail-btn{
	text-align: center;
	margin: 75px 0 55px;
}

.shop-detail-btn a{
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1;
	padding: 40px 80px;
	background: #8b1710;
	border-radius: 50px;
	display: inline-block;
	color: #fff;
}

@media screen and (max-width: 959px) {
	.shop-detail-btn{
		text-align: center;
		margin: 25px 0 25px;
	}

	.shop-detail-btn a{
		font-size: 1.3rem;
		padding: 20px 40px;
		border-radius: 50px;
	}
}

.bottom-txt-link{
	text-align: center;
}

.bottom-txt-link a{
	color: #02159d;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.8rem;
}


@media screen and (max-width: 959px) {
	.bottom-txt-link a{
		font-size: 1.3rem;
	}
}

.bg-heading02{
	margin-top: -47px;
	background: url(../img/bg_heading02.png) center top no-repeat;
	background-size: cover;
}

@media screen and (max-width: 959px) {
	.bg-heading02{
		margin-top: -10px;
	}
}

.questionnaire_area{
  width: 100%;
  position: fixed;
  bottom:0px;
  background-color: #ECECEC;
  height: 120px;
  padding: 20px 0;
  opacity: 0.9;
}

.questionnaire_btn {
  display: block;
  width: 90%;
  max-width: 400px;
  background-color: #FF5900;
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px;
  line-height: 1;
  transition: all 0.2s 0s ease;
  text-align: center;
}

.questionnaire_btn img{
  max-width: 280px;
}

.questionnaire_btn:hover {
  background-color: #FF3D00;
  border-radius: 0px;
  transition: 1s:
}
