@charset "UTF-8";
/*変数*/
/*@mixin */
/*ブレイクポイント */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
}

/*paddingによる幅を無くします*/
* {
  -webkit-box-sizing: border-box;
  -mos-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #2a2a2a;
  font-family: 'Nunito', 'vdl-admin', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 auto;
  min-height: 800px;
  min-width: 320px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

@media (min-width: 768px) {
  body {
    background-size: 100%;
  }
}

::-moz-selection {
  background: #fff;
  color: #fff;
}

::selection {
  background: #fff;
  color: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, strong, th {
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #2a2a2a;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

p {
  /*android版クローム　フォントサイズが大きくなる不具合対策*/
  max-height: 999999px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------
common
--------------------------------------*/
/*文字サイズ*/
.fs_sss {
  font-size: 0.5em;
}

.fs_ss {
  font-size: 0.7em;
}

.fs_s {
  font-size: 0.8em;
}

.fs_l {
  font-size: 1.5em;
}

.fs_ll {
  font-size: 1.8em;
}

/* マージン */
.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.pb_20 {
  padding-bottom: 20px;
}

/* text */
.left {
  text-align: left;
}

/* ボーダー */
.dotted {
  border-bottom: 1px dotted #fff;
}

/*スクロールバー非表示*/
.no-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scroll::-webkit-scrollbar {
  display: none;
}

/*トップページ下部アニメーション*/
.link_act_01 {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.link_act_01:hover {
  opacity: 0.7;
}

.link_act_02 {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link_act_02:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*共通のボタン*/
@-webkit-keyframes stripe-slide {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes stripe-slide {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.common_btn .btn {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 0 11px;
  font-size: calc(2rem + ((1vw - 0.32rem) * 1.1364));
  background-color: #fff;
  color: #9bb47a;
  border: 2px solid #9bb47a;
  border-radius: 6px;
  width: 100%;
  max-width: 250px;
  margin: 20px auto 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media (min-width: 768px) {
  .common_btn .btn {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  .common_btn .btn {
    font-size: 2.6rem;
  }
}

.common_btn .btn--stripe {
  overflow: hidden;
  position: relative;
}

.common_btn .btn--stripe:after {
  content: '';
  display: block;
  height: 7px;
  width: 100%;
  background-image: repeating-linear-gradient(-45deg, #9bb47a, #9bb47a 1px, transparent 2px, transparent 5px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 1px solid #9bb47a;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: 7px 7px;
}

.common_btn .btn--stripe:hover {
  background-color: #9bb47a;
  color: #fff;
}

.common_btn .btn--stripe:hover:after {
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
  -webkit-animation: stripe-slide 12s infinite linear forwards;
          animation: stripe-slide 12s infinite linear forwards;
}

.common_btn .btn--large {
  width: 50%;
}

.common_btn .btn--radius {
  border-radius: 36px;
}

.inner {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
}

@media (min-width: 768px) {
  .other_page {
    padding: 60px 0 !important;
  }
}

.other_page .inner {
  width: 100%;
  max-width: 800px;
  margin-bottom: 40px;
  padding: 0 10px;
}

/*リンクの下部*/
.subtitle_01 {
  position: relative;
  margin: 0 -10px 0;
  background: #b9b789;
  font-size: 2rem;
  color: #fff;
}

.subtitle_01:before, .subtitle_01:after {
  position: absolute;
  content: '';
}

.subtitle_01:before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #828046;
  border-left: 10px solid transparent;
}

.subtitle_01:after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #828046;
  border-right: 10px solid transparent;
}

.table_02 {
  width: 100%;
  margin: auto;
  border-spacing: 0;
  text-align: left;
  table-layout: fixed;
  color: #787878;
  border: 1px solid #B4B4B5;
}

.table_02 th, .table_02 td {
  display: block;
  font-size: 1.4rem;
}

.table_02 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #B4B4B5;
}

.table_02 tr:last-child {
  border-bottom: none;
}

.table_02 th {
  width: 100%;
  vertical-align: top;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #b19d62;
  padding: 5px 0;
  border-right: 1px solid #B4B4B5;
}

.table_02 td {
  width: 100%;
  margin: auto;
  text-align: center;
  color: #fff;
}

.atten_01 {
  color: #d99191;
}

.atten_02 {
  color: #b4c0ef;
}

.sp {
  display: block;
}


@media (min-width: 1024px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}

@media (min-width: 1024px) {
  .pc {
    display: block;
  }
}

.table_01 {
  width: 100%;
  font-size: calc(1.8rem + ((1vw - 0.32rem) * 1.0909));
  margin-bottom: 30px;
  border-collapse: separate;
}

@media (min-width: 768px) {
  .table_01 {
    font-size: 3rem;
  }
}

.table_01:last-of-type {
  margin-bottom: 0;
}

.table_01 tr {
  margin-bottom: 20px;
}

.table_01 tr td {
  text-align: right;
  vertical-align: bottom;
  width: 33.333%;
  line-height: 1.2;
  padding: 20px 5px 0;
  text-align: center;
  border-bottom: 1px solid #b5cac3;
}

.table_01 tr:first-of-type td {
  padding-top: 0;
}

/* ------------------
セラピスト部分
--------------------*/
.cast_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cast_box li {
  vertical-align: top;
  width: 31.3%;
  margin: 0 1% 2%;
  height: auto;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.8px;
  background: white;
  position: relative;
  border: 2px solid #b5cac3;
}

@media (min-width: 768px) {
  .cast_box li {
    width: calc(100%/3.2);
  }
}

.cast_box li .img_box {
  width: 100%;
  max-width: 330px;
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
}

.cast_box li .img_box img {
  display: block;
}

.cast_box li .img_box .icon_new {
  position: absolute;
  bottom: 2px;
  left: 2px;
}

.cast_box li .img_box .icon_new img {
  width: 26px;
}

@media (min-width: 375px) {
  .cast_box li .img_box .icon_new img {
    width: 32px;
  }
}

@media (min-width: 560px) {
  .cast_box li .img_box .icon_new img {
    width: 50px;
  }
}

@media (min-width: 768px) {
  .cast_box li .img_box .icon_new img {
    width: 60px;
  }
}

.cast_box li .img_box .icon_box {
  position: absolute;
  bottom: 2px;
  right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cast_box li .img_box .icon_box .icon_premier img {
  width: 26px;
}

@media (min-width: 375px) {
  .cast_box li .img_box .icon_box .icon_premier img {
    width: 32px;
  }
}

@media (min-width: 560px) {
  .cast_box li .img_box .icon_box .icon_premier img {
    width: 50px;
  }
}

@media (min-width: 768px) {
  .cast_box li .img_box .icon_box .icon_premier img {
    width: 60px;
  }
}

.cast_box li .img_box .icon_box .icon_experience img {
  width: 26px;
  margin-left: 2px;
}

@media (min-width: 375px) {
  .cast_box li .img_box .icon_box .icon_experience img {
    width: 32px;
  }
}

@media (min-width: 560px) {
  .cast_box li .img_box .icon_box .icon_experience img {
    width: 50px;
  }
}

@media (min-width: 768px) {
  .cast_box li .img_box .icon_box .icon_experience img {
    width: 60px;
  }
}

.therapist_box .txt_box {
  width: 100%;
}

.therapist_box .txt_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 100%;
}

.therapist_box .txt_box dl dd {
  color: #2a2a2a;
  font-size: calc(1.2rem + ((1vw - 0.32rem) * 0.7273));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}

.therapist_box .txt_box dl dd span {
  font-size: .8em;
}

.therapist_box .txt_box dl .schedule_time {
  background: #b5cac3;
  color: #fff;
  padding: 3px 5px;
  border-radius: 30px;
  margin-bottom: 5px;
  width: 90%;
}

.therapist_box .txt_box dl .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
}

@media (min-width: 768px) {
  .therapist_box .txt_box dl .check {
    width: 60%;
  }
}

.therapist_box .txt_box dl .check img {
  width: 48%;
}

.therapist_box .txt_box dl .check img:nth-of-type(3), .therapist_box .txt_box dl .check img:nth-of-type(4) {
  margin-top: 5px;
}

/*ランクアイコン*/
.rank_icon_01 img{
  max-width: 240px;
  width: 90%;
}
.rank_icon_02 img {
  max-width: 190px;
  width: 90%;
}
.rank_icon_03 img {
  max-width: 150px;
  width: 90%;
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
main {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
}

/*--------------------------------------
ヘッダー
--------------------------------------*/
header #navArea {
  position: fixed;
  z-index: 10;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px #00000030;
          box-shadow: 0 2px 10px #00000030;
  /*　ハンバーガーボタン　*/
}

@media (min-width: 1024px) {
  header #navArea {
    display: none;
  }
}

header #navArea .header_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

header #navArea .header_contents h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header #navArea .header_contents h1 a img {
  height: 60px;
  padding-left: 10px;
}

header #navArea .header_contents > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  margin-right: 70px;
}

header #navArea .header_contents > ul li {
  margin-right: 5px;
  line-height: .5;
}

header #navArea .header_contents > ul li a {
  color: #9bb47a;
  border: 2px solid #9bb47a;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header #navArea .header_contents > ul li a i {
  font-size: 2.8em;
}

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

header #navArea .drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(100vw, 0);
          transform: translate(100vw, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-transition: width 475ms ease-out, border-radius .8s .1s ease, -webkit-transform 450ms ease;
  transition: width 475ms ease-out, border-radius .8s .1s ease, -webkit-transform 450ms ease;
  transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
  transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease, -webkit-transform 450ms ease;
  border-bottom-left-radius: 100vw;
  background-color: #ebf2f1;
  background-color: rgba(230, 239, 237, 0.8);
}

header #navArea .drawer-list ul {
  width: 80%;
  margin: auto;
  padding: 20px;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
}

@media (min-width: 375px) {
  header #navArea .drawer-list ul {
    width: 70%;
  }
}

@media (min-width: 560px) {
  header #navArea .drawer-list ul {
    width: 50%;
  }
}

