/*============
common
=============*/
.l-inner {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .l-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

img {
  height: auto;
}

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

._tb {
  display: none;
}

@media screen and (max-width: 1024px) {
  ._tb {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  ._pc-tb {
    display: none;
  }
}

._sp {
  display: none;
}

@media screen and (max-width: 768px) {
  ._sp {
    display: block;
  }
}

/*============
header
=============*/
.sp-nav__inner {
  justify-content: space-between;
}

.sp-nav__right {
  max-width: 120px;
}

.sp-nav__btn {
  width: 50%;
}

/*============
footer
=============*/
.footer__contents {
  justify-content: space-between;
}

.iframe__wrap {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .footer__map-area {
    max-width: 750px;
    width: 69%;
  }

  .footer__info-area {
    max-width: 320px;
    width: 30%;
  }
}

.footer__shop-name:after,
.footer__info-list:after {
  display: none;
}

.footer__shop-name {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: solid 1px #B5AA99;
}

.footer__address {
  margin-bottom: 1.25rem;
}

.footer__info-list {
  margin-top: 0;
  margin-bottom: .5rem;
  padding-bottom: 0;
}

.footer__info-list.has-border {
  padding-bottom: 1rem;
  border-bottom: solid 1px #B5AA99;
}

@media screen and (max-width: 768px) {
  .footer__info-list.has-border.border_sp-none {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.footer__info-list-small {
  font-size: 0.75rem !important;
  line-height: 1.8 !important;
}

.footer__risk {
  margin-top: 1rem;
  padding-top: 2.063rem;
  padding-right: 1.5rem;
  padding-bottom: 2.25rem;
  padding-left: 1.5rem;
  color: #FFFFFF;
  border: solid 1px #B5AA99;
}

.footer__risk-title {
  margin-bottom: 1.313rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.footer__risk-title:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  background: url(../img/common/risk_icon.png);
  background-size: cover;
  vertical-align: middle;
}

.footer__risk-text {
  line-height: 1.875;
}

/*============
c-reserve__button
=============*/
.campaign__pick {
  margin-bottom: 0.625rem;
}

.c-reserve__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 380px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  background: #FD8B7B;
  border-radius: 40px;
  transition: .4s;
}

.c-reserve__button:hover {
  opacity: .8;
}

.c-reserve__button:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 14px;
  background: url(../img/pc/head-reserve-icon_off.png);
  background-size: cover;
}

.c-reserve__button:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  width: 0.438rem;
  height: 0.875rem;
  background: url(../img/pc/arrow-right.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-reserve__button {
    max-width: 18.75rem;
    height: 4.375rem;
    font-size: 1.125rem;
  }

  .c-reserve__button:before {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
  }
}

/*============
machine
=============*/
.machine {
  margin-top: 123px;
}

.machine__btn-wrap {
  margin-top: 3.75rem;
}

@media screen and (max-width: 768px) {
  .machine {
    margin-top: 3rem;
  }

  .machine__btn-wrap {
    margin-top: 2.5rem;
  }
}

/*============
faq
=============*/
.faq {
  padding-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .faq {
    padding-bottom: 3rem;
  }
}

/*============
privacy
=============*/
.privacy {
  margin-bottom: 80px;
}

.privacy-box {
  max-width: 800px;
  height: 321px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 37px;
  padding-bottom: 30px;
  padding-left: 30px;
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  overflow-y: scroll;
}

.privacy-box__content {
  margin-bottom: 1.5rem;
}

.privacy-box__heading {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
}

.privacy-box__heading.large {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.privacy-box__text {
  line-height: 2.1875;
}

.privacy-box__text.m-bottom {
  margin-bottom: 1.5rem;
}

.privacy-box__content-item {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.privacy-box__content-list {
  display: flex;
  align-items: baseline;
}

.privacy-box__content-list span {
  margin-right: .5rem;
}

.privacy-box__right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .privacy {
    margin-bottom: 4.688rem;
  }

  .privacy-box {
    padding-top: 1.375rem;
    padding-right: 1rem;
    padding-bottom: 1.375rem;
    padding-left: 1rem;
  }
}

/*============
contact
=============*/
.contact-button__reserve {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 33.438rem;
  height: 5rem;
  margin-top: 24px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  background: #FD8B7B;
  border-radius: 40px;
  transition: .4s;
}

.contact-button__reserve:hover {
  opacity: .8;
}

.contact-button__reserve:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 14px;
  background: url(../img/pc/head-reserve-icon_off.png);
  background-size: cover;
}

.contact-button__reserve:after {
  content: "";
  display: inline-block;
  margin-left: 2.313rem;
  width: 0.438rem;
  height: 0.875rem;
  background: url(../img/pc/arrow-right.png);
  background-size: cover;
}

.contact-reserve__note {
  max-width: 33.438rem;
  margin-right: auto;
  margin-left: auto;
  color: #FFFFFF;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .contact-button__reserve {
    max-width: 18.75rem;
    height: 4.375rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }

  .contact-button__reserve:before {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
  }

  .contact-reserve__note {
    padding-bottom: 3.313rem;
    font-size: 0.875rem;
  }
}

/*============
top-fv
=============*/
.top-fv {
  margin-bottom: 104px;
  padding-top: 6.563rem;
}

@media screen and (max-width: 1024px) {
  .top-fv {
    margin-bottom: 8.438rem;
    padding-top: 5.625rem;
  }
}

.top-fv_contents {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.top-fv__slide img {
  height: auto;
}

.top-fv__slides .slick-dots {
  bottom: -48px;
}

@media screen and (max-width: 768px) {
  .top-fv__slides .slick-dots {
    bottom: -3.5rem;
  }
}

.top-fv__slides .slick-dots li,
.top-banner .slick-dots li {
  height: 8px !important;
  width: 8px !important;
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.top-fv__slides .slick-dots li button,
.top-banner .slick-dots li button {
  width: 8px !important;
  height: 8x !important;
  border-radius: 50%;
}

.top-fv__slides .slick-dots li button:before,
.top-banner .slick-dots li button:before {
  content: "" !important;
  background: #AFAFAF !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
}

.top-fv__slides .slick-dots li.slick-active button:before,
.top-banner .slick-dots li.slick-active button:before {
  background: #FD8B7B !important;
}

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

  .top-fv__slides .slick-dots li,
  .top-banner .slick-dots li {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
}

.top-fv__slides .slick-dots>li:first-child:last-child {
  display: none;
}

.top-fv__slides {
  opacity: 0;
  transition: 0.4s;
}

.top-fv__slides.slick-initialized {
  opacity: 1;
}

/*============
c-tab
=============*/
.c-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1029px;
  margin-right: auto;
  margin-left: auto;
}

.c-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  width: 100%;
  height: 55px;
  color: #565656;
  font-weight: 500;
  transition: all 0.2s ease;
}

@media screen and (max-width: 768px) {
  .c-tab {
    max-width: 10rem;
  }
}

.c-tab .is_large {
  margin-right: 0.25rem;
  font-size: 1.25rem;
  transition: 0.4s;
}

.c-tab .is_small {
  font-size: 1rem;
  transition: 0.4s;
}

.c-tab.is_woman {
  position: relative;
  margin-right: 16px;
  border-top: solid 4px #B5AA99;
  border-right: solid 4px #B5AA99;
  border-left: solid 4px #B5AA99;
  border-radius: 5px 5px 0 0;
}

.c-tab.is_woman .is_icon {
  display: block;
  width: 0.8125rem;
  height: 1.625rem;
  margin-right: 1rem;
  -webkit-mask: url("../img/common/tab_woman.svg");
  mask: url("../img/common/tab_woman.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #B5AA99;
  transition: 0.4s;
}

.c-tab.is_woman .is_large {
  color: #B5AA99;
}

@media screen and (max-width: 768px) {
  .c-tab.is_woman {
    margin-right: 0.5rem;
    border-radius: 10px 10px 0 0;
  }

  .c-tab.is_woman .is_icon {
    margin-right: 0.5rem;
  }
}

.c-tab.is_man {
  margin-left: 16px;
  color: #FFFFFF;
  background: #040000;
  border-top: solid 4px #040000;
  border-right: solid 4px #040000;
  border-left: solid 4px #040000;
  border-radius: 5px 5px 0 0;
}

.c-tab.is_man .is_icon {
  display: block;
  width: 0.625rem;
  height: 1.625rem;
  margin-right: 1rem;
  -webkit-mask: url("../img/common/tab_man.svg");
  mask: url("../img/common/tab_man.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #FFFFFF;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  .c-tab.is_man {
    margin-left: 0.5rem;
    border-radius: 10px 10px 0 0;
  }

  .c-tab.is_man .is_icon {
    margin-right: 0.5rem;
  }
}

.c-tab:hover .is_large,
.c-tab:hover .is_small,
.c-tab:hover .is_icon {
  opacity: 0.6;
}

input[name=c-tab] {
  display: none;
}

.c-tab_content {
  display: none;
  width: 100%;
  clear: both;
  overflow: hidden;
}

#woman:checked~#woman_content,
#man:checked~#man_content {
  display: block;
}

#woman:checked~#woman_content {
  border: solid 4px #B5AA99;
}

