/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

a {
  text-decoration: none; /* remove underline */
  color: inherit; /* inherit text color from parent */
  display: block;
}

/* Remove spinners for all number inputs */
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove spinners for all number inputs */
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Remove spinners for all number inputs */
/* Optional fallback for extra styling control */
input[type=number] {
  appearance: textfield; /* modern spec */
}

/* Overrides default input */
input {
  background-color: #fff;
  font-size: inherit;
  text-align: center;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.05em solid currentColor;
  border-radius: 0.05em;
  padding: 0.05em;
}
input:hover:not(:active) {
  background-color: rgb(216.75, 229.5, 242.25);
}

/* Overrides default text input */
input[type=text] {
  text-align: left;
  padding: 0.2em 0.2em;
}

/* Overrides default number input */
input[type=number] {
  width: 2rem;
}

/* Overrides default checkbox input */
input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* Not removed via appearance */
  margin: 0;
  transform: translateX(-0.5rem);
}

i.checkmark.fa-check {
  display: none;
  position: absolute;
  right: 0;
  transform: translateX(calc(-0.5rem - 0.2em));
  font-size: 0.9em;
}

input[type=checkbox]:checked + .checkmark {
  display: unset;
}

button {
  font-size: 0.8rem;
  cursor: pointer;
}

/* Overrides default select */
select {
  width: 20rem;
  font-size: calc(1.1rem - 0.05em);
  color: currentColor;
  background-color: #fff;
  border: 0.05em solid currentColor;
  border-radius: 0.05em;
  padding: 0.2em 0.2em;
}

#button-add-family-member,
.button-attraction-visit-add,
.button-attraction-visit-subtract,
.button-summary-expander-expand,
.button-summary-expander-collapse {
  aspect-ratio: 1;
  border: none;
  border-radius: 50%;
}

#button-add-family-member,
.button-attraction-visit-add,
.button-summary-expander-expand,
.button-summary-expander-collapse {
  background-color: #A3C9A8;
  color: #F2F2F2;
}
#button-add-family-member:hover:not(:active),
.button-attraction-visit-add:hover:not(:active),
.button-summary-expander-expand:hover:not(:active),
.button-summary-expander-collapse:hover:not(:active) {
  background-color: #BBD8C0;
}

.button-attraction-visit-subtract {
  background-color: #2B3A42;
  color: #F2F2F2;
}
.button-attraction-visit-subtract:hover:not(:active) {
  background-color: #414f56;
}

.button-action,
.button-reset,
.button-buy {
  background-color: #A3C9A8;
  color: #2B3A42;
}
.button-action:hover:not(:active),
.button-reset:hover:not(:active),
.button-buy:hover:not(:active) {
  background-color: #BBD8C0;
}

.button-action {
  font-size: 1.2rem;
  font-weight: bold;
  text-overflow: nowrap;
  height: 3rem;
  padding: 0 1rem;
  border: none;
  border-radius: 3rem;
}

.button-reset {
  font-size: 1rem;
  font-weight: bold;
  text-overflow: nowrap;
  height: 2rem;
  padding: 0 1rem;
  border: none;
  border-radius: 3rem;
}

.button-buy {
  font-size: 1rem;
  font-weight: bold;
  text-overflow: nowrap;
  height: 2rem;
  padding: 0 1rem;
  border: none;
  border-radius: 3rem;
}

body {
  font-family: "Segoe UI", sans-serif;
  background-color: #F2F2F2;
  color: #2B3A42;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1120px) {
  body {
    min-height: 100vh;
  }
  body.about > *:not(main) {
    padding-right: 17px;
  }
}
body.calculator #navigation-tab-calculator, body.about #navigation-tab-about {
  height: calc(5rem - 8px);
  border-bottom: 4px solid #2B3A42;
  padding-top: 4px;
}
body.calculator #navigation-menu-option-calculator, body.about #navigation-menu-option-about {
  border-left: 4px solid #2B3A42;
  margin-left: 0.5rem;
  padding-left: calc(2.5% - 4px);
}