header #navArea .drawer-list li {
  list-style: none;
  -webkit-filter: drop-shadow(10px 10px 10px #e6efed);
          filter: drop-shadow(10px 10px 10px #e6efed);
  pointer-events: auto;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translatex(100vw);
          transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  width: 50%;
}

header #navArea .drawer-list li .nav {
  text-decoration: none;
  color: #2a2a2a;
  text-align: center;
  display: block;
  margin: 1rem;
  font-size: calc(1.6rem + ((1vw - 3.2px) * 0.4545));
  position: relative;
}

header #navArea .drawer-list li .nav::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #637d75;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

header #navArea .drawer-list li .nav:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

header #navArea .drawer-list .tel, header #navArea .drawer-list .open {
  width: 100%;
  font-size: calc(1.6rem + ((1vw - 3.2px) * 0.4545));
  color: #637d75;
}

header #navArea .drawer-list .tel span, header #navArea .drawer-list .open span {
  font-size: .8em;
}

header #navArea .drawer-list .tel {
  border: 2px solid #637d75;
  margin-bottom: 10px;
  border-radius: 50px;
}

header #navArea .drawer-list .tel a {
  color: #637d75;
  border-radius: 50px;
  width: 100%;
  display: block;
  padding: 5px;
}

header #navArea .drawer-list .tel a:hover {
  cursor: pointer;
  color: #fff;
  background: #637d75;
}

header #navArea .drawer-list .line {
  width: 100%;
  line-height: 1;
}

header #navArea .drawer-list .line a {
  padding: 0;
  margin: 0;
  padding-right: 0 !important;
  display: inline-block;
}

header #navArea .drawer-list .line a i {
  color: #637d75;
  font-size: 3.6em;
}

header #navArea input.hamburger {
  display: none;
}

header #navArea input.hamburger:checked ~ .drawer-list {
  -webkit-transform: translatex(0);
          transform: translatex(0);
  border-bottom-left-radius: 0;
}

header #navArea input.hamburger:checked ~ .drawer-list li {
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  -webkit-transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  -webkit-transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  -webkit-transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  -webkit-transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  -webkit-transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  -webkit-transition: -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  -webkit-transition: -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  -webkit-transition: -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  -webkit-transition: -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  -webkit-transition: -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  -webkit-transition: -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  -webkit-transition: -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  -webkit-transition: -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  -webkit-transition: -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  -webkit-transition: -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  -webkit-transition: -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  -webkit-transition: -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  -webkit-transition: -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  -webkit-transition: -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  -webkit-transition: -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  -webkit-transition: -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  -webkit-transition: -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  -webkit-transition: -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  -webkit-transition: -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  -webkit-transition: -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  -webkit-transition: -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  -webkit-transition: -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  -webkit-transition: -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  -webkit-transition: -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  -webkit-transition: -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  -webkit-transition: -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  -webkit-transition: -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  -webkit-transition: -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  -webkit-transition: -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  -webkit-transition: -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  -webkit-transition: -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  -webkit-transition: -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  -webkit-transition: -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  -webkit-transition: -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  -webkit-transition: -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  -webkit-transition: -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  -webkit-transition: -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  -webkit-transition: -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  -webkit-transition: -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  -webkit-transition: -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  -webkit-transition: -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  -webkit-transition: -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  -webkit-transition: -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  -webkit-transition: -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  -webkit-transition: -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

header #navArea input.hamburger:checked ~ label > i {
  background-color: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header #navArea input.hamburger:checked ~ label > i:before {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}

header #navArea input.hamburger:checked ~ label > i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-315deg);
          transform: translate(-50%, -50%) rotate(-315deg);
}

header #navArea input.hamburger:checked ~ label close {
  color: #2a2a2a;
  width: 100%;
}

header #navArea input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

header #navArea label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  margin-right: 40px;
}

header #navArea label.hamburger:hover {
  cursor: pointer;
}

header #navArea label.hamburger text close,
header #navArea label.hamburger text open {
  font-size: .8em;
  align-text: center;
  position: absolute;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  -webkit-transition: width .25s .35s, color .45s .35s;
  transition: width .25s .35s, color .45s .35s;
  line-height: 1;
  letter-spacing: 1px;
}

header #navArea label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

header #navArea label.hamburger text open {
  color: #2a2a2a;
  width: 100%;
}

header #navArea label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  background-color: #2a2a2a;
  pointer-events: auto;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

header #navArea label.hamburger > i:before, header #navArea label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  left: 50%;
  background-color: #2a2a2a;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

header #navArea label.hamburger > i:before {
  -webkit-transform: translate(-50%, -14px);
          transform: translate(-50%, -14px);
}

header #navArea label.hamburger > i:after {
  -webkit-transform: translate(-50%, 14px);
          transform: translate(-50%, 14px);
}

header #navArea label.hamburger {
  position: absolute;
  top: 0;
  right: 0;
}

.pc_nav {
  position: relative;
}

@media (min-width: 1024px) {
  .pc_nav {
    position: fixed;
    width: 100%;
    z-index: 4;
    display: block;
    -webkit-box-shadow: 0 2px 10px #00000030;
            box-shadow: 0 2px 10px #00000030;
  }
  .pc_nav > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    padding: 30px 20px;
    position: initial;
    color: #333;
    text-shadow: 0 0 2px white;
    background: #fff;
    z-index: 1;
  }
  .pc_nav > div .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .pc_nav > div .nav_list li {
    font-size: 1.3rem;
    letter-spacing: 1px;
    width: 10%;
  }
  .pc_nav > div .nav_list li:last-of-type {
    margin-right: 0;
  }
  .pc_nav > div .nav_list li img {
    width: 110px;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pc_nav > div .nav_list li a {
    display: block;
    width: 100%;
    color: #2a2a2a;
    line-height: 1.5;
  }
  .pc_nav > div .nav_list li a span {
    font-size: .5em;
  }
  .pc_nav > div .nav_list li a:hover {
    opacity: .4;
  }
  .pc_nav > div .nav_list .logo:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 150px;
    height: 200px;
    border-radius: 100%;
    top: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-box-shadow: 0 2px 10px #00000030;
            box-shadow: 0 2px 10px #00000030;
  }
}

/*---------------------------
パンくず
----------------------------*/
.pankuzu ul {
  margin: 0 auto 20px;
  background: #b09b7e;
  font-size: 1.4rem;
}

@media (min-width: 560px) {
  .pankuzu ul {
    font-size: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .pankuzu ul {
    margin-bottom: 30px;
  }
}

.pankuzu ul li {
  display: inline-block;
  list-style-type: none;
  color: #fff;
  letter-spacing: 2px;
}

.pankuzu ul li a {
  color: #fff;
}

.pankuzu ul li a:after {
  content: " > ";
}

/*--------------------------------------
フッター
--------------------------------------*/

footer .inner {
  padding: 0;
  max-width: 100%;
  padding: 0 10px;
}

footer .inner .footer_area {
  position: relative;
  font-size: 1.6rem;
}

@media (min-width: 1024px) {
  footer .inner .footer_area {
    padding: 1%;
  }
}

footer .inner .footer_area .info.footer_info {
  position: relative;
  width: 100%;
}

footer .inner .footer_area .info.footer_info .info_box {
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  margin: 0 auto;
  padding: 5px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  footer .inner .footer_area .info.footer_info .info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
}

footer .inner .footer_area .info.footer_info .info_box li {
  width: 100%;
  max-width: 340px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  font-size: calc(2rem + ((1vw - 0.32rem) * 1.1364));
}

@media (min-width: 1024px) {
  footer .inner .footer_area .info.footer_info .info_box li {
    font-size: 3rem;
  }
}

footer .inner .footer_area .info.footer_info .info_box li a {
  color: #2a2a2a;
  display: block;
}

footer .inner .footer_area .info.footer_info .info_box li span {
  font-size: .8em;
}

@media (min-width: 1024px) {
  footer .inner .footer_area .footer_logo {
    margin-bottom: 30px;
  }
}

footer .inner .footer_area .footer_logo .logo {
  max-width: 255px;
  width: 60%;
}

@media (min-width: 768px) {
  footer .inner .footer_area .footer_logo .logo {
    max-width: 300px;
  }
}

footer .inner .footer_area .aroma_tsushin_box {
  max-width: 1000px;
  margin: auto;
}

@media (min-width: 1024px) {
  footer .inner .footer_area .aroma_tsushin_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

footer .inner .footer_area .aroma_tsushin_box .aroma_tsushin {
  width: 80%;
  height: 80%;
  max-width: 468px;
  max-height: 60px;
  display: block;
  margin: 0 auto 20px;
}

@media (min-width: 1024px) {
  footer .inner .footer_area .aroma_tsushin_box .aroma_tsushin {
    width: 100%;
    height: 100%;
  }
}

footer .inner .footer_area a:hover {
  opacity: .4;
}

footer .footer_nav {
  display: none;
}

@media (min-width: 1024px) {
  footer .footer_nav {
    display: block;
    max-width: 1000px;
    margin: auto;
  }
  footer .footer_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: auto;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  footer .footer_nav ul {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  footer .footer_nav ul li {
    position: relative;
    margin-bottom: 10px;
    z-index: 0;
    letter-spacing: 1px;
    width: calc(100%/6);
  }
  footer .footer_nav ul li a {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    color: #2a2a2a;
  }
}

footer.top {
  margin-bottom: 72%;
}

@media (min-width: 768px) {
  footer.top {
    margin-bottom: 0;
  }
}

/*コピーライト*/
@media (min-width: 768px) {
  .footer_bottom {
    margin-bottom: 0;
  }
}

.footer_bottom .copyright {
  font-size: 1rem;
  text-align: center;
}

.footer_bottom .operation{
  font-size: 1rem;
  text-align: center;
  letter-spacing: .5px;
  justify-content: center;
}

.footer_bottom .operation a {
  color: #2a2a2a;
}

/*SP用追尾ボタン*/
.fotter_btn {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .fotter_btn {
    display: none;
  }
}

.fotter_btn p {
  background-size: contain;
  background: #baefb4;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  line-height: 1.4;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}

.fotter_btn p:nth-of-type(2) {
  background: #efbdb4;
}

.fotter_btn p:nth-of-type(3) {
  background: #b4c7ef;
}

.fotter_btn p a {
  color: #fff;
}

.fotter_btn p a i {
  font-size: 2.8em;
}

.footer_link {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .footer_link {
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: min(100%, 840px);
    margin: 0 auto 20px;
  }
  .footer_link li{
  margin-right: 10px;
  }
}

ul.recruit_link_bnr {
  display: flex;
  width: 100%;
justify-content: center;
  margin: 20px auto 20px;
flex-wrap: wrap;
}
ul.recruit_link_bnr li {
margin: 10px;
max-width: 300px;
}
ul.recruit_link_bnr li img{width: 100%;}

/*---------------------------
メインビジュアル
---------------------------*/
.section_top ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.section_top ul li .logo_main img {
  max-width: 250px;
  width: 70%;
}
.section_top ul li .mainvisual_txt img {
  max-width: 270px;
  width: 100%;
}

@media (min-width: 768px) {
  .section_top ul li .logo_main img {
    max-width: 400px;
    width: 100%;
  }
  .section_top ul li .mainvisual_txt img {
    max-width: 440px;
  }
}

/*---------------------------
メインビジュアル下TEL・OPEN
---------------------------*/
.info.header_info {
  position: relative;
  width: 100%;
}

.info.header_info .info_box {
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  margin: 0 auto;
  padding: 5px;
  border-bottom: 1px solid #2a2a2a;
}

@media (min-width: 768px) {
  .info.header_info .info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
}

.info.header_info .info_box li {
  width: 100%;
  max-width: 340px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  font-size: calc(2rem + ((1vw - 0.32rem) * 1.1364));
}

@media (min-width: 1024px) {
  .info.header_info .info_box li {
    font-size: 3rem;
  }
}

.info.header_info .info_box li a {
  color: #2a2a2a;
  display: block;
}

.info.header_info .info_box li span {
  font-size: .8em;
}

/*---------------------------
ヘッドライン
---------------------------*/
/* ヘッドライン */
.headline {
  width: 100%;
  height: 40px;
  position: relative;
  clear: both;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 560px) {
  .headline {
    height: 40px;
  }
}

.headline ul {
  margin: 0px;
  padding: 0px;
  height: 40px;
  width: 100%;
  border: 3px solid #b5cac3;
}

@media (min-width: 560px) {
  .headline ul {
    height: 40px;
  }
}

.headline ul li {
  width: 100% !important;
  height: 40px;
  line-height: 34px;
  text-align: left;
  color: #2a2a2a;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  background: transparent !important;
  padding-left: 10px;
  z-index: 1 !important;
}

@media (min-width: 375px) {
  .headline ul li {
    font-size: 1.2rem;
  }
}

@media (min-width: 560px) {
  .headline ul li {
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
  }
}

/****************************************
ここからトップページ
****************************************/
/*---------------------------
コンセプト
---------------------------*/
#section_concept {
  padding: 40px 10px 60px;
}

#section_concept img {
  width: 100%;
  display: block;
}

/*---------------------------
イベントバナー
---------------------------*/
#section_event {
  padding: 0 10px 50px;
  position: relative;
  background: transparent;
  height: 100%;
  z-index: 1;
}

@media (min-width: 1024px) {
  #section_event .inner {
    padding: 0;
  }
}

