/***  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');
}
.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;
}
.stayOpenBlock {
  display: block;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .stayOpenBlock {
    display: none;
  }
}
.show + .stayOpenBlock {
  display: none;
}
@media screen and (max-width: 767px) {
  .show + .stayOpenBlock {
    display: block;
  }
}
.priceBoxList .priceHead.stayOpen: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%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .priceBoxList .priceHead.stayOpen:before {
    width: 25px;
    height: 14px;
    right: 15px;
  }
}
.priceBoxList .priceHead.stayOpen.show:before {
  -webkit-transform: none;
          transform: none;
}
.searchSalonFrontList {
  -ms-flex-preferred-size: 760px;
      flex-basis: 760px;
  color: #333333;
}
.searchSalonFrontList.no-image {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.searchSalonFrontList li {
  padding: 8px 0px;
  line-height: 2.4;
  letter-spacing: 0.38px;
  font-size: 16px;
  display: list-item;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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 {
  -ms-flex-preferred-size: 430px;
      flex-basis: 430px;
}
.searchSalonFrontList .txtBox .ttl {
  font-size: 16px;
}
.searchSalonFrontList .txtBox small {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
.searchSalonFrontList .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) {
  .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 {
    -webkit-transform: rotate(180deg);
            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;
  }
}
.editorCts {
  /* 配置位置 右 */
  /* 配置位置 左 */
}
.editorCts .wp-caption-text {
  text-align: center;
}
.editorCts .wp-caption {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.editorCts .alignright {
  display: block;
  margin: 0 0 0 auto;
}
.editorCts .alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.editorCts .aligncenter {
  display: block;
  margin: 0 auto;
}
.editorCts p,
.editorCts h1,
.editorCts h2,
.editorCts h3,
.editorCts h4,
.editorCts h5,
.editorCts h6,
.editorCts ul,
.editorCts ol {
  letter-spacing: 1.6px;
  padding: 0;
  margin: 0 0 1em;
}
.editorCts p:first-child,
.editorCts h1:first-child,
.editorCts h2:first-child,
.editorCts h3:first-child,
.editorCts h4:first-child,
.editorCts h5:first-child,
.editorCts h6:first-child,
.editorCts ul:first-child,
.editorCts ol:first-child {
  margin-top: 10px;
}
.editorCts p .wp-caption + .wp-caption,
.editorCts h1 .wp-caption + .wp-caption,
.editorCts h2 .wp-caption + .wp-caption,
.editorCts h3 .wp-caption + .wp-caption,
.editorCts h4 .wp-caption + .wp-caption,
.editorCts h5 .wp-caption + .wp-caption,
.editorCts h6 .wp-caption + .wp-caption,
.editorCts ul .wp-caption + .wp-caption,
.editorCts ol .wp-caption + .wp-caption {
  margin-top: 30px;
}
.editorCts h1,
.editorCts h2,
.editorCts h3,
.editorCts h4,
.editorCts h5,
.editorCts h6 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.editorCts h1,
.editorCts h2,
.editorCts h3,
.editorCts h4,
.editorCts h5,
.editorCts h6,
.editorCts strong,
.editorCts em {
  font-weight: bold;
}
.editorCts ul,
.editorCts ol {
  margin-left: 1.5em;
}
.editorCts ul {
  list-style: disc;
}
.editorCts ol {
  list-style-type: decimal;
}
.editorCts em {
  font-style: italic;
}
.editorCts a {
  color: #035e92;
  text-decoration: underline;
}
.editorCts h1 {
  font-size: 24px;
}
.editorCts h2 {
  font-size: 22px;
}
.editorCts h3 {
  font-size: 20px;
}
.editorCts h4 {
  font-size: 19px;
}
.editorCts h5 {
  font-size: 18px;
}
.editorCts h6 {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .editorCts p,
  .editorCts h1,
  .editorCts h2,
  .editorCts h3,
  .editorCts h4,
  .editorCts h5,
  .editorCts h6,
  .editorCts ul,
  .editorCts ol {
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .editorCts h1 {
    font-size: 20px;
  }
  .editorCts h2 {
    font-size: 19px;
  }
  .editorCts h3 {
    font-size: 18px;
  }
  .editorCts h4 {
    font-size: 17px;
  }
  .editorCts h5 {
    font-size: 16px;
  }
  .editorCts h6 {
    font-size: 15px;
  }
}
.priceBlock {
  padding: 20px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.priceBlock .priceBox {
  background: #ffffff;
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  margin-right: 25px;
  box-shadow: 4.4px 4.1px 0 1px #9a7f81;
  -webkit-box-shadow: 4.4px 4.1px 0 1px #9a7f81;
  border: solid 1px #9a7f81;
  text-align: center;
  padding: 24px 24px 24px 0;
  line-height: 1.1;
  position: relative;
}
.priceBlock .priceBox:nth-child(4) {
  margin-right: 0px;
}
.priceBlock .priceBox:nth-child(n+5) {
  margin-top: 25px;
}
.priceBlock .priceBox .large {
  font-size: 36px;
}
.priceBlock .priceBox .large::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .priceBlock .priceBox .large::after {
    right: 5%;
  }
}
.priceBlock .priceBox .small {
  margin-top: 5px;
  font-size: 18px;
}
.cntTtl {
  margin-bottom: 30px;
}
.cntTtl .pageTtl {
  font-weight: bold;
  margin: 80px 0 25px;
}
.lineTtl {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .priceBlock {
    border-top: 1px dashed #333333;
    padding: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .priceBlock .priceBox {
    padding: 12px;
    box-shadow: 2.2px 2px 0 0.5px #333333;
    -webkit-box-shadow: 2.2px 2px 0 0.5px #333333;
    margin-right: 0;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .priceBlock .priceBox:nth-child(n+3) {
    margin-top: 12.5px;
  }
  .priceBlock .priceBox .large {
    font-size: 25px;
  }
  .priceBlock .priceBox .small {
    font-size: 17px;
  }
}
.priceMenuWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}
.priceMenuWrap .logoWrap {
  width: 120px;
  height: 124px;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .priceMenuWrap .logoWrap {
    width: 90px;
    height: 93px;
    margin: 40px auto 15px;
  }
}
.priceMenuWrap .logoWrap figure {
  background-position: top center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.priceMenuWrap .menuBtn {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  border: solid 3px #ea8b93;
  font-size: 24px;
  border-radius: 10px;
  font-weight: 600;
  background: #ffffff;
  color: #ea8b93;
  padding: 15px 30px;
  line-height: 1.39;
  position: relative;
  text-decoration: none;
}
.priceMenuWrap .menuBtn small {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.6px;
  display: block;
}
.priceMenuWrap .menuBtn:after {
  content: '';
  width: 50px;
  height: 100%;
  background: #ea8b93;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.priceMenuWrap .menuBtn:before {
  content: '';
  border-top: 10px solid #ffffff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: none;
  position: absolute;
  top: 38px;
  right: 10px;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.lineTtl {
  font-size: 24px;
  border-bottom: 1px solid #333333;
  padding: 15px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lineTtl {
    font-size: 20px;
    padding: 20px 0 8px;
  }
}
.find-store {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .priceMenuWrap {
    display: block;
    padding: 0 0 20px;
  }
  .priceMenuWrap .menuBtn {
    display: block;
    border: solid 2px #ea8b93;
    font-size: 18px;
    padding: 17px 12px;
    line-height: 1.39;
  }
  .priceMenuWrap .menuBtn small {
    font-size: 13px;
    letter-spacing: 0.95px;
    display: inline-block;
  }
  .priceMenuWrap .menuBtn:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .priceMenuWrap .menuBtn:before {
    border-top: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: none;
    top: 25px;
  }
}
.priceRecommendMenuWrap .cntLinkRow {
  width: 95%;
  margin: 0 auto;
}
.priceRecommendMenuWrap .cntLinkRow .txtLinkBox {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .priceRecommendMenuWrap .cntLinkRow .txtLinkBox {
    width: 100%;
  }
}
.priceRecommendMenuWrap .priceRecommendHead {
  font-size: 125%;
  margin-bottom: 10px;
  font-weight: bold;
}
.serviceTbl {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.serviceTbl th {
  padding: 10px;
  border: 1px solid #c0c0c0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #616161;
  text-align: left;
  font-weight: bold;
  background: #eeeeee;
}
.serviceTbl td {
  border: 1px solid #c0c0c0;
  vertical-align: middle;
}
.serviceTbl-label {
  width: 70%;
  color: #333333;
  padding: 0.5em 10px;
}
.serviceTbl-price {
  width: 30%;
  color: #ef7967;
  text-align: center;
  font-weight: bold;
  font-size: 140%;
}
@media screen and (max-width: 767px) {
  .serviceTbl-price {
    font-size: 110%;
  }
}
.priceBoxList {
  margin: 0 0 60px;
}
.priceBoxList ul {
  margin-left: 0;
}
.icoTtl {
  color: #ffffff;
  background: #9a7f81;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding: 20px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .icoTtl {
    font-size: 15px;
    line-height: 1.6;
    padding: 20px 25px;
  }
}
.icoTtl:before {
  content: '';
  background-size: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
}
.icoTtl.guide:before {
  background: url("../img/common/guide_ico.png") center center no-repeat;
  width: 86px;
  height: 69px;
  top: -50px;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .icoTtl.guide:before {
    width: 64px;
    height: 51.5px;
    top: -30px;
  }
}
.qBox:before {
  background: url("../img/qa/q_txt.png") center center no-repeat;
}
.aBox.boxSectionTxt {
  margin-top: 50px;
}
.aBox.boxSectionTxt:before {
  background: url("../img/qa/a_txt.png") center center no-repeat;
}
@media screen and (max-width: 767px) {
  .aBox.boxSectionTxt {
    margin-top: 25px;
  }
}
.qBox:before,
.aBox:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  background-size: 100%;
  width: 117px;
  height: 47px;
  top: -17px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media screen and (max-width: 767px) {
  .qBox:before,
  .aBox:before {
    width: 94px;
    height: 52px;
    top: -25px;
  }
}
.boxSection {
  margin: 86px 0;
}
.boxSectionTxt {
  margin-top: 0;
  background: #ffffff;
  padding: 20px 50px;
  line-height: 1.88;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .boxSection {
    margin-top: 45px;
  }
  .boxSectionTxt {
    background: #ffffff;
    padding: 20px 25px;
    line-height: 1.8;
    letter-spacing: 1.3px;
    font-size: 13px;
  }
}
.no-boxSection {
  margin-top: 86px;
}
.no-boxSection .boxSectionTxt {
  background: none !important;
}
.no-boxSection .icoTtl {
  display: none;
}
@media screen and (max-width: 767px) {
  .no-boxSection {
    margin-top: 45px;
  }
  .no-boxSection .boxSectionTxt {
    background: none !important;
  }
  .no-boxSection .icoTtl {
    display: none;
  }
}
.js-aBox {
  display: none;
}
.js-qBox:after {
  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) {
  .js-qBox:after {
    width: 13px;
  }
}
.js-qBox.show:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pricePickUpList .priceWrap.priceWrap--small {
  font-size: 16px;
}

/*----------------------------------------
20240402追加　新規料金表ページ
----------------------------------------*/
.p-price_slide-ttl {
	font-size: clamp( 12px, 1.8vw, 18px);
	font-weight: 600;
	color: var(--fast-red);
	text-align: center;
}
.p-price_slide-ttl span {
	display: inline-block;
	position: relative;
}
.p-price_slide-ttl span::before,
.p-price_slide-ttl span::after {
	content: "";
	height: 100%;
	border-right: solid 1px;
	position: absolute;
	top: 0;
}
.p-price_slide-ttl span::before {
	transform: rotate( -45deg );
	left: -20px;
}
.p-price_slide-ttl span::after {
	transform: rotate( 45deg );
	right: -20px;
}
.p-price_slide_wrap {
	margin-bottom: clamp( 40px, 9vw, 90px);
}
.p-price_slide-list {
	padding: 10px 0;
	z-index: 0;
}
.p-price_slide-list:not(.slick-initialized) {
	height: clamp( 100px, 27vw ,200px);
	box-sizing: content-box;
	overflow: hidden;
}
.p-price_slide-list .slick-list {
	overflow: visible;
}
.p-price_slide-list .slick-arrow {
	position: absolute;
	top: 50%;
	width: clamp( 40px, 5vw ,55px);
	height: clamp( 40px, 5vw ,55px);
	color: transparent;
	overflow: hidden;
	text-indent: -200%;
	background: url("../img/price/price_slide_prev.png") no-repeat center / 100% 100%;
	z-index: 1;
}
.p-price_slide-list .slick-prev {
	left: 0;
	transform: translateY(-50%);
}
.p-price_slide-list .slick-next {
	right: 0;
	transform: translateY(-50%) rotate( 180deg );
}
.p-price_slide-item {
	margin-inline: clamp( 5px, 1vw ,10px);
	position: relative;
	width: clamp( 100px, 27vw ,200px);
	box-shadow: 0 5px 10px rgba( 0,0,0,.2 );
	overflow: hidden;
	border-radius: clamp( 10px, 2vw ,20px);;
}
.p-price_slide-item figure {
	margin: 0;
}
.p-price_slide-item p {
	margin-bottom: 0;
	position: absolute;
	right: clamp( 10px, 1.5vw ,15px);
	bottom: clamp( 5px, 1vw ,10px);
	font-size: clamp( 10px, 1.4vw ,14px);
	font-weight: 600;
	color: var(--white);
	text-align: right;
	filter: drop-shadow( 0 0 4px rgba( 0,0,0,.4 ));
}
.p-price_slide-item p strong {
	font-size: clamp( 12px, 2.4vw ,24px);
	display: block;
}
.p-option_nav {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	padding: 20px 0;
	border-top: solid 1px var(--fast-red);
	border-bottom: solid 1px var(--fast-red);
}
.p-option_nav-ttl {
	margin: 0 auto 0 0;
	font-size: clamp( 16px, 2vw, 20px);
	font-weight: 600;
}
.p-option_nav-list {
	display: flex;
	justify-content: space-between;
	width: 760px;
}
.p-option_nav-list li {
	width: calc(50% - 10px);
	display: flex;
	padding-right: 50px;
	border: solid 2px #EFEFEF;
	border-radius: 100px;
	font-size: clamp( 12px, 1.8vw, 18px);
	font-weight: 600;
	align-items: center;
	cursor: pointer;
	transition: .3s;
	position: relative;
	background-color: #EFEFEF;
	box-shadow: 0 3px 6px rgba( 0,0,0,.2 );
}
.p-option_nav-list li:hover,
.p-option_nav-list li.is-current {
	border-color: var(--fast-red);
	background-color: var(--fast-red);
	color: var(--white);
	opacity: .8;
}
.p-option_nav-list li.is-current {
	opacity: 1;
}
.p-option_nav-list li i {
	width: clamp( 50px, 7.5vw, 74px);
	border-radius: 100px;
	overflow: hidden;
}
.p-option_nav-list li span {
	margin-inline: auto;
}
.p-price_option-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: clamp( 25px, 4vw, 40px);
	padding: clamp( 10px, 2vw, 20px) clamp( 10px, 1.5vw, 15px);
	gap: 20px;
	border-radius: 10px;
	background-color: #F5F5F5;
}
.p-price_option-list li {
	width: calc(50% - 10px);
	background-color: var(--white);
	border: solid 1px #EBE7E7;
	padding: 14px;
	display: flex;
	justify-content: space-between;
}
.p-price_option-list li figure {
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 auto;
}
.p-price_option_box {
	width: 330px;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
}
.p-price_option-name {
	font-weight: 600;
	font-size: clamp( 14px, 1.6vw, 16px);
	line-height: 1.4;
}
.p-price_option-name::before {
	content: "◆";
	color: var(--fast-red);
	margin-right: 5px;
}
.p-price_option-txt {
	font-size: clamp( 12px, 1.4vw, 14px);
	margin: clamp( 5px, 1vw, 10px) 0;
}
.p-price_option-yen {
	margin-top: auto;
	padding-top: 5px;
	border-top: solid 1px #EBE7E7;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}
.p-price_option-yen span {
	font-size: 20px;
	color: var(--fast-red);
	margin-left: 5px;
}
.p-price_option-yen span small {
	font-size: 14px;
	font-weight: inherit;
}
.p-price_brand {
	text-align: center;
	margin-top: clamp( 30px, 5vw, 50px);
}
.p-price_brand-atten {
	margin-bottom: clamp( 40px, 5vw, 50px);
	color: var(--fast-red);
	font-weight: 600;
	font-size: clamp( 18px, 2vw, 20px);
}
.p-price_brand-list {
	display: flex;
	gap: 30px;
	justify-content: center;
}
.p-price_brand-list li {
	width: calc( calc(100% - 60px) / 3 );
}
.p-price_brand-link:hover {
	text-decoration: none;
}
.p-price_brand-btn {
	max-width: 250px;
	padding: clamp(5px , 1vw, 10px);
	background-color: #333333;
	border-radius: 100px;
	position: relative;
	color: var(--white);
	margin: 30px auto;
}
.p-price_brand-btn::after {
	content: "";
	position: absolute;
	width: clamp( 5px, .5vw, 8px);
	height: clamp( 5px, .5vw, 8px);
	border-top: solid 2px var(--white);
	border-right: solid 2px var(--white);
	right: 15px;
	top: 50%;
	transform: translateY(-50%) rotate( 45deg );
	z-index: 1;
	transition: .3s;
}
.p-price_brand-link:hover .p-price_brand-btn::after {
	right: 10px;
}
.p-price_brand-txt {
	font-size: 14px;
	line-height: 2;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.p-option_nav {
		display: block;
	}
	.p-option_nav-ttl {
		text-align: center;
	}
	.p-option_nav-list {
		width: auto;
		margin-top: 15px;
	}
	.p-option_nav-list li {
		padding-right: 0;
	}
	.p-price_option-list li figure {
		max-width: 30%;
	}
	.p-price_option_box {
		width: 67%;
		margin-right: 0;
	}
	.p-price_brand-list {
		flex-wrap: wrap;
	}
	.p-price_brand-list li {
		width: calc(50% - 15px);
	}
}
@media screen and (max-width: 767px) {
	.p-price_slide-list .slick-prev {
		left: -5px;
	}
	.p-price_slide-list .slick-next {
		right: -5px;
	}
	.p-option_nav {
		display: block;
	}
	.p-option_nav-ttl {
		text-align: center;
	}
	.p-option_nav-list {
		width: auto;
		margin-top: 15px;
	}
	.p-option_nav-list li {
		padding-right: 0;
		width: calc(50% - 5px);
	}
	.p-price_option-list {
		gap: 10px;
	}
	.p-price_option-list li {
		width: 100%;
	}
	.p-price_option-list li figure {
		max-width: 30%;
	}
	.p-price_option_box {
		width: 67%;
		margin-right: 0;
	}
	.p-price_brand-list {
		flex-direction: column;
		gap: 0;
		border-top: solid 1px #EBE7E7;
	}
	.p-price_brand-list li {
		width: 100%;
		border-bottom: solid 1px #EBE7E7;
	}
	.p-price_brand-link {
		display: flex;
		justify-content: space-between;
		padding: 10px 0;
		align-items: center;
	}
	.p-price_brand-link figure {
		width: 50%;
		margin: 0;
	}
	.p-price_brand-box {
		width: 47%;
		font-size: 12px;
	}
	.p-price_brand-sptxt {
		margin-bottom: 10px;
	}
	.p-price_brand-btn {
		margin: auto;
		padding-right: 10px;
	}
	.p-price_brand-btn::after {
		right: 10px;
	}
}

.p-plan_nav {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: clamp( 35px, 5.5vw, 55px);
}
.p-plan_nav li {
	width: 370px;
	display: flex;
	padding-right: clamp( 40px, 7vw, 70px);
	border: solid 2px var(--fast-red);
	border-radius: 100px;
	font-size: clamp( 16px, 2vw, 20px);
	font-weight: 600;
	align-items: center;
	color: var(--fast-red);
	cursor: pointer;
	transition: .3s;
	position: relative;
	background-color: var(--white);
	box-shadow: 0 3px 6px rgba( 0,0,0,.2 );
}
.p-plan_nav li:hover,
.p-plan_nav li.is-current {
	background-color: var(--fast-red);
	color: var(--white);
	opacity: .8;
}
.p-plan_nav li.is-current {
	opacity: 1;
}
.p-plan_nav li i {
	width: clamp( 50px, 7.5vw, 74px);
	border-radius: 100px;
	overflow: hidden;
}
.p-plan_nav li p {
	margin-inline: auto;
}
.p-price_ttl {
	margin-bottom: clamp( 10px, 2vw, 20px);
	padding: 25px 20px;
	border-top: solid clamp( 5px, 1vw, 10px);
	background-color: #F5F5F5;
	text-align: center;
}
.p-price_ttl-main {
	font-size: clamp( 18px, 2vw, 20px);
	font-weight: 600;
}
.p-price_ttl-txt {
	font-size: 14px;
	margin-top: 5px;
	color: #333333;
}
.p-price_ttl--red {
	color: var(--fast-red);
}
.p-price_ttl--purple {
	color: #5762C4;
}
.p-price_ttl--orange {
	color: #EB6D00;
}
.p-price_top-txt {
	margin-bottom: 40px;
	font-size: 14px;
	text-align: center;
}
.p-price_sort_wrap {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #F7F1F2;
	border-radius: 10px;
}
.p-price_sort {
	position: relative;
	width: 300px;
	margin: 0 auto;
}
.p-price_sort::after {
	content: "";
	width: 8px;
	height: 8px;
	transform: translate( 0, -50%) rotate( 45deg );
	border-right: solid 2px var(--fast-red);
	border-bottom: solid 2px var(--fast-red);
	position: absolute;
	right: 10px;
	top: 50%;
	pointer-events: none;
}
.p-price_sort select {
	display: block;
	width: 100%;
	padding: 10px 15px;
	border: solid 2px var(--fast-red);
	color: var(--fast-red);
	background-color: var(--white);
	border-radius: 5px;
	font-weight: 600;
}
.p-price_sort option {
	color: #333333;
}
.p-price_sort option:hover {
	background-color: #F7F1F2;
}
.p-price_sort-radio {
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.p-price_sort-item {
	width: clamp( 150px , 22vw, 250px);
	margin: 0;
	font-size: clamp( 14px , 1.6vw, 16px);
	cursor: pointer;
}
.p-price_sort-item span {
	padding: clamp( 5px , 1vw, 10px);
	font-weight: 600;
	display: block;
	text-align: center;
	background-color: var(--white);
	border-radius: 100px;
	border: solid 2px #ffffff;
	transition: .3s;
}
.p-price_sort-item:hover span {
	border-color: #A68A8F;
}
.p-price_sort-item input[type="radio"]:checked + span {
	border-color: #A68A8F;
	background-color: #A68A8F;
	color: var(--white);
	opacity: 1;
}
.p-price_main {
	margin-bottom: clamp( 30px, 7vw, 70px);
}
.p-price_main-list {
	display: flex;
	flex-direction: column;
}
.p-price_main-list * {
	margin: 0;
}
.p-price_main-list li {
	width: 100%;
	border-top: solid 2px var(--fast-red);
	padding: 15px;
	display: flex;
	justify-content: space-between;
}
.p-price_main-list figure {
	border-radius: clamp( 10px, 2vw, 20px);
	overflow: hidden;
}
.p-price_main-details {
	width: 600px;
	padding: 30px 45px 40px;
	display: flex;
	flex-direction: column;
	font-size: 14px;
}
.p-price_main-details > * {
	width: 100%;
}
.p-price_main-name {
	margin-bottom: 10px;
	font-size: clamp( 18px, 3vw, 30px);
	font-weight: 600;
}
.p-price_main-yen {
	display: flex;
	margin-bottom: clamp( 15px, 3vw, 30px);
	font-size: clamp( 20px, 2.4vw, 24px);
	font-weight: 600;
	color: var(--fast-red);
	gap: 15px;
	align-items: center;
}
.p-price_main-yen p {
	display: flex;
	align-items: center;
}
.p-price_main-yen span {
	font-size: clamp( 14px, 1.6vw, 16px);
	padding: 0 5px;
	border: solid 1px var(--fast-red);
	margin-right: 10px;
	vertical-align: text-top;
}
.p-price_main-tag01 {
	background-color: var(--fast-red);
	color: var(--white);
}
.p-price_main-txt {
	margin-bottom: clamp( 20px, 2vw, 40px);
	line-height: 1.8;
	font-weight: 600;
}
.p-price_main-link {
	margin-top: auto;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}
.p-price_main-link p {
	width: 250px;
}
.p-price_main-link a {
	display: block;
	padding: 7px 10px;
	border-radius: 100px;
	border: solid 2px var(--fast-red);
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
}
.p-price_main-link a::after {
	content: "";
	width: 8px;
	height: 8px;
	transform: translate( 0, -50%) rotate( 45deg );
	border-top: solid 2px;
	border-right: solid 2px;
	position: absolute;
	right: 15px;
	top: 50%;
	transition: .3s;
}
.p-price_main-link a:hover::after {
	right: 10px;
}
.p-price_main-link01 a {
	color: var(--white);
	background-color: var(--fast-red);
}
.p-price_main-link02 a {
	color: var(--fast-red);
	background-color: var(--white);
}
.p-price_note {
	font-size: 14px;
	margin-top: clamp( 10px, 2vw, 20px);
	padding: 0 clamp( 10px, 1.5vw, 15px);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.p-plan_nav li {
		padding-right: 0;
	}
	.p-price_main-list li {
		align-items: flex-start;
	}
	.p-price_main-list figure {
		width: 35%;
	}
	.p-price_main-details {
		width: 60%;
		padding: 0;
	}
	.p-price_main-link p {
		width: calc(50% - 5px);
	}
}
@media screen and (max-width: 767px) {
	.p-plan_nav li {
		width: calc( 50% - 8px);
		text-align: center;
		padding-right: 0;
	}
	.p-price_sort_wrap {
		padding: 20px 10px;
	}
	.p-price_sort-radio {
		padding: 0;
	}
	.p-price_sort-item {
		width: calc( 50% - 5px);
	}
	.p-price_main-list li {
		display: block;
		padding: 20px 15px 40px;
	}
	.p-price_main-list figure {
		margin: 0 10px 20px;
	}
	.p-price_main-details {
		width: unset;
		padding: 0;
	}
	.p-price_main-link {
		flex-direction: column-reverse;
		align-items: center;
	}
}