#header-content,
#footer-content,
#navigation-menu,
#banner-content {
  width: 95%;
  max-width: 100%;
}
@media only screen and (min-width: 580px) {
  #header-content,
  #footer-content,
  #navigation-menu,
  #banner-content {
    max-width: 800px;
  }
}
@media only screen and (min-width: 910px) {
  #header-content,
  #footer-content,
  #navigation-menu,
  #banner-content {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 990px) {
  #header-content,
  #footer-content,
  #navigation-menu,
  #banner-content {
    max-width: calc(800px + 3rem + 20rem + 4px);
  }
}
@media only screen and (min-width: 1220px) {
  #header-content,
  #footer-content,
  #navigation-menu,
  #banner-content {
    max-width: calc(1000px + 3rem + 20rem + 4px);
  }
}

#index-page #inner-main,
#about-page,
#terms-page,
#privacy-page {
  width: 95%;
  max-width: 100%;
}
@media only screen and (min-width: 580px) {
  #index-page #inner-main,
  #about-page,
  #terms-page,
  #privacy-page {
    max-width: 800px;
  }
}

#index-page,
#about-page,
#terms-page,
#privacy-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#index-page section,
#about-page section,
#terms-page section,
#privacy-page section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#index-page ul,
#about-page ul,
#terms-page ul,
#privacy-page ul {
  list-style-position: inside;
}

@media only screen and (max-width: 579px) {
  #header-content,
  #footer-content,
  #navigation-menu {
    width: 100%;
  }
}

header, footer {
  background-color: #A3C9A8;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
header #header-content,
header #footer-content,
header #navigation-menu, footer #header-content,
footer #footer-content,
footer #navigation-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

header {
  top: 0;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 990px) {
  header {
    position: sticky;
  }
}
header #main-logo {
  aspect-ratio: 1/1;
  height: 3.5rem;
}
header #navigation-home,
header .navigation-tab,
header #button-navigation-menu,
header .navigation-menu-option {
  height: 5rem;
  align-content: center;
  padding: 0 0.5rem;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: unset;
}
header #navigation-home:hover:not(:active), header #navigation-home.active,
header .navigation-tab:hover:not(:active),
header .navigation-tab.active,
header #button-navigation-menu:hover:not(:active),
header #button-navigation-menu.active,
header .navigation-menu-option:hover:not(:active),
header .navigation-menu-option.active {
  background-color: #BBD8C0;
}
header #navigation-home {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  gap: 1rem;
  padding-left: calc(2.5% + 0.5rem);
}
@media only screen and (min-width: 580px) {
  header #navigation-home {
    padding-left: 0.5rem;
  }
}
header #navigation-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header .navigation-tab {
  display: none;
}
@media only screen and (min-width: 580px) {
  header .navigation-tab {
    display: unset;
  }
}
header .navigation-menu-option {
  height: unset;
  padding: 0.5rem calc(2.5% + 0.5rem);
}
@media only screen and (min-width: 580px) {
  header .navigation-menu-option {
    text-align: end;
  }
}
header #button-navigation-menu {
  padding: 0 calc(2.5% + 0.5rem);
  color: #2B3A42;
  border: unset;
  font-size: 1.6em;
}
@media only screen and (min-width: 580px) {
  header #button-navigation-menu {
    display: none;
  }
}
header #navigation-menu {
  display: flex;
  flex-direction: column;
  background-color: #BBD8C0;
}
header #navigation-menu > * {
  width: calc(100% - (2.5% + 0.5rem) * 2);
}
@media only screen and (min-width: 580px) {
  header #navigation-menu {
    display: none;
  }
}
header #navigation-menu.collapsed {
  display: none;
}

footer {
  min-height: 5rem;
  padding: 1.5rem 0.5rem 2.5rem 0.5rem;
  line-height: 1.4;
}
footer #footer-content {
  margin: 0 2.5%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}
footer #footer-content > *:not(:nth-child(2)) {
  padding: 0 0.5rem;
}
footer #footer-content > * {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 580px) {
  footer #footer-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
  }
  footer #footer-content > * {
    max-width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
footer h2 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
footer p, footer a {
  font-size: 0.9rem;
}
footer #footer-navigation-wrapper h2, footer #footer-navigation-wrapper a {
  padding: 0.1rem 0.5rem;
}
footer #footer-navigation-wrapper a:hover:not(:active) {
  background-color: #BBD8C0;
}

main, #inner-main {
  margin: 2rem 2.5%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
