/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/*-----------------------------------------------------------
COMMON SUBPAGE
-------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  z-index: 54;
  padding: 10px 0;
}

.breadcrumb ul {
  line-height: 1.4;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.breadcrumb ul li {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0em;
  color: #262626;
  position: relative;
  margin-right: 9px;
  padding-right: 8px;
}

.breadcrumb ul li:before {
  position: absolute;
  content: ">";
  right: -7px;
  top: 3px;
  color: #c66465;
  line-height: 1.2;
}

.breadcrumb ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumb ul li:last-child:before {
  display: none;
  background: none;
}

.breadcrumb ul a {
  display: inline-block;
  padding-bottom: 3px;
  color: #c66465;
  text-decoration: none;
  border-bottom: 1px solid #c66465;
}

.main-visual {
  position: relative;
  background: url("../common_img/mv_sub_bg.jpg") no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
  height: 305px;
  padding: 83px 0 0 0;
}

.main-visual .container {
  position: relative;
}

.main-visual .mv-ttl {
  margin-left: 185px;
  display: inline-block;
  text-align: center;
  background: url("../common_img/line03.png") no-repeat center bottom;
  background-size: auto 44px;
  padding-bottom: 74px;
}

.main-visual .ttl-en {
  display: inline-block;
  text-align: center;
}

.main-visual .ttl-ja {
  font-family: 'Noto Serif JP', serif;
  font-size: 45px;
  line-height: 50px;
  line-height: 1.11111;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin: 13px 0 0 -5px;
}

.main-contents {
  padding-top: 147px;
}

.main-contents.has-bg01 {
  padding-top: 0;
  position: relative;
}

.main-contents .breadcrumb {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}

.accordion-box-sp {
  display: block !important;
}

.accordion-box {
  display: none;
}

img.img-bdr01 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/*-----------------------------------------------------------
 p-eyelashes-nail
-------------------------------------------------------------*/
.cm-sec-link01 {
  padding: 0 0 78px;
}

.cm-sec-link01 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.cm-sec-link01 ul li {
  width: 388px;
  margin: 0 50px;
}

.cm-sec-link01 ul a {
  position: relative;
  display: block;
}

.cm-sec-link01 ul a .ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  line-height: 39px;
  line-height: 1.3;
  letter-spacing: 0.16em;
  font-weight: 400;
  color: #563412;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cm-sec-intro {
  background: url("../common_img/cm_bg01.jpg") no-repeat center center;
  background-size: cover;
  margin: 57px 0 0 0;
  box-shadow: 0 0 5px rgba(82, 57, 24, 0.11);
  padding: 43px 0 57px;
}

.cm-sec-intro .block {
  border: 5px solid #ffbcbd;
  padding: 43px 80px 39px;
}

.cm-sec-intro .block .ttl {
  text-align: center;
  margin-bottom: 38px;
  background: url("../common_img/line02.png") no-repeat center bottom;
  background-size: auto 32px;
  padding-bottom: 47px;
  color: #c66465;
  font-family: 'Noto Serif JP', serif;
  font-size: 41px;
  line-height: 51px;
  line-height: 1.2439;
  letter-spacing: 0em;
  font-weight: 400;
  font-style: italic;
}

.cm-sec-intro .desc {
  font-size: 16px;
  line-height: 30px;
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding: 0 16px;
}

.cm-block01 {
  background: url("../common_img/cm_bg02.jpg") repeat-y center top;
  background-size: 100% auto;
  padding: 41px 30px 34px;
}

.cm-block01.block-pink {
  background: url("../common_img/cm_bg03.jpg") no-repeat center center;
  background-size: cover;
}

.cm-block01 .img01 {
  margin-bottom: 28px;
}

.cm-block01 .flex-box01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.cm-block01 .flex-box01 .info {
  width: 55%;
  font-size: 16px;
  line-height: 30px;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0;
}

.cm-block01 .flex-box01 .img02 {
  width: 42%;
  text-align: right;
}

.cm-block01 .txt-01 {
  text-align: center;
  margin-bottom: 20px;
}

.cm-block01 + .cm-ttl03 {
  margin-top: 79px;
}

.cm-table02 {
  width: 100%;
}

.cm-table02 th {
  background: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-weight: bold;
  border: 1px solid #262626;
  color: #c96e70;
  padding: 13px 10px;
}

.cm-table02 td {
  background: #fff;
  font-size: 16px;
  line-height: 30px;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #262626;
  padding: 13px 3px;
}

