@charset "UTF-8";
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;
  -moz-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: #FFFFFF;
    background-image: url(../images/bg.png);
	background-repeat: repeat;

  color: #606060;
  font-family: 'Times New Roman', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", 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%;
}

::-moz-selection {
  background: #f7f7f7;
  color: #606060;
}

::selection {
  background: #f7f7f7;
  color: #606060;
}

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: #946930;
  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;
}

/*変数*/
/*@mixin */
/*ブレイクポイント */
/*--------------------------------------
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 #606060;
}

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

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

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

.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);
}

/*共通のボタン*/
.common_btn {
  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;
  color: #606060;
  border: 1px solid #8e7838;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem !important;
  cursor: pointer;
  width: 100%;
  max-width: 250px;
}

@media (min-width: 560px) {
  .common_btn {
    font-size: 3rem !important;
    max-width: 300px;
  }
}

.common_btn a {
  display: block;
  color: #606060;
  width: 100%;
  padding: 5px 30px 5px 0;
  text-align: center;
}

.common_btn a:hover {
  background: #8e7838;
  color: #f7f7f7;
}

.common_btn a:hover .thinright:before {
  background: #f7f7f7;
}

.common_btn a:hover .thinright:after {
  border-color: transparent transparent #8e7838 #8e7838;
}

.common_btn a img {
  width: 60%;
}

.common_btn a .thinright {
  position: relative;
}

.common_btn a .thinright:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 30px;
  height: 2px;
  background: #8e7838;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.common_btn a .thinright:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #8e7838 #8e7838;
  -webkit-transform: rotate(-135deg) translateY(70%);
          transform: rotate(-135deg) translateY(70%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
  margin: auto;
}

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

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

/* 小見出し */
.subtitle {
  color: #3b3b3b;
  font-size: 1.8rem;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
  font-weight: bold;
}

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

.subtitle:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 20px;
  height: 4px;
  background-color: #b19d62;
}

/*リンクの下部*/
.subtitle_01 {
  margin: 0 auto;
  background: #8e7838;
  color: #f7f7f7;
  font-size: 1.6rem;
  padding: 2px;
  margin-top: 20px;
}

.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: #f7f7f7;
  background: #b19d62;
  padding: 5px 0;
  border-right: 1px solid #B4B4B5;
}

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

.atten_01 {
  color: #feb5b5;
}

.atten_02 {
  color: #788eff;
}

.sp {
  display: block;
}

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

.pc {
  display: none;
}

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

.twitter_icon {
  position: absolute;
  bottom: 14px;
  right: 0;
  font-size: 1rem;
}

.twitter_icon a {
  background: rgba(0, 172, 238, 0.7);
  padding: 10px;
}

.table_01 {
  width: 100%;
  font-size: 2.4rem;
  margin-bottom: 30px;
  border: 1px solid #d8d8d8;
}

.table_01:nth-of-type(2) {
  margin-bottom: 20px;
}

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

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

.table_01 tr {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}

.table_01 tr:last-of-type {
  border-bottom: none;
}

.table_01 tr td {
  text-align: right;
  vertical-align: bottom;
  /*width: 40%;*/
  line-height: 1.2;
  padding: 5px;
  text-align: center;
}

.table_01 tr td.color {
  background: #8e7838;
  color: #f7f7f7;
}

.supplement {
  font-size: 1.2rem;
  display: block;
  text-align: left;
  margin-bottom: 20px;
  border-bottom: #606060 1px dotted;
  padding-bottom: 20px;
}

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

/* ------------------
セラピスト部分
--------------------*/
.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: 48%;
  margin: 0 1% 2%;
  height: auto;
  font-size: 1.4rem;
  color: #f7f7f7;
  letter-spacing: 0.8px;
  background: rgba(247, 247, 247, 0.8);
  position: relative;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

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

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

.cast_box li .img_box .icon_new {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
}

.therapist_box .txt_box {
  width: 100%;
  margin-bottom: 10px;
}

.therapist_box .txt_box dl {
  margin-top: 4px;
  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;
}

.therapist_box .txt_box dl dd {
  color: #606060;
  font-size: 1.6rem;
  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;
}
.therapist_box .txt_box dl dd.name img{
  width: 55px;
}


@media (min-width: 375px) {
  .therapist_box .txt_box dl dd {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .therapist_box .txt_box dl dd {
    font-size: 1.6rem;
  }
  .therapist_box .txt_box dl dd.name img{
    width: 80px;
  }
}

@media (min-width: 1024px) {
  .therapist_box .txt_box dl dd {
    font-size: 1.5rem;
  }
}

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

.therapist_box .txt_box dl .schedule_time {
  border-top: 1px solid #8e7838;
  color: #8e7838;
  width: 90%;
}

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

/*--------------------------------------
ヘッダー
--------------------------------------*/
header #navArea {
  /* ナビ開いてる時のボタン */
}

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

header #navArea .fixed_box {
  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;
  /*　ハンバーガーボタン　*/
}

header #navArea .fixed_box .hamburger_box {
  background: #8e7838;
  display: block;
  z-index: 3;
  right: 0;
  padding: 8px;
  position: fixed;
  top: 0;
  width: 20%;
}

header #navArea .fixed_box .hamburger_box p {
  position: absolute;
  top: 40px;
  left: 50%;
  color: #f7f7f7;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

header #navArea .fixed_box .hamburger_box .hamburger {
  height: 42px;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header #navArea .fixed_box .hamburger_box .hamburger span {
  display: block;
  position: absolute;
  width: 42px;
  height: 2px;
  background: #f7f7f7;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header #navArea .fixed_box .hamburger_box .hamburger span:nth-child(1) {
  top: 10px;
}

header #navArea .fixed_box .hamburger_box .hamburger span:nth-child(2) {
  top: 20px;
}

header #navArea .fixed_box .hamburger_box .hamburger span:nth-child(3) {
  top: 30px;
}

header #navArea .fixed_box .hamburger_box .hamburger.active span:nth-child(1) {
  top: 20px;
  background: #f7f7f7;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

header #navArea .fixed_box .hamburger_box .hamburger.active span:nth-child(2), header #navArea .fixed_box .hamburger_box .hamburger.active span:nth-child(3) {
  top: 20px;
  background: #f7f7f7;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

header #navArea .fixed_box .header_sp_nav {
  width: 80%;
  position: fixed;
  z-index: 2;
  left: 0;
}

header #navArea .fixed_box .header_sp_nav ul {
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
}

header #navArea .fixed_box .header_sp_nav ul li {
  width: 25%;
  font-size: 1.2rem;
  border-right: 1px solid #8e7838;
}