#section_event .inner img {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  display: block;
  margin: auto;
}

.event{
	width: 100%;
	max-width: 800px;
	padding: 0 10px;
	margin: 0 auto;
}
#section_event .event{
	padding: 0;
}
.event .swiper-button-next, .event .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
  z-index: 10;
  width: 30px;
	height: 30px;
	background-color: #c17473;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 10px;
	border-radius: 5px;
}
.swiper-button-next {
  right: 0px;
  left: auto;
}
.swiper-button-prev {
  left: 0px;
  right: : auto;
}


#section_event .inner .swiper-wrapper .event_img img {
  width: 100%;
  height: 100%;
}

#section_event .inner .swiper-wrapper .event_time time {
  background: #b19d62;
  color: #fff;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 1.4rem;
}

#section_event .inner .swiper-wrapper .event_title {
  color: #b19d62;
  font-size: 2rem;
}

/*--------------------------------------
本日の出勤情報
--------------------------------------*/
#section_schedule_today {
  padding: 0 10px 50px;
}

#section_schedule_today h2 {
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

#section_schedule_today h2 img {
  width: 100%;
  max-width: 200px;
  margin: auto;
  display: block;
}

@media (min-width: 560px) {
  #section_schedule_today h2 img {
    max-width: 300px;
  }
}

#section_schedule_today h2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#section_schedule_today .inner {
  margin: 0 auto;
}

/*--------------------------------------
ランキング
--------------------------------------*/
#section_ranking {
  padding: 40px 10px 40px;
  margin-bottom: 50px;
  position: relative;
}

#section_ranking:before {
  background-image: url(../img/bg_ranking.jpg);
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 768px) {
  #section_ranking:before {
    background-size: auto;
  }
}

#section_ranking .inner {
  max-width: 600px;
  margin: auto;
}

#section_ranking .inner h2 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

#section_ranking .inner h2 img {
  width: 100%;
  max-width: 300px;
  margin: auto;
  display: block;
}

@media (min-width: 560px) {
  #section_ranking .inner h2 img {
    max-width: 450px;
  }
}

#section_ranking .inner h2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#section_ranking .inner .monthly_ranking {
  color: #fff;
  background: #d99191;
  font-size: 1.4rem;
  margin-bottom: 60px;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 10px;
}

#section_ranking .inner .swiper-container {
  overflow: visible !important;
}

#section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .img_box {
  width: 60%;
  max-width: 330px;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  border: 2px solid #b5cac3;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 1;
}

#section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .img_box img {
  display: block;
}

#section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_new {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 60px;
}

#section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box {
  position: absolute;
  bottom: 2px;
  right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_premier img {
  width: 26px;
}

@media (min-width: 560px) {
  #section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_premier img {
    width: 50px;
  }
}

@media (min-width: 768px) {
  #section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_premier img {
    width: 60px;
  }
}

#section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_experience img {
  width: 26px;
  margin-left: 2px;
}

@media (min-width: 560px) {
  #section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_experience img {
    width: 50px;
  }
}

@media (min-width: 768px) {
  #section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_experience img {
    width: 60px;
  }
}

#section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .txt_box {
  background: white;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 30px 0 30px 0;
  position: absolute;
  bottom: 0;
}

#section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .txt_box > div {
  width: 32%;
  margin-left: auto;
}

@media (min-width: 768px) {
  #section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .txt_box > div {
    margin-right: 20px;
  }
}

#section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .txt_box > div .icon_ranking img {
  position: absolute;
  top: -30px;
  right: 0;
  width: 50px;
}

@media (min-width: 768px) {
  #section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .txt_box > div .icon_ranking img {
    width: 65px;
    top: -40px;
  }
}

#section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .txt_box > div .rabbits {
  position: absolute;
  top: -104px;
  right: 40px;
  width: 60px;
  -webkit-animation: img_box_9955 3s linear infinite;
          animation: img_box_9955 3s linear infinite;
}

@-webkit-keyframes img_box_9955 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  66.66667% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes img_box_9955 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  66.66667% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (min-width: 560px) {
  #section_ranking .inner .swiper-container li.swiper-slide > a .therapist_box .txt_box > div .rabbits {
    width: 150px;
    top: -258px;
  }
}

.fade::before {
  width: 100% !important;
}

.newface_covergirl {
  /*--------------------------------------
  新人情報
  --------------------------------------*/
  /*--------------------------------------
  ピックアップ
  --------------------------------------*/
}

@media (min-width: 768px) {
  .newface_covergirl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
  }
}

.newface_covergirl #section_newface {
  padding: 0 10px 80px;
  max-width: 500px;
  margin: auto;
}

.newface_covergirl #section_newface .inner h2 {
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

@media (min-width: 560px) {
  .newface_covergirl #section_newface .inner h2 {
    height: 113px;
  }
}

.newface_covergirl #section_newface .inner h2 img {
  width: 100%;
  max-width: 300px;
  margin: auto;
  display: block;
}

@media (min-width: 560px) {
  .newface_covergirl #section_newface .inner h2 img {
    max-width: 400px;
  }
}

.newface_covergirl #section_newface .inner h2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.newface_covergirl #section_newface .inner .swiper-container {
  overflow: visible !important;
}

.newface_covergirl #section_newface .inner .swiper-container li.swiper-slide > a .therapist_box .img_box {
  width: 60%;
  max-width: 330px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  border: 2px solid #b5cac3;
}

.newface_covergirl #section_newface .inner .swiper-container li.swiper-slide > a .therapist_box .img_box img {
  display: block;
}

.newface_covergirl #section_newface .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_new {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 60px;
}

.newface_covergirl #section_newface .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box {
  position: absolute;
  bottom: 2px;
  right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newface_covergirl #section_newface .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_premier img {
  width: 26px;
}

@media (min-width: 560px) {
  .newface_covergirl #section_newface .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_premier img {
    width: 50px;
  }
}

@media (min-width: 768px) {
  .newface_covergirl #section_newface .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_premier img {
    width: 60px;
  }
}

.newface_covergirl #section_newface .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_experience img {
  width: 26px;
  margin-left: 2px;
}

@media (min-width: 560px) {
  .newface_covergirl #section_newface .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_experience img {
    width: 50px;
  }
}

@media (min-width: 768px) {
  .newface_covergirl #section_newface .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_experience img {
    width: 60px;
  }
}

.newface_covergirl #section_newface .inner .swiper-container li.swiper-slide > a .therapist_box .side {
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 50%;
}

.newface_covergirl #section_newface .inner .swiper-container li.swiper-slide > a .therapist_box .side .txt_box {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 10px;
  z-index: 9999;
}