main h1, #inner-main h1 {
  font-size: 1.5rem;
}
main h2, #inner-main h2 {
  font-size: 1.3rem;
}
main p, #inner-main p {
  line-height: 1.4;
}

body.index main {
  margin: 0;
}
body.index main #index-page #inner-main {
  gap: 1rem;
  width: calc(95% - 2rem);
}

#index-page {
  width: 100%;
  align-items: center;
  gap: 0rem;
}
#index-page h1 {
  font-size: 2rem;
}
#index-page .action-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#index-page .action-wrapper a {
  border: none;
  border-radius: 3rem;
}
#index-page #banner-background {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2B3A42;
  color: #F2F2F2;
}
#index-page #banner-background #banner-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#index-page #banner-background #banner {
  max-width: 70rem;
  display: grid;
  grid-template-areas: "." "headline" "logo" ".";
  grid-template-columns: 1fr;
  column-gap: 5rem;
  row-gap: 2rem;
  align-items: center;
  justify-content: center;
}
#index-page #banner-background #banner > * {
  text-align: center;
}
@media only screen and (min-width: 800px) {
  #index-page #banner-background #banner {
    grid-template-areas: ". logo" "headline logo" "headline logo" "headline logo" ". logo";
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto auto auto 1fr;
  }
}
#index-page #banner-background #banner #banner-logo-wrapper {
  grid-area: logo;
}
#index-page #banner-background #banner #banner-logo-wrapper img {
  aspect-ratio: 1/1;
  max-height: 17rem;
}
#index-page #banner-background #banner #banner-headline-wrapper {
  grid-area: headline;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#index-page #banner-background #banner #banner-headline-wrapper #banner-headline {
  max-width: 32rem;
}
#index-page #banner-background #banner #banner-subtext-wrapper {
  grid-area: subtext;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#index-page #banner-background #banner #banner-action-wrapper {
  grid-area: action;
}
#index-page #intro {
  margin-top: 2rem;
  align-items: center;
  text-align: center;
}
#index-page #intro p {
  max-width: 40rem;
}
#index-page #steps-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#index-page #steps-wrapper i.fa-angles-down {
  padding: 0.25rem 0;
}
#index-page #steps-wrapper i.fa-angles-right {
  padding: 0 0.5rem;
  display: none;
}
@media only screen and (min-width: 580px) {
  #index-page #steps-wrapper {
    display: unset;
  }
  #index-page #steps-wrapper i.fa-angles-down {
    display: none;
  }
  #index-page #steps-wrapper i.fa-angles-right {
    display: unset;
  }
}
#index-page #steps {
  margin-top: 2rem;
  align-items: center;
}
#index-page .story {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
#index-page .story:not(:first-child) {
  margin-top: 3rem;
}
#index-page .story h3 {
  font-size: 1.1rem;
}
#index-page .story:nth-child(odd) {
  grid-template-areas: "image text text";
}
#index-page .story:nth-child(even) {
  grid-template-areas: "text text image";
}
#index-page .story:nth-child(even) .text-wrapper {
  margin-left: auto;
}
#index-page .story:nth-child(1) img {
  margin-left: -1rem;
}
#index-page .story:nth-child(1) .text-wrapper {
  max-width: 22.8rem;
}
#index-page .story:nth-child(2) img {
  margin-right: -1rem;
}
#index-page .story:nth-child(2) .text-wrapper {
  max-width: 23.1rem;
}
#index-page .story:nth-child(3) img {
  margin-left: -0.75rem;
}
#index-page .story:nth-child(3) .text-wrapper {
  max-width: 25rem;
}
#index-page .story:nth-child(4) .text-wrapper {
  max-width: 19.2rem;
}
#index-page .story .image-wrapper {
  grid-area: image;
}
#index-page .story .image-wrapper img {
  aspect-ratio: 1/1;
  width: 6rem;
}
#index-page .story .text-wrapper {
  grid-area: text;
}
@media only screen and (min-width: 750px) {
  #index-page .story {
    grid-template-columns: 8rem auto 8rem;
    align-items: unset;
    justify-content: unset;
  }
  #index-page .story .text-wrapper {
    margin-top: 2rem;
  }
  #index-page .story:nth-child(1) img {
    margin-left: 0.5rem;
  }
  #index-page .story:nth-child(1) .text-wrapper {
    margin-top: 5.5rem;
  }
  #index-page .story:nth-child(2) img {
    margin-right: 0;
    margin-left: -0.5rem;
    margin-top: -3.5rem;
  }
  #index-page .story:nth-child(3) img {
    margin-left: 0;
    margin-top: 4rem;
  }
  #index-page .story:nth-child(4) img {
    margin-left: -0.5rem;
    margin-top: 4rem;
  }
  #index-page .story .image-wrapper {
    position: relative;
  }
  #index-page .story .image-wrapper img {
    position: absolute;
    width: 8rem;
  }
}
#index-page #section-action {
  margin-top: 0rem;
  padding: 2rem 0;
  text-align: center;
}
body.calculator main {
  margin: 2rem 0;
}
@media only screen and (min-width: 990px) {
  body.calculator main {
    margin: 2rem 2.5%;
    flex-direction: row;
    align-items: unset;
    justify-content: center;
  }
}