header #navArea .fixed_box .header_sp_nav ul li:last-of-type {
  border-right: none;
}

header #navArea .fixed_box .header_sp_nav ul li a {
  color: #8e7838;
  display: block;
}

header #navArea .fixed_box .header_sp_nav ul li a i {
  font-size: 1.5em;
}

header #navArea .globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #f7f7f7;
  background: #8e7838;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}

header #navArea .globalMenuSp ul {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header #navArea .globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 30%;
  -webkit-transition: .4s all;
  transition: .4s all;
  font-size: 1.6rem;
}

header #navArea .globalMenuSp ul li a {
  display: block;
  color: #f7f7f7;
  margin-bottom: 40px;
  text-decoration: none;
  border-bottom: 1px solid #f7f7f7;
}

header #navArea .globalMenuSp ul li:first-of-type {
  width: 100%;
}

header #navArea .globalMenuSp ul li:first-of-type a {
  border-bottom: 0;
  margin-bottom: 30px;
}

header #navArea .globalMenuSp ul li:first-of-type a img {
  max-width: 200px;
}

header #navArea .globalMenuSp ul li:last-of-type {
  width: 100%;
}

header #navArea .globalMenuSp ul li:last-of-type a {
  border-bottom: none;
  color: #00ACEE;
  font-size: 4rem;
  margin-bottom: 0;
}

header #navArea .globalMenuSp ul .tel {
  width: 100%;
  font-size: 2rem;
}

header #navArea .globalMenuSp ul .tel a {
  border-bottom: none;
  margin-bottom: 0;
}

header #navArea .globalMenuSp ul .open {
  width: 100%;
  font-size: 2rem;
}

header #navArea .globalMenuSp ul .reception {
  width: 100%;
  font-size: 2rem;
  margin-bottom: 10px;
}

header #navArea .globalMenuSp ul .tel span, header #navArea .globalMenuSp ul .open span, header #navArea .globalMenuSp ul .reception span {
  font-size: .8em;
}

header #navArea .globalMenuSp.active {
  display: block;
  -webkit-animation: show .5s linear 0s;
          animation: show .5s linear 0s;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.pc_nav {
  position: relative;
}

@media (min-width: 1024px) {
  .pc_nav {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 4;
    display: block;
    background: #ece8dc;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  }
  .pc_nav > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    height: 80px;
    margin: auto;
  }
  .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: 72%;
    margin-right: auto;
  }
  .pc_nav > div .nav_list li {
    width: calc(100%/7);
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin: 0 5px;
  }
  .pc_nav > div .nav_list li:nth-of-type(1) {
    padding-top: 10px;
    width: 20%;
  }
  .pc_nav > div .nav_list li img {
    width: 100%;
  }
  .pc_nav > div .nav_list li a {
    display: inline-block;
    width: 100%;
    color: #715A16;
  }
  .pc_nav > div .nav_list li a:hover {
    opacity: .4;
  }
  .pc_nav > div .info_box {
    letter-spacing: 1.5px;
    width: 22%;
    background: #ece8dc;
    padding: 2px 0;
  }
  .pc_nav > div .info_box li {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 1.6rem;
    color: #f7f7f7;
    text-align: left;
    padding-left: 12%;
  }

  .pc_nav > div .info_box li.tel a {
    color: #715A16;
    padding: 3px 0px 3px 0px;
    display: block;
  }
  .pc_nav > div .info_box li.tel a span {
    font-size: 16px;
  }
  .pc_nav > div .info_box li.open span {
    font-size: .8em;
    color: #715A16;
  }
  .pc_nav > div .info_box li.reception span {
    font-size: .8em;
    color: #715A16;
  }
}

@media (min-width: 1150px) {
  .pc_nav > div .info_box li {
    width: 90%;
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 16px;
    color: #715A16;
    text-align: left;
    padding-left: 0;
  }
  .pc_nav > div .info_box li.tel {
    width: 90%;
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-size:16px;
    color: #715A16;
    text-align: left;
    padding-left: 0;
  }
 }

/*---------------------------
パンくず
----------------------------*/
.pankuzu ul {
  background-color: #8e7838;
  margin: 0 auto 20px;

}

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

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

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

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

/*--------------------------------------
フッター
--------------------------------------*/
footer {

  background-position: top;
  background-color: rgba(250,244,227,0.5);
  /*background-image: url(/images/footer_bg.jpg);*/
	    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

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

footer .inner .footer_area {
  position: relative;
  font-size: 1.6rem;
  color: #f7f7f7;

}

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

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

footer .inner .footer_area .info .info_box {
  max-width: 500px;
  font-size: 1.8em;
  letter-spacing: 1.5px;
  margin: 0 auto 20px;
}

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

footer .inner .footer_area .info .info_box li {
  width: 100%;
  display: block;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 1.8rem;
  text-align: center;
  color: #946930;
}

footer .inner .footer_area .info .info_box li.tel {
  width: 100%;
  display: block;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 1.8rem;
  text-align: center;
  color: #946930;
}

@media (min-width: 768px) {
  footer .inner .footer_area .info .info_box li {
    font-size: 2.4rem;
      width: 100%;
  display: block;
  vertical-align: middle;
  line-height: 1.4;
  text-align: left;
  padding-left: 28%;
  color: #946930;
  }
  footer .inner .footer_area .info .info_box li.tel {
    font-size: 2.4rem;
    width: 100%;
  display: block;
  vertical-align: middle;
  line-height: 1.4;
  padding-left: 0%;
  text-align: center;
  color: #946930;
  }
}

footer .inner .footer_area .info .info_box li a {
  color: #946930;
  display: block;
  max-width: 300px;
  margin: auto;
}

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

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

@media (min-width: 768px) {
  footer .inner .footer_area .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 .refle {
  width: 50%;
  height: 50%;
  max-width: 200px;
  max-height: 40px;
  margin-bottom: 30px;
}

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

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

footer .inner .footer_area .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}

footer .inner .footer_area .sns li a {
  color: #606060;
}

footer .inner .footer_area .sns li a i {
  font-size: 3rem;
  padding: 0 5px;
}

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: 0;
    width: calc(100%/9);
    z-index: 0;
    letter-spacing: 1px;
  }
  footer .footer_nav ul li a {
    display: block;
     font-size: 1.6rem;
    text-decoration: none;
	font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
    color: #946930;
  }
}

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

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

/*コピーライト*/
.footer_bottom {
  color: #9A9479;
  background: #E7E3D1;
}

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

