@charset "UTF-8";
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Common
   ========================================================================== */
:root {
  --base: 1280;
  --vw: calc(100vw / var(--base));
  --refa-font-mincho: "Shippori Mincho", serif;
  --refa-font-lusitana: "Lusitana", serif;
  --refa-font-zenkaku: "Zen Kaku Gothic New", sans-serif;
  --rv-bg-color: #fbf9f6;
}
@media screen and (max-width: 767px) {
  :root {
    --base: 390;
    --vw: calc(100vw / var(--base));
  }
}
.pc-only {
  display: block;
}
.pc-inline-only {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .pc-inline-only {
    display: none;
  }
}
.sp-only {
  display: none;
}
.sp-inline-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .sp-inline-only {
    display: inline;
  }
}
body {
  overflow: hidden;
  font-family: var(--refa-font-zenkaku);
}
.rv-footer {
  margin-top: 0;
}
.page-service {
  background: var(--rv-bg-color);
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .page-service {
    width: 100%;
    padding-bottom: calc(160 * var(--vw));
  }
}
.page-service-en {
  font-family: var(--refa-font-lusitana);
}
.page-service-jp {
  font-family: var(--refa-font-mincho);
}

/* ==========================================================================
  CUSTOMER SERVICE
   ========================================================================== */
.page-service-wrapper {
  padding: calc(100 * var(--vw)) calc(28 * var(--vw)) 0;
}
.page-service-h2-title {
  margin-bottom: calc(48 * var(--vw));
  font-size: calc(40 * var(--vw));
  letter-spacing: .02em;
  line-height: 1;
  color: var(--rv-gold2);
}
.page-service-main {
  display: flex;
  flex-direction: column;
  gap: calc(120 * var(--vw));
}
.page-service-section-contact {
  color: var(--rv-gold2);
}
.page-service-section-contact-contents {
  padding: calc(32 * var(--vw)) 0;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: calc(28 * var(--vw));
  margin-bottom: calc(48 * var(--vw));
}
.page-service-section-contact-contents .text {
  font-size: calc(20 * var(--vw));
  letter-spacing: .05em;
  line-height: 1.4;
}
.page-service-section-contact-contents .tel {
  color: var(--rv-gold);
  font-size: calc(34 * var(--vw));
  line-height: 1;
  letter-spacing: .02em;
}
.page-service-section-contact-contents .open-hours {
  display: flex;
  justify-content: center;
  gap: calc(14 * var(--vw));
  font-size: calc(14 * var(--vw));
  line-height: 1.6;
}
.page-service-section-contact .cotact-btn a {
  display: flex;
  width: calc(280 * var(--vw));
  height: calc(64 * var(--vw));
  margin: 0 auto;
  gap: 1em;
  font-family: var(--refa-font-zenkaku);
  font-size: 1.4rem;
}
.page-service-section-contact .cotact-btn a.-arrow-b::after {
  content: '';
  display: block;
  width: calc(24 * var(--vw));
  height: calc(24 * var(--vw));
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/ic-arrow-b.png');
}
.page-service-section-contact .cotact-btn a.-arrow-b:hover::after {
  background-image: url('../img/ic-arrow-white-b.png');
}
.page-service-h3-title {
  margin-bottom: calc(48 * var(--vw));
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .1em;
  font-size: calc(26 * var(--vw));
  color: var(--rv-gold2);
}
.benefit-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10 * var(--vw));
  margin-bottom: calc(48 * var(--vw));
}
.benefit-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - calc(10 * var(--vw)) * 1) / 2);
  background-color: var(--rv-gold4);
  padding:  calc(12 * var(--vw)) calc(12 * var(--vw)) calc(20 * var(--vw));
}
.benefit-list-item .benefit-list-item-img {
  width: calc(80 * var(--vw));
}
.benefit-list-item.item2 .benefit-list-item-img {
  margin-bottom: calc(18 * var(--vw));
}
.benefit-list-item.item3 .benefit-list-item-img {
  margin-bottom: calc(18 * var(--vw));
}
.benefit-list-item .benefit-list-item-img img {
  width: 100%;
  height: auto;
}
.benefit-list-item p {
  font-size: calc(13 * var(--vw));
  line-height: 1.6;
  letter-spacing: .05em;
  text-align: center;
  color: var(--rv-gold2);
}
.benefit-list-item.item1 .text {
  display: flex;
  align-items: center;
  min-height: calc(89 * var(--vw));
}
.benefit-list-item.item2 .text p + p {
  margin-top: calc(8 * var(--vw));
}
.benefit-list-item .note {
  font-size: calc(10 * var(--vw));
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.2;
  letter-spacing: .05em;
}
.benefit-list-item.item3 .note {
  margin-top: calc(8 * var(--vw));
}
.benefit-list-item .note::before {
  content: '※';
}
.benefit-list-item.item4 .text {
  display: flex;
  align-items: center;
  min-height: calc(104 * var(--vw));
}
.about-wrapping-img img {
  width: 100%;
  height: auto;
}
.about-wrapping-description {
  padding: calc(28 * var(--vw));
  background-color: var(--rv-gold4);
}
.about-wrapping-description .title {
  margin-bottom: calc(20 * var(--vw));
  font-size: calc(20 * var(--vw));
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .1em;
  color: var(--rv-gold2);
}
.about-wrapping-description .text {
  margin-bottom: calc(20 * var(--vw));
  font-size: calc(14 * var(--vw));
  line-height: 1.5;
  letter-spacing: .05em;
}
.about-wrapping-description .about-wrapping-btn .rv-button-gold-gradation {
  width: calc(273 * var(--vw));
  height: calc(63 * var(--vw));
}
.page-service .rv-button-gold-gradation {
  font-family: var(--refa-font-zenkaku);
}
.page-service-h4-title {
  margin-bottom: calc(28 * var(--vw));
  padding-bottom: calc(6 * var(--vw));
  font-size: calc(22 * var(--vw));
  line-height: 1.6;
  letter-spacing: .1em;
  font-weight: 500;
  border-bottom: 1px solid var(--rv-gold);
  color: var(--rv-gold2);
}
.page-service-section-delivery-box.box2 .page-service-h4-title,
.page-service-section-delivery-box.box3 .page-service-h4-title {
  margin-bottom: calc(40 * var(--vw));
}
section.page-service-section-benefit ~ section p {
  font-size: calc(14 * var(--vw));
  line-height: 1.6;
  letter-spacing: .05em;
}
section.page-service-section-benefit ~ section .more-btn .rv-button-gold-gradation {
  width: calc(280 * var(--vw));
  height: calc(54 * var(--vw));
  margin: calc(40 * var(--vw)) auto 0;
}
.text-em {
  color: #c2391e;
}
.page-service-section-delivery {
  display: flex;
  flex-direction: column;
  gap: calc(72 * var(--vw));
}
section.page-service-section-benefit ~ section p:not([class]) + *,
section.page-service-section-benefit ~ section p.text-em + * {
  margin-top: calc(12 * var(--vw));
}
.page-service-section-delivery-box.box1 ul {
  display: flex;
  flex-direction: column;
  gap: calc(6 * var(--vw));
  margin-bottom: calc(28 * var(--vw));
}
.page-service-section-delivery-box.box1 ul li {
  display: flex;
  gap: calc(8 * var(--vw));
}
.page-service-section-delivery-box.box1 ul li::before {
  content: '';
  display: inline-block;
  width: calc(8 * var(--vw));
  min-width: calc(8 * var(--vw));
  height: calc(8 * var(--vw));
  border-radius: 50%;
  background-color: var(--rv-gold);
  margin-top: calc(8 * var(--vw));
}
.page-service-section-delivery-box.box1 .border-box {
  border: 1px solid var(--rv-gray3);
  padding: calc(40 * var(--vw));
}
section.page-service-section-benefit ~ section p.note {
  display: flex;
  font-size: calc(12 * var(--vw));
  line-height: 1.7;
}
section.page-service-section-benefit ~ section .note + .note {
  margin-top: calc(4 * var(--vw));
}
section.page-service-section-benefit ~ section p.note::before {
  content: '※';
  display: inline;
  min-width: 1em;
}
.page-service-h5-title {
  margin-top: calc(40 * var(--vw));
  margin-bottom: calc(12 * var(--vw));
  font-size: calc(18 * var(--vw));
  line-height: 1.6;
  letter-spacing: .1em;
  font-weight: 500;
  color: var(--rv-gold2);
}
.page-service-section-delivery-box.box3 table {
  border: 1px solid var(--rv-gray3);
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.page-service-section-delivery-box.box3 table th,
.page-service-section-delivery-box.box3 table td {
  font-size: calc(12 * var(--vw));
  line-height: 1;
  letter-spacing: .05em;
  padding: calc(8 * var(--vw)) calc(5 * var(--vw));
}
.page-service-section-delivery-box.box3 table th {
  color: var(--rv-gold);
  background-color: #fff;
}
.page-service-section-delivery-box.box3 table td {
  border-top: 1px solid var(--rv-gray3);
}
.page-service-section-delivery-box.box3 table td + td {
  border-left: 1px solid var(--rv-gray3);
  width: calc(100 * var(--vw));
}
.qa-list {
  border-top: 1px solid #000;
}
.qa-item {
  border-bottom: 1px solid #000;
}
.qa-question {
  position: relative;
  padding: calc(24 * var(--vw)) calc(34 * var(--vw)) calc(24 * var(--vw)) 0;
}
.qa-question::before,
.qa-question::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: calc(15 * var(--vw));
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #000;
}
.qa-question::after {
  transform: rotate(90deg);
}
.qa-question.is-open::after {
  transform: rotate(0deg);
}
section.page-service-section-benefit ~ section .qa-question p {
  display: flex;
  gap: calc(8 * var(--vw));
  font-size: calc(14 * var(--vw));
  color: var(--rv-gold2);
  letter-spacing: .05em;
}
section.page-service-section-benefit ~ section .qa-question p::before {
  content: 'Q.';
  display: inline-block;
  min-width: 2.1rem;
  font-size: calc(18 * var(--vw));
  font-family: var(--refa-font-lusitana);
  color: #bf9f60;
}
.qa-answer {
  display: none;
  padding: calc(8 * var(--vw)) 0 calc(24 * var(--vw));
}
section.page-service-section-benefit ~ section .qa-answer p {
  display: flex;
  gap: calc(8 * var(--vw));
  font-size: calc(13 * var(--vw));
  letter-spacing: .05em;
}
section.page-service-section-benefit ~ section .qa-answer p::before {
  content: 'A.';
  display: inline-block;
  min-width: 2.1rem;
  font-size: calc(18 * var(--vw));
  font-family: var(--refa-font-lusitana);
  color: #bf9f60;
}
section.page-service-section-benefit ~ section .qa-answer p span.text + span.text {
  display: block;
  margin-top: 1em;
}