#main-left {
  width: 95%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 580px) {
  #main-left {
    max-width: 800px;
    gap: 3rem;
  }
}
@media only screen and (min-width: 910px) {
  #main-left {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 990px) {
  #main-left {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1220px) {
  #main-left {
    max-width: 1000px;
  }
}
#main-left .section-header {
  background-color: #2B3A42;
  color: #F2F2F2;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#main-left .attraction-info-location-header {
  background-color: #414f56;
  color: #F2F2F2;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#note-area {
  background-color: #FFF5C3;
  padding: 0.5rem 1rem;
  border: 2px solid #2B3A42;
  border-radius: 12px;
  margin-bottom: -2rem;
}
@media only screen and (min-width: 1120px) {
  #note-area {
    margin-bottom: -2rem;
  }
}

#family-member-area {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (min-width: 580px) {
  #family-member-area {
    flex-direction: row;
  }
}
#family-member-area.single-family-member .button-remove-family-member {
  display: none;
}
#family-member-area #max-family-members-text {
  display: none;
}
#family-member-area.max-family-members #add-family-member > * {
  display: none;
}
#family-member-area.max-family-members #max-family-members-text {
  display: unset;
  top: 50%;
  transform: translateY(-10%);
}
@media only screen and (min-width: 580px) {
  #family-member-area.max-family-members #max-family-members-text {
    transform: translateY(-75%);
  }
}
#family-member-area .family-member {
  width: calc(100% - 4px);
  max-width: 400px;
  height: 10rem;
  border: 2px solid #2B3A42;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  position: relative;
}
@media only screen and (min-width: 580px) {
  #family-member-area .family-member {
    width: calc((100% - 8px - 1rem) / 2);
  }
  #family-member-area .family-member#add-family-member {
    height: 10rem;
  }
}
@media only screen and (min-width: 910px) {
  #family-member-area .family-member {
    width: calc((100% - 12px - 2rem) / 3);
  }
}
@media only screen and (min-width: 990px) {
  #family-member-area .family-member {
    width: calc((100% - 8px - 1rem) / 2);
  }
}
@media only screen and (min-width: 1220px) {
  #family-member-area .family-member {
    width: calc((100% - 12px - 2rem) / 3);
  }
}
#family-member-area .family-member .family-member-left {
  border-right: 2px solid #2B3A42;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: clip;
  width: 40%;
}
#family-member-area .family-member .family-member-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: calc(60% - 2px);
}
#family-member-area .family-member .family-member-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
#family-member-area .family-member .family-member-image-wrapper .family-member-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
#family-member-area .family-member .family-member-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.5rem;
  width: 100%;
}
#family-member-area .family-member .family-member-input-wrapper label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: bold;
}
#family-member-area .family-member .family-member-input-wrapper label:not(:first-of-type) {
  margin-left: 0.25em;
}
#family-member-area .family-member .family-member-input-wrapper .input-family-member-name {
  width: 100%;
}
#family-member-area .family-member .button-remove-family-member {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 2px;
  left: 2px;
  border: none;
  border-radius: 2rem;
  background-color: #2B3A42;
  color: #F2F2F2;
}
@media only screen and (min-width: 580px) {
  #family-member-area .family-member .button-remove-family-member {
    width: 2rem;
    height: 2rem;
    top: -1rem;
    left: unset;
    right: -1rem;
    border-radius: 2rem;
  }
}
@media only screen and (min-width: 1120px) {
  #family-member-area .family-member .button-remove-family-member {
    width: 1.5rem;
    height: 1.5rem;
    top: -0.75rem;
    left: unset;
    right: -0.75rem;
    border-radius: 1.5rem;
  }
}
#family-member-area .family-member .button-remove-family-member:hover {
  color: rgb(255, 76.5, 76.5);
}
#family-member-area .family-member .button-remove-family-member:active {
  filter: unset;
}
#family-member-area #add-family-member {
  flex-direction: column;
  align-items: center;
  height: unset;
  padding: 0.5rem 0;
  gap: 0.5rem;
}
@media only screen and (min-width: 580px) {
  #family-member-area #add-family-member p {
    top: calc(25% - 0.625rem);
  }
}
@media only screen and (min-width: 1120px) {
  #family-member-area #add-family-member p {
    top: calc(25% - 0.5rem);
  }
}
#family-member-area #add-family-member #button-add-family-member {
  height: 2.5rem;
}
@media only screen and (min-width: 1120px) {
  #family-member-area #add-family-member #button-add-family-member {
    height: 2rem;
  }
}
@media only screen and (min-width: 580px) {
  #family-member-area #add-family-member {
    padding: unset;
    gap: unset;
  }
  #family-member-area #add-family-member p {
    position: absolute;
    top: 17.5%;
    transform: translateY(-50%);
  }
  #family-member-area #add-family-member #button-add-family-member {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

