/* === modern-css-reset v1.4.0 by Andy Bell === */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500;700&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0 auto;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #app {
  isolation: isolate;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

em, address {
  font-style: normal !important;
}

html, body {
  font-size-adjust: 100%;
  -webkit-font-size-adjust: 100%;
  overflow-x: clip;
  overflow-y: visible;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

body {
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  max-height: 100%;
  background-color: #fafafa;
  color: #272832;
}

img {
  max-width: 100%;
  height: auto;
}

/* 初期状態：モバイル表示（SPファースト） */
.only-mobile {
  display: block;
}
.only-desktop {
  display: none;
}

/* PC表示：768px以上で切り替え */
@media screen and (min-width: 768px) {
  .only-mobile {
    display: none!important;
  }
  .only-desktop {
    display: block!important;
  }
}


/*slider*/
.slick-slider {
  position: relative; /
}

.slick-arrow {
  position: absolute!important;
  top: 50%!important;
  transform: translateY(-50%)!important;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background: url("../img/arrow2_left.png") center center no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}

.slick-prev {
  left: 0px; 
}
.slick-next {
  right: 0px;
  background-image: url("../img/arrow2_right.png");
}

@media (min-width: 769px) {
  .slick-prev {
    left: -20px; 
  }
  .slick-next {
    right: -20px;
  }
  .slick-arrow {
    width: 100px;
    height: 100px;
   }
 }

/*fix_btn*/
.fix-buttons {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  gap: 2vw;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.fix-buttons-inner{
  display: flex;
  margin: 0 auto 10px auto;
}
.fix-buttons a {
  width: 28%;
  max-width: 300px;
}


.fix-bg {
  position: absolute;
  z-index: -1;
  bottom: -9%;
  width: 100%;
}

body > div.fix-btn-wrapper > div > div.fix-bg > picture > img{
  width: 100%;
}

#lp_wrapper {
  width: 100%;
  max-width: 650px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 749px) {
  #lp_wrapper {
    width: 100%;
    max-width: initial;
  }
  .section-inner {
    max-width: 1000px;
    margin: 4% auto;
    padding: 0 20px; 
  }
}

@media screen and (max-width: 750px) {
  #lp_wrapper {
    width: 100%;
    max-width: 500px;
  }
}




#lp_header {
  line-height: 0;
}


/*共通*/
.offer-shop_item > h5{
  background-color: aliceblue;
  padding: 1%;
  margin-bottom: 4%;
  width: 100%;
  text-align: center;
  color: #4887d6;
  margin-top: 1%;
}

.offer_subtext1{
  width: 80%;
  margin: -6% auto 12% auto;
}
.offer-shop_box > h4{
  width: 90%;
  margin: 0 auto;
}

.offer-online01 {
  margin-top: -65%;
  width: 87%;
}
@media screen and (max-width: 768px) {
  .offer-online01 {
    margin-bottom: 8%;
  }
}

.offer-online {
  margin-top: 3%;
  margin-bottom: 5%;
  width: 87%;
}

.offer-shop02{
	margin-top: -5%;
    width: 87%;
}

.back {
	margin-top: 9%;
}


@media screen and (min-width: 769px) {
    .offer-online01 {
        width: 32%;
        margin-top: -23%;
        margin-left: 20%;
    }
	   .offer-shop02 {
        width: 32%;
        margin-top: -12.5%;
        margin-left: 51.5%;
        padding-bottom: 10%;
    }
}

