@charset "utf-8";

/* リセット ----------------------------------------------------------------*/

html {
  /* VALUES MIN:1rem MAX:3rem VIEWPORT MIN:1360px MAX：4000px で算出*/
  font-size: clamp(1rem, -0.03rem + 1.21vw, 3rem);
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  color: #121212;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fff9db;
}
img {
  max-width: 100%;
  object-fit: cover;
}
a {
  text-decoration: none;
  color: #121212;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
ul {
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
}

/* --------------------------
共通スタイル
-------------------------- */
:root {
  --base-color: #f4b41a;
  --character--color-bl: #121212;
  --character--color-wh: #fff;
  --footer--color: #143d59;
}
.title {
  margin-bottom: clamp(1rem, 0.397rem + 3.06vw, 3rem);
  font-size: clamp(2rem, 1.385rem + 3.08vw, 4rem);
  line-height: 0.8;
}
.wrapper {
  /*  VIEWPORT MIN:700px MAX:1360pxで算出 */
  margin: clamp(3rem, 0.231rem + 13.85vw, 12rem)
    clamp(1rem, -8.545rem + 21.82vw, 10rem);
}
.bg {
  background-color: var(--base-color);
  /* .wrapperのmargin,paddingと揃える  */
  padding: clamp(2rem, -1.182rem + 7.27vw, 5rem)
    clamp(1rem, -8.545rem + 21.82vw, 10rem);
}
.main {
  width: 100%;
}
.logo {
  & a {
    border: 1px solid var(--character--color-bl);
    padding: 10px 20px;
  }
}
.section-title {
  margin-bottom: 2rem;
}
/* --------------------
header 
---------------------*/
#header {
  background-color: #ffffff80;
  position: absolute;
  width: 50vw;
  height: 90vh;
  padding: 5rem 3rem;
  text-align: center;
  top: 5%;
  right: 0;
  font-weight: bold;
  line-height: 2;

  .main-navigation {
    margin-bottom: 2rem;
    & a {
      font-size: clamp(1rem, 0.846rem + 0.77vw, 1.5rem);
    }
  }
  .information li {
    font-size: clamp(0.8rem, 0.679rem + 0.61vw, 1.2rem);
    line-height: normal;
  }
  .attention {
    font-size: 1rem;
    font-weight: normal;
  }
  .calendar-rink {
    font-weight: bold;
    color: #b50d0d;
  }
}
/* デモサイトであることの明記 */
#footer::before,
#front-page::before {
  content: "デモサイトです";
  position: absolute;
  left: 25%;
  font-weight: bold;
  font-size: clamp(3rem, 2.096rem + 4.59vw, 6rem);
  color: #f603ac;
  animation: anime 2s ease infinite;
}
@keyframes anime {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mainvisual img {
  width: 100%;
  height: 120vh;
  object-fit: cover;
  object-position: bottom;
}

/* --------------------
main
---------------------*/
/* calendar---- */
#calendar {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  iframe {
    width: 100%;
    height: 25rem;
  }
  .blank {
    display: none;
  }
  .calendar {
    font-weight: bold;
    font-size: clamp(2rem, 1.385rem + 3.08vw, 4rem);
    line-height: 0.8;
    margin-bottom: 1rem;
    & span {
      font-weight: normal;
      font-size: 1rem;
      margin-left: 1rem;
    }
  }
}
details {
  cursor: pointer;
}
summary::marker {
  color: #fff;
}
/* instagram--- */
#instagram {
  .container {
    position: relative;
    height: clamp(5rem, 2.89rem + 10.72vw, 12rem);
    width: 100%;
    margin-bottom: clamp(2rem, 0.154rem + 9.23vw, 8rem);
  }
  & a {
    display: block;
    width: inherit;
    height: inherit;
  }
  .image {
    width: inherit;
    height: inherit;
    object-fit: cover;
    filter: brightness(0.5);
  }
  .text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
  }
  .icon {
    scale: 0.5;
  }
  & p {
    font-size: clamp(1rem, 0.692rem + 1.54vw, 2rem);
    color: var(--character--color-wh);
  }
}