/* PC */
@media screen and (min-width: 768px) {
  .page-service-wrapper {
    width: 840px;
    margin: 0 auto;
    padding: 120px 0 0;
  }
  .page-service-h2-title {
    margin-bottom: 48px;
    font-size: 40px;
  }
  .page-service-main {
    gap: 120px;
  }
  .page-service-section-contact-contents {
    padding: 43px 0;
    gap: 28px;
    margin-bottom: 48px;
  }
  .page-service-section-contact-contents .text {
    font-size: 20px;
  }
  .page-service-section-contact-contents .tel {
    font-size: 34px;
  }
  .page-service-section-contact-contents .open-hours {
    gap: 14px;
    font-size: 14px;
  }
  .page-service-section-contact .cotact-btn a {
    width: 280px;
    height: 64px;
    font-size: 14px;
  }
  .page-service-section-contact .cotact-btn a.-arrow-b::after {
    width: 24px;
    height: 24px;
  }
  .page-service-h3-title {
    margin-bottom: 48px;
    font-size: 28px;
  }
  .benefit-list {
    gap: 10px;
    margin-bottom: 48px;
  }
  .benefit-list-item {
    width: calc((100% - 10px * 3) / 4);
    padding: 16px 16px 28px;
  }
  .benefit-list-item .benefit-list-item-img {
    width: 100px;
  }
  .benefit-list-item.item2 .benefit-list-item-img {
    margin-bottom: 0;
  }
  .benefit-list-item.item3 .benefit-list-item-img {
    margin-bottom: 0;
  }
  .benefit-list-item p {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  .benefit-list-item.item1 .text {
    min-height: 76px;
  }
  .benefit-list-item.item2 .text p + p {
    margin-top: 8px;
  }
  .benefit-list-item .note {
    font-size: 10px;
  }
  .benefit-list-item.item3 .note {
    margin-top: 8px;
  }
  .benefit-list-item.item4 .text {
    min-height: 76px;
  }
  .about-wrapping {
    display: flex;
  }
  .about-wrapping-description {
    order: 1;
    display: flex;
    flex-direction: column;
    width: calc(100% - 420px);
    padding: 34px 68px 34px 72px;
  }
  .about-wrapping-description .title {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .about-wrapping-description .text {
    margin-bottom: 0;
    font-size: 14px;
  }
  .about-wrapping-description .about-wrapping-btn {
    margin-top: auto;
  }
  .about-wrapping-description .about-wrapping-btn .rv-button-gold-gradation {
    width: 100%;
    height: 54px;
  }
  .about-wrapping-img {
    order: 2;
    width: 420px;
    height: 300px;
  }
  .page-service-h4-title {
    margin-bottom: 28px;
    padding-bottom: 6px;
    font-size: 22px;
  }
  .page-service-section-delivery-box.box2 .page-service-h4-title,
  .page-service-section-delivery-box.box3 .page-service-h4-title {
    margin-bottom: 40px;
  }
  section.page-service-section-benefit ~ section p {
    font-size: 14px;
  }
  section.page-service-section-benefit ~ section .more-btn .rv-button-gold-gradation {
    width: 280px;
    height: 54px;
    margin: 40px auto 0;
  }
  .page-service-section-delivery {
    gap: 72px;
  }
  section.page-service-section-benefit ~ section p:not([class]) + *,
  section.page-service-section-benefit ~ section p.text-em + * {
    margin-top: 12px;
  }
  .page-service-section-delivery-box.box1 ul {
    gap: 6px;
    margin-bottom: 28px;
  }
  .page-service-section-delivery-box.box1 ul li {
    gap: 8px;
  }
  .page-service-section-delivery-box.box1 ul li::before {
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 8px;
  }
  .page-service-section-delivery-box.box1 .border-box {
    padding: 40px;
  }
  section.page-service-section-benefit ~ section p.note {
    font-size: 12px;
  }
  section.page-service-section-benefit ~ section .note + .note {
    margin-top: 4px;
  }
  .page-service-h5-title {
    margin-top: 40px;
    margin-bottom: 12px;
    font-size: 18px;
  }
  .page-service-section-delivery-box.box3 table {
    width: 100%;
  }
  .page-service-section-delivery-box.box3 table th,
  .page-service-section-delivery-box.box3 table td {
    font-size: 12px;
    padding: 8px;
  }
  .page-service-section-delivery-box.box3 table td + td {
    width: 160px;
  }
  .qa-question {
    padding: 24px 40px 24px 0;
    cursor: pointer;
  }
  .qa-question::before,
  .qa-question::after {
    width: 15px;
  }
  section.page-service-section-benefit ~ section .qa-question p {
    gap: 16px;
    font-size: 14px;
  }
  section.page-service-section-benefit ~ section .qa-question p::before {
    min-width: 21px;
    font-size: 18px;
  }
  .qa-answer {
    padding: 8px 0 24px;
  }
  section.page-service-section-benefit ~ section .qa-answer p {
    gap: 16px;
    font-size: 13px;
  }
  section.page-service-section-benefit ~ section .qa-answer p::before {
    min-width: 21px;
    font-size: 18px;
  }
}

.delay-fade-up {
  opacity: 0;
  position: relative;
  top: 20px;
}
