@charset "UTF-8";
h1 {
  position: absolute;
  top: 0;
}
.header-contents {
  width: 100%;
}
.mypage .section-contents {
  width: 90%;
}

main {
  padding: 70px 0 80px;
}
.header-contents {
  background-color: #fff;
}
.nagano_logo {
  min-width: 195px;
  padding: 8px 13px;
}
.mypage .text p {
  text-align: center;
  padding-bottom: 30px;
}

h2::after {
  content: "";
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 7px;
  display: block;
  background-size: contain;
  background-position: center;
  margin-top: 13px;
}
.stamp-seat {
  background-color: #dadff6;
  padding: 35px 0;
  border-radius: 25px;
  margin: 0 auto;
}

.stamp-seat ul {
  display: flex;
  width: 90%;
  min-width: 230px;
  margin: 0 auto 20px;
}
.stamp-seat li {
  width: 50%;
  font-weight: 500;
  margin-bottom: 5px;
}
.mypage .shop-info .shopname {
  font-size: 1.4375rem;
  padding-bottom: 0;
}
.mypage .shop-info div {
  position: relative;
}
.stamp-on,
.join {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mypage .stamp-on.stamp-active {
  display: inline-block;
}

.mypage .join.no-join {
  display: inline-block;
}
.mypage .speechBubble {
  width: 95%;
  background-color: #fff;
  color: #845bbb;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  min-width: 260px;
  max-width: 340px;
}
.mypage .speechBubble p {
  font-size: 0.875rem;
}
.mypage .speechBubble::after {
  border-color: #fff transparent transparent;
}
.mypage .speechBubble::before {
  border-width: 15px 13px 0 13px;
}
.shop-info img {
  width: 26vw;
  max-width: 250px;
  min-width: 110px;
}
.footer-fixed {
  height: 60px;
  width: 100%;
  bottom: 0;
  position: fixed;
  background-color: #5965d0;
  padding: 0;
  max-width: unset;
}
.footer-fixed ul {
  display: flex;
  height: 100%;
  justify-content: center;
}
.footer-fixed li {
  width: 25%;
  text-align: center;
}
.footer-fixed li img {
  width: 100%;
  max-width: 30px;
  min-width: 25px;
  height: 30px;
  margin: 5px 0;
  object-fit: contain;
}
.footer-fixed li a {
  display: block;
}
.footer-fixed p {
  padding-bottom: 5px;
  font-size: 0.75rem;
}

/* spot */
.spot select {
  border: 1px solid #5965d0;
  border-radius: 5px;
  padding: 6px;
  font-size: 1rem;
  background: #fff;
  max-width: 500px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/spot/arrow_select.svg) no-repeat center right 10px / auto;
  width: 160px;
}

.map {
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 500px;
  margin: 30px auto 0;
  overflow: hidden;
  padding-bottom: 150px;
}
.map iframe {
  position: relative;
  top: -125px;
  aspect-ratio: 1 / 1.25;
}

.shop-info .shop-image img {
  width: 100%;
  max-width: 500px;
  min-width: 200px;
  aspect-ratio: 2 / 1.35;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 50px;
}
.shop-info .section-contents p {
  font-size: 0.875rem;
  margin-bottom: 50px;
  font-weight: 300;
  width: 100%;
}

.shop-info .section-contents .midashi-large {
  font-size: 1.375rem;
  font-weight: 400;
  color: #845bbb;
  display: block;

  margin-bottom: 25px;
}
.shop-info .section-contents .midashi-small {
  font-size: 1rem;
  font-weight: 400;
  color: #845bbb;
  display: block;
  margin-bottom: 20px;
}
.shop-info .section-contents ul {
  margin-bottom: 50px;
}
.shop-info .section-contents li {
  line-height: 1.5;
  font-size: 0.875rem;
  padding-bottom: 10px;
  display: flex;
  font-weight: 300;
  align-items: start;
  text-align: left;
}
.shop-info .section-contents li::before {
  content: "";
  display: block;
  min-width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: 7px;
  background-color: #5965d0;
}
body.shop-info .before_joining,
.about-purune .before_joining {
  background: #f3f6ff;
  border-top: 2px dotted #845bbb;
  border-bottom: 2px dotted #845bbb;
  padding: 10px 20px;
  margin-bottom: 50px;
}
.shop-info .section-contents .before_joining .midashi-small {
  margin-bottom: 10px;
}
.before_joining-wrap {
  width: 90%;
  margin: 0 auto;
}

