@charset "utf-8";


body{
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 500;
  color: #111;
  letter-spacing: 0.07em;
  background: #fefff4;
}

.font-m{
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

a{color: #222222;text-decoration: none;}
a:visited{color: #222222;}
a:hover{color: #222222;text-decoration: none;}

::selection{
    background: #666666;
    color: #ffffff;
}
/* for Firefox */
::-moz-selection{
    background: #666666;
    color: #ffffff;
}
.pc-only{
  display: inline-block;
}
.sp-only{
  display: none;
}

.tw-box{
  overflow: scroll;
  height: 600px;
  width: 95%;
  max-width: 900px;
  margin: 0 auto 2em;
  padding: 1em;
  border: solid 1px #cccccc;
  background: #fff;
}

.top-intoro-text{
text-align: center;
    padding: 3em 1em 1em;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.top-intoro-text .bold{
  font-weight: bold;
  color: #f31869;
}
.top-intoro-text .bold-list{
  font-weight: bold;
  color: #f31869;
}

.top-intoro-text a{

}

.top-intoro-text a img{
  width: 300px;
  height: auto;
  margin: 1em 0;
}

.about-text-hx{
  text-align: center;
  margin: 0;
}

.about-text-hx span{
  padding: 0 1em;
  background: #111;
  display: inline-block;
  color: #fff;
  margin: 0 auto;
}

.salon-box .about-text{
text-align: center;
    padding: 1em 0 1em;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-bottom: 2em;
}

.color{
  color: #ff1313;
}

#breadcrumbnav{
  font-size: 0.8rem;
  padding: 1em 2em;
  margin-bottom: 2em;
  transition: all 0.4s ease;
}

#breadcrumbnav a{
  color: #777;
}

#breadcrumbnav a:hover{
  color: #222;
  text-decoration: underline;
}

.hx-image{
  width: 80%;
  max-width: 600px;
}

.bottom-fix{
  display: none;
}

@media screen and (max-width: 780px) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: inline-block;
  }
  .tw-box{
    height: 300px;
    width: 90%;
  }

  #breadcrumbnav{
    padding: 1em;
    font-size: 0.6rem;
  }
  .top-intoro-text a{
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .top-intoro-text a img{
    width: 200px;
  }
}
@media screen and (max-width: 780px) {
  .bottom-fix{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
  }

  .bottom-fix .bottom-link{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background: rgb(251 84 146 / 85%);
  }

  .bottom-fix .bottom-link .link{
    float: left;
    width: 33.33333%;
    box-sizing: border-box;
  }

  .bottom-fix .bottom-link .link a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    letter-spacing: 0.2em;
    margin: 1em 0;
    color: #111111;
    text-align: center;
  }
  .bottom-fix .bottom-link .link a img{
    width: 1.1em;
    vertical-align: text-bottom;
    margin-right: 0.5em;
  }
  .bottom-fix .bottom-link .link a.tel{
    border-right: solid 1px #666666;
  }
  .bottom-fix .bottom-link .link a.web{
    border-right: solid 1px #666666;
  }
  .bottom-fix .bottom-link .link a.line{
  }
}

.cf:after{
  content:"";
  display: table;
  clear:both;
}


/* 点滅 */
.blinking{
    -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
  @-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
  }
  @-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
  }
  @keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
  }

.sp-only{display: none;}
@media screen and (max-width: 780px) {
  .sp-only{display: inline-block;}
}

/*=============================
         ヘッダー
=============================*/

.hd{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0.3em 0;
  transition: all 0.6s ease;
  background: rgb(251 84 146 / 85%);
}

.hd.hd-change{
  background: rgb(251 84 146 / 85%);
}

.hd .inr{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1em;
}

.hd .inr .logo{
  float: left;
  margin: 0;
  padding-top: 0.1em;
  font-size: 1rem;
  padding: 0.3em 0;
}

.hd .inr .logo a{
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}

.hd .inr .logo img{
  width: 100%;
  max-width: 110px;
  height: auto;
}

.hd .inr .nav{
  float: right;
  padding-top: 1em;
}