.newface_covergirl #section_newface .inner .swiper-container li.swiper-slide > a .therapist_box .side .rabbits {
  width: 110px;
  display: block;
  -webkit-animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
          animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

@media (min-width: 560px) {
  .newface_covergirl #section_newface .inner .swiper-container li.swiper-slide > a .therapist_box .side .rabbits {
    width: 150px;
  }
}

.newface_covergirl #section_covergirl {
  padding: 0 10px 80px;
  max-width: 500px;
  margin: auto;
}

.newface_covergirl #section_covergirl .inner h2 {
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.newface_covergirl #section_covergirl .inner h2 img {
  width: 100%;
  max-width: 300px;
  margin: auto;
  display: block;
}

@media (min-width: 560px) {
  .newface_covergirl #section_covergirl .inner h2 img {
    max-width: 400px;
  }
}

.newface_covergirl #section_covergirl .inner h2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.newface_covergirl #section_covergirl .inner .swiper-container {
  overflow: visible !important;
}

.newface_covergirl #section_covergirl .inner .swiper-container li.swiper-slide > a .therapist_box .img_box {
  width: 60%;
  max-width: 330px;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  border: 2px solid #b5cac3;
}

.newface_covergirl #section_covergirl .inner .swiper-container li.swiper-slide > a .therapist_box .img_box img {
  display: block;
}

.newface_covergirl #section_covergirl .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_new {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 60px;
}

.newface_covergirl #section_covergirl .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box {
  position: absolute;
  bottom: 2px;
  right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newface_covergirl #section_covergirl .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_premier img {
  width: 26px;
}

@media (min-width: 560px) {
  .newface_covergirl #section_covergirl .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_premier img {
    width: 50px;
  }
}

@media (min-width: 768px) {
  .newface_covergirl #section_covergirl .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_premier img {
    width: 60px;
  }
}

.newface_covergirl #section_covergirl .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_experience img {
  width: 26px;
  margin-left: 2px;
}

@media (min-width: 560px) {
  .newface_covergirl #section_covergirl .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_experience img {
    width: 50px;
  }
}

@media (min-width: 768px) {
  .newface_covergirl #section_covergirl .inner .swiper-container li.swiper-slide > a .therapist_box .img_box .icon_box .icon_experience img {
    width: 60px;
  }
}

.newface_covergirl #section_covergirl .inner .swiper-container li.swiper-slide > a .therapist_box .side {
  position: absolute;
  bottom: -30px;
  right: 0px;
  width: 50%;
}

.newface_covergirl #section_covergirl .inner .swiper-container li.swiper-slide > a .therapist_box .side .txt_box {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 10px;
  z-index: 9999;
}

.newface_covergirl #section_covergirl .inner .swiper-container li.swiper-slide > a .therapist_box .side .rabbits {
  width: 110px;
  display: block;
  margin-left: auto;
  -webkit-animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
          animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

@media (min-width: 560px) {
  .newface_covergirl #section_covergirl .inner .swiper-container li.swiper-slide > a .therapist_box .side .rabbits {
    width: 150px;
  }
}

/*---------------------------
新着情報
---------------------------*/
#section_topics {
  padding: 0 10px 50px;
  margin-bottom: 50px;
  border-top: 10px solid #bcba7b;
  position: relative;
}

#section_topics:before {
  background-image: url(../img/bg_topics.jpg);
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 768px) {
  #section_topics:before {
    background-size: auto;
  }
}

#section_topics .inner h2 {
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

#section_topics .inner h2 img {
  width: 100%;
  max-width: 250px;
  margin: auto;
  display: block;
}

#section_topics .inner h2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#section_topics .inner article {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  border: 1px solid #9bb47a;
  max-width: 800px;
  margin: auto;
  z-index: 1;
  position: relative;
}

#section_topics .inner article time {
  color: #9bb47a;
  padding: 3px 0 10px 10px;
  font-size: 1.4rem;
}

#section_topics .inner article h3 {
  background: #9bb47a;
  color: #fff;
  font-size: 2rem;
  text-align: left;
  padding-left: 10px;
}

#section_topics .inner article .datail {
  padding: 0 10px 10px;
}

#section_topics .inner article .page {
  text-align: center;
  padding-bottom: 10px;
}

#section_topics .inner article .page a {
  color: #9bb47a;
  border: 2px solid #9bb47a;
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 1.6rem;
}

.fade::before {
  width: 100% !important;
}

/*---------------------------
バナー
---------------------------*/
#section_bnr {
  padding: 0 10px 45px;
  width: 100%;
}

#section_bnr .inner .bnr_top .bnr_line img, #section_bnr .inner .bnr_top .bnr_recruit img, #section_bnr .inner .bnr_top .bnr_enquete img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

#section_bnr .inner .bnr_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#section_bnr .inner .bnr_bottom .bnr_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_1, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_4 {
  background-image: url(../images/bg_pattern_01.jpg);
  background-size: cover;
  padding: 15px;
  margin-bottom: 5px;
  width: calc(45.5vmin);
  height: calc(45.5vmin);
  max-width: 250px;
  max-height: 250px;
}

@media (min-width: 768px) {
  #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_1, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_4 {
    margin-bottom: 0;
    max-width: 196.25px;
    max-height: 196.25px;
  }
}

#section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_1 .bnr_system, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_4 .bnr_system {
  background-image: url(../images/bg_system.jpg);
  background-size: cover;
}

#section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_1 .bnr_system:after, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_4 .bnr_system:after {
  content: "";
  background-image: url(../images/ribbon_1.png);
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}

#section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_1 .bnr_contact, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_4 .bnr_contact {
  background-image: url(../images/bg_contact.jpg);
  background-size: cover;
}

#section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_1 .bnr_contact:after, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_4 .bnr_contact:after {
  content: "";
  background-image: url(../images/ribbon_1.png);
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}

#section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_2, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_3 {
  background-image: url(../images/bg_pattern_02.jpg);
  background-size: cover;
  padding: 15px;
  margin-bottom: 5px;
  width: calc(45.5vmin);
  height: calc(45.5vmin);
  max-width: 250px;
  max-height: 250px;
}

@media (min-width: 768px) {
  #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_2, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_3 {
    margin-bottom: 0;
    max-width: 196.25px;
    max-height: 196.25px;
  }
}

#section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_2 .bnr_access, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_3 .bnr_access {
  background-image: url(../images/bg_access.jpg);
  background-size: cover;
}

#section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_2 .bnr_access:after, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_3 .bnr_access:after {
  content: "";
  background-image: url(../images/ribbon_2.png);
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}

#section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_2 .bnr_reserve, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_3 .bnr_reserve {
  background-image: url(../images/bg_reserve.jpg);
  background-size: cover;
}

#section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_2 .bnr_reserve:after, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_3 .bnr_reserve:after {
  content: "";
  background-image: url(../images/ribbon_2.png);
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}

#section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_1, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_2, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_3, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_4 {
  -webkit-transition: .3s;
  transition: .3s;
}

#section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_1:hover, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_2:hover, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_3:hover, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_4:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

#section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_1, #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_3 {
  margin-right: 5px;
}

@media (min-width: 768px) {
  #section_bnr .inner .bnr_bottom .bnr_01 .bnr_box_2 {
    margin-right: 5px;
  }
}

#section_bnr .inner .bnr_bottom .bnr_01 .bnr_contents {
  height: 100%;
  border: 1px solid #2a2a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#section_bnr .inner .bnr_bottom .bnr_01 .bnr_contents h3 {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * 0.7273));
  line-height: 1.3;
}

#section_bnr .inner .bnr_bottom .bnr_01 .bnr_contents h3 span {
  font-size: .5em;
  letter-spacing: 1px;
}

/****************************************
ここから下層ページ
****************************************/
/*---------------------------
TOP以外
---------------------------*/
.page_top_cover {
  height: 200px;
  background-position: 100% 0;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .page_top_cover {
    height: 450px;
  }
}

.page_top_cover .page_title {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .page_top_cover .page_title {
    width: 280px;
    height: 280px;
  }
}

.page_top_cover .page_title h2 {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  .page_top_cover .page_title h2 {
    font-size: 3rem;
  }
}

.page_top_cover .page_title h2 span {
  font-size: .5em;
}

/*---------------------------
セラピスト関連ページ
---------------------------*/
#contents_schedule .page_top_cover {
  background-image: url(../img/subvisual.jpg);
  background-position: 100% 20%;
}

#contents_schedule .schedule_box {
  margin-bottom: 30px;
  position: relative;
}

@media (min-width: 768px) {
  #contents_schedule .schedule_box {
    margin-bottom: 40px;
  }
}

#contents_schedule .schedule_box .ribbon {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
  font-size: 2rem;
  background: #637d75;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}

#contents_schedule .schedule_box .ribbon h3 {
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
  line-height: 46px;
}

#contents_schedule .schedule_box .ribbon h3:before, #contents_schedule .schedule_box .ribbon h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#contents_schedule .schedule_box .ribbon h3:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

#contents_schedule .schedule_box .ribbon h3:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#contents_schedule .schedule_box .schedule_nav {
  width: 100%;
  max-width: 1024px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#contents_schedule .schedule_box .schedule_nav li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 5px 10px;
  width: calc(100%/3);
  position: relative;
}

@media (min-width: 768px) {
  #contents_schedule .schedule_box .schedule_nav li {
    width: calc(100%/8) !important;
    margin: 0 5px;
  }
}

#contents_schedule .schedule_box .schedule_nav li:first-child {
  width: 100%;
}

#contents_schedule .schedule_box .schedule_nav li a {
  font-size: 1.6rem;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding: 5px;
  background: #efbdb4;
  border: 2px dashed #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 3px #efbdb4;
          box-shadow: 0 0 0 3px #efbdb4;
}

#contents_schedule .schedule_box .schedule_nav li a:hover {
  opacity: 0.5;
}

#contents_schedule .schedule_box .schedule_nav li a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

#contents_schedule .schedule_box .schedule_nav li.active a {
  background: #d99191;
  -webkit-box-shadow: 0 0 0 3px #d99191;
          box-shadow: 0 0 0 3px #d99191;
  color: #fff;
}

