@charset "UTF-8";

/*--- base ---*/
/* html, body { height: 100%; } */
html { font-size: 62.5%; }
body {
	font-size: 1.4rem;
	font-family: 'Source Serif Pro', 'Noto Serif JP', serif;
	color: #000;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../images/bg.jpg') no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}
main { display: block; }
* { box-sizing: border-box; }
img { width: 100%; }
a { color: #000; }
a:link,
a:visited,
a:active,
a:hover { overflow: hidden; outline: none; cursor: pointer; }
p { line-height: 2.6rem; }
dd { line-height: 2.4rem; }


/* secction */
.section:not(last-of-type) .sectionInner {
  margin-bottom: 25px;
}

/* box */
.borderbox {
  padding: 20px;
  background: rgba(255, 255, 255, .8);
  border: 1px solid #b07832;
}

/* float */
.floatBox { overflow: hidden; }
.inner_left, .floatBox>li { float: left; }
.inner_right { float: right; }

/* tablestyle */
.tablestyle {
  border: 1px solid #ff4bae;
}
.tablestyle li+li {
  border-top: 1px solid #ff4bae;
}
.tablestyle dl {
  width: 100%;
  height: 100%;
}
.tablestyle dt, .tablestyle dd {
  padding: 12px;
}
.tablestyle dt {
  background: #ffdaee;
  color: #000;
}
.tablestyle dd {
  background: #fff;
  color: #000;
}
.tablestyle:not(.table-full) dl {
  display: table;
  /* table-layout: fixed; */
}
.tablestyle:not(.table-full) dt, .tablestyle:not(.table-full) dd {
  display: table-cell;
  vertical-align: middle;
}
/* flexBox */
.flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
}
.align-center { align-items: center; }
.flex-end { justify-content: flex-end; }

/* title */
h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 20px;
  padding: .7em 1em .6em;
  background: linear-gradient(90deg, #ff6ebd,rgba(255,255,255,0) 90%);
  background: -webkit-linear-gradient(0, #ff6ebd,rgba(255,255,255,0) 90%);
  position: relative;
  margin-top: 25px;
}
.section:first-of-type h2 {
  margin-top: 0;
}
h2:before, h2:after {
  content: "";
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

/* text */
.text_ul { text-decoration: underline; }
.tsume { letter-spacing: -1px; }
.text_color { color: #ff4bae; }

/* button */
.colorBtn {
  z-index: 99;
  position: relative;
}
.colorBtn a {
  display: block;
  color: #FFFFFF;
  background: #b07832;
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
  padding: 16px 10px 14px;
  text-align: center;
  font-weight: normal;
  font-size: 2.2rem;
}
/*--- PC ---*/
@media print, screen and (min-width: 769px) {
  /*--- base ---*/
  .pc_view { display: block; }
  .sp_view { display: none; }
  .wrapper, header, .footer_inner { max-width: 1000px; margin: 0 auto; }
  a[href^="tel"] { pointer-events: none; }
  a:hover img { opacity: .7; }
  .wrapper { position: relative; flex-direction: row-reverse; justify-content: space-between; }
  main { width: 72%; }
  aside { width: 24%; }

  /* secction */
  .section { margin-top: -48px; padding-top: 48px; }
  .colorBtn a:hover {
    color: #FFF;
    background: #000098;
  }

  /* tablestyle */
  .tablestyle.table-full dl {
    display: table;
    /* table-layout: fixed; */
  }
  .tablestyle.table-full dt, .tablestyle dd {
    display: table-cell;
  }
    /* twitter */
  #twitter-widget-wrapper iframe { width: 250px !important; min-width: 170px !important; }
}
/* PC narrow */
@media print, screen and (max-width: 768px) {
  .sectionInner {
    width: 93.3%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1050px) {
  /* secction */
  .wrapper {
    width: 93.3%;
    margin: 0 auto;
  }
}
/*--- Tablet & SP ---*/
@media print, screen and (max-width: 768px) {
  .pc_view { display: none; }
  .sp_view { display: block; }
  /* secction */
  .section { margin-top: -3px; padding-top: 3px; }
  .wrapper {
    display: block;
  }
}

/*--- header ---*/
h1 {
  line-height: 0;
}
/* global menu */
.drawer-menu li a, #sp_navi li a {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: normal;
  color: #fff;
  background: linear-gradient(#ff8aca,#ff4bae);
  -webkit-background: linear-gradient(#ff8aca,#ff4bae);
}
/* #sp_navi.sp_fixed li a {
  width: 50%;
} */
/* PC */
@media print, screen and (min-width: 769px) {
  /* global menu */
  #sp_navi {
    display: none !important;
  }
  .drawer-toggle {
    display: none;
  }
  .drawer-nav {
    position: static;
    width: 100%;
    margin: 20px auto;
  }
  .drawer-menu {
    width: 100%;
    font-size: 0;
    border-radius: 24px;
  }
  .drawer-menu li {
    display: inline-block;
    width: 14.28%;
  }
  .drawer-menu li+li {
    border-left: 1px solid #fff;
  }
  .drawer-menu li a {
    padding: 15px 0;
    font-size: 1.8rem;
    height: 100%;
  }
  .drawer-menu li:not(:last-child) a {
    border-right: 0;
  }
  .drawer-menu li+li a {
    border-left: none;
  }
  .drawer-menu li a:hover, .drawer-menu li a:target {
    background: linear-gradient(#ff4bae,#ff8aca);
    -webkit-background: linear-gradient(#ff4bae,#ff8aca);
  }
  .slider {
    margin-bottom: 50px;
  }
  /* global menu fixed */
  .drawer-nav.pc_fixed {
    position: fixed;
    width: 100%;
    height: 52px;
    right: 0;
    left: 0;
    background: transparent;
    max-width: 1000px;
    margin: 0 auto;
  }
  .drawer-nav.pc_fixed .drawer-menu {
    max-width: 1000px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .slider.ptop {
    padding-top: 88px;
  }
}
/* Tablet, SP */
@media print, screen and (max-width: 768px) {
  /* global menu */
 /*  body.overflow {
    overflow: hidden;
    height: 100%;
  } */
  .drawer-nav {
    background: #ffdaee;
    z-index: 1000;
  }
  .drawer-menu li {
    position: relative;
  }
  .drawer-menu li:after {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight : 900;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 1em;
  }
  #sp_navi {
    font-size: 0;
    margin-bottom: 10px;
  }
  #sp_navi li {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
  }
  #sp_navi li+li a {
    border-left: 2px solid #fff;
  }
  #sp_navi i {
    margin-right: 10px;
  }
  .drawer-menu li a, #sp_navi li a {
    padding: 12px 20px 10px;
    font-size: 1.6rem;
  }
  .drawer-menu li a {
    text-align: left;
    padding: 1em 20px;
  }
  .slider {
    margin-bottom: 30px;
  }
  .slider.ptop {
    padding-top: 60px;
  }
  /* global menu fixed */
  #sp_navi.sp_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    z-index: 999;
    height: 40px;
  }
  #sp_navi.sp_fixed ul,
  #sp_navi.sp_fixed ul li,
  #sp_navi.sp_fixed ul li a {
    height: 40px;
  }
  #sp_navi.sp_fixed ul li a {
    position: absolute;
    top: 0;
  }
  #sp_navi.sp_fixed ul li:first-child a {
    left: 0;
  }
  #sp_navi.sp_fixed ul li:last-child a {
    right: 0;
  }
   #sp_navi.sp_fixed ul li, #sp_navi.sp_fixed ul li a {
    width: 50%;
  }
}

