/***  media ***/
/***  color ***/
/*** font ***/
/*** url ***/
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: normal;
  src: url('../font/Champagne.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: bold;
  src: url('../font/ChampagneB.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: bold;
  src: url('../font/ChampagneBI.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: normal;
  src: url('../font/ChampagneI.ttf') format('truetype');
}
@font-face {
  font-family: "corpMin";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpMin.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpLogoR.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: bold;
  src: url('../font/corpLogoB.ttf') format('truetype');
}
.newsList li {
  margin-top: 15px;
}
.newsList li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsList .date {
  font-size: 14px;
  color: #a89f99;
}
.newsList .cat {
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
  color: #9a7f81;
  text-align: center;
  border: 1px solid #9a7f81;
  display: inline-block;
  padding: 7px 5px;
  min-width: 130px;
}
.newsList .detail {
  text-decoration: underline;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .newsList .detail {
    width: calc(100% - 280px);
    overflow: hidden;
  }
  .newsList .detail p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .newsList .newsHead {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .newsList li {
    margin-top: 25px;
  }
  .newsList li a {
    display: block;
  }
  .newsList .cat {
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 12px;
    border: 2px solid #9a7f81;
    padding: 5px 15px;
  }
  .newsList .date {
    font-size: 12px;
    margin-right: 0px;
    color: #a89f99;
  }
  .newsList .detail {
    margin-top: 12px;
    font-size: 15px;
  }
}
.voiceSlider {
  height: auto;
  margin: auto;
}
.voiceSlider .slick-slide {
  opacity: 0.5;
}
.voiceSlider .slick-current {
  opacity: 1;
}
.voiceSlider .slider-arrow.prev {
  left: 22%;
}
.voiceSlider .slider-arrow.next {
  right: 22%;
}
@media screen and (max-width: 767px) {
  .voiceSlider .slider-arrow.prev {
    left: 10%;
  }
  .voiceSlider .slider-arrow.next {
    right: 10%;
  }
}
.voiceBox {
  width: 600px;
  margin: 0 48px;
  display: flex!important;
  row-gap: 58px;
  background: #ebe5e6;
  padding: 55px 44px;
  min-height: 300px;
  box-shadow: 0px 6px 0 0 #9a7f81;
  margin-bottom: 6px;
  justify-content: space-between;
}
.voiceBox:hover {
  text-decoration: none;
}
.voiceBox .imgCell {
  text-align: center;
  flex-basis: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.voiceBox .imgCell .imgWrap {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.voiceBox .imgCell .imgBg {
  width: 100%;
  height: 100%;
  margin: 0;
}
.voiceBox .imgCell .storeName {
  margin-top: 10px;
  font-size: 14px;
}
.voiceBox .name {
  font-size: 18px;
  line-height: 1.3;
  color: #9a7f81;
  border: 1px solid #9a7f81;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 11px;
  text-align: left;
}
.voiceBox .txtCell {
  flex-basis: calc(100% - 230px);
  display: flex;
  flex-flow: column;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}
.voiceBox .voiceWrap {
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .voiceBox {
    width: 250px;
    display: block!important;
    padding: 25px 25px 16.5px;
    min-height: 350px;
    box-shadow: 0px 3px 0 0 #9a7f81;
    margin-bottom: 3px;
    margin: 0 15px 5px;
  }
  .voiceBox .imgCell .imgWrap {
    height: 200px;
    width: 200px;
  }
  .voiceBox .imgCell .storeName {
    margin-bottom: 10px;
  }
  .voiceBox .name {
    font-size: 15px;
    padding: 5px 8px;
  }
  .voiceBox .txtCell {
    line-height: 1.79;
  }
}
/*** 中ページ **/
.voiceGrid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voiceGrid .voiceBox {
  width: 48%;
  margin: 1%;
  padding: 22px;
}
@media screen and (max-width: 767px) {
  .voiceGrid .voiceBox .imgCell .imgWrap {
    height: 120px;
    width: 120px;
    padding: 11px;
  }
}
.designBlock {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.designBlock::before {
  content: "";
  display: block;
  width: 253px;
  order: 1;
}
.designBlock::after {
  content: "";
  display: block;
  width: 253px;
}
.designBox {
  width: 253px;
}
.designBox:nth-child(n+5) {
  margin-top: 30px;
}
.designBox .imgWrap {
  width: 100%;
  height: 253px;
  display: block;
  position: relative;
  transition: unset;
}
.designBox .imgWrap .imgBg {
  width: 100%;
  height: 100%;
}
.designBox .imgWrap .designTtl {
  display: none;
}
.designBox .imgWrap:hover:after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.designBox .imgWrap:hover .designTtl {
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #ffffff;
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
}
.designBox .priceWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.designBox .priceWrap .num {
  color: #7c7c7c;
  font-size: 14px;
}
.designBox .priceWrap .price {
  font-size: 24px;
  font-weight: 600;
}
.designBox .priceWrap .price small {
  font-size: 12px;
}
.designBox .btnWrap .bgBtn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .designBlock::before {
    width: 48%;
  }
  .designBlock::after {
    display: none;
  }
  .designBox {
    width: 48%;
    max-width: 345px;
    margin: auto;
  }
  .designBox:nth-child(n+3) {
    margin-top: 30px;
  }
  .designBox .imgWrap {
    height: 165px;
  }
  .designBox .detailWrap {
    display: flex;
    flex-flow: column;
  }
  .designBox .detailWrap .detailTtl {
    margin-top: 10px;
    text-align: center;
  }
  .designBox .priceWrap {
    display: block;
    margin: 0;
    text-align: center;
    margin: 10px 0 15px;
  }
  .designBox .priceWrap .num {
    color: #a89f99;
    font-size: 10px;
    margin-bottom: 4px;
  }
  .designBox .priceWrap .price {
    font-size: 24px;
  }
  .designBox .btnWrap {
    display: block;
    margin-top: auto;
  }
  .designBox .btnWrap .bgBtn {
    line-height: 1;
    display: block;
    width: 100%;
  }
  .designBox .btnWrap .bgBtn + .bgBtn {
    margin-top: 0.5em;
  }
}
.campaignImgWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.campaignImgWrap:after {
  content: "";
  display: block;
  width: 30%;
}
.campaignImgWrap .imgWrap {
  width: 350px;
}
.campaignImgWrap .imgWrap:nth-child(n+4) {
  margin-top: 50px;
}
.campaignImgWrap .imgWrap figure {
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .campaignImgWrap .imgWrap {
    width: 100%;
  }
  .campaignImgWrap .imgWrap:nth-child(n+2) {
    margin-top: 25px;
  }
  .campaignImgWrap .imgWrap figure {
    width: 100%;
    height: 150px;
  }
  .campaignImgWrap .imgWrap p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
  }
}
.priceBoxList .priceHead {
  display: block;
  padding: 20px 75px;
  line-height: 1;
  background: #9a7f81;
  position: relative;
  z-index: 1;
}
.priceBoxList .priceHead:after {
  content: '';
  position: absolute;
  background: url("../img/common/ico_jewelry.svg") center center no-repeat;
  width: 30px;
  height: 25px;
  top: 0;
  bottom: 0;
  left: 38px;
  margin: auto;
  background-size: 100%;
}
.priceBoxList .priceHead:before {
  content: '';
  position: absolute;
  background: url("../img/common/humberger_arrow.svg") center center no-repeat;
  width: 35px;
  height: 19px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-size: 100%;
}
.priceBoxList .priceHead span {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.priceBoxList .priceHead.show:before {
  transform: rotate(180deg);
}
.priceBoxList > ul > li {
  margin-bottom: 20px;
  overflow: hidden;
}
.priceMenuWrap .txtLinkBox {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .priceMenuWrap .txtLinkBox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .priceBoxList .priceHead {
    font-size: 17px;
    padding: 20px 50px;
  }
  .priceBoxList .priceHead:after {
    left: 15px;
    width: 26px;
  }
  .priceBoxList .priceHead:before {
    width: 25px;
    height: 14px;
    right: 15px;
  }
}
.pricePickUpBlock {
  display: none;
  background: #ffffff;
}
.show + .pricePickUpBlock {
  display: block;
}
.pricePickUpBox {
  border: 1px solid;
  border-color: transparent #e50012 #e50012;
  padding: 10px 30px 30px;
}
.pricePickUpBox .pricePickUpInner {
  display: flex;
  justify-content: space-between;
}
.pricePickUpBox .lineTtl {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 1.7;
  padding: 0 0 25px 0;
  margin-bottom: 50px;
  border-bottom: 2px solid #ea8b93;
}
.pricePickUpBox .imgWrap {
  flex-basis: 200px;
  height: 200px;
  margin: 20px 0;
}
.pricePickUpBox .imgWrap figure {
  width: 100%;
  height: 100%;
}
.pricePickUpList {
  flex-basis: 710px;
}
.pricePickUpList.no-image {
  flex-basis: 100%;
}
.pricePickUpList li {
  padding: 10px 30px;
  line-height: 1.6;
  letter-spacing: 0.38px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #9a7f81;
}
.pricePickUpList .txtBox {
  flex-basis: 430px;
}
.pricePickUpList .txtBox .ttl {
  font-size: 16px;
}
.pricePickUpList .txtBox small {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
.pricePickUpList .priceWrap {
  flex-basis: calc(100% - 450px);
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .pricePickUpBox {
    padding: 15px;
  }
  .pricePickUpBox .imgWrap {
    margin: auto;
    flex-basis: 40%;
    width: 260px;
    height: 175px;
    margin-bottom: 20px;
  }
  .pricePickUpBox .imgWrap figure {
    background-size: contain!important;
  }
  .pricePickUpBox .pricePickUpInner {
    display: block;
  }
  .pricePickUpBox .detailWrap {
    padding: 0 0 0 10px;
    flex-basis: 60%;
    font-size: 13px;
  }
  .pricePickUpBox .priceWrap {
    font-size: 25px;
  }
  .pricePickUpList li {
    padding: 10px 15px;
    line-height: 1.5;
    letter-spacing: 0.38px;
    font-size: 15px;
    display: block;
  }
  .pricePickUpList li:last-child {
    border-bottom: none;
  }
  .pricePickUpList .txtBox .ttl {
    font-size: 13px;
  }
  .pricePickUpList .txtBox small {
    margin-top: 3px;
    font-size: 12px;
  }
  .pricePickUpList .priceWrap {
    margin-top: 5px;
    text-align: left;
    font-size: 20px;
  }
}
.ttlLogoWrap .imgBg {
  width: 120px;
  height: 90px;
  background-size: contain;
  background-position: center;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttlLogoWrap .imgBg {
    width: 90px;
    height: 66px;
  }
}
/**
 * slider
 */
.slider-dots {
  text-align: center;
  position: absolute;
  bottom: 24px;
  right: 0;
  left: 0;
  margin: auto;
}
.slider-dots li {
  display: inline-block;
  margin: 0 15px;
}
.slider-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slider-dots li button:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background: #666666;
  border-radius: 50%;
  opacity: 0.6;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.slider-dots li.slick-active button:after {
  background-color: #000000;
  opacity: 1;
}
.slider-arrow {
  width: 35px;
  height: 78px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}
.slider-arrow.prev {
  transform: rotate(180deg);
}
.slider-arrow img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .slider-arrow {
    width: 18px;
    height: 39px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .slider-arrow.prev {
    transform: rotate(180deg);
    left: 2%;
  }
  .slider-arrow.next {
    right: 2%;
  }
}
.inputFormWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inputFormWrap input[type="text"] {
  background-color: #eaeaea;
  font-size: 14px;
  width: 265px;
  height: 50px;
  padding: 14px;
  font-weight: 600;
}
.inputFormWrap button[type="submit"] {
  min-width: 200px;
  height: 50px;
  background: #333333;
  opacity: 1;
  color: #ffffff;
  line-height: 50px;
}
.inputFormWrap button[type="submit"] img {
  width: 25px;
}
.inputFormWrap input[name="s"].hidden-search-field {
  display: none;
}
.inputFormWrap .ico {
  width: 16px;
  height: 16px;
  display: block;
  background-size: cover;
  display: inline-block;
  margin: 0 10px 0 0;
}
.inputFormWrap .selectBox {
  display: block;
  padding: 0 30px;
  min-width: 250px;
}
.inputFormWrap .selectBoxWrap {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.inputFormWrap .selectBoxWrap::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.inputFormWrap .selectBoxWrap + .selectBoxWrap {
  margin-left: 20px;
}
.design-search-field {
  border: transparent;
  height: 100%;
  width: 100%;
  padding: 0.5em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .inputFormWrap {
    margin: 0 -10px;
    display: block;
    text-align: center;
  }
  .inputFormWrap input[type="text"] {
    width: 265px;
  }
  .inputFormWrap input[type="search"] {
    display: none;
  }
  .inputFormWrap button[type="submit"] {
    font-size: 16px;
  }
  .inputFormWrap .selectBoxWrap {
    margin: 0 0 20px;
  }
}
/**
*** パンくず
**/
.breadcrumbWrap {
  border-bottom: 3px solid #f7f1f2;
}
.breadcrumb {
  padding: 105px 0 15px;
  font-size: 12px;
  background: transparent;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.breadcrumb,
.breadcrumb span,
.breadcrumb a {
  color: #909090;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '>';
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 13px;
    margin-bottom: 0;
    padding: 70px 3% 15px;
  }
}
.breadcrumbWrap + .articleBlock {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .breadcrumbWrap + .articleBlock {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.shopRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopRow::before {
  content: "";
  display: block;
  width: 260px;
  order: 1;
}
.shopRow::after {
  content: "";
  display: block;
  width: 260px;
}
.shopBox {
  width: 260px;
  margin-bottom: 45px;
}
.shopBox a:hover {
  text-decoration: none;
}
.shopBox a:hover .detail {
  opacity: 0.8;
}
.shopBox .imgBg {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 0;
}
.shopBox .detail {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 5px;
  color: #594a4b;
  transition: opacity 1s ease-out;
}
.shopBox .salon-tel .tel .icon,
.shopBox .telbox .tel .icon {
  width: 16px;
  height: 16px;
}
.shopBox .additional-information {
  font-size: 14px;
}
.shopBox .additional-information .staff {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.shopBox .additional-information .staff .icon {
  width: 18px;
  height: 18px;
}
.shopBox .additional-information .facility {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.shopBox .additional-information .facility .icon {
  width: 18px;
  height: 18px;
}
.shopBox .additional-information .access {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.shopBox .additional-information .access .icon {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .shopRow {
    grid-template-columns: repeat(2, 1fr);
  }
  .shopBox {
    width: 48%;
    margin-bottom: 50px;
  }
  .shopBox .detail {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
  }
}
.searchSalonFrontList {
  flex-basis: 760px;
  color: #333333;
}
.searchSalonFrontList.no-image {
  flex-basis: 100%;
}
.searchSalonFrontList li {
  padding: 8px 0px;
  line-height: 2.4;
  letter-spacing: 0.38px;
  font-size: 16px;
  display: list-item;
  justify-content: space-between;
  border-bottom: 1px solid #F4C4C9;
}
.searchSalonFrontList li:first-child {
  border-top: 1px solid #F4C4C9;
}
.searchSalonFrontList .searchSalonHead {
  background: #9a7f81;
  color: white;
  width: 100px;
  margin-right: 30px;
  text-align: center;
  padding: 2px 0px;
  display: inline-block;
}
.searchSalonFrontList .searchSalonPickUpBlock {
  display: inline-block;
}
.searchSalonFrontList .searchSalonForm {
  display: inline-block;
  margin-right: 30px;
}
.searchSalonFrontList .searchSalonFormLast {
  display: inline-block;
  margin-right: 30px;
}
.searchSalonFrontList .searchSalonLink {
  color: #333333;
}
.searchSalonFrontList .searchSalonLink:hover {
  text-decoration: underline;
}
.searchSalonFrontList .txtBox {
  flex-basis: 430px;
}
.searchSalonFrontList .txtBox .ttl {
  font-size: 16px;
}
.searchSalonFrontList .txtBox small {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
.searchSalonFrontList .priceWrap {
  flex-basis: calc(100% - 450px);
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .searchSalonFrontList li {
    padding: 5px 15px;
    line-height: 1.5;
    letter-spacing: 0.38px;
    font-size: 15px;
    display: block;
    border-bottom: none;
  }
  .searchSalonFrontList li:first-child {
    border-top: none;
  }
  .searchSalonFrontList .searchSalonHead:before {
    content: '';
    position: absolute;
    background: url("../img/common/humberger_arrow.svg") center center no-repeat;
    width: 13px;
    height: 19px;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
    background-size: 100%;
  }
  .searchSalonFrontList .searchSalonHead.show:before {
    transform: rotate(180deg);
  }
  .searchSalonFrontList .searchSalonHead {
    background: #9a7f81;
    color: white;
    width: 100%;
    text-align: left;
    padding: 10px 0px 10px 10px;
    display: block;
    position: relative;
  }
  .searchSalonFrontList .searchSalonPickUpBlock {
    display: none;
  }
  .searchSalonFrontList .show + .searchSalonPickUpBlock {
    display: block;
  }
  .searchSalonFrontList .searchSalonForm {
    border-bottom: 1px solid #F4C4C9;
    padding: 10px;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .searchSalonFrontList .searchSalonFormLast {
    padding: 10px 10px 0px 10px;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .searchSalonFrontList .searchSalonFormLast:before {
    content: '';
    position: absolute;
    background: url("../img/common/slider-arrow.png") center center no-repeat;
    width: 20px;
    height: 13px;
    top: 10px;
    bottom: 0;
    right: 20px;
    margin: auto;
    background-size: 100%;
  }
  .searchSalonFrontList .searchSalonForm:before {
    content: '';
    position: absolute;
    background: url("../img/common/slider-arrow.png") center center no-repeat;
    width: 20px;
    height: 13px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    background-size: 100%;
  }
  .searchSalonFrontList .searchSalonLink {
    width: 100%;
    text-align: left;
    color: #333333;
  }
  .searchSalonFrontList .txtBox .ttl {
    font-size: 13px;
  }
  .searchSalonFrontList .txtBox small {
    margin-top: 3px;
    font-size: 12px;
  }
  .searchSalonFrontList .priceWrap {
    margin-top: 5px;
    text-align: left;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .aboutCnt .cntTtl .main,
  .priceCnt .cntTtl .main {
    letter-spacing: 0.5px;
  }
  .priceCnt .innerBlock.sizeS {
    padding: 4%;
  }
}
.mvCnt {
  margin: auto;
}
.topSlideImage {
  width: 100%;
  height: 548px;
}
@media screen and (max-width: 767px) {
  .topSlideImage {
    height: 470px;
  }
}
.topSlideImage figure {
  width: 100%;
  height: 100%;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.topSlide .slider-dots {
  bottom: -40px;
}
.aboutSlider {
  height: auto;
  margin: auto;
}
.aboutSlider .slick-slide {
  margin: 0 50px;
  position: relative;
  opacity: 0.6;
}
.aboutSlider .slick-current {
  opacity: 1;
}
.aboutSlider .slider-arrow.prev {
  left: 21%;
}
.aboutSlider .slider-arrow.next {
  right: 21%;
}
@media screen and (max-width: 767px) {
  .aboutSlider {
    width: 100%;
    padding: 0 4%;
  }
  .aboutSlider .slick-slide {
    margin: 0;
  }
  .aboutSlider .slider-arrow.prev {
    left: 1%;
  }
  .aboutSlider .slider-arrow.next {
    right: 1%;
  }
}
/*** plus ***/
.diffRow {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px dashed #333333;
  padding: 50px 0;
}
.diffRow.detail .columns {
  flex-basis: 400px;
}
.diffBlock .columns {
  text-align: center;
}
.diffBlock .single {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.diffBlock .logoWrap {
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.diffBlock .ttl {
  display: block;
  margin: 46px 0;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1.8px;
}
.diffBlock .priceBox {
  text-align: left;
  font-size: 30px;
}
.diffBlock .priceBox b {
  font-size: 34px;
}
.diffBlock .priceBox .yuGo {
  font-size: 80px;
}
@media screen and (max-width: 767px) {
  .diffRow {
    border-bottom: none;
    padding: 0;
    position: relative;
  }
  .diffRow.sp {
    display: flex!important;
  }
  .diffRow.main {
    flex-flow: column;
  }
  .diffRow.main .columns {
    padding: 30px 0;
  }
  .diffRow .labelWrap {
    order: 1;
    width: 100%;
  }
  .diffRow .columns {
    order: 2;
  }
  .diffRow.detail {
    flex-wrap: wrap;
  }
  .diffRow.detail .columns {
    flex-basis: 50%;
  }
  .diffRow.detail .columns:nth-of-type(1) {
    border-right: 2px dashed #333333;
  }
  .diffRow.detail .columns .priceBox {
    padding: 30px 10px;
  }
  .diffRow.detail + .main {
    padding: 30px;
    border-top: 2px dashed #333333;
    border-bottom: 2px dashed #333333;
  }
  .diffBlock {
    border-bottom: 2px dashed #333333;
  }
  .diffBlock .columns {
    text-align: center;
  }
  .diffBlock .single {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .diffBlock .logoWrap {
    height: auto;
    width: 195px;
    margin: auto;
  }
  .diffBlock .logoWrap img {
    width: 100%;
  }
  .diffBlock .ttl {
    display: block;
    margin: 29px 0;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .diffBlock .priceBox {
    text-align: center;
    font-size: 18px;
  }
  .diffBlock .priceBox b {
    font-size: 21px;
  }
  .diffBlock .priceBox .yuGo {
    font-size: 40px;
  }
}
.arrowLabel {
  background: #ea8b93;
  color: #ffffff;
  line-height: 82px;
  width: 193px;
  height: 82px;
  letter-spacing: -1.8px;
  font-size: 36px;
  position: relative;
}
.arrowLabel:after,
.arrowLabel:before {
  content: '';
  top: 0;
  display: block;
  border-right: 30px solid #ea8b93;
  border-top: 41px solid transparent;
  border-bottom: 41px solid transparent;
  border-left: none;
  position: absolute;
}
.arrowLabel:before {
  left: -30px;
}
.arrowLabel:after {
  right: -30px;
  transform: rotate(180deg);
}
.arrowLabel.twoLine {
  line-height: 50px;
  height: 100px;
}
.arrowLabel.twoLine:after,
.arrowLabel.twoLine:before {
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
}
@media screen and (max-width: 767px) {
  .arrowLabel {
    line-height: 75px;
    width: 145px;
    height: 75px;
    letter-spacing: -2.7px;
    font-size: 27px;
    position: relative;
    letter-spacing: -1.8px;
  }
  .arrowLabel:after,
  .arrowLabel:before {
    border-right: 23px solid #ea8b93;
    border-top: 37.5px solid transparent;
    border-bottom: 37.5px solid transparent;
  }
  .arrowLabel:before {
    left: -22px;
  }
  .arrowLabel:after {
    right: -22px;
  }
  .arrowLabel.twoLine {
    line-height: 37.5px;
    height: 75px;
  }
  .arrowLabel.twoLine:after,
  .arrowLabel.twoLine:before {
    border-top: 37.5px solid transparent;
    border-bottom: 37.5px solid transparent;
  }
}
/** 新規　**/
.differenceTable {
  font-weight: 600;
}
.differenceTable + .differenceTable {
  margin-top: 30px;
}
.differenceTable_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.differenceTable_col__dt,
.differenceTable_col__dd {
  padding: 3px 6px;
  min-height: 125px;
  font-size: 20px;
  text-align: center;
}
.differenceTable_col__dt .inner,
.differenceTable_col__dd .inner,
.differenceTable_col__dt .imgWrap,
.differenceTable_col__dd .imgWrap {
  display: flex;
  align-items: center;
  height: 100%;
  flex-flow: column;
  justify-content: center;
}
.differenceTable_col__dt {
  width: 260px;
}
.differenceTable_col__dt .inner {
  background: #f7f1f2;
}
.differenceTable_col__dd {
  background: #f7f1f2;
  width: 370px;
}
.differenceTable_col__dd .imgWrap {
  min-height: 150px;
}
.differenceTable_col__dd .imgWrap img {
  width: 84px;
}
.differenceTable_col__dd .inner {
  background: #9a7f81;
  color: #ffffff;
}
.differenceTable_col__dd .inner .txt {
  display: inline-block;
  text-align: left;
}
.differenceTable_col__dd.nomal .inner {
  background: #ffffff;
  color: #333333;
}
.differenceTable_col__dd.nomal .icoBox_ico {
  fill: #333333;
}
.differenceTable_col__dd .priceBox {
  font-size: 24px;
  padding: 50px 0;
}
.differenceTable_col__dd .priceBox_ttl {
  margin-bottom: 30px;
  text-align: center;
}
.differenceTable_col__dd .priceBox_num {
  font-weight: normal;
  font-size: 16px;
}
.differenceTable_col__dd .priceBox_num b {
  font-size: 24px;
}
.differenceTable_col .icoBox {
  text-align: center;
  padding: 20px 0;
}
.differenceTable_col .icoBox_ico {
  fill: #fff;
  fill-rule: evenodd;
}
.differenceTable_col .icoBox_ico__maru {
  width: 43.5px;
  height: 43.5px;
}
.differenceTable_col .icoBox_ico__batsu {
  width: 24px;
  height: 24px;
}
.differenceTable_col .icoBox_txt {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .differenceTable_col {
    font-size: 14px;
  }
  .differenceTable_col__dt,
  .differenceTable_col__dd {
    padding: 3px 6px;
    min-height: 62.5px;
  }
  .differenceTable_col__dt .inner,
  .differenceTable_col__dd .inner {
    padding: 15px;
  }
  .differenceTable_col__dt {
    width: 30%;
  }
  .differenceTable_col__dd {
    width: 70%;
  }
  .differenceTable_col__dd .imgWrap {
    min-height: 230;
  }
  .differenceTable_col__dd .imgWrap img {
    width: 83px;
  }
  .differenceTable_col__dd .priceBox {
    font-size: 14px;
    padding: 0;
  }
  .differenceTable_col__dd .priceBox_ttl {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .differenceTable_col__dd .priceBox_num {
    font-size: 14px;
  }
  .differenceTable_col__dd .priceBox_num b {
    font-size: 14px;
  }
  .differenceTable_col .icoBox {
    padding: 10px 0;
  }
  .differenceTable_col .icoBox_txt {
    margin-top: 7.5px;
  }
  .differenceTable_col .icoBox svg {
    width: 33px;
  }
}
.full-width {
  background: #fff;
  padding: 50px 0;
}
.full-width .cntTxtBlock .wp-block-image img {
  width: 100%;
}
.full-width .cntTxtBlock .wp-block-image figure {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .full-width {
    padding: 25px 0;
  }
}
.txtWrap > p {
  line-height: 1.2em;
}
@media only screen and (max-width: 600px) {
  .txtWrap > p {
    line-height: 1.2em;
    box-sizing: border-box;
    width: 0px;
    min-width: 100%;
  }
}
.contentsRow {
  display: inline-block;
}
.txtWrap > p {
  box-sizing: border-box;
  width: 0px;
  min-width: 100%;
}
/*# sourceMappingURL=map/top.css.map */