@media screen and (max-width: 1024px) {
  #woman:checked~#woman_content {
    border-right: none;
    border-left: none;
  }
}

#woman:checked+.c-tab.is_woman:before {
  content: "";
  display: block;
  position: absolute;
  background: #FFF;
  height: 4px;
  width: 100%;
  bottom: -4px;
}

#man:checked~#man_content {
  color: #FFFFFF;
  background: #040000;
  border-top: solid 4px #040000;
  border-bottom: solid 4px #040000;
}

.c-tab_textarea {
  margin-bottom: 2rem;
}

.c-tab_textarea p {
  text-align: center;
  line-height: 2.1875;
}

@media screen and (max-width: 768px) {
  .c-tab_textarea p {
    text-align: left;
  }

  .c-tab_textarea p br {
    display: none;
  }
}

.c-tab_images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.c-tab_images figure {
  width: 49%;
  margin-bottom: 16px;
}

.c-tab_images figure img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .c-tab_images {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.375rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .c-tab_images figure {
    width: 100%;
    max-width: 495px;
    margin-bottom: 0.625rem;
  }
}

.c-tab_image {
  margin-bottom: 2rem;
}

.c-tab_image figure {
  max-width: 495px;
  margin-right: auto;
  margin-left: auto;
}

.c-tab_image figure:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-tab_image figure:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