/*--- footer ---*/
footer {
  color: #fff;
  background: #ff4bae;
}
footer a {
  color: #fff;
}
.footer_text {
  line-height: 1.3;
  font-size: 2rem;
}
#footerinfoblock {
  padding-bottom: 15px;
  margin: 7px auto;
  border-bottom: 2px solid #fff;
}
.footerinfo span {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 5px 0 0 .5em;
}
.linkbnrlist img {
  width: inherit;
  max-width: 250px;
  height: auto;
}
#copyright {
  padding-top: 7px;
}
#copyright p {
  font-size: 1.2rem;
  line-height: 1.2;
}
/* PC */
@media print, screen and (min-width: 769px) {
  footer {
    margin-top: 20px;
    padding: 20px 20px 12px;
  }
  .footerinfo span {
    display: inline-block;
    margin-left: 1em;
  }
  .linkbnrlist {
    margin-top: 15px;
    text-align: center;
  }
  .linkbnrlist li {
    margin: 0 auto;
  }
  .linkbnrlist li+li {
    margin-top: 10px;
  }
  .linkbnrlist li img {
    width: 100%;
    height: auto;
  }
  .linkbnrlist li a {
    color: #000;
  }
  #copyright {
    overflow: hidden;
  }
  #footernavi {
    float: left;
    width: 550px;
  }
  #copyright p {
    float: right;
    width: calc(100% - 550px);
    text-align: right;
  }
  #footernavi li {
    display: inline-block;
    padding: 0 .5em;
    border-left: 1px solid #fff;
    font-size: 1.3rem;
  }
  #footernavi li:last-child {
    border-right: 1px solid #fff;
  }
  #sp_footerlink {
    height: 0 !important;
    display: none !important;
  }
}
/* Tablet, SP */
@media print, screen and (max-width: 768px) {
  footer {
    margin-top: 50px;
    padding: 20px 0 50px;
  }
  .footer_text, #footerinfoblock {
    margin: 0 10px;
  }
  #footerinfoblock {
    display: block;
    margin-top: 12px;
  }
  .footerinfo span {
    display: block;
  }
  #footernavi {
    display: none;
  }
  .linkbnrlist, .linkbnrlist li {
    display: block;
    text-align: center;
  }
  .linkbnrlist, .linkbnrlist li+li {
    margin-top: 10px;
  }
  #copyright {
    text-align: center;
  }
  body {
    position: relative;
  }
  .linkbnrlist li a {
    color: #fff;
  }
}

