@charset "utf-8";



body.index::before {
    background: url(../assets/images/common/bg-main.jpg) no-repeat left top;
    background-size: 100% auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
@media screen and (max-width: 780px){
  body.index::before {
    background: url(../assets/images/common/bg-main_sp.jpg) no-repeat left top;
    background-size: 100% auto;
  }
}

body{
  padding-top: 82px;
  background: #f5f4f4;
  font-family: 'Poppins', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
body.index{
  background: #111;
}


.cnt-box{
}

.triangle{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 800px 270px;
  border-color: transparent transparent #fff transparent;
}

.triangle2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 270px 800px 0;
    border-color: transparent transparent #fff transparent;
}

a{color: #fff;text-decoration: none;}
a:visited{color: #fff;}
a:hover{color: #fff;text-decoration: none;}

::selection{
    background: #666666;
    color: #ffffff;
}
/* for Firefox */
::-moz-selection{
    background: #666666;
    color: #ffffff;
}

.top-intoro-text{
    text-align: center;
    padding: 1em 1em 4em;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #fff;
}

.salon-box .about-text{
text-align: center;
    padding: 1em 0 1em;
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.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;
}

@media screen and (max-width: 780px) {
  #breadcrumbnav{
    padding: 1em;
    font-size: 0.6rem;
  }
  body{
    padding-top: 17vw;
  }
}

.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;}
}

/*=============================
      画面下固定
=============================*/

  .bottom-fix{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 10;
  }

  .bottom-fix .bottom-link{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .bottom-fix .bottom-link .link{
    float: left;
    width: 25%;
    box-sizing: border-box;
  }

  .bottom-fix .bottom-link .link a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 2rem;
    letter-spacing: 0.2em;
    padding: 0.5em 0 0.2em;
    color: #111;
    text-align: center;
    background: rgb(255 132 132 / 90%);
  }
  .bottom-fix .bottom-link .link:nth-child(even) a{
    background: rgb(251 109 109 / 90%);
  }

  .bottom-fix .bottom-link .link a img{
    width: 50%;
    vertical-align: text-bottom;
  }
  .bottom-fix .bottom-link .link a.tel{
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
  }
  .bottom-fix .bottom-link .link a.tel .pc{
    letter-spacing: 0.1em;
  }
  .bottom-fix .bottom-link .link a.web{
    border-right: solid 1px #fff;
  }
  .bottom-fix .bottom-link .link a.line{
    border-right: solid 1px #fff;
  }
.pc{
  display: inline-block;
}

.sp{
  display: none;
}
@media screen and (max-width: 780px) {
  .sp{
    display: inline-block;
  }
  .pc{
    display: none;
  }
  .bottom-fix{
    display: block;
  }
  .bottom-fix .bottom-link .link a{
    font-size: 1rem;
  }
}


/*=============================
         ヘッダー
=============================*/

.hd{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0.3em 0;
  transition: all 0.6s ease;
  background: rgba(255, 255, 255, 1);
}

.hd.hd-change{
  background: rgba(255, 255, 255, 0.85);
}

.hd .inr{
  width: 100%;
  max-width: 1000px;
  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: 70px;
  height: auto;
}


.hd .inr .hd-tel{
    float: right;
    line-height: 1.2;
    text-align: center;
    font-size: 0.7rem;
    padding: 0.7em 1.5em;
    background: #a0825a;
    color: #fff;
    margin: 0.4em 0 0;
}

.hd .inr .hd-tel a{
    font-size: 0.9rem;
   color: #fff;
}



  .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: rgb(0 0 0 / 95%);
    border: solid 15px #1b1b1b;
    left: 0;
    padding: 3em;
  }
  .hd .inr .nav .link-logo{
    text-align: center;
  }
  .hd .inr .nav .link-logo a{
    color: #fff;
    font-weight: 100;
    letter-spacing: 1em;
  }
  .hd .inr .nav .main-link,
  .hd .inr .nav .cast-link{
    float: left;
    list-style: none;
    padding: 0;
  }
  .hd .inr .nav .main-link{
    width: 40%;
    padding: 1em;
  }
  .hd .inr .nav .cast-link{
    width: 60%;
    padding: 1em;
  }
  .hd .inr .nav .main-link li,
  .hd .inr .nav .cast-link li{
    float: left;
  }
  .hd .inr .nav .main-link li{
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    width: 33.3333%;
    text-align: left;
    font-size: 0.8rem;
    margin-bottom: 0.5em;
  }
  .hd .inr .nav .main-link li svg{
    width: 0.7em;
  }
  .hd .inr .nav .cast-link li{
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    margin-right: 1em;
    font-size: 0.8rem;
    margin-bottom: 0.5em;
  }

  .hd .inr .nav .main-link .link-hx,
  .hd .inr .nav .cast-link .link-hx{
    font-size: 0.7rem;
    color: #fff;
    border: solid 1px #cccccc;
    padding: 0.3em 1em;
    margin-bottom: 1.3em;
    float: none;
    width: 100%;
    text-align: center;
  }

  .hum-menu{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 1.9em;
    right: 2em;
    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: #fff;
  }
  .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);
  }

