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

body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-article {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

h2 {
  color: #354659;
  font-size: 32px;
  font-weight: 600;
  line-height: 54.4px;
  letter-spacing: 1.6px;
  font-family: "Hiragino Kaku Gothic Pro";
}

h3 {
  color: #B7CEDF;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 1px;
  font-family: "Hiragino Kaku Gothic Pro";
}

h5 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
  font-weight: 600;
  color: #354659;
}

p {
  color: #354659;
  font-size: 15px;
  line-height: 25.5px;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic Pro";
}

header {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 17px;
}
header .packet-header {
  margin: 0 auto;
  max-width: 1420px;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .packet-header .header-left {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 3.56px 9.78px 4.44px 8.89px;
}
header .packet-header .header-left a {
  display: block;
  width: 150px;
  height: 42px;
}
header .packet-header .header-left a img {
  width: 100%;
  height: 100%;
}
header .packet-header .header-right {
  display: flex;
  gap: 15px;
  align-items: center;
}
header .packet-header .header-right .btn-nav {
  width: 180px;
  height: 40px;
  border-radius: 100px;
}
header .packet-header .header-right .btn-nav a {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic Pro";
}
header .packet-header .header-right .btn-left {
  background-color: #4776CB;
}
header .packet-header .header-right .btn-right {
  border: solid 2px #4776CB;
}
header .packet-header .header-right .btn-right a {
  color: #4776CB;
}

.btn-intro {
  width: 318.7px;
  height: 50px;
  border-radius: 100px;
  padding: 12px 0;
  background-color: #FFFFFF;
}
.btn-intro a {
  color: #4776CB;
  font-weight: 600;
  line-height: 25.5px;
  letter-spacing: 0.75px;
  text-align: center;
}

.container-header-top {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  border: 10px;
  margin-bottom: 18px;
  height: 710px;
  background-color: #FFFFFF;
}

.top-banner {
  position: relative;
  width: 1400px;
  height: 710px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.content-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.content-top .packet-popup {
  padding-top: 214px;
}
.content-top .packet-popup .item-pta {
  width: 221px;
  height: 41px;
  background-color: #4776CB;
  margin-bottom: 17px;
}
.content-top .packet-popup .item-pta p {
  font-size: 24px;
  font-weight: 600;
  line-height: 40.8px;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro";
  text-align: center;
}
.content-top .packet-popup .notification-pc {
  background-color: #fff;
  width: 607px;
  margin-bottom: 141px;
  padding: 6px 0;
}
.content-top .packet-popup .notification-pc p {
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 48px;
  font-weight: 600;
  line-height: 67.2px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #F04E70;
}
.content-top .packet-popup .notification-mb {
  display: none;
}
.content-top .packet-popup .notification-mb .notification-on {
  width: 207px;
  margin-bottom: 9px;
  background-color: #ffffff;
  padding: 6px 0;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #F04E70;
}
.content-top .packet-popup .notification-mb p {
  background-color: #fff;
  width: 245px;
  padding: 6px 0;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #F04E70;
}
.content-top .packet-popup .popup-service {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  max-width: 1200px;
  padding: 29px 0 30px;
  display: flex;
  justify-content: space-between;
}
.content-top .packet-popup .popup-service .item {
  border-right: 1px solid #CCCCCC;
  padding: 16px 0;
  width: 33%;
}
.content-top .packet-popup .popup-service .item p {
  color: #354659;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  letter-spacing: 0.01em;
  text-align: center;
}
.content-top .packet-popup .popup-service .item p.discount-offer {
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  letter-spacing: 0.05em;
  color: #4776CB;
}
.content-top .packet-popup .popup-service .item:nth-child(2) {
  width: 34%;
}
.content-top .packet-popup .popup-service .item:last-child {
  border-right: 0;
}

.swiper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.swiper-slide {
  padding-left: 1px;
  border-radius: 10px;
  overflow: hidden;
  background-position: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about {
  background-size: cover;
  min-height: 476px;
  position: relative;
}
.about .coating-about {
  background-color: #F5F9FC;
  position: absolute;
  opacity: 96%;
  width: 100%;
  height: 100%;
}
.about .coating-about .container .packet-about {
  display: flex;
  padding: 71px 0;
  align-items: center;
}
.about .coating-about .container .packet-about .about-content {
  flex: 1;
}
.about .coating-about .container .packet-about .about-content h3 {
  margin-bottom: 14px;
}
.about .coating-about .container .packet-about .about-content h2 {
  margin-bottom: 32px;
}
.about .coating-about .container .packet-about .about-content p {
  letter-spacing: 0.75px;
  margin-bottom: 40px;
}
.about .coating-about .container .packet-about .about-content .button-form {
  cursor: pointer;
  width: 233px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #4776CB;
  color: #4776CB;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 15px;
  font-weight: 600;
  line-height: 25.5px;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #fff;
}
.about .coating-about .container .packet-about .about-video {
  cursor: pointer;
  width: 100%;
  max-width: 500px;
  max-height: 333.33px;
  border-radius: 10px;
}
.about .coating-about .container .packet-about .about-video img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service {
  padding-top: 98px;
  padding-bottom: 90px;
  background-color: #FFFFFF;
}
.service .title-service {
  text-align: center;
}
.service .title-service h3 {
  margin-bottom: 14px;
}
.service .title-service h2 {
  margin-bottom: 42px;
  line-height: 44.8px;
}
.service .transaction-list {
  display: flex;
  justify-content: center;
  margin-bottom: 114px;
}
.service .transaction-list .item-transaction {
  width: 33.33%;
  text-align: center;
}
.service .transaction-list .item-transaction .item-avt {
  margin: 0 auto;
  width: 210px;
  min-height: 210px;
  margin-bottom: 25px;
}
.service .transaction-list .item-transaction .item-avt img {
  width: 100%;
}
.service .transaction-list .item-transaction .item-content {
  text-align: center;
}
.service .transaction-list .item-transaction .item-content h5 {
  margin-bottom: 12px;
}
.service .transaction-list .item-transaction .item-content p {
  line-height: 25.5px;
  letter-spacing: 0.75px;
  color: #354659;
}
.service .service-packet {
  display: flex;
  gap: 13px;
}
.service .service-packet .service-list {
  width: 33.3%;
}
.service .service-packet .service-list .item-service {
  display: flex;
  align-items: center;
  padding: 3px 50px 15px 21px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 12px;
}
.service .service-packet .service-list .item-service .icon {
  width: 40px;
  height: 40px;
}
.service .service-packet .service-list .item-service .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service .service-packet .service-list .item-service .content-item {
  padding-left: 20px;
}
.service .service-packet .service-list .item-service .content-item .title-item {
  color: #354659;
  font-weight: 600;
}
.service .service-packet .service-list .item-service .content-item p {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.65px;
}
.service .service-packet .service-list .item-service:last-child {
  margin-bottom: 0;
}

.popular-coupons {
  padding-top: 68px;
  padding-bottom: 98px;
  text-align: center;
}
.popular-coupons h5 {
  margin-bottom: 40px;
}
.popular-coupons .packet-coupons {
  padding: 29px 41.39px 28.36px 18px;
  background-color: #FFFFFF;
}
.popular-coupons .packet-coupons .coupons-left {
  display: inline-block;
  max-width: 559.4px;
  max-height: 191.64px;
}
.popular-coupons .packet-coupons .coupons-left img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.popular-coupons .packet-coupons .coupons-right {
  display: inline-block;
  max-width: 572.61px;
  max-height: 191.64px;
}
.popular-coupons .packet-coupons .coupons-right img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.popular-coupons .packet-coupons .list-coupons-pc {
  max-width: 1116px;
  min-height: 280px;
}
.popular-coupons .packet-coupons .list-coupons-pc img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular-coupons .packet-coupons .list-coupons-mb {
  display: none;
}

.text-promotion-mb {
  display: none;
}

.promotion {
  background: linear-gradient(92.49deg, #4675CB 0%, #52C6DD 100%);
  padding-top: 63px;
  padding-bottom: 43px;
  text-align: center;
}
.promotion h2 {
  color: #FFFFFF;
  margin-bottom: 35px;
}
.promotion .content-promotion {
  max-width: 396px;
  margin: 0 auto;
}
.promotion .content-promotion .btn-promotion {
  margin: 0 auto;
  margin-bottom: 20px;
}
.promotion .content-promotion p {
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.65px;
}

.section-article {
  background-size: cover;
  background-position: center;
  padding-top: 107px;
  padding-bottom: 80px;
}
.section-article .item-article:last-child {
  margin-bottom: 0;
}

.offer {
  margin-bottom: 54px;
}
.offer .explore {
  color: #333333;
  margin-bottom: 20px;
}
.offer h2 {
  color: #333333;
  margin-bottom: 28px;
  line-height: 44.8px;
}
.offer p {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.hidden {
  display: none;
}

.item-article {
  margin-bottom: 60px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.item-article .packet-article {
  display: flex;
}
.item-article .packet-article .content-article {
  width: 52%;
  padding: 44px 60px 33px 57px;
}
.item-article .packet-article .content-article .title {
  color: #4776CB;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  margin-bottom: 13px;
}
.item-article .packet-article .content-article .caption {
  font-size: 24px;
  margin-bottom: 27px;
  line-height: 33.6px;
  letter-spacing: 0.24px;
}
.item-article .packet-article .content-article .line-caption {
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #000000;
  margin-bottom: 20px;
}
.item-article .packet-article .content-article p {
  margin-bottom: 20px;
  letter-spacing: 0.75px;
}
.item-article .packet-article .content-article .button {
  text-align: right;
  cursor: pointer;
  color: #F04E70;
}
.item-article .packet-article .image-article {
  width: 48%;
  border-radius: 0 10px 10px 0;
  background-size: cover;
}
.item-article .packet-article .image-article .discount {
  padding: 85px 60px;
}
.item-article .packet-article .image-article .discount p {
  font-weight: 600;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #fff;
}
.item-article .packet-article .image-article .discount p .number {
  font-size: 32px;
  color: #FFFFFF;
}
.item-article .packet-article .image-article .discount p span {
  color: #FFE018;
}
.item-article .template-room-list {
  padding-top: 56px;
  padding-right: 61px;
  padding-left: 48px;
  padding-bottom: 48px;
  background-color: #FFFFFF;
  border-radius: 0 0 10px 10px;
}
.item-article .template-room-list .list-room {
  display: flex;
}
.item-article .template-room-list .list-room .packet-room-left {
  width: 50%;
}
.item-article .template-room-list .list-room .packet-room-left .item-room-left {
  margin-right: 20px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 16px 0;
}
.item-article .template-room-list .list-room .packet-room-right {
  width: 50%;
}
.item-article .template-room-list .list-room .packet-room-right .item-room-right {
  margin-left: 20px;
  padding: 16px 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.item-article .template-room-list .list-room .room-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.15px;
  margin-bottom: 8px;
}
.item-article .template-room-list .list-room p {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.65px;
}

.enjoyment {
  background-size: cover;
  background-position: center;
  padding-top: 109px;
  padding-bottom: 140px;
}
.enjoyment .offer {
  padding-left: 20px;
}
.enjoyment .item-article:last-child {
  margin-bottom: 0;
}

.leisure {
  background-size: cover;
  background-position: top;
}
.leisure .leisure-coating {
  background-color: rgba(255, 255, 255, 0.6);
  padding-top: 109px;
  padding-bottom: 140px;
}
.leisure .item-article:last-child {
  margin-bottom: 0;
}

.flow {
  padding-top: 96px;
  padding-bottom: 103px;
  background-color: #FFFFFF;
  text-align: center;
}
.flow .content-flow h2 {
  margin-bottom: 42px;
}
.flow .content-flow .list-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
}
.flow .content-flow .list-flow .item-flow {
  position: relative;
  top: 0;
  left: 0;
  width: 29.16%;
  min-height: 459px;
  border-radius: 10px;
  padding: 24px 25px 44px 25px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1490196078);
}
.flow .content-flow .list-flow .item-flow .icon-flow {
  max-width: 209px;
  height: 221px;
  margin: 0 auto;
  margin-bottom: 26px;
}
.flow .content-flow .list-flow .item-flow .icon-flow img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow .content-flow .list-flow .item-flow .content-flow {
  text-align: center;
}
.flow .content-flow .list-flow .item-flow .content-flow h5 {
  margin-bottom: 12px;
}
.flow .content-flow .list-flow .item-flow .content-flow p a {
  font-weight: 600;
  color: #4776CB;
}
.flow .content-flow .list-flow .item-flow::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/assets/images/Polygon.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 99;
  left: 100%;
  margin-left: 7%;
  top: 49%;
}
.flow .content-flow .list-flow .item-flow:last-child {
  margin-bottom: 0;
}
.flow .content-flow .list-flow .item-flow:last-child::after {
  width: 0;
}

.faq {
  padding-bottom: 87px;
  background-color: #FFFFFF;
  text-align: center;
}
.faq .container-article .content-faq h3 {
  margin-bottom: 14px;
}
.faq .container-article .content-faq h2 {
  margin-bottom: 41px;
}
.faq .container-article .packet-question {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 26px 29px 26px 26px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.faq .container-article .packet-question .question-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .container-article .packet-question .question-title .icon-question {
  font-weight: 600;
  text-align: left;
  padding-left: 26px;
  margin-right: 14px;
}
.faq .container-article .packet-question .question-title .icon-question::before {
  content: "Q.";
  width: 22px;
  height: 21px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  padding-right: 11px;
  margin-left: -26px;
}
.faq .container-article .packet-question .question-title .close-question {
  width: 15px;
  height: 21px;
  cursor: pointer;
}
.faq .container-article .packet-question .question-title .close-question img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.faq .container-article .packet-question .packet-answer {
  padding: 11px 122px 2px 0;
  border-top: 1px solid #DDDDDD;
}
.faq .container-article .packet-question .packet-answer .answer {
  padding-left: 30px;
  text-align: left;
}
.faq .container-article .packet-question .packet-answer .answer::before {
  content: "A.";
  width: 22px;
  height: 21px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  padding-right: 15px;
  margin-left: -30px;
}
.faq .container-article .packet-question:last-child {
  margin-bottom: 0;
}

footer {
  padding-top: 35px;
  padding-bottom: 8px;
}
footer .container-article .footer-logo {
  width: 160px;
  height: 44.76px;
  margin: 0 auto;
  margin-bottom: 34.24px;
}
footer .container-article .footer-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .container-article .footer-logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .container-article .page-list {
  max-width: 665px;
  margin: 0 auto;
  margin-bottom: 41px;
}
footer .container-article .page-list ul {
  display: flex;
  justify-content: space-around;
}
footer .container-article .page-list ul li a {
  text-decoration: underline;
  font-size: 15px;
  font-weight: 600;
  line-height: 25.5px;
  color: #354659;
}
footer .container-article .copyright {
  font-size: 13px;
  line-height: 22.1px;
  text-align: center;
}

.text-top-mb {
  display: none;
}

@media (max-width: 1028px) {
  .text-top-mb {
    display: block;
  }
  .about {
    min-height: 576px;
  }
  .container-header-top {
    margin: 0 20px;
  }
  .popular-coupons .packet-coupons .list-coupons-pc {
    max-width: 1000px;
    min-height: 154px;
  }
  .popular-coupons .packet-coupons .list-coupons-pc img {
    max-width: 100%;
  }
  .btn-intro {
    width: 190px;
    height: 32px;
  }
}
@media (max-width: 1023px) {
  h3 {
    font-size: 16px;
    line-height: 27.2px;
  }
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
  h5 {
    font-size: 16px;
  }
  p {
    font-size: 13px;
    line-height: 22.1px;
  }
  header {
    margin-bottom: 19px;
  }
  header .packet-header {
    padding: 20px 22px;
  }
  header .packet-header .header-left {
    padding: 2.15px 5.91px 2.68px 5.37px;
  }
  header .packet-header .header-left a {
    width: 128px;
    height: 36.33px;
  }
  header .packet-header .header-left a img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .packet-header .header-right {
    gap: 7px;
  }
  header .packet-header .header-right .btn-nav {
    width: 100px;
    height: 27px;
    border-radius: 100px;
  }
  header .packet-header .header-right .btn-nav a {
    font-size: 13px;
    line-height: 27px;
  }
  .container {
    padding: 0 20px;
    max-width: 730px;
  }
  .container-article {
    padding: 0 20px;
    max-width: 730px;
  }
  .container-header-top {
    margin: 0 20px 54px;
    height: 610px;
  }
  .content-top .packet-popup {
    padding-top: 115px;
  }
  .content-top .packet-popup .item-pta {
    width: 106px;
    height: 21.21px;
    margin-bottom: 8.6px;
  }
  .content-top .packet-popup .item-pta p {
    font-size: 12px;
    font-weight: 600;
    line-height: 20.4px;
    text-align: center;
  }
  .content-top .packet-popup .notification-pc {
    display: none;
  }
  .content-top .packet-popup .notification-mb {
    display: block;
    margin-bottom: 47px;
  }
  .content-top .packet-popup .popup-service {
    padding: 0;
    background: transparent;
    flex-direction: column;
    gap: 6px;
  }
  .content-top .packet-popup .popup-service .item {
    padding: 14px 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    border-right: 0;
  }
  .content-top .packet-popup .popup-service .item p {
    font-size: 12px;
    font-weight: 600;
    line-height: 20.4px;
    letter-spacing: 0.05em;
  }
  .content-top .packet-popup .popup-service .item p.discount-offer {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    letter-spacing: 0.05em;
  }
  .content-top .packet-popup .popup-service .item:nth-child(2) {
    width: 100%;
  }
  .about {
    min-height: 657px;
  }
  .about .coating-about .container .packet-about {
    flex-direction: column;
    padding-top: 59px;
    padding-bottom: 60px;
    gap: 0;
  }
  .about .coating-about .container .packet-about .about-content {
    margin-bottom: 37px;
  }
  .about .coating-about .container .packet-about .about-content h2 {
    margin-bottom: 20px;
  }
  .about .coating-about .container .packet-about .about-content p {
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .about .coating-about .container .packet-about .about-content .button-form {
    width: 218px;
    height: 27px;
  }
  .about .coating-about .container .packet-about .about-video {
    max-width: 352.5px;
    max-height: 235px;
  }
  .service {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .service .title-service h2 {
    margin-bottom: 40px;
    line-height: 28px;
  }
  .service .transaction-list {
    flex-direction: column;
    margin-bottom: 36px;
  }
  .service .transaction-list .item-transaction {
    width: 100%;
    margin-bottom: 40px;
  }
  .service .service-packet {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  .service .service-packet .service-list {
    width: 49%;
    justify-content: space-between;
  }
  .service .service-packet .service-list .item-service {
    padding: 15px 18px 15px 20px;
  }
  .service .service-packet .service-list .item-service .content-item p {
    font-size: 12px;
    line-height: 20.4px;
    letter-spacing: 0.05em;
  }
  .service .service-packet .service-list:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service .service-packet .service-list:last-child .item-service {
    width: 49%;
  }
  .popular-coupons {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .popular-coupons h5 {
    margin-bottom: 25px;
  }
  .popular-coupons .packet-coupons {
    padding: 15px 11px 23px 11px;
  }
  .popular-coupons .packet-coupons .list-coupons-pc {
    max-width: 1000px;
    min-height: 154px;
  }
  .popular-coupons .packet-coupons .list-coupons-pc img {
    width: 100%;
  }
  .promotion {
    background: linear-gradient(92.49deg, #4675CB 0%, #52C6DD 100%);
    padding-top: 37px;
    padding-bottom: 26px;
  }
  .promotion .container-article h2 {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 22.4px;
    text-align: center;
  }
  .promotion .container-article .text-promotion-mb {
    display: block;
  }
  .promotion .container-article .content-promotion p {
    font-size: 11px;
    line-height: 18.7px;
  }
  .promotion .container-article .content-promotion .btn-promotion {
    width: 211px;
    height: 32px;
    margin-bottom: 16px;
    padding: 3px 0;
  }
  .text-pc {
    display: none;
  }
  .item-article {
    padding-bottom: 46px;
    margin-bottom: 40px;
  }
  .item-article .packet-article {
    flex-direction: column;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .item-article .packet-article .content-article {
    width: auto;
    text-align: center;
    padding: 51px 35px 37px 35px;
  }
  .item-article .packet-article .content-article .title {
    text-align: center;
    font-size: 13px;
    line-height: 22.1px;
    letter-spacing: 0.05em;
    margin-bottom: 11px;
  }
  .item-article .packet-article .content-article .caption {
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0.01em;
    margin-bottom: 35px;
  }
  .item-article .packet-article .content-article p {
    text-align: justify;
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }
  .item-article .packet-article .content-article .line-caption {
    margin-bottom: 35px;
  }
  .item-article .packet-article .content-article .button {
    text-align: center;
  }
  .item-article .packet-article .image-article {
    background-position: center;
    width: auto;
    border-radius: 0;
    min-height: 320px;
  }
  .item-article .packet-article .image-article .discount {
    padding: 105px 43px;
  }
  .item-article .packet-article .image-article .discount p {
    font-size: 16px;
    line-height: 27.2px;
  }
  .item-article .packet-article .image-article .discount p .number {
    font-size: 24px;
    line-height: 40.8px;
  }
  .item-article .template-room-list {
    padding: 34px 15px 0px;
    padding-top: 72.6px;
  }
  .item-article .template-room-list .list-room {
    display: block;
  }
  .item-article .template-room-list .list-room .packet-room-left {
    width: 90%;
    margin: 0 auto;
  }
  .item-article .template-room-list .list-room .packet-room-left .item-room-left {
    width: auto;
    padding: 12px 5%;
    margin-right: 0;
  }
  .item-article .template-room-list .list-room .packet-room-right {
    width: 90%;
    margin: 0 auto;
  }
  .item-article .template-room-list .list-room .packet-room-right .item-room-right {
    width: auto;
    padding: 12px 5%;
    margin-left: 0;
  }
  .item-article .template-room-list .list-room .room-name {
    font-size: 13px;
    font-weight: 600;
    line-height: 22.1px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .item-article .template-room-list .list-room p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20.4px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .item-article:last-child {
    margin-bottom: 47px;
  }
  .button {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 0 0 10px 10px;
    padding-top: 10px;
    padding-bottom: 12px;
    background-color: #FFFFFF;
  }
  .section-article {
    padding-top: 90px;
    padding-bottom: 51px;
  }
  .enjoyment {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .enjoyment .offer {
    padding-left: 0px;
  }
  .leisure {
    background-position: center;
  }
  .leisure .leisure-coating {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .offer {
    margin-bottom: 60px;
  }
  .offer h2 {
    line-height: 28px;
  }
  .offer p {
    font-size: 13px;
    line-height: 22.1px;
  }
  .flow {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .flow .content-flow .h3 {
    margin-bottom: 15px;
  }
  .flow .content-flow h2 {
    margin-bottom: 41px;
  }
  .flow .content-flow .list-flow {
    display: block;
  }
  .flow .content-flow .list-flow .item-flow {
    width: 100%;
    padding-bottom: 53px;
    margin-bottom: 70px;
  }
  .flow .content-flow .list-flow .item-flow .icon-flow {
    margin-bottom: 31px;
    max-width: 209px;
  }
  .flow .content-flow .list-flow .item-flow::after {
    left: 48%;
    top: 100%;
    transform: rotate(90deg);
    margin-left: 0;
    margin-top: 20px;
  }
  .faq {
    padding-bottom: 60px;
  }
  .faq .container-article .content-faq h3 {
    margin-bottom: 15px;
  }
  .faq .container-article .packet-question .question-title .icon-question {
    width: calc(100% - 15px);
  }
  .faq .container-article .packet-question .question-title .close-question {
    width: 15px;
  }
  .faq .container-article .packet-question .packet-answer {
    padding-right: 20px;
  }
  .faq .container-article .packet-question .packet-answer .answer {
    padding-left: 30px;
    text-align: justify;
  }
  .faq .container-article .packet-question .packet-answer .answer::before {
    padding-right: 10px;
    margin-left: -27px;
  }
}
@media (max-width: 767px) {
  .text-promotion-mb {
    display: block;
  }
  .line-break-mb {
    display: none;
  }
  .about .coating-about .container .packet-about .about-content {
    margin-bottom: 30px;
  }
  .popular-coupons .packet-coupons .coupons-left {
    max-width: 328px;
  }
  .popular-coupons .packet-coupons .coupons-right {
    max-width: 306.6px;
  }
  .popular-coupons .packet-coupons .list-coupons-pc {
    display: none;
  }
  .popular-coupons .packet-coupons .list-coupons-mb {
    display: block;
  }
  .popular-coupons .packet-coupons .list-coupons-mb .item-coupons-on {
    max-width: 297px;
    min-height: 149px;
    margin: 0 auto;
  }
  .popular-coupons .packet-coupons .list-coupons-mb .item-coupons-on img {
    width: 100%;
    height: 100%;
  }
  .popular-coupons .packet-coupons .list-coupons-mb .item-coupons-below {
    max-width: 315px;
    min-height: 154px;
    margin: 0 auto;
  }
  .popular-coupons .packet-coupons .list-coupons-mb .item-coupons-below img {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .service .service-packet .service-list {
    width: 100%;
  }
  .service .service-packet .service-list .item-service {
    padding: 15px 0 15px 0;
  }
  .service .service-packet .service-list:last-child {
    display: block;
  }
  .service .service-packet .service-list:last-child .item-service {
    width: 100%;
  }
  .flow .content-flow .list-flow .item-flow::after {
    left: 46.5%;
  }
  .faq {
    padding-bottom: 60px;
  }
  .faq .container-article .content-faq h3 {
    margin-bottom: 15px;
  }
  .faq .container-article .content-faq h2 {
    margin-bottom: 40px;
  }
  .item-article .template-room-list .list-room .packet-room-left {
    width: 100%;
  }
  .item-article .template-room-list .list-room .packet-room-left .item-room-left {
    padding: 12px 0;
  }
  .item-article .template-room-list .list-room .packet-room-right {
    width: 100%;
  }
  .item-article .template-room-list .list-room .packet-room-right .item-room-right {
    padding: 12px 0;
  }
  .item-article .packet-article .image-article {
    min-height: 233.33px;
  }
  .item-article .packet-article .image-article .discount {
    padding: 67px 43px;
  }
  footer .container-article .page-list {
    margin-bottom: 34px;
  }
  footer .container-article .page-list ul {
    padding-top: 2px;
    display: block;
    text-align: center;
  }
  footer .container-article .page-list ul li a {
    font-size: 13px;
    line-height: 32.5px;
  }
  footer .container-article .copyright {
    font-size: 12px;
    line-height: 20.4px;
  }
}
.template-room-list {
  transition: all 0.3s ease-in-out;
}

.arrow img {
  transition: transform 0.3s ease-in-out;
}

.arrow img.rotate {
  transform: rotate(180deg);
}/*# sourceMappingURL=top.css.map */

@media screen and (max-width: 368px) {
  header .packet-header {
    padding: 20px 12px ;
  }

  header .packet-header .header-left {
    padding: 2px 4px ;
  }

  header .packet-header .header-left a {
    width: 100px ; 
    height: 28px ; 
  }

  header .packet-header .header-right {
    gap: 5px ;
  }

  header .packet-header .header-right .btn-nav {
    width: 90px ;
    height: 27px ;
    min-width: auto ; 
  }

  header .packet-header .header-right .btn-nav a {
    font-size: 12px ; 
    line-height: 27px ;
  }
}

@media screen and (max-width: 1023px) {
  .about {
    background-size: cover;
    min-height: 540px;
    position: relative;
  }
}
@media screen and (max-width: 476px) {
  .about {
    background-size: cover;
    min-height: 620px;
    position: relative;
  }
}
@media screen and (max-width: 368px) {
  .about {
    background-size: cover;
    min-height: 630px;
    position: relative;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 32px;
  font-family: Arial, sans-serif;
  color: #666;
  border-top: 1px solid #ddd;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #333;
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 15px;
}

.copy-right-coontainer {
  cursor: default;
}
@media (min-width: 724px) {
  .footer {
    align-items: center;
  }
  .footer-links {
    flex-direction: row;
    justify-content: center;
    gap: 32px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1000px) {
  .index-footer .footer {
    padding-bottom: 75px;
  }
}

.button-center{
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.packet-about-video {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.about-content {
  flex: 1;
}

.about-video {
  flex: 1;
  max-width: 50%;
  position: relative;
  cursor: pointer;
}

.about-video video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s;
}

.about-video:hover .video-overlay {
  opacity: 1;
}

.play-icon {
  font-size: 48px;
  color: white;
  margin-bottom: 10px;
}

.click-text {
  color: white;
  font-size: 16px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 2% auto;
}

.modal-content video {
  width: 100%;
  max-height: 90vh;
}

.close-button {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 32px;
  cursor: pointer;
  z-index: 1001;
}

@media (max-width: 1000px) {
  .form-submit {
    display: flex;
    justify-content: center;
  }
}

.packet-about-video {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.about-video {
    flex: 1;
    max-width: 50%;
    position: relative;
    cursor: pointer;
}

@media (max-width: 768px) {
  .packet-about-video {
    flex-direction: column;
    padding: 1rem;
  }

  .about-content {
    order: 1;
    text-align: center;
  }

  .about-video {
    order: 2;
    max-width: 80%; 
    margin: 1rem auto; 
  }

  .modal-content {
      margin: 10% auto;
  }
}
@media (max-width: 768px) {
  .modal-content {
      position: relative;
      width: 90%;
      max-width: 1200px;
      margin: 50vh auto 0;
      transform: translateY(-50%); 
  }
  .close-button {
      position: absolute;
      top: -40px;
      right: 0;
      color: white;
      font-size: 32px;
      cursor: pointer;
      z-index: 1001;
  }
  .modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      z-index: 1000;
      overflow-y: auto; 
  }
}
@media (max-width: 1000px) {
  .form-submit {
      display: flex;
      justify-content: center;
  }
}