.cozy-front {
  color: #0B1C2D;
}

#js-index-header .hero-copy {
  position: absolute;
  left: clamp(20px, 6vw, 72px);
  bottom: clamp(76px, 10vw, 112px);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none;
}
#js-index-header .hero-copy__line {
  position: relative;
  z-index: 0;
  display: table;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
  padding: 4px 10px;
  font-size: clamp(32px, 5.2vw, 72px);
  line-height: 1.25;
  overflow: hidden;
  isolation: isolate;
}
#js-index-header .hero-copy__line::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
}
#js-index-header .hero-copy__text {
  position: relative;
  z-index: 1;
  display: block;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  opacity: 0;
  transform: translateX(-8px);
}
#js-index-header .hero-copy.is-ready .hero-copy__line::before {
  animation: cozyHeroBoxReveal 0.55s cubic-bezier(0.76, 0, 0.24, 1) 0.12s forwards;
}
#js-index-header .hero-copy.is-ready .hero-copy__text {
  animation: cozyHeroTextReveal 0.28s ease-out 0.62s forwards;
}
#js-index-header .hero-copy.is-ready .hero-copy__line:nth-child(2)::before {
  animation-delay: 0.42s;
}
#js-index-header .hero-copy.is-ready .hero-copy__line:nth-child(2) .hero-copy__text {
  animation-delay: 0.92s;
}
#js-index-header .hero-copy.is-ready .hero-copy-sub {
  animation: cozyHeroCopyFadeIn 0.45s ease-out 1.28s forwards;
}
#js-index-header .hero-copy-sub {
  margin-top: 10px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 1.7vw, 22px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
  opacity: 0;
  transform: translateY(10px);
}
#js-index-header .hero-copy-sub p {
  margin: 0;
}

@keyframes cozyHeroBoxReveal {
  to {
    transform: scaleX(1);
  }
}
@keyframes cozyHeroTextReveal {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes cozyHeroCopyFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  #js-index-header .hero-copy {
    left: 18px;
    right: 18px;
    bottom: 72px;
  }
  #js-index-header .hero-copy__line {
    font-size: clamp(28px, 9vw, 42px);
    margin-bottom: 6px;
    padding: 3px 8px;
  }
  #js-index-header .hero-copy-sub {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7;
  }
}
@media (prefers-reduced-motion: reduce) {
  #js-index-header .hero-copy__line::before {
    transform: scaleX(1);
    animation: none;
  }
  #js-index-header .hero-copy__text {
    opacity: 1;
    transform: none;
    animation: none;
  }
  #js-index-header .hero-copy-sub {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
body.home article.p-fp-main-page.l-inner,
body.front-page article.p-fp-main-page.l-inner {
  width: 100%;
  max-width: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.cozy-plan-select {
  width: 100%;
  margin: auto 0;
  overflow: hidden;
  position: relative;
  padding: 5rem 0;
}
.cozy-plan-select::before, .cozy-plan-select::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.cozy-plan-select::before {
  bottom: -1px;
  right: 0;
  width: 100%;
  height: -webkit-fill-available;
  background-image: url("../images/common/wave_pc.svg");
  background-position: bottom right;
}
@media (max-width: 480px) {
  .cozy-plan-select::before {
    background-image: url("../images/common/wave_sp.svg");
  }
}
.cozy-plan-select > * {
  position: relative;
  z-index: 1;
}
.cozy-plan-select__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1rem;
}
.cozy-plan-select__inner p.cozy-plan-select__label {
  line-height: normal;
  padding: 0;
  margin: 0;
  font-family: "Londrina Solid", cursive;
  font-size: 7rem;
}
@media (max-width: 480px) {
  .cozy-plan-select__inner p.cozy-plan-select__label {
    font-size: 4rem;
  }
}
.cozy-plan-select__inner h2#cozy-plan-select-title {
  text-align: left;
  line-height: normal;
  padding: 0;
  margin: 0;
}
.cozy-plan-select__inner h3.cozy-plan-card__title {
  font-size: 20px;
  color: #0B1C2D;
}
.cozy-plan-select__head {
  margin-bottom: 2rem;
  text-align: left;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .cozy-plan-select__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.cozy-plan-select__label {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #0077B6;
  text-transform: uppercase;
}
.cozy-plan-select__title {
  margin: 0;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1.35;
  font-weight: 900;
  color: #0B1C2D;
}
.cozy-plan-select__lead {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(11, 28, 45, 0.7);
}
.cozy-plan-select__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 480px) {
  .cozy-plan-select {
    padding: 5rem 0;
    width: 100%;
    margin: auto 0;
    overflow: hidden;
  }
  .cozy-plan-select__head {
    margin-bottom: 4rem;
    text-align: left;
  }
  .cozy-plan-select__lead br {
    display: none;
  }
  .cozy-plan-select__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.cozy-plan-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(0, 119, 182, 0.16);
  border-radius: 22px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.cozy-plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 119, 182, 0.36);
  box-shadow: none;
}
.cozy-plan-card:hover .cozy-plan-card__image img {
  transform: scale(1.06);
}
.cozy-plan-card:hover .cozy-plan-card__button {
  background: #0077B6;
  color: #FFFFFF;
}
.cozy-plan-card--recommend {
  border-color: rgba(0, 119, 182, 0.4);
}
.cozy-plan-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.cozy-plan-card__image {
  position: relative;
  aspect-ratio: 16/10;
  margin: 0;
  overflow: hidden;
  background: rgba(0, 183, 194, 0.08);
}
.cozy-plan-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}
.cozy-plan-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #F08A24;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.cozy-plan-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}
.cozy-plan-card__title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900;
  color: #0B1C2D;
}
.cozy-plan-card__text {
  flex: 1;
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(11, 28, 45, 0.72);
}
.cozy-plan-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 2px solid #0077B6;
  border-radius: 999px;
  color: #0077B6;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: background 0.25s ease, color 0.25s ease;
}
@media (max-width: 768px) {
  .cozy-plan-card {
    border-radius: 18px;
  }
  .cozy-plan-card__body {
    padding: 22px;
  }
  .cozy-plan-card__title {
    font-size: 20px;
  }
  .cozy-plan-card__button {
    width: auto;
  }
}