@media screen and (max-width: 780px){
  .hd .inr .logo img{
    max-width: 50px;
  }
  .hum-menu{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1.4em;
    right: 1em;
    z-index: 100;
  }
  .hd .inr .nav .main-link,
  .hd .inr .nav .cast-link{
    width: 100%;
  }
}
@media screen and (max-width: 600px){
  .hd .inr .nav{
    padding: 1.5rem 0.7em;
  }
  .hd .inr .nav .main-link li{
    width: 50%;
  }
  .hd .inr .nav .link-logo a{
    font-size: 0.7rem;
  }
}


/*=============================
         フッター
=============================*/

.ft{
  width: 100%;
  padding: 0 1em;
  background: #111;
}

.ft .inr{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3em 0 0.5em;
}

.ft .inr .copy{
  text-align: center;
  font-size: 0.5rem;
  color: #cccccc;
  border-top: solid 1px #666;
  padding-top: 3em;
  margin-top: 3em;
}

.ft .footer-box{

}

.ft .store-box{
  float: left;
}

.ft .store-box .image{

}

.ft .store-box .image img{
  width: 120px;
  height: auto;
}

.ft .store-box .tel{
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 0.4em;
}

.ft .store-box .address{
  color: #fff;
  font-size: 0.85rem;
  margin: 0;
}

.ft .link-box{
  float: left;
  padding-left: 2em;
}

.ft .link-box .main-link{
  padding: 0;
  list-style: none;
  border-bottom: solid 1px #666666;
  padding-bottom: 1em;
}

.ft .link-box .main-link li{
  float: left;
  width: 25%;
}

.ft .link-box .main-link li a{
  font-size: 0.8rem;
  color: #fff;
}

.ft .link-box .main-link li a svg{
  margin-right: 0.3em;
}

.ft .link-box .cast-link{
  padding: 0;
  list-style: none;
}

.ft .link-box .cast-link .cast-link-hx{
  font-size: 0.8rem;
  color: #fff;
  float: none;
}

.ft .link-box .cast-link li{
  float: left;
  margin-right: 1em;
}

.ft .link-box .cast-link li a{
  font-size: 0.8rem;
  color: #fff;
}
.ft .link-box .cast-link li a .sub{
  font-size: 0.7em;
  margin-right: 0.4em;
}

@media screen and (max-width: 780px){
  .ft .store-box{
    text-align: center;
    float: none;
    margin-bottom: 2em;
  }
  .ft .link-box{
    float: none;
    padding: 1em;
  }
  .ft .link-box .main-link li{
    width: 33.3333%;
  }
  .ft .store-box .tel{
    font-size: 0.95rem;
  }
  .ft .store-box .address{
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 600px){
  .ft .link-box .main-link li{
    width: 50%;
  }

}
/*=============================
      ページ共通
=============================*/

.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{
    text-align: center;
    font-weight: 100;
    font-size: 4rem;
    letter-spacing: 0.1em;
    line-height: 0.4;
    margin-bottom: 2rem;
}

.page-hx .sub{
    font-size: 0.9rem;
}

.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: 2rem;
    line-height: 0.8;
  }
  .page-hx .sub{
    font-size: 0.6rem;
  }
}

/*=============================
     トップページスライド
=============================*/

.slide-area{
  text-align: center;
  height: 1000px !important;
}

.intro-text{
  padding: 6em 0 4em;
  text-align: center;
  margin: 0;
}

.intro-text .logo{
  width: 430px;
}

.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;
  }
  .intro-text{
  }
  .intro-text .logo{
    width: 180px;
  } 
}

/*=============================
         トップページ
=============================*/

.video-box{
}