.footer_bottom .copyright {
  font-size: 1rem;
  text-align: center;
  font-family: "Times New Roman", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

.footer_bottom .footer_link a {
  color: #606060;
  border-bottom: 1px solid #606060;
}

/*SP用追尾ボタン*/
.fotter_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

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

.fotter_btn p {
  background: linear-gradient(180deg, #8e7838, #c9a539);
  border-radius: 100%;
  padding: 17px 10px;
  border: 2px solid #ccac4c;
  font-size: 1.4rem;
  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);
}

.fotter_btn p a i{
  color:#FFF;
  font-size: 1.5em;
}

.fotter_btn  span{
  color:#FFF;
}


/*---------------------------
メインビジュアル
---------------------------*/
.section_top {
  padding: 0 10px;
  background: #f7f7f7;
}

@media (min-width: 768px) {
  .section_top {
    padding-top: 10px;
  }
}

.section_top ul li {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  height: 55vh;
  background-image: url(../images/mainvisual_01_sp2.jpg);
  background-size: cover;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
  0% {
    opacity: 0;
  }
  /* 始め */
  100% {
    opacity: 1;
  }
  /* 終わり */
}

@keyframes fadeIn {
  /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
  0% {
    opacity: 0;
  }
  /* 始め */
  100% {
    opacity: 1;
  }
  /* 終わり */
}

@media (min-width: 768px) {
  .section_top ul li {
    height: 90vh;
    background-image: url(../images/mainvisual_01_pc.jpg);
    background-position: 0 0;
  }
}

.section_top ul li .logo_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  text-align: right;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .section_top ul li .logo_main {
    padding-right: 40px;
    padding-bottom: 20px;
  }
}

.section_top ul li .logo_main img {
  max-width: 400px;
  width: 80%;
}

@media (min-width: 768px) {
  .section_top ul li .logo_main img {
    max-width: 500px;
  }
}

.section_top ul li .main_text {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100px;
}

@media (min-width: 375px) {
  .section_top ul li .main_text {
    max-width: 120px;
  }
}

@media (min-width: 768px) {
  .section_top ul li .main_text {
    right: 40px;
    max-width: 200px;
  }
}

@media (min-width: 1024px) {
  .section_top ul li .main_text {
    max-width: 250px;
  }
}

.section_top ul li .main_text img {
  width: 100%;
  max-width: 100px;
}

@media (min-width: 375px) {
  .section_top ul li .main_text img {
    max-width: 120px;
  }
}

@media (min-width: 768px) {
  .section_top ul li .main_text img {
    max-width: 200px;
  }
}

@media (min-width: 1024px) {
  .section_top ul li .main_text img {
    max-width: 250px;
  }
}

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

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

.info.header_info .info_box {
  max-width: 800px;
  font-size: 2em;
  letter-spacing: 1.5px;
  margin: 0 auto;
  padding: 10px 10px 8px;
}

@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: 20px 10px 18px;
  }
}

.info.header_info .info_box li {
  width: 80%;
  max-width: 300px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 2.2rem;
}

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

.info.header_info .info_box li.tel a {
  color: #8e7838;
  border: #8e7838 1px solid;
  padding: 5px;
  display: block;
}

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

.info.header_info .info_box li.open span {
  font-size: .8em;
  color: #606060;
}

.info.header_info .info_box li.reception span {
  font-size: .8em;
  color: #606060;
}

/****************************************
ここからトップページ
****************************************/
.event_blog {
  /*---------------------------
イベントバナー
---------------------------*/
  /*--------------------------------------
ブログ
--------------------------------------*/
}

@media (min-width: 1024px) {
  .event_blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.event_blog #section_event {
  padding: 40px 0;
  position: relative;
  background: transparent;
  height: 100%;
  z-index: 1;
  background-image: url(../images/bg_event.jpg);
  background-size: cover;
}

@media (min-width: 1024px) {
  .event_blog #section_event {
    width: 100%;
    padding: 80px 40px 40px;
    height: 650px;
  }
}

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

.event_blog #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: 600px;
}

.event_blog #section_event .inner .swiper-button-next, .event_blog #section_event .inner .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
  width: 27px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.event_blog #section_event .inner .swiper-button-next {
  right: 0;
}

.event_blog #section_event .inner .swiper-button-prev {
  left: 0;
}

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

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

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

.event_blog #section_event .inner .swiper-pagination {
  padding-top: 10px;
  position: static !important;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
}

.event_blog #section_event .inner .swiper-pagination-bullet {
  border-radius: 100%;
  background: #a9a9a9;
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 0 4px;
}

.event_blog #section_event .inner .swiper-pagination-bullet-active {
  border-radius: 100%;
  background: #606060;
  opacity: 1;
}

.event_blog #section_blog {
  background: #f7f7f7;
  padding: 40px 10px;
}

@media (min-width: 1024px) {
  .event_blog #section_blog {
    width: 100%;
    padding: 80px 40px 40px;
   /* height: 650px;*/
  }
}

.event_blog #section_blog .inner {
  background: #ece8dc;
  padding: 0 10px 10px;
  -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: 600px;*/
}

.event_blog #section_blog .inner h2 {
  font-size: 2.8rem;
  line-height: .9;
  letter-spacing: 2.4px;
  color: #3b3b3b;
  position: relative;
  padding: 30px 0;
  margin-bottom: 0;
}

@media (min-width: 560px) {
  .event_blog #section_blog .inner h2 {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  .event_blog #section_blog .inner h2 {
    font-size: 5rem;
  }
}

.event_blog #section_blog .inner #blog {
  background: #f7f7f7;
  overflow: scroll;
  max-height: 350px;
}

@media (min-width: 1024px) {
  .event_blog #section_blog .inner #blog {
    max-height: 370px;
  }
}


.event_blog #section_blog .inner #blog ul li {
  height: 100% !important;
  padding: 0 10px;
}

.event_blog #section_blog .inner #blog ul li:last-of-type a {
  border-bottom: none;
}

.event_blog #section_blog .inner #blog ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px #606060 dotted;
}

@media (min-width: 768px) {
  .event_blog #section_blog .inner #blog ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.event_blog #section_blog .inner #blog ul li a > span {
  width: 100%;
  margin: 20px 0;
}

.event_blog #section_blog .inner #blog ul li a > span p.info_title {
  font-size: 2rem;
  color: #606060;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event_blog #section_blog .inner #blog ul li a > span p.comment {
  color: #606060;
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .event_blog #section_blog .inner #blog ul li a > span p.comment {
    margin-bottom: 0;
  }
}

