@charset "UTF-8";
/* ----------------------------------------------------
	reset
---------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  font-size: 14px;
  background: #FFF;
  color: var(--standard-black);
  -webkit-text-size-adjust: 100%;
}

a,
a:hover, a:focus, a:active {
  color: var(--standard-black);
  text-decoration: none;
}

img {
  border: 0px;
  vertical-align: bottom;
}

ul, ol {
  list-style-type: none;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

th, caption {
  text-align: left;
  font-weight: normal;
}

input[type=tel],
input[type=search],
input[type=email],
input[type=date],
input[type=time],
input[type=password],
input[type=text],
input[type=number],
select {
  /*font-family: "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  color: var(--standard-black);
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  background: #FAFAFA;
  padding: 9px 3%;
  width: 94%;
  font-size: 14px;
  border: 1px solid #BBBABA;
}

input[type=tel]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=number]:focus,
select:focus {
  outline: 0;
  background: var(--active-yellow);
}

textarea {
  /*font-family: "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  color: var(--standard-black);
  resize: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 9px 3%;
  width: 94%;
  height: 130px;
  font-size: 14px;
  background: #FAFAFA;
  border: 1px solid #BBBABA;
}

textarea:focus {
  outline: 0;
  background: var(--active-yellow);
}

button:focus {
  outline: 0;
}

/* ----------------------------------------------------
	設定class
---------------------------------------------------- */
/* ---------- clearfix ---------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ---------- 要素の状態 ---------- */
.is-none {
  display: none;
}

.is-hidden {
  visibility: hidden;
}

.is-display-unset {
  display: unset;
}

.is-responsive {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.is-align-items-center {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.is-flex {
  display: flex;
}

.is-justify-between {
  display: flex;
  justify-content: space-between;
}

/* ---------- 文字揃え ---------- */
.al-l {
  text-align: left !important;
}

.al-r {
  text-align: right !important;
}

.al-c {
  text-align: center !important;
}

/* ---------- マージン ---------- */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

/**/
.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

/**/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

/**/
.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.cookie-consent-banner {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  background-color: rgba(50, 50, 58, 0.85);
  padding: 20px;
}
.cookie-consent-banner__inner {
  width: 1060px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cookie-consent-banner__actions {
  display: flex;
}
.cookie-consent-banner__text {
  margin: 0;
  font-size: 14px;
  text-align: left;
  color: #fff;
}
.cookie-consent-banner__text a {
  color: #09c;
  text-decoration: underline;
}
.cookie-consent-banner__button {
  background-color: #00a99d;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
.cookie-consent-banner__button + .cookie-consent-banner__button {
  margin-left: 10px;
}

.spot {
  font-family: "Hiragino Sans", sans-serif;
  background: #f8fcfc;
  min-height: 100vh;
  padding: 48px 48px 78px 48px;
}
@media screen and (max-width: 540px) {
  .spot {
    padding: 0 0 78px 0;
  }
}
.spot__wrapper {
  max-width: 592px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 32px;
}
.spot__inner-content {
  padding: 8px 24px 32px 24px;
}
.spot__inner-content--last {
  padding-bottom: 48px;
}

.spot__hero {
  background: #ffffff;
  border-radius: 32px 32px 0 0;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .spot__hero {
    border-radius: 0;
  }
}
.spot__hero-image {
  position: relative;
  height: 330px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 540px) {
  .spot__hero-image {
    height: 280px;
  }
}
.spot__hero-image--badge-spacer {
  margin-bottom: 26px;
}
.spot__hero-overlay {
  background: #ffffff;
  border-radius: 32px 32px 0 0;
  margin-bottom: -1px;
  height: 40px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spot__hero-badge {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border: 8px solid #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 36px;
}
.spot__hero-badge-image {
  width: 88px;
  height: 88px;
  border-radius: 8px;
  background: #f8fcfc;
  object-fit: cover;
}

.spot__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 24px;
}
.spot__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #202226;
  margin: 0;
  text-align: center;
}
.spot__location {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #656f7e;
  margin: 0;
  text-align: center;
}
.spot__description {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #656f7e;
  margin: 0;
}

.spot__sns-list {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.spot__sns-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #d9e0e8;
  border-radius: 50%;
  overflow: hidden;
}
.spot__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: background-color 0.2s;
}
.spot__sns-link:hover {
  background-color: #e9edf2;
}
.spot__sns-image {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.spot__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 128px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  background: #3157c0;
  gap: 8px;
  margin-top: 24px;
  padding: 12px 16px;
  border: none;
  max-width: 100%;
}
.spot__cta:hover {
  opacity: 0.9;
}
.spot__cta-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.spot__cta-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.spot__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.spot__link-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid #d9e0e8;
  border-radius: 96px;
  text-decoration: none;
  color: #202226;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  transition: background-color 0.2s;
}
.spot__link-item:hover {
  background-color: #e9edf2;
}
.spot__link-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.spot__link-text {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spot__gallery-wrapper {
  margin-bottom: 32px;
}
.spot__gallery-inner {
  display: flex;
  justify-content: center;
  padding-left: 24px;
}
.spot__gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  height: 236px;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}
.spot__gallery::-webkit-scrollbar {
  height: 8px;
}
.spot__gallery::-webkit-scrollbar-thumb {
  background: #d9e0e8;
  border-radius: 4px;
}
.spot__gallery::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 12px;
}
.spot__gallery-item {
  flex-shrink: 0;
  width: 144px;
  height: 100%;
  overflow: hidden;
}
.spot__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.spot__gallery-item--double {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.spot__gallery-item--double img {
  height: calc((100% - 12px) / 2);
}

.spot__news-wrapper {
  padding-bottom: 32px;
}
.spot__news-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #202226;
  margin-bottom: 16px;
  padding-left: 24px;
}
.spot__news-list {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 0 24px;
}
.spot__news-card-wrapper {
  position: relative;
}
.spot__news-modal-toggle {
  display: none;
}
.spot__news-modal-toggle:checked ~ .spot__news-modal {
  display: block;
}
.spot__news-card-body {
  overflow: hidden;
  box-sizing: border-box;
  width: 240px;
  height: 332px;
  border: 1px solid #d9e0e8;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.spot__news-image {
  object-fit: cover;
  width: 240px;
  height: 160px;
  flex-shrink: 0;
}
.spot__news-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.spot__news-card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #202226;
  flex-shrink: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spot__news-content-bottom {
  margin-top: auto;
  flex-shrink: 0;
}
.spot__news-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #656f7e;
}
.spot__news-detail-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 128px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #202226;
  width: fit-content;
  margin-top: 8px;
  padding: 8px 16px;
  background-color: #e8eef3;
  cursor: pointer;
}
.spot__news-detail-button:hover {
  opacity: 0.9;
}
.spot__news-arrow-image {
  object-fit: contain;
  width: 16px;
  height: 16px;
}