.video-box video{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.top-cnt{
  width: 100%;
  padding: 0;
  background: #fff;
}

.top-cnt .inr{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.top-news-box{
  background: rgb(17 17 17 / 0.85);
  padding: 4em 1em;
}

.top-news-box .top-news-hx{
  color: #fff;
  font-weight: 100;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 1.7em;
  font-size: 2rem;
  line-height: 0.6;
}

.top-news-box .top-news-hx .sub{
  font-size: 0.85rem;
}

.top-news-box .top-news-list{
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.top-news-box .top-news-list .image{
  float: left;
  width: 40%;
}

.top-news-box .top-news-list .image img{
  width: 100%;
}

.top-news-box .top-news-list .text-box{
  float: left;
  width: 60%;
  padding-left: 2.5rem;
}

.top-news-box .top-news-list .text-box .date{
  font-weight: 100;
  color: #fff;
  margin: 0;
  font-size: 0.85rem;
}

.top-news-box .top-news-list .text-box .title{
  font-weight: 100;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #fff;
}

.top-news-box .top-news-list .text-box a{
  background: #fff;
  color: #111;
  font-weight: 100;
  padding: 0.5rem 1rem;
  transition: all 0.4s ease;
}

.top-news-box .top-news-list .text-box a:hover{
  background: #ef87bb;
  color: #fff;
}

.inr .content-hx{
  font-weight: normal;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  text-align: center;
  line-height: 1;
  padding: 1em;
}

.inr .content-hx .sub{
    font-size: 0.5em;
    letter-spacing: 0.2em;
}

.image-cnt1{
  background: #fff;
}

.image-cnt1 .inr,
.image-cnt2 .inr{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}

.image-cnt1 .inr .image{
  float: left;
  width: 75%;
  overflow: hidden;
  position: relative;
  margin: 0;
  max-height: 800px;
}
.image-cnt2 .inr .image{
  float: right;
  width: 75%;
  overflow: hidden;
  position: relative;
  margin: 0;
  max-height: 800px;
}

.image-cnt1 .inr .image img,
.image-cnt2 .inr .image img{
  width: 100%;
}

.image-cnt1 .inr .text-box{
  width: 25%;
  float: right;
  position: relative;
}
.image-cnt2 .inr .text-box{
  width: 25%;
  float: left;
  position: relative;
}

.image-cnt1 .inr .text-box .text{
  padding-top: 450px;
  margin-right: 3em;
}
.image-cnt2 .inr .text-box .text{
  padding-top: 450px;
  margin-left: 3em;
}

.image-cnt1 .inr .link-hx,
.image-cnt2 .inr .link-hx{
  font-size: 5rem;
  font-weight: 100;
  color: #ff6eb7;
  line-height: 1;
  margin: 0 0 0 -5px;
}

.image-cnt1 .inr .link-hx-sub,
.image-cnt2 .inr .link-hx-sub{
  font-weight: 100;
  margin-bottom: 4em;
  line-height: 2;
}

.button-link{
  position: relative;
  display: inline-block;
  padding: .9em 4em;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button-link::before,
.button-link::after{
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
}

.button-link::after{
  opacity: 0;
  right: 1em;
}

.button-link:hover::before {
  animation: arrowbefore .5s;
}
.button-link:hover::after {
  animation: arrowafter .5s;
}
@keyframes arrowbefore {
  100% {
    right: -.4em;
    opacity: 0;
  }
  }
  @keyframes arrowafter {
  99% {
    right: .2em;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 1700px){
  .image-cnt2 .inr .text-box .text{
    padding-top: 330px;
    margin-left: 3em;
  }
  .image-cnt1 .inr .text-box .text{
    padding-top: 330px;
    margin-right: 3em;
  }
  .image-cnt1 .inr .text-box,
  .image-cnt2 .inr .text-box{
    width: 30%;
  }
  .image-cnt1 .inr .image,
  .image-cnt2 .inr .image{
    width: 70%;
  }
}

@media screen and (max-width: 1260px){
  .image-cnt1 .inr .text-box .text,
  .image-cnt2 .inr .text-box .text{
    padding-top: 250px;
  }
  .image-cnt1 .inr .link-hx,
  .image-cnt2 .inr .link-hx{
    font-size: 4rem;
  }
  .image-cnt1 .inr .link-hx-sub,
  .image-cnt2 .inr .link-hx-sub{
    margin-bottom: 2em;
    font-size: 0.9rem;
  }
  .button-link{
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 940px){
  .image-cnt1 .inr .text-box .text,
  .image-cnt2 .inr .text-box .text{
    padding-top: 170px;
  }
  .triangle{
    border-width: 0 0 460px 160px;
  }
  .triangle2{
    border-width: 0 160px 460px 0;
  }
  .image-cnt1 .inr .text-box,
  .image-cnt2 .inr .text-box{
    width: 35%;
  }
  .image-cnt1 .inr .image,
  .image-cnt2 .inr .image{
    width: 65%;
  }
  .image-cnt1 .inr .link-hx-sub,
  .image-cnt2 .inr .link-hx-sub{
    font-size: 0.7rem;
  }
  .image-cnt1 .inr .link-hx,
  .image-cnt2 .inr .link-hx{
    font-size: 3rem;
  }
}


@media screen and (max-width: 780px){
  .triangle{
     border-width: 0 0 100px 160px;
  }
  .triangle2{
    border-width: 0 160px 100px 0;
  }
  .image-cnt1,
  .image-cnt2{
    padding: 0.5em;
    box-sizing: border-box;
  }
  .image-cnt1 .inr,
  .image-cnt2 .inr{
    width: 100%;
    padding: 0.5em;
    float: none;
  }
  .image-cnt1 .inr .text-box,
  .image-cnt2 .inr .text-box{
    float: none;
    width: 100%;
    margin: -26px 0 0 0;
  }
  .image-cnt1 .inr .image,
  .image-cnt2 .inr .image{
    width: 100%;
    float: none;
  }
  .image-cnt1 .inr .text-box .text,
  .image-cnt2 .inr .text-box .text{
    margin: 0;
    padding: 0;
  }
  .image-cnt1 .inr .text-box .text{
    text-align: right;
  }
  .image-cnt1 .inr .link-hx,
  .image-cnt2 .inr .link-hx{
    font-size: 2.5rem;
  }
  .image-cnt1 .inr .link-hx-sub,
  .image-cnt2 .inr .link-hx-sub{
    font-size: 0.7rem;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .image-cnt1 .inr .link-hx-sub br,
  .image-cnt2 .inr .link-hx-sub br{
/*    display: none;*/
  }
  .button-link{
    font-size: 0.7rem;
  }
  .top-news-box {
    background: rgb(17 17 17 / 0.85);
    padding: 2em 0.7em 1.5rem;
  }
  .top-news-box .top-news-hx{
    padding-bottom: 1em;
    font-size: 1.5rem;
    line-height: 01;
  }
  .top-news-box .top-news-list .text-box{
    padding-left: 1rem;
  }
  .top-news-box .top-news-list .text-box .date {
    font-size: 0.7rem;
  }
  .top-news-box .top-news-list .text-box .title{
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .top-news-box .top-news-list .text-box a{
    font-size: 0.65rem;
    padding: 0.3rem 1rem;
  }
  .top-news-box .top-news-hx .sub{
    font-size: 0.65rem;
  }

}

.news-page{
   margin: 2rem 0;   
}


.news-page .news-box{
    text-align: center;
    font-weight: 100;
    margin: 4.5rem 0; 
  letter-spacing: 0.07em;
}

.news-page .news-box .sub-title{
  font-size: 0.6em;
  letter-spacing: 0.5em;
  margin-left: -0.5em;
}

.news-page .news-box .title{
  font-size: 2rem;
  font-weight: 100;
}

.news-page .news-box .date{
  font-size: 0.8em;  
  margin-bottom: 2em;
}

.news-page .news-box .news-text{
  margin-bottom: 2em;
}

.news-page .news-box .image{
  width: 100%;
  padding: 0 1em;
}

.news-page .news-box .image img{
  width: 100%;
  border: solid 1px #fff;
}

@media screen and (max-width: 780px){
  .news-page .news-box{
     margin: 2rem 0;   
  }
  .news-page .news-box .title{
    font-size: 1.5rem;
  }
  .news-page .news-box .news-text{
    font-size: 0.85rem;
  }
}


.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: 50%;
  box-sizing: border-box;
  padding: 1.5em;

}

.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;
}
.todayschedule .image-box .image-list li .name .old,
.esthetician-box .image-box .image-list li .name .old{
  font-size: 0.7em;
}

.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;
  float: left;
    margin-right: 1em;
}

.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;
}


.banner-box{
  background: #fff;
  padding: 5em 0;
}

.banner-box .inr{
  width: 100%;
  max-width: 90%;
}

.banner-box .banner-list{
  padding: 0;
  width: 100%;
  padding: 0.5em;
  margin: 0 auto;
}

.banner-box .banner-list .banner{
  width: 33.333333%;
  float: left;
  list-style: none;
  padding: 1em;
}

.banner-box .banner-list .banner img{
  width: 100%;
  height: auto;
}

@media screen and (max-width:700px) {
  .banner-box{
    padding: 1em 0;
  }
  .banner-box .inr{
  }
  .banner-box .banner-list{
  }
  .banner-box .banner-list .banner{
    width: 100%;
    float: none;
    padding: 0.2em;
  }
}

.access{
  background: rgba(17, 17, 17, 1);
  color: #fff;
  padding: 6em 0;
}

.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,
.access .name,
.access .tel,
.access .time{
  text-align: center;
  letter-spacing: 0.07em;
}

.access .bold{
  font-weight: bold;
}

.access .address-sub,
.salon-box .address-sub{
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 0.7rem;
}

@media screen and (max-width:700px) {
  .access{
    padding: 2em 0.5em;
  }
  .access .map-box iframe{
    height: 300px;
  }
  .access .address, .access .name, .access .tel, .access .time{
    font-size: 0.8rem;
  }
  .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;
  }
  .todayschedule{
    padding: 0;
  }
  .todayschedule .image-box .image-list li .name,
  .esthetician-box .image-box .image-list li .name{
    font-size: 1.2rem;
  }
  .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;
  }
  .top-intoro-text{
    font-size: 0.8rem;
  }
  .salon-box .about-text{
    padding: 1em 1em 0;
    font-size: 0.8rem;
    text-align: left;
  }

}

/*=============================
       ページ共通
=============================*/

.main-cnt{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 3em;
}
@media screen and (max-width:700px) {
}

/*=============================
     cast キャスト一覧ページ
=============================*/

.cast-list-page{
  padding: 2%;
  max-width: 100%;
}

.main-cnt .main-cnt-hx{
  text-align: center;
  font-weight: 100;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 0.6;
  margin: 4.5rem 0;
}

.main-cnt .main-cnt-hx .sub{
  font-size: 0.9rem;
}

.main-cnt .main-cnt-intro{
  text-align: center;
}

.cast-list-page .cast-list{
  padding: 0;
}

.cast-list-page .cast-list li{
  float: left;
  width: 32.7%;
  padding: 0.5em;
  list-style: none;
  background: #fff;
  margin: 0.3%;
  position: relative;
}

.cast-list-page .cast-list li .image{
  float: left;
  width: 35%;
  margin: 0;
}

.cast-list-page .cast-list li .image img{
  width: 100%;
}


.cast-list-page .cast-list li .text-box{
  float: left;
  width: 65%;
  padding: 0 1em;
  position: relative;
  z-index: 3;
}

.cast-list-page .cast-list li .text-box .name{
  position: relative;
  font-size: 4vw;
  margin: 0;
  z-index: 3;
  font-weight: 100;
  color: #ff6eb7;
}

.cast-list-page .cast-list li .text-box .name-sub{
  position: relative;
  font-size: 1rem;
  z-index: 3;
  font-weight: 100;
  margin: -1em 0 0 0.3em;
  color: #ff6eb7;
}

.cast-list-page .cast-list li .age{
  position: absolute;
  bottom: 0px;
  right: 20px;
  font-size: 10vw;
  z-index: 1;
  font-weight: 100;
  color: #ffd8d8;
  font-style: oblique;
}

.cast-list-page .cast-list li a{
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 3;
  background: #111;
  color: #fff;
  font-weight: 100;
  padding: 0.5em 1em;
  width: 55%;
  transition: all 0.4s ease;
}
.cast-list-page .cast-list li a:hover{
  background: #059682;
}

@media screen and (max-width:700px) {

  .main-cnt .main-cnt-hx{
    font-size: 2rem;
    line-height: 0.8;
    margin: 2rem 0;
  }
  .main-cnt .main-cnt-hx .sub{
    font-size: 0.6rem;
  }
  .cast-list-page .cast-list li{
    width: 99.4%;
    margin-bottom: 1%;
    float: none;
  }
  .cast-list-page .cast-list li .text-box .name{
    font-size: 3rem;
  }
  .cast-list-page .cast-list li .age{
    font-size: 7rem;
    right: 30px;
  }
}


/*=============================
     cast キャストページ
=============================*/
.cast-page{

}

.cast-page .cast-box{
  margin-bottom: 6em;
}

.cast-page .cast-box .image{
  float: left;
  width: 50%;
}

.cast-page .cast-box .image img{
  width: 100%;
}

.cast-page .cast-box .detail-box{
  padding: 4% 5%;
  float: left;
  width: 50%;
}

.cast-page .cast-box .detail-box .name{
  font-weight: 100;
  font-size: 3rem;
  margin-bottom: 1em;
}

.cast-page .cast-box .detail-box .name .sub{
  font-size: 1.5rem;
  margin-left: 1.5em;
}

.cast-page .cast-box .detail-box .detail-list{
  border-bottom: solid 1px #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 1.3em;
}

.cast-page .cast-box .detail-box .detail-list dt{
  font-weight: 100;
  float: left;
  width: 40%;
}

.cast-page .cast-box .detail-box .detail-list dd{
  font-weight: 100;
  float: left;
  width: 60%;
}

.cast-page .cast-box .detail-box .link-list{
  padding: 0;
}
.cast-page .cast-box .detail-box .link-list li{
  float: left;
  padding: 0.2em;
  width: 50%;
  list-style: none;
}

.cast-page .cast-box .detail-box .link-list li a{
  display: block;
  background: #ff6eb7;
  color: #fff;
  width: 100%;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 0.3em;
  transition: all 0.4s ease;
}

.cast-page .cast-box .detail-box .link-list li a:hover{
  background: #038c79;
}

.cast-page .gallery-box{

}

.cast-page .gallery-box .gallery-hx{
  text-align: center;
  font-weight: 100;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 0.4;
  margin-bottom: 2rem;
}

.cast-page .gallery-box .gallery-hx .sub{
  font-size: 0.9rem;
}

.cast-page .gallery-box #lightgallery{

}

.cast-page .gallery-box #lightgallery a{
  float: left;
  width: 20%;
  padding: 1%;
}