.c-tab_image figure img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .c-tab_image {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.c-tab_content h3 {
  position: relative;
  max-width: 18rem;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .c-tab_content h3 {
    margin-bottom: 2rem;
  }
}

.c-tab_content.is_woman .c-tab_heading {
  color: #977D40;
}

.c-tab_content.is_woman .c-tab_heading:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -150px;
  width: 8.9375rem;
  height: 5.875rem;
  background: url(../img/c-tab/plan_heading1.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-tab_content.is_woman .c-tab_heading:before {
    top: -5.875rem;
    left: -1.875rem;
  }
}

.c-tab_content.is_woman .c-tab_heading span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/c-tab/plan_border1.png);
  background-size: cover;
}

.c-tab_content.is_woman .c-tab_heading span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/c-tab/plan_border1.png);
  background-size: cover;
}

.c-tab_content.is_woman .is_special {
  position: relative;
}

.c-tab_content.is_woman .is_special:before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: -20px;
  width: 205px;
  height: 77px;
  background: url(../img/c-tab/plan_image6_deco.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-tab_content.is_woman .is_special {
    margin-top: 0.625rem;
  }

  .c-tab_content.is_woman .is_special:before {
    top: -0.625rem;
    right: -0.625rem;
    width: 10.625rem;
    height: 4.4375rem;
    background: url(../img/c-tab/plan_image6_deco_sp.png);
    background-size: cover;
  }
}

@media screen and (max-width: 480px) {
  .c-tab_content.is_woman .is_special:before {
    right: -0.5625rem;
    width: 9.375rem;
    height: 3.9375rem;
  }
}

.c-tab_content.is_man .c-tab_heading {
  color: #FFFFFF;
}

.c-tab_content.is_man .c-tab_heading:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -150px;
  width: 8.9375rem;
  height: 5.875rem;
  background: url(../img/c-tab/plan_heading2.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-tab_content.is_man .c-tab_heading:before {
    top: -5.875rem;
    left: -1.875rem;
  }
}

.c-tab_content.is_man .c-tab_heading span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/c-tab/plan_border2.png);
  background-size: cover;
}

.c-tab_content.is_man .c-tab_heading span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/c-tab/plan_border2.png);
  background-size: cover;
}

.c-tab_content.is_man .is_special {
  position: relative;
}

.c-tab_content.is_man .is_special:before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: -20px;
  width: 205px;
  height: 77px;
  background: url(../img/c-tab/plan_image9_deco.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-tab_content.is_man .is_special {
    margin-top: 1.25rem;
  }

  .c-tab_content.is_man .is_special:before {
    top: -0.625rem;
    right: -0.625rem;
    width: 10.625rem;
    height: 4.4375rem;
    background: url(../img/c-tab/plan_image9_deco_sp.png);
    background-size: cover;
  }
}

@media screen and (max-width: 480px) {
  .c-tab_content.is_man .is_special:before {
    right: -0.5625rem;
    width: 9.375rem;
    height: 3.75rem;
  }
}

/*============
price
=============*/
.plan__title-area {
  margin-bottom: 58px;
}

@media screen and (max-width: 768px) {
  .plan__title-area {
    margin-bottom: 2rem;
  }
}

.price-section {
  margin-top: 104px;
}

.price-section .c-tabs {
  margin-top: -20px;
}

@media screen and (max-width: 1280px) {
  .price-section .c-tabs {
    margin-top: 0;
  }

  .price-section .c-heading {
    margin-bottom: 2.5rem;
  }
}