.spot__news-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.spot__news-modal-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.spot__news-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  min-height: 100vh;
  overflow-y: auto;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 540px) {
  .spot__news-modal-wrapper {
    align-items: flex-start;
    margin-top: 24px;
  }
}
.spot__news-modal-content {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  max-width: 448px;
  width: 100%;
  height: fit-content;
  max-height: 90vh;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  cursor: default;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
}
.spot__news-modal-content * {
  pointer-events: auto;
}
.spot__news-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  color: #656f7e;
  z-index: 1;
}
.spot__news-modal-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #202226;
  padding: 12px 16px;
  border-bottom: 1px solid #d9e0e8;
  flex-shrink: 0;
}
.spot__news-modal-body {
  padding: 16px;
  overflow-y: auto;
  flex: 1;
}
.spot__news-modal-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: #202226;
  margin-bottom: 16px;
}
.spot__news-modal-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #656f7e;
  margin: 0 0 16px;
}
.spot__news-modal-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
  border-radius: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 540px) {
  .spot__news-modal-image {
    height: 205px;
  }
}
.spot__news-modal-description {
  font-size: 14px;
  font-weight: 400;
  color: #202226;
  margin-bottom: 16px;
}
.spot__news-modal-period {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #656f7e;
}
.spot__news-modal-more-info-sticky {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #d9e0e8;
  border-radius: 0 0 16px 16px;
  background-color: #ffffff;
}
.spot__news-modal-more-info-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 128px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  gap: 8px;
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  background: #e8eef3;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.spot__news-modal-more-info-button:hover {
  opacity: 0.9;
}

