@charset "UTF-8";
/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * menu.scss
 */
/* layout
--------------------------------------------------*/
#pageTitle {
  background: url(../imgs/menu/page-title-bg.png) repeat center center;
  background-size: cover;
}
#pageTitle .inner .big {
  color: #249136;
}
#pageTitle .inner .small {
  color: #249136;
}

.title-l.col2{
  display: flex;
}
.title-l.col2 .big{
  white-space: nowrap;
}
.title-l.col2 .small{
  font-size: 13px;
}
/* SP */
@media only screen and (max-width: 768px) {
  .title-l.col2{
    display: block;
  }
  .title-l.col2 .big{
    white-space: nowrap;
  }
  .title-l.col2 .small{
    padding-top: 5px;
    font-size: 1.5rem;
  }
}

/* SP */
@media only screen and (max-width: 768px) {
  #pageTitle {
    background: url(../imgs/menu/page-title-bg_sp.png) repeat center center;
    background-size: cover;
  }
}
.priceList li .cap {
  padding-top: 5px;
  padding-left: 20px;
}
.priceList li + li {
  margin-top: 20px;
}
.priceList li dl {
  display: table;
  width: 100%;
  position: relative;
  line-height: 1;
}
.priceList li dl:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 1px;
  height: 2px;
  border-top: 2px dotted #E3E3E3;
  content: '';
  width: 100%;
}
.priceList li dl p {
  display: inline-block;
  background: #fff;
}
.priceList li dl dt {
  position: relative;
  z-index: 1;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
.priceList li dl dt:before {
  position: absolute;
  content: '●';
  font-size: 9px;
  top: 50%;
  margin-top: -5px;
  left: 0;
}
.priceList li dl dt .cap {
  font-weight: normal;
}
.priceList li dl dt p {
  padding-right: 10px;
  padding-left: 20px;
}
.priceList li dl dd {
  position: relative;
  z-index: 1;
  display: table-cell;
  text-align: right;
  font-weight: normal;
}
.priceList li dl dd p {
  padding-left: 10px;
}
.priceList li dl dd span {
  font-size: 20px;
  font-family: "Montserrat";
  padding-left: 3px;
}
.priceList li dl dd span.sub {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
}

.priceList .ttl{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #CE1D1C;
}
/* SP */
@media only screen and (max-width: 768px) {
  .priceList .ttl{
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}



.col2 {
  zoom: 1;
  margin-right: -5%;
  box-sizing: border-box;
}
.col2:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.col2 > div {
  display: block;
  width: 45%;
  float: left;
  margin-right: 5%;
}

.priceArea {
  zoom: 1;
  margin-right: -5%;
  box-sizing: border-box;
}
.priceArea:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.priceArea .priceList {
  display: block;
  width: 45%;
  float: left;
  margin-right: 5%;
}

/* SP */
@media only screen and (max-width: 768px) {
  .priceList li {
    padding: 1.2rem 0 1rem;
    border-bottom: 2px dotted #E3E3E3;
  }
  .priceList li .cap {
    padding-top: 0.5rem;
    padding-left: 1.5rem;
  }
  .priceList li + li {
    margin-top: 0;
  }
  .priceList li dl:before {
    display: none;
  }
  .priceList li dl dt {
    font-size: 1.4rem;
    vertical-align: top;
  }
  .priceList li dl dt:before {
    font-size: 0.6rem;
    top: 0.2rem;
    margin-top: inherit;
  }
  .priceList li dl dt p {
    padding-right: 0;
    padding-left: 1.5rem;
  }
  .priceList li dl dd p {
    padding-left: 0;
  }
  .priceList li dl dd span {
    font-size: 1.8rem;
    padding-left: 0.3rem;
  }
  .priceList li dl dd span.sub {
    font-size: 1.2rem;
  }

  .col2 {
    margin-right: 0;
  }
  .col2 > div {
    width: inherit;
    float: none;
    margin-right: 0;
  }

  .priceArea {
    margin-right: 0;
  }
  .priceArea .priceList {
    width: inherit;
    float: none;
    margin-right: 0;
  }
}
#ccp #ccpMenu {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  #ccp #ccpMenu {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1023px) {
  #ccp #ccpMenu {
    max-width: 900px;
  }
}

/* SP */
@media only screen and (max-width: 768px) {
  #ccp #ccpMenu .cut .priceList+.priceList{
    margin-top: 3rem;
  }
}

#ccp .color {
    margin-bottom: 50px;
}


