@charset "UTF-8";

/* FAQ: first-time customer flow */
#faq .first-visit-flow {
  box-sizing: border-box;
  width: 960px;
  max-width: calc(100% - 40px);
  margin: 0 auto 60px;
  overflow: hidden;
  color: #3d3939;
  background: #fff;
  border: 1px solid #d9ebe7;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 8px 28px rgba(55, 116, 105, .1);
}

#faq .first-visit-flow__header {
  padding: 30px 20px 34px;
  color: #fff;
  text-align: center;
  background: #90d0c0;
}

#faq .first-visit-flow__label {
  margin-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: .3em;
}

#faq .first-visit-flow__header h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .12em;
}

#faq .first-visit-flow__body {
  padding: 26px 52px 38px;
}

#faq .first-visit-flow__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

#faq .first-visit-flow__steps > li {
  display: grid;
  grid-template-columns: 116px 1fr;
  align-items: stretch;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #d8e3e0;
}

#faq .first-visit-flow__steps > li:last-child {
  border-bottom: 0;
}

#faq .first-visit-flow__step {
  position: relative;
  align-self: start;
  box-sizing: border-box;
  width: 78px;
  min-height: 78px;
  margin: 0 auto;
  padding: 12px 0 8px;
  color: #3f9f8c;
  text-align: center;
  background: #eff7f5;
  border-radius: 50%;
}

#faq .first-visit-flow__step span,
#faq .first-visit-flow__step strong {
  display: block;
  line-height: 1;
}

#faq .first-visit-flow__step span {
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .1em;
}

#faq .first-visit-flow__step strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: normal;
}

#faq .first-visit-flow__content {
  position: relative;
  min-height: 78px;
  padding: 5px 0 5px 38px;
  border-left: 1px dashed #b7d9d2;
}

#faq .first-visit-flow__content:before {
  position: absolute;
  top: 15px;
  left: -7px;
  width: 13px;
  height: 13px;
  content: "";
  background: #3f9f8c;
  border-radius: 50%;
}

#faq .first-visit-flow__content h4 {
  margin-bottom: 9px;
  color: #2f796d;
  font-size: 23px;
  font-weight: bold;
}

#faq .first-visit-flow__content p {
  color: #666;
  font-size: 14px;
  line-height: 1.75;
}

#faq .first-visit-flow__info {
  margin: 20px 0 0;
  padding: 18px 24px;
  background: #f2faf8;
  border-radius: 10px;
}

#faq .first-visit-flow__info > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  padding: 10px 0;
  border-bottom: 1px solid #d4e8e3;
}

#faq .first-visit-flow__info > div:last-child {
  border-bottom: 0;
}

#faq .first-visit-flow__info dt {
  color: #2f796d;
  font-weight: bold;
}

#faq .first-visit-flow__info dd {
  line-height: 1.7;
}

#faq .first-visit-flow__price {
  margin-top: 18px;
  padding: 12px 15px;
  color: #2f796d;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #e5f5f1;
  border-radius: 6px;
}

#faq .first-visit-flow__shops {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

#faq .first-visit-flow__shop {
  overflow: hidden;
  background: #fff;
  border: 1px solid #c9e5df;
  border-radius: 10px;
}

#faq .first-visit-flow__shop h4 {
  padding: 11px 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #90d0c0;
}

#faq .first-visit-flow__shop-tel {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 12px;
  padding: 16px 0 13px;
  color: #2f796d;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid #e0eeeb;
}

#faq .first-visit-flow__shop-tel:hover {
  opacity: .75;
}

#faq .first-visit-flow__shop-tel span {
  margin-right: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

#faq .first-visit-flow__shop-tel strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -.03em;
  font-variant-numeric: tabular-nums;
}

#faq .first-visit-flow__shop-hours {
  min-height: 94px;
  padding: 13px 13px 8px;
  color: #555;
  font-size: 11px;
  line-height: 1.75;
}

#faq .first-visit-flow__shop-hours-label {
  margin-bottom: 4px;
  color: #2f796d;
  font-size: 12px;
  font-weight: bold;
}

#faq .first-visit-flow__shop-closed {
  margin: 0 13px 14px;
  color: #555;
  font-size: 11px;
}