.spot__info-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #202226;
  margin: 0 0 16px;
}
.spot__info-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #48505c;
  margin: 0;
}
.spot__info-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.spot__info-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.spot__info-row--warning {
  background: #fdf0e0;
  padding: 16px;
  border-radius: 16px;
}
.spot__info-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.spot__info-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: #202226;
  margin: 0;
}
.spot__info-warning-title {
  color: #853918;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.spot__info-warning-text {
  color: #853918;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.spot__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.spot__tag {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 12px;
  background: #ffffff;
  border: 1px solid #d9e0e8;
  border-radius: 128px;
  height: 40px;
  box-sizing: border-box;
  transition: background-color 0.2s;
}
.spot__tag:hover {
  background-color: #e9edf2;
}
.spot__tag-icon {
  color: #48505c;
  font-size: 20px;
}
.spot__tag-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #48505c;
}

.spot__footer {
  padding: 48px 16px 24px;
  border-top: 1px solid #d9e0e8;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 0 0 32px 32px;
}
@media screen and (max-width: 540px) {
  .spot__footer {
    margin: 0;
  }
}
.spot__footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.spot__footer-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #656f7e;
  text-decoration: none;
}

.spot__language-selector {
  position: relative;
  display: flex;
  justify-content: center;
}
.spot__language-toggle {
  display: none;
}
.spot__language-toggle:checked ~ .spot__language-button .spot__language-arrow {
  transform: rotate(180deg);
}
.spot__language-toggle:checked ~ .spot__language-options {
  display: flex;
}
.spot__language-toggle:checked ~ .spot__language-overlay {
  display: block;
}
.spot__language-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 9;
  cursor: default;
}
.spot__language-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 124px;
  border: 1px solid #d9e0e8;
  border-radius: 24px;
  padding: 12px;
  background: #ffffff;
  cursor: pointer;
  gap: 0;
  position: relative;
  z-index: 11;
  transition: background-color 0.2s;
}
.spot__language-button:hover {
  background-color: #e9edf2;
}
.spot__language-label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.spot__language-icon {
  color: #48505c;
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.spot__language-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #202226;
  margin: 0;
}
.spot__language-arrow {
  color: #202226;
  font-size: 24px;
  width: 24px;
  height: 24px;
  transition: transform 0.2s;
}
.spot__language-options {
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 160px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #d9e0e8;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: none;
  flex-direction: column;
  gap: 4px;
  z-index: 10;
}
.spot__language-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  text-decoration: none;
  color: #202226;
  border-radius: 8px;
  cursor: pointer;
  min-height: 44px;
  box-sizing: border-box;
  transition: background-color 0.2s;
}
.spot__language-option:hover {
  background-color: #e9edf2;
}
.spot__language-option:not(a) {
  cursor: default;
  background: #e0e6f7;
}
.spot__language-option:not(a):hover {
  background: #e0e6f7;
}
.spot__language-option img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.spot__language-option p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #202226;
  margin: 0;
  flex: 1;
}

.spot__fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  display: flex;
  justify-content: center;
  z-index: 100;
}
@media screen and (max-width: 540px) {
  .spot__fixed-cta {
    left: 0;
    right: 0;
  }
}
.spot__fixed-cta-wrapper {
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 128px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 8px;
  display: flex;
  gap: 8px;
  max-width: 480px;
  width: 100%;
  opacity: 1;
  transform: translateY(0);
}
@supports (animation-timeline: scroll()) {
  .spot__fixed-cta-wrapper {
    opacity: 0;
    transform: translateY(100%);
    animation: slideUpIn 0.5s linear forwards;
    animation-timeline: scroll();
    animation-range: 0 200px;
  }
}
@keyframes slideUpIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.spot__fixed-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 128px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  gap: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  border: none;
}
.spot__fixed-cta-button:hover {
  opacity: 0.9;
}
.spot__fixed-cta-button--primary {
  background: #282c32;
}
.spot__fixed-cta-button--secondary {
  flex-shrink: 2.5;
  background: #ffffff;
  border: 1px solid #d9e0e8;
}
.spot__fixed-cta-button--secondary:hover {
  background: #e9edf2;
}
.spot__fixed-cta-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.spot__fixed-cta-icon--white {
  color: #ffffff;
}
.spot__fixed-cta-icon--primary {
  color: #48505c;
}
.spot__fixed-cta-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-left: 8px;
}
.spot__fixed-cta-text--white {
  color: #ffffff;
}
.spot__fixed-cta-text--primary {
  color: #48505c;
}