/*--- subcontents ---*/
#sublist li {
  line-height: 0;
}
/* PC */
@media print, screen and (min-width: 769px) {
  #sublist {
    font-size: 0;
    text-align: center;
  }
  #sublist li+li {
    margin-top: 10px;
  }
}
/* Tablet, SP */
@media print, screen and (max-width: 768px) {
  #sublist li {
    width: 68.5%;
    max-width: 360px;
    margin: 0 auto;
  }
  #sublist li+li {
    margin-top: 10px;
  }
}

/*--- news ---*/
#news .borderbox {
  padding-right: 5px;
}
#newslist {
  overflow-y: auto;
  padding-right: 10px;
}
#newslist li+li {
  border-top: 1px dashed;
  padding-top: 15px;
  margin-top: 15px;
}
.newstitle {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
.newsdate {
  color: #b07832;
  font-size: 1.6rem;
  font-weight: normal;
}
/* PC */
@media print, screen and (min-width: 769px) {
  #newslist {
    max-height: 260px;
  }
  #newslist li+li {
    border-top-color: #b07832;
  }
  .news_head {
    display: table;
   /*  table-layout: fixed; */
    width: 100%;
    margin-bottom: .8em;
  }
  .newsdate, .newstitle {
    display: table-cell;
    vertical-align: top;
  }
  .newsdate {
    width: 9.5em;
    padding-top: 2px;
  }
  .newstitle {
    width: calc(100% - 9.5em);
  }
}
/* Tablet, SP */
@media print, screen and (max-width: 768px) {
  #newslist {
    max-height: 360px;
  }
  #newslist li+li {
    border-top-color: #000;
  }
  .newsdate, .newstitle {
    display: block;
  }
  .newsdate {
    margin-bottom: 8px;
  }
}

/*--- concept ---*/
#concept p {
  font-size: 1.6rem;
}

/*--- therapist ---*/
.therapistbox {
  margin-bottom: 20px;
}
#therapistlist>li {
  display: none;
}
#therapistlist>li:nth-child(-n+4) {
  display: block;
}
#therapistlist.list_visible>li {
  display: block;
}
#therapist .colorBtn a {
  margin-top: 0;
}
.therapist_data {
  margin-bottom: 20px;
}
.therapist_name {
  font-size: 1.8rem;
  line-height: 1.3;
}
.therapist_name span {
  font-weight: bold;
}
.therapist_schedule dl {
  height: 48px;
}
.therapist_schedule ol {
  height: 148px;
  overflow: hidden;
}
.therapist_schedule .visible ol {
  height: 344px;
}
.therapist_schedule ol,
.therapistbox {
  transition: .3s ease-in-out;
}
.therapist_schedule .acBtn {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(#900091, #4d006c);
  background: -webkit-linear-gradient(#900091, #4d006c);
  padding: 10px 15px;
  position: relative;
}
.therapist_schedule .acBtn:after {
  content: "\f150";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.therapist_schedule .acBtn:hover {
  cursor: pointer;
}
.acBtn.visible:after {
  content: "\f151";
}
.moreBtn a:after {
  content: "もっと見る";
}
.moreBtn.selected a:after {
  content: "閉じる";
}
.therapist_schedule .tablestyle:not(.table-full) dt {
  width: 41.6%;
}
.therapist_schedule .tablestyle:not(.table-full) dd {
  width: 58.4%;
}
/* PC */
@media print, screen and (min-width: 769px) {
  .therapistbox {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .therapist_slider {
    float: left;
    width: 44%;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .therapist_databox {
    float: right;
    width: 53%;
  }
  .therapist_data {
    min-height: 298px;
  }
}
/* Tablet, SP */
@media print, screen and (max-width: 768px) {
  .therapist_data {
    height: auto !important;
  }
}
/* therapist-slider */
.slick-dots li {
  opacity: .7;
}
.slick-dots li.slick-active {
  opacity: 1;
}
/* pc */
@media print, screen and (min-width: 769px) {
  #therapist .slick-list {
    width: 100%;
  }
  #therapist .slick-dots {
    position: static;
    width: 100%;
    font-size: 0;
    margin-top: 10px;
  }
  #therapist .slick-dots li {
    display: inline-block;
    height: auto;
    line-height: 0;
    margin: 0;
    width: 24%;
  }
  #therapist .slick-dots li+li {
    margin-left: 1.33%;
  }
}
/* Tablet */
@media print, screen and (max-width: 768px) and (min-width: 415px) {
  #therapist .slick-list {
    width: 61%;
  }
  #therapist .slick-dots {
    position: absolute;
    top: 0;
    left: 62%;
    width: 14%;
    margin-top: 0;
  }
  #therapist .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
  }
  #therapist .slick-dots li+li {
    margin-top: 16%;
  }
}
/* SP */
@media print, screen and (max-width: 414px) {
  #therapist .slick-list {
    width: 100%;
  }
  #therapist .slick-dots {
    position: static;
    width: 100%;
    font-size: 0;
    margin-top: 10px;
  }
  #therapist .slick-dots li {
    display: inline-block;
    height: auto;
    line-height: 0;
    margin: 0;
    width: 24%;
  }
  #therapist .slick-dots li+li {
    margin-left: 1.33%;
  }
}

