/***  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
    border-bottom: 1px solid #E2E2E2;
  }
  .newsList li a {
    display: block;
    color: #333333;
    padding-bottom: 20px;
  }
  .newsList .cat {
    /* margin-right: 15px; */
    /* margin-bottom: 0; */
    /* border: 2px solid #9a7f81; */
    padding: 4px 8px;
    font-size: 13px;
    background-color: #9A7F81;
    border-radius: 5px;
    color: white;
    width: 25.6vw;
    min-width: 80px;
  }
  .newsList .date {
    font-size: 13px;
    margin-right: 0px;
    color: #E23E2A;
    font-weight: bold;
  }
  .newsList .detail {
    text-decoration: none;
    margin-top: 12px;
    font-size: 14px;
  }
}
.designBlock {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
    letter-spacing: 0;
}
.designBlock::before {
  content: "";
  display: block;
  width: 253px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .designBlock::before {
    width: 48%;
  }
}
.designBlock::after {
  content: "";
  display: block;
  width: 253px;
}
@media screen and (max-width: 767px) {
  .designBlock::after {
    display: none;
  }
}
.designBox {
  width: 253px;
}
@media screen and (max-width: 1199px) {
  .designBox {
    width: 48%;
    margin: auto;
  }
}
@media screen and (max-width: 1199px) {
  .designBox:nth-child(n+3) {
    margin-top: 30px;
  }
}
.designBox:nth-child(n+5) {
  margin-top: 30px;
}
.designBox .imgWrap {
  width: 100%;
  height: 253px;
  display: block;
  position: relative;
  -webkit-transition: unset;
  transition: unset;
}
@media screen and (max-width: 767px) {
  .designBox .imgWrap {
    height: 165px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .designBox .imgWrap {
    height: 41.66666667vw;
  }
}
.designBox .imgWrap:hover {
  opacity: 1 !important;
}
.designBox .imgWrap .imgBg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .designBox .imgWrap .imgBg {
    border-radius: 5px;
  }
}
.designBox .imgWrap .designTtl {
  display: none;
}
.designBox .imgWrap figure:after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .designBox .imgWrap figure:after {
    -webkit-transition: unset;
    transition: unset;
    border-radius: 5px;
  }
}
.designBox .imgWrap:hover:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 0, 0, 0)), color-stop(95%, rgba(50, 0, 0, 0.8)));
  background: linear-gradient(rgba(255, 0, 0, 0) 60%, rgba(50, 0, 0, 0.8) 95%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1199px) {
  .designBox .imgWrap:hover:after {
    border-radius: 5px;
  }
}
.designBox .imgWrap:hover .designTtl {
  display: block;
  position: absolute;
  /* top: 50%; */
  bottom: 5%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #ffffff;
  z-index: 2;
  font-size: 12px;
  font-weight: 600;
  padding: 0 20px;
}
.designBox .detailWrap {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .designBox .detailWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 1199px) {
  .designBox .detailWrap .detailTtl {
    margin-top: 10px;
    text-align: center;
  }
}
.designBox .priceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  text-align: center;
	letter-spacing: 0;
	white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .designBox .priceWrap {
    display: block;
    text-align: left;
    margin: 4px 8px;
		white-space: normal;
  }
}
.designBox .priceWrap .num {
  color: #7c7c7c;
  font-size: 14px;
  display: block;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media screen and (max-width: 1199px) {
  .designBox .priceWrap .num {
    color: #a89f99;
    font-size: 11px;
    margin-bottom: 4px;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}
.designBox .priceWrap .price {
  font-size: 22px;
  font-weight: 600;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1199px) {
  .designBox .priceWrap .price {
    font-size: 16px;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.designBox .priceWrap .price small {
  font-size: 12px;
}
@media screen and (max-width: 1199px) {
  .designBox .btnWrap {
    display: block;
    margin-top: auto;
  }
}
.designBox .btnWrap .bgBtn {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .designBox .btnWrap .bgBtn {
    line-height: 1;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .designBox .btnWrap .bgBtn + .bgBtn {
    margin-top: 0.5em;
  }
}
.campaignImgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.campaignImgWrap:after {
  content: "";
  display: block;
  width: 30%;
}
.campaignImgWrap .imgWrap {
  width: 32%;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .campaignImgWrap .imgWrap {
    width: 100%;
  }
}
.campaignImgWrap .imgWrap:nth-child(n+4) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .campaignImgWrap .imgWrap:nth-child(n+2) {
    margin-top: 25px;
  }
}
.campaignImgWrap .imgWrap figure {
  width: 100%;
  height: 140px;
}
@media screen and (max-width: 767px) {
  .campaignImgWrap .imgWrap p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.4px;
  }
}
@media screen and (max-width: 767px) {
  #archive-campaign section.campaignCnt {
    background: unset;
    padding: unset;
  }
}
@media screen and (max-width: 767px) {
  section.campaignCnt {
    background: #FEF5F4;
    padding: 54px 0;
  }
}
section.campaignCnt .slider-dots {
  bottom: -28px;
}
section.campaignCnt .slider-dots li {
  margin: 0px 12px;
}
section.campaignCnt .slider-dots li button:after {
  width: 8px;
  height: 8px;
  background-color: #C4C4C4;
}
section.campaignCnt .slider-dots li.slick-active button:after {
  background-color: #E23E2A;
  opacity: 1;
}
.inputFormWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
}
@media screen and (max-width: 767px) {
  .inputFormWrap button[type="submit"] {
    width: 64vw;
    background-color: #E23E2A;
    box-shadow: 0px 3px 6px #000000;
    -webkit-box-shadow: 0px 3px 6px #000000;
    border-radius: 5px;
  }
}
.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: 1px solid #ea8b93;
  border-radius: 10px;
  height: 100%;
  width: 96%;
  padding: 0.5em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .inputFormWrap {
    margin: 0 auto;
    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;
  }
}
.singleTagBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.singleTagBlock .tag {
  display: inline-block;
  min-width: 102px;
  padding: 12px 10px;
  font-size: 15px;
  letter-spacing: 0.38px;
  background: #ea8b93;
  color: #ffffff;
  position: relative;
  min-height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 28px 0 0;
  text-align: center;
}
.singleTagBlock .tag:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -19px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 20px solid #ea8b93;
  border-bottom: 24px solid transparent;
  border-top: 24px solid transparent;
  border-right: none;
}
.singleTagBlock .tagLabel a,
.singleTagBlock .tagLabel a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .singleTagBlock .tag {
    display: inline-block;
    min-width: 70px;
    padding: 10px;
    min-height: auto;
    margin: 15px 16px 0 0;
    font-size: 13px;
  }
  .singleTagBlock .tag:after {
    right: -12px;
    border-width: 18.5px 0 18.5px 12px;
  }
}
.shopTtlBlock {
  background: #f7f1f2;
}
.shopTtlBlock .innerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
.shopTtlBlock .catchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
}
.shopTtlBlock .catchWrap .sub {
  font-size: 12px;
  font-weight: 600;
}
.shopTtlBlock .bgBtn {
  display: inline-block;
  padding: 10px;
  min-width: 140px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.shopTtlBlock .bgBtn + .bgBtn {
  margin-left: 10px;
}
.shopTtlBlock + .breadcrumbWrap {
  border-bottom: none;
}
.shopTtlBlock + .breadcrumbWrap .breadcrumb {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .shopTtlBlock + .breadcrumbWrap .breadcrumb {
    padding: 15px 3%;
  }
}
@media screen and (max-width: 767px) {
  .shopTtlBlock .innerBlock {
    display: block;
    padding: 0 0 10px;
  }
  .shopTtlBlock .BtnWrap,
  .shopTtlBlock .catchWrap {
    margin-top: 0px;
  }
  .shopTtlBlock .catchWrap {
    padding: 10px;
    border-bottom: 1px solid #adb5bd;
    font-size: 15px;
    line-height: 1.8;
  }
  .shopTtlBlock .catchWrap .sub {
    font-size: 10px;
  }
  .shopTtlBlock .BtnWrap {
    text-align: right;
    padding: 10px;
  }
  .shopTtlBlock .BtnWrap .bgBtn {
    padding: 15px;
  }
}
.shopRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shopRow::before {
  content: "";
  display: block;
  width: 260px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          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;
  -webkit-transition: opacity 1s ease-out;
  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 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .shopBox {
    width: 48%;
    margin-bottom: 50px;
  }
  .shopBox .detail {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
  }
}
.labelSerchBlock a {
  display: inline-block;
  line-height: 1;
}
.labelSerchBlock .txt {
  letter-spacing: 0.4px;
  font-weight: 600;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .labelSerchBlock a,
  .labelSerchBlock .txt {
    margin-bottom: 15px;
  }
  .labelSerchBlock .txt {
    display: block;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.voiceCnt {
    background-color: #F9F9F9;
    padding: 54px 0;
  }
}
.voiceSlider {
  height: auto;
  margin: auto;
}
.voiceSlider .slick-slide {
  opacity: 0.5;
}
.voiceSlider .slick-current {
  opacity: 1;
}
.voiceSlider .slider-arrow.prev {
  left: 22%;
}
@media screen and (max-width: 767px) {
  .voiceSlider .slider-arrow.prev {
    left: 1.5%;
  }
}
.voiceSlider .slider-arrow.next {
  right: 22%;
}
@media screen and (max-width: 767px) {
  .voiceSlider .slider-arrow.next {
    right: 1.5%;
  }
}
.voiceBox {
  width: 600px;
  margin: 0 48px;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  row-gap: 58px;
  background: #ebe5e6;
  padding: 55px 44px;
  min-height: 300px;
  box-shadow: 0px 6px 0 0 #9a7f81;
  -webkit-box-shadow: 0px 6px 0 0 #9a7f81;
  margin-bottom: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@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;
    -webkit-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;
  }
}
.voiceBox:hover {
  text-decoration: none;
}
.voiceBox .imgCell {
  text-align: center;
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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 {
  -ms-flex-preferred-size: calc(100% - 230px);
      flex-basis: calc(100% - 230px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  text-align: center;
}
.voiceBox .voiceWrap {
  margin-top: 20px;
  text-align: left;
}
.newVoiceBox {
  width: 600px;
  margin: 0 48px;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  row-gap: 58px;
  background: #ebe5e6;
  padding: 55px 44px;
  min-height: 300px;
  box-shadow: 0px 6px 0 0 #9a7f81;
  -webkit-box-shadow: 0px 6px 0 0 #9a7f81;
  margin-bottom: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .newVoiceBox {
    display: block !important;
    width: 75.46666667vw;
    min-height: 350px;
    margin: 0 15px 3px;
    padding: 0;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    background-color: unset;
  }
}
.newVoiceBox:hover {
  text-decoration: none;
}
.newVoiceBox .imgCell {
  text-align: center;
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.newVoiceBox .imgCell .imgWrap {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .newVoiceBox .imgCell .imgWrap {
    width: 75.46666667vw;
    height: 56.53333333vw;
    border-radius: 5px;
  }
}
.newVoiceBox .imgCell .imgBg {
  width: 100%;
  height: 100%;
  margin: 0;
}
.newVoiceBox .imgCell .storeName {
  margin-top: 10px;
  font-size: 14px;
}
.newVoiceBox .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;
}
.newVoiceBox .txtCell {
  -ms-flex-preferred-size: calc(100% - 230px);
      flex-basis: calc(100% - 230px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell {
    font-size: 13px;
    margin: 24px 0;
    padding: 24px 16px;
    background-color: #FFFFFF;
    line-height: 1.5;
  }
}
.newVoiceBox .txtCell .row {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row {
    margin: 0 0 4px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row-label {
    color: #9A7F81;
    display: inline-block;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row-content {
    color: black;
    display: inline-block;
    width: 67%;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.storeName {
    color: #9A7F81;
    text-align: left;
    font-weight: bold;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.name {
    font-size: unset;
    padding: 5px 8px;
    border: unset;
    margin: unset;
    padding: unset;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.rating {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: unset;
    padding: unset;
  }
}
.newVoiceBox .txtCell .row.voiceWrap {
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.voiceWrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.date {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.menu {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.menu .menu-label {
    color: white;
    background-color: #9A7F81;
    font-weight: bold;
    display: block;
    padding: 4px 8px;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.menu .menu-content {
    padding: 8px 4px;
  }
}
.voiceGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      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;
  }
}
/**
 * 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 {
  -webkit-transform: rotate(180deg);
          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 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 2%;
  }
  .slider-arrow.next {
    right: 2%;
  }
}
.pegnationArchiveNumber .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pegnationArchiveNumber .page-item .page-link {
  width: 56px;
  height: 56px;
  line-height: 56px;
  padding: 0;
  text-align: center;
  border: 2px solid transparent;
  background: transparent;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.pegnationArchiveNumber .page-item .page-link.last,
.pegnationArchiveNumber .page-item .page-link.first {
  width: 120px;
}
.pegnationArchiveNumber .page-item.disabled .page-link {
  border-radius: 50%;
  padding: 0;
  border-color: #333333;
}
.pegnationArchiveList {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-align: center;
  position: relative;
}
.pegnationArchiveListWrap {
  padding-top: 98px;
}
.pegnationArchiveList .prevLink,
.pegnationArchiveList .nextLink {
  font-size: 20px;
  position: absolute;
  top: 0;
  background: #ffffff;
}
.pegnationArchiveList .prevLink a,
.pegnationArchiveList .nextLink a {
  display: block;
}
.pegnationArchiveList .prevLink {
  left: 0;
}
.pegnationArchiveList .nextLink {
  right: 0;
}
.pegnationArchiveList .centerLink {
  background: #ffffff;
  margin: auto;
}
.pegnationArchiveList .centerLink a {
  display: block;
}
@media screen and (min-width: 768px) {
  .pegnationArchiveList .prevLink,
  .pegnationArchiveList .nextLink,
  .pegnationArchiveList .centerLink {
    height: 100%;
    display: block;
  }
  .pegnationArchiveList .prevLink,
  .pegnationArchiveList .nextLink {
    width: 60px;
    height: 60px;
  }
  .pegnationArchiveList .centerLink {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .pegnationArchiveListWrap {
    padding: 30px 0 0;
  }
  .pegnationArchiveListWrap.singleTop {
    padding: 0 0 10px;
  }
  .pegnationArchiveList {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    letter-spacing: -0.6px;
    background: #ffffff;
  }
  .pegnationArchiveList .prevLink,
  .pegnationArchiveList .nextLink {
    font-size: 20px;
    position: absolute;
    top: 0;
  }
  .pegnationArchiveList .prevLink a,
  .pegnationArchiveList .nextLink a {
    display: block;
    padding: 0 15px;
  }
  .pegnationArchiveList .prevLink a {
    padding-right: 50px;
  }
  .pegnationArchiveList .nextLink a {
    padding-left: 50px;
  }
}
.priceBoxList .priceHead {
  display: block;
  padding: 20px 75px;
  line-height: 1;
  background: #9a7f81;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .priceBoxList .priceHead {
    font-size: 17px;
    padding: 20px 50px;
  }
}
.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%;
}
@media screen and (max-width: 767px) {
  .priceBoxList .priceHead:after {
    left: 15px;
    width: 26px;
  }
}
.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%;
}
@media screen and (max-width: 767px) {
  .priceBoxList .priceHead:before {
    width: 25px;
    height: 14px;
    right: 15px;
  }
}
.priceBoxList .priceHead span {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.priceBoxList .priceHead.show:before {
  -webkit-transform: rotate(180deg);
          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%;
  }
}
.pricePickUpBlock {
  display: none;
  background: #ffffff;
}
.show + .pricePickUpBlock {
  display: block;
}
.pricePickUpBox {
  border: 1px solid;
  border-color: transparent #e50012 #e50012;
  padding: 10px 30px 30px;
}
@media screen and (max-width: 767px) {
  .pricePickUpBox {
    padding: 15px;
  }
}
.pricePickUpBox .pricePickUpInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pricePickUpBox .pricePickUpInner {
    display: block;
  }
}
.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 {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  height: 200px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .pricePickUpBox .imgWrap {
    margin: auto;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    width: 260px;
    height: 175px;
    margin-bottom: 20px;
  }
}
.pricePickUpBox .imgWrap figure {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pricePickUpBox .imgWrap figure {
    background-size: contain!important;
  }
}
@media screen and (max-width: 767px) {
  .pricePickUpBox .detailWrap {
    padding: 0 0 0 10px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .pricePickUpBox .priceWrap {
    font-size: 25px;
  }
}
.pricePickUpList {
  -ms-flex-preferred-size: 710px;
      flex-basis: 710px;
}
.pricePickUpList.no-image {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.pricePickUpList li {
  padding: 10px 30px;
  line-height: 1.6;
  letter-spacing: 0.38px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #9a7f81;
}
@media screen and (max-width: 767px) {
  .pricePickUpList li {
    padding: 10px 15px;
    line-height: 1.5;
    letter-spacing: 0.38px;
    font-size: 15px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pricePickUpList li:last-child {
    border-bottom: none;
  }
}
.pricePickUpList .txtBox {
  -ms-flex-preferred-size: 430px;
      flex-basis: 430px;
}
.pricePickUpList .txtBox .ttl {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pricePickUpList .txtBox .ttl {
    font-size: 13px;
  }
}
.pricePickUpList .txtBox small {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 767px) {
  .pricePickUpList .txtBox small {
    margin-top: 3px;
    font-size: 12px;
  }
}
.pricePickUpList .priceWrap {
  -ms-flex-preferred-size: calc(100% - 450px);
      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) {
  .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;
  }
}
.nailMenu {
  margin-bottom: 32px;
}
.nailMenu-head {
  background-color: #9A7F81;
  color: white;
  padding: 8px 16px;
}
.nailMenu-head span::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 30px;
  height: 14px;
  background-image: url("../img/common/ico_jewelry_cell.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.nailMenu-list {
  background-color: #FEF5F4;
}
.nailMenu-row {
  border-top: solid 1px #E5E5E5;
  padding: 16px 14px;
  background-image: url("../img/common/ico_next_arrow.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
}
.nailMenu-row.nolink {
  background: none ;
}
.nailMenu-row:nth-child(1) {
  border-top: unset;
}
.nailMenu-row .imgWrap {
  display: inline-block;
  width: 23.46666667vw;
  height: 23.46666667vw;
  max-width: 88px;
  max-height: 88px;
}
.nailMenu-row .imgWrap .imgBg {
  width: 23.46666667vw;
  height: 23.46666667vw;
  max-width: 88px;
  max-height: 88px;
}
.nailMenu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 81.33333333vw;
}
.nailMenu-content {
  display: inline-block;
  width: calc(95% - 88px);
  margin-left: 5%;
}
.nailMenu-subHead {
  color: #E23E2A;
  font-weight: bold;
  font-size: 16px;
  margin: 4vw 0;
}
.nailMenu-subContent {
  color: #333333;
  font-size: 14px;
}
/** ショップペー詳細 **/
.txtLinkWrap .bgBtn.primary.salon {
  width: 250px;
}
.menuBoxCnt .cnt {
  padding-top: 120px;
}
.salonKvWrap .salonKv {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .salonKvWrap .salonKv {
    height: 215px;
  }
}
.salonKvWrap .salonKv figure {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .salonKvWrap .salonKv figure {
    background-size: cover;
  }
}
.salonKvWrap .slider-dots {
  bottom: -32px;
}
.nailistBox {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nailistBox_img {
  width: 183px;
  height: 183px;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .nailistBox_img {
    width: 127px;
    height: 127px;
  }
}
.nailistBox_img figure {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.nailistBox:nth-of-type(n+3) {
  margin-top: 50px;
}
.nailistBox_txt {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 767px) {
  .nailistBox_txt {
    width: calc(100% - 127px - 25px);
  }
}
.nailistBox_txt_comment {
  background: #ffffff;
  margin-top: auto;
  padding: 20px 24px;
  min-height: 90px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nailistBox_txt_comment {
    padding: 20px 15px;
    min-height: 70px;
  }
}
.nailistBox_txt_comment:after {
  content: '';
  border-top: 23px solid #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: none;
  position: absolute;
  top: 35px;
  left: -18px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .nailistBox_txt_comment:after {
    left: -10px;
  }
}
.nailistBox_txt_name {
  color: #594a4b;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .nailistBox_txt_name {
    margin: 0 0 10px;
  }
}
.nailistBox_txt_name .kana {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .nailistBox_txt_name .kana {
    font-size: 11px;
  }
}
.nailistBox_txt_name .name {
  font-size: 24px;
  letter-spacing: 2.4px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .nailistBox_txt_name .name {
    font-size: 15px;
  }
}
.nailistBox_Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.catalogBox {
  width: 250px;
  background: white;
}
@media screen and (max-width: 767px) {
  .catalogBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.catalogBox:nth-of-type(n+5) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .catalogBox:nth-of-type(n+5) {
    margin-top: 25px;
  }
}
.catalogBox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.catalogBox_wrap::before {
  content: "";
  display: block;
  width: 250px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.catalogBox_wrap::after {
  content: "";
  display: block;
  width: 250px;
}
.catalogBox_img {
  width: 250px;
  height: 190px;
}
@media screen and (max-width: 767px) {
  .catalogBox_img {
    height: 100%;
    width: 45%;
  }
}
.catalogBox_img figure {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.catalogBox_txt {
  color: #594a4b;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .catalogBox_txt {
    width: 55%;
    font-size: 13px;
  }
}
.catalogBox_txt_ttl {
  line-height: 1.5;
}
.catalogBox_txt_price {
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .catalogBox_txt_price {
    margin-top: 5px;
  }
}
.catalogBox_txt_price strong {
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .catalogBox_txt_price strong {
    font-size: 25px;
  }
}
.catalogBox_txt_price small {
  margin-left: 0.5em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .catalogBox_txt_price small {
    font-size: 13px;
  }
}
.catalogBox_txt_name {
  margin-top: 10px;
  line-height: 1;
}
.catalogBox_txt_name span {
  letter-spacing: 1.6px;
  font-weight: 600;
  margin-right: 0.5em;
}
.cntTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cntTable .mapBtn {
  background: #e50012;
  color: #ffffff;
  padding: 3px;
  margin: 0 0 0 10px;
  font-size: 12px;
}
.cntTable dl {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  line-height: 1.67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  margin-bottom: 0;
}
.cntTable dt {
  color: #594a4b;
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%;
  padding: 20px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.cntTable dd {
  -ms-flex-preferred-size: 73%;
      flex-basis: 73%;
  padding: 20px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.cntTable dd .tel {
  font-size: 20px;
  color: #e50012;
  font-weight: 600;
  line-height: 1;
}
.cntTable dd .tel .icon {
  width: 16px;
  height: 16px;
}
.cntTable dd .creditImage {
  margin-top: 10px;
}
.cntTable dd .sns-info div {
  display: inline-block;
}
.cntTable dd .sns-info div:nth-child(2) {
  margin-left: 10px;
}
.cntTable dd .sns-info img {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .cntTable {
    display: block;
  }
  .cntTable dl {
    line-height: 1.67;
    display: block;
  }
  .cntTable dl:nth-child(n+2) {
    border-top: none;
  }
  .cntTable dt {
    font-size: 16px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .cntTable dd {
    font-size: 14px;
  }
  .cntTable dd .tel {
    font-size: 21px;
  }
}
#single-salon .fixedCvBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: bottom 0 left 2%;
  background-size: 54px 57px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px -1px 0 0 #cccccc;
  -webkit-box-shadow: 0px -1px 0 0 #cccccc;
}
#single-salon .fixedCvBox .telBox {
  margin-left: 5%;
}
#single-salon .fixedCvBox .telBox .label {
  width: 155px;
  margin: 5px 0;
}
#single-salon .fixedCvBox .telBox .tel {
  font-size: 22px;
  color: #e50012;
  font-weight: 600;
  line-height: 1;
}
#single-salon .fixedCvBox .telBox .tel .icon {
  width: 16px;
  height: 16px;
}
#single-salon .fixedCvBox .btnBox {
  position: absolute;
  right: 4%;
  font-size: 20px;
  width: 120px;
}
#single-salon .fixedCvBox .btnBox span {
  width: 100%;
}
#single-salon .fixedCvBox .btnBox .icon {
  width: 16px;
  height: 16px;
}
.mobile-view {
  display: none;
}
.nail-pc {
  color: black;
}
@media screen and (max-width: 767px) {
  .pc-view {
    display: none;
  }
  .mobile-view {
    color: black;
    display: block;
  }
  .mobile-bread {
    color: black!important;
    margin-top: -5%;
    margin-bottom: -15%;
    margin-left: 10px;
  }
  .nail-pc {
    display: none;
  }
  .wp-container-1 .wp-block-buttons {
    text-decoration: none;
  }
}
.salonDitail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr 2em 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .salonDitail {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1em;
  }
}
.salonDitail .salonDitail_box {
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
}
.salonDitail .salonDitail_box .salonDitail_ttl {
  text-align: center;
  color: #E50012;
  font-weight: bold;
}
.salonLink {
  padding: 40px 0;
}
.salonlink_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.salonlink_area ul li {
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #ea8b93;
  color: #ea8b93;
  min-width: 180px;
  margin: auto;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .salonlink_area ul li {
    border-radius: 5px;
    margin-bottom: 1rem;
  }
}
.salonlink_area ul li a {
  padding: 15px;
  color: #ea8b93;
  display: block;
}
.salonImg_scroll {
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.salonImg_scroll .salonImg {
  min-width: 360px;
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .salonImg_scroll .salonImg {
    min-width: 300px;
  }
}
.salon_embeddedMap {height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.salon_embeddedMap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.FAQ .show:before {
  transform: rotate(180deg);
}
.FAQ .js-qBox {
  display: block;
  padding: 20px 10px;
}
.FAQ .js-aBox {
  display: none;
}
.FAQ .cntLinkRow {
  margin-top: 15px;
}
.FAQ .cntLinkRow:before {
  display: none;
}
.FAQ .cntLinkRow:after {
  display: none;
}
.FAQ .txtLink {
  height: 74px;
}
.FAQ .txtLink a {
  padding: 27px 10px;
}
.FAQ .txtLink:first-child {
  height: auto;
}
@media screen and (max-width: 767px) {
  .FAQ .FAQHead.show {
    border-radius: 5px 5px 0px 0;
  }
}
.FAQ .FAQHead {
  margin: 0 auto;
  background-color: #fff;
  color: #ea8b93;
  border: 1px solid #ea8b93;
  padding: 20px;
  text-align: start;
  line-height: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .FAQ .FAQHead {
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    max-width: 350px;
    border-radius: 5px;
  }
  .FAQ .FAQHead:hover {
    transition: 0.3s ease-in-out;
    text-decoration: none;
  }
  .FAQ .FAQHead:before {
    width: 20px;
    height: 19px;
    top: 0;
    bottom: 0;
    right: 13px;
  }
}
.FAQ .FAQPickUpBox {
  margin: 0 auto;
  background-color: #fff;
  color: #ea8b93;
  border: 1px solid #ea8b93;
  padding: 20px 20px 0 20px;
  text-align: start;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .FAQ .FAQPickUpBox {
    margin: 0 auto;
    max-width: 350px;
    border-radius: 0px 0px 5px 5px;
  }
}
.FAQ .FAQPickUpBox ul li .FAQPickUpBox-q {
  position: relative;
  padding: 0;
  font-weight: bold;
  max-width: 95%;
  cursor: pointer;
  cursor: hand;
}
.FAQ .FAQPickUpBox ul li .FAQPickUpBox-q:hover {
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}
.FAQ .FAQPickUpBox ul li .FAQPickUpBox-q span {
  font-size: 1.2rem;
}
.FAQ .FAQPickUpBox ul li .FAQPickUpBox-q:before {
  content: '';
  position: absolute;
  background: url(../img/salon/FAQ-salon-sub.png) center center no-repeat;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: -25px;
  margin: auto;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .FAQ .FAQPickUpBox ul li .FAQPickUpBox-q:before {
    right: -20px;
    top: 0px;
    width: 15px;
    height: 15px;
  }
}
.FAQ .FAQPickUpBox ul li .FAQPickUpBox-a {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: dashed #ea8b93 1px;
}
.FAQ .FAQPickUpBox ul li:first-child .FAQPickUpBox-q {
  padding-top: 0rem;
}
.FAQ .FAQPickUpBox ul li:last-child .FAQPickUpBox-a {
  padding-bottom: 20px;
  border-bottom: none;
}

.salonDitailImg {
  text-align: center;
  margin-bottom: 2rem;
}

.shopAttentionCnt .innerBlock {
  padding-top: 0;
}
.shopAttentionCnt .txtLinkWrap {
  margin-top: 0;
}

.c-head-addition {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}
.c-head-addition--mb {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-head-addition {
    font-size: 16px;
  }
  .c-head-addition--mb {
    margin-bottom: 14px;
  }
  
}


/** 260115:salonの「アクセス」に「詳細アクセス」を追加する対応 **/
.custom-accessdetail {
  display: none;
}
body#single-salon .shopTableCnt .custom-accessdetail {
  display: block;
  margin-top: 2.5em;
}