.price-plan_content {
  padding-top: 96px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .price-plan_content {
    padding-top: 9.5rem;
    padding-bottom: 3rem;
  }
}

/* 女性見出し */
.price-plan_content.is_woman .price-plan_heading {
  margin-bottom: 64px;
  color: #977D40;
}

.price-plan_content.is_woman .price-plan_heading:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -150px;
  width: 8.9375rem;
  height: 5.875rem;
  background: url(../img/price/heading1.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .price-plan_content.is_woman .price-plan_heading:before {
    top: -5.875rem;
    right: -4.0625rem;
  }
}

@media screen and (max-width: 480px) {
  .price-plan_content.is_woman .price-plan_heading:before {
    right: -2.5rem;
  }
}

.price-plan_content.is_woman .price-plan_heading span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/c-tab/plan_border1.png);
  background-size: cover;
}

.price-plan_content.is_woman .price-plan_heading span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/c-tab/plan_border1.png);
  background-size: cover;
}

/* 男性見出し */
.price-plan_content.is_man .price-plan_heading {
  margin-bottom: 64px;
  color: #FFFFFF;
}

.price-plan_content.is_man .price-plan_heading:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -150px;
  width: 8.9375rem;
  height: 5.875rem;
  background: url(../img/price/heading2.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .price-plan_content.is_man .price-plan_heading:before {
    top: -5.875rem;
    right: -4.0625rem;
  }
}

@media screen and (max-width: 480px) {
  .price-plan_content.is_man .price-plan_heading:before {
    right: -2.5rem;
  }
}

.price-plan_content.is_man .price-plan_heading span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/c-tab/plan_border2.png);
  background-size: cover;
}

.price-plan_content.is_man .price-plan_heading span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/c-tab/plan_border2.png);
  background-size: cover;
}

/* メニュー共通 */
.price-plan_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 860px;
  margin-right: auto;
  margin-bottom: 44px;
  margin-left: auto;
}

.price-plan_menu li {
  max-width: 200px;
  width: 24%;
  margin-bottom: 20px;
}

.price-plan_menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.1875rem;
  padding-right: 0.75rem;
  padding-left: 22px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.4s;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .price-plan_menu {
    margin-bottom: 1.875rem;
  }

  .price-plan_menu li {
    max-width: 100%;
    width: 49%;
    margin-bottom: 0.5rem;
  }

  .price-plan_menu a {
    padding-left: 1rem;
  }
}

/* 女性メニュー */
.is_woman .price-plan_menu a {
  color: #B5AA99;
  background: #FFFFFF;
  border: solid 1px #B5AA99;
}

.is_woman .price-plan_menu a .is_icon {
  display: block;
  width: 1.1875rem;
  height: 1.1875rem;
  background: url(../img/price/arrow1.png) no-repeat;
  background-size: cover;
  transition: 0.4s;
}

.is_woman .price-plan_menu a:hover {
  color: #FFFFFF;
  background: #B5AA99;
}

.is_woman .price-plan_menu a:hover .is_icon {
  background: url(../img/price/arrow1_hover.png) no-repeat;
  background-size: cover;
}

/* 男性メニュー */
.is_man .price-plan_menu a {
  color: #040000;
  background: #FFFFFF;
  border: solid 1px transparent;
}

.is_man .price-plan_menu a .is_icon {
  display: block;
  width: 1.1875rem;
  height: 1.1875rem;
  background: url(../img/price/arrow2.png) no-repeat;
  background-size: cover;
  transition: 0.4s;
}

.is_man .price-plan_menu a:hover {
  color: #FFFFFF;
  background: #040000;
  border: solid 1px #FFFFFF;
}

.is_man .price-plan_menu a:hover .is_icon {
  background: url(../img/price/arrow2_hover.png) no-repeat;
  background-size: cover;
}

/* 見出し共通 */
.price-table {
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 88px;
  margin-left: auto;
}

.price-table h4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.25rem;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 768px) {
  .price-table {
    margin-bottom: 8rem;
  }

  .price-table h4 {
    border-radius: 0;
  }
}

/* 女性テーブル */
.is_woman .price-table h4 {
  background: #B5AA99;
}

.is_woman .price-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.is_woman .price-table table tr:nth-of-type(odd) td {
  background: #FAFAFA;
}

/* 女性テーブルth */
.is_woman .price-table table th {
  border: solid 1px #B5AA99;
}

.is_woman .price-table table th.is_top {
  width: 16.6666666667%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #707070;
  font-size: 18px;
  background: #F4F2EF;
}

.is_woman .price-table table th.is_top.is_complete {
  color: #FFFFFF;
  background: #707070;
}

.is_woman .price-table table th.is_top.has_deco {
  position: relative;
  border: none;
}