#contents_cast .page_top_cover {
  background-image: url(../img/subvisual.jpg);
}

/*---------------------------
プロフィールページ
---------------------------*/
#contents_profile .page_top_cover {
  background-image: url(../img/subvisual.jpg);
  background-position: 100%;
}

#contents_profile .ribbon {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
  font-size: 2rem;
  background: #637d75;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}

#contents_profile .ribbon h3 {
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
  line-height: 46px;
}

#contents_profile .ribbon h3:before, #contents_profile .ribbon h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#contents_profile .ribbon h3:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

#contents_profile .ribbon h3:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#contents_profile .ribbon h3:before {
  border-color: transparent transparent transparent #e6efed;
}

#contents_profile .ribbon h3:after {
  border-color: transparent #e6efed transparent transparent;
}

#contents_profile .profile_box {
  display: block;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 768px) {
  #contents_profile .profile_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#contents_profile .profile_box .profile_box_left {
  margin: 0 auto 40px;
  max-width: 480px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#contents_profile .profile_box .profile_box_left .icon_new {
  position: absolute;
  bottom: 2px;
  left: 2px;
}

#contents_profile .profile_box .profile_box_left .icon_new img {
  width: 60px;
}

@media (min-width: 560px) {
  #contents_profile .profile_box .profile_box_left .icon_new img {
    width: 84px;
  }
}

#contents_profile .profile_box .profile_box_left .icon_box {
  position: absolute;
  bottom: 2px;
  right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contents_profile .profile_box .profile_box_left .icon_box .icon_premier img {
  width: 60px;
}

@media (min-width: 560px) {
  #contents_profile .profile_box .profile_box_left .icon_box .icon_premier img {
    width: 84px;
  }
}

#contents_profile .profile_box .profile_box_left .icon_box .icon_experience img {
  width: 60px;
  margin-left: 2px;
}

@media (min-width: 560px) {
  #contents_profile .profile_box .profile_box_left .icon_box .icon_experience img {
    width: 84px;
  }
}

#contents_profile .profile_box .profile_box_left .img_box {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#contents_profile .profile_box .cast_thumb {
  margin: 10px 2px;
}

#contents_profile .profile_box .flex {
  width: 100%;
  background: #e6efed;
  padding: 20px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #contents_profile .profile_box .flex {
    width: 50%;
  }
}

#contents_profile .profile_box .flex .profile_box_right {
  text-align: center;
  background: #fff;
  padding: 20px 0 0;
}

#contents_profile .profile_box .flex .profile_box_right dl dt {
  position: relative;
  margin: 0 -10px 20px;
  background: #b9b789;
  font-size: 2rem;
  color: #fff;
}

#contents_profile .profile_box .flex .profile_box_right dl dt:before, #contents_profile .profile_box .flex .profile_box_right dl dt:after {
  position: absolute;
  content: '';
}

#contents_profile .profile_box .flex .profile_box_right dl dt:before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #828046;
  border-left: 10px solid transparent;
}

#contents_profile .profile_box .flex .profile_box_right dl dt:after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #828046;
  border-right: 10px solid transparent;
}

#contents_profile .profile_box .flex .profile_box_right dl dd {
  font-size: 1.8rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px 20px;
}

#contents_profile .profile_box .flex .profile_box_right dl dd span {
  font-size: .8em;
}

#contents_profile .profile_box .flex .profile_box_right dl .name {
  margin-bottom: 10px;
}

#contents_profile .profile_box .flex .profile_box_right dl .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 40%;
  margin: 0 auto 20px;
}

#contents_profile .profile_box .flex .profile_box_right dl .check img {
  width: 48%;
  height: 48%;
}

#contents_profile .profile_box .flex .profile_box_right dl .check img:nth-of-type(3) {
  margin-top: 5px;
}

#contents_profile .profile_box .flex .profile_box_right dl .check img:nth-of-type(4) {
  margin-top: 5px;
}

#contents_profile .profile_box .flex .profile_box_right dl:nth-of-type(3) dd:nth-of-type(1), #contents_profile .profile_box .flex .profile_box_right dl:nth-of-type(3) dd:nth-of-type(3), #contents_profile .profile_box .flex .profile_box_right dl:nth-of-type(3) dd:nth-of-type(5), #contents_profile .profile_box .flex .profile_box_right dl:nth-of-type(3) dd:nth-of-type(7), #contents_profile .profile_box .flex .profile_box_right dl:nth-of-type(3) dd:nth-of-type(9) {
  background: #e6efed;
}

#contents_profile .profile_box .flex .profile_box_right dl:last-of-type dd {
  padding-bottom: 20px;
  margin-bottom: 0;
}

#contents_profile .profile_box_schedule {
  background: #e6efed;
  padding: 20px;
}

@media (min-width: 768px) {
  #contents_profile .profile_box_schedule {
    width: 50%;
    margin: 0 0 0 auto;
  }
}

#contents_profile .profile_box_schedule .profile_schedule .table_01 {
  font-size: 1.8rem;
}

#contents_profile .profile_box_schedule .profile_schedule .table_01 tr td {
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}

#contents_profile .profile_box_schedule .profile_schedule .table_01 tr td img {
  width: 70px;
  display: block;
  margin: 5px auto 0;
}

#contents_profile .profile_box_schedule .profile_schedule .sch_info {
  font-size: 18px;
}

#contents_profile .profile_box_schedule .profile_schedule .possible_time {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -1px;
  margin-top: 8px;
  height: 50px;
  letter-spacing: 0;
}

#contents_profile .profile_box_schedule .profile_schedule .possible_time .time {
  font-size: 1.8rem;
  line-height: 24px;
  margin: 0 auto;
  max-height: 50px;
  overflow: scroll;
  word-wrap: break-word;
}

/*---------------------------
料金ページ
---------------------------*/
#contents_system .inner .contents{
  margin-bottom: 50px;
}
#contents_system #section_event .inner{
	margin-bottom: 0;
}
#contents_system .other_page .inner .contents h2{
  font-size: 1.8rem;
  color: #d99191;
  border-left: 2px solid;
  text-align: left;
  padding-left: 10px;
}
#contents_system .other_page .inner .contents h3{
  background: #d99191;
  border-radius: 3px;
  color: #fff;
  font-size: 1.5rem;
}
#contents_system .other_page .inner .contents h4{
    font-size: 1.2rem;
    text-align: left;
    padding-left: 18px;
    padding-bottom: 21px;
}
#contents_system .other_page .inner .contents h5{
  border-radius: 1px;
  font-size: 1.4rem;
  border-bottom: dashed 1px #d99191;
  color: #d99191;
  text-align: left;
}
#contents_system .other_page .inner .contents div{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
#contents_system .other_page .inner .contents ul{
  text-align: left;
  font-size: 1.4rem;
  padding: 10px;
}
#contents_system .other_page .inner .contents ul li{
  color: #2a2a2a;
}

#contents_system .other_page .inner .contents .txt{
  background: #fcf6e5;
  padding: 13px;
  margin-bottom: 20px;
}

#contents_system .other_page .inner .contents .txt a{
  font-size: 1.3rem;
}

#contents_system .page_top_cover {
  background-image: url(../img/subvisual.jpg);
  background-position: 0 100%;
}

#contents_system p img {
  display: block;
  margin-bottom: 30px;
}
#contents_system .credit img {
  max-width: 500px;
  margin: 19px auto;
  width: 100%;
}
#contents_system .original {
  padding: 20px;
  border-top: 6px double #c5c4a1;
  border-bottom: 6px double #c5c4a1;
  font-size: 1.4rem;
}

@media (min-width: 560px) {
  #contents_system .original {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  #contents_system .original {
    font-size: 2rem;
  }
}

#contents_system .system_box {
  margin-right: auto;
  margin-left: auto;
}

#contents_system .system_box .ribbon {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
  font-size: 2rem;
  background: #637d75;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}

#contents_system .system_box .ribbon h3 {
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
  line-height: 46px;
}

#contents_system .system_box .ribbon h3:before, #contents_system .system_box .ribbon h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#contents_system .system_box .ribbon h3:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

#contents_system .system_box .ribbon h3:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#contents_system .system_box .ribbon h3:before {
  border-color: transparent transparent transparent #e6efed;
}

#contents_system .system_box .ribbon h3:after {
  border-color: transparent #e6efed transparent transparent;
}

#contents_system .system_box .table_01 {
  margin-bottom: 50px;
}

#contents_system .system_box .table_01:last-of-type {
  margin-bottom: 0;
}

#contents_system .system_box .table_01 .system_table_txt td{
  padding: 10px 5px;
  border: none;
}
#contents_system .system_box .table_01 .system_table_txt td span{
  background-color: #fff;
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
}


#contents_system .letter {
  background: #e6efed;
  margin: 30px auto 30px;
  max-width: 800px;
  min-height: 300px;
  position: relative;
  padding: 20px;
}

#contents_system .flow {
  background: #e6efed;
  padding: 20px;
  margin-bottom: 30px;
}

#contents_system .flow .ribbon {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
  font-size: 2rem;
  background: #637d75;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}

#contents_system .flow .ribbon h3 {
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
  line-height: 46px;
}

#contents_system .flow .ribbon h3:before, #contents_system .flow .ribbon h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#contents_system .flow .ribbon h3:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

#contents_system .flow .ribbon h3:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#contents_system .flow .ribbon h3:before {
  border-color: transparent transparent transparent #e6efed;
}

#contents_system .flow .ribbon h3:after {
  border-color: transparent #e6efed transparent transparent;
}

#contents_system .flow .flow_box {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

#contents_system .flow .flow_box h3 {
  background: #b5cac3;
  border-radius: 30px;
  color: #fff;
  font-size: calc(1.4rem + ((1vw - 0.32rem) * 0.4545));
}

#contents_system .flow .flow_box > div {
  border-left: #b5cac3 1px solid;
  width: 90%;
  margin: auto;
  padding: 20px;
}


