/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  line-height: 1.4;
  scroll-behavior: smooth;
  font-size: 62.5%;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
footer {
  color: white;
  background: #222;
}

body {
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  height: 100vh;
  margin: 0;
  background: #fae6f3;
  background: linear-gradient(
    90deg,
    rgba(250, 230, 243, 1) 0%,
    rgba(248, 197, 172, 1) 50%,
    rgba(250, 230, 243, 1) 100%
  );
  background-size: 200% 200%;
  animation: gradientAnimation 5s infinite alternate;
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

ul,
ol {
  padding-inline-start: 0px;
}

ol {
  padding-left: 1.5rem;
}

.headLogo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  padding: 0.3em;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 40px;
}

.headLogo img {
  width: 180px;
}

#heroimg picture img {
  width: 90vw;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 35px;
}

.container {
  margin: 0 auto;
  padding: 40px 20px 80px;
  width: 90vw;
  max-width: 1280px;
  background-color: #fff;
}

.container img {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.container .p_list img {
  max-width: 980px;
}

.w30p {
  width: 30%;
  margin: 0 auto;
}

.w60p {
  width: 60%;
  margin: 0 auto;
}

.w80p {
  width: 80%;
  margin: 0 auto;
}

.mt2 {
  margin-top: 2rem;
}

.mt5 {
  margin-top: 5rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.txtc {
  text-align: center;
}

.txtc:has(.disc_btn) {
  margin-top: auto;
}

.red {
  color: red;
}

nav {
  display: grid;
  padding: 1rem;
}

nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
  row-gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

.button {
  font-size: 16px;
  font-family: inherit;
  font-weight: 700;
  padding: 6px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

.button .button-inner {
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ea609f;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  color: #fff;
  padding: 0.7em 1.5em;
  padding-left: 1.2em;
  text-decoration: none;
}
.button .button-inner.golist {
  background: #f08300;
}
.button:hover:not(.no-anim) {
  transform: translateY(-8px);
}

.disc_btn {
  display: inline-block;
  margin-top: 1.5em;
  padding: 0.5em 3.5em;
  background: #ea609f;
  color: #fff;
  text-decoration: none;
  border-radius: 200px;
  transition: 0.3s;
}

.disc_btn:hover {
  opacity: 0.8;
}

/* comingsoon関連 */

.disc_btn_cs {
  display: inline-block;
  margin-top: 1.5em;
  padding: 0.5em 3.5em;
  background: #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
}

.cs {
  color: #fff;
}
/*  */

footer {
  padding: 2rem;
  font-size: 1.5rem;
  color: #9ca3af;
  background: #fdf1f7;
}

.footer__navi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 2rem;
}

.footer__navi li {
  display: inline-block;
}

.footer__navi li:not(:last-child) {
  margin-right: 16px;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.ttl_frame {
  border-top: 1px solid #86999f;
  border-bottom: 1px solid #86999f;
  text-align: center;
  margin: 8rem 0 5rem 0;
  padding: 1.2em 0;
  background: #fdf1f7;
}

.balloon-img {
  width: 100%;
  display: block;
}

.ttl_text {
  z-index: 1;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  text-align: center;
  color: #000;
  letter-spacing: 0.2em;
}

.box {
  padding: 3rem;
  border: 3px solid #eaeef2;
  background-color: #fff;
}

.box h3:first-child {
  margin-top: 0;
}

.informationgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  row-gap: 40px;
  padding: 0 20px;
}

.informationgrid .box {
  position: relative;
  display: flex;
  flex-direction: column;
}

.sec-txt {
  text-align: center;
}

/*
.informationgrid .box:nth-child(1):before {
     position: absolute;
    content: "1";
    font-size: 120px;
    color: #05449c;
    right: 8px;
    top: -80px;
    font-weight: bold;
}

.informationgrid .box:nth-child(2):before {
     position: absolute;
    content: "2";
    font-size: 120px;
    color: #E0261E;
    right: 8px;
    top: -80px;
    font-weight: bold;
}

.informationgrid .box:nth-child(3):before {
     position: absolute;
    content: "3";
    font-size: 120px;
    color: #05449c;
    right: 8px;
    top: -80px;
    font-weight: bold;
}
*/

.reserve-caution {
  position: relative;
  width: 85%;
  margin: 40px auto;
  padding: 60px;
  border-top: solid 1px #86999f;
  border-bottom: solid 1px #86999f;
  color: #fff;
}

.reserve-caution::before {
  content: "";
  position: absolute;
  border-top: solid 1px #86999f;
  top: -4px;
  left: 0;
  width: 100%;
}

.reserve-caution::after {
  content: "";
  position: absolute;
  border-bottom: solid 1px #86999f;
  bottom: -4px;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .reserve-caution {
    width: 100%;
    margin: 40px auto;
    padding: 40px;
  }
}

.reserve-caution h2 {
  font-size: 1.3em;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

.descriptiontxt {
  line-height: 1.8;
}

.descriptiontxt span {
  font-size: 0.8rem;
}

.descriptionList li {
  list-style: decimal;
}

.descriptionList li::marker {
  font-weight: bold;
}

.descriptionList li span {
  font-weight: bold;
  margin-top: 1.2em;
  display: block;
}

.cautions li {
  list-style: none;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.cautions li::before {
  content: "・";
  margin-right: 0.5em;
}

.commingsoont {
  display: inline-block;
  font-size: 2.5rem;
  padding: 1em 2rem;
  background: #fff;
  color: white;
  margin-bottom: 1rem;
}

.btn_frame {
  background-color: #ea609f;
  color: #fff;
  margin-top: 2em;
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  transition: background-color 0.3s;
}

.btn_shop {
  display: inline-block;
  margin-top: 1.5em;
  padding: 1em 3.5em;
  background: #ea609f;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  line-height: 1.7;
  font-size: 1.8rem;
}

.btn_shop:hover {
  background-color: #fff;
}

.btn_frame:hover {
  background-color: #fff;
}

.container img.payments {
  max-width: 600px;
}

.container img.comingsoon {
  max-width: 400px;
  transform: rotate(-10deg);
  margin: 30px auto;
}

.sp-only {
  display: none;
}

.copyright {
  font-size: 11px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
}

.customer {
  margin-top: 3em;
}

.map-container {
  position: relative;
  margin-top: 1rem;
  padding-top: 75%; /* 4:3 アスペクト比 */
  height: 0;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tokuten_list li,
.special_list li {
  margin-bottom: 40px;
}

.special_list li p {
  color: #fff;
}

.complite_img {
  padding-top: 1em;
}

.comment {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.comment_note {
  font-size: 1.5rem;
  font-weight: 400;
}

/* .reserve-btn_wrap {
  position: fixed;
  z-index: 90;
  right: 20px;
  bottom: 40px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  transition: all 0.4s ease;
}

.reserve-btn {
  display: flex ;
  justify-content: center;
  align-items: center;
  height: 100px;
  background-color: #E7D6C1;
  /* border: 5px solid #fff; */
/* text-decoration: none;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
  font-size: 1.2em;
  padding: 0 1.5em 0 2em;

} */

.reserve-btn_wrap:hover {
  transform: translateY(-10px);
}

.reserve-btn::after {
  content: "▶︎";
  color: #fff;
  font-size: 0.5em;
  display: inline-block;
  margin-left: 1.5em;
}
*/ .pc-only {
  display: block;
}

.end {
  position: relative;
}

.end::before {
  content: "終了しました";
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 4rem;
  width: 100%;
  max-width: 800px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  white-space: pre;
  text-align: center;
}

/* .reserve-btn {
  width: 100%;
  color: #FFF;
  font-weight: 700;
  padding: 1em;
  background: #EA609F;
  line-height: 1;
} */

@media only screen and (min-width: 768px) and (max-width: 960px) {
  nav ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .informationgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  #heroimg picture img {
    width: 96vw;
  }

  .container {
    width: 96vw;
    padding: 40px 20px 80px;
  }

  .w30p,
  .w60p,
  .w80p {
    width: 100%;
  }
  nav {
    padding: 0;
  }

  nav ul {
    grid-template-columns: repeat(2, 1fr);
  }

  nav ul li {
    margin: 5px 0;
    font-size: 0.8rem;
  }

  .informationgrid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .ttl_frame {
    width: 100%;
  }

  .copyright {
    text-align: left;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .Polka {
    background-image: radial-gradient(#f2f2f2 4px, transparent 4px),
      radial-gradient(#f2f2f2 4px, #ffffff 4px);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .tokuten_list li,
  .special_list li {
    margin-bottom: 20px;
  }
  .end::before {
    font-size: 4vw;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* 開催終了関連 */
.reserve-end {
  text-decoration: line-through;
}

.disc_btn.--close {
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
}

.end.--each::before {
  content: "本会場での\A配布は終了しました";
}

/* newsページ */

.container.news article {
  max-width: 800px;
  margin: 100px auto;
}
.container.news .news-header p.txt {
  margin-bottom: 50px;
}

.news-header,
.news-content {
  color: #fff;
}

.news-header {
  border-bottom: solid 1px #fff;
  margin: 40px 0;
}

.container.news .button {
  max-width: 200px;
  margin: auto;
}