#faq .first-visit-flow__shop-closed span {
  display: inline-block;
  margin-right: 7px;
  padding: 2px 6px;
  color: #fff;
  font-size: 10px;
  background: #6eb5a6;
  border-radius: 3px;
}

/* Store pages: link to the first-time customer flow */
.shop_info_box .first-visit-flow-link {
  margin: 22px 20px 4px;
  text-align: center;
}

.shop_info_box .first-visit-flow-link a {
  position: relative;
  display: block;
  box-sizing: border-box;
  max-width: 430px;
  margin: 0 auto;
  padding: 13px 42px 13px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  background: #76bdaf;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(55, 116, 105, .14);
  transition: opacity .2s ease;
}

.shop_info_box .first-visit-flow-link a:hover {
  opacity: .78;
}

.shop_info_box .first-visit-flow-link a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.shop_info_box .first-visit-flow-link span {
  display: block;
  margin-bottom: 1px;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: .08em;
}

.shop_info_box .shop-price-note {
  margin: 10px 20px 4px;
  color: #555;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

/* Wakayama store: partner parking map links */
#shop .parking-map-links {
  box-sizing: border-box;
  width: 960px;
  max-width: calc(100% - 40px);
  margin: 30px auto 22px;
  padding: 22px 24px 24px;
  background: #f2faf8;
  border: 1px solid #d0e8e3;
  border-radius: 10px;
}

#shop .parking-map-links h3 {
  margin-bottom: 16px;
  color: #2f796d;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#shop .parking-map-links ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#shop .parking-map-links li {
  box-sizing: border-box;
  padding: 18px;
  text-align: center;
  background: #fff;
  border: 1px solid #c6e1db;
  border-radius: 8px;
}

#shop .parking-map-links li p {
  margin-bottom: 13px;
  color: #3d3939;
  font-size: 15px;
  line-height: 1.5;
}

#shop .parking-map-links li a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 210px;
  padding: 10px 34px 10px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  background: #76bdaf;
  border-radius: 6px;
  transition: opacity .2s ease;
}

#shop .parking-map-links li a:hover {
  opacity: .78;
}

#shop .parking-map-links li a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  #faq .first-visit-flow {
    max-width: calc(100% - 30px);
    margin-bottom: 12%;
    border-radius: 18px 18px 0 0;
  }

  #faq .first-visit-flow__header {
    padding: 23px 15px 25px;
  }

  #faq .first-visit-flow__label {
    margin-bottom: 6px;
    font-size: 10px;
  }

  #faq .first-visit-flow__header h3 {
    font-size: 22px;
  }

  #faq .first-visit-flow__body {
    padding: 12px 16px 24px;
  }

  #faq .first-visit-flow__steps > li {
    grid-template-columns: 72px 1fr;
    padding: 17px 0;
  }

  #faq .first-visit-flow__step {
    width: 60px;
    min-height: 60px;
    padding-top: 9px;
  }

  #faq .first-visit-flow__step span {
    margin-bottom: 4px;
    font-size: 9px;
  }

  #faq .first-visit-flow__step strong {
    font-size: 27px;
  }

  #faq .first-visit-flow__content {
    min-height: 60px;
    padding: 2px 0 2px 20px;
  }

  #faq .first-visit-flow__content:before {
    top: 10px;
    left: -6px;
    width: 11px;
    height: 11px;
  }

  #faq .first-visit-flow__content h4 {
    margin-bottom: 6px;
    font-size: 18px;
  }

  #faq .first-visit-flow__content p {
    font-size: 12px;
    line-height: 1.65;
  }

  #faq .first-visit-flow__info {
    margin-top: 14px;
    padding: 10px 14px;
  }

  #faq .first-visit-flow__info > div {
    display: block;
    padding: 10px 0;
  }

  #faq .first-visit-flow__info dt {
    margin-bottom: 4px;
    font-size: 13px;
  }

  #faq .first-visit-flow__info dd {
    font-size: 12px;
  }

  #faq .first-visit-flow__price {
    margin-top: 14px;
    padding: 10px;
    font-size: 13px;
    line-height: 1.6;
  }

  #faq .first-visit-flow__shops {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
  }

  #faq .first-visit-flow__shop h4 {
    font-size: 15px;
  }

  #faq .first-visit-flow__shop-tel {
    padding: 14px 0 12px;
  }

  #faq .first-visit-flow__shop-tel strong {
    font-size: 23px;
  }

  #faq .first-visit-flow__shop-hours {
    min-height: 0;
    padding: 12px 14px 8px;
    font-size: 12px;
  }

  #faq .first-visit-flow__shop-closed {
    margin: 0 14px 13px;
    font-size: 12px;
  }

  .shop_info_box .first-visit-flow-link {
    margin: 16px 12px 2px;
  }

  .shop_info_box .first-visit-flow-link a {
    padding: 11px 34px 11px 18px;
    font-size: 14px;
  }

  .shop_info_box .first-visit-flow-link a:after {
    right: 15px;
  }

  .shop_info_box .shop-price-note {
    margin: 8px 12px 2px;
    font-size: 12px;
  }

  #shop .parking-map-links {
    max-width: calc(100% - 30px);
    margin: 8% auto 6%;
    padding: 18px 14px;
  }

  #shop .parking-map-links h3 {
    margin-bottom: 13px;
    font-size: 17px;
  }

  #shop .parking-map-links ul {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  #shop .parking-map-links li {
    padding: 15px 12px;
  }

  #shop .parking-map-links li p {
    min-height: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }

  #shop .parking-map-links li a {
    width: 100%;
    min-width: 0;
    font-size: 13px;
  }
}