@media (min-width: 768px) {
  #contents_system .flow .flow_box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#contents_system .flow .flow_box > div img {
  border-radius: 100%;
  max-width: 150px;
}

#contents_system .flow .flow_box > div p {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * 0.4545));
}

@media (min-width: 768px) {
  #contents_system .flow .flow_box > div p {
    margin-left: 20px;
  }
}

#contents_system .flow .flow_box:last-of-type > div {
  border-left: none;
}

#contents_system .rule h4 {
  color: #d99191;
  text-align: left;
  font-size: 1.4rem;
  position: relative;
  border-left: 2px solid;
  padding-left: 5px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  #contents_system .rule h4 {
    font-size: 1.6rem;
  }
}

#contents_system .rule p {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #contents_system .rule p {
    font-size: 1.4rem;
  }
}

#contents_system .rule ul li {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #contents_system .rule ul li {
    font-size: 1.4rem;
  }
}

#contents_system .rule ul li i {
  color: #d99191;
  font-size: 1.5em;
  vertical-align: -2px;
}
#contents_system .event_bnr_s img{
  width: 100%;
  max-width: 550px;
}

/*---------------------------
アクセス
---------------------------*/
#contents_access .page_top_cover {
  background-image: url(../img/subvisual.jpg);
  background-position: 0;
}

#contents_access .ribbon {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
  font-size: 2rem;
  background: #637d75;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}

#contents_access .ribbon h3 {
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
  line-height: 46px;
}

#contents_access .ribbon h3:before, #contents_access .ribbon h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#contents_access .ribbon h3:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

#contents_access .ribbon h3:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#contents_access .ribbon h3:before {
  border-color: transparent transparent transparent #e6efed;
}

#contents_access .ribbon h3:after {
  border-color: transparent #e6efed transparent transparent;
}

#contents_access .access_box {
  background: #e6efed;
  padding: 20px;
}

#contents_access .access_box .area_box {margin-bottom: 20px;}
#contents_access .access_box .area_box:last-child {margin-bottom: 0;}

#contents_access .access_box ul.parking_box{
  display: block;
  flex-direction: row;
  justify-content: space-around;
}
#contents_access .access_box ul.parking_box li {
  width: calc((100% - 0px ) / 1);
  margin-bottom: 0;
}
#contents_access .access_box .parking {
  max-width: 500px;
  margin:0 auto 40px ;
  position: relative;
}

#contents_access .access_box .parking .tape {
  width: 50%;
  height: 35px;
  margin: -25px auto 0;
  background: rgba(150, 171, 164, 0.5);
  /* テープの色 */
  -webkit-transform: rotate(-3deg) translateX(-50%);
          transform: rotate(-3deg) translateX(-50%);
  opacity: 0.9;
  position: absolute;
  left: 50%;
  z-index: 1;
}

#contents_access .access_box .parking h4 {
  background-image: url(../images/parking.jpg);
  background-size: 110%;
  position: relative;
  text-align: center;
  line-height: 80px;
  font-size: calc(1.8rem + ((1vw - 0.32rem) * 0.7273));
  background-position: -60% 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 10px solid #b7cac5;
  /* 内側の線の太さ・種類・色 */
  margin: 30px 0px 0;
  /* 外側の余白 */
  position: relative;
  z-index: 0;
  border-radius: 20px;
}

#contents_access .access_box .parking h4:before {
  border: 2px solid #96aba4;
  /* 外側の線の太さ・種類・色 */
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  z-index: -1;
  border-radius: 20px;
}

#contents_access .access_box .parking h4 a {
  color: #2a2a2a;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #contents_access .access_box .parking {
    margin: 0 auto 0;
}
  #contents_access .access_box ul.parking_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px;
  }
  #contents_access .access_box ul.parking_box li {
      width: calc((100% - 18px ) / 4);
    }
  #contents_access .access_box .parking h4 {
    line-height: 80px;
  }
  #contents_access .access_box .parking h4 a {
    font-size: 1.6rem;
  }
}
#contents_access .access_box table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  background: #f9f9f9;
}

#contents_access .access_box table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contents_access .access_box table tr:first-of-type th {
  margin-top: 20px;
}

#contents_access .access_box table tr th {
  position: relative;
  margin: 0 -10px 20px;
  background: #b9b789;
  font-size: 2rem;
  color: #fff;
}

#contents_access .access_box table tr th:before, #contents_access .access_box table tr th:after {
  position: absolute;
  content: '';
}

#contents_access .access_box table tr th:before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #828046;
  border-left: 10px solid transparent;
}

#contents_access .access_box table tr th:after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #828046;
  border-right: 10px solid transparent;
}

#contents_access .access_box table tr td {
  font-size: calc(1.2rem + ((1vw - 0.2rem) * 0.7273));
  margin-bottom: 20px;
  padding: 0 10px;
}
#contents_access .access_box table tr td p{
  background-color: #b5cac3;
  color: #fff;
  margin: 0 auto 10px;
  width: 70%;
}
#contents_access .access_box table hr{
  border: 0;
}
#contents_access .access_box table tr td .access_line{
  border-bottom: dotted #b5cac3 1px ;
  width: 70%;
}
#contents_access .access_box table tr td .txt_green{
  color: #637d75;
}

@media (min-width: 768px) {
  #contents_access .access_box table tr td {
    font-size: 1.6rem;
  }
}

#contents_access .access_box table tr td .btn,
#contents_access .access_box table tr td a.btn,
#contents_access .access_box table tr td button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  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;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #fff;
}

#contents_access .access_box table tr td a.btn-border-shadow {
  background: #637d75;
  padding: 10px;
}

#contents_access .access_box table tr td a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid #2a2a2a;
  border-radius: 0.5rem;
}

#contents_access .access_box table tr td a.btn-border-shadow:hover {
  padding: 10px;
}

#contents_access .access_box table tr td a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

#contents_access .access_box table .access_tel span {
  margin-bottom: 10px;
  display: block;
}


#contents_access .access_box .map {
  width: 90%;
  margin: auto;
  position: relative;
  padding-top: 56.25%;
}

#contents_access .access_box .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #contents_access .access_box .map {
    width: 70%;
    position: relative;
    padding-top: 56.25%;
  }
}
/*---------------------------
求人
---------------------------*/
#contents_recruit .page_top_cover {
  background-image: url(../img/subvisual.jpg);
  background-position-y: 100%;
}

#contents_recruit .recruit_bnr_box {
  background: url(../img/bg_recruit.jpg);
  background-size: cover;
  padding: 10px;
  border: 2px solid #efbdb4;
  -webkit-box-shadow: 4px 4px 0 #efbdb4;
          box-shadow: 4px 4px 0 #efbdb4;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contents_recruit .recruit_bnr_box {
    padding: 30px;
  }
}

#contents_recruit .recruit_bnr_box h4 {
  line-height: 1.4;
  display: block;
  top: 0;
  font-size: 2rem;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.8)), color-stop(75%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0));
  padding: 10px;
}

@media (min-width: 560px) {
  #contents_recruit .recruit_bnr_box h4 {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  #contents_recruit .recruit_bnr_box h4 {
    margin-bottom: 30px;
    font-size: 4rem;
  }
}

#contents_recruit .recruit_bnr_box h4 .color_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ef8c7a));
  background: linear-gradient(transparent 60%, #ef8c7a 60%);
  display: inline-block;
  line-height: 1;
}

#contents_recruit .recruit_bnr_box h4 .color {
  color: #ef8c7a;
  font-size: 1.5em;
  font-weight: bold;
}

#contents_recruit .recruit_bnr_box p {
  font-size: 1.4rem;
  -webkit-filter: drop-shadow(10px 10px 10px #efbdb4);
          filter: drop-shadow(10px 10px 10px #efbdb4);
}

@media (min-width: 560px) {
  #contents_recruit .recruit_bnr_box p {
    font-size: 2.4rem;
  }
}

#contents_recruit .recruit_bnr_box > div {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  padding-bottom: 10px;
}

@media (min-width: 375px) {
  #contents_recruit .recruit_bnr_box > div {
    width: 80%;
  }
}

@media (min-width: 768px) {
  #contents_recruit .recruit_bnr_box > div {
    margin-bottom: 30px;
  }
}

#contents_recruit .recruit_bnr_box > div:before, #contents_recruit .recruit_bnr_box > div:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}

#contents_recruit .recruit_bnr_box > div:before {
  border-left: solid 1px #2a2a2a;
  border-top: solid 1px #2a2a2a;
  border-bottom: solid 1px #2a2a2a;
  left: 0;
}

@media (min-width: 768px) {
  #contents_recruit .recruit_bnr_box > div:before {
    border-left: solid 2px #2a2a2a;
    border-top: solid 2px #2a2a2a;
    border-bottom: solid 2px #2a2a2a;
  }
}

#contents_recruit .recruit_bnr_box > div:after {
  content: '';
  border-top: solid 1px #2a2a2a;
  border-right: solid 1px #2a2a2a;
  border-bottom: solid 1px #2a2a2a;
  right: 0;
}

@media (min-width: 768px) {
  #contents_recruit .recruit_bnr_box > div:after {
    border-top: solid 2px #2a2a2a;
    border-right: solid 2px #2a2a2a;
    border-bottom: solid 2px #2a2a2a;
  }
}

#contents_recruit .recruit_bnr_box > div .open {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 1.6rem;
}

@media (min-width: 560px) {
  #contents_recruit .recruit_bnr_box > div .open {
    font-size: 2.6rem;
  }
}

@media (min-width: 768px) {
  #contents_recruit .recruit_bnr_box > div .open {
    font-size: 3.6rem;
  }
}

#contents_recruit .recruit_bnr_box > div .open:before, #contents_recruit .recruit_bnr_box > div .open:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #2a2a2a;
}

@media (min-width: 768px) {
  #contents_recruit .recruit_bnr_box > div .open:before, #contents_recruit .recruit_bnr_box > div .open:after {
    height: 2px;
  }
}

#contents_recruit .recruit_bnr_box > div .open:before {
  left: 0;
}

