@charset "UTF-8";
/* サロン独自 */
/* //サロン独自 */
html {
  overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

img {
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

/* --- 共通 --- */
#relaxation {
  /*会員制度*/
  /*求人*/ }
  #relaxation .slidemain .photo .inner.p01 {
    background: url("../images/slide03-1.jpg") center center; }
  #relaxation .mainCopy {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 12px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2); }
  #relaxation a {
    transition: .3s ease; }
    #relaxation a:hover {
      opacity: .6; }
  #relaxation .contents {
    padding-top: 50px;
    padding-bottom: 50px; }
    #relaxation .contents .ttl-en {
      text-align: center; }
  #relaxation .img-box img {
    width: 100%;
    height: auto; }
  #relaxation .optionBtn {
    margin-bottom: 4rem; }
    #relaxation .optionBtn ul {
      text-align: center; }
    #relaxation .optionBtn li {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      width: 46%;
      margin: 1%;
      max-width: 400px; }
      @media screen and (max-width: 768px) {
        #relaxation .optionBtn li {
          width: 100%;
          margin: 0 auto 2rem; } }
      #relaxation .optionBtn li a {
        display: block;
        font-size: 1rem;
        line-height: 1.4;
        transition: .4s; }
        #relaxation .optionBtn li a:hover {
          opacity: 0.5; }
      #relaxation .optionBtn li .txt1 {
        font-size: 1.2em;
        box-sizing: border-box;
        border: 1px solid #000;
        padding: 1rem 0;
        background: #fff; }
      #relaxation .optionBtn li .txt2 {
        font-size: 0.7em;
        background: #000;
        color: #fff;
        padding: 5px 0; }
      #relaxation .optionBtn li .txt3 {
        font-size: 0.85em;
        margin-top: 0.5rem; }
  #relaxation .conv01 {
    width: 100%;
    height: 80px;
    background: #FBD5C2;
    margin: 0;
    padding: 1rem auto;
    position: relative; }
    #relaxation .conv01 a {
      display: inline-block;
      background: #ED712B;
      color: #fff;
      text-decoration: none;
      font-size: 1rem;
      text-align: center;
      padding: .25rem 1rem;
      border-radius: 3rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 3; }
    #relaxation .conv01::after {
      content: "";
      background-image: url("../images/img01.png");
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 345px 63px;
      width: 345px;
      height: 63px;
      position: absolute;
      top: 50%;
      left: 2%;
      transform: translateY(-50%);
      z-index: 2; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        #relaxation .conv01::after {
          background-image: url("../images/img01@2x.png"); } }
    #relaxation .conv01::before {
      content: "";
      background-image: url("../images/img02.png");
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 345px 63px;
      width: 345px;
      height: 63px;
      position: absolute;
      top: 50%;
      right: 2%;
      transform: translateY(-50%);
      z-index: 2; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        #relaxation .conv01::before {
          background-image: url("../images/img02@2x.png"); } }
    @media screen and (max-width: 768px) {
      #relaxation .conv01 a {
        font-size: .75rem;
        line-height: 1.2; }
      #relaxation .conv01::after, #relaxation .conv01::before {
        display: none; } }
  #relaxation .b-logo {
    margin: 2rem auto;
    width: 300px;
    height: 80px; }
    #relaxation .b-logo img {
      width: 100%;
      height: auto; }
  #relaxation .b-about {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    position: relative; }
    #relaxation .b-about::before {
      content: "";
      display: block;
      padding-bottom: 72%; }
      @media screen and (max-width: 768px) {
        #relaxation .b-about::before {
          padding-bottom: 60%; } }
    #relaxation .b-about .about-bg {
      width: 100%;
      height: auto;
      position: absolute;
      top: 0;
      left: 0; }
    #relaxation .b-about .about-main {
      width: 90%;
      max-width: 520px;
      position: absolute;
      top: 1rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 5; }
    #relaxation .b-about .about-1 {
      width: 270px;
      height: 42px;
      position: absolute;
      top: 50px;
      right: 50px;
      z-index: 3; }
    #relaxation .b-about .about-2 {
      width: 271px;
      height: 39px;
      position: absolute;
      bottom: 350px;
      left: 50px;
      z-index: 3; }
    #relaxation .b-about .about-3 {
      width: 299px;
      height: 33px;
      position: absolute;
      bottom: 350px;
      right: 20px;
      z-index: 3; }
    #relaxation .b-about .about-4 {
      width: 278px;
      height: 44px;
      position: absolute;
      bottom: 250px;
      right: 150px;
      z-index: 3; }
    #relaxation .b-about .about-1, #relaxation .b-about .about-2, #relaxation .b-about .about-3, #relaxation .b-about .about-4 {
      opacity: .6; }
    @media screen and (max-width: 768px) {
      #relaxation .b-about .about-main {
        top: 5px;
        width: 75%; }
      #relaxation .b-about .about-1, #relaxation .b-about .about-2, #relaxation .b-about .about-3, #relaxation .b-about .about-4 {
        display: none; } }
  #relaxation .bs-ttl {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    margin: 2rem;
    text-align: center; }
  #relaxation .tr-list {
    width: 100%;
    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;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #relaxation .tr-list li {
      margin-top: 1rem;
      width: calc((100% - (1rem * 2)) / 3); }
      @media screen and (max-width: 768px) {
        #relaxation .tr-list li {
          width: 100%; } }
      #relaxation .tr-list li img {
        width: 100%;
        height: auto; }
  #relaxation .btn-box {
    margin: 3rem auto;
    text-align: center; }
    #relaxation .btn-box .btn-tr {
      font-size: .9rem;
      display: inline-block;
      padding: .5rem 1rem;
      border: solid 1px #00a35f;
      border-radius: 99rem;
      color: #222;
      text-decoration: none; }
    #relaxation .btn-box img {
      width: 90%;
      max-width: 432px;
      height: auto; }
  #relaxation .rs-access {
    width: 100%;
    background: #F9BDA0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem 2rem;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #relaxation .rs-access .ttl-en {
      width: 100%;
      margin: 2rem 0; }
    #relaxation .rs-access .ttl-ja {
      width: 100%;
      margin: 0 0 1rem 0;
      font-size: 1rem;
      text-align: center; }
    #relaxation .rs-access .rs-acc-list {
      width: calc(100% - (600px + 1rem));
      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; }
      @media screen and (max-width: 768px) {
        #relaxation .rs-access .rs-acc-list {
          width: 100%; } }
      #relaxation .rs-access .rs-acc-list li {
        font-size: .75rem;
        margin-bottom: 1rem;
        letter-spacing: .1rem; }
        #relaxation .rs-access .rs-acc-list li.rs-acc-txt {
          width: 100%; }
        #relaxation .rs-access .rs-acc-list li.rs-acc-ttl {
          width: 47%; }
        #relaxation .rs-access .rs-acc-list li.rs-acc-con {
          width: 50%; }
        #relaxation .rs-access .rs-acc-list li.rs-acc-note {
          width: 100%;
          font-size: 0.625rem; }
      #relaxation .rs-access .rs-acc-list .shisetsu {
        display: inline-block;
        border-radius: 99px;
        padding: .1rem 1rem;
        background: #fff;
        color: #000;
        text-decoration: none; }
    #relaxation .rs-access .rs-map {
      width: 600px;
      margin-bottom: 2rem; }
      @media screen and (max-width: 768px) {
        #relaxation .rs-access .rs-map {
          width: 100%;
          margin-top: 1rem; } }
      #relaxation .rs-access .rs-map iframe {
        max-width: 100%; }
    #relaxation .rs-access .btn-bosyu {
      display: inline-block;
      padding: .5rem 1rem;
      border-radius: 99rem;
      background: #e17e37;
      color: #fff;
      text-decoration: none;
      margin: 0 auto; }
  #relaxation .member {
    width: 100%;
    max-width: 1000px;
    margin: 1rem auto; }
    #relaxation .member .mainCopy {
      text-align: center; }
    #relaxation .member table {
      width: 90%;
      margin: 1rem auto;
      border-collapse: collapse; }
      #relaxation .member table td {
        font-size: .9rem;
        padding: .5rem;
        border: solid 1px #666;
        text-align: center; }
        #relaxation .member table td .special {
          font-size: 1.5rem;
          font-weight: bold;
          color: #D22; }
  #relaxation .rec {
    border: solid 1px #999;
    width: 90%;
    margin: 1rem auto;
    padding: 1rem; }
    #relaxation .rec .mainCopy {
      font-size: 1.5rem;
      font-weight: bold;
      text-align: center; }
    #relaxation .rec .rec-ttl {
      font-weight: bold;
      margin-top: 2rem;
      color: #00a35f; }
    #relaxation .rec .rec-txt {
      font-size: .9rem;
      line-height: 1.7;
      margin-top: 1rem; }
    #relaxation .rec .tel {
      font-size: 1.5rem;
      font-weight: bold; }
    #relaxation .rec .red {
      color: #d22; }