.event_blog #section_blog .inner #blog ul li a > span p.time {
  color: #f7f7f7;
  font-size: 1.2rem;
  text-align: center;
  background: #8e7838;
  padding: 0 5px;
  width: 100px;
  margin-bottom: 8px;
}

.event_blog #section_blog .inner #blog ul li a p.img {
  display: block;
  margin: 20px auto 20px;
  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;
  font-size: 2rem;
  justify-content: center;
}

@media (min-width: 768px) {
  .event_blog #section_blog .inner #blog ul li a p.img {
  width: 40%;
  height: auto;
  margin-right: 20px;
  }
}

.event_blog #section_blog .inner #blog ul li a p.img img {
  width: 100%;
  max-width: 150px;
  height: auto;
}

@media (min-width: 768px) {
  .event_blog #section_blog .inner #blog ul li a p.img img {
  width: 100%;
  max-width: 175px;
  max-height: 175px;
  height: auto;
  }
}

.aropan_link{
  margin: 20px auto;
}
.aropan_link img{
  max-width: 300px;
  width: 100%;
}
.aropan_link_pc{
  display: none;
}
@media (min-width: 480px) {
  .aropan_link img{
    max-width: 460px;
  }
}
@media (min-width: 1024px) {
  .aropan_link_pc{
    display: block;
  }
}
/*--------------------------------------
本日の出勤情報
--------------------------------------*/
#section_schedule_today {
  position: relative;
}

#section_schedule_today h2 {
  font-size: 2.8rem;
  line-height: .9;
  letter-spacing: 2.4px;
  color: #8e7838;
  position: relative;
  padding: 30px 0;
}

@media (min-width: 560px) {
  #section_schedule_today h2 {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  #section_schedule_today h2 {
    font-size: 5rem;
  }
}

#section_schedule_today .inner {
  margin: 0 auto;
  padding-bottom: 12%;
}

@media (min-width: 768px) {
  #section_schedule_today .inner {
    padding-bottom: 4%;
    padding-top: 2%;
  }
}

.rtime_box {
  background-color: #fff;
  margin-bottom: 30px;
  border: double 4px #EFE2DA;
  padding: 24px 0 20px 0;
}

.rtime_box p{
  font-size: 16px;
  text-align: center;
  line-height: 1.5em;
}
.rtime_box span{
  font-size: 1.2em;
  font-weight: bold;
}

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

/*---------------------------
ツイッター
---------------------------*/
#section_twitter {
  background: #f7f7f7;
  padding: 40px 10px;
}
.btn_more{
  margin-top: 12px;
}

@media (min-width: 768px) {
  #section_twitter {
    padding: 4% 0;
  }
}

#section_twitter .inner {
  background: #efe2da;
  padding: 0 10px 10px;
  -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: 600px;
}

#section_twitter .inner h2 {
  font-size: 2.8rem;
  line-height: .9;
  letter-spacing: 2.4px;
  color: #3b3b3b;
  position: relative;
  padding: 30px 0;
  margin-bottom: 0;
}

@media (min-width: 560px) {
  #section_twitter .inner h2 {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  #section_twitter .inner h2 {
    font-size: 5rem;
  }
}

#section_twitter .inner .twitter_box {
  margin: auto;
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

#section_twitter .inner .twitter_box .shop_twitter {
  margin-bottom: 16px;
}

#section_twitter .inner #twitter-widget-0, #section_twitter .inner #twitter-widget-1 {
  height: 400px !important;
}

.timeline-Widget {
  background-color: transparent !important;
}

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

@media (min-width: 768px) {
  #section_bnr {
    padding: 0 0 4%;
  }
}

#section_bnr .inner {
  background-image: url(../err.html);
  background-size: cover;
  background-position: center;
  max-width: 100%;
  padding: 0;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  #section_bnr .inner {
    margin-bottom: 4%;
  }
}

#section_bnr .inner > div {
  background-color: rgba(247, 247, 247, 0.75);
  padding: 30px 20px;
  width: 100%;
  margin: auto;
  max-width: 1000px;
}

@media (min-width: 768px) {
  #section_bnr .inner > div {
    padding: 50px 0;
  }
}

#section_bnr .inner > div h3 {
  border-bottom: 2px solid #606060;
  font-size: 3.4rem;
  line-height: 1;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 10px;
  text-shadow: 0 0 10px #f7f7f7, 0 0 10px #f7f7f7;
}

@media (min-width: 375px) {
  #section_bnr .inner > div h3 {
    font-size: 4rem;
  }
}

@media (min-width: 560px) {
  #section_bnr .inner > div h3 {
    font-size: 6rem;
  }
}

#section_bnr .inner > div .common_btn {
  margin-top: 10px;
}

@media (min-width: 375px) {
  #section_bnr .inner > div .common_btn {
    font-size: 2.4rem !important;
  }
}

@media (min-width: 560px) {
  #section_bnr .inner > div .common_btn {
    font-size: 3rem !important;
    max-width: 300px;
  }
}



#section_bnr .sister_box {
  max-width: 500px;
  margin: auto;
  justify-content: center;
  display: flex;
  width: 100%;
}

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

#section_bnr .sister_box .sister {
  padding: 0 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #section_bnr .sister_box .sister:first-of-type {
    padding-left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #section_bnr .sister_box .sister:last-of-type {
    padding-right: 0;
  }
}

#section_bnr .sister_box .sister:last-of-type {
  margin-bottom: 0;
}

#section_bnr .sister_box .sister img {
  width: 100%;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

/* == セラピスト募集中バナー == */
#section_bnr .inner a .in_recruit h3{
  border-bottom: 2px solid #606060;
  font-size: 6rem;
  line-height: 1;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 10px;
  color: #606060;
  text-shadow: 0 0 10px #f7f7f7, 0 0 10px #f7f7f7;
  }
#section_bnr .inner a .in_recruit .common_btn{
  margin-top: 10px;
  padding: 5px 30px 5px 3px;
  }
#section_bnr .inner:hover {
  opacity:0.5;
  transition: 0.3s ease-in-out;
}
#section_bnr .inner a .in_recruit {
  max-width: 1000px;
  background: rgba(247,247,247,0.75);
  margin: 0 auto;
  padding: 50px;
}
  .in_recruit .common_btn .thinright {
  position: relative;
}
.in_recruit .common_btn .thinright:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 30px;
  height: 2px;
  background: #606060;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.in_recruit .common_btn .thinright:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #606060 #606060;
  -webkit-transform: rotate(-135deg) translateY(70%);
          transform: rotate(-135deg) translateY(70%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 375px){
  #section_bnr .inner a .in_recruit h3 {
      font-size: 3.4rem;
  }
  #section_bnr .inner a .in_recruit .common_btn {
      font-size: 1.8rem !important;
  }
  #section_bnr .inner a .in_recruit {
      padding: 30px 20px;
  }
}

