<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* --------------------------------------------------------------------------------------------

CTAボタン

-------------------------------------------------------------------------------------------- */
.top_box {
  position: relative;
}
.cta-area.CTA01 {
  position: absolute;
  bottom: 15%;
}
.CTA01 {
  width: 100%;
  position: absolute;
  bottom: 14%;
}
.CTA02 {
  width: 100%;
  position: absolute;
  bottom: 3%;
}
.CTA03 {
  width: 100%;
  position: absolute;
  bottom: 8.5%;
}
/* CTAボタン アニメーション */
.cta-area {
  width: 100%;
}
.cta-area img {
  width: 100%;
}

.CTA01 img, .CTA02 img {
  width: 100%;
}
.google_MAP {
  width: auto;
}
@media screen and (min-width:501px) {
  .CTA01 img, .CTA02 img {
    width: 100%
  }
  .google_MAP {
    width: 100%;
  }
}

/* ヘッダーボタン アニメーション */
.reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
}
@keyframes reflection {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0.5;
  }
  81% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.keyframe2 {
    animation-name: anim_sc;
    transform: scale(0.91, 0.91);
}
@keyframes anim_sc {
  100% {
    transform: scale(1,1);
  }
}
.animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 0.6s;
    width: 128px;
}
/* --------------------------------------------------------------------------------------------

その他

-------------------------------------------------------------------------------------------- */
.pointplace_box {
  position: relative;
}
.privilege {
  background: #8ccccc;
}
.concept_box {
  position: relative;
}
div#cta-button {
  width: 50%;
}
.offer_box {
  position: relative;
  margin-bottom: -2px;
}
.btn {
  max-width: 100%;
}
.topBtn {
  position: fixed;
  bottom: 1vh;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 999;
  cursor: pointer;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  width: 80%;
}
.btn{
 width: 100%;
}

@media screen and (min-width: 500px){
.topBtn {
    width: 400px;
	}}
/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}

div#contents {
    margin-bottom: clamp(100px, 40vw, 150px);
}</pre></body></html>