.txt-c {
  text-align: center; }

.txt-l {
  text-align: left; }

.center-img {
  margin-top: 2rem;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto; }
  .center-img img {
    width: 100%;
    height: auto; }

.bs-txt {
  font-size: .9rem;
  line-height: 1.8; }

.imgbox {
  position: relative; }
  .imgbox img {
    width: 100%;
    height: auto; }
  .imgbox .cap {
    font-size: .625rem;
    line-height: 1;
    position: absolute;
    right: 3px;
    bottom: 3px; }

.flex01 {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .flex01 .imgbox {
    width: 49%; }
    @media screen and (max-width: 768px) {
      .flex01 .imgbox {
        width: 100%; } }
  .flex01 .flex01-txt {
    width: 49%; }
    @media screen and (max-width: 768px) {
      .flex01 .flex01-txt {
        width: 100%; } }
    .flex01 .flex01-txt .flex01-ttl {
      font-size: 1.5rem;
      letter-spacing: .1rem;
      text-align: left; }
    .flex01 .flex01-txt .bs-txt {
      margin-top: 1rem; }

.head-cpy {
  text-align: center;
  padding: 1rem auto;
  font-size: 1.2rem; }

.bnr-box {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .bnr-box a {
    width: 48%;
    max-width: 480px; }
    @media screen and (max-width: 768px) {
      .bnr-box a {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem; } }
    .bnr-box a img {
      width: 100%;
      height: auto; }
  .bnr-box .w100bnr {
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem; }
    .bnr-box .w100bnr img {
      width: 100%;
      height: auto; }
    .bnr-box .w100bnr .cap {
      font-size: .625rem;
      margin-top: .5rem; }

.flex3-1 {
  width: 100%;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 2rem; }
  .flex3-1 .flex3-1-txt {
    width: 60%;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .flex3-1 .flex3-1-txt {
        width: 100%; } }
  .flex3-1 .imgbox {
    width: 36%; }
    @media screen and (max-width: 768px) {
      .flex3-1 .imgbox {
        margin-top: 1rem;
        width: 100%; } }

.flex3-2 {
  width: 100%;
  margin-top: 1rem;
  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;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .flex3-2 .imgbox {
    width: 49%;
    margin-top: 1rem; }
    @media screen and (max-width: 768px) {
      .flex3-2 .imgbox {
        width: 100%; } }

.bs-txt {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  margin-top: 2rem; }

.kouten {
  margin-top: 2rem;
  border: solid 1px #00A35F;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .kouten .kou-ttl {
    color: #00A35F;
    font-size: 1.5em; }
  .kouten .kou-txt {
    margin-top: 1rem;
    line-height: 2; }

.bs-txt-g {
  font-size: 1.2em;
  margin-top: 2rem;
  text-align: center;
  color: #00A35F; }

.kousanka {
  width: 100%;
  margin-top: 2rem;
  background: url("../images/bg01@2x.jpg") repeat 0 0;
  background-size: 100%;
  color: #3c3219;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem; }
  .kousanka .kousanka-ttl {
    font-size: 1.5em;
    text-align: center;
    padding-bottom: .5rem;
    border-bottom: solid 1px #3c3219; }
  .kousanka ul {
    margin-top: 1rem;
    margin: 0;
    padding: 0; }
    .kousanka ul li {
      display: inline-block;
      margin-top: 1rem;
      width: 49%; }
      @media screen and (max-width: 768px) {
        .kousanka ul li {
          width: 100%; } }
      .kousanka ul li::before {
        content: "○";
        width: 1rem;
        height: 1rem;
        font-size: 1rem;
        margin-right: .25rem; }

.flex3-3 {
  width: 100%;
  margin-top: 1rem;
  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;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .flex3-3 .imgbox {
    width: 45%;
    margin-top: 1rem; }
    @media screen and (max-width: 768px) {
      .flex3-3 .imgbox {
        width: 100%; } }

.mt-l {
  margin-top: 3rem; }

.koho {
  font-size: .9rem;
  text-align: left; }