.cozy-price-guide {
  background: rgba(0, 119, 182, 0.9);
  position: relative;
  margin-bottom: 0;
  /*
    &::before {
      content: "";
      position: absolute;
      top: -1.5rem;
      left: 0;
      width: 100%;
      height: calc(clamp(240px, 32vw, 500px) + 2rem); 
      background-repeat: no-repeat;
      background-size: auto;
      z-index: 1;
      background-image: url("../images/common/wave_pc.svg");
      background-position: center top;

      @media screen and (max-width: 767px) {
        background-image: url("../images/common/wave_sp.svg");
        top: -0.8rem;
      }
    }
  */
}
.cozy-price-guide__inner {
  position: relative;
  z-index: 2;
}
.cozy-price-guide__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3rem 0rem;
}
@media (max-width: 480px) {
  .cozy-price-guide__inner {
    padding: 2rem 1rem;
  }
}
.cozy-price-guide__inner p.cozy-price-guide__label {
  line-height: normal;
  padding: 0;
  margin: 0;
  font-family: "Londrina Solid", cursive;
  font-size: larger;
  color: rgba(255, 255, 255, 0.2);
}
.cozy-price-guide__inner h2#cozy-price-guide-title {
  text-align: left;
  line-height: normal;
  padding: 0;
  margin: 0;
  color: white;
}
.cozy-price-guide__head {
  margin-bottom: 2rem;
  text-align: left;
}
.cozy-price-guide__label {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #0077B6;
  text-transform: uppercase;
}
.cozy-price-guide__title {
  margin: 0;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1.35;
  font-weight: 900;
  color: #0B1C2D;
}
.cozy-price-guide__lead {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.9;
  color: white;
}
.cozy-price-guide__table-wrap {
  overflow: hidden;
  border: 1px solid rgba(0, 119, 182, 0.16);
  border-radius: 22px;
  background: #FFFFFF;
}
.cozy-price-guide__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.cozy-price-guide__table th,
.cozy-price-guide__table td {
  padding: 22px 20px;
  border-bottom: 1px solid rgba(0, 119, 182, 0.12);
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(11, 28, 45, 0.78);
}
.cozy-price-guide__table thead th {
  background: rgba(0, 183, 194, 0.08);
  color: #0B1C2D;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
}
.cozy-price-guide__table tbody tr:last-child th,
.cozy-price-guide__table tbody tr:last-child td {
  border-bottom: none;
}
.cozy-price-guide__table tbody th {
  color: #0B1C2D;
  text-align: left;
}
.cozy-price-guide__course {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900;
  color: #0B1C2D;
}
.cozy-price-guide__tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(0, 119, 182, 0.08);
  color: #0077B6;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.cozy-price-guide__note {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #0077b6;
}
.cozy-price-guide__note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: white;
}
@media (max-width: 768px) {
  .cozy-price-guide {
    background: rgba(0, 119, 182, 0.9);
  }
  .cozy-price-guide__head {
    margin-bottom: 4rem;
    text-align: left;
  }
  .cozy-price-guide__table-wrap {
    border: none;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }
  .cozy-price-guide__table {
    display: block;
  }
  .cozy-price-guide__table thead {
    display: none;
  }
  .cozy-price-guide__table tbody {
    display: grid;
    gap: 18px;
  }
  .cozy-price-guide__table tr {
    display: block;
    border: 1px solid rgba(0, 119, 182, 0.16);
    border-radius: 18px;
    overflow: hidden;
    background: #FFFFFF;
  }
  .cozy-price-guide__table th,
  .cozy-price-guide__table td {
    display: block;
    width: 100%;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(0, 119, 182, 0.12);
  }
  .cozy-price-guide__table th {
    background: rgba(0, 183, 194, 0.08);
  }
  .cozy-price-guide__table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.5;
    color: #0077B6;
  }
  .cozy-price-guide__table td:last-child {
    border-bottom: none;
  }
  .cozy-price-guide__course {
    font-size: 18px;
  }
  .cozy-price-guide__note {
    margin-top: 18px;
    padding: 16px 18px;
  }
}