/* Common contact block: variable-backed toll-free number */
#wide_faddr_wrap .tel .faddr_tel_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #90d0c0;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

#wide_faddr_wrap .tel .faddr_tel_link:hover {
  opacity: .8;
}

#wide_faddr_wrap .tel .faddr_tel_icon {
  flex: 0 0 auto;
  width: 44px;
  height: auto;
  margin-right: 6px;
}

#wide_faddr_wrap .tel .faddr_tel_number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -.03em;
  font-variant-numeric: tabular-nums;
}

@media only screen and (max-width: 640px) {
  #wide_faddr_wrap .tel .faddr_tel_icon {
    width: 40px;
    margin-right: 5px;
  }

  #wide_faddr_wrap .tel .faddr_tel_number {
    font-size: 30px;
  }
}

/* Common header: variable-backed toll-free number */
#header .tel .head_tel_link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #90d0c0;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

#header .tel .head_tel_label {
  display: block;
  margin-bottom: 4px;
  color: #3d3939;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .04em;
}

#header .tel .head_tel_row {
  display: inline-flex;
  align-items: center;
}

#header .tel .head_tel_link:hover {
  opacity: .8;
}

#header .tel .head_tel_icon {
  flex: 0 0 auto;
  width: 38px;
  height: auto;
  margin-right: 6px;
}

#header .tel .head_tel_number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
}

@media only screen and (max-width: 640px) {
  #header .tel .head_tel_label {
    margin-bottom: 3px;
    font-size: 11px;
  }

  #header .tel .head_tel_icon {
    width: 34px;
    margin-right: 5px;
  }

  #header .tel .head_tel_number {
    font-size: 26px;
  }
}

/* Osaka store access: variable-backed phone numbers */
#osaka #access .shop_access_tel .shop_access_tel_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #90d0c0;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

#osaka #access .shop_access_tel .shop_access_tel_link:hover {
  opacity: .8;
}

#osaka #access .shop_access_tel .shop_access_tel_icon {
  flex: 0 0 auto;
  width: 34px;
  height: auto;
  margin-right: 6px;
}

#osaka #access .shop_access_tel .shop_access_tel_number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
}

@media only screen and (max-width: 640px) {
  #osaka #access .shop_access_tel .shop_access_tel_icon {
    width: 32px;
    margin-right: 5px;
  }

  #osaka #access .shop_access_tel .shop_access_tel_number {
    font-size: 26px;
  }
}

#home .home-strength {
  position: relative;
  margin: 0 0 70px;
  padding: 72px 20px 76px;
  overflow: hidden;
  color: #3d3939;
  text-align: center;
  background: #f3faf8;
}

#home .home-strength:before,
#home .home-strength:after {
  position: absolute;
  width: 260px;
  height: 260px;
  content: "";
  background: #fff;
  border-radius: 50%;
  opacity: .55;
}