.cast-page .gallery-box #lightgallery a img{
  width: 100%;
}

@media screen and (max-width:700px) {
  .cast-page .cast-box .image{
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  .cast-page .cast-box .detail-box{
    width: 100%;
    float: none;
  }
  .cast-page .cast-box .detail-box .name{
    font-size: 1.5rem;
    text-align: center;
  }
  .cast-page .cast-box .detail-box .detail-list{
    font-size: 0.8rem;
  }
  .cast-page .gallery-box .gallery-hx{
    font-size: 2rem;
    line-height: 0.8;
  }
  .cast-page .gallery-box .gallery-hx .sub {
    font-size: 0.6rem;
  }
  .cast-page .gallery-box #lightgallery a{
    width: 33.33333%;
  }
  .cast-page .cast-box{
    margin-bottom: 2em;
  }
}


/*=============================
     sense 店舗ページ
=============================*/
.store-page{

}

.store-page .image{
  width: 100%;
  padding: 0.5em;
}

.store-page .image img{
  width: 100%;
}

.store-page .about-text{
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 1.3rem;
  line-height: 2.5;
  margin: 3em 0;
}

.store-page .tel{
    text-align: center;
    letter-spacing: 0.07em;

}

.store-page .address{
  text-align: center;
  letter-spacing: 0.07em;
  margin-bottom: 3em;
}