.cozy-area-guide {
  padding: 72px 0;
  color: #FFFFFF;
  background: linear-gradient(180deg, #1984BD 0%, #1788BD 45%, #0077B6 100%);
  margin-bottom: 0;
  border-radius: 0 0 17rem 0;
}
@media (max-width: 480px) {
  .cozy-area-guide {
    border-radius: 0 0 0 6rem;
  }
}
.cozy-area-guide__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1rem;
}
.cozy-area-guide__inner p.cozy-area-guide__label {
  line-height: normal;
  padding: 0;
  margin: 0;
  font-family: "Londrina Solid", cursive !important;
  font-size: larger;
}
.cozy-area-guide__inner h2#cozy-area-guide-title {
  text-align: left;
  line-height: normal;
  padding: 0;
  margin: 0;
}
.cozy-area-guide__head {
  margin-bottom: 4rem;
  text-align: left;
}
.cozy-area-guide__label {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
}
.cozy-area-guide__title {
  margin: 0;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1.35;
  font-weight: 900;
  color: #FFFFFF;
}
.cozy-area-guide__lead {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
}
.cozy-area-guide__slider {
  position: relative;
}
.cozy-area-guide__viewport {
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.cozy-area-guide__viewport::-webkit-scrollbar {
  display: none;
}
.cozy-area-guide__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px;
}
.cozy-area-guide__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #FFFFFF;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.cozy-area-guide__arrow:hover {
  transform: translateY(-50%) scale(1.04);
}
.cozy-area-guide__arrow:disabled {
  opacity: 0.36;
  cursor: default;
  pointer-events: none;
}
.cozy-area-guide__arrow span {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #0077B6;
  border-right: 3px solid #0077B6;
}
.cozy-area-guide__arrow--prev {
  left: -24px;
}
.cozy-area-guide__arrow--prev span {
  transform: rotate(-135deg);
  margin-left: 4px;
}
.cozy-area-guide__arrow--next {
  right: -24px;
}
.cozy-area-guide__arrow--next span {
  transform: rotate(45deg);
  margin-right: 4px;
}
.cozy-area-guide__action {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  gap: 1rem;
}
@media (max-width: 480px) {
  .cozy-area-guide__action {
    gap: 1rem;
    flex-direction: column;
    align-items: center;
  }
}
.cozy-area-guide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 2px solid #FFFFFF;
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}
.cozy-area-guide__button:hover {
  background: #FFFFFF;
  color: #0077B6;
}
@media (max-width: 1024px) {
  .cozy-area-guide__track {
    grid-auto-columns: calc((100% - 20px) / 2);
    gap: 20px;
  }
  .cozy-area-guide__arrow--prev {
    left: -12px;
  }
  .cozy-area-guide__arrow--next {
    right: -12px;
  }
}
@media (max-width: 768px) {
  .cozy-area-guide {
    padding: 48px 0;
  }
  .cozy-area-guide__head {
    margin-bottom: 4rem;
    text-align: left;
  }
  .cozy-area-guide__track {
    grid-auto-columns: 100%;
    gap: 18px;
  }
  .cozy-area-guide__arrow {
    width: 42px;
    height: 42px;
  }
  .cozy-area-guide__arrow--prev {
    left: 8px;
  }
  .cozy-area-guide__arrow--next {
    right: 8px;
  }
  .cozy-area-guide__button {
    width: auto;
  }
}