.hd .inr .nav .hd-nav-list{
  width: 740px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hd .inr .nav .hd-nav-list .hd-link{
  width: 16.6666%;
  float: left;
}

.hd .inr .nav .hd-nav-list .hd-link.shop{
  width: 19%;
  margin-left: 1%;
}
.hd .inr .nav .hd-nav-list .hd-link.time{
  display: none;
}

.hd .inr .nav .hd-nav-list .hd-link.g-nav a{
  display: block;
  color: #111111;
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
  font-size: 0.85rem;
  font-weight: bold;
}

.hd .inr .nav .hd-nav-list .hd-link.g-nav a:before,
.hd .inr .nav .hd-nav-list .hd-link.g-nav a:after{
  position: absolute;
  top: 1.7em;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.5s ease;
}

.hd .inr .nav .hd-nav-list .hd-link.g-nav a:hover:before,
.hd .inr .nav .hd-nav-list .hd-link.g-nav a:hover:after{
  width: 50%;
}
.hd .inr .nav .hd-nav-list .hd-link.g-nav a:before{
  left: 50%;
}
.hd .inr .nav .hd-nav-list .hd-link.g-nav a:after{
  right: 50%;
}


.hd .inr .nav .hd-nav-list .hd-link.shop a{
  display: block;
  transition: all 0.4s ease;
  text-align: center;
  background: #fff;
  color: #222;
  font-size: 0.8em;
  padding: 0.3em 0;
  border: solid 1px #fff;
}

.hd .inr .nav .hd-nav-list .hd-link.shop a:hover{
  background: #111;
  color: #fff;
  border: solid 1px #fff;
}

.hd .inr .hd-tel{
    float: right;
    line-height: 1.2;
    text-align: center;
    font-size: 0.7rem;
    padding: 0.7em 1.5em;
    background: #fff;
    color: #111;
    font-weight: bold;
    margin: 0.4em 0 0;
}

.hd .inr .hd-tel a{
    font-size: 0.9rem;
   color: #111;
    font-weight: bold;
}


.hum-menu{display: none;}

@media screen and (max-width: 780px) {
  .hd .inr{
    text-align: center;
  }
  .hd .inr .logo{
    float: none;
    display: inline-block;
  }
  .hd .inr .nav{
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.95);
    left: 0;
  }
  .hd .inr .nav .hd-nav-list{
    display: block;
    width: 90%;
    height: 350px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
  }
  .hd .inr .nav .hd-nav-list .hd-link,
  .hd .inr .nav .hd-nav-list .hd-link.shop{
    float: none;
    width: 100%;
    margin: 0 0 1.2em;
    padding: 0;
  }
  .hd .inr .nav .hd-nav-list .hd-link.g-nav a{
    color: #111111;
    font-size: 1.1rem;
  }
  .hd .inr .nav .hd-nav-list .hd-link.shop a{
    background: none;
    font-size: 1.2rem;
    padding: 0;
    border: none;
  }
  .hd .inr .nav .hd-nav-list .hd-link.shop a:hover{
    background: none;
    color: #222;
    border: none;
  }
  .hum-menu{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1.2em;
    right: 1em;
    z-index: 100;
  }
  .hum-menu div {
    position: relative;
  }
  .hum-menu span{
    display: block;
    height: 2px;
    background: #111111;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  .hum-menu span:nth-child(1){
    top:0px;
  }
  .hum-menu span:nth-child(2){
    top:8px;
  }
  .hum-menu span:nth-child(3){
    top:16px;
  }
  .open .hum-menu span{
    background: #111;
  }
  .open .hum-menu span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open .hum-menu span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open .hum-menu span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

/*=============================
         フッター
=============================*/

.ft{
  width: 100%;
  padding: 0 1em 3em;
}

.ft .inr{
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  border-top: solid 1px #cccccc;
  padding-top: 2em;
}

.ft .inr .ft-link{
  text-align: center;
}

.ft .inr .ft-link .link-list{
  padding: 0;
  margin-bottom: 2em;
}

.ft .inr .ft-link li{
  display: inline-block;
  padding: 0 0.5em;
}

.ft .inr .ft-link li a{
  display: block;
  text-align: center;
  font-size: 0.85rem;
}

.ft .inr .ft-sns-link{
  text-align: center;
  padding: 0;
}

.ft .inr .ft-sns-link .sns-list{
  padding: 0;
  margin-bottom: 2em;
}

.ft .inr .ft-sns-link li{
  display: inline-block;
  padding: 0 0.75em;
}

.ft .inr .ft-sns-link li a{
  display: block;
}

.ft .inr .ft-sns-link li a img{
  width: 40px;
  height: auto;
}
.ft .inr .ft-banner-link{
  text-align: center;
  padding: 0;
}

.ft .inr .ft-banner-link .banner-list{
  padding: 0;
  margin-bottom: 2em;
}

.ft .inr .ft-banner-link li{
  display: inline-block;
  padding: 0.3em 0.75em;
  float: left;
}

.ft .inr .ft-banner-link li a{
  display: block;
}

.ft .inr .ft-banner-link li a img{
}


.ft .inr .ft-logo{
  text-align: center;
}

.ft .inr .ft-logo img{
  width: 220px;
}

.ft .inr .copy{
  text-align: center;
  font-size: 0.5rem;
  color: #cccccc;
}

@media screen and (max-width: 780px){
  .ft .inr .ft-link li a{
    font-size: 0.75rem;
  }
  .ft .inr .ft-sns-link li a img{
    width: 30px;
  }
  .ft .inr .ft-logo img{
    width: 160px;
  }
  .ft .inr .ft-banner-link li{
    text-align: center;
  }
  .ft .inr .ft-banner-link li a img{
    width: 100%;
  }
  .ft .inr .ft-banner-link li a img.dannabi{
    width: 70%;
  }
}

/*=============================
      ページ共通
=============================*/

.page-image{
  width: 100%;
}

.page-image .image{
  width: 100%;
  overflow: hidden;
  max-height: 330px;
  text-align: center;
  margin: 0;
  position: relative;
}

.page-image .image img{
  width: 100%;
/*  max-width: 1400px;*/
  height: auto;
  filter: brightness(80%);
}

.page-hx{
  font-size: 1.6rem;
  margin: 0;
  line-height: 1;
  text-align: center;
  margin-bottom: 1em;
}

.page-hx .sub{
  font-size: 0.6em;
}

.page-image{
  margin: 0 auto;
  text-align: center;
}

.page-image img{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.page-box{
  width: 100%;
  padding-top: 50px;
  margin-bottom: 60px;
}

.page-box .inr-box{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;  
}

.comming{
    text-align: center;
    margin-bottom: 2em;
    font-style: oblique;
    color: #a0825a;
}

@media screen and (max-width: 780px) {
  .page-image .image .page-title{
    font-size: 2rem;
    left: 0;
    right: auto;
  }
  .hd .inr .hd-tel{
    display: none;
  }
  .page-hx{
    font-size: 1.2rem;
  }
}

/*=============================
     トップページスライド
=============================*/

.slide-area{
  text-align: center;
  height: 1000px !important;
}

.slide-area .intro-text{
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.5rem;
}

.slide-area .intro-text .logo{
  width: 530px;
}

.slide-area .scroll{
  position: absolute;
  bottom: 0.5em;
  width: 100%;
}

.slide-area .scroll a {
  padding-top: 44px;
  display: inline-block;
  color: #fff;
}
.slide-area .scroll a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 37px;
    margin-left: -10px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
.slide-area .scroll a span::before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  width: 4px;
  height: 4px;
  margin-left: -2px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 780px) {
  .slide-area{
    height: 500px !important;
  }
  .slide-area .intro-text{
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    top: 45%;
  }
  .slide-area .intro-text .logo{
    width: 200px;
  } 
}

/*=============================
         トップページ
=============================*/

.top-cnt{
  width: 100%;
  padding: 2em 1em;
}

.top-cnt .inr{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.inr .content-hx{
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  text-align: center;
  line-height: 1;
  padding: 1em;
}

.inr .content-hx .sub{
  font-size: 0.7em;
}


.news{
  
}

.news .inr{
  border: solid 1px #666;
  padding: 1em;
  background: #fff;
}

.news .inr .news-box{
  text-align: center;
  margin-bottom: 1em;
}

.news .inr .news-box dt{
  font-weight: normal;
  color: #666666;
  letter-spacing: 0.07em;
  font-size: 0.85rem;
  margin-bottom: 0.3em;
}

.news .inr .news-box dd{

}

.price{
  background: #de5587;
}

.price .inr{
  color: #fff;
}

.price .inr .price-box{

}

.top-price-box .price-list{
  text-align: center;
  list-style: none;
  margin-bottom: 0.5em;
}

.top-price-box .tag{
  width: 6em;
  margin-right: 0.7em;
  font-size: 0.7em;
  padding: 0.2em 0.5em;
}

.top-price-box .yen{
}

.todayschedule{
  
}

.todayschedule .inr{

}

.todayschedule .image-box{

}

.todayschedule .image-box .image-list,
.esthetician-box .image-box .image-list{
  padding: 0;
}

.todayschedule .image-box .image-list li,
.esthetician-box .image-box .image-list li{
  list-style: none;
  float: left;
  width: 33.33333%;
  box-sizing: border-box;
  padding: 0.5em;
}

.todayschedule .image-box .image-list li a,
.esthetician-box .image-box .image-list li a{
  display: block;
}


.todayschedule .image-box .image-list li img,
.esthetician-box .image-box .image-list li img{
  width: 100%;
  margin-bottom: 0.5em;
  border: solid 2px #a0825c;
  box-sizing: border-box;
}

.todayschedule .image-box .image-list li .name,
.esthetician-box .image-box .image-list li .name{
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 0.3em;
  latter-spacing: 0.1em;
}
.todayschedule .image-box .image-list li .name .old,
.esthetician-box .image-box .image-list li .name .old{
  font-size: 0.7em;
  margin-left: 0.7em;
}

.todayschedule .image-box .image-list li .name .work,
.esthetician-box .image-box .image-list li .name .work{
    display: inline-block;
    border: solid 1px #333;
    padding: 0.3em 1.2em;
    letter-spacing: 0.2em;
    background: #ededed;
    font-size: 0.8rem;
    vertical-align: text-top;
}

.todayschedule .image-box .image-list li .time,
.esthetician-box .image-box .image-list li .time{
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 0.3em;
  margin-left: 1em;
  font-size: 1rem;
}

.todayschedule .image-box .image-list li .tag,
.esthetician-box .image-box .image-list li .tag{
  font-size: 0.7em;
  background: #a0825b;
  color: #fff;
  margin-right: 0.5em;
  padding: 0.3em 0.5em;
  display: inline-block;
  vertical-align: top;
}

.todayschedule .image-box .image-list li .height,
.esthetician-box .image-box .image-list li .height{
  margin-bottom: 0;
  text-align: center;
  float: left;
}

.todayschedule .image-box .image-list li .type,
.esthetician-box .image-box .image-list li .type{
    background: none;
    border: solid 1px #a0825b;
    color: #a0825b;
    font-size: 0.7rem;
    padding: 0.4em 0.7em 0.5em;
    vertical-align: middle;
    margin-right: 1em;
}


.access{
  background: #de5487;
  color: #fff;
}

.access .map-box,
.salon-box .map-box{
    margin-bottom: 1.5em;
    filter: grayscale(1);
}

.access .map-box iframe,
.salon-box .map-box iframe{
  width: 100%;
}

.access .address,
.salon-box .address{
  text-align: center;
  letter-spacing: 0.07em;
}

.access .address-sub,
.salon-box .address-sub{
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 0.7rem;
}

@media screen and (max-width:700px) {
  .news .inr .news-box dt{
    font-size: 0.75rem;
  }
  .news .inr .news-box dd{
    font-size: 0.85rem;
  }

  .todayschedule .image-box .image-list li,
  .esthetician-box .image-box .image-list li{
    padding: 0.5em 0.5em 1em;
    width: 50%;
  }
  .todayschedule{
    padding: 0;
  }
  .todayschedule .image-box .image-list li .name,
  .esthetician-box .image-box .image-list li .name{
    font-size: 1rem;
  }
  .todayschedule .image-box .image-list li .name .old,
  .esthetician-box .image-box .image-list li .name .old{
    font-size: 0.6em;
    margin-left: 0.3em;
  }
  .todayschedule .image-box .image-list li .tag,
  .esthetician-box .image-box .image-list li .tag{
    font-size: 0.55em;
    vertical-align: middle;
    padding: 0.15em 0.5em;
  }
  .todayschedule .image-box .image-list li .time,
  .todayschedule .image-box .image-list li .height,
  .esthetician-box .image-box .image-list li .time,
  .esthetician-box .image-box .image-list li .height{
    font-size: 0.85rem;
    margin-left: 0;
  }
  .todayschedule .image-box .image-list li .name .work,
  .esthetician-box .image-box .image-list li .name .work{
    font-size: 0.55rem;
    padding: 0.1em 0.4em;
    margin-left: 0.5em;
  }
  .top-intoro-text{
    padding: 3em 1em 0;
    font-size: 0.8rem;
    text-align: left;
  }
  .salon-box .about-text{
    padding: 1em 1em 0;
    font-size: 0.8rem;
    text-align: left;
  }

  .top-intoro-text > br,
  .salon-box .about-text br{
    display: none;
  }
  .top-intoro-text .bold-list{
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .top-intoro-text img{
    width: 50px;
  }
}

/*=============================
     salon サロン情報ページ
=============================*/
.salon-box .tel,
.access .tel{
  text-align: center;
  letter-spacing: 0.07em;
  margin-bottom: 0;
}

.salon-box .logo{
  text-align: center;
  margin-bottom: 2em;
}

.salon-box .logo img{
  width: 300px;
}
@media screen and (max-width:700px) {
  .salon-box .logo img{
    width: 200px;
  }
}

/*=============================
     therapist セラピスト詳細ページ
=============================*/

.page-box.therapist-wp{
  padding-top: 120px;
}

.therapist-box .image-box{
  float: left;
  width: 35%;
}

.therapist-box .image-box .image{

}

.therapist-box .image-box .image img{
  width: 100%;
  height: auto;
}

.therapist-box .therapist-detail-box{
  float: left;
  width: 65%;
  padding-left: 2em;
}

.therapist-box .therapist-detail-box .name{
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin: 0.5em 0 1.5rem;
}
.therapist-box .therapist-detail-box .name .eng{
  font-size: 0.6em;
  padding-left: 1em;
}
.therapist-box .therapist-detail-box .work{
display: inline-block;
  border: solid 1px #333;
  padding: 0.1em 1.1em 0.1em 1.2rem;
  letter-spacing: 0.2em;
  background: #ededed;
  font-size: 0.9rem;
  margin-left: 2em;
}

.therapist-box .therapist-detail-box .time{
  font-size: 1.3rem;
  margin-left: 1em;
  vertical-align: bottom;
}

.therapist-box .therapist-detail-box .detail{
    border-top: dotted 1px #999999;
    padding: 1em 0 0.5em;
    margin: 0;
}

.therapist-box .therapist-detail-box .detail:last-child{
  border-bottom: dotted 1px #999999;
}

.therapist-box .therapist-detail-box .detail dt{
  width: 35%;
  float: left;
  padding-left: 1em;
  font-size: 0.9rem;
  margin-bottom: .5rem;
}

.therapist-box .therapist-detail-box .detail dd{
  width: 65%;
  float: left;
  font-size: 0.9rem;
}

.therapist-box .comment{
  clear: both;
  padding-top: 1.5em;
}

.therapist-box .comment .comment-hx{
  border-bottom: solid 1px #999999;
  padding-bottom: 0.3em;
  margin-bottom: 0.6em;
}

.therapist-box .comment .comment-hx .sub{
  font-size: 0.6em;
}

.therapist-box .comment .text{

}

.therapist-box .schedule{
  clear: both;
  padding-top: 1.5em;
}

.therapist-box .schedule .schedule-hx{
  border-bottom: solid 1px #999999;
  padding-bottom: 0.3em;
  margin-bottom: 0.6em;
}

.therapist-box .schedule .schedule-hx .sub{
  font-size: 0.6em;
}

.therapist-box .schedule .image{

}

.therapist-box .schedule .image img{
  width: 100%;
  max-width: 400px;
}

.schedule-table{
  width: 100%;
  overflow-x: scroll;
  position: relative;
}

.schedule-table.week{
  width: 96%;
  margin: 0 auto;
}

.schedule-table table.schedule{
  white-space: nowrap;
  position: relative;
}
.schedule-table table.schedule th{
  border: solid 1px #333;
  text-align: center;
  padding: 0.2em 0.5em;
  background: #d8c8b3;
  letter-spacing: 0.08em;
}

.schedule-table table.schedule th.sub{
  letter-spacing: 0em;
  font-size: 0.5rem;
}

.schedule-table table.schedule td{
  border: solid 1px #333;
  text-align: center;
  padding: 0.2em 0.5em;
  letter-spacing: 0.08em;
}

.schedule-table table.schedule td.image{
  padding: 0;
  font-size: 0.8rem;
  background: #111;
  color: #fff;
}

.schedule-table table.schedule td.image .name{
    padding: 0.3em 0;
    display: block;
}

.schedule-table table.schedule td img{
  width: 100px;
}

@media screen and (max-width:700px) {
  .page-box.therapist-wp{
    padding-top: 50px;
    margin-bottom: 0;
  }
  .therapist-box{
    padding: 1em;
  }
  .therapist-box .image-box{
    width: 100%;
  }
  .therapist-box .therapist-detail-box{
    width: 100%;
    padding: 0;
  }
  .therapist-box .therapist-detail-box .name{
    font-size: 1.5rem;
    text-align: center;
  }
  .therapist-box .therapist-detail-box .work{
    vertical-align: text-bottom;
    font-size: 0.8rem;
    margin: 0;
  }
  .therapist-box .therapist-detail-box .time{
    vertical-align: baseline;
  }
  .therapist-box .therapist-detail-box .detail{
    padding: 0.6em 0 0.1em;
  }
  .therapist-box .therapist-detail-box .detail dt{
    width: 40%;
    font-size: 0.7rem;
  }
  .therapist-box .therapist-detail-box .detail dd{
    width: 60%;
    font-size: 0.7rem;
  }
  .therapist-box .comment .comment-hx{
    font-size: 1rem;
  }
  .therapist-box .comment .text{
    font-size: 0.9rem;
  }
  .schedule-table table.schedule th{
    font-size: 0.7rem;
  }
  .schedule-table table.schedule td{
    font-size: 0.7rem;
  }
  .schedule-table table.schedule td.image{
    font-size: 0.6rem;
  }
  .schedule-table table.schedule td.image img{
    width: 60px;
  }

}

/*=============================
     contact コンタクトページ
=============================*/

.contact-page-box{

}

.contact-page-box .contact-box{
  font-size: 0.85rem;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 5em;
  padding: 1em;
}

.contact-page-box .contact-box .contact-table{

}

.contact-page-box .contact-box .contact-table .msg-text{
  text-align: center;
}

.contact-page-box .contact-box .contact-table .msg-error{
  text-align: center;
  color: #ff2424;
}

.contact-page-box .contact-box .contact-table .form-list{
  margin-top: 4em;
}

.contact-page-box .contact-box .contact-table .form-list dt{
  width: 28%;
  float: left;
  padding: 0.7em;
  letter-spacing: 0.07em;
}

.contact-page-box .contact-box .contact-table .form-list dt .require{
  font-weight: 500;
  font-size: 0.7em;
  padding: 0.15em 0.5em;
  background: #a0825b;
  color: #fff;
  vertical-align: text-top;
  margin-left: 1em;
}

.contact-page-box .contact-box .contact-table .form-list dd{
  float: left;
  width: 72%;
  padding: 0.7em;
}
.contact-page-box .contact-box .contact-table .form-list dd .note{
  font-size: 0.7rem;
  font-style: normal;
  color: #999999;
  padding-top: 0.5em;
}

.contact-page-box .contact-box .contact-table .form-list dd.err{
  background: #ffefef;
}

.contact-page-box .contact-box .contact-table .form-list dd input{
  width: 100%;
}

.contact-page-box .contact-box .contact-table .form-list dd textarea{
  width: 100%;
  height: 8em;
}

.contact-page-box .contact-box .contact-table .hx-form-post{
  text-align: center;
  font-size: 1.1rem;
}

.contact-page-box .contact-box .contact-table .text-form-post{
  text-align: center;
  line-height: auto;
}

.contact-page-box .contact-box .contact-table

.contact-page-box .contact-box .flexcroll{
  text-align: center;
}

.contact-page-box .contact-box .flexcroll .flexcroll-text{
  font-size: 0.75rem;
  line-height: 2;
  border: solid 1px #999999;
  padding: 1em;
  width: 90%;
  margin: 0 auto 3em;
  text-align: left;
}

.contact-page-box .btn-form{
  text-align: center;
}

.contact-page-box .btn-form form{
  display: inline-block;
}

.contact-page-box .btn-form button{
  display: inline-block;
  background: #fff;
  color: #111;
  font-size: 0.8rem;
  letter-spacing: .1em;
  padding: 10px 50px;
  transition: all 0.5s ease;
  border: solid #111 1px;
}

.contact-page-box .btn-form button:hover{
  background: #111;
  color: #fff;
  border: solid #fff 1px;
  text-decoration: none;
}

@media screen and (max-width: 780px) {
  .contact-page-box .contact-box .contact-table .form-list dt{
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  .contact-page-box .contact-box .contact-table .form-list dd{
    float: none;
    width: 100%;
  }

}



/*=============================
       price 料金システム
=============================*/

.price-box{
  padding: 60px 1em 0;
  box-sizing: border-box;
}

.price-box .inr-box{

}

.price-box .inr-box .price-intro-text{
  width: 100%;
  max-width: 700px;
  font-size: 0.85rem;
  margin: 0 auto 2em;
}

.price-box .inr-box .tel{
  text-align: center;
  font-size: 1.5rem;
}

.price-box .inr-box .tel .sub{
  font-size: 0.6em;
}

.price-box .inr-box .price-box{
  width: 100%;
  max-width: 600px;
  margin: 0 auto 3em;
  border: solid 1px #111;
  padding: 1em;
}

.price-box .inr-box .price-box .price-list{
  text-align: center;
  list-style: none;
/*  float: left;*/
  width: 100%;
  line-height: 2;
}

.price-box .inr-box .price-box .price-list .tag{
  margin-right: 0.7em;
  font-size: 1em;
  padding: 0.2em 0.5em;
}

.price-box .inr-box .price-box .price-list .yen{
  font-size: 1.2em;
}

.price-box .inr-box .price-box .price-list.strong .tag{
  font-weight: bold;
  font-size: 1.3em;
}

.price-box .inr-box .price-box .price-list.strong .yen{
  font-weight: bold;
  font-size: 1.3em;
}


.price-box .inr-box .caution{
  width: 100%;
  max-width: 700px;
  font-size: 0.85rem;
  margin: 0 auto 2em;
}

.price-box .inr-box .caution .caution-hx{
  text-align: center;
  border-bottom: solid 1px #999999;
  font-size: 1rem;
  line-height: 2;
}

.price-box .inr-box .caution .caution-list{
    padding-left: 2em;
}

.price-box .inr-box .caution .caution-list li{

}

@media screen and (max-width: 780px) {
  .price-box .inr-box .price-box .price-list{
    float: none;
    width: 100%;
  }
  .price-box .inr-box .caution .caution-list li{
    font-size: 0.7rem;
    margin-bottom: 0.5em;
  }
  .price-box .inr-box .price-box .price-list .tag{
    font-size: 0.7em;
  }
  .price-box .inr-box .price-box .price-list .yen{
    font-size: 1em;
  }
}

/*=============================
       News お知らせ
=============================*/

.news-box{
  margin-bottom: 4em;
}

.news-box .news-article{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 1em;
  padding: 1em 1.5em;
}


.news-box .news-article .date{
  float: left;
  width: 20%;
  font-size: 0.8rem;
  padding: 5px 1em;
}

.news-box .news-article .detail-box{
  float: left;
  font-size: 0.85rem;
  width: 80%;
  padding: 5px 1em 5px 3em;
  border-left: solid 1px #cccccc;
}

.news-box .news-article .detail-box .article-hx{
}

.news-box .news-article .detail-box .text{
  line-height: 1.7;
  font-size: 0.85rem;
}

.news-box .news-article .detail-box .text a{
  color: #f35959;
  text-decoration: underline;
}

@media screen and (max-width: 780px) {
  .news-box .news-article{
    padding: 1em 0.5em;
  }
  .news-box .news-article .date{
    width: 12%;
    padding: 0 0.3em;
    transform: rotate(90deg);
    margin-top: 1.5em;
  }
  .news-box .news-article .detail-box{
    width: 88%;
    padding: 3px 0.5em 3px 1.5em;
  }
  .news-box .news-article .detail-box .article-hx{
    line-height: 1.3;
  }
  .news-box .news-article .detail-box .text{
    font-size: 0.75rem;
    line-height: 1.5;
  }
}


/*=============================
       Product プロダクト
=============================*/

.product-page-box{
  margin-bottom: 6em;
}

.product-page-box .collection-box{
  text-align: center;
}

.product-page-box .collection-box a{
  display: inline-block;
  width: 100%;
  max-width: 700px;
  height: 300px;
  background-size: cover;
  transition: all 0.4s ease;
  border: solid 0 #fff;
}

.product-page-box .collection-box a:hover{
  border: solid 8px #fff;
}

.product-page-box .collection-box a.col2019ss{
  background-image: url(../assets/images/products/collection-2019ss.jpg);
}

.product-page-box .collection-box a.col2018aw{
  background-image: url(../assets/images/products/collection-2018aw.jpg);
}


.product-page-box .collection-box a .collection-hx{
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 120px;
  transition: all 0.4s ease;
}

.product-page-box .collection-box a:hover .collection-hx{
  color: #ffc5c5;
}

.product-page-box .collection-box a .collection-hx .sub{
  font-size: 0.7em;
}

.product-page-box .collection-box a .image{
  position: relative;
}

.product-page-box .collection-box a .image img{

}

.product-page-box .season-coll-list{
  padding: 0 1em;
}

.product-page-box .season-coll-list .item-link{
  width: 16.666666%;
  padding: 1em;
  float: left;
  list-style: none;
}

.product-page-box .season-coll-list .item-link a{
  display: block;
  transition: all 0.4s ease;
}

.product-page-box .season-coll-list .item-link a:hover{
  opacity: 0.7;
}

.product-page-box .season-coll-list .item-link a .image{

}

.product-page-box .season-coll-list .item-link a .image img{
  width: 100%;
  height: auto;
}

.product-page-box .season-coll-list .item-link a .type{
  font-size: 0.7rem;
  margin: 0;
}

.product-page-box .season-coll-list .item-link a .name{
  font-size: 0.75rem;
  line-height: 1.5;
  min-height: 3em;
}


@media screen and (max-width: 1040px) {
  .product-page-box .season-coll-list .item-link{
    width: 20%;
  }
}

@media screen and (max-width: 780px) {
  .product-page-box{
    margin-bottom: 2em;
  }
  .product-page-box .season-coll-list{
    padding: 0 0.5em;
  }
  .product-page-box .season-coll-list .item-link{
    width: 33.3333333%;
    padding: 0.5em;
  }
  .product-page-box .season-coll-list .item-link a .type{
    font-size: 0.6rem;
  }
  .product-page-box .season-coll-list .item-link a .name{
    font-size: 0.65rem;
  }
  .product-page-box .collection-box{
    padding: 0.5em 1em;
  }
  .product-page-box .collection-box a{
    height: 200px;
  }
  .product-page-box .collection-box a .collection-hx{
    font-size: 1.1rem;
    margin-top: 80px;
    line-height: 1.2;
  }
}

.timeline-InformationCircle-widgetParent{
  display: none;
}

.timeline-Tweet-text{
  font-size: 1.2rem !important;
}

@media screen and (max-width: 780px) {
  .timeline-Tweet-text{
    font-size: 0.8rem !important;
  }
}