.store-page .map-box{
    margin-bottom: 1.5em;
    filter: grayscale(1);
}

.store-page .map-box iframe{
  width: 100%;
}

@media screen and (max-width:700px) {
}


/*=============================
     gravure グラビア一覧ページ
=============================*/

.gravure-list-page{
}

.gravure-list-page .gravure-list{
  padding: 0 0.5%;
}

.gravure-list-page .gravure-list li{
  width: 99%;
  padding: 0.5em;
  list-style: none;
  background: #fff;
  margin: 0.5%;
  position: relative;
}

.gravure-list-page .gravure-list li .image{
  float: left;
  width: 250px;
  margin: 0;
}

.gravure-list-page .gravure-list li .image img{
  width: 100%;
}

.gravure-list-page .gravure-list li .text-box{
  float: left;
  margin-left: 1em;
  padding: 0.5em;
}

.gravure-list-page .gravure-list li .text-box .date{
  font-weight: 100;
  margin: 1em 0 0 0.6em;
}

.gravure-list-page .gravure-list li .text-box .title{
  font-weight: 100;
  font-size: 3rem;
  letter-spacing: 0.07em;
  margin: 0;
}

.gravure-list-page .gravure-list li .text-box .name{
  margin: 0 0 2.5em 0.6em;
}

