html, body {
  font-family: "Noto Sans JP", sans-serif;
  min-height: 100%;
  line-height: 1.8em;
  font-size: 16px;
  color: black;
  background: url("../img/bg.png");
}

.text-gold {
  color: #FFD700;
}

.text-maroon {
  color: #561620;
}

.marker-line {
  display: inline;
  background: linear-gradient(180deg, transparent 55%, #FFD700 45%);
  padding: 2px 5px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #561620;
}

.text-indent {
  text-indent: -1em;
  margin-left: 1em;
}

.us-mv img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.us-copy-bar {
  background-color: #561620;
  padding: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.us-copy-bar .copy-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 1.6px;
  line-height: normal;
  margin: 0;
  text-align: center;
}
.us-copy-bar .copy-text .gold {
  color: #FFD700;
}
@media (max-width: 991.98px) {
  .us-copy-bar .copy-text {
    font-size: 1rem;
  }
}

.us-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 24px;
  margin-bottom: 48px;
}
.us-heading img {
  height: 36px;
  flex-shrink: 0;
}
.us-heading h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.25rem;
  color: #561620;
  line-height: 1;
  margin: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .us-heading {
    gap: 0 10px;
  }
  .us-heading img {
    height: 10px;
  }
  .us-heading h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .us-heading {
    gap: 0 5px;
  }
  .us-heading h2 {
    font-size: 1.4rem;
  }
}

.us-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #561620;
  color: #fff;
  border-radius: 24px;
  padding: 0.2em 1em;
  font-weight: 700;
  font-size: 1.25rem;
  min-width: 120px;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: flex-start;
}

.us-plan {
  background: url("../img/plan_bg.png") no-repeat center top;
  background-size: 100%;
  background-color: white;
  width: 100%;
  display: block;
}

.plan-date-value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #561620;
  font-size: 1.25rem;
  line-height: normal;
}
.plan-date-value .num-lg {
  font-size: 2rem;
}

.us-cta-btn {
  display: block;
  text-align: center;
  gap: 16px;
  background-color: #561620;
  color: #fff;
  border-radius: 16px;
  padding: 1.2rem 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
}
.us-cta-btn .btn-icon {
  color: #FFD700;
  font-size: 1.25rem;
}
.us-cta-btn:hover {
  color: #fff;
  opacity: 0.85;
}

.us-features .feature-num {
  font-family: "Bayon", sans-serif;
  font-size: 79px;
  color: #561620;
  line-height: 1;
  flex-shrink: 0;
}
.us-features .feature-img {
  width: 100%;
  height: 188px;
  -o-object-fit: cover;
     object-fit: cover;
}
.us-features .feature-text {
  font-size: 1rem;
  color: #222;
  line-height: 2;
}

.us-voice {
  background-color: rgb(230, 220, 222);
}

.us-voice-item {
  /*  display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 233px;*/
}

