@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');


*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


#lp-page278 {
  /* font-family: 'Inter', sans-serif; */
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f7f3ed;
  color: #333;
}


#lp-page278 :root {
  --primary-color: #ff9147;
  --secondary-color: #ffc40c;
  --text-color: #333;
  --bg-color-main: #f7f3ed;
  --bg-color-alt: #fff8f0;
  --card-bg-color: #fff;
  --border-color: #e0e0e0;
  --primary: #ff9147;
  --dot: #40A615;
  --muted: #E1E1E1;
}


/* General Styles */

#lp-page278 img {
  vertical-align: top;
  max-width: 100%;
}

#lp-page278 .center {
  text-align: center;
}

#lp-page278 .mb-4 {
  margin-bottom: 16px;
}

#lp-page278 .mb-5 {
  margin-bottom: 20px;
}

#lp-page278 .mb-7 {
  margin-bottom: 28px;
}

#lp-page278 .-mb-6 {
  margin-bottom: -6px;
}

#lp-page278 .mb-17 {
  margin-bottom: 68px;
}

#lp-page278 .mt-5 {
  margin-top: 20px;
}

#lp-page278 .mt-3-5 {
  margin-top: 12px !important;
}

#lp-page278 .accommodation-card {
  position: relative;
}

/* 神奈川 / 横須賀 */
#lp-page278 .location-icon {
  padding-right: 6px;
}

#lp-page278 .accommodation-babge {
  background-color: #fff;
  display: inline-flex;
  justify-content: left;
  align-items: center;
  padding: 5px 12px 5px 12px;
  height: 40px;
  margin-top: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

#lp-page278 .text-sm {
  font-size: 14px;
}

#lp-page278 .bg-body {
  background-image: url('img/pattent.png');
  background-color: #FFF7E7;
  padding-bottom: 140px;
}

#lp-page278 .section-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ff9147;
  line-height: 1.2;
}

#lp-page278 .btn {
  display: inline-block;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#lp-page278 .alternate-bg {
  background-color: #fff8f0;
}

#lp-page278 .carousel-title-cap {
  position: relative;
  top: 5px;
  font-size: 14px;
}

#lp-page278 .event-section {
  margin-bottom: 48px;
}

#lp-page278 .event-section .section-title {
  margin-bottom: 20px;
}

#lp-page278 .accommodation-list-section .section-title {
  margin-bottom: 28px;
}

/* Hero Section */
#lp-page278 .hero-section {
  padding: 0;
  margin: 0 0 32px 0;
}

#lp-page278 .hero-section>img {
  width: 100%;
}

/* Promo Banner */
#lp-page278 .promo-banner {
  background-color: #ffc40c;
  border-radius: 20px;
  padding: 2em;
  margin: -3em auto 2em;
  max-width: 80%;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Event Section */
#lp-page278 .event-section {
  margin-bottom: 70px;
}

#lp-page278 .event-cards-container {
  display: flex;
  justify-content: center;
  gap: 79px;
  margin: 0 auto;
}

#lp-page278 .event-card {
  border-radius: 10px;
  text-align: center;
}

#lp-page278 .event-icon {
  margin-bottom: 12px;
}

#lp-page278 .event-note {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  color: #323232;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}

#lp-page278 .event-note-item {
  padding-top: 10px;
  display: inline-block;
}

#lp-page278 .event-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin: 0 0 -2px 0;
  padding: 0;
}

#lp-page278 .event-title {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  color: #323232;
  padding: 10px 0;
  margin: 0;
}

/* Accommodation List Section */
#lp-page278 .accommodation-list-section {
  padding: 16px 18px;
}

#lp-page278 .accommodation-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, auto));
  gap: 60px;
  max-width: 1180px;
  margin: 0 auto;
  justify-content: center;
}

#lp-page278 .accommodation-card:last-child {
  grid-column: 1 / -1;
  /* cho nó chiếm cả hàng */
  justify-self: center;
  /* căn giữa */
}

#lp-page278 .accommodation-card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 560px;
  width: 100%;
}

#lp-page278 .carousel-title {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.06em;
  width: 100%;
  color: #323232;
  background-color: #F9FFED;
  height: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lp-page278 .accommodation-img {
  width: 100%;
  object-fit: cover;
  vertical-align: top;
}

#lp-page278 .card-list {
  background-color: #FFFCE8;
  padding: 15px 20px 8px 20px;
  list-style: none;
  margin: 0 0 18px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#lp-page278 .card-item {
  background-image: url('img/icon-check.png');
  background-repeat: no-repeat;
  padding-left: 22px;
  background-position: 0 1px;
  color: #323232;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}