.gravure-list-page .gravure-list li .text-box .text{
  margin: 0 0 0 0.6em;
}

.gravure-list-page .gravure-list li .text-box a{
  background: #111;
  color: #fff;
  padding: 0.6em 1.5em;
  letter-spacing: 0.07em;
}

@media screen and (max-width:700px) {
  .gravure-list-page .gravure-list li{
    width: 97%;
    margin: 1.5%;
  }
  .gravure-list-page .gravure-list li .image{
    float: none;
    width: 100%;
  }
  .gravure-list-page .gravure-list li .text-box{
    float: none;
    margin-left: 0;
    padding: 0.5em;
  }

  .gravure-list-page .gravure-list li .text-box .date{
    font-size: 0.7rem;
    margin: 0;
  }

  .gravure-list-page .gravure-list li .text-box .title{
    font-size: 1.3rem;
    margin: 0 0 0 -0.2em;
  }
  .gravure-list-page .gravure-list li .text-box .name{
    margin: 0 0 1em;
    font-size: 0.8rem;
  }

  .gravure-list-page .gravure-list li .text-box .text{
    margin: 0;
    font-size: 0.8rem;
  }

  .gravure-list-page .gravure-list li .text-box a{
    font-size: 0.8rem;
   }
}
/*=============================
     gravure グラビアページ
=============================*/