.us-voice-bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  width: 100%;
  aspect-ratio: 1/1;
  color: #561620;
  font-size: 20px;
  font-weight: bold;
  background: #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
}
.us-voice-bubble .bubble-text {
  color: #561620;
  font-size: 1rem;
  line-height: 2;
}
.us-voice-bubble:before {
  content: "";
  position: absolute;
  border: 15px solid transparent;
  z-index: 0;
}
@media (min-width: 992px) {
  .us-voice-bubble {
    margin-bottom: 1em;
  }
  .us-voice-bubble:before {
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    border-top: 15px solid #ffffff;
  }
}
@media (max-width: 991.98px) {
  .us-voice-bubble:before {
    top: 50%;
    left: -25px;
    margin-top: -15px;
    border-right: 15px solid #ffffff;
  }
}
@media (max-width: 767.98px) {
  .us-voice-bubble .bubble-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

/*

.us-voice-bubble {
  position: relative;
  width: 233px;
  height: 233px;
  flex-shrink: 0;

  .bubble-bg {
    position: absolute;
    inset: 0;

    img {
      width: 100%;
      height: 100%;
      display: block;
    }
  }

  .bubble-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    text-align: center;
    color: $maroon;
    font-size: 1rem;
    line-height: 2;
  }
}*/
.us-voice-photo {
  width: 184px;
  height: 184px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
}

.us-youtube-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.us-youtube-wrap img {
  display: block;
  width: 640px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.us-youtube-wrap .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 56px;
  display: block;
}

.us-point-title-bar {
  background-color: #561620;
  color: #fff;
  padding: 0.2em;
  font-family: "Noto Serif JP", serif;
  display: inline;
  line-height: 1em;
}
.us-point-title-bar.title-main {
  font-weight: 700;
  font-size: 2rem;
  color: #FFD700;
}
.us-point-title-bar.title-sub {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}

.us-point-comment-label {
  display: inline-flex;
  align-items: center;
  background-color: #561620;
  color: #fff;
  border-radius: 24px;
  padding: 0.5em 1.5em;
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
}

.us-point-comment {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #561620;
  background: linear-gradient(180deg, transparent 50%, #FFD700 50%);
  padding: 8px;
  display: inline-block;
  line-height: 1.5;
}

.us-point-img {
  width: 100%;
  height: 248px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  display: block;
}

.us-schedule-border {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 40px;
}

.us-schedule-row {
  display: flex;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
  align-items: center;
}
.us-schedule-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.us-schedule-row.align-start {
  align-items: flex-start;
}

.us-schedule-label {
  font-weight: 700;
  color: #561620;
  font-size: 1rem;
  min-width: 126px;
  flex-shrink: 0;
}

.us-schedule-daily {
  display: flex;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  align-items: stretch;
  width: 100%;
}
.us-schedule-daily:last-child {
  border-bottom: none;
}

.us-date-badge {
  background-color: rgba(86, 22, 32, 0.1);
  color: #561620;
  min-width: 120px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 2;
  font-size: 1rem;
  flex-shrink: 0;
  align-self: stretch;
}
@media (max-width: 1199.98px) {
  .us-date-badge {
    min-width: 100%;
    padding: 0.5em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
}

.us-schedule-body {
  font-size: 1rem;
  color: #222;
  line-height: 1.5;
  width: 428px;
  flex-shrink: 0;
}

.us-schedule-meals {
  font-size: 1rem;
  color: #222;
  line-height: 1.5;
  white-space: nowrap;
  flex-shrink: 0;
}

.us-newport {
  height: 640px;
  background-image: url("../img/newportbeach.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.us-footer {
  background: #fff;
}
.us-footer .footer-address {
  font-size: 0.875rem;
  color: #222;
  line-height: 1;
  margin-top: 20px;
}
.us-footer .footer-contact-label {
  background-color: #561620;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0.5em 1em;
  white-space: nowrap;
}
.us-footer .footer-contact-name {
  background-color: rgba(86, 22, 32, 0.1);
  color: #561620;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0.5em 1em;
  white-space: nowrap;
}
.us-footer .footer-tel,
.us-footer .footer-mail {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #561620;
  font-weight: 700;
  font-size: 1.625rem;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.5;
}
.us-footer .footer-tel i,
.us-footer .footer-mail i {
  font-size: 1.5rem;
}
.us-footer .footer-tel:hover,
.us-footer .footer-mail:hover {
  color: #561620;
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .us-footer .footer-address {
    font-size: 0.75rem;
  }
  .us-footer .footer-contact-label {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .us-footer .footer-contact-name {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .us-footer .footer-tel, .us-footer .footer-mail {
    font-size: 1.25rem;
  }
}

.us-copyright {
  background-color: #561620;
  padding: 24px;
  text-align: center;
  color: #fff;
  letter-spacing: 1.6px;
  margin: 0;
}
/*# sourceMappingURL=maps/custom.css.map */