#home .home-strength:before {
  top: -155px;
  left: -75px;
}

#home .home-strength:after {
  right: -70px;
  bottom: -175px;
}

#home .home-strength__inner {
  position: relative;
  z-index: 1;
  width: 1162px;
  margin: 0 auto;
}

#home .home-strength__label {
  margin: 0 0 16px;
  color: #66b9aa;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .18em;
}

#home .home-strength__title {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: .04em;
}

#home .home-strength__title strong {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  color: #2d9f8c;
  font-size: 42px;
  line-height: 1.35;
}

#home .home-strength__title strong:after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 5px;
  content: "";
  background: #f4c95d;
  border-radius: 3px;
  opacity: .75;
}

#home .home-strength__lead {
  margin: 20px 0 38px;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}

#home .home-strength__flow {
  display: flex;
  justify-content: center;
  width: 960px;
  margin: 0 auto;
}

#home .home-strength__flow li {
  position: relative;
  box-sizing: border-box;
  width: 300px;
  min-height: 174px;
  margin: 0 10px;
  padding: 25px 20px 22px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 7px 22px rgba(55, 116, 105, .09);
  border-radius: 20px;
}

#home .home-strength__flow li + li:before {
  position: absolute;
  top: 74px;
  left: -17px;
  z-index: 2;
  width: 14px;
  height: 14px;
  content: "";
  border-top: 2px solid #8bcbbf;
  border-right: 2px solid #8bcbbf;
  transform: rotate(45deg);
}

#home .home-strength__flow-link {
  margin: 30px 0 0;
  text-align: center;
}

#home .home-strength__flow-link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 320px;
  padding: 13px 42px 13px 28px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  background: #76bdaf;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(55, 116, 105, .14);
  transition: opacity .2s ease;
}

#home .home-strength__flow-link a:hover {
  opacity: .78;
}

#home .home-strength__flow-link a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#home .home-strength__number,
#home .home-strength__step,
#home .home-strength__note {
  display: block;
}

#home .home-strength__number {
  margin: 0 0 7px;
  color: #86c8bc;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .12em;
}

#home .home-strength__step {
  margin: 0 0 11px;
  color: #2d9f8c;
  font-size: 24px;
  font-weight: bold;
}

#home .home-strength__note {
  color: #747474;
  font-size: 14px;
  line-height: 1.7;
}

@media only screen and (max-width: 640px) {
  #home .home-strength {
    margin: 0 0 12%;
    padding: 12% 6.25% 13%;
  }

  #home .home-strength:before,
  #home .home-strength:after {
    width: 150px;
    height: 150px;
  }

  #home .home-strength:before {
    top: -90px;
    left: -65px;
  }

  #home .home-strength:after {
    right: -55px;
    bottom: -95px;
  }

  #home .home-strength__inner,
  #home .home-strength__flow {
    width: 100%;
  }

  #home .home-strength__label {
    margin-bottom: 4%;
    font-size: 10px;
  }

  #home .home-strength__title {
    font-size: 18px;
    line-height: 1.75;
  }

  #home .home-strength__title br {
    display: none;
  }

  #home .home-strength__title strong {
    margin: 0 3px;
    font-size: 27px;
  }

  #home .home-strength__title strong:after {
    height: 4px;
  }

  #home .home-strength__lead {
    margin: 6% 0 9%;
    font-size: 12px;
    text-align: left;
  }

  #home .home-strength__flow {
    display: block;
  }

  #home .home-strength__flow li {
    width: 100%;
    min-height: 0;
    margin: 0 0 18px;
    padding: 6% 5%;
  }

  #home .home-strength__flow li:last-child {
    margin-bottom: 0;
  }

  #home .home-strength__flow li + li:before {
    top: -12px;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -7px;
    background: #f3faf8;
    transform: rotate(135deg);
  }

  #home .home-strength__flow-link {
    margin-top: 8%;
  }

  #home .home-strength__flow-link a {
    width: 100%;
    min-width: 0;
    padding: 12px 38px 12px 20px;
    font-size: 14px;
  }

  #home .home-strength__flow-link a:after {
    right: 16px;
  }

  #home .home-strength__step {
    font-size: 18px;
  }
}