/* --- スマートフォン向けのデフォルトスタイル --- */
.offer-shop_item {
  display: flex;
  flex-direction: column;
  align-items: center; 
  padding: 4% 4% 0 4%;
  text-align: center;

  h5 {
      font-size: 2em;
      margin-bottom: 20px;

  }
}

  .shop-details-wrapper {
      display: flex;
      flex-direction: column;
      width: 100%;
  }

  .offer-shop_left_column {
      width: 100%;
      margin-bottom: 20px;
      order: 1; 

    h6{
      text-align: center;
      font-size: 18px;
      padding: 2%;
  }

  .offer-shop_right_column {
      width: 100%;
      margin-bottom: 0;
      order: 0; 
  }

  .offer-shop_info {
      margin-bottom: 20px;
      h4 { /* JR「立川駅」駅ビル直結! */
          font-size: 1.1em;
          margin-bottom: 10px;
          color: #444;
      }
      .shop-hours {
          font-size: 1.1em;
          font-weight: bold;
          color: #555;
          margin-bottom: 10px;
          span {
              display: block;
          }
          .hours-label {
              background-color: #f0f0f0;
              padding: 3px 8px;
              border-radius: 4px;
              margin-right: 5px;
          }
          .holiday {
              background-color: #ffebee;
          }
      }
      address {
          font-style: normal;
          font-size: 0.95em;
          line-height: 1.6;
          color: #666;
      }
  }

  .offer-shop_cta,
  .offer-shop_tel {
      margin-top: 20px;
      a img {
          max-width: 90%;
          height: auto;
      }
  }
  .offer-shop_tel {
      margin-top: 15px;
  }


  .offer-shop_image {
      margin-bottom: 30px; /* 画像の下の余白（次の要素との間） */
      img {
          max-width: 100%;
          height: auto;
          display: block;
          margin: 0 auto;
      }
  }
}

.sp-br br {
  display: none;
}

@media (max-width: 768px) {
  .sp-br br {
    display: inline;
  }
}


/* --- PC向けのスタイル  --- */
@media screen and (min-width: 768px) {
  .offer-shop_item {
      flex-direction: column;
      align-items: flex-start;
      padding: 30px;
      max-width: 1200px;
      text-align: center;

      h5 {
          text-align: center;
          font-size: 30px;
      }

      .shop-details-wrapper {
          flex-direction: row; /* PCでは横並び */
          justify-content: space-between;
          align-items: flex-start;
          gap: 40px;
      }

      .offer-shop_left_column {
          width: 55%;
          margin-bottom: 0;
          order: 0; /* PCではデフォルトの順序に戻す */
      }

      .offer-shop_right_column {
          width: 40%;
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-bottom: 0;
          order: 0; /* PCではデフォルトの順序に戻す */
      }

      .offer-shop_info {
          h4 {
              font-size: 1.3em;
          }
          .shop-hours {
              span {
                  display: inline-block;
                  margin-right: 15px;
              }
          }
      }

      .offer-shop_tel {
          margin-top: 25px;
          a img {
              max-width: 100%;
          }
      }
      
      .offer-shop_image {
          margin-top: 0;
          margin-bottom: 0;
      }

      .offer-shop_cta {
          margin-top: 30px;
          text-align: left;
          a img {
              max-width: 100%;
          }
      }
  }
}


#lp_mv {
  position: relative;
  z-index: 2;
}

#lp_mv_2 {
  position: relative;
  z-index: 2;
}

#lp_mv > img{
  width: 100%;
}
#lp_mv_2 > img{
  width: 100%;
}


@media screen and (min-width: 749px) {
#shopSectionFV {
    padding-top: 3%;
background: #fff;
    }
	}

#lp_intro {
	position: relative;
  line-height: 0;
  background: url("../img/intro_bg.png") center top no-repeat;
  background-size: cover;
  text-align: center;
  margin-top: -9.3333333333%;
  padding-bottom: 1.7333333333%;
}

#lp_intro.test2 {
  background: none;
}
#lp_intro h2 {
  width: 81.6%;
  margin: 0 auto;
  padding: 12.9333333333% 0 3.3333333333%;
}
#lp_intro ul {
  display: flex;
  justify-content: center;
  column-gap: 2.6666666667%;
}
#lp_intro ul li {
  flex-basis: 28.4%;
}

#lp_intro > ul {
  position: absolute;
  bottom: 8%; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 749px) {
.lp_intro-pc {
	position: absolute;
  	margin-top: -20px;
    padding-bottom: 64px;
    margin: -10% 0% 0% 0% !important;
	width:100%;
    }
	
	.lp_intro-pc > ul {
    max-width: 1000px;
	position: relative;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 85%;
  padding: 0;
  margin: 0;
}
}



