/*! 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
   ========================================================================== */
:root {
  --grade01:linear-gradient(120deg, rgb(248, 209, 228), rgb(220, 190, 247), rgb(191, 214, 248));
  --gold: #D3C594;
}

html {
  color: #796e7b;
  line-height: 1.7;
  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
   ========================================================================== */

body {
  font-size: 1.5rem;
  line-height: 1.8;
  font-family:"M PLUS 2", sans-serif;
  height: 100vh;
  margin: 0;
  transition: background-color 0.5s;
  color: #5b668d; 
  text-wrap: wrap;
  /* background-image: url(../img/bg.svg);
  background-repeat: repeat;
  background-position: left;
  background-size: 500px;
  background-attachment: fixed; */
  animation: bg-gradient 4s ease infinite;
  background:linear-gradient(0deg, rgba(248, 209, 228, 0.3), rgba(220, 190, 247, 0.3) 45%, rgba(191, 214, 248, 0.3)) 0/ 200% 200%;
  background-attachment: fixed; 
}

@keyframes bg-gradient {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}


/* h2 {
  color: #796e7b;
} */
h3 {
  font-size: 2.0rem;
    color: var(--pink02);
    letter-spacing: 0.1em;
    background: var(--grade01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: var(--grade01);
}

h4 {
  text-wrap: wrap;
}


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;
}

.under-line {
  text-decoration: underline;
}

#heroimg {
  margin-top: 40px;
}

.container {
  margin: 0 auto;
  padding: 40px 20px 80px;
  width: 90vw;
  max-width: 1280px;
  background-color: rgba(255, 255, 255, 0.8);
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
}


.container img {
  margin: 0 auto;
  max-width: 980px;
  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: 2.0rem;
}

.mt5{
  margin-top: 5.0rem;
}

.txtc {
  text-align: center;
}

.txtp{
  color: var(--pink);
}

.txtb {
  font-weight: 700;
}

.txt-emphasis {
  font-size: 1.7rem;
  font-weight: 700;
  color: red;
}

a:not([class]):hover{
  opacity: 0.6;
}

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

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