@media (min-width: 375px){
  #section_bnr .inner a .in_recruit h3 {
      font-size: 4rem;
  }
  #section_bnr .inner a .in_recruit .common_btn {
      font-size: 1.8rem !important;
  }
  #section_bnr .inner a .in_recruit {
      padding: 30px 20px;
  }
}

@media (min-width: 560px){
  #section_bnr .inner a .in_recruit h3 {
      font-size: 5.6rem;
  }
  #section_bnr .inner a .in_recruit .common_btn {
      font-size: 3rem !important;
      max-width: 300px;
  }
}

@media (min-width: 768px){
  #section_bnr .inner a .in_recruit {
      margin-bottom: 4%;
  }
  #section_bnr .inner a .in_recruit {
      padding: 50px 0;
  }
}
/* == //セラピスト募集中バナー == */

/*---------------------------
コンセプト
---------------------------*/
#section_concept {
  background-image: url(../images/bg_concept.jpg);
  background-size: cover;
  background-position: 100% 0;
}

@media (min-width: 768px) {
  #section_concept {
    background-attachment: fixed;
    background-position: 100% 30%;
  }
}

#section_concept .inner {
  padding-bottom: 12%;
}

@media (min-width: 768px) {
  #section_concept .inner {
    padding: 2% 0 4%;
  }
}

#section_concept .inner h2 {
  font-size: 2.8rem;
  line-height: .9;
  letter-spacing: 2.4px;
  color: #3b3b3b;
  position: relative;
  padding: 30px 0;
}

@media (min-width: 560px) {
  #section_concept .inner h2 {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  #section_concept .inner h2 {
    font-size: 5rem;
  }
}

#section_concept .inner .concept_text > p {
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 30px;
  line-height: 2;
  text-shadow: 0 0 10px #f7f7f7, 0 0 10px #f7f7f7;
  font-weight: bold;
}

@media (min-width: 768px) {
  #section_concept .inner .concept_text > p {
    font-size: 1.8rem;
  }
}

#section_concept .inner .concept_text > p:last-of-type {
  margin-bottom: 0;
}

#section_concept .inner .concept_text .concept_message {
  padding: 5px;
  background: rgba(247, 247, 247, 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);
  max-width: 500px;
  margin: 0 auto 40px;
}

#section_concept .inner .concept_text .concept_message > div {
  border: 1px solid #b19d62;
  padding: 20px 10px;
}

#section_concept .inner .concept_text .concept_message > div p {
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: bold;
}

@media (min-width: 375px) {
  #section_concept .inner .concept_text .concept_message > div p {
    font-size: 1.8rem;
  }
}

#section_concept .inner .concept_text .concept_message > div h3 {
  font-size: 5rem;
  line-height: .3;
  color: #b19d62;
  font-weight: bold;
  letter-spacing: 5px;
  max-width: 300px;
  margin: 0px auto 6px;
}

@media (min-width: 375px) {
  #section_concept .inner .concept_text .concept_message > div h3 {
    font-size: 5.6rem;
  }
}

#section_concept .inner .concept_text .concept_message > div h3 span {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-size: .2em;
  letter-spacing: 0;
}

#section_concept .inner .concept_text .concept_message > div h3 span:before, #section_concept .inner .concept_text .concept_message > div h3 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #b19d62;
}

#section_concept .inner .concept_text .concept_message > div h3 span:before {
  left: 0;
}

#section_concept .inner .concept_text .concept_message > div h3 span:after {
  right: 0;
}

/****************************************
ここから下層ページ
****************************************/
/*---------------------------
TOP以外
---------------------------*/
.page_top_cover {
  height: 150px;
  background-position: 100% 0;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -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;
  -webkit-filter: sepia(20%);
          filter: sepia(20%);
}

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

@media (min-width: 1024px) {
  .page_top_cover {
    margin-bottom: none;
  }
}

.page_top_cover .page_title {
  width: 70%;
  max-width: 800px;
  height: 50%;
  max-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(247, 247, 247, 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);
  position: absolute;
  bottom: -50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .page_top_cover .page_title {
    bottom: -33%;
  }
}

.page_top_cover .page_title h2 {
  font-size: 2.4rem;
  padding: 20px 0;
  color: #3b3b3b;
  text-shadow: 0 0 10px #f7f7f7, 0 0 10px #f7f7f7;
  width: 100%;
}

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

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

#contents_schedule .other_page {
  max-width: 800px;
  margin: auto;
}

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

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

#contents_schedule .schedule_box h3 {
  color: #3b3b3b;
  font-size: 2rem;
}

#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;
  flex-grow: 1;
  margin: 0 2px 10px;
  width: 30%;
  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: #606060;
  border: 1px solid #606060;
}

#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: #8e7838;
  color: #f7f7f7;
  border: none;
}

#contents_cast .page_top_cover {
  background-image: url(../images/subvisual_system.jpg);
  -webkit-filter: sepia(30%);
          filter: sepia(30%);
}

#contents_cast .other_page {
  max-width: 800px;
  margin: auto;
}

/*---------------------------
プロフィールページ
---------------------------*/
#contents_profile .page_top_cover {
  background-image: url(../images/subvisual_system.jpg);
}

#contents_profile .other_page {
  position: relative;
}

#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_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_left .icon_new {
  position: absolute;
  top: 0;
  left: 0;
}

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

#contents_profile .profile_box_left .img_box .twitter_icon {
  bottom: 10px;
  font-size: 1.6rem;
}

#contents_profile .profile_box_left .img_box img {
  height: auto;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

#contents_profile .profile_box_left .img_box .icon_platinum {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 3%;
}

#contents_profile .profile_box_left .img_box .icon_platinum img {
  width: 92%;
}

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

#contents_profile .profile_box_right {
  background: rgba(247, 247, 247, 0.8);
  padding: 20px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

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

#contents_profile .profile_box_right .profile_area {
  text-align: left;
  margin-bottom: 20px;
}

#contents_profile .profile_box_right .profile_area dd {
  font-size: 1.8rem;
}

#contents_profile .profile_box_right .profile_area dd.name img {
  width: 80px;
}

#contents_profile .profile_box_right .profile_area dd .icon_twitter {
  width: 30px;
  height: 30px;
}

#contents_profile .profile_box_right .profile_area dd span {
  font-size: .8em;
}