.cozy-area-card {
  scroll-snap-align: start;
}
.cozy-area-card__link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: #FFFFFF;
  color: inherit;
  text-decoration: none;
}
.cozy-area-card__image {
  margin: 0;
  aspect-ratio: 16/11;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}
.cozy-area-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}
.cozy-area-card__body {
  display: grid;
  padding: 20px;
}
.cozy-area-card__label {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  color: #0077B6;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cozy-area-card__title {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 900;
  color: #0B1C2D;
}
.cozy-area-card:hover .cozy-area-card__image img {
  transform: scale(1.06);
}
@media (max-width: 768px) {
  .cozy-area-card__link {
    border-radius: 18px;
  }
  .cozy-area-card__body {
    padding: 18px;
  }
}

.cozy-feature {
  padding: 7rem 0 6rem;
  color: #0B1C2D;
  overflow: hidden;
}
.cozy-feature__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1rem;
}
.cozy-feature__inner p.cozy-feature__label {
  line-height: normal;
  padding: 0;
  margin: 0;
  font-family: "Londrina Solid", cursive;
  font-size: 7rem;
}
@media (max-width: 480px) {
  .cozy-feature__inner p.cozy-feature__label {
    font-size: 4rem;
  }
}
.cozy-feature__inner h2#cozy-feature-title {
  text-align: left;
  line-height: normal;
  padding: 0;
  margin: 0;
}
.cozy-feature__head {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
  text-align: left;
}
.cozy-feature__content {
  flex: 0 1 40%;
  min-width: 0;
}
.cozy-feature__label {
  flex: 0 1 60%;
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #0077B6;
  text-transform: uppercase;
  min-width: 0;
  overflow-wrap: anywhere;
  font-family: "Londrina Solid", cursive !important;
}
.cozy-feature__title {
  margin: 0;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1.35;
  font-weight: 900;
  color: #0B1C2D;
}
.cozy-feature #cozy-feature-title {
  text-align: left;
  line-height: 1.35;
  padding: 0;
  margin: 0;
}
.cozy-feature__lead {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(11, 28, 45, 0.72);
}
.cozy-feature__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1024px) {
  .cozy-feature__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .cozy-feature {
    padding: 5rem 0 4.5rem;
  }
  .cozy-feature__head {
    margin-bottom: 4rem;
    text-align: left;
  }
  .cozy-feature__content {
    flex: 1;
  }
  .cozy-feature__lead br {
    display: none;
  }
  .cozy-feature__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .cozy-feature__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .cozy-feature__label, .cozy-feature__content {
    flex: 0 1 auto;
    width: 100%;
  }
  .cozy-feature__lead br {
    display: none;
  }
}

.cozy-feature-card {
  min-height: 100%;
  padding: 24px 22px 26px;
  border: 1px solid rgba(0, 119, 182, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
}
.cozy-feature-card__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(0, 119, 182, 0.1);
  color: #0077B6;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}
.cozy-feature-card__title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 900;
  color: #0B1C2D;
}
.cozy-feature-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(11, 28, 45, 0.72);
}
@media (max-width: 768px) {
  .cozy-feature-card {
    padding: 22px 20px 24px;
    border-radius: 18px;
  }
}

.cozy-feature-gallery {
  margin-top: 5rem;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
}
.cozy-feature-gallery__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.6rem;
  width: -moz-max-content;
  width: max-content;
  animation: cozyFeatureGalleryScroll 90s linear infinite;
  will-change: transform;
}
.cozy-feature-gallery__item {
  flex: 0 0 clamp(220px, 24vw, 360px);
  margin: 0;
  border-radius: 1.4rem;
  overflow: hidden;
  background: rgba(0, 119, 182, 0.08);
  box-shadow: 0 12px 30px rgba(11, 28, 45, 0.08);
}
.cozy-feature-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .cozy-feature-gallery {
    margin-top: 3.5rem;
  }
  .cozy-feature-gallery__track {
    gap: 1rem;
    animation-duration: 100s;
  }
  .cozy-feature-gallery__item {
    flex-basis: 72vw;
    border-radius: 1rem;
  }
}