.gravure-wp{
  padding-top: 10vw;
}

.gravure-page{
}

.gravure-page .top-image{
  position: relative;
  padding: 3em 2em 0;
  height: 250px;
  box-sizing: border-box;
  margin-bottom: 2em;
}

.gravure-page .top-image .title{
  position: relative;
  margin: 0.5em 0 0 0;
  z-index: 3;
  font-weight: 100;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.07em;
}

.gravure-page .top-image .name{
  position: relative;
  z-index: 3;
  font-size: 0.9rem;
  margin-left: 0.4em;
  color: #fff;
  letter-spacing: 0.07em;
}

.gravure-page .top-image .image{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  height: 250px;
  overflow: hidden;
}

.gravure-page .top-image .image img{
  width: 100%;
  margin-top: -15%;
  filter: brightness(70%);
}

.gravure-page .gravure-list{
  padding: 0 1%;
}

.gravure-page .gravure-list a{
  float: left;
  width: 50%;
  padding: 1%;
}

.gravure-page .gravure-list a img{
  width: 100%;
}

@media screen and (max-width:700px) {
  .gravure-page .top-image .title{
    font-size: 2rem;
  }
  .gravure-page .top-image .name{
    font-size: 0.7rem;
  }
  .gravure-page .top-image{
    height: 200px;
    padding: 3em 1em 0;
  }
  .gravure-page .top-image .image{
    height: 200px;
  }
}


/*=============================
     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: #ff6eb7;
  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-page{
}

.price-page .price-box{
    margin: 0 1em 3em;
}

.price-page .price-box .price-box-hx{
  margin: 0;
}

.price-page .price-box .price-box-hx .sub{
  font-size: 0.7em;
  letter-spacing: 0.07em;
}

.price-page .price-box .sub-text{
  font-size: 0.9rem;
  letter-spacing: 0.07em;
  color: #666;
}

.price-page .price-box .price-list-box{
  margin-top: 2em;
}

.price-page .price-box .price-detail{
    border-bottom: solid 1px #ccc;
    padding-bottom: 0.5em;
    margin-bottom: 1.3em;
}

.price-page .price-box .price-detail dt{
    font-weight: 100;
    float: left;
    width: 40%;
}

.price-page .price-box .price-detail dd{
    font-weight: 100;
    float: left;
    width: 60%;
}


@media screen and (max-width: 780px) {
  .price-page .price-box .price-detail{
    font-size: 0.8rem;
  }
}

/*=============================
       price 料金システム
=============================*/
.video-page{
}
.video-page .video-box{
  padding: 1em;
}
.video-page .video-box .video-list{
  padding: 0;
  list-style: none;
}

.video-page .video-box .video-list li{
  float: left;
  width: 50%;
  padding: 1em;
}


@media screen and (max-width: 780px) {
  .video-page .video-box .video-list li{
    width: 100%;
  }
}