#lp-page278 .card-content {
  padding: 26px 30px;
  background-color: #FFFFFF;
}

#lp-page278 .card-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #323232;
  margin-bottom: 20px;
}

#lp-page278 .card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 58px;
  gap: 10px;
  min-width: 340px;
  min-height: 60px;
  box-shadow: 0px 4px 0px #A6390B;
  border-radius: 50px;
  background-color: #F27230;
  color: #fff;
  padding: 5px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  box-sizing: border-box;
}


#lp-page278 .text-base {
  font-style: normal;
  font-weight: 500;
  font-size: 13.1419px;
  line-height: 16px;
  text-align: center;
  color: #323232;
  margin-top: 9px;
}

#lp-page278 .card-btn:hover {
  background-color: #e66a2c;
  box-shadow: 0px 0px 0px #A6390B;
  transform: translateY(2px);
}

#lp-page278 .card-btn img {
  position: relative;
  top: 1px;
}

/* Points Carousel Section */
#lp-page278 .points-section {
  text-align: center;
  background-image: url('img/bg.png');
  position: relative;
  top: 0;
  margin-top: -80px;
  padding-bottom: 0;
  padding-top: 120px;
  overflow: hidden;
}

#lp-page278 .points-section .section-title {
  margin-bottom: 5px;
}






/* Footer CTA Section */
#lp-page278 .footer-cta {
  background-color: #DEFAF7;
  text-align: center;
  padding: 136px 80px 120px;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  background-image: url('img/pattent-2.png');
}

#lp-page278 .cta-btn {
  width: 80%;
  max-width: 400px;
}

#lp-page278 .primary-btn {
  display: flex;
  align-items: center;
  padding: 20px 58px 16px;
  gap: 10px;
  min-width: 660px;
  min-height: 80px;
  background: #F27230;
  box-shadow: 0px 7px 0px #A6390B;
  border-radius: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  box-sizing: border-box;
  justify-content: center;
  margin-bottom: 68px;
}

#lp-page278 .primary-btn>img {
  position: relative;
  top: 4px;
}

#lp-page278 .primary-btn:hover {
  background-color: #e66a2c;
  box-shadow: 0 0 0 #A6390B;
  transform: translateY(2px);
}

#lp-page278 .ver-top {
  vertical-align: top;
}

#lp-page278 .primary-btn img {
  padding-left: 8px;
}



#lp-page278 .secondary-btn {
  display: flex;
  align-items: center;
  padding: 18px 58px;
  gap: 10px;
  min-width: 660px;
  min-height: 80px;
  background: #ED4466;
  box-shadow: 0px 7px 0px #AC2239;
  border-radius: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  box-sizing: border-box;
  justify-content: center;
}

#lp-page278 .carousel-nav {
  width: 100%;
  position: relative;
  top: -366px;
  max-width: 947px;
  margin: auto;
}

#lp-page278 .secondary-btn:hover {
  background-color: #ED4466;
  box-shadow: 0px 0px 0px #AC2239;
  transform: translateY(2px);
}

#lp-page278 .secondary-btn>img {
  position: relative;
  top: 4px;
}


@media (max-width: 768px) {
  #lp-page278 .pc {
    display: none;
  }
}

@media (min-width: 769px) {
  #lp-page278 .sp {
    display: none;
  }
}



/* Responsive Styles */
@media (min-width: 768px) {

  /* 2-column layout for Accommodation section */
  #lp-page278 .accommodation-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (min-width: 768px) and (max-width: 1080px) {
  #lp-page278 .event-section {
    padding: 0 12px;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  #lp-page278 .hero-section {
    height: 355px;
  }

  #lp-page278 .event-cards-container {
    gap: 20px;
  }

  #lp-page278 .banner-section {
    padding: 0 34px;
  }

  #lp-page278 .event-cards-container {
    padding: 0 26px;
  }

  #lp-page278 .event-title {
    font-size: 20px;
  }

  #lp-page278 .event-text {
    font-size: 16px;
  }

  #lp-page278 .event-note {
    font-size: 12px;
  }

  #lp-page278 .card-title {
    font-size: 22px;
  }

  #lp-page278 .card-item {
    font-size: 14px;
  }

  #lp-page278 .accommodation-list-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  #lp-page278 .accommodation-cards-grid {
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(400px, auto));
  }

  #lp-page278 .accommodation-card {
    max-width: 400px;
  }

  #lp-page278 .card-content {
    padding: 24px 18px;
    background-color: #FFFFFF;
  }

  #lp-page278 .card-btn {
    font-size: 18px;
  }

  #lp-page278 .card-btn {
    min-width: 248px;
  }

  #lp-page278 .hero-section img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }



}