#contents_recruit .recruit_bnr_box > div .open::after {
  right: 0;
}

#contents_recruit .recruit_bnr_box > div .therapist {
  font-size: 2.4rem;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ef8c7a));
  background: linear-gradient(transparent 60%, #ef8c7a 60%);
  display: inline-block;
  line-height: 1;
}

@media (min-width: 560px) {
  #contents_recruit .recruit_bnr_box > div .therapist {
    font-size: 3.4rem;
  }
}

@media (min-width: 768px) {
  #contents_recruit .recruit_bnr_box > div .therapist {
    font-size: 4.4rem;
  }
}

#contents_recruit .requirements {
  background: #e6efed;
  padding: 20px;
}

#contents_recruit .requirements > div:last-of-type {
  background: #fff;
  padding: 20px 0 0;
}

#contents_recruit .requirements .ribbon {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
  font-size: 2rem;
  background: #637d75;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}

#contents_recruit .requirements .ribbon h3 {
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
  line-height: 46px;
}

#contents_recruit .requirements .ribbon h3:before, #contents_recruit .requirements .ribbon h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#contents_recruit .requirements .ribbon h3:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

#contents_recruit .requirements .ribbon h3:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#contents_recruit .requirements .ribbon h3::before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #e6efed;
  border-style: solid;
}

#contents_recruit .requirements .ribbon h3:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #e6efed transparent transparent;
  border-style: solid;
}

#contents_recruit .requirements dl {
  width: 100%;
}

#contents_recruit .requirements dl dt {
  position: relative;
  margin: 0 -10px 0;
  background: #b9b789;
  font-size: 2rem;
  color: #fff;
}

#contents_recruit .requirements dl dt:before, #contents_recruit .requirements dl dt:after {
  position: absolute;
  content: '';
}

#contents_recruit .requirements dl dt:before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #828046;
  border-left: 10px solid transparent;
}

#contents_recruit .requirements dl dt:after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #828046;
  border-right: 10px solid transparent;
}

#contents_recruit .requirements dl dd {
  text-align: left;
  font-size: 1.4rem;
  padding: 20px;
}

@media (min-width: 768px) {
  #contents_recruit .requirements dl dd {
    font-size: 1.6rem;
  }
}

#contents_recruit .requirements dl dd .diamond {
  color: #a88e41;
}

@media (min-width: 768px) {
  #contents_recruit .requirements dl dd .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#contents_recruit .requirements dl dd .btn_wrap .button {
  display: block;
  padding: 10px 5px;
  background: #efbdb4;
  border: 1px solid #efbdb4;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  max-width: 220px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #contents_recruit .requirements dl dd .btn_wrap .button {
    margin-bottom: 0;
  }
}

#contents_recruit .requirements dl dd .btn_wrap .button:nth-of-type(2) {
  background: #baefb4;
  border: 1px solid #baefb4;
}

#contents_recruit .requirements dl dd .btn_wrap .button:last-of-type {
  background: #b4c7ef;
  border: 1px solid #b4c7ef;
  margin-bottom: 0;
}

#contents_recruit .requirements dl dd .btn_wrap .button:hover {
  -webkit-animation: bounce 2s ease-in-out;
          animation: bounce 2s ease-in-out;
}

@-webkit-keyframes bounce {
  5% {
    -webkit-transform: scale(1.1, 0.8);
            transform: scale(1.1, 0.8);
  }
  10% {
    -webkit-transform: scale(0.8, 1.1) translateY(-5px);
            transform: scale(0.8, 1.1) translateY(-5px);
  }
  15% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes bounce {
  5% {
    -webkit-transform: scale(1.1, 0.8);
            transform: scale(1.1, 0.8);
  }
  10% {
    -webkit-transform: scale(0.8, 1.1) translateY(-5px);
            transform: scale(0.8, 1.1) translateY(-5px);
  }
  15% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

#contents_recruit .requirements .salary p {
  margin-bottom: 10px;
}

#contents_recruit .requirements .salary p span {
  color: #d99191;
  font-size: 1.5em;
}

#contents_recruit .requirements .salary p i {
  color: #d99191;
  font-size: 1.5em;
  vertical-align: -2px;
}

/*---------------------------
フォーム
---------------------------*/
#contents_enquete .page_top_cover {
  background-image: url(../images/subvisual.jpg);
  background-position-y: 50%;
}

#contents_enquete form > p {
  text-align: center;
  font-size: 1.4rem;
}

#contents_reserve .page_top_cover {
  background-image: url(../images/subvisual.jpg);
  background-position-y: 50%;
}

#contents_reserve form > p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.4rem;
}

#contents_reserve form > p span {
  color: #d99191;
  position: relative;
  line-height: 1.4;
  display: block;
}

#contents_form .page_top_cover {
  background-image: url(../images/subvisual.jpg);
  background-position-y: 80%;
}

#contents_entry .ribbon {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
  font-size: 2rem;
  background: #637d75;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}

#contents_entry .ribbon h3 {
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
  line-height: 46px;
}

#contents_entry .ribbon h3:before, #contents_entry .ribbon h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#contents_entry .ribbon h3:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

#contents_entry .ribbon h3:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#contents_entry .ribbon h3::before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #e6efed;
  border-style: solid;
}

#contents_entry .ribbon h3:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #e6efed transparent transparent;
  border-style: solid;
}

#contents_entry label input {
  margin: 0;
  display: none;
}

#contents_entry .select_box {
  margin-bottom: 20px;
}

#contents_entry .question p {
  width: 100%;
  text-align: left;
}

#contents_reserve, #contents_entry, #contents_enquete, #contents_form {
  /* 共通のボタン*/
  /* iOSでのデフォルトスタイルをリセット */
}

#contents_reserve .cp_btn, #contents_entry .cp_btn, #contents_enquete .cp_btn, #contents_form .cp_btn {
  display: block;
  position: relative;
  width: 250px;
  text-align: center;
  border-top: 2px solid #d99191;
  border-bottom: 2px solid #d99191;
  text-decoration: none;
  font-weight: bold;
  color: #d99191;
  margin: auto;
  margin-bottom: 10px;
}

#contents_reserve .cp_btn:before, #contents_reserve .cp_btn:after, #contents_entry .cp_btn:before, #contents_entry .cp_btn:after, #contents_enquete .cp_btn:before, #contents_enquete .cp_btn:after, #contents_form .cp_btn:before, #contents_form .cp_btn:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: calc(100% + 14px);
  background-color: #d99191;
  -webkit-transition: .3s;
  transition: .3s;
}

#contents_reserve .cp_btn:before, #contents_entry .cp_btn:before, #contents_enquete .cp_btn:before, #contents_form .cp_btn:before {
  left: 7px;
}

#contents_reserve .cp_btn:after, #contents_entry .cp_btn:after, #contents_enquete .cp_btn:after, #contents_form .cp_btn:after {
  right: 7px;
}

#contents_reserve .cp_btn input, #contents_entry .cp_btn input, #contents_enquete .cp_btn input, #contents_form .cp_btn input {
  padding: 0.8em;
}

#contents_reserve .cp_btn:hover:before, #contents_entry .cp_btn:hover:before, #contents_enquete .cp_btn:hover:before, #contents_form .cp_btn:hover:before {
  top: 0px;
  left: 0;
  height: 100%;
}

#contents_reserve .cp_btn:hover:after, #contents_entry .cp_btn:hover:after, #contents_enquete .cp_btn:hover:after, #contents_form .cp_btn:hover:after {
  top: 0px;
  right: 0;
  height: 100%;
}

#contents_reserve .finish, #contents_entry .finish, #contents_enquete .finish, #contents_form .finish {
  font-size: 1.4rem;
}

#contents_reserve input[type="submit"],
#contents_reserve input[type="reset"],
#contents_reserve input[type="button"], #contents_entry input[type="submit"],
#contents_entry input[type="reset"],
#contents_entry input[type="button"], #contents_enquete input[type="submit"],
#contents_enquete input[type="reset"],
#contents_enquete input[type="button"], #contents_form input[type="submit"],
#contents_form input[type="reset"],
#contents_form input[type="button"] {
  color: #d99191;
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 1px;
  cursor: pointer;
  background: transparent;
  font-size: 1.4rem;
}

#contents_reserve input[type="submit"]::-webkit-search-decoration,
#contents_reserve input[type="reset"]::-webkit-search-decoration,
#contents_reserve input[type="button"]::-webkit-search-decoration, #contents_entry input[type="submit"]::-webkit-search-decoration,
#contents_entry input[type="reset"]::-webkit-search-decoration,
#contents_entry input[type="button"]::-webkit-search-decoration, #contents_enquete input[type="submit"]::-webkit-search-decoration,
#contents_enquete input[type="reset"]::-webkit-search-decoration,
#contents_enquete input[type="button"]::-webkit-search-decoration, #contents_form input[type="submit"]::-webkit-search-decoration,
#contents_form input[type="reset"]::-webkit-search-decoration,
#contents_form input[type="button"]::-webkit-search-decoration {
  display: none;
}

#contents_reserve input[type="submit"]::focus,
#contents_reserve input[type="reset"]::focus,
#contents_reserve input[type="button"]::focus, #contents_entry input[type="submit"]::focus,
#contents_entry input[type="reset"]::focus,
#contents_entry input[type="button"]::focus, #contents_enquete input[type="submit"]::focus,
#contents_enquete input[type="reset"]::focus,
#contents_enquete input[type="button"]::focus, #contents_form input[type="submit"]::focus,
#contents_form input[type="reset"]::focus,
#contents_form input[type="button"]::focus {
  outline-offset: -2px;
}

#contents_reserve *::-webkit-input-placeholder, #contents_entry *::-webkit-input-placeholder, #contents_enquete *::-webkit-input-placeholder, #contents_form *::-webkit-input-placeholder {
  color: #dedede;
}

#contents_reserve *:-moz-placeholder, #contents_entry *:-moz-placeholder, #contents_enquete *:-moz-placeholder, #contents_form *:-moz-placeholder {
  color: #dedede;
}