@keyframes cozyFeatureGalleryScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cozy-feature-gallery__track {
    animation: none;
  }
}
.cozy-faq {
  padding: 7rem 0;
  background: #E8DCC7;
  color: #0B1C2D;
  border-radius: 50rem 0 0 50rem;
  position: relative;
}
@media (max-width: 480px) {
  .cozy-faq {
    border-radius: 5rem 0 0 5rem;
    position: relative;
  }
}
@media (max-width: 768px) {
  .cozy-faq {
    border-radius: 5rem 0 0 5rem;
    position: relative;
  }
}
.cozy-faq__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1rem;
}
.cozy-faq__head {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
  text-align: left;
}
.cozy-faq__content {
  flex: 0 1 40%;
  min-width: 0;
}
.cozy-faq__label {
  flex: 0 1 60%;
  margin: 0;
  padding: 0;
  color: #0077B6;
  font-family: "Londrina Solid", cursive !important;
  font-size: 7rem;
  line-height: normal;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.cozy-faq__title {
  margin: 0;
  padding: 0;
  color: #0B1C2D;
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 900;
  line-height: 1.35;
  text-align: left;
}
.cozy-faq #cozy-faq-title {
  margin: 0;
  padding: 0;
  line-height: 1.35;
  text-align: left;
}
.cozy-faq__lead {
  margin: 18px 0 0;
  color: rgba(11, 28, 45, 0.72);
  font-size: 15px;
  line-height: 1.9;
}
.cozy-faq__list {
  display: grid;
  gap: 14px;
}
.cozy-faq__item {
  margin: 0;
  border: 1px solid rgba(11, 28, 45, 0.14);
  border-radius: 18px;
  background: #FFFFFF;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.cozy-faq__item:hover {
  border-color: rgba(198, 161, 74, 0.55);
}
.cozy-faq__item[open] {
  border-color: rgba(198, 161, 74, 0.7);
}
.cozy-faq__item[open] .cozy-faq__question {
  color: #0B1C2D;
  background: linear-gradient(90deg, rgba(232, 220, 199, 0.55), rgba(0, 183, 194, 0.07));
}
.cozy-faq__item[open] .cozy-faq__question::after {
  content: "-";
  background: #0B1C2D;
  color: #FFFFFF;
}
.cozy-faq__question {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 18px 58px 18px 24px;
  color: #0B1C2D;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.6;
  list-style: none;
  transition: background 0.2s ease;
}
.cozy-faq__question::-webkit-details-marker {
  display: none;
}
.cozy-faq__question::marker {
  content: "";
}
.cozy-faq__question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(232, 220, 199, 0.65);
  color: #0B1C2D;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 0.2s ease, color 0.2s ease;
}
.cozy-faq__q, .cozy-faq__a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}
.cozy-faq__q {
  background: #0B1C2D;
  color: #E8DCC7;
  box-shadow: 0 6px 14px rgba(11, 28, 45, 0.18);
}
.cozy-faq__a {
  background: rgba(0, 119, 182, 0.1);
  color: #0077B6;
}
.cozy-faq__question-text {
  min-width: 0;
}
.cozy-faq__answer {
  display: flex;
  align-items: flex-start;
  padding: 0 24px 20px;
  color: #5f6570;
  font-size: 15.5px;
  line-height: 1.9;
}
.cozy-faq__answer p {
  min-width: 0;
  margin: 0;
}
.cozy-faq__footer {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.cozy-faq__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 2px solid white;
  border-radius: 999px;
  background-color: transparent;
  color: white !important;
  font-weight: 800;
  line-height: 1;
}
.cozy-faq__button:hover {
  border: 2px solid white;
  text-decoration: none !important;
  background-color: white;
  color: #0B1C2D !important;
}
@media (max-width: 768px) {
  .cozy-faq {
    padding: 5rem 0;
  }
  .cozy-faq__head {
    margin-bottom: 4rem;
    text-align: left;
  }
  .cozy-faq__label {
    font-size: 4rem;
    letter-spacing: 0.08em;
  }
  .cozy-faq__content {
    flex: 1;
  }
  .cozy-faq__question {
    min-height: 58px;
    padding: 15px 48px 15px 16px;
    font-size: 15px;
  }
  .cozy-faq__question::after {
    right: 14px;
    width: 26px;
    height: 26px;
    font-size: 18px;
  }
  .cozy-faq__q, .cozy-faq__a {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    font-size: 13px;
  }
  .cozy-faq__answer {
    padding: 0 16px 18px;
    font-size: 14px;
    line-height: 1.85;
  }
  .cozy-faq__button {
    width: auto;
  }
}
@media (max-width: 480px) {
  .cozy-faq {
    padding: 4rem 0;
  }
  .cozy-faq__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .cozy-faq__label, .cozy-faq__content {
    flex: 0 1 auto;
    width: 100%;
  }
  .cozy-faq__label {
    font-family: "Londrina Solid", cursive !important;
  }
  .cozy-faq__item {
    border-radius: 14px;
  }
  .cozy-faq__question {
    align-items: flex-start;
    min-height: auto;
    padding: 13px 44px 13px 14px;
    font-size: 14.5px;
    line-height: 1.55;
  }
  .cozy-faq__question::after {
    top: 14px;
    right: 12px;
    width: 24px;
    height: 24px;
    font-size: 17px;
    transform: none;
  }
  .cozy-faq__q, .cozy-faq__a {
    width: 26px;
    height: 26px;
    margin-right: 9px;
    font-size: 12px;
  }
  .cozy-faq__answer {
    padding: 1rem;
    font-size: 13.5px;
    line-height: 1.75;
  }
}