#attraction-filters {
  margin-bottom: -2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  align-items: end;
}
@media only screen and (min-width: 580px) {
  #attraction-filters {
    flex-direction: row;
    align-items: unset;
  }
  #attraction-filters select {
    width: 15rem;
  }
}
#attraction-filters #attraction-filters-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 580px) {
  #attraction-filters #attraction-filters-left {
    flex-direction: row;
  }
}
#attraction-filters #attraction-filters-right {
  display: flex;
  gap: 1rem;
}

#attraction-info-area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#attraction-info-area .attraction-info-location {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 580px) {
  #attraction-info-area .attraction-info-location:first-of-type {
    margin-top: -1.5rem;
  }
}
#attraction-info-area .attraction-info-location .attraction-info-location-header {
  font-size: 1.2rem;
  font-weight: bold;
}
#attraction-info-area .attraction-info-location .attraction-info-location-visits-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media only screen and (min-width: 370px) {
  #attraction-info-area .attraction-info-location .attraction-info-location-visits-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: unset;
  }
}
#attraction-info-area .attraction-info {
  width: calc(100% - 4px);
  height: 8.1rem;
  max-width: 15rem;
  border: 2px solid #2B3A42;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 370px) {
  #attraction-info-area .attraction-info {
    width: calc((100% - 8px - 1rem) / 2);
    height: 9rem;
  }
}
@media only screen and (min-width: 580px) {
  #attraction-info-area .attraction-info {
    width: calc((100% - 12px - 2rem) / 3);
    height: 9rem;
  }
}
@media only screen and (min-width: 800px) {
  #attraction-info-area .attraction-info {
    width: calc((100% - 16px - 3rem) / 4);
    height: 9rem;
  }
}
@media only screen and (min-width: 990px) {
  #attraction-info-area .attraction-info {
    width: calc((100% - 12px - 2rem) / 3);
    height: 9rem;
  }
}
@media only screen and (min-width: 1120px) {
  #attraction-info-area .attraction-info {
    width: calc((100% - 16px - 3rem) / 4);
    height: 9rem;
  }
}
@media only screen and (min-width: 1280px) {
  #attraction-info-area .attraction-info {
    width: calc((100% - 20px - 4rem) / 5);
    height: 9rem;
  }
}
#attraction-info-area .attraction-info .attraction-info-left {
  width: 73.9130434783%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 2px solid #2B3A42;
  border-bottom-left-radius: 10px;
  overflow: clip;
}
#attraction-info-area .attraction-info .attraction-info-name-wrapper {
  background-color: #A3C9A8;
  height: 33.3333333333%;
  padding: 0 0.3rem;
  border-bottom: 1px solid #2B3A42;
  border-top-left-radius: 10px;
  overflow: clip;
  display: flex;
  justify-content: center;
  align-items: center;
}
#attraction-info-area .attraction-info .attraction-info-name-wrapper .attraction-info-name {
  font-size: 0.9rem;
  max-height: 100%;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 580px) {
  #attraction-info-area .attraction-info .attraction-info-name-wrapper .attraction-info-name {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1120px) {
  #attraction-info-area .attraction-info .attraction-info-name-wrapper .attraction-info-name {
    font-size: 1rem;
  }
}
#attraction-info-area .attraction-info .attraction-info-image-wrapper {
  width: 100%;
  height: calc(66.6666666667% - 1px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#attraction-info-area .attraction-info .attraction-info-image-wrapper .attraction-info-image {
  max-width: 90%;
  max-height: 90%;
  object-fit: scale-down;
}
#attraction-info-area .attraction-info .attraction-info-right {
  width: calc(26.0869565217% - 2px);
}
#attraction-info-area .attraction-info .attraction-info-right label {
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
}
#attraction-info-area .attraction-info .attraction-info-right label input[type=number] {
  width: 100%;
  height: 33.3333333333%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #2B3A42;
  border-top-right-radius: 10px;
  padding: 0;
  font-weight: inherit;
}
#attraction-info-area .attraction-info .attraction-info-right .attraction-info-button-wrapper {
  height: 66.6666666667%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
