/* ----------------------------------

ページタイトル

---------------------------------- */
.guide-salon-about {
  max-width: 960px;
  margin: 0 auto 100px;
  padding-top: 30px;
}
.guide-salon-about .page-title {
  margin-bottom: 80px;
}
.guide-salon-about .page-title .en-title {
  min-height: auto;
  margin-bottom: 15px;
}
.guide-salon-about .page-title .jp-title {
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
.guide-salon-about {
    padding: 20px 30px 0;
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 767px) {

  .guide-salon-about {
    padding-top: 0px;
  }
  .guide-salon-about .guide-salon-about {
      padding: 20px 30px 0;
  }
  .guide-salon-about .page-title {
    margin-bottom: 35px;
  }
  .guide-salon-about .page-title .en-title img {
    max-width: 160px;
  }
  .guide-salon-about .page-title .en-title {
    margin-bottom: 0;
  }
}


/* ----------------------------------

ページ内リンク

---------------------------------- */
.guide-salon-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -8.5px;
  margin-right: -8.5px;
}
.guide-salon-btn {
  max-width: 33.3333%;
    padding: 0 8.5px;
    display: block;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
/*.guide-salon-btn:last-child {
    padding-right: 0;
}*/
.guide-salon-btn-inner {
  display: block;
    text-align: center;
    background: #8C8B90;
    border-radius: 5px;
    box-shadow: 0 5px #63666C;
}
.guide-salon-btn:hover .guide-salon-btn-inner {
  background: #D2506E;
    box-shadow: 0 0;
    transform: translate3d(0, 3px, 0);
}
.guide-salon-btn a {
  display: block;
    padding: 10px 4px;
    color: #fff;
}

@media screen and (max-width: 767px) {
  .guide-salon-btn a {
    padding: 13px 4px;
    font-size: 12px;
  }
  .guide-salon-btn-wrap {
    display: block;
  }
  .guide-salon-btn {
    max-width: 100%;
    padding: 0 10px;
  }
  .guide-salon-btn:not(:last-child) {
    margin-bottom: 20px;
  }
  .guide-salon-btn-inner {
    border-radius: 3px;
  }
}


/* ----------------------------------

ワンステップは女性専用の〜

---------------------------------- */

.reservation-attention {
  font-weight: bold;
}
.reservation-attention h3 {
  text-align: center;
}
.reservation-attention .reservation-attention-contents {
  padding-bottom: 0;
}




/* ----------------------------------

購入フロー

---------------------------------- */
.guide-salon-purchase {
  margin-bottom: 100px;
  position: relative;
}
.guide-salon-purchase h3 {
  text-align: center;
}
.guide-salon-purchase-list-inner {
    max-width: 960px;
    margin: 0 auto ;
    display: flex;
  flex-wrap: wrap;
  padding:0 20px;
}
.guide-salon-purchase-list-inner-img {
  -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 290px;
    width: 30%;
    position: relative;
}

.guide-salon-purchase-list-inner-img:after {
  content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    background: #BBC5CB;
    position: absolute;
    bottom: -105px;
    right: 18%;
    left: 0;
    margin: auto;
}
.guide-salon-purchase.division-list .guide-salon-purchase-list-inner-sampleimg-img {
  top: 10px;
}

.guide-salon-purchase.division-list li:first-child .guide-salon-purchase-list-inner-img:before {
  content: "";
    display: inline-block;
    width: 5px;
    height: 30%;
    background: #BBC5CB;
    position: absolute;
    top: -40px;
    right: 18%;
    left: 0;
    margin: auto;
}
.guide-salon-purchase.division-list li:last-child .guide-salon-purchase-list-inner-img:after {
  display: none;
}
.guide-salon-purchase li:not(:last-child) {
  margin-bottom: 30px;
}
.guide-salon-purchase-list-inner-img img {
  margin-left: -60px;
  position: relative;
    z-index: 2;
}
.guide-salon-purchase-list-inner-content {
  padding-top: 70px;
  width: 70%;
  flex-grow: 1;
}
.guide-salon-purchase-list-inner-content h4 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 12px;
  line-height: 1.6;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.guide-salon-purchase-list-inner-content h4 span {
  font-size: 16px;
}
.guide-salon-purchase-list-inner-content h4 span.duration-txt {
  color: #D2506E;
  font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  margin-left: 5px;
}
.guide-salon-purchase-list-inner-content p {
  font-weight: bold;
  line-height: 1.9;
}

.guide-salon-purchase-list-inner-content p:not(:last-child) {
  margin-bottom: 10px;
}
.guide-salon-purchase-list-inner-content p.mb-txt {
  margin-bottom: 20px;
}
.guide-salon-purchase-list-inner-content .button-wrap {
  margin: 0 0 10px;
  max-width: 300px;
}
.guide-salon-purchase-list-inner-content .inner-content-txt-attention {
  font-size: 12px;
  font-weight: normal;
}
.guide-salon-purchase-list-inner-content .button-wrap a {
  padding: 15px 20px 15px 30px;
  letter-spacing: -1px;
}
.guide-salon-purchase-list-inner-sampleimg {
  position: relative;
  padding-top: 30px;
}
.guide-salon-purchase-list-inner-sampleimg .sampleimg-txt-mb {
  margin-bottom: 55px !important;
}
.guide-salon-purchase-list-inner-sampleimg-txt h5 {
  background: #BBC5CB;
    display: inline-block;
    padding: 5px;
    margin-bottom: 20px;
}
.guide-salon-purchase-list-inner-sampleimg-txt p {
  font-weight: normal;
  line-height: 1.6;
}
.guide-salon-purchase-list-inner-sampleimg-txt p.inner-content-txt-attention {
  font-size: 12px;
  margin-bottom: 15px;
}
.guide-salon-purchase-list-inner-sampleimg-img {
  position: absolute;
  right: -165px;
    top: 130px;
}

.guide-salon-purchase-emphasis {
  margin-top: 40px;
}
.guide-salon-purchase-emphasis h5 {
    background: #BBC5CB;
    display: inline-block;
    padding: 5px;
    margin-bottom: 20px;
}
.guide-salon-purchase-emphasis .emphasis-title2 {
  background: #D2506E;
    display: inline-block;
    color: #fff;
    padding: 5px;
    margin-bottom: 20px;
}
.guide-salon-purchase-emphasis p {
  font-weight: normal;
}
.emphasis-attention {
  font-size: 12px;
}


@media screen and (max-width: 2000px) {
  .guide-salon-purchase-list-inner-sampleimg-img {
        right: -165px;
  }
}
@media screen and (max-width: 1400px) {
  .guide-salon-purchase-list-inner-sampleimg-img {
        right: -13.5vw;
  }
}
@media screen and (max-width: 1280px) {
  .guide-salon-purchase-list-inner-sampleimg-img {
        right: -160px;
  }
}

@media screen and (max-width: 1100px) {
  .guide-salon-purchase-list-inner-img img {
    margin-left: -10px;
  }
  .guide-salon-purchase-list-inner-img:after,
  .guide-salon-purchase.division-list li:first-child .guide-salon-purchase-list-inner-img:before {
    right: -17%;
  }
}
@media screen and (max-width: 767px) {
  .guide-salon-purchase-list-inner-sampleimg-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .guide-salon-purchase-list-inner .sp-fontb {
    font-weight: bold;
  }
  .guide-salon-purchase h3 {
    margin-bottom: 40px;
  }
  .guide-salon-purchase-inner {
    padding:0 30px;
    padding: 0; 
  }
  .guide-salon-purchase-list-inner {
    display: block;
    padding: 0 30px;
  }
  .guide-salon-purchase-list-inner-img {
    margin: 0 auto 30px;
    text-align: center;
    width: auto;
  }
  .guide-salon-purchase-list-inner-img:after,.guide-salon-purchase.division-list li:first-child .guide-salon-purchase-list-inner-img:before {
    display: none;
  }
  .guide-salon-purchase-list-inner-content {
    padding-top: 0;
    width: 100%;
    position: relative;
  }
  .guide-salon-purchase-list li:not(:last-child) .guide-salon-purchase-list-inner-content {
    padding-bottom: 50px;
    margin-bottom: 45px;
  }
  .guide-salon-purchase-list-inner-content:after {
    content: "";
    display: inline-block;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/purchase/bottom-arrow.png) no-repeat;
    width: 23px;
    height: 11px;
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .guide-salon-purchase-list li:last-child .guide-salon-purchase-list-inner-content:after {
    display: none;
  }
  .guide-salon-purchase-list-inner-content h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 1.4;
  }
  .guide-salon-purchase-list-inner-content p {
    font-weight: normal;
  }
  .guide-salon-purchase-list-inner-content .button-wrap {
    margin: 0 auto 27px;
    max-width: 315px;
  }
  .guide-salon-purchase-list-inner-content p:not(:last-child) {
    margin-bottom: 15px;
  }
  .guide-salon-purchase-list-inner-img img {
    margin-left: 0;
  }

  .guide-salon-purchase-list-inner-sampleimg-txt h5,
  .guide-salon-purchase-emphasis h5,
  .guide-salon-purchase-emphasis .emphasis-title2 {
    background: none;
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
  }
  .guide-salon-purchase-emphasis .emphasis-title2 {
    color: #D2506E;
  }
  .guide-salon-purchase-list-inner-sampleimg-txt h5 span,
  .guide-salon-purchase-emphasis h5 span,
  .guide-salon-purchase-emphasis .emphasis-title2 span {
    display: inline-block;
    background: #fff;
    padding:0 10px;
    position: relative;
    line-height: 1.4;
  }
  .guide-salon-purchase-list-inner-sampleimg-txt h5:before,
  .guide-salon-purchase-emphasis h5:before  {
    content: "";
    display: inline-block;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/purchase/purchase-ttl-line.png) repeat-x;
    width: 100%;
    height: 5px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin:auto;
  }
  .guide-salon-purchase-emphasis .emphasis-title2:before {
    content: "";
    display: inline-block;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/guide/purchase-ttl-line2.png) repeat-x;
    width: 100%;
    height: 5px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin:auto;
  }
  .guide-salon-purchase.division-list li:first-child {
    position: relative;
    padding-top: 55px;
  }
  .guide-salon-purchase.division-list li:first-child:before {
    content: "";
    display: inline-block;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/purchase/bottom-arrow.png) no-repeat;
    width: 23px;
    height: 11px;
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
  }
}