/*--- system ---*/
#system ul {
  margin: 20px auto 50px;
}
#system ul:last-of-type {
  margin-bottom: 20px;
}
#system dt, #system dd {
  width: 50%;
  text-align: center;
  line-height: 1.3;
  font-size: 2rem;
}
#system dd {
  text-align: right;
}
#system h3, #system p {
  font-size: 1.6rem;
}
#system h3 {
  font-weight: bold;
  margin-bottom: 5px;
}
#system h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1em;
}
#system dd s {
  display: block;
}

/* PC */
@media print, screen and (min-width: 769px) {
  #system .sectionInner {
    max-width: 720px;
    margin: 0 auto;
  }
  #system .tablestyle {
    border: none;
  }
  #system .tablestyle>li {
    width: 50%;
    border: 1px solid #000;
  }
  #system .tablestyle>li+li {
    border-top: none;
  }
  #system .tablestyle>li:nth-child(even) {
    border-left: none;
  }
  #system .tablestyle>li:nth-child(2) {
    border-top: 1px solid #000;
  }
}
/* Tablet, SP */
@media print, screen and (max-width: 768px) {
  #system .tablestyle {
    display: block;
  }
}

/*--- recruit ---*/
/* PC */
@media print, screen and (min-width: 769px) {
  #recruit .tablestyle {
    max-width: 870px;
    margin: 0 auto;
  }
  #recruit .tablestyle dt {
    width: 150px;
  }
  #recruit .tablestyle dd {
    width: calc(100% - 150px);
  }
  #recruit a {
    color: #000;
  }
}
/* Tablet, SP */
@media print, screen and (max-width: 768px) {
  #recruit .tablestyle dt {
    font-weight: bold;
  }
    #recruit a {
    color: #000;
  }
}

/*--- shopinfo ---*/
.shopdata dl {
  display: table;
  /* table-layout: fixed; */
  width: 100%;
  margin-bottom: 30px;
}
.shopdata dt, .shopdata dd {
  display: table-cell;
}
.shopdata dt {
  text-align: center;
  width: 8em;
}
.shopdata dt span {
  display: block;
  padding: 3px 0;
  font-weight: bold;
  border: 1px solid #ff4bae;
  color: #ff4bae;
  background: rgba(255, 255, 255, .8);
}
.shopdata dd {
  width: -webkit-calc(100% - 8em);
  width: calc(100% - 8em);
  padding-left: 1em;
  word-break: break-all;
}
.shopdata a {
  color: #000;
}
.map {
  height: 300px;
  position: relative;
}
.map iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.notes {
  border-top: 1px solid #b07832;
  padding-top: 20px;
  margin-bottom: 50px;
}
.notes dl+dl {
  margin-top: 30px;
}
.notes dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 5px -.5em;
}
.notes dt {
  font-weight: bold;
}
/* PC */
@media print, screen and (min-width: 769px) {
  .shopinfo_inner {
    margin-bottom: 40px;
  }
}
/* Tablet, SP */
@media print, screen and (max-width: 768px) {
  .shopinfo_inner, .shopdata {
    display: block;
    margin-bottom: 20px;
  }
}


/*--- photodiary ---*/
/* PC */
@media print, screen and (min-width: 769px) {
  /* #sublist .photodiary_block {
    margin-top: 20px;
  } */
  .photodiary_inner {
    background: rgba(255, 255, 255, .8);
    padding: 5px;
  }
  .aside_title {
    background: #ff6ebd;
    font-size: 1.6rem;
    text-align: center;
    margin: 0;
    padding: .9em 1em .7em;
  }
}
@media print, screen and (max-width: 768px) {
  #sp_photodiary h2 {
    margin-bottom: 0;
  }
  .photodiary_wrapper {
    margin: 0 auto;
    padding: 10px 3.35% 10px;
  }
  #sp_photodiary iframe {
    width: 93.3%;
  }
}