#attraction-info-area .attraction-info .attraction-info-right .attraction-info-button-wrapper .button-attraction-visit-add, #attraction-info-area .attraction-info .attraction-info-right .attraction-info-button-wrapper .button-attraction-visit-subtract {
  width: calc(100% - 4px);
  max-width: 2.5rem;
}

#main-right-sticky-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 80;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 1rem;
  padding: 1rem 0 0 0;
  background-color: white;
  border: 2px solid #2B3A42;
  border-radius: calc(1.5rem + 1px);
}
@media only screen and (min-width: 580px) {
  #main-right-sticky-wrapper {
    border-radius: calc(1.25rem + 1px);
  }
}
@media only screen and (min-width: 990px) {
  #main-right-sticky-wrapper {
    position: sticky;
    bottom: unset;
    right: unset;
    width: calc(20rem + 4px);
    max-width: unset;
    margin: unset;
    padding: unset;
    background-color: unset;
    border: unset;
    border-radius: unset;
    top: 7rem;
  }
}
#main-right-sticky-wrapper #total-visits-group-area,
#main-right-sticky-wrapper #total-price-group-area {
  border: 2px solid #2B3A42;
  border-radius: 12px;
  margin: 0 1rem;
  position: relative;
}
@media only screen and (min-width: 990px) {
  #main-right-sticky-wrapper #total-visits-group-area,
  #main-right-sticky-wrapper #total-price-group-area {
    margin: unset;
  }
}
#main-right-sticky-wrapper .total-visits-group {
  gap: 0.6rem;
}
#main-right-sticky-wrapper .total-price-group {
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}
#main-right-sticky-wrapper .total-price-group .total-price-group-row-wrapper:not(:last-child) .total-price-group-row {
  position: relative;
}
#main-right-sticky-wrapper .total-price-group .total-price-group-row-wrapper:not(:last-child) .total-price-group-row::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0.75rem);
  width: 95%;
  border-bottom: 1px solid #2B3A42;
}
#main-right-sticky-wrapper .total-visits-group, #main-right-sticky-wrapper .total-price-group {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}
#main-right-sticky-wrapper .total-visits-group-header,
#main-right-sticky-wrapper .total-price-group-header,
#main-right-sticky-wrapper .total-visits-group-header,
#main-right-sticky-wrapper .total-price-group-header,
#main-right-sticky-wrapper .total-visits-group-over-header,
#main-right-sticky-wrapper .total-price-group-over-header {
  display: flex;
  flex-direction: row;
}
#main-right-sticky-wrapper .total-visits-group-header > p, #main-right-sticky-wrapper .total-price-group-header > p, #main-right-sticky-wrapper .total-visits-group-over-header > p, #main-right-sticky-wrapper .total-price-group-over-header > p {
  font-weight: bold;
}
#main-right-sticky-wrapper .total-visits-group-over-header,
#main-right-sticky-wrapper .total-price-group-over-header {
  align-items: center;
  background-color: #2B3A42;
  color: #F2F2F2;
  padding: 0.25rem 0;
  margin-bottom: -0.75rem;
  display: flex;
  flex-direction: column;
}
#main-right-sticky-wrapper .total-visits-group-over-header:not(:first-of-type),
#main-right-sticky-wrapper .total-price-group-over-header:not(:first-of-type) {
  margin-top: -0.5rem;
  font-size: 0.9rem;
  background-color: #414f56;
}
#main-right-sticky-wrapper .total-visits-group-over-header {
  margin-bottom: unset;
}
#main-right-sticky-wrapper .total-price-group-header {
  margin-bottom: -0.5rem;
}
#main-right-sticky-wrapper .total-visits-group-row, #main-right-sticky-wrapper .total-price-group-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#main-right-sticky-wrapper .total-price-group-row-wrapper:hover:not(:active) {
  background-color: rgb(216.75, 229.5, 242.25);
}
#main-right-sticky-wrapper .total-visits-group-cell-attraction, #main-right-sticky-wrapper .total-price-group-cell-combo {
  flex: 1;
}
#main-right-sticky-wrapper .total-visits-group-cell-visits, #main-right-sticky-wrapper .total-price-group-cell-amount {
  width: 6rem;
  text-align: right;
}
#main-right-sticky-wrapper .total-price-group-row .total-price-group-cell-amount {
  width: 5.5rem;
  padding-left: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#main-right-sticky-wrapper .total-price-group-row .total-price-group-cell-amount i {
  font-size: 0.8em;
  margin-top: 0.2rem;
}
#main-right-sticky-wrapper .total-visits-group-row .total-visits-group-cell-visits {
  width: 5.5rem;
  padding-right: 0.5rem;
}
#main-right-sticky-wrapper #summary-expander-area {
  align-self: flex-end;
  display: flex;
  justify-content: right;
}
@media only screen and (min-width: 990px) {
  #main-right-sticky-wrapper #summary-expander-area {
    display: none;
  }
}
#main-right-sticky-wrapper #summary-expander-area .summary-expander {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
#main-right-sticky-wrapper #summary-expander-area .summary-expander-text {
  padding-bottom: 0.1rem;
}
#main-right-sticky-wrapper #summary-expander-area .button-summary-expander-expand, #main-right-sticky-wrapper #summary-expander-area .button-summary-expander-collapse {
  height: 3rem;
}
@media only screen and (min-width: 580px) {
  #main-right-sticky-wrapper #summary-expander-area .button-summary-expander-expand, #main-right-sticky-wrapper #summary-expander-area .button-summary-expander-collapse {
    height: 2.5rem;
    position: unset;
  }
}
@media only screen and (min-width: 1120px) {
  #main-right-sticky-wrapper #summary-expander-area .button-summary-expander-expand, #main-right-sticky-wrapper #summary-expander-area .button-summary-expander-collapse {
    height: 2rem;
  }
}
#main-right-sticky-wrapper #summary-expander-area .button-summary-expander-collapse {
  position: fixed;
  bottom: calc(1rem + 2px);
  right: calc(1rem + 2px);
}
@media only screen and (min-width: 580px) {
  #main-right-sticky-wrapper #summary-expander-area .button-summary-expander-collapse {
    position: unset;
  }
}
#main-right-sticky-wrapper #summary-expander-area .summary-expander-text,
#main-right-sticky-wrapper #summary-expander-area .button-summary-expander-expand {
  display: none;
}
@media only screen and (max-width: 989px) {
  #main-right-sticky-wrapper {
    overflow-y: auto;
    height: 80vh;
  }
  #main-right-sticky-wrapper #total-price-group-area {
    margin-bottom: 4rem;
  }
  #main-right-sticky-wrapper.collapsed {
    padding: 0;
    overflow-y: unset;
    height: unset;
  }
  #main-right-sticky-wrapper.collapsed #total-visits-group-area,
  #main-right-sticky-wrapper.collapsed #total-price-group-area {
    display: none;
  }
  #main-right-sticky-wrapper.collapsed #summary-expander-area {
    padding-left: 1rem;
  }
  #main-right-sticky-wrapper.collapsed #summary-expander-area .summary-expander-text,
  #main-right-sticky-wrapper.collapsed #summary-expander-area .button-summary-expander-expand {
    display: unset;
  }
  #main-right-sticky-wrapper.collapsed #summary-expander-area .button-summary-expander-collapse {
    display: none;
  }
}