#contents_reserve *::-moz-placeholder, #contents_entry *::-moz-placeholder, #contents_enquete *::-moz-placeholder, #contents_form *::-moz-placeholder {
  color: #dedede;
}

#contents_reserve *:-ms-input-placeholder, #contents_entry *:-ms-input-placeholder, #contents_enquete *:-ms-input-placeholder, #contents_form *:-ms-input-placeholder {
  color: #dedede;
}

#contents_reserve input[type="submit"],
#contents_reserve input[type="button"], #contents_entry input[type="submit"],
#contents_entry input[type="button"], #contents_enquete input[type="submit"],
#contents_enquete input[type="button"], #contents_form input[type="submit"],
#contents_form input[type="button"] {
  width: 100%;
}

#contents_reserve input[type="reset"], #contents_entry input[type="reset"], #contents_enquete input[type="reset"], #contents_form input[type="reset"] {
  background: transparent;
  color: #2a2a2a;
  font-size: 1rem;
  padding: 0 0 0 1px;
  line-height: 1;
}

#contents_reserve select, #contents_entry select, #contents_enquete select, #contents_form select {
  border: none;
  outline: none;
  width: 100%;
}

#contents_reserve form, #contents_entry form, #contents_enquete form, #contents_form form {
  background: #e6efed;
  padding: 20px;
}

#contents_reserve form input[type=radio]:checked + .radio-parts, #contents_entry form input[type=radio]:checked + .radio-parts, #contents_enquete form input[type=radio]:checked + .radio-parts, #contents_form form input[type=radio]:checked + .radio-parts {
  background: #d99191;
  color: #fff;
}

#contents_reserve form .card, #contents_entry form .card, #contents_enquete form .card, #contents_form form .card {
  text-align: left;
}

#contents_reserve form .card .radio-parts, #contents_entry form .card .radio-parts, #contents_enquete form .card .radio-parts, #contents_form form .card .radio-parts {
  color: #d99191;
  cursor: pointer;
  position: relative;
  padding: 15px 30px 15px 41px;
  margin-right: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #d99191;
  display: inline-block;
  line-height: 1;
  font-size: 1.2rem;
  border-radius: 10px;
}

#contents_reserve form .card .radio-parts:hover, #contents_entry form .card .radio-parts:hover, #contents_enquete form .card .radio-parts:hover, #contents_form form .card .radio-parts:hover {
  background: rgba(217, 145, 145, 0.3);
}

#contents_reserve form .card .radio-parts:before, #contents_entry form .card .radio-parts:before, #contents_enquete form .card .radio-parts:before, #contents_form form .card .radio-parts:before {
  content: "";
  display: block;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 15px;
  border: 1px solid #d9dbd9;
  position: absolute;
  background: #fff;
}

#contents_reserve form .card .radio-parts:after, #contents_entry form .card .radio-parts:after, #contents_enquete form .card .radio-parts:after, #contents_form form .card .radio-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: .2s;
  transition: .2s;
  display: block;
}

#contents_reserve form .checkbox, #contents_entry form .checkbox, #contents_enquete form .checkbox, #contents_form form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contents_reserve form .checkbox span, #contents_entry form .checkbox span, #contents_enquete form .checkbox span, #contents_form form .checkbox span {
  width: 33.333%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contents_reserve form .checkbox span label, #contents_entry form .checkbox span label, #contents_enquete form .checkbox span label, #contents_form form .checkbox span label {
  text-align: left;
  padding-left: 26px;
  position: relative;
}

#contents_reserve form .checkbox span label input, #contents_entry form .checkbox span label input, #contents_enquete form .checkbox span label input, #contents_form form .checkbox span label input {
  background: transparent;
  border: transparent;
  position: absolute;
  left: 0;
  top: 0;
  display: inline;
  background: #fff;
  padding: 0px 5px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}

#contents_reserve form .checkbox span label input:checked:after, #contents_entry form .checkbox span label input:checked:after, #contents_enquete form .checkbox span label input:checked:after, #contents_form form .checkbox span label input:checked:after {
  visibility: visible;
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  line-height: 1.2;
  text-align: center;
  color: #a88e41;
}

#contents_reserve form .checkbox span label input:after, #contents_entry form .checkbox span label input:after, #contents_enquete form .checkbox span label input:after, #contents_form form .checkbox span label input:after {
  content: "";
  background: #fff;
  border-radius: 4px;
  border: 1px solid #a88e41;
  position: absolute;
  top: 3px;
  height: 15px;
  width: 15px;
}

#contents_reserve form input[type=radio]:checked:checked + .radio-parts::after, #contents_entry form input[type=radio]:checked:checked + .radio-parts::after, #contents_enquete form input[type=radio]:checked:checked + .radio-parts::after, #contents_form form input[type=radio]:checked:checked + .radio-parts::after {
  background: #606060;
}

#contents_reserve form input[type=radio]:checked + .radio:before, #contents_entry form input[type=radio]:checked + .radio:before, #contents_enquete form input[type=radio]:checked + .radio:before, #contents_form form input[type=radio]:checked + .radio:before {
  opacity: 1;
}

#contents_reserve form dl, #contents_entry form dl, #contents_enquete form dl, #contents_form form dl {
  border-bottom: 1px solid #b5cac3;
  padding-bottom: 20px;
}

#contents_reserve form dl:first-of-type dt, #contents_entry form dl:first-of-type dt, #contents_enquete form dl:first-of-type dt, #contents_form form dl:first-of-type dt {
  border-top: none;
  margin-top: 0;
}

#contents_reserve form dl dt, #contents_entry form dl dt, #contents_enquete form dl dt, #contents_form form dl dt {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  font-size: 1.4rem;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 35px;
  line-height: 1.4;
  color: #2a2a2a;
}

#contents_reserve form dl dt:before, #contents_entry form dl dt:before, #contents_enquete form dl dt:before, #contents_form form dl dt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #2a2a2a;
}

@media (min-width: 768px) {
  #contents_reserve form dl dt, #contents_entry form dl dt, #contents_enquete form dl dt, #contents_form form dl dt {
    font-size: 1.6rem;
  }
}

#contents_reserve form dl dt .required, #contents_entry form dl dt .required, #contents_enquete form dl dt .required, #contents_form form dl dt .required {
  display: inline-block;
  background: #f58080;
  color: #fff;
  padding: 2px 5px;
  font-size: 1rem;
  margin-left: 5px;
}

#contents_reserve form dl dd, #contents_entry form dl dd, #contents_enquete form dl dd, #contents_form form dl dd {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contents_reserve form dl dd label, #contents_entry form dl dd label, #contents_enquete form dl dd label, #contents_form form dl dd label {
  cursor: pointer;
  margin-right: 5px;
}

#contents_reserve form dl dd .textbox, #contents_entry form dl dd .textbox, #contents_enquete form dl dd .textbox, #contents_form form dl dd .textbox {
  color: #606060;
  padding: 10px 5px;
  width: 100%;
  font-size: 1.4rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: none;
  background: #fff;
  border: 1px solid #2a2a2a;
}

#contents_reserve form dl dd .select_box, #contents_entry form dl dd .select_box, #contents_enquete form dl dd .select_box, #contents_form form dl dd .select_box {
  width: 100%;
}

#contents_reserve form dl dd .select_box select, #contents_entry form dl dd .select_box select, #contents_enquete form dl dd .select_box select, #contents_form form dl dd .select_box select {
  border: 1px solid #2a2a2a;
  color: #606060;
  padding: 10px 5px;
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  outline: none;
  background-color: #fff;
}

#contents_reserve form dl dd .select_type_box, #contents_entry form dl dd .select_type_box, #contents_enquete form dl dd .select_type_box, #contents_form form dl dd .select_type_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contents_reserve form dl dd .select_type_box .select_box.select_type, #contents_entry form dl dd .select_type_box .select_box.select_type, #contents_enquete form dl dd .select_type_box .select_box.select_type, #contents_form form dl dd .select_type_box .select_box.select_type {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#contents_reserve form dl dd .select_type_box span, #contents_entry form dl dd .select_type_box span, #contents_enquete form dl dd .select_type_box span, #contents_form form dl dd .select_type_box span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  padding: 0 5px;
}

/*---------------------------
リンク
---------------------------*/
#contents_link .page_top_cover {
  background-image: url(../images/subvisual_link.jpg);
  background-position: 100% 70%;
}

#contents_link .inner > div {
  padding: 20px;
  background: #e6efed;
}

#contents_link .inner > div > div {
  background: #fff;
  padding: 20px 0;
}

#contents_link .inner > div > div dl dd {
  padding: 20px 10px;
  font-size: 2rem;
}

@media (min-width: 768px) {
  #contents_link aside {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#contents_link .link_bnr {
  display: none;
}

@media (min-width: 768px) {
  #contents_link .link_bnr {
    display: block;
  }
}

#contents_link .list_link_box {
  font-size: 1.1rem;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #606060;
}

@media (min-width: 768px) {
  #contents_link .list_link_box {
    margin-right: -30px;
    font-size: 1.1rem;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#contents_link .list_link_box li {
  margin: 0 auto 12px;
}

@media (min-width: 768px) {
  #contents_link .list_link_box li {
    margin: 0 20px 12px 0;
  }
}

#contents_link .list_link_box li a {
  color: #606060;
}

/*---------------------------
エラー
---------------------------*/
#contents_err .page_top_cover {
  background-image: url(../images/subvisual_err.jpg);
  background-position: 100% 70%;
}

#contents_err #section_err {
  min-height: 600px;
}

#contents_err #section_err .err_page {
  background: #e6efed;
  text-align: left;
  color: #2a2a2a;
  padding: 20px;
}

#contents_err #section_err #err_title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}

#contents_err #section_err #err_subtitle {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

#contents_err #section_err p {
  font-size: 1.4rem;
}

#contents_err #section_err #err_toplink a {
  position: relative;
  color: #2a2a2a;
  text-decoration: underline;
}

#contents_err #section_err #err_toplink a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin: -8px 0 0 0;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #2a2a2a;
}
/*# sourceMappingURL=style.css.map */