.cm-table03 {
  width: 100%;
}

.cm-table03 th {
  background: #f9f8fa;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  line-height: 30px;
  line-height: 1.66667;
  letter-spacing: 0.04em;
  font-weight: bold;
  border: 1px solid #262626;
  color: #c96e70;
  padding: 14px 10px;
}

/*.cm-table03 th {
  background: #fff3ce;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  line-height: 30px;
  line-height: 1.66667;
  letter-spacing: 0.04em;
  font-weight: bold;
  border: 1px solid #262626;
  color: #c96e70;
  padding: 14px 10px;
}*/

.cm-table03 td {
  font-size: 16px;
  line-height: 30px;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #262626;
  padding: 14px 23px 14px 142px;
}

.p-eyelashes-nail .sec02 {
  padding: 60px 0 60px;
}

.p-eyelashes-nail .sec02 .block01 {
  margin-bottom: 75px;
}

.p-eyelashes-nail .sec02 .block01 .cm-table01 {
  max-width: 855px;
  margin: 0 auto;
}

.p-eyelashes-nail .sec02 .box01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-eyelashes-nail .sec02 .box01 .info {
  width: 59.5%;
  padding-left: 173px;
}

.p-eyelashes-nail .sec02 .box01 .img {
  width: 38%;
  text-align: right;
}

.p-eyelashes-nail .sec02 .cm-table01 + .cm-ttl04 {
  margin-top: 80px;
}

.p-eyelashes-nail .sec02 .list01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-eyelashes-nail .sec02 .list01 + .cm-ttl04 {
  margin-top: 40px;
}

.p-eyelashes-nail .sec02 .list01 .item {
  width: 23.7%;
  margin: 0 1.733% 20px 0;
  border: 2px solid #ab9450;
  padding-bottom: 75px;
  position: relative;
}

.p-eyelashes-nail .sec02 .list01 .item .inner {
  padding: 2px 18px 54px;
}

.p-eyelashes-nail .sec02 .list01 .item:nth-child(4n) {
  margin-right: 0;
}

.p-eyelashes-nail .sec02 .list01 .item .ttl01 {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #563412;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  height: 89px;
  margin-bottom: 13px;
}

.p-eyelashes-nail .sec02 .list01 .item .ttl01 span {
  width: 100%;
}

.p-eyelashes-nail .sec02 .list01 .item .ttl01:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  margin: 0 auto;
  background: #ab9450;
  height: 1px;
}

.p-eyelashes-nail .sec02 .list01 .item .price {
  text-align: center;
  background: #fff0f5;
  color: #c96e70;
  font-size: 20px;
  line-height: 30px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 22px 10px 22px;
}

.p-eyelashes-nail .sec02 .list01 .item .desc01 {
  font-size: 16px;
  line-height: 30px;
  line-height: 1.875;
  letter-spacing: 0.07em;
  font-weight: 400;
}

/*-----------------------------------------------------------
 p-facial
-------------------------------------------------------------*/
.cm-link-setmenu {
  background: url("../common_img/bg01_setmenu.jpg") no-repeat center center;
  background-size: cover;
  padding: 30px 0 27px;
  margin-bottom: 50px;
}

.cm-link-setmenu .container02 {
  max-width: 1065px;
}

.cm-link-setmenu .block {
  width: 49.8%;
  float: right;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  padding: 32px 50px 39px;
}

.cm-link-setmenu .block .ttl {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 27px;
  line-height: 38px;
  line-height: 1.40741;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #563412;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 20px;
}

.cm-link-setmenu .block .ttl:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: #ab9450;
  margin: 0 auto;
}

.cm-link-setmenu .block .desc {
  font-size: 16px;
  line-height: 30px;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: center;
  color: #c96e70;
}

.cm-link-setmenu .block .btn {
  margin-top: 25px;
}

.cm-link-setmenu .block .cm-btn01 {
  max-width: 100%;
}

.p-facial .main-visual .mv-ttl {
  margin-left: 210px;
}

.p-facial .sec02 {
  padding: 60px 0 87px;
}

.p-facial .sec02 .block01 .box01 {
  margin-bottom: 31px;
}

.p-facial .sec02 .block01 .box01 .info {
  padding-top: 109px;
}

.p-facial .sec02 .block01 .box02 .info {
  padding-bottom: 29px;
}

.p-facial .sec02 .block02 {
  padding-bottom: 43px;
}