.button {
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: 700;
  border-radius: 16px;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  background-image: var(--grade01);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  position: relative;
  color: #fff;
  padding: 0.8em 1.5em 0.8em 1.2em;
  border-radius: 10px;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.button::after {
  position: absolute;
  content: "";
  mask-image: url(../img/ico_02.svg);
  width: 24px;
  height: 24px;
  background: #fff;
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.button:hover {
  opacity: 0.8;
}
.button:visited {
  text-decoration: none;
  color: #fff;
}

footer {
  padding: 1em 0 2em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #6d6d6d;
}


.ttl_frame {
  margin: 120px auto 40px;
  text-align: center;
  padding: 0.8em 0;
  display: flex;
  align-items: center;
} 

#stamp_list .ttl_frame,
#infomation .ttl_frame {
  margin:80px auto 40px;
}

.ttl_frame::before,
.ttl_frame::after { 
  content: "";
  height: 1px;
  flex-grow: 1;
  background-image: var(--grade01);
}

.ttl_text {
  z-index: 1;
  font-weight: 800;
  font-style: normal;
  font-size: 3.0rem;
  text-align: center;
  letter-spacing: 0.2em;
  background: var(--grade01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl_text::before,
.ttl_text::after {
  content: "";
  mask-image: url(../img/ico_kira02.svg);
  display: inline-block;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 1em;
  aspect-ratio: 1 / 1;
  margin: 0 0.5em;
  background-image: var(--grade01);
}
.ttl_text::before {
  transform: scale(-1 , 1);
}
.ttl_text::after {
  margin-left: .2em;
}

.box {
  padding: 3rem;
    background-color: #fff;
}

* + h3 {
  margin-top: 2em;
}

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

.about-txt {
  font-size: 2.2rem;
  padding: 40px 0;
  text-align: center;
}

.info-txt {
  font-size: 2.2rem;
  padding: 0 0 40px 0;
  text-align: center;
}

.comment_note{
  font-size: 1.6rem;
}
.mail_note{
  font-size: 1.2rem;
}


.popup_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.grade_box {
  position: relative;
  background: var(--grade01);
  border-radius: 14px;
  padding: 1px;
}

.grade_content {
  background: #fff;
  border-radius: 13px;
  padding: 2.5em 2em;
}

.popup_box .grade_content {
  padding: .5em 2em;
}

.reserve_box,
.popup_box {
  border: 1px solid var(--gold);
  border-radius: 14px;
}

.reserve_box h3 {
  color: var(--gold);
  -webkit-text-fill-color: var(--gold);
}
.reserve_box h3::after {
  background-image:none;
  background: var(--gold);
}

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

.reserve_list li:not(:first-child),
.caution_list li:not(:first-child){
margin-top: .5em;
}

.reserve_list li:nth-child(12) {
margin-top: 2.5em;
}

.reserve_list li::before,
.caution_list li::before{
  content: "";
  display: inline-block;
  mask-image: url(../img/ico_kira01.svg); 
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: .7em;
  aspect-ratio: 1 / 1;
  margin-right: 0.5em;
  background: var(--gold);
}

.caution_list li::before {
  background-image: var(--grade01);
}

.reserve_list li.blank::before{
  content: none;
}

.popup_box h3 {
  text-align: center;
  padding: 0.5em;
  border-bottom: 4px solid;
  border-image: var(--grade01);
  border-image-slice: 1;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.popup_box h3 span {
  font-size: 2.8rem;
}

.informationgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  row-gap: 24px;
  padding: 2em;
  font-weight: 500;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* .informationgrid .box {
  position:relative;
} */

.informationgrid .box {
  padding: 1em;
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.informationgrid .box h4 {
  margin-top: 0;
  color: var(--pink02);
}

.informationgrid .box p {
  margin-top: 10px;
}

.place {
  height: 40%;
}

.place p {
  font-size: 1.8rem;
  font-weight: 800;
}

.schedule,
time {
  height: calc((60% -16px) / 2);
}

.ProductGrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  padding: 0 2em;
}

.disc_btn {
  display: inline-block;
  margin-top: 1.5em;
  padding: 0.5em 3.5em;
  background: #0fbfda;
  color: #fff;
  text-decoration: none;
  border-radius: 200px;
  transition: background-color 0.3s;
  font-weight: 600;
  position: relative;
}

.disc_btn::after {
   position: absolute;
  content: "";
  mask-image: url(../img/ico_02.svg);
  width: 24px;
  height: 24px;
  background: #fff;
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.disc_btn:hover {
  opacity: 0.8;
}

.reserve_btn {
  background: var(--gold);
  margin-bottom: 1.5em;
}
/* comingsoon関連 */

.disc_btn_cs {
  display: inline-block;
  margin-top: 1.5em;
  padding: 0.5em 3.5em;
  background: #fff;
  color: var(--gold);
  border: 2px solid var(--gold);
  text-decoration: none;
  border-radius: 99px;
  opacity: 0.8;
}

.Card {
  text-align: center;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.Card p span {
  font-size: 0.8rem;
}

.CardDescription {
  padding: 18px;
}

.CardDescription h3 {
  margin: 0;
}

.Card {
  /* border: 3px solid #000; */
  border-radius: 20px;
  /* box-shadow: 8px 8px 0 0 rgba(224, 38, 30, 1); */
  background-color: #fff;
}

.Card:nth-child(2n) {
  /* border: 3px solid #000; */
  border-radius: 20px;
  /* box-shadow: 8px 8px 0 0 #05449c; */
  background-color: #fff;
}

.ProdctImg {
  width: 100%;
}

.descriptiontxt {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.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;
}

#stamp_list .box {
  background: none;
} 

.complite_img-wrap {
  margin-top: 24px;
}

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

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

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

.sp-only {
  display: none;
}

.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    margin-top: 0;
}

.customer {
  margin-top:2.0em;
}

#productlist h3,
#benefit h3 {
  font-size: 2.8rem;
}
/********************
アコーディオン
*********************/

summary {
  /* border-bottom: 1px solid var(--grade01); */
  display: grid;
  grid-template-columns: 1fr 16px;
  gap: 6px;
  align-items: center;
  padding: .2em;
  border-bottom: 1px solid var(--gold);
}

details:last-of-type > summary {
  border-bottom: none;
}
details[open]:last-of-type > summary {
   border-bottom: 1px solid var(--gold);
}

summary::-webkit-details-marker {
  display: none;
}
.ac_icon::before {
  content: "";
  display: inline-block;
  mask-image: url(../img/ico_01.svg);
  width: 16px;
  aspect-ratio: 1 / 1 ;
  background-color: var(--gold);
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
  transform: rotate(180deg);
  transition: all .3s ease;
}
details[open] .ac_icon::before {
  transform: rotate(360deg);
}

details[open] .accordion-list {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.area {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--gold);
}
.place {
  font-size: 1.5rem;
}
.name {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1.5em;
}
.list_head,
.term,
.time {
  margin-top: .5em;
}
.list_head {
  font-weight: 500;
  color: var(--gold);
}

.list-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  padding: 0 1em 1.5em;
  margin-top: 0;
}

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

@media only screen and (max-width: 767px) {

  #heroimg picture img{
    width: 100%;
  }

  .container {
    width: 98vw;
    padding: 40px 20px 80px;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
  }

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

  .about-txt {
  font-size: 1.0rem;
}

  .informationgrid .box {
    padding: 2em;
  }

  nav ul {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 40px;
    row-gap: 8px;
  }
  
  nav ul li {
    margin: 5px 0;
    font-size: 0.8rem;
  }

  .ProductGrid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 24px;
  }

  .informationgrid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    padding: 0.5em;    
  }

  .ttl_frame {
    width: 100%;
    margin: 80px auto 32px;
  }
  #stamp_list .ttl_frame,
#infomation .ttl_frame {
  margin:80px auto 32px;
}

  .sp-only {
    display: block;
  }
.button {
  font-size: 1.4rem;
}
.reserve_btn {
  width: 100%;
  max-width: 300px;
}

.informationgrid .box:before {
    right: 16px;
    top: -108px;
}

.popup_box h3 {
  font-size: 1.6rem;
}
.popup_box h3 span {
  font-size: 2.6rem;
}
.popup_box:before {
    left: -14px;
}

#stamp_list .box {
  padding: 0;
} 

.list-item {
  grid-template-columns: repeat(1, 1fr);
}
.ttl_text {
  font-size: 2.4rem;
}
 }

/* ==========================================================================
   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;
  }
}


.mv-one-wrapper {
  width: 90vw;
  max-width: 1280px;
  margin: 0 auto;
  /* border-left: 8px solid #fff;
  border-right: 8px solid #fff; */
}

@media (max-width:767px) {
  .mv-one-wrapper {
    width: 96vw;
    /* border-left: 4px solid #fff;
    border-right: 4px solid #fff; */
  }
}