@charset "UTF-8";

/* 調整用スタイル */

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 1.7;
  color: #4b4b4b;
  background-color: #FDF4F4;
  margin: 0px;
}

a {
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-size: 14px;
  color: inherit;
}

img {
  max-width: 100%;
}

/* Header Styling */
header.header01 {
  display: flex;
  justify-content: center;
  height: 120px;
  padding: 0 10px;
  border-bottom: 1px solid #E0E0E0;
  box-sizing: border-box;
  overflow: hidden;
}

header.header01 .logo {
  margin-top: 10px;
}

header.header01 .logo img {
  max-height: 100%;
  height: 100px;
  width: auto;
  object-fit: contain;
}

/* main Styling */
.main01 {
  margin: auto 10px;
}

.text {
  text-align: center;
}

.text .text01 {
  font-size: 18px;
  font-weight: 500;
  text-decoration: 2px 2px #E55656;
  margin: 1rem 1rem;
}

.text01 .br_span {
  display: inline-block;
}

.text .text02 {
  font-size: 16px;
  font-weight: 500;
  text-decoration: 2px 2px #E55656;
  margin: 1rem 1rem;
}

.text02 .br_span {
  display: inline-block;
}

.text .text03 {
  font-size: 16px;
  font-weight: 500;
  text-decoration: 2px 2px #E55656;
  margin: 1rem 1rem;
}

.text03 .br_span {
  display: inline-block;
}


/* section-title Styling */
h2.section-title {
  max-width: 768px;
  display: flex;
  position: relative;
  background: #FADBDB;
  padding: 2px 5px 2px 50px;
  font-size: 20px;
  font-weight: bold;
  color: #4b4b4b;
  border-radius: 30px 30px 30px 30px;
  margin: 10px auto;
}

h2.section-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #E55656;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

#stamprally h2.section-title {
  background: #aedef0;
}

#stamprally h2.section-title::before {
  background: #0073a9;
  content: "\f5bf";
}

#how-to h2.section-title::before {
  content: "\3f";
}

#sample-ar h2.section-title::before {
  content: "\f030";
}

#outline h2.section-title::before {
  content: "\f0eb";
}