#contents_profile .profile_box_right .profile_area p {
  font-size: 1.8rem;
}

#contents_profile .profile_box_right .profile_area p span {
  font-size: .8em;
}

#contents_profile .profile_box_right .qa {
  font-size: 2rem;
  text-align: left;
}

#contents_profile .profile_box_right .qa dl dt {
  color: #8e7838;
}

#contents_profile .profile_box_right .qa dl dd {
  margin-bottom: 20px;
  border-bottom: 1px solid #c0c0c0;
  font-size: 1.6rem;
}

#contents_profile .profile_box_schedule {
  background: rgba(247, 247, 247, 0.8);
  padding: 20px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

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

#contents_profile .profile_box_schedule .profile_schedule h3 span {
  font-size: 10px;
  letter-spacing: 1px;
  margin-left: 7px;
}

#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;
}

#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 .page_top_cover {
  background-image: url(../images/subvisual_system.jpg);
  background-position: 0;
}

#contents_system .other_page {
  max-width: 800px;
  margin: auto;
  position: relative;
}

#contents_system .other_page .inner:nth-of-type(2) {
  padding: 0;
  margin-bottom: 0;
}

#contents_system .title_system {
  color: #3b3b3b;
  font-size: 1.8rem;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
  font-weight: bold;
}

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

#contents_system .title_system:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 20px;
  height: 4px;
  background-color: #b19d62;
}

#contents_system .system_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: rgba(247, 247, 247, 0.8);
  padding: 20px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

#contents_system .rule {
  background: rgba(247, 247, 247, 0.8);
  padding: 20px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

#contents_system .rule h4 {
  color: #f58080;
  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;
}

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

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

#contents_access h3 {
  color: #3b3b3b;
  font-size: 1.8rem;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
  font-weight: bold;
}

@media (min-width: 768px) {
  #contents_access h3 {
    font-size: 2.4rem;
  }
}

#contents_access h3:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 20px;
  height: 4px;
  background-color: #b19d62;
}

#contents_access .parking_link .parking {
  background-image: url(../images/parking.jpg);
  background-size: cover;
  padding: 20px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  #contents_access .parking_link .parking {
    padding: 50px 20px;
  }
}

#contents_access .parking_link .parking h4 {
  text-align: center;
  font-size: 2rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #f7f7f7), color-stop(75%, #f7f7f7), to(transparent));
  background: linear-gradient(to right, transparent, #f7f7f7 25%, #f7f7f7 75%, transparent);
  padding: 10px 30px 10px 0;
  color: #b19d62;
}

@media (min-width: 768px) {
  #contents_access .parking_link .parking h4 {
    font-size: 4rem;
  }
}

#contents_access .parking_link .parking h4 a {
  color: #b19d62;
}

#contents_access .parking_link .parking h4 .thinright {
  position: relative;
}

#contents_access .parking_link .parking h4 .thinright:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 30px;
  height: 2px;
  background: #b19d62;
}

#contents_access .parking_link .parking h4 .thinright:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #b19d62 #b19d62;
  -webkit-transform: rotate(-135deg) translateY(70%);
          transform: rotate(-135deg) translateY(70%);
}

#contents_access .shop_info {
  font-size: 1.4rem;
  border-bottom: #606060 1px dotted;
  padding-bottom: 20px;
  text-align: left;
}

#contents_access .shop_info:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

#contents_access .shop_info ul li {
  width: 100%;
  max-width: 300px;
  display: block;
}

#contents_access .shop_info ul li a {
  color: #8e7838;
  border-bottom: #8e7838 2px solid;
}

#contents_access .shop_info ul li:first-of-type {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

#contents_access .shop_info ul li:nth-of-type(2) {
  font-size: 2.8rem;
  color: #8e7838;
  display: block;
  text-align: left;
  line-height: 1.5;
}

#contents_access .shop_info ul li:nth-of-type(3) {
  font-size: 2.8rem;
  line-height: 1.5;
}

#contents_access .shop_info ul li:nth-of-type(4) {
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1.5;
}

#contents_access .shop_info ul li span {
  font-size: .6em;
}

#contents_access .shop_info .common_btn {
  font-size: 1.6rem !important;
  margin-top: 20px;
}

#contents_access .other_page {
  max-width: 800px;
  margin: auto;
  padding: 0 10px;
}

#contents_access .other_page .inner {
  background: rgba(247, 247, 247, 0.8);
  padding: 20px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

/*---------------------------
求人
---------------------------*/
#contents_recruit .page_top_cover {
  background-image: url(../images/subvisual_system.jpg);
  background-position: 100% 0;
}

#contents_recruit .other_page {
  max-width: 800px;
  margin: auto;
}

#contents_recruit .other_page .inner .bnr_recruit {
  margin-bottom: 34px;
}

#contents_recruit .other_page .inner .recruit_message {
  padding: 10px;
  background-image: url(../images/bg_recruit_2.jpg);
  background-size: cover;
  background-position: 60% 0;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

#contents_recruit .other_page .inner .recruit_message > div {
  border: 1px solid #b19d62;
  padding: 20px 10px;
  text-shadow: 0 0 10px #f7f7f7, 0 0 10px #f7f7f7;
}

#contents_recruit .other_page .inner .recruit_message > div h3 {
  margin-bottom: 20px;
  font-size: 4rem;
  position: relative;
  color: #606060;
  font-weight: bold;
}

#contents_recruit .other_page .inner .recruit_message > div h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  border-top: double 6px;
  border-bottom: double 6px;
  padding: 10px 0;
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #contents_recruit .other_page .inner .recruit_message > div h4 {
    font-size: 1.8rem;
  }
}

#contents_recruit .other_page .inner .recruit_message > div p {
  font-size: 1.4rem;
  line-height: 2;
  max-width: 600px;
  margin: auto;
}

@media (min-width: 768px) {
  #contents_recruit .other_page .inner .recruit_message > div p {
    font-size: 1.6rem;
  }
}

#contents_recruit .other_page .inner .recruit_message_another {
  background: #b19d62;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

#contents_recruit .other_page .inner .recruit_message_another h5 {
  color: #f7f7f7;
  font-size: 1.8rem;
  margin-bottom: 10px;
  position: relative;
  padding: 0 5px;
  max-width: 280px;
  margin: 0 auto 20px;
}

@media (min-width: 768px) {
  #contents_recruit .other_page .inner .recruit_message_another h5 {
    font-size: 2.6rem;
    max-width: 400px;
  }
}

#contents_recruit .other_page .inner .recruit_message_another h5:before {
  border-left: solid 1px #f7f7f7;
  border-top: solid 1px  #f7f7f7;
  border-bottom: solid 1px  #f7f7f7;
  left: 0;
}