.is_woman .price-table table th.is_top.has_deco:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 2.375rem;
  height: 2.375rem;
  background: url(../img/price/woman_deco1.png);
  background-size: cover;
  z-index: 2;
}

.is_woman .price-table table th.is_top.has_deco:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 101%;
  height: 101%;
  border: 4px solid #FD8B7B;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.is_top {
    font-size: 1rem;
  }
}

.is_woman .price-table table th.is_left {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #F4F2EF;
}

.is_woman .price-table table th.is_left p {
  margin-bottom: 8px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.is_left p {
    margin-bottom: 0.375rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .is_woman .price-table table th.is_left p {
    font-size: 0.75rem;
  }
}

/* 女性テーブルtd */
.is_woman .price-table table td {
  position: relative;
  text-align: center;
  font-weight: 500;
  border-bottom: solid 1px #B5AA99;
}

.is_woman .price-table table td p {
  font-size: 22px;
  letter-spacing: 0.1rem;
}

.is_woman .price-table table td span {
  font-size: 1.125rem;
}

.is_woman .price-table table td:last-child {
  border-right: solid 1px #B5AA99;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .is_woman .price-table table td p {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0;
  }

  .is_woman .price-table table td span {
    /* position: absolute;
     right: 0;
     bottom: -16px;*/
    font-weight: 400;
    font-size: 1rem;
  }
}

.is_woman .price-table table td.has_border:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  width: 3px;
  height: 100%;
  background: url(../img/price/border.png) bottom;
  background-size: cover;
  z-index: 1;
}

.is_woman .price-table table td.has_border.is_top::after {
  top: 18px;
  height: 92%;
}

.is_woman .price-table table td.has_border.is_bottom:after {
  bottom: 18px;
  height: 92%;
}

.is_woman .price-table table td.has_deco2 {
  position: relative;
}

.is_woman .price-table table td.has_deco2:before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: -17px;
  width: 4.8125rem;
  height: 2.4375rem;
  background: url(../img/price/woman_deco2.png);
  background-size: cover;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table td.has_deco2:before {
    left: 50%;
    transform: translateX(-50%);
    top: -0.8125rem;
    width: 6.75rem;
    height: 1.21875rem;
    background: url(../img/price/woman_deco2_sp.png);
    background-size: cover;
  }
}

.is_woman .price-table table td.has_deco2:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 101%;
  height: 101%;
  border: 4px solid #FD8B7B;
  z-index: 1;
}

.is_woman .price-table table td.has_deco2 .is_delete {
  position: relative;
}

.is_woman .price-table table td.has_deco2 .is_delete:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 13px;
  transform: translateX(-50%);
  width: 91px;
  height: 1px;
  background: #D2AD5A;
}

.is_woman .price-table table td.has_deco2 .is_delete:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
  width: 91px;
  height: 1px;
  background: #D2AD5A;
}

.is_woman .price-table table td.has_deco2 .has_color {
  color: #D2AD5A;
}

.is_woman .price-table table td.has_deco2 .has_color span {
  color: #2B2B2B;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table td.has_deco2 {
    padding-top: 0.625rem;
    padding-bottom: 1.5rem;
  }

  .is_woman .price-table table td.has_deco2 .is_delete {
    margin-bottom: 0.625rem;
  }

  .is_woman .price-table table td.has_deco2 .is_delete:before {
    top: 0.5625rem;
    width: 3.25rem;
  }

  .is_woman .price-table table td.has_deco2 .is_delete:after {
    bottom: 0.5rem;
    width: 3.25rem;
  }
}