/* ─── デジタルスタンプラリー2025 セクション START ─── */
.section-stamprally .stamprally-content {
  max-width: 768px;
  margin: 1.5rem auto;
  padding: 1.5rem 1.5rem;
  background-color: #FAF9F6;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* .section-stamprally .period, */
.section-stamprally .summary {
  margin-bottom: 1.4rem;
}

.section-stamprally .steps,
.section-stamprally .stamp-sheet-cta,
.section-stamprally .prizes,
.section-stamprally .pofficial-link-cta,
.section-stamprally .notes {
  margin-top: 1.0rem;
}

.section-stamprally .stamp-title-img {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}

.section-stamprally .stamp-title-img img {
  width: 100%;
  height: auto;
  display: block;
}

.event-text {
  font-size: 20px;
  font-weight: 600;
  color: #4b4b4b;
  text-align: center;
  text-shadow: 3px 3px #aedef0;
}

.event-text .br_span {
  display: inline-block;
}

.section-stamprally h3 {
  font-size: 18px;
  font-weight: bold;
  color: #4b4b4b;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  border-left: solid 5px #0073a9;
}

/* 開催期間 */
.section-stamprally .period p {
  font-size: 20px;
  font-weight: bold;
  color: #1e3050;
  padding-left: 1rem;
}

/* 参加手順グリッド */
.section-stamprally .steps .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.section-stamprally .steps .step-item {
  text-align: center;
}

.section-stamprally .steps .step-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.section-stamprally .steps .step-item p {
  font-size: 14px;
  color: #4b4b4b;
}

.section-stamprally .steps p {
  font-size: 12px;
  color: #777;
  margin-top: 0.5rem;
}

@media screen and (max-width: 600px) {
  .section-stamprally .steps .steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

/* スタンプシートCTAブロック */
.btn-open-sheet {
  margin: 1rem auto 2rem;
  position: relative;
  text-decoration: none;
  color: #fff;
  display: block;
  max-width: 300px;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  background-color: #0073a9;
  font-size: 1.2rem;
  /* font-weight: bold; */
  transition: transform .2s;
}

.btn-open-sheet:active {
  transform: scale(.95);
}

/* 景品交換 */
.section-stamprally .prizes .schedule {
  margin: 0.5rem 0 1.0rem 0;
  list-style: disc inside;
  margin-left: 0.5rem;
  font-size: 16px;
  font-weight: bold;
  color: #1e3050;
  list-style-type: none;
  list-style-position: outside;
}

.section-stamprally .prizes .schedule .redemption-date {
  font-size: 24px;
}

.section-stamprally .prizes .schedule .otsukimi {
  color: #e94b30;
}

.section-stamprally .prizes .schedule .tamakumin {
  color: #f7ab00;
}

/* マーカーを消す */
.section-stamprally .prizes .note {
  list-style: none;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 12px;
  color: #777;
  line-height: 1.6;
}

/* ハンギングインデント：折り返しを「※ + 半角スペース」幅だけ下げる */
.section-stamprally .prizes .note li {
  margin: .3rem 0;
  padding-left: 1.2em;
  /* ※(1em) + 全角スペース(1em) */
  text-indent: -1em;
}

.section-stamprally .prizes .prizes-img {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
  margin-left: 1.5rem;
}

.section-stamprally .prizes .prizes-img img {
  width: 60%;
  height: auto;
  display: block;
}

/* 画面が広いときは 30% に */
@media (min-width: 900px) {
  .section-stamprally .prizes .prizes-img img {
    width: 30%;
  }
}

@media (min-width: 630px) {
  .section-stamprally .prizes .schedule {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    column-gap: 2rem;
    /* 横の間隔 */
    row-gap: 1.25rem;
    /* 折返し時の縦間隔 */
    align-items: start;
    /* テキスト頭を揃える */
  }

  .section-stamprally .prizes .schedule li {
    padding: .6rem 0 1.15rem;
    /* 既存と同等の余白。お好みで調整可 */
  }
}

/* 注意事項 */
.section-stamprally .notes ul {
  list-style: disc inside;
  margin-left: 1.4rem;
  list-style-type: disc;
  list-style-position: outside;
}

.section-stamprally .notes ul li {
  font-size: 14px;
  color: #4b4b4b;
  margin-bottom: 0.5rem;
}

/* ─── デジタルスタンプラリー2025 セクション END ─── */

/* map Styling */
.google-map {
  height: 480px;
  max-width: 768px;
  overflow: hidden;
  margin: 10px auto;
}

/* google-mapのヘッダー非表示 */
/* .google-map iframe {
  width: 100%;
  height: calc(100% + 60px);
  margin-top: -60px;
} */

.comment-area01 {
  max-width: 760px;
  margin: 0 auto;
}

.comment01-1 {
  font-size: 10px;
  margin: 5px 0 10px 0;
  padding-left: 1em;
}

.comment01-1::before {
  content: "※";
  margin-left: -1em;
}

.comment01-1 .br_span {
  display: inline-block;
}

/* how-to Styling */
.timeline01 {
  width: 700px;
  margin: 0 auto;
}

.timeline01 .title {
  font-size: 16px;
  font-weight: bold;
  color: #454545;
  text-shadow: 2px 2px #7CEBA8;
}

.timeline01 .description {
  font-size: 14px;
  margin-right: 10px;
}

.timeline01 .list {
  padding-left: 3rem;
  padding-bottom: 1.5rem;
  margin-right: -1.5rem;
  counter-increment: section;
  position: relative;
  background-color: #EFFCF4;
}

.timeline01 .list::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #d3d4d7;
  position: absolute;
  top: 0;
  left: 0;
}

.timeline01 .list::after {
  font-size: 0.7rem;
  font-weight: bold;
  background-color: #7CEBA8;
  color: #4b4b4b;
  border-radius: 30px;
  text-align: center;
  width: 60px;
  padding: 5px 0;
  position: absolute;
  top: 0;
  left: -1.8rem;
}

.timeline01 .list:nth-child(1)::after {
  content: "STEP1";
}

.timeline01 .list:nth-child(2)::after {
  content: "STEP2";
}

.timeline01 .list:nth-child(3)::after {
  content: "STEP3";
}

/* image Styling */
.image01 {
  margin: 0 1rem 0 1rem;
  text-align: center;
}

.image01 .img01 {
  width: 500px;
  height: auto;
}

.image01 .img02 {
  width: 300px;
  height: auto;
}

@media screen and (max-width: 600px) {
  .image01 .img02 {
    width: 240px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .timeline01 {
    width: 80%;
  }

  .timeline01 .list {
    padding-left: 3rem;
  }
}

.list .description .br_span {
  display: inline-block;
}

/* sample-ar Styling */
.pc-view {
  text-align: center;
}

.qr-img {
  margin-top: 25px;
  width: 280px;
  height: auto;
}

.mobile-view {
  text-align: center;
  margin-top: 35px;
}

.mobile-view .btn {
  display: none;
}

@media screen and (max-width:768px) {
  .pc-view {
    display: none;
  }

  .mobile-view .btn {
    display: inline-block;
    padding: 0.4em 1.6em;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    user-select: none;
    background: #7CEBA8;
    border: 3px #fff solid;
    box-shadow: 0 0 0 3px #7CEBA8;
  }
}

.comment-area02 {
  text-align: center;
}

.comment02-1 {
  font-size: 20px;
  font-weight: bold;
  display: inline;
  border-bottom: solid 3px #7CEBA8;
}

.comment02-2 {
  position: relative;
  color: white;
  background: #E55656;
  display: inline-block;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.comment02-3 {
  font-size: 10px;
  margin: 5px 0 10px 0;
}

.comment02-2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  font-weight: 900;
  position: absolute;
  left: 0.5em;
}

.box01 {
  padding: 1em;
  position: relative;
  z-index: 0;
  background-color: #7CEBA8;
  width: 270px;
  text-align: center;
  margin: 1rem auto;
}

.box01:before {
  position: absolute;
  border: 2px dashed #fff;
  content: '';
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 5px;
  z-index: -1;
  border-radius: 3px;
}

.flyer-link-button {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}

/* footer Styling */
.footer01 {
  padding: 2rem 1rem 1rem;
  background: #4b4b4b;
  color: #E0E0E0;
}

.footer01__inner {
  text-align: center;
}

.link-button-area {
  margin-bottom: 30px;
}

.external-link-button {
  position: relative;
  color: #E0E0E0;
  font-weight: bold;
  font-size: 20px;
  text-decoration: underline;
}

.external-link-button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f08e";
  font-weight: 900;
  font-size: 60%;
  position: absolute;
  padding: 0.5rem 0 0 0.6rem;
}


.logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  width: auto;
  height: 75px;
  margin: 1rem auto;
}

.logos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact h2 {
  display: inline-block;
  font-size: 20px;
  border-top: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  margin: 1.2rem 0 0.8rem 0;
}

.contact01-1 p {
  display: inline-block;
  margin: 0 0 0 0;
}

.contact02-1 p {
  display: inline-block;
  margin: 0 0 0 0;
}

.tel p {
  position: relative;
  display: inline-block;
  padding: 0 0.5em 0.5em 1.8em;
  margin: 0 0 0 0;
  font-size: 20px;
}

.tel p:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  position: absolute;
  left: 0.4em;
}

.mail p {
  position: relative;
  display: inline-block;
  padding: 0 0.5em 0.5em 1.8em;
  margin: 0 0 0 0;
  font-size: 18px;
}

.mail p:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  position: absolute;
  left: 0.4em;
}

.copy {
  margin-top: 2rem;
}