#contents_recruit .other_page .inner .recruit_message_another h5:after {
  border-top: solid 1px #f7f7f7;
  border-right: solid 1px #f7f7f7;
  border-bottom: solid 1px #f7f7f7;
  right: 0;
}

#contents_recruit .other_page .inner .recruit_message_another h5:before, #contents_recruit .other_page .inner .recruit_message_another h5:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}

#contents_recruit .other_page .inner .recruit_message_another > div {
  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_recruit .other_page .inner .recruit_message_another > div p {
  color: #f7f7f7;
  font-size: 3.2rem;
  line-height: 1;
}

@media (min-width: 375px) {
  #contents_recruit .other_page .inner .recruit_message_another > div p {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  #contents_recruit .other_page .inner .recruit_message_another > div p {
    font-size: 5.5rem;
  }
}

#contents_recruit .other_page .inner .recruit_message_another > div p span {
  font-size: 1.5em;
}

#contents_recruit .other_page .inner .recruit_message_another > div .daily {
  line-height: 1.2;
  margin-right: 10px;
  font-size: 2.2rem;
  border: 1px solid #f7f7f7;
  padding: 3px;
}

#contents_recruit .requirements {
  background: rgba(247, 247, 247, 0.8);
  padding: 20px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

#contents_recruit .requirements .yelloline {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(177, 157, 98, 0.5)));
  background: linear-gradient(transparent 60%, rgba(177, 157, 98, 0.5) 60%);
  font-size: 1.2em;
}

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

#contents_recruit .requirements dl dt {
  background: #8e7838;
  color: #f7f7f7;
  font-size: 1.8rem;
}

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

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

#contents_recruit .requirements dl dd .course {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}

#contents_recruit .requirements dl dd .course span {
  color: #b19d62;
}

#contents_recruit .requirements dl dd > .thinbottom {
  position: absolute;
  width: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#contents_recruit .requirements dl dd > .thinbottom:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 6px;
  width: 2px;
  height: 30px;
  background: #606060;
}

#contents_recruit .requirements dl dd > .thinbottom:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #606060 #606060;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#contents_recruit .requirements dl dd .btn04 {
  max-width: 300px;
  text-align: center;
  position: relative;
  display: block;
  padding: 16px 32px;
  background: #f58080;
  border: 2px solid #f58080;
  border-radius: 4px;
  color: #f58080;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-heigt: 1.2em;
  -webkit-transition: .8s;
  transition: .8s;
  margin: auto;
  margin-bottom: 20px;
}

#contents_recruit .requirements dl dd .btn04:nth-of-type(2) {
  background: #96f580;
  border: 2px solid #96f580;
  color: #96f580;
}

#contents_recruit .requirements dl dd .btn04:last-of-type {
  margin-bottom: 0;
  background: #80aef5;
  border: 2px solid #80aef5;
  color: #80aef5;
}

#contents_recruit .requirements dl dd .btn04 > span {
  position: relative;
  z-index: 1;
}

#contents_recruit .requirements dl dd .btn04 > span span {
  font-size: .8em;
}

@media (min-width: 768px) {
  #contents_recruit .requirements dl dd .btn04 > span span br {
    display: none;
  }
}

#contents_recruit .requirements dl dd .btn04::before,
#contents_recruit .requirements dl dd .btn04::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 51%;
  height: 100%;
  background-color: #f7f7f7;
  -webkit-transition: .2s;
  transition: .2s;
}

#contents_recruit .requirements dl dd .btn04::before {
  left: 0;
}

#contents_recruit .requirements dl dd .btn04::after {
  right: 0;
}

#contents_recruit .requirements dl dd .btn04:hover::before,
#contents_recruit .requirements dl dd .btn04:hover::after {
  width: 0;
  background: #f7f7f7;
}

#contents_recruit .requirements dl dd .btn04:hover {
  color: #f7f7f7;
}

#contents_recruit .requirements dl .limited {
  padding: 20px;
  max-width: 400px;
  margin: 60px auto 30px;
  position: relative;
}

#contents_recruit .requirements dl .limited:before, #contents_recruit .requirements dl .limited:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contents_recruit .requirements dl .limited:before {
  top: 0;
  left: 0;
  border-top: 2px solid #776a41;
  border-left: 2px solid #776a41;
}

#contents_recruit .requirements dl .limited:after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #776a41;
  border-right: 2px solid #776a41;
}

#contents_recruit .requirements dl .limited h5 {
  position: relative;
  padding: 0 46px;
  color: #606060;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  margin: auto;
  margin-bottom: 15px;
  max-width: 250px;
}

@media (min-width: 768px) {
  #contents_recruit .requirements dl .limited h5 {
    max-width: 300px;
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}

#contents_recruit .requirements dl .limited h5:before, #contents_recruit .requirements dl .limited h5:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #606060;
}

#contents_recruit .requirements dl .limited h5:before {
  left: 0;
}

#contents_recruit .requirements dl .limited h5:after {
  right: 0;
}

#contents_recruit .requirements dl .limited h6 {
  font-size: 2.4rem;
  color: #776a41;
  text-align: center;
  margin-bottom: 15px;
}

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

#contents_recruit .requirements dl .limited p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

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

#contents_recruit .requirements dl .limited p span {
  color: #b19d62;
}

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

#contents_recruit .requirements dl .simulation_box .simulation {
  border: 2px solid #b19d62;
  padding: 20px 20px 10px;
  background: #f7f7f7;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 768px) {
  #contents_recruit .requirements dl .simulation_box .simulation {
    width: 32%;
  }
}

#contents_recruit .requirements dl .simulation_box .simulation br {
  display: none;
}

@media (min-width: 768px) {
  #contents_recruit .requirements dl .simulation_box .simulation br {
    display: block;
  }
}

#contents_recruit .requirements dl .simulation_box .simulation h4 {
  background: #b19d62;
  border-radius: 30px;
  text-align: center;
  color: #f7f7f7;
  font-size: 1.6rem;
  padding: 5px;
  margin-bottom: 20px;
}

#contents_recruit .requirements dl .simulation_box .simulation p {
  font-size: 2rem;
  text-align: center;
}

#contents_recruit .requirements dl .simulation_box .simulation p:first-of-type {
  margin-bottom: 5px;
}

#contents_recruit .requirements dl .simulation_box .simulation p:last-of-type {
  margin-top: 35px;
  font-size: 2.4em;
  color: #b19d62;
}