/* 女性テーブル画像 */
.is_woman .price-table table th.item1 .is_image {
  display: block;
  width: 45px;
  height: 156px;
  margin: 0 auto;
  background: url(../img/price/woman1.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.item1 .is_image {
    width: 1.6875rem;
    height: 5.875rem;
    background: url(../img/price/woman1_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_woman .price-table table th.item2 .is_image {
  display: block;
  width: 45px;
  height: 156px;
  margin: 0 auto;
  background: url(../img/price/woman2.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.item2 .is_image {
    width: 1.6875rem;
    height: 5.875rem;
    background: url(../img/price/woman2_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_woman .price-table table th.item3 .is_image {
  display: block;
  width: 45px;
  height: 156px;
  margin: 0 auto;
  background: url(../img/price/woman3.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.item3 .is_image {
    width: 1.6875rem;
    height: 5.875rem;
    background: url(../img/price/woman3_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_woman .price-table table th.item4 .is_image {
  display: block;
  width: 45px;
  height: 156px;
  margin: 0 auto;
  background: url(../img/price/woman4.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.item4 .is_image {
    width: 1.6875rem;
    height: 5.875rem;
    background: url(../img/price/woman4_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_woman .price-table table th.item5 .is_image {
  display: block;
  width: 49px;
  height: 82px;
  margin: 0 auto;
  background: url(../img/price/woman5.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.item5 .is_image {
    width: 1.75rem;
    height: 2.875rem;
    background: url(../img/price/woman5_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_woman .price-table table th.item6 .is_image {
  display: block;
  width: 50px;
  height: 67px;
  margin: 0 auto;
  background: url(../img/price/woman6.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.item6 .is_image {
    width: 1.875rem;
    height: 2.5rem;
    background: url(../img/price/woman6_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_woman .price-table table th.item7 .is_image {
  display: block;
  width: 68px;
  height: 70px;
  margin: 0 auto;
  background: url(../img/price/woman7.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.item7 .is_image {
    width: 2.125rem;
    height: 2.1875rem;
    background: url(../img/price/woman7_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_woman .price-table table th.item8 .is_image {
  display: block;
  width: 39px;
  height: 82px;
  margin: 0 auto;
  background: url(../img/price/woman8.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.item8 .is_image {
    width: 1.3125rem;
    height: 2.75rem;
    background: url(../img/price/woman8_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_woman .price-table table th.item9 .is_image {
  display: block;
  width: 133px;
  height: 63px;
  margin: 0 auto;
  background: url(../img/price/woman9.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.item9 .is_image {
    width: 3.6875rem;
    height: 1.25rem;
    background: url(../img/price/woman9_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_woman .price-table table th.item10 .is_image {
  display: block;
  width: 55px;
  height: 70px;
  margin: 0 auto;
  background: url(../img/price/woman10.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.item10 .is_image {
    width: 2rem;
    height: 2.5625rem;
    background: url(../img/price/woman10_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_woman .price-table table th.item11 .is_image {
  display: block;
  width: 70px;
  height: 54px;
  margin: 0 auto;
  background: url(../img/price/woman11.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.item11 .is_image {
    width: 2.6875rem;
    height: 2.0625rem;
    background: url(../img/price/woman11_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_woman .price-table table th.item12 .is_image {
  display: block;
  width: 55px;
  height: 70px;
  margin: 0 auto;
  background: url(../img/price/woman12.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.item12 .is_image {
    width: 2.0625rem;
    height: 2.625rem;
    background: url(../img/price/woman12_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_woman .price-table table th.item13 .is_image {
  display: block;
  width: 46px;
  height: 62px;
  margin: 0 auto;
  background: url(../img/price/woman13.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.item13 .is_image {
    width: 1.9375rem;
    height: 2.625rem;
    background: url(../img/price/woman13_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_woman .price-table table th.item14 .is_image {
  display: block;
  width: 49px;
  height: 82px;
  margin: 0 auto;
  background: url(../img/price/woman14.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.item14 .is_image {
    width: 1.75rem;
    height: 2.875rem;
    background: url(../img/price/woman14_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_woman .price-table table th.item15 .is_image {
  display: block;
  width: 40px;
  height: 85px;
  margin: 0 auto;
  background: url(../img/price/woman15.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_woman .price-table table th.item15 .is_image {
    width: 1.4375rem;
    height: 3.125rem;
    background: url(../img/price/woman15_sp.png) no-repeat;
    background-size: cover;
  }
}

/* 男性テーブル */
.is_man .price-table h4 {
  background: #040000;
  border: solid 1px #FFFFFF;
  border-bottom: none;
}

.is_man .price-table table {
  width: 100%;
  color: #2B2B2B;
  background: #FFFFFF;
  border-collapse: collapse;
  table-layout: fixed;
}

.is_man .price-table table tr:nth-of-type(odd) td {
  background: #FAFAFA;
}

/* 男性テーブルth */
.is_man .price-table table th {
  border: solid 1px #040000;
}

.is_man .price-table table th.is_top {
  width: 16.6666666667%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #707070;
  font-size: 18px;
  background: #FAFAFA;
}

.is_man .price-table table th.is_top.is_complete {
  color: #FFFFFF;
  background: #707070;
}

.is_man .price-table table th.is_top.has_deco {
  position: relative;
  border: none;
}

.is_man .price-table table th.is_top.has_deco:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 2.375rem;
  height: 2.375rem;
  background: url(../img/price/woman_deco1.png);
  background-size: cover;
  z-index: 2;
}

.is_man .price-table table th.is_top.has_deco:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 101%;
  height: 101%;
  border: 4px solid #FD8B7B;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.is_top {
    font-size: 1rem;
  }
}

.is_man .price-table table th.is_left {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #FAFAFA;
}

.is_man .price-table table th.is_left p {
  margin-bottom: 8px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.is_left p {
    margin-bottom: 0.375rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .is_man .price-table table th.is_left p {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .man-hige {
    display: block;
    font-size: 0.625rem;
  }
}

.price-table table th.is_left p.price-table__note {
  margin-top: -8px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .price-table table th.is_left p.price-table__note {
    margin-top: -0.375rem;
    margin-bottom: 0.375rem;
    font-size: 0.625rem;
  }
}

/* 男性テーブルtd */
.is_man .price-table table td {
  position: relative;
  text-align: center;
  font-weight: 500;
  border-bottom: solid 1px #040000;
}

.is_man .price-table table td p {
  font-size: 22px;
  letter-spacing: 0.1rem;
}

.is_man .price-table table td span {
  font-size: 1.125rem;
}

.is_man .price-table table td:last-child {
  border-right: solid 1px #040000;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .is_man .price-table table td p {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0;
  }

  .is_man .price-table table td span {
    /*position: absolute;
    right: 0;
    bottom: -16px;*/
    font-weight: 400;
    font-size: 1rem;
  }
}

.is_man .price-table table td.has_border:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  width: 3px;
  height: 100%;
  background: url(../img/price/border2.png) 50% 52%;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table td.has_border:after {
    background: url(../img/price/border2.png) 50% 98%;
    background-size: cover;
  }
}

.is_man .price-table table td.has_border.is_top::after {
  top: 18px;
  height: 92%;
}

.is_man .price-table table td.has_border.is_bottom:after {
  bottom: 18px;
  height: 92%;
}

.is_man .price-table table td.has_deco2 {
  position: relative;
}

.is_man .price-table table td.has_deco2:before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: -17px;
  width: 4.8125rem;
  height: 2.4375rem;
  background: url(../img/price/woman_deco2.png);
  background-size: cover;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table td.has_deco2:before {
    left: 50%;
    transform: translateX(-50%);
    top: -0.8125rem;
    width: 6.75rem;
    height: 1.21875rem;
    background: url(../img/price/woman_deco2_sp.png);
    background-size: cover;
  }
}

.is_man .price-table table td.has_deco2:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 101%;
  height: 101%;
  border: 4px solid #FD8B7B;
  z-index: 1;
}

.is_man .price-table table td.has_deco2 .is_delete {
  position: relative;
}

.is_man .price-table table td.has_deco2 .is_delete:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 13px;
  transform: translateX(-50%);
  width: 91px;
  height: 1px;
  background: #D2AD5A;
}

.is_man .price-table table td.has_deco2 .is_delete:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
  width: 91px;
  height: 1px;
  background: #D2AD5A;
}

.is_man .price-table table td.has_deco2 .has_color {
  color: #D2AD5A;
}

.is_man .price-table table td.has_deco2 .has_color span {
  color: #2B2B2B;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table td.has_deco2 {
    padding-top: 0.625rem;
    padding-bottom: 1.5rem;
  }

  .is_man .price-table table td.has_deco2 .is_delete {
    margin-bottom: 0.625rem;
  }

  .is_man .price-table table td.has_deco2 .is_delete:before {
    top: 0.5625rem;
    width: 3.25rem;
  }

  .is_man .price-table table td.has_deco2 .is_delete:after {
    bottom: 0.5rem;
    width: 3.25rem;
  }
}

/* 男性テーブル画像 */
.is_man .price-table table th.item1 .is_image {
  display: block;
  width: 46px;
  height: 161px;
  margin: 0 auto;
  background: url(../img/price/man1.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.item1 .is_image {
    width: 1.6875rem;
    height: 5.9375rem;
    background: url(../img/price/man1_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_man .price-table table th.item2 .is_image {
  display: block;
  width: 46px;
  height: 161px;
  margin: 0 auto;
  background: url(../img/price/man2.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.item2 .is_image {
    width: 1.6875rem;
    height: 5.9375rem;
    background: url(../img/price/man2_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_man .price-table table th.item3 .is_image {
  display: block;
  width: 46px;
  height: 161px;
  margin: 0 auto;
  background: url(../img/price/man3.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.item3 .is_image {
    width: 1.6875rem;
    height: 5.9375rem;
    background: url(../img/price/man3_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_man .price-table table th.item4 .is_image {
  display: block;
  width: 46px;
  height: 161px;
  margin: 0 auto;
  background: url(../img/price/man4.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.item4 .is_image {
    width: 1.6875rem;
    height: 5.9375rem;
    background: url(../img/price/man4_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_man .price-table table th.item5 .is_image {
  display: block;
  width: 58px;
  height: 65px;
  margin: 0 auto;
  background: url(../img/price/man5.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.item5 .is_image {
    width: 2.3125rem;
    height: 2.625rem;
    background: url(../img/price/man5_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_man .price-table table th.item6 .is_image {
  display: block;
  width: 67px;
  height: 69px;
  margin: 0 auto;
  background: url(../img/price/man6.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.item6 .is_image {
    width: 2.0625rem;
    height: 2.125rem;
    background: url(../img/price/man6_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_man .price-table table th.item7 .is_image {
  display: block;
  width: 60px;
  height: 78px;
  margin: 0 auto;
  background: url(../img/price/man7.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.item7 .is_image {
    width: 2.3125rem;
    height: 3.0625rem;
    background: url(../img/price/man7_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_man .price-table table th.item8 .is_image {
  display: block;
  width: 96px;
  height: 95px;
  margin: 0 auto;
  background: url(../img/price/man8.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.item8 .is_image {
    width: 3rem;
    height: 2.9375rem;
    background: url(../img/price/man8_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_man .price-table table th.item9 .is_image {
  display: block;
  width: 125px;
  height: 49px;
  margin: 0 auto;
  background: url(../img/price/man9.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.item9 .is_image {
    width: 3.5625rem;
    height: 1rem;
    background: url(../img/price/man9_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_man .price-table table th.item10 .is_image {
  display: block;
  width: 58px;
  height: 70px;
  margin: 0 auto;
  background: url(../img/price/man10.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.item10 .is_image {
    width: 2.1875rem;
    height: 2.625rem;
    background: url(../img/price/man10_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_man .price-table table th.item11 .is_image {
  display: block;
  width: 100px;
  height: 55px;
  margin: 0 auto;
  background: url(../img/price/man11.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.item11 .is_image {
    width: 3.3125rem;
    height: 1.8125rem;
    background: url(../img/price/man11_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_man .price-table table th.item12 .is_image {
  display: block;
  width: 58px;
  height: 70px;
  margin: 0 auto;
  background: url(../img/price/man12.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.item12 .is_image {
    width: 2.375rem;
    height: 2.8125rem;
    background: url(../img/price/man12_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_man .price-table table th.item13 .is_image {
  display: block;
  width: 44px;
  height: 62px;
  margin: 0 auto;
  background: url(../img/price/man13.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.item13 .is_image {
    width: 1.9375rem;
    height: 2.75rem;
    background: url(../img/price/man13_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_man .price-table table th.item14 .is_image {
  display: block;
  width: 60px;
  height: 78px;
  margin: 0 auto;
  background: url(../img/price/man14.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.item14 .is_image {
    width: 2.3125rem;
    height: 3.0625rem;
    background: url(../img/price/man14_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_man .price-table table th.item15 .is_image {
  display: block;
  width: 95px;
  height: 96px;
  margin: 0 auto;
  background: url(../img/price/man15.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.item15 .is_image {
    width: 3.25rem;
    height: 3.25rem;
    background: url(../img/price/man15_sp.png) no-repeat;
    background-size: cover;
  }
}

.is_man .price-table table th.item16 .is_image {
  display: block;
  width: 44px;
  height: 62px;
  margin: 0 auto;
  background: url(../img/price/man16.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .is_man .price-table table th.item16 .is_image {
    width: 1.9375rem;
    height: 2.75rem;
    background: url(../img/price/man16_sp.png) no-repeat;
    background-size: cover;
  }
}

/* タブバナー */
.c-banner img {
  max-width: 986px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*============
thanks
=============*/
.thanks-page {
  padding-top: 17.375rem;
  /*margin-bottom: 12.5rem;*/
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanks-page {
    padding-top: 9.625rem;
    /*margin-bottom: 4rem;*/
  }
}

.thanks__heading {
  margin-bottom: 2rem;
  text-align: center;
  color: #FD8B7B;
  font-size: 3.5rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 768px) {
  .thanks__heading {
    margin-bottom: 0.75rem;
    font-size: 2.5rem;
    line-height: 1;
  }
}

.thanks__subtitle {
  margin-bottom: 2.5rem;
  width: 35.375rem;
}

@media screen and (max-width: 768px) {
  .thanks__subtitle {
    margin-bottom: 4rem;
    width: 11.625rem;
  }
}

.thanks-textarea {
  margin-bottom: 2rem;
  line-height: 2.6;
}

@media screen and (max-width: 768px) {
  .thanks-textarea {
    margin-bottom: 4rem;
  }
}

.thanks__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23.75rem;
  height: 5rem;
  margin-right: auto;
  margin-left: auto;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  background: #FD8B7B;
  border-radius: 40px;
  transition: .4s;
}

.thanks__button:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  width: 0.438rem;
  height: 0.875rem;
  background: url(../img/pc/arrow-right.png);
  background-size: cover;
}

.thanks__button:hover {
  opacity: .8;
}

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

  .thanks__button {
    width: 18.75rem;
    height: 4.375rem;
    font-size: 1.125rem;
  }
}