.cozy-access {
  padding: 7rem 0;
  color: #0B1C2D;
}
.cozy-access__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1rem;
}
.cozy-access__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
.cozy-access__map {
  min-height: 420px;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(0, 119, 182, 0.08);
  box-shadow: 0 14px 34px rgba(11, 28, 45, 0.1);
}
.cozy-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}
.cozy-access__body {
  min-width: 0;
}
.cozy-access__head {
  display: flex;
  text-align: left;
  flex-direction: column;
}
.cozy-access__content {
  min-width: 0;
}
.cozy-access__label {
  margin: 0;
  padding: 0;
  color: #0077B6;
  font-family: "Londrina Solid", cursive !important;
  font-size: clamp(2.4rem, 2.8vw, 3rem);
  line-height: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.cozy-access__title {
  margin: 0;
  padding: 0;
  color: #0B1C2D;
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 900;
  line-height: 1.35;
  text-align: left;
}
.cozy-access #cozy-access-title {
  margin: 0;
  padding: 0;
  line-height: 1.35;
  text-align: left;
}
.cozy-access__lead {
  margin: 18px 0 0;
  color: rgba(11, 28, 45, 0.72);
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 1rem;
}
.cozy-access__info {
  padding: 24px;
  border: 1px solid rgba(0, 119, 182, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
}
.cozy-access__name {
  margin: 0 0 18px;
  color: rgba(11, 28, 45, 0.78);
  font-size: 15px;
  line-height: 1.8;
}
.cozy-access__name strong {
  color: #0B1C2D;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}
.cozy-access__address {
  margin: 0 0 18px;
  color: rgba(11, 28, 45, 0.78);
  font-size: 12px;
  font-style: normal;
  line-height: 1.8;
}
.cozy-access__pickup {
  margin: 0 0 22px;
  padding: 18px 18px 18px 20px;
  border-left: 4px solid #0077B6;
  background: rgba(0, 183, 194, 0.08);
}
.cozy-access__pickup h3 {
  margin: 0 0 8px;
  color: #0B1C2D;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}
.cozy-access__pickup p {
  margin: 0;
  color: rgba(11, 28, 45, 0.72);
  font-size: 12px;
  line-height: normal;
}
.cozy-access__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border: 2px solid #0077B6;
  border-radius: 999px;
  background: #0077B6;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.cozy-access__button:hover {
  background: #FFFFFF;
  color: #0077B6 !important;
  transform: translateY(-1px);
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .cozy-access {
    padding: 5rem 0;
  }
  .cozy-access__layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .cozy-access__map {
    order: 2;
    min-height: 320px;
    border-radius: 18px;
  }
  .cozy-access__map iframe {
    min-height: 320px;
  }
  .cozy-access__body {
    order: 1;
  }
  .cozy-access__head {
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 1.2rem;
    margin-bottom: 2rem;
  }
  .cozy-access__label {
    font-size: 4rem;
    letter-spacing: 0.06em;
  }
  .cozy-access__info {
    padding: 20px;
    border-radius: 18px;
  }
  .cozy-access__button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .cozy-access {
    padding: 4rem 0;
  }
  .cozy-access__head {
    gap: 1rem;
  }
  .cozy-access__map {
    min-height: 300px;
  }
  .cozy-access__map iframe {
    min-height: 300px;
  }
  .cozy-access__info {
    padding: 18px;
  }
}

p.cozy-access__label,
p.cozy-access__name {
  margin-bottom: 0;
}

.cozy-access__pickup_phone span {
  font-size: 10px;
  background: #fff;
  border-radius: 2rem;
  padding: 0.1rem 0.5rem;
  margin-right: 0.5rem;
}

h3.cozy-area-card__title {
  margin: 0;
  font-size: 1rem;
}

p.cozy-area-card__label {
  margin-bottom: 0.5rem;
}

.cozy-feature {
  position: relative;
  overflow: visible;
}
.cozy-feature::before {
  content: "";
  position: absolute;
  top: -14rem;
  right: 0;
  width: 16rem;
  aspect-ratio: 1/1;
  background-image: url("../images/top/bg_claude.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 480px) {
  .cozy-feature::before {
    top: -7rem;
    width: 9rem;
  }
}
.cozy-feature > * {
  position: relative;
  z-index: 1;
}

h3.cozy-feature-card__title {
  margin-top: 0;
}

.cozy-faq__answer {
  padding: 20px;
}

.cozy-news {
  padding: 5rem 0;
  background: #FFFFFF;
}
.cozy-news__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1rem;
}
.cozy-news__head {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
  text-align: left;
}
.cozy-news__content {
  flex: 0 1 40%;
  min-width: 0;
}
.cozy-news__label {
  flex: 0 1 60%;
  margin: 0;
  color: #0077B6;
  font-family: "Londrina Solid", cursive !important;
  font-size: 7rem;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  min-width: 0;
  overflow-wrap: anywhere;
}
.cozy-news__title {
  margin: 0;
  color: #0B1C2D;
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 900;
  line-height: 1.35;
}
.cozy-news__list {
  border-top: 1px solid rgba(11, 28, 45, 0.12);
}
.cozy-news__item {
  margin: 0;
  border-bottom: 1px solid rgba(11, 28, 45, 0.12);
}
.cozy-news__link {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1.35rem 0;
  color: inherit;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.cozy-news__link:hover {
  color: #0077B6;
  text-decoration: none;
}
.cozy-news__date {
  color: rgba(11, 28, 45, 0.62);
  font-family: "Londrina Solid", cursive;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
}
.cozy-news__item-title {
  margin: 0;
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
.cozy-news__empty {
  margin: 0;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(11, 28, 45, 0.12);
  color: rgba(11, 28, 45, 0.62);
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .cozy-news__head {
    margin-bottom: 4rem;
  }
  .cozy-news__content {
    flex: 1;
  }
}
@media (max-width: 480px) {
  .cozy-news {
    padding: 4rem 0;
  }
  .cozy-news__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .cozy-news__label, .cozy-news__content {
    flex: 0 1 auto;
    width: 100%;
  }
  .cozy-news__label {
    font-size: 4rem;
  }
  .cozy-news__title {
    text-align: left;
  }
  .cozy-news__link {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    padding: 1.2rem 0;
  }
}

.cozy-blog {
  padding: 5.5rem 0 6rem;
  background: #0B1C2D;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: #FFFFFF;
  overflow-x: clip;
}
.cozy-blog__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1rem;
}
.cozy-blog__head {
  margin-bottom: 2.25rem;
  text-align: left;
}
.cozy-blog__title {
  margin: 0;
  color: #E8DCC7;
  font-family: "Londrina Solid", cursive !important;
  font-size: clamp(3.2rem, 8vw, 7rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}
.cozy-blog__lead {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.7;
}
.cozy-blog__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 1.5rem;
}
.cozy-blog__main-card, .cozy-blog__side-card {
  display: block;
  overflow: hidden;
  background: white;
  color: #0B1C2D;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cozy-blog__main-card:hover, .cozy-blog__side-card:hover {
  color: #0B1C2D;
  text-decoration: none;
  transform: translateY(-3px);
  background: #E8DCC7;
}
.cozy-blog__main-card {
  min-height: 100%;
}
.cozy-blog__main-card .cozy-blog__image {
  aspect-ratio: 16/10;
}
.cozy-blog__main-card .cozy-blog__body {
  padding: 1.45rem 1.55rem 1.65rem;
}
.cozy-blog__main-card .cozy-blog__post-title {
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.45;
}
.cozy-blog__side-list {
  display: grid;
  gap: 1.5rem;
}
.cozy-blog__side-card {
  display: grid;
  grid-template-columns: 38% minmax(0, 1fr);
}
.cozy-blog__side-card .cozy-blog__image {
  aspect-ratio: auto;
  min-height: 100%;
}
.cozy-blog__side-card .cozy-blog__body {
  padding: 1.2rem 1.25rem;
}
.cozy-blog__image {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}
.cozy-blog__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}
.cozy-blog__main-card:hover .cozy-blog__image img, .cozy-blog__side-card:hover .cozy-blog__image img {
  transform: scale(1.04);
}
.cozy-blog__body {
  min-width: 0;
}
.cozy-blog__category {
  margin: 0 0 0.65rem;
  color: #0077B6;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cozy-blog__post-title {
  margin: 0;
  color: #0B1C2D;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.03em;
}
.cozy-blog__excerpt {
  margin: 0.9rem 0 0;
  color: rgba(11, 28, 45, 0.72);
  font-size: 0.95rem;
  line-height: 1.85;
}
.cozy-blog__more {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.cozy-blog__more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 52px;
  padding: 0.8rem 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.cozy-blog__more a:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #0B1C2D;
  text-decoration: none;
}
@media (max-width: 480px) {
  .cozy-blog {
    padding: 4.5rem 0 5rem;
  }
  .cozy-blog__inner {
    padding-right: 0;
  }
  .cozy-blog__head, .cozy-blog__more {
    padding-right: 1rem;
  }
  .cozy-blog__grid {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 0 1rem 1rem 0;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .cozy-blog__grid::-webkit-scrollbar {
    display: none;
  }
  .cozy-blog__side-list {
    display: contents;
  }
  .cozy-blog__main-card, .cozy-blog__side-card {
    display: block;
    flex: 0 0 84%;
    scroll-snap-align: start;
  }
  .cozy-blog__main-card .cozy-blog__image, .cozy-blog__side-card .cozy-blog__image {
    aspect-ratio: 16/10;
    min-height: 0;
  }
  .cozy-blog__main-card .cozy-blog__body, .cozy-blog__side-card .cozy-blog__body {
    padding: 1.2rem 1.25rem 1.35rem;
  }
  .cozy-blog__main-card .cozy-blog__post-title, .cozy-blog__side-card .cozy-blog__post-title {
    font-size: 1.1rem;
    line-height: 1.55;
  }
  .cozy-blog__excerpt {
    display: none;
  }
}

h3.cozy-news__item-title {
  margin-top: 0;
  font-size: 1rem;
}

.cozy-news__link:hover .cozy-animated-underline::after,
.cozy-news__link:focus-visible .cozy-animated-underline::after {
  transform: scaleX(1);
  transform-origin: left;
}

h2#cozy-news-title {
  text-align: left;
}

p.cozy-news__label {
  margin-bottom: 0;
}

.cozy-news__lead {
  margin: 18px 0 0;
  color: rgba(11, 28, 45, 0.72);
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 1rem;
}

section.cozy-blog {
  margin-bottom: 0;
  background-color: #001040;
  border-radius: 0 15rem 0 0;
}
@media (max-width: 480px) {
  section.cozy-blog {
    border-radius: 0 6rem 0 0;
  }
}

h3.cozy-blog__post-title {
  margin-top: 0;
  font-size: 14px;
}

h2#cozy-blog-title {
  text-align: left;
  font-size: 6rem;
  position: absolute;
  z-index: 2;
}
@media (max-width: 480px) {
  h2#cozy-blog-title {
    font-size: 4rem;
  }
}