@media (max-width: 768px) {


  #lp-page278 .title-section {
    max-width: 580px;
    padding: 0 34px;
    margin: 0 auto;
  }

  #lp-page278 .event-section .section-title {
    max-width: 580px;
    padding: 0 34px;
    margin: 0 auto;
  }

  #lp-page278 .event-cards-container {
    flex-direction: column;
  }

  #lp-page278 .event-card img {
    max-width: 210px;
    margin: 0 auto;
  }

  #lp-page278 .event-title {
    font-size: 20px;
    padding: 14px 0 10px;
  }

  #lp-page278 .event-note {
    font-size: 12px;
  }

  #lp-page278 .event-note-item {
    padding-top: 6px;
  }

  #lp-page278 .event-cards-container {
    gap: 40px;
  }

  #lp-page278 .event-text {
    font-size: 14px;
    margin: 0 0 -5px 0;
  }

  #lp-page278>img {
    width: 100%;
  }

  #lp-page278 .accommodation-babge {
    font-size: 13px;
    height: 26px;
    padding: 5px 8px 5px 7px;
    margin-top: 12px;
  }

  #lp-page278 .card-content {
    padding: 12px 18px 23px;
  }

  #lp-page278 .card-btn {
    font-size: 16px;
    min-width: 220px;
    min-height: 40px;
    box-shadow: 0px 3px 0px #A6390B;
  }

  #lp-page278 .card-title {
    font-size: 20px;
    margin-bottom: 6px;
  }

  #lp-page278 .card-item {
    font-size: 13px;
    background-size: 14px;
    background-position: 0 0;
  }

  #lp-page278 .card-list {
    padding: 14px 14px 2px 14px;
    margin: 0 0 14px 0;
  }

  #lp-page278 .location-icon {
    width: 20px;
  }

  #lp-page278 .card-btn>img {
    width: 13px;
  }

  #lp-page278 .accommodation-card {
    border-radius: 14px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }

  #lp-page278 .accommodation-cards-grid {
    gap: 34px;
  }

  #lp-page278 .accommodation-list-section {
    padding: 16px 32px;
  }


  #lp-page278 button.next,
  #lp-page278 button.nav {
    background-size: 8px;
  }

  #lp-page278 .dot {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }

  #lp-page278 .carousel-dots {
    margin-top: 6px;
    padding-bottom: 40px;
  }

  #lp-page278 .footer-cta {
    padding: 68px 38px 68px;
  }

  #lp-page278 button.nav {
    width: 32px;
    height: 32px;
  }

  #lp-page278 .carousel-title {
    font-size: 14px;
    letter-spacing: -1px;
    height: 60px;
  }

  #lp-page278 .carousel-note {
    font-size: 10px;
    line-height: 1.4;
  }

  #lp-page278 .carousel-text {
    font-size: 12px;
    min-height: 160px;
    padding: 22px 8px;
  }

  #lp-page278 .icon-item {
    padding-right: 8px;
  }

  #lp-page278 button.next {
    right: 7px;
  }

  #lp-page278 button.prev {
    left: 7px;
  }

  #lp-page278 .carousel-nav {
    position: relative;
    top: -220px;
  }

  #lp-page278 .carousel-title-cap {
    position: relative;
    top: 2px;
    font-size: 10px;
  }

  .carousel-title .icon-item>img {
    width: 32px;
  }

  #lp-page278 .primary-btn {
    font-size: 18px;
    padding: 10px 12px 10px;
    gap: 4px;
    box-shadow: 0px 4px 0px #A6390B;
    max-width: 295px;
    min-width: 265px;
    line-height: 1.4;
    min-height: 48px;
    margin-bottom: 30px;
  }

  #lp-page278 .secondary-btn {
    max-width: 295px;
    min-width: 265px;
    line-height: 1.4;
    min-height: 48px;
    font-size: 18px;
    padding: 10px 12px 10px;
    box-shadow: 0px 4px 0px #AC2239;
  }

  #lp-page278 .secondary-btn>img {
    position: relative;
    top: 0px;
    width: 10px;
  }

  #lp-page278 .primary-btn>img {
    position: relative;
    top: 0px;
    width: 18px;
  }

  .footer-cta-img {
    max-width: 260px;
  }

  #lp-page278 .points-section .section-title {
    max-width: 334px;
    padding: 0px 10px;
    margin: 0 auto;
  }

  #lp-page278 .points-section {
    margin-top: -74px;
    padding-bottom: 0;
    padding-top: 120px;
    background-size: 127vw;
    padding-top: 68px;
  }

  #lp-page278 .accommodation-card {
    max-width: 320px;
  }

  #lp-page278 .event-note {
    /*max-width: 340px;*/
    max-width: 220px;
  }

  #lp-page278 .points-section {
    background-image: url("img/bg-sp.png");
    background-size: 100%;
  }

  #lp-page278 .bg-body {
    padding-bottom: 138px;
  }

  #lp-page278 .event-cards-container {
    padding: 0 12px;
  }

  #lp-page278 .banner-section .figcaption {
    font-size: 12px;
    line-height: 1.6;
    padding: 0 12px;
  }

  #lp-page278 .hero-section img {
    width: 100%;
  }

  #lp-page278 .bg-body {
    background-size: 120px;
  }

  #lp-page278 .footer-cta {
    background-size: 54px;
  }
}