#contents_recruit .requirements dl .simulation_box .simulation > .thinbottom {
  position: absolute;
  width: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#contents_recruit .requirements dl .simulation_box .simulation > .thinbottom:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 6px;
  width: 2px;
  height: 30px;
  background: #606060;
}

#contents_recruit .requirements dl .simulation_box .simulation > .thinbottom:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #606060 #606060;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*---------------------------
フォーム
---------------------------*/
#contents_form {
  /* 共通のボタン*/
  /* iOSでのデフォルトスタイルをリセット */
}

#contents_form .common_btn_2 {
  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;
  color: #606060;
  border: 1px solid #606060;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem !important;
  cursor: pointer;
  width: 100%;
  max-width: 250px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#contents_form .common_btn_2 .thinright {
  position: relative;
}

#contents_form .common_btn_2 .thinright:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
  width: 30px;
  height: 2px;
  background: #606060;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#contents_form .common_btn_2 .thinright:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #606060 #606060;
  -webkit-transform: rotate(-135deg) translateY(70%);
          transform: rotate(-135deg) translateY(70%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#contents_form .common_btn_2:hover {
  background: #606060;
  color: #f7f7f7;
}

#contents_form .common_btn_2:hover input {
  color: #f7f7f7;
}

#contents_form .common_btn_2:hover .thinright:before {
  background: #f7f7f7;
}

#contents_form .common_btn_2:hover .thinright:after {
  border-color: transparent transparent #f7f7f7 #f7f7f7;
}

#contents_form .common_btn_2 input {
  display: block;
  color: #606060;
  padding: 5px;
  text-align: center;
  font-size: 1.6rem;
  cursor: pointer;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#contents_form .common_btn_2.btn_left {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#contents_form .common_btn_2.btn_left i {
  position: absolute;
  top: 50%;
  right: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

#contents_form .finish {
  font-size: 1.4rem;
}

#contents_form .btn_finish {
  position: relative;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  background: #2f2f2f;
}

#contents_form .btn_finish input {
  color: #f7f7f7;
  background: #585858;
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  line-height: 45px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
  border: 1px solid;
  -o-border-image: linear-gradient(45deg, #858585, #f7f7f7, #858585);
  border-image: linear-gradient(45deg, #858585, #f7f7f7, #858585);
  border-image-slice: 1;
  background: #2f2f2f;
  max-width: 270px;
  width: 100%;
  font-size: 1.4rem;
  cursor: pointer;
}

#contents_form .btn_finish input:hover {
  border-color: #f7f7f7;
  -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 3px #000;
}

#contents_form .btn_finish i {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

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

#contents_form .other_page {
  max-width: 800px;
  margin: auto;
  position: relative;
  z-index: 2;
}

#contents_form input[type="submit"],
#contents_form input[type="reset"],
#contents_form input[type="button"] {
  color: #606060;
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Libre Baskerville', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 1px;
  cursor: pointer;
  background: transparent;
  font-size: 1.4rem;
}

#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_form input[type="submit"]::focus,
#contents_form input[type="reset"]::focus,
#contents_form input[type="button"]::focus {
  outline-offset: -2px;
}

#contents_form *::-webkit-input-placeholder {
  color: #dedede;
}

#contents_form *:-moz-placeholder {
  color: #dedede;
}

#contents_form *::-moz-placeholder {
  color: #dedede;
}

#contents_form *:-ms-input-placeholder {
  color: #dedede;
}

#contents_form input[type="reset"] {
  background: transparent;
  color: #606060;
  font-size: 1rem;
  padding: 0 0 0 1px;
  line-height: 1;
}

#contents_form select {
  border: none;
  outline: none;
  width: 100%;
}

#contents_form form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

#contents_form form input[type=radio],
#contents_form form input[type=checkbox] {
  display: none;
}

#contents_form form input[type=radio]:checked + .radio-parts {
  background: #b19d62;
  color: #f7f7f7;
}

#contents_form form .card {
  text-align: left;
}

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

#contents_form form .card .radio-parts:hover {
  background: rgba(177, 157, 98, 0.3);
}

#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: #f7f7f7;
}

#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_form form input[type=radio]:checked:checked + .radio-parts::after {
  background: #606060;
}

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

#contents_form form h3 {
  color: #3b3b3b;
  font-size: 1.8rem;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
  font-weight: bold;
}

@media (min-width: 768px) {
  #contents_form form h3 {
    font-size: 2.4rem;
  }
}

#contents_form form h3:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 20px;
  height: 4px;
  background-color: #b19d62;
}

#contents_form form dl {
  border-bottom: 1px dotted #B4B4B5;
  padding-bottom: 20px;
}

#contents_form form dl:first-of-type dt {
  border-top: none;
}

#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;
  border-left: 2px solid;
  padding-left: 5px;
  line-height: 1.4;
  color: #b19d62;
}

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

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

#contents_form form dl dd {
  font-size: 1.4rem;
  font-family: "Times New Roman", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#contents_form form dl dd .textbox {
  color: #606060;
  padding: 10px 5px;
  width: 100%;
  font-size: 1.2rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: none;
  font-family: 'Libre Baskerville', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #f7f7f7;
  border: 1px solid #b19d62;
}

#contents_form form dl dd .select_box select {
  border: 1px solid #b19d62;
  color: #606060;
  padding: 10px 5px;
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  outline: none;
  background-color: #f7f7f7;
  font-family: 'Libre Baskerville', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#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_form form dl dd .select_type_box .select_box.select_type {
  width: 41%;
  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_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_system.jpg);
  background-position: 100% 70%;
}

#contents_link .inner > div {
  background: rgba(247, 247, 247, 0.8);
  padding: 20px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

#contents_link .inner > div dl .subtitle_01 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

#contents_link .inner > div dl dd {
  margin-bottom: 20px;
  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;
  }
}

@media (min-width: 768px) {
  #contents_link .link_bnr a {
    color: #606060;
  }
}

#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_system.jpg);
  background-position: 100% 70%;
}

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

#contents_err #section_err .err_page {
  background: #8e7838;
  text-align: left;
  color: #f7f7f7;
  padding: 3%;
}

#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: #f7f7f7;
  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 #f7f7f7;
}
/*# sourceMappingURL=style.css.map */




/*# Swiper */
/* 
.swiper-slide img {
  width: 100%;
  height: auto;
}
 */
 
 
@media(max-width: 480px) {
	
.swiper-slide img {
  width: 100%;
  height: auto;
}
 
.swiper-slide {
    padding: 0 5px;
  }
.swiper-button-prev, .swiper-button-next, .swiper-pagination {
    display: none;
  }
}