.cozy-blog__head {
  margin-bottom: 2.25rem;
  text-align: left;
  position: relative;
}
@media (max-width: 480px) {
  .cozy-blog__head {
    top: 1.5rem;
  }
}

p.cozy-faq__label,
h2#cozy-news-title {
  margin-bottom: 0;
}

p.cozy-blog__lead {
  position: relative;
  top: -1rem;
}

p.cozy-faq__label,
p.cozy-access__label,
p.cozy-news__label,
h2#cozy-news-title,
p.cozy-plan-card__text,
p.cozy-feature-card__text {
  line-height: normal;
}

a.cozy-blog__main-card,
a.cozy-blog__side-card {
  background: #fff;
  border-radius: 1rem;
}

a.cozy-plan-card__link:hover {
  text-decoration: none !important;
}

.cozy-area-card__link:hover {
  text-decoration: none !important;
  background-color: #E8DCC7;
}

table.cozy-price-guide__table {
  margin: 0;
}

a.cozy-area-guide__button {
  color: white !important;
}
a.cozy-area-guide__button:hover {
  text-decoration: none !important;
  color: #0077B6 !important;
}

.is-cozy-area-map-modal-open {
  overflow: hidden;
}

.cozy-area-map-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.cozy-area-map-modal.is-open {
  display: flex;
}

.cozy-area-map-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  height: 100vh;
}

.cozy-area-map-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1080px);
  max-height: min(88vh, 820px);
  overflow: auto;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.cozy-area-map-modal__image {
  display: block;
  width: 100%;
  height: auto;
}

.cozy-area-map-modal__close {
  position: sticky;
  top: 12px;
  left: calc(100% - 56px);
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  margin: 12px 12px -52px auto;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}

.cozy-area-map-modal__close::before,
.cozy-area-map-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  content: "";
}

.cozy-area-map-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.cozy-area-map-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 767px) {
  .cozy-area-map-modal {
    padding: 12px;
  }
  .cozy-area-map-modal__dialog {
    max-height: 86vh;
    border-radius: 8px;
  }
}
.p-news-ticker__date {
  color: #00B7C2;
}/*# sourceMappingURL=cozy-front.css.map */