#lp_gift {
  width: 90%;
  margin: -20px auto 0;  
  position: relative;
  text-align: center;
  z-index: 3;
}

#lp_gift figure {
  margin-top: 2%;
  margin-bottom: 2%;
}

#lp_gift figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 1100px) {
  .only-mobile   { display: block !important; }
  .only-desktop  { display: none  !important; }
}

@media (min-width: 769px) {
  .only-desktop  { display: block !important; }
  .only-mobile   { display: none  !important; }

  #lp_gift {
    max-width: 1000px;
    margin: -40px auto 0;  
  }
}




#lp_support {
  width: 90%;
  margin: -20px auto 0;  
  position: relative;
  text-align: center;
  z-index: 3;             
}

#lp_support h2 img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}

#lp_support figure {
  margin-top: 2%; 
}

#lp_support figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#lp_support h2 {
  position: relative;
  z-index: 3;
  margin-top: 0;
}

@media (max-width: 768px) {
  #lp_support .support_image1 {
    margin-bottom: 8%; 
  }
}

@media (max-width: 1100px) {
  .only-mobile   { display: block !important; }
  .only-desktop  { display: none  !important; }
}

@media (min-width: 769px) {
  .only-desktop  { display: block !important; }
  .only-mobile   { display: none  !important; }

  #lp_support {
    max-width: 1000px;
    margin: -40px auto 0;  
  }
}


#lp_problem {
  width: 90%;
  margin: 4% auto;
  position: relative;
  text-align: center;
}

#lp_problem .problem_title img {
  width: 55%;        
  max-width: 480px;  
}

@media (min-width: 769px) {
  #lp_problem .problem_title img {
    width: 60%;        
    max-width: 724px;  
  }
}

#lp_problem .problem_image {
  margin: 0 auto 24px;   
  max-width: 100%;
}

#lp_problem .problem_image + .problem_image {
  margin-top: 12px;     
}

@media (min-width: 769px) {
  #lp_problem {
    max-width: 1000px;
  }
  #lp_problem .problem_image {
    margin-bottom: 20px; 
  }
  #lp_problem .problem_image + .problem_image {
    margin-top: 12px;    
  }
}

#lp_problem .problem_image2 { text-align: left; }
#lp_problem .problem_image2 img {
  margin: -25px auto auto -6px;
}




#lp_voice {
  padding-bottom: 12%;
  background: url("../img/voice_bg.png") center bottom no-repeat;
  background-size: contain;
  line-height: 0;
}
#lp_voice h2 {
  width: 70.6666666667%;
  margin: 0 auto 4%;
}
#lp_voice .slick-dots {
  display: flex;
  justify-content: center;
  font-size: 2.1333333333vw;
  margin: 1em auto 0;
  column-gap: 1.4em;
}
@media (min-width: 769px) {
  #lp_voice .slick-dots {
    font-size: 16px;
  }
}
#lp_voice .slick-dots li {
  flex-basis: 1em;
  opacity: 0.2;
}
.slick-dots li button {
  font-size: 2.1333333333vw;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  outline: none;
  border-radius: 1em;
  background-color: #1a74bd;
  cursor: pointer;
}

#lp_voice .slick-dots li.slick-active {
  opacity: 1;
}


@media (max-width: 768px) {
  #lp_voice .voice-item {
    margin-bottom: 12px;
  }
}



#lp_check {
  line-height: 0;
  padding-top: 2%;
}
#lp_check h2 {
  width: 91.8666666667%;
  margin: 0 auto;
}

.slick-dots {
  display: flex;
  justify-content: center;
  font-size: 2.1333333333vw;
  column-gap: 1em;
  width: 30%;
  margin: 1% auto 5%;
}
@media (min-width: 769px) {
 .slick-dots {
    font-size: 16px;
    max-width: 130px;
  }
}
 .slick-dots li {
  flex-basis: 1em;
  opacity: 0.2;
}
.slick-dots li button {
  font-size: 2.1333333333vw;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  outline: none;
  border-radius: 1em;
  background-color: #1a74bd;
  cursor: pointer;
}
@media (min-width: 769px) {
  #lp_check .slick-dots li button {
    font-size: 16px;
  }
}
.slick-dots li.slick-active {
  opacity: 1;
}
#lp_check figure {
  width: 85.0666666667%;
  margin: 3.3333333333% auto;
}