.p-facial .sec02 .block02 .box01 {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.p-facial .sec02 .block02 .box01 .cm-table02 {
  margin-top: 53px;
}

.p-facial .sec02 .block03 {
  padding-bottom: 43px;
}

.p-facial .sec02 .block03 .box01 {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.p-facial .sec02 .block03 .box01 .cm-table02 {
  margin-top: 53px;
}

/*-----------------------------------------------------------
 p-hairremoved
-------------------------------------------------------------*/
.p-hairremoved .main-visual .mv-ttl {
  margin-left: 210px;
}

.p-hairremoved .sec02 {
  padding: 60px 0 120px;
}

.p-hairremoved .sec02 .img01 {
  text-align: center;
  margin-bottom: 41px;
}

.p-hairremoved .sec02 .cm-block01 {
  padding: 33px 30px 34px;
}

.p-hairremoved .sec02 .ttl-tble01 {
  font-weight: bold;
  margin: 30px 0 0;
}

.p-hairremoved .sec02 .ttl-tble01 + .cm-table02 {
  margin-top: 10px;
}

.p-hairremoved .sec02 .block01, .p-hairremoved .sec02 .block02, .p-hairremoved .sec02 .block03, .p-hairremoved .sec02 .block04, .p-hairremoved .sec02 .block05, .p-hairremoved .sec02 .block06, .p-hairremoved .sec02 .block07, .p-hairremoved .sec02 .block08, .p-hairremoved .sec02 .block09, .p-hairremoved .sec02 .block10 {
  margin-bottom: 45px;
}

.p-hairremoved .sec02 .block01 .box01, .p-hairremoved .sec02 .block02 .box01, .p-hairremoved .sec02 .block03 .box01, .p-hairremoved .sec02 .block04 .box01, .p-hairremoved .sec02 .block05 .box01, .p-hairremoved .sec02 .block06 .box01, .p-hairremoved .sec02 .block07 .box01, .p-hairremoved .sec02 .block08 .box01, .p-hairremoved .sec02 .block09 .box01, .p-hairremoved .sec02 .block10 .box01 {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.p-hairremoved .sec02 .block01 .box01 .cm-ttl05, .p-hairremoved .sec02 .block02 .box01 .cm-ttl05, .p-hairremoved .sec02 .block03 .box01 .cm-ttl05, .p-hairremoved .sec02 .block04 .box01 .cm-ttl05, .p-hairremoved .sec02 .block05 .box01 .cm-ttl05, .p-hairremoved .sec02 .block06 .box01 .cm-ttl05, .p-hairremoved .sec02 .block07 .box01 .cm-ttl05, .p-hairremoved .sec02 .block08 .box01 .cm-ttl05, .p-hairremoved .sec02 .block09 .box01 .cm-ttl05, .p-hairremoved .sec02 .block10 .box01 .cm-ttl05 {
  margin-bottom: 24px;
}

.p-hairremoved .sec02 .block01 .box01 .cm-table02, .p-hairremoved .sec02 .block02 .box01 .cm-table02, .p-hairremoved .sec02 .block03 .box01 .cm-table02, .p-hairremoved .sec02 .block04 .box01 .cm-table02, .p-hairremoved .sec02 .block05 .box01 .cm-table02, .p-hairremoved .sec02 .block06 .box01 .cm-table02, .p-hairremoved .sec02 .block07 .box01 .cm-table02, .p-hairremoved .sec02 .block08 .box01 .cm-table02, .p-hairremoved .sec02 .block09 .box01 .cm-table02, .p-hairremoved .sec02 .block10 .box01 .cm-table02 {
  margin-top: 35px;
}

/*-----------------------------------------------------------
 p-slimming
-------------------------------------------------------------*/
.p-slimming .main-visual .mv-ttl {
  margin-left: 210px;
}

.p-slimming .sec02 {
  padding: 60px 0 80px;
}

.p-slimming .sec02 .cm-ttl03 {
  margin-bottom: 34px;
}

.p-slimming .sec02 .img01 {
  text-align: center;
  margin-bottom: 41px;
}

.p-slimming .sec02 .cm-block01 {
  padding: 33px 30px 34px;
}

.p-slimming .sec02 .cm-block01 + .cm-ttl03 {
  margin-top: 50px;
}

.p-slimming .sec02 .block01, .p-slimming .sec02 .block02, .p-slimming .sec02 .block03, .p-slimming .sec02 .block04, .p-slimming .sec02 .block05 {
  margin-bottom: 45px;
}

.p-slimming .sec02 .block01 .box01, .p-slimming .sec02 .block02 .box01, .p-slimming .sec02 .block03 .box01, .p-slimming .sec02 .block04 .box01, .p-slimming .sec02 .block05 .box01 {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.p-slimming .sec02 .block01 .box01 .cm-ttl05, .p-slimming .sec02 .block02 .box01 .cm-ttl05, .p-slimming .sec02 .block03 .box01 .cm-ttl05, .p-slimming .sec02 .block04 .box01 .cm-ttl05, .p-slimming .sec02 .block05 .box01 .cm-ttl05 {
  margin-bottom: 24px;
}

.p-slimming .sec02 .block01 .box01 .cm-table02, .p-slimming .sec02 .block02 .box01 .cm-table02, .p-slimming .sec02 .block03 .box01 .cm-table02, .p-slimming .sec02 .block04 .box01 .cm-table02, .p-slimming .sec02 .block05 .box01 .cm-table02 {
  margin-top: 25px;
}

.p-slimming .cm-link-setmenu {
  margin-bottom: 70px;
}

/*-----------------------------------------------------------
 p-setmenu
-------------------------------------------------------------*/
.p-setmenu .main-visual .mv-ttl {
  margin-left: 210px;
}

.p-setmenu .list-cate {
  position: absolute;
  left: 29px;
  top: -25px;
  right: 29px;
  text-align: center;
}

.p-setmenu .list-cate span {
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  line-height: 30px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  color: #c66465;
  border: 1px solid #a88128;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fffbe2+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #fffbe2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #fffbe2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #fffbe2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffbe2',GradientType=0 );
  /* IE6-9 */
  padding: 6px 21px 6px;
  margin: 3px 20px 3px 0;
  min-width: 129px;
}

.p-setmenu .list-cate span:last-child {
  margin-right: 0;
}

.p-setmenu .sec02 {
  padding: 85px 0 0;
}

.p-setmenu .sec02 .cm-ttl03 {
  margin-bottom: 34px;
}

.p-setmenu .sec02 .img01 {
  text-align: center;
  margin-bottom: 41px;
}

.p-setmenu .sec02 .cm-block01 {
  padding: 40px 30px 34px;
  position: relative;
  margin-bottom: 83px;
}

.p-setmenu .sec02 .cm-block01 .info {
  padding-top: 20px;
}

.p-setmenu .sec02 .cm-block01 .cm-ttl05 {
  margin-bottom: 24px;
}

.p-setmenu .sec02 .cm-block01.block01 .info,
.p-setmenu .sec02 .cm-block01.block02 .info{
  width: 100%;
}

.p-setmenu .sec02 .cm-block01 .cm-table02 {
  margin-top: 27px;
}

.p-setmenu .sec02 .cm-block01 .flex-box01 {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.p-setmenu .cm-link-setmenu {
  margin-bottom: 70px;
}

/*-----------------------------------------------------------
 p-salonguide
-------------------------------------------------------------*/
.p-salonguide .main-visual .mv-ttl {
  margin-left: 210px;
}

.p-salonguide .sec01 {
  padding: 46px 0 67px;
  background: url("../salonguide/images/bg01.jpg") no-repeat center center;
  background-size: cover;
  margin: 57px 0 0;
}

.p-salonguide .sec01 .cm-ttl03 {
  margin-bottom: 58px;
}

.p-salonguide .sec01 .list-salon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 60px 0 0;
}

.p-salonguide .sec01 .list-salon li {
  width: 31%;
}

.p-salonguide .sec02 {
  padding: 44px 0 78px;
}

.p-salonguide .sec02 .desc {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 28px;
}

.p-salonguide .sec02 .map-box {
  max-width: 1000px;
  margin: 0 auto;
}

.p-salonguide .sec02 .map-box iframe {
  width: 100%;
  height: 400px;
}

.p-salonguide .sec02 .map-desc {
  max-width: 1000px;
  font-size: 16px;
  line-height: 30px;
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin: 15px auto 0;
}

.p-salonguide .sec02 .cm-ttl03 {
  margin-bottom: 17px;
}

.p-salonguide .sec03 {
  background: url("../salonguide/images/bg02.jpg") no-repeat center center;
  background-size: cover;
  padding: 44px 0 64px;
  margin-bottom: 70px;
}

.p-salonguide .sec03 .cm-table01 th {
  width: 23.6%;
  padding: 13px 10px;
  font-size: 18px;
}

.p-salonguide .sec03 .cm-table01 td {
  text-align: left;
  background: #fff;
  font-size: 16px;
  padding: 13px 20px 13px 48px;
  letter-spacing: 0;
  font-weight: normal;
}

.p-salonguide .sec03 .cm-ttl03 {
  margin-bottom: 57px;
}

/*-----------------------------------------------------------
 p-product
-------------------------------------------------------------*/
.p-product .main-visual .mv-ttl {
  margin-left: 210px;
}

.p-product .sec01 {
  padding: 58px 0 100px;
}

.p-product .sec01 .cm-ttl05 {
  margin-bottom: 34px;
}

.p-product .sec01 .block-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 74px;
}

.p-product .sec01 .block-product .info {
  width: 61.7%;
}

.p-product .sec01 .block-product .img {
  width: 33.5%;
}

.p-product .sec01 .block-product .desc {
  font-size: 16px;
  line-height: 30px;
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.p-product .sec01 .block-product .desc p + p {
  margin-top: 30px;
}

.p-product .sec01 .block-product .price-box {
  background: #f2efe4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 21px 25px 26px;
  margin-bottom: 31px;
}

.p-product .sec01 .block-product .price-box .price01 {
  color: #c96e70;
  font-size: 27px;
  line-height: 30px;
  line-height: 1.11111;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-product .sec01 .block-product .price-box .price01 span {
  font-size: 22px;
  line-height: 30px;
  line-height: 1.36364;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-product .sec01 .block-product .price-box .txt01 {
  color: #c96e70;
  font-size: 22px;
  line-height: 30px;
  line-height: 1.36364;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-product .sec01 .block-product:nth-child(2n) .info {
  order: 1;
}

.p-product .sec01 .block-product:nth-child(2n) .img {
  order: 2;
  text-align: right;
}

.p-product .sec01 .block-product:last-child {
  margin-bottom: 0;
}

/*-----------------------------------------------------------
 p-news
-------------------------------------------------------------*/
.p-news .sec-news {
  padding: 50px 0 70px;
}

.p-news .junbi {
  text-align: center;
  margin: 0px 0 60px;
}

.p-news .junbi .cm-link-setmenu {
  margin-bottom: 70px;
}

.cm-sec-intro1 .b-btn{
  display: flex;
  justify-content: center;
}

.cm-sec-intro1 .b-btn>*{
  margin: 0 10px;
}
.cm-sec-intro1 .b-btn a{
  padding:17px 30px;
  width: 285px;
  max-width: inherit;
}

.cm-sec-intro1 .b-btn a:after{
  transform: rotate(90deg);
  background-size: contain;
  height: 20px;
  margin-top: -10px;
}


.p-product .sec03{
  margin-bottom: 50px;
}
.p-product .sec03 .inner{
  display: flex;
  flex-wrap: wrap;
}
.p-product .sec03 .inner .item{
  width: calc((100% - 60px) / 4);
  border: 1px solid #ab9450;
  margin-bottom: 20px;
  padding: 20px 20px 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.p-product .sec03 .inner .item:not(:nth-child(4n+4)){
  margin-right: 20px;
}
.p-product .sec03 .inner .item h3{
  color: #563412;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 15px;
  background: linear-gradient(currentColor,currentColor) no-repeat center bottom / 120px 1px;
  text-align: center;
}
.p-product .sec03 .inner .item .pt{
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-product .sec03 .inner .item .price{
  padding: 15px 0;
  text-align: center;
  background-color: #fff0f5;
  display: block;
  font-size: 20px;
  color: #c96e70;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.purchase .inner{
  width: 611px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  background: url(../product/images/title_last.png) no-repeat center center/contain;
  height: 129px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  text-decoration: none;
  transition: .3s;
}

.purchase .inner:hover{
  opacity: .7;
}

.fz36{
  font-size: 36px !important;
}
.box-add{
  background: url(../images/bg01.jpg);
  padding: 50px 100px;
  box-shadow: 0 0 5px #ddd;
}
.box-add .inner{
  border: 4px solid #e99b9c;
  padding: 40px;
  box-sizing: border-box;
}
.box-add .inner h3{
  color: #c66465;
  padding-bottom: 40px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.box-add .inner h4{
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: normal;
}