#ccp .title-l {
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
#ccp .title-l span {
  display: inline-block;
}
#ccp .title-l span.big {
  padding-right: 10px;
}
#ccp .cut {
  margin-bottom: 50px;
}
#ccp .cut .title-l {
  color: #CE1D1C;
  border-bottom: 2px solid #CE1D1C;
}
#ccp .cut .priceArea .priceList li dl dt:before {
  color: #CE1D1C;
}
#ccp .color .title-l {
  color: #249136;
  border-bottom: 2px solid #249136;
}
#ccp .color .priceList li dl dt:before {
  color: #249136;
}
#ccp .perm {
  margin-bottom: 50px;
}
#ccp .perm .title-l {
  color: #0E4C9F;
  border-bottom: 2px solid #0E4C9F;
}
#ccp .perm .priceList li dl dt:before {
  color: #0E4C9F;
}
#ccp .treatment {
/*  margin: 50px 0;
*/}
#ccp .treatment .title-l {
  color: #5F459D;
  border-bottom: 2px solid #5F459D;
}
#ccp .treatment .priceList li dl dt:before {
  color: #5F459D;
}
#ccp .familyDiscount {
  max-width: 680px;
  margin: 0 auto;
  border: 6px solid #F8CF2D;
  border-radius: 20px;
  position: relative;
  text-align: center;
  padding: 20px;
}
#ccp .familyDiscount .title {
  position: absolute;
  top: -40px;
  left: -30px;
  width: 182px;
  height: 135px;
}
#ccp .familyDiscount .txt {
  font-weight: bold;
  font-size: 16px;
}
#ccp .familyDiscount .discount {
  display: inline-block;
  font-size: 26px;
  color: #CE1D1C;
  font-weight: bold;
  border-bottom: 3px solid #CE1D1C;
}

/* SP */
@media only screen and (max-width: 768px) {
  #ccp .cut {
    margin-bottom: 4rem;
  }
  #ccp .color {
    margin-bottom: 4rem;
  }
  #ccp .perm {
    margin-bottom: 4rem;
  }
  #ccp .treatment {
    margin-top: 0;
    margin-bottom: 4rem;
  }
  #ccp .familyDiscount {
    border-radius: 2rem;
    padding: 2rem;
  }
  #ccp .familyDiscount .title {
    top: -3rem;
    left: -2.5rem;
    width: 10.2rem;
    height: 6.8rem;
  }
  #ccp .familyDiscount .txt {
    font-size: 1.4rem;
  }
  #ccp .familyDiscount .discount {
    font-size: 2.4rem;
  }
}
#este .wrap {
  max-width: 1000px;
}
@media only screen and (max-width: 1250px) {
  #este .wrap {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1023px) {
  #este .wrap {
    max-width: 1000px;
  }
}
#este .wrap .pc {
  display: block;
}
#este .wrap .sp {
  display: none;
}
#este .wrap .title-l {
  color: #EE7F15;
}
#este .wrap .priceList li {
  margin-bottom: 25px;
  position: relative;
}
#este .wrap .priceList li .recommended {
  position: absolute;
  width: 83px;
  height: 38px;
  top: -38px;
  left: -20px;
}
#este .wrap .priceList li dl dt:before {
  color: #EE7F15;
}
#este .wrap .priceList li .txt {
  margin-top: 15px;
  padding-left: 20px;
}
#este .wrap .intro {
  padding: 0 20px 50px;
  border-bottom: 3px dotted #E3E3E3;
  text-align: center;
}
#este .wrap .intro .img {
  margin-bottom: 40px;
}
#este .wrap .intro .txt {
  font-size: 16px;
  line-height: 2;
}
#este .wrap .merit {
  padding: 50px 0px 50px;
  border-bottom: 3px dotted #E3E3E3;
}
#este .wrap .merit .meritList {
  display: none;
}
#este .wrap .menu {
  padding: 50px 0px 100px;
}

/* SP */
@media only screen and (max-width: 768px) {
  #este .wrap .pc {
    display: none;
  }
  #este .wrap .sp {
    display: block;
  }
  #este .wrap .priceList li {
    margin-bottom: 0;
  }
  #este .wrap .priceList li .recommended {
    position: relative;
    width: 6rem;
    height: 3rem;
    top: inherit;
    left: inherit;
    display: block;
  }
  #este .wrap .priceList li .txt {
    margin-top: 0.5rem;
    padding-left: 1.5rem;
  }
  #este .wrap .intro {
    margin: 0 -2rem;
    padding: 0 2rem 4rem;
  }
  #este .wrap .intro .img {
    margin-bottom: 3rem;
  }
  #este .wrap .intro .txt {
    font-size: 1.4rem;
    text-align: left;
  }
  #este .wrap .merit {
    margin: 0 -2rem;
    padding: 4rem 2rem 4rem;
  }
  #este .wrap .merit .img {
    max-width: 14.7rem;
    margin: 0 auto 2rem;
  }
  #este .wrap .merit .meritList {
    display: block;
    text-align: center;
  }
  #este .wrap .merit .meritList li {
    padding: 1rem 0;
    border-top: 2px dotted #E3E3E3;
  }
  #este .wrap .merit .meritList li:first-child {
    border-top: none;
  }
  #este .wrap .merit .meritList li .num {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 1.6rem;
    color: #EE7F15;
  }
  #este .wrap .merit .meritList li .txt {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #este .wrap .merit .meritList li .cap {
    padding-top: 0;
    color: #000;
    font-size: 1.2rem;
  }
  #este .wrap .menu {
    padding: 4rem 0px 6rem;
  }
}