.before_joining .info-large {
  font-weight: 400;
  padding-right: 10px;
}
.shop-info .section-contents .before_joining ul {
  margin-bottom: 10px;
}
.shop-info .section-contents li.mapicon {
  display: flex;
}

.shop-info li.mapicon img {
  width: 100%;
  max-width: 23px;
  min-width: 20px;
  margin-left: 5px;
  height: auto;
}
.other-icon {
  display: flex;
}
.other-icon img {
  width: 100%;
  max-width: 24px;
  min-width: 23px;
  height: 23px;
  margin-right: 15px;
}

.shop-info .section-contents .btn1 {
  margin: 0 auto;
}

.h2-sub {
  font-size: 1.625rem;
}
.bg-purune-img {
  background-image: url(../images/miryoku/purune2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  padding-top: 35%;
  /* background-attachment: fixed; */
}

.about-purune section:first-child:after {
  content: "";
  background-color: #fff;
  filter: blur(20px);
  display: block;
  width: 100%;
  height: 77px;
  position: relative;
  top: -35px;
}

.purune-text {
  width: 90%;
  max-width: 800px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: left;
  margin: 0 auto;
  border-radius: 20px;
  padding: 80px 0 40px;
}
.purune-text p {
  margin-bottom: 50px;
  line-height: 2;
  margin: 0 auto 50px;
  padding: 0 10%;
}
.purune-text p:last-child {
  margin-bottom: 0;
}

.purune-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.about-purune .purune-text-wrap h2::after {
  content: unset;
}
.purune-text-wrap {
  width: 56%;
}
.purune-contents img {
  width: 40%;
}
.section-contents.syun h2::after {
  content: unset;
}
.syun-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.syun-wrap.sp {
  display: none;
}
.syun-wrap p {
  width: 53%;
}
.syun-wrap img {
  width: 22.5%;
  max-width: 200px;
  min-width: 150px;
  height: auto;
}

.graph {
  width: 100%;
  max-width: 900px;
  min-width: 180px;
  margin-bottom: 60px;
  word-break: auto-phrase;
}

.before_joining h2::after {
  content: unset;
}
.fukidashi {
  width: 100%;
  max-width: 300px;
  margin-bottom: 60px;
}

.questionnaire .before_joining {
  padding: 40px 0;
}
.questionnaire p {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.questionnaire .btn2 {
  margin: 60px auto 0;
}
.questionnaire .btn2 p {
  display: inline-block;
}
.questionnaire .btn1 {
  margin: 0 auto;
}
.questionnaire .btn1 .btn1-arrow {
  right: 0;
  left: 15px;
}
.questionnaire .btn1-arrow {
  transform: rotate(180deg);
}
footer {
  padding: 40px 0 80px;
}

.about-purune .footer-fixed {
  display: none;
}
/* 個人情報 */
.kojinjouhou-page .section-contents p {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .syun-wrap.pc {
    display: none;
  }
  .syun-wrap.sp {
    display: block;
  }
  .nagano_logo {
    min-width: 170px;
  }
  .h2-sub {
    font-size: 1.25rem;
  }
  .purune-contents {
    display: block;
    margin-bottom: 80px;
  }

  .purune-text-wrap {
    width: 100%;
  }

  .purune-text-wrap p {
    margin-bottom: 30px;
  }
  .purune-contents img {
    width: 100%;
    max-width: 440px;
  }
  .mypage .shop-info .shopname {
    font-size: 0.75rem;
  }
  .section-contents .purune-contents:last-child {
    display: flex;
    flex-direction: column-reverse;
  }
  .syun-wrap {
    display: block;
    margin-bottom: 0;
  }
  .syun-wrap p {
    width: 100%;
    padding: 20px 0;
  }
  .purune-img-wrap {
    display: flex;
    justify-content: center;
  }

  .syun-wrap img {
    min-width: 100px;
    margin: 10px;
  }
  .questionnaire .btn2 {
    min-width: 200px;
  }
  .questionnaire .btn2 p {
    letter-spacing: -1px;
    padding-left: 0;
  }
  .purune-text {
    padding: 60px 0 40px;
  }
  footer {
    padding: 60px 0 80px;
  }

  .kojinjouhou-page .section-contents p {
    font-size: 0.875rem;
  }
}