#lp-page278 .carousel-viewport {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}

#lp-page278 .carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  padding: 36px 0 15px;
}

#lp-page278 .carousel-item {
  flex: 0 0 auto;
  width: 40%;
  margin: 0 20px;
  border-radius: 12px;
  transition: transform .4s, opacity .4s;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#lp-page278 .carousel-item.center {
  opacity: 1;
  z-index: 2;
  width: 100%;
  max-width: 640px;
}

#lp-page278 .carousel-nav {
  width: 100%;
  position: relative;
  top: -366px;
  max-width: 947px;
  margin: auto;

}

#lp-page278 .carousel-figure {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}

#lp-page278 .icon-item {
  padding-right: 12px;
}

#lp-page278 .icon-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

#lp-page278 .icon-item i {
  color: #fff;
  position: absolute;
  font-style: normal;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 52px;

}

#lp-page278 .carousel-note {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 8px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1em;

}

#lp-page278 .carousel-text {
  text-align: center;
  padding: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.1em;
  color: #323232;
  background-color: #F9FFED;
  min-height: 186px;
  padding: 39px 8px;
  box-sizing: border-box;
  height: 215px;
  overflow: hidden;
}

#lp-page278 .carousel-dots {
  text-align: center;
  margin-top: 16px;
  padding-bottom: 85px;
}


#lp-page278 .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 9px;
  background: #E1E1E1;
  border-radius: 50%;
  cursor: pointer;
  transition: transform .2s;
}

#lp-page278 .dot.active {
  background: #40A615;
  transform: scale(1.2);
}

#lp-page278 button.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  border: none;
  cursor: pointer;
  width: 56px;
  height: 56px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 80px;
  display: flex;
}

#lp-page278 button.prev {
  left: 10px;
  background-image: url('img/left.png');
}

#lp-page278 button.next {
  right: 10px;
  background-image: url('img/right.png');
}

#lp-page278 .carousel-figure {
  position: relative;
}

#lp-page278 .carousel-caption {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}



@media (min-width: 768px) and (max-width: 1180px) {
  #lp-page278 .carousel-item.center {
    max-width: 480px;
  }

  #lp-page278 button.next {
    right: 30px;
  }

  #lp-page278 button.prev {
    left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  #lp-page278 .carousel-title {
    font-size: 18px;
    letter-spacing: -0.5px;
  }

  #lp-page278 .carousel-title-cap {
    position: relative;
    top: 1px;
  }

  #lp-page278 .carousel-figure {
    height: 300px;
  }

  #lp-page278 .carousel-title .icon-item>img {
    width: 42px;
  }

  #lp-page278 .carousel-text {
    font-size: 14px;
  }
}



@media (max-width: 768px) {
  #lp-page278 .carousel-item.center {
    max-width: 62%;
  }

  #lp-page278 .carousel-figure {
    width: 100%;
    height: 180px;
  }

  #lp-page278 button.prev {
    left: 7px;
  }

  #lp-page278 button.nav {
    width: 32px;
    height: 32px;
  }

  #lp-page278 button.prev {
    left: 15px;
  }

  #lp-page278 button.next {
    right: 15px;
  }

  #lp-page278 .carousel-text {
    font-size: 12px;
    min-height: 160px;
    padding: 22px 8px;
  }

  #lp-page278 .carousel-note {
    font-size: 10px;
    line-height: 1.4;
  }

  #lp-page278 .carousel-text {
    font-size: 12px;
    height: 160px;
    padding: 22px 8px;
  }

  #lp-page278 .carousel-nav {
    position: relative;
    top: -220px;
  }

  #lp-page278 .carousel-item {
    min-width: 74%;
    margin: 0 6px;
    flex: 0 0 30%;
  }

  #lp-page278 .dot {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }

  #lp-page278 .carousel-dots {
    margin-top: 6px;
    padding-bottom: 40px;
  }

  #lp-page278 .carousel-caption {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    position: absolute;
    right: 6px;
    bottom: 6px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  }
}