#lp_faq {
  background-color: #e9f3fc;
  padding-top: 2%;
  padding-bottom: 6%;
}
#lp_faq h2 {
  width: 52.9333333333%;
  margin: 0 auto 7.0666666667%;
}
#lp_faq details {
  width: 90.9333333333%;
  margin: auto;
  border-bottom: solid 1px #fff;
}
#lp_faq details summary {
  display: list-item;
  list-style: none;
  background-color: #1a73be;
  font-size: 3.2vw;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  padding: 0.75em 2.5em;
  position: relative;
  cursor: pointer;
  color: #fff;
}
@media (min-width: 769px) {
  #lp_faq details summary {
    font-size: 24px;
  }
}
#lp_faq details summary::before, #lp_faq details summary::after {
  content: "Q.";
  font-size: 1.66em;
  position: absolute;
  font-weight: 700;
  top: 0;
  left: 0.4em;
}
#lp_faq details summary::after {
  content: "+";
  left: auto;
  right: 0.4em;
}
#lp_faq details p {
  font-size: 3.2vw;
  line-height: 1.6666666667;
  padding: 0.75em 2.5em;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  color: #1a74bd;
}
@media (min-width: 769px) {
  #lp_faq details p {
    font-size: 24px;
  }
}
#lp_faq details p::before {
  content: "A.";
  font-size: 1.66em;
  position: absolute;
  font-weight: 700;
  top: 0;
  left: 0.4em;
}
#lp_faq details[open] summary::after {
  content: "-";
}


#lp_footer {
  font-size: 14px;
  background-color: #1a74bd;
  color: hsl(0, 0%, 100%);
  padding: 4% 5%; 
  line-height: 1.4788302052;
  letter-spacing: 0.02em;
}

#lp_footer .section-inner {
  padding: 0 !important;
  margin: 0 !important;
}

#lp_footer .footer-address {
  margin: 0 !important;
  padding: 0 !important;
}

/* PC用 */
@media (min-width: 750px) {
  #lp_footer {
    padding: 3% 5%;
  }
  .copyright {
    margin: 1% auto;
  }
  body > div.footer-policy-links > div {
    margin: 0 auto;
  }
}

#lp_footer a {
  color: inherit;
}

#terms-modal > div > h4 {
  background-color: #f3f3f3;
  padding: 4%;
  margin: 10% 0 4% 0;
}

#terms-modal > div > ul:nth-child(16) {
  border: 1px solid;
  padding: 5%;
  margin: 4%;
}

.footer-policy-links {
  text-align: center;
  font-size: 14px;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-policy-links >div > a {
  text-decoration: none;
  color: #005A8D;
}

.copyright {
  text-align: center;
  margin: 1.5rem 0;
}


.store-container {
  max-width: 1200px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 20px;
}
.store-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.store-card img {
  width: 100%;
  height: auto;
  display: block;
  padding: 5% 4% 4% 4%;
}
.store-card-body {
  padding: 1% 4% 4% 4%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.store-card-body h3 {
  margin: 4% auto 9% auto;
  font-size: 1.4em;
  color: #4887d6;
  text-align: center;
}

.store-info {
  display: flex;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}
.store-info:last-of-type {
  border-bottom: none;
}
.store-info .label {
  flex: 0 0 30%;
  font-weight: bold;
  white-space: nowrap;
}
.store-info .value {
  flex: 1;
  line-height: 1.4;
}
.store-button-container {
  max-width: 260px;
  margin: 5% auto 0% auto;
  text-align: center;
  width: 90%;
}
.store-button-container a {
  display: block;
  padding: 10%;
  background-color: #0066cc;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .store-container {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=index.css.map */

.offer_call img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

@media screen and (min-width: 769px) {
  .offer_call img.only-desktop {
    margin-top: 5%;
  }
}