/* menu -------------- */
.title-container {
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
  gap: 2rem;
}
.menu {
  .category {
    font-size: clamp(1.5rem, 1.349rem + 0.77vw, 2rem);
    margin-bottom: clamp(1rem, 0.699rem + 1.53vw, 2rem);
  }
  .image {
    width: 100%;
    height: 200px;
    margin-bottom: 1rem;
    & img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
  }
  .container {
    padding: clamp(1rem, 0.699rem + 1.53vw, 2rem);
    background-color: #fff;
    margin-bottom: 2rem;
  }
  .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(1rem, 0.699rem + 1.53vw, 2rem);
  }
  .item-title {
    font-size: clamp(1rem, 0.91rem + 0.46vw, 1.3rem);
  }
  .price {
    text-align: right;
    margin-bottom: clamp(0.5rem, 0.349rem + 0.77vw, 1rem);
  }
  .text {
    margin-bottom: clamp(1rem, 0.699rem + 1.53vw, 2rem);
  }
  & span {
    font-size: 1rem;
    font-weight: normal;
  }
  & img {
    width: 100%;
  }

  & dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    line-height: 2;
    margin-bottom: clamp(1rem, 0.699rem + 1.53vw, 2rem);
  }
  & dd {
    text-align: right;
  }
}
.reservation {
  border: 1px solid lightgray;
  padding: 2rem clamp(0.5rem, -0.269rem + 3.85vw, 3rem);
  margin-bottom: clamp(1rem, 0.397rem + 3.06vw, 3rem);
  & p:first-of-type {
    font-weight: bold;
    margin-bottom: 1rem;
  }
}
.instagram-rink {
  font-weight: bold;
  background: linear-gradient(90deg, #b506e4 0%, #f603ac 20%, #f68603 75%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* access----------------- */
#access {
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .map iframe {
    width: 31rem;
    height: 25rem;
  }
  & dt,
  & dl + p {
    padding: 0 1rem;
  }
  & dd {
    border-bottom: 1px solid lightgray;
    padding: 0 0 0.5rem 2rem;
    margin-bottom: 0.5rem;
  }
}
/* form----- */

#form {
  .hidden {
    display: none;
  }
  .title {
    text-align: center;
    font-size: clamp(1.5rem, 1.038rem + 2.31vw, 3rem);
  }
  .grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1rem;
    margin-bottom: clamp(1rem, 0.385rem + 3.08vw, 3rem);
  }
  & input,
  & textarea {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }

  .required::after,
  .any::after {
    content: "必須";
    font-size: 0.8rem;
    color: #fff;
    background-color: orangered;
    padding: 0 0.2rem;
    margin-left: 0.5rem;
  }
  .any::after {
    content: "任意";
    background-color: dimgray;
  }
  .button {
    text-align: center;
    & p {
      margin-bottom: 1rem;
    }
  }
  & input[type="checkbox"] {
    width: 1.3rem;
    height: 1.3rem;
    vertical-align: sub;
  }
  & input[type="submit"] {
    width: 50%;
    margin: 2rem;
    cursor: pointer;
  }
  .privacy-policy {
    width: 80%;
    height: 200px;
    margin: 0 auto 2rem;
    border: 1px solid dimgray;
    padding: 1rem;
    background-color: #fff;
    overflow-y: scroll;
    & p {
      text-align: left;
      font-size: 0.9rem;
      margin-bottom: 0.8rem;
    }
  }
}
/* --------------------
footer
---------------------*/
#footer {
  padding: clamp(1rem, 0.699rem + 1.53vw, 2rem)
    clamp(1rem, -0.206rem + 6.12vw, 5rem) 0.5rem;
  background-color: var(--footer--color);
  color: var(--character--color-wh);
  & a {
    color: var(--character--color-wh);
  }
  .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: clamp(2rem, 1.096rem + 4.59vw, 5rem);
  }
  .logo a {
    border: 1px solid var(--character--color-wh);
  }
  .footer-navigation {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  & img {
    width: 1.87rem;
  }
  .copy {
    text-align: center;
  }
}
/* ----------------------
thanks.html
----------------------- */
#thanks-page {
  .blank {
    display: none;
  }
  .container {
    text-align: center;
    background-color: #fff;
    padding: 3rem 0;
  }
  h1 {
    font-size: clamp(1.2rem, 0.959rem + 1.22vw, 2rem);
    margin-bottom: 3rem;
  }
  & a {
    display: inline-block;
    padding-top: 3rem;
    color: #1690e0;
  }
}