#combination-page {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#combination-page h1,
#combination-page #combination-attractions-wrapper,
#combination-page #combination-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#combination-page #combination-info-section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
#combination-page #combination-info-section > p {
  text-align: center;
}
#combination-page #combination-attractions-wrapper {
  gap: 0.5rem;
  font-size: 1.5rem;
  flex-wrap: wrap;
}
#combination-page #combination-price-wrapper {
  font-size: 1.5rem;
  transform: translateX(0.15rem);
}
#combination-page #click-info {
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 2rem;
}
#combination-page #ticket-list {
  display: table;
  border-spacing: 1rem 0.5rem;
}
#combination-page #ticket-list .ticket-row-seperator > * {
  height: 0.5rem;
}
#combination-page #ticket-list .ticket-row-seasonal-header, #combination-page #ticket-list .ticket-row-daily-header {
  font-weight: bold;
}
#combination-page #ticket-list .ticket-row-seasonal-header > *:last-child, #combination-page #ticket-list .ticket-row-daily-header > *:last-child {
  text-align: right;
}
#combination-page #ticket-list .ticket-row {
  display: table-row;
  align-items: center;
  position: relative;
}
#combination-page #ticket-list .ticket-row > * {
  display: table-cell;
  vertical-align: middle;
}
#combination-page #ticket-list .ticket-row:not(:last-child) {
  margin-bottom: 0;
}
#combination-page #ticket-list .ticket-row::after {
  transform: translate(-50%, -0.25rem);
}
#combination-page #ticket-list .ticket-row:first-child::after {
  border-bottom: unset;
}
#combination-page #ticket-list .ticket-row-header-text-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
#combination-page #ticket-list .guest-image-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  flex-wrap: wrap;
}
#combination-page #ticket-list .guest-image-wrapper img {
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
#combination-page #ticket-list .ticket-link:hover:not(:active), #combination-page #ticket-list .bonus-link:hover:not(:active) {
  background-color: rgb(216.75, 229.5, 242.25);
}
#combination-page #ticket-list .ticket-label i, #combination-page #ticket-list .bonus-label i {
  font-size: 0.8em;
  padding-left: 0.4rem;
  transform: translateY(-0.05rem);
}
#combination-page #ticket-list .bonus-label {
  margin-top: 0.25rem;
  font-style: italic;
  font-size: 0.9rem;
}
#combination-page #ticket-list .amount {
  white-space: nowrap;
}
#combination-page #ticket-list .before-price {
  white-space: nowrap;
  font-size: 0.9rem;
  text-decoration: line-through;
  text-align: end;
}
#combination-page #ticket-list .after-price {
  white-space: nowrap;
  text-align: end;
}
.is-loading {
  position: relative;
  min-height: 10rem;
}
.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/loading.gif") center/cover no-repeat;
  background-size: 8rem;
  pointer-events: none; /* allows clicks through */
}
.is-loading#summary-expander-area, .is-loading.summary-expander {
  min-height: 3rem;
  min-width: 5rem;
}
.is-loading#summary-expander-area::after, .is-loading.summary-expander::after {
  background-size: 4rem;
}
.is-loading #add-family-member {
  opacity: 0;
}
.is-loading .total-visits-group-row,
.is-loading .total-price-group-row-wrapper,
.is-loading .summary-expander-text {
  opacity: 0.5;
}

@keyframes redFlash {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    border-color: #ccc;
  }
  10% {
    box-shadow: 0 0 10px 4px rgb(255, 0, 0);
    border-color: red;
    outline: none;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    border-color: #ccc;
  }
}
.invalid-input-animation {
  animation: redFlash 420ms ease-out;
}

.screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media only screen and (max-width: 580px) {
  .hide-on-mobile {
    display: none;
  }
}

/*# sourceMappingURL=styles.v1.0.0.css.map */