/*=============================
       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;
  }
}


/*=============================
       online オンライン
=============================*/
.online-page{
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.online-page .online-top{
  width: 100%;
  height: auto;
  margin: 0;
}

.online-page .online-top img{
  width: 100%;
  height: auto;
  margin: 0;
}

.online-page .online-feature {

}

.online-page .online-feature .feature-main-hx{
    text-align: center;
    margin: 1em auto;
    font-weight: 100;
    font-size: 2rem;
    letter-spacing: 0.07em;
    padding: 0 1em;
}

.online-page .online-feature .feature-main-text{
    width: 100%;
    max-width: 650px;
    margin: 0 auto 3em;
    line-height: 2;
    padding: 0 1em;
}

.online-page .online-feature .feature-box{
  padding: 1em;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

.online-page .online-feature .feature-box .text-box{
  float: right;
  width: 50%;
}

.online-page .online-feature .feature-box .text-box .feature-box-hx{
    font-size: 2rem;
    font-weight: 100;
    letter-spacing: 0.07em;
    margin: 1em 0;
    line-height: 1.2;
}

.online-page .online-feature .feature-box .text-box .feature-box-text{

}

.online-page .online-feature .feature-box .image{
  float: right;
  width: 50%;
  padding-right: 3%;
}

.online-page .online-feature .feature-box .image img{
  width: 100%;
  height: auto;
}


.online-page .online-feature .feature-box.left{

}

.online-page .online-feature .feature-box.right .text-box{
  float: left;
  padding-right: 3%;
}

.online-page .online-feature .feature-box.right .image{
  float: left;
  padding-right: 0;
}


.online-page .flow-cnt{
    padding: 1em 2em;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 5em;
}

.online-page .flow-cnt .main-cnt-hx{

}

.online-page .flow-cnt .main-cnt-hx .sub{

}

.online-page .flow-cnt .flow-box{
  border: solid 1px #333;
  padding: 0.7em 1.5em;
}

.online-page .flow-cnt .arrow{
  content:"";
  width: 50px;
  height: 0;
  border-style: solid;
  border-width: 25px 50px 0 50px;
  border-color: #333 transparent transparent transparent;
  margin: 0 auto 2em;
}

.online-page .flow-cnt .flow-box .flow-box-hx{
    font-weight: 100;
    font-size: 1.5rem;
    letter-spacing: 0.07em;
}
.online-page .flow-cnt .flow-box .flow-box-hx br{
    display: none;
}


.online-page .flow-cnt .flow-box .flow-box-hx .num{
    font-size: 3rem;
    color: #de527f;
    margin-right: 0.3em;
}

.online-page .flow-cnt .flow-box .flow-box-text{
    letter-spacing: 0.07em;
}

.online-page .flow-cnt .flow-box .flow-box-text a{
    color: #de527f;
}

.online-page .price-page{
/*    border: solid 1px #333;*/
    padding: 1em 2em;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 5em;
}


@media screen and (max-width: 780px) {
  .online-page .online-feature .feature-main-hx{
    font-size: 1.3rem;
  }
  .online-page .online-feature .feature-main-text{
    font-size: 0.8rem;
  }
  .online-page .online-feature .feature-box .image{
    float: none;
    width: 100%;
    padding: 0;
  }
  .online-page .online-feature .feature-box .text-box{
    float: none;
    width: 100%;
    padding: 0;
  }
  .online-page .online-feature .feature-box .text-box .feature-box-hx{
    font-size: 1.4rem;
    text-align: center;
    margin: 0 auto 0.5em;
  }
  .online-page .online-feature .feature-box .text-box .feature-box-text{
    font-size: 0.8rem;
  }
  .online-page .flow-cnt{
    padding: 1em;
    margin-bottom: 1em;
  }
  .online-page .flow-cnt .flow-box .flow-box-hx{
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1em;
  }
  .online-page .flow-cnt .flow-box .flow-box-hx br{
    display: inline-block;
  }
  .online-page .flow-cnt .flow-box .flow-box-hx .num{
    font-size: 2rem;
  }
  .online-page .flow-cnt .flow-box .flow-box-text{
    font-size: 0.8rem;  
  }
  .online-page .price-page{
    padding: 1em;
    margin: 0 auto;
  }
  .online-page .price-page .price-box{
    margin: 0 0 3em;
  }
  .price-page .price-box .price-detail dt{
    width: 50%;
  }
  .price-page .price-box .price-detail dd{
    width: 50%;
     padding-left: 1em;
  }

}



@media screen and (max-width: 780px) {
}