/* ----------------------------------

ご購入の決定

---------------------------------- */
.guide-salon-purchase-text {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e17e74+0,b0a7d1+100 */
  background: rgb(225,126,116); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(225,126,116,1) 0%, rgba(176,167,209,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(225,126,116,1) 0%,rgba(176,167,209,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(225,126,116,1) 0%,rgba(176,167,209,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17e74', endColorstr='#b0a7d1',GradientType=1 ); /* IE6-9 */
  position: relative;
    z-index: 2;
}
.guide-salon-purchase-text h3 {
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}
.guide-salon-purchase-text {
  padding: 40px 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .guide-salon-purchase-text {
        padding: 28px 0;
        margin-bottom: 50px;
  }
  .guide-salon-purchase-text h3 {
    font-size: 24px;
  }
}

/* ----------------------------------

即日のお持ち帰りにも対応しております

---------------------------------- */
.guide-salon-purchase-takeaway {
  margin-bottom: 150px;
}
.guide-salon-purchase-takeaway-inner {
  background: rgb(225,126,116);
    background: -moz-linear-gradient(left, rgba(225,126,116,1) 0%, rgba(176,167,209,1) 100%);
    background: -webkit-linear-gradient(left, rgba(225,126,116,1) 0%,rgba(176,167,209,1) 100%);
    background: linear-gradient(to right, rgba(225,126,116,1) 0%,rgba(176,167,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17e74', endColorstr='#b0a7d1',GradientType=1 );
    color: #fff;
    max-width: 880px;
    margin: 0 auto;
    padding: 30px 40px;
    position: relative;
}
.guide-salon-purchase-takeaway-inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.guide-salon-purchase-takeaway-inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 35px;
  border-color: transparent transparent #ffffff transparent;
}
.guide-salon-purchase-takeaway-inner h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.guide-salon-purchase-takeaway-list {
  display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin:0 -40px;
}
.guide-salon-purchase-takeaway-list li {
  -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 40px;
    padding-right: 40px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}
.guide-salon-purchase-takeaway-list li:not(:last-child):after {
  content: "";
    display: inline-block;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/guide/takeaway-arrow.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 40px;
    margin: auto;
}
.guide-salon-purchase-takeaway-list-inner {
  text-align: center;
}
.guide-salon-purchase-takeaway-list-inner img {
  margin-bottom: 5px;
}
.guide-salon-purchase-takeaway-list-inner p {
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .guide-salon-purchase-takeaway {
    padding: 0 30px;
    margin-bottom: 100px;
  }
  .guide-salon-purchase-takeaway-inner h3 {
    font-size: 24px;
  }
  .guide-salon-purchase-takeaway-inner {
    background: rgb(225,126,116);
    background: -moz-linear-gradient(top, rgba(225,126,116,1) 0%, rgba(176,167,209,1) 100%);
    background: -webkit-linear-gradient(top, rgba(225,126,116,1) 0%,rgba(176,167,209,1) 100%);
    background: linear-gradient(to bottom, rgba(225,126,116,1) 0%,rgba(176,167,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17e74', endColorstr='#b0a7d1',GradientType=1 );
    padding: 30px 20px;
  }
  .guide-salon-purchase-takeaway-list {
    display: block;
  }
  .guide-salon-purchase-takeaway-list li {
    max-width: 100%;
  }
  .guide-salon-purchase-takeaway-list li:not(:last-child) {
    margin-bottom: 45px;
  }
  .guide-salon-purchase-takeaway-list-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
  .guide-salon-purchase-takeaway-list-inner img {
        margin-bottom:0;
    margin-right: 15px;
    max-width: 90px;
  }
  .guide-salon-purchase-takeaway-list li:not(:last-child):after {
    content: "";
    display: inline-block;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/guide/takeaway-arrow.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 27px;
    position: absolute;
    right: auto;
    top: auto;
    bottom: -35px;
    left: 50%;
    margin: auto;
    transform: rotate(90deg) translateY(50%);
  }
  .guide-salon-purchase-takeaway-list-inner p {
    width: 159px;
  }
}

@media screen and (min-width: 768px) {
  .guide-salon-purchase-takeaway-list-inner {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
    transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
    transition: opacity 1.2s ease-in-out, transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
    transition: opacity 1.2s ease-in-out, transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1), -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
  }
}




/* ----------------------------------

アフターサポート

---------------------------------- */
.guide-salon-after {
  margin-bottom: 150px;
}
.guide-salon-after h3 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.guide-salon-after h3:after {
  content: "";
    display: inline-block;
    background: #E2E4E9;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.guide-salon-after-inner {
  max-width: 960px;
    margin: 0 auto;
}
.guide-salon-after-inner h4 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.guide-salon-after-inner p {
  text-align: center;
  margin-bottom: 40px;
}
.guide-salon-after-btn {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .guide-salon-after {
    margin-bottom: 100px;
  }
  .guide-salon-after h3 {
    margin-bottom: 30px;
  }
  .guide-salon-after h3:after {
    content: "";
    display: inline-block;
    background: #E2E4E9;
    width: 100%;
    height: 115px;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  .guide-salon-after-inner {
    padding:0 30px;
  }
  .guide-salon-after-inner h4 {
    font-size: 24px;
  }
  .guide-salon-after-btn {
    max-width: 315px;
  }
}


/* ----------------------------------

各種お支払い方法

---------------------------------- */
.guide-payment-methods {
/*  background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/purchase/guide-payment-methods-bg.jpg) repeat;*/
    background:#f2e7eb;
    background-size: cover;
  padding:100px 0;
  margin-bottom: 120px;
}
.guide-payment-methods-inner {
  max-width: 800px;
  margin:0 auto;
}
.guide-payment-methods-inner h3 {
  text-align: center;
  margin-bottom: 15px;
}
.guide-payment-methods-inner .txt-center {
  text-align: center;
  margin-bottom: 45px;
}
.guide-payment-methods-list li:not(:last-child) {
  margin-bottom: 75px;
}
.guide-payment-methods-list-flex {
  display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  align-items: center;
}
.guide-payment-methods-list-flex-txt {
  padding-left: 20px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 78%;
    max-width: 78%;
}
.guide-payment-methods-list-flex-txt h4 {
  display: inline-block;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    background: #fff;
    padding: 5px;
    line-height: 1;
    margin-bottom: 5px;
}
.guide-payment-methods-list-flex-txt .flex-txt-cod {
  margin-top: 5px;
}
.guide-payment-methods-list-flex-txt .flex-txt-cod-ttl {
  display: inline-block;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e76e9a+0,e68669+100 */
  background: rgb(231,110,154); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(231,110,154,1) 0%, rgba(230,134,105,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(231,110,154,1) 0%,rgba(230,134,105,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(231,110,154,1) 0%,rgba(230,134,105,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76e9a', endColorstr='#e68669',GradientType=1 ); /* IE6-9 */
  padding: 0 5px;
  font-weight: bold;
}
.payment-methods-attention {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .guide-payment-methods {
    padding: 50px 30px;
    margin-bottom:100px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/purchase/guide-payment-methods-bg.jpg) repeat;
    background-size: inherit;
  }
  .guide-payment-methods-inner .txt-center {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    margin-bottom: 30px;
  }
  .guide-payment-methods-list li:not(:last-child) {
    margin-bottom: 30px;
  }
  .guide-payment-methods-list-flex {
    display: block;
  }
  .guide-payment-methods-list-flex-txt h4 {
    margin-bottom: 10px;
  }
  .guide-payment-methods-list-flex-img {
    text-align: center;
    margin-bottom:15px;
  }

  .guide-payment-methods-list-flex-img img {
    max-width: 80px;
  }
  .guide-payment-methods-list-flex-txt {
    width: 100%;
        max-width: 100%;
        padding:0;
        text-align: center;
  }
  .guide-payment-methods-list-flex-txt p {
    word-break: break-all;
    text-align: left;
  }
  .guide-payment-methods-list-flex-txt .flex-txt-cod-ttl {
    padding: 10px;
    display: block;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}



/* ----------------------------------

商品返品・交換について

---------------------------------- */
.guide-salon-interchange {
  text-align: center;
  font-weight: bold;
}
.guide-salon-interchange p {
  line-height: 2;
}
.guide-salon-interchange h3 {
  margin-bottom: 15px;
}
.guide-salon-interchange-attention {
    font-size: 12px;
    margin: 5px 0 40px;
}
.guide-salon-interchange-btn.button-wrap {
  max-width: 280px;
}
.guide-salon-interchange-btn.button-wrap a {
  padding: 15px 30px;
}

@media screen and (max-width: 767px) {
  .guide-salon-interchange {
    padding:0 30px;
    font-weight: normal;
  }
  .guide-salon-interchange h3 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .guide-salon-wrap {
    text-align: left; 
  }
}

@media screen and (min-width: 1025px) {
  .pc-only-none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .sp-tab-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .txt-side {
    width: 52%;
  }
  .guide-salon-purchase-list-inner-sampleimg-img {
    right: -15px;
    width: 48%;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .tab-none {
    display: none;
  }
}

.scroll-guide {
  position: absolute;
  top: -115px;
}