@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
:root {
  --font-fam: 'noto sans JP';
  --theme-color: #fff;
  --font-color: #111;
}

body * {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
}

img {
  width: 100%;
}

main {
  background: url(../img/index/bg.jpg) repeat center;
}

.br-sp {
  display: block;
}
@media (min-width: 1024px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media (min-width: 1024px) {
  .br-pc {
    display: block;
  }
}

.fv {
  border-top: solid clamp(0.25rem, 0.31vw, 0.5rem) #C70057;
}
@media (min-width: 768px) {
  .fv img {
    min-height: 480px;
    object-fit: cover;
    object-position: center center;
  }
}

.text_area {
  width: calc(100% - 20px);
  margin-inline: auto;
  font-size: clamp(1.68rem, 2.1vw, 2.4rem);
  text-align: center;
}
@media (min-width: 1024px) {
  .text_area {
    padding-top: 0;
  }
}
.text_area p {
  word-break: keep-all;
  font-weight: 500;
}
.text_area span {
  font-weight: bold;
  font-size: clamp(2.2rem, 2.75vw, 3.2rem);
}
.text_area span.mv {
  color: #C70057;
}
.text_area span.marunaka {
  color: #E50019;
}
.text_area span.big {
  color: #F26122;
  white-space: nowrap;
}

.anchor {
  padding-top: clamp(3.75rem, 4.68vw, 6.8rem);
  width: min(100% - 20px, 840px);
  margin-inline: auto;
}
.anchor ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(3rem, 3.75vw, 4rem);
}
.anchor ul li {
  width: calc((100% - clamp(3rem, 3.75vw, 4rem)) / 2);
}
.anchor ul li a {
  font-family: "Noto sans JP", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: clamp(5.4rem, 6.75vw, 9rem);
  border: solid 1px #C70057;
  color: #C70057;
  background-color: transparent;
  font-size: clamp(1.3rem, 1.62vw, 2.6rem);
  line-height: 1;
  position: relative;
}
.anchor ul li a::after {
  content: "";
  display: block;
  background-image: url(../img/index/arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: clamp(1.2rem, 1.5vw, 2rem);
  height: clamp(1.92rem, 2.4vw, 3.2rem);
  min-width: clamp(1.2rem, 1.5vw, 2rem);
  min-height: clamp(1.92rem, 2.4vw, 3.2rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(1.2rem, 1.5vw, 3rem);
}
@media (min-width: 1024px) {
  .anchor ul li a:hover {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  }
  .anchor ul li a:hover::after {
    background-image: url(../img/index/arrow_hover.svg);
    background-repeat: no-repeat;
    transition: background-image 0.3s;
  }
}

.section {
  padding-top: clamp(3.75rem, 4.68vw, 8rem);
  width: min(100% - 20px, 1020px);
  margin-inline: auto;
}
.section .ttl {
  width: clamp(22.5rem, 28.12vw, 33rem);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .section .kome {
    width: fit-content;
    margin-inline: auto;
  }
}
@media (min-width: 1024px) {
  .section .kome {
    width: auto;
    margin-left: 0;
  }
}
.section .kome li {
  font-size: min(3.2vw, 18px);
  font-weight: bold;
  text-indent: calc(min(3.2vw, 18px) * -1);
  padding-left: min(3.2vw, 18px);
}
@media (min-width: 768px) {
  .section .kome li {
    font-size: 1.8rem;
  }
}
.section .inner > p {
  margin-top: clamp(2.5rem, 3.12vw, 6rem);
  position: relative;
  z-index: 5;
  font-size: min(3.2vw, 18px);
  text-align: center;
  font-weight: bold;
}

#Store .inner {
  position: relative;
}
@media (min-width: 1024px) {
  #Store .inner::before {
    content: "";
    display: block;
    background: url(../img/index/store/bg02.png) no-repeat;
    background-size: 100%;
    width: 427px;
    height: 855px;
    position: absolute;
    top: -60px;
    left: calc(clamp(2rem, 1.95vw, 8rem) * -1);
  }
}
@media (min-width: 1280px) {
  #Store .inner::before {
    left: -18px;
  }
}
#Store .inner::after {
  content: "";
  display: block;
  background: url(../img/index/store/bg01.png) no-repeat;
  background-size: 100%;
  width: 93.86vw;
  height: 62vw;
  position: absolute;
  top: calc(50% + 25.33vw);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (min-width: 1024px) {
  #Store .inner::after {
    width: 704px;
    height: 465px;
    transform: none;
    top: auto;
    left: auto;
    bottom: 0;
    right: -50px;
  }
}

.store_contents {
  display: flex;
  flex-direction: column;
  gap: clamp(2.9rem, 3.62vw, 6.3rem);
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  .store_contents {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.store_contents > img {
  display: block;
  width: min(29.33vw, 200px);
  margin-top: 27.5px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .store_contents > img {
    margin-top: 0;
    width: 200px;
    min-width: 200px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .store_contents .box {
    width: 600px;
  }
}
.store_contents .detail {
  margin-top: 18px;
}
@media (min-width: 1024px) {
  .store_contents .detail {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 16px;
    margin-top: 0;
  }
}
.store_contents .detail > span {
  width: clamp(11rem, 13.75vw, 18.3rem);
  height: clamp(2.6rem, 3.25vw, 4.3rem);
  border-radius: 100px;
  color: #fff;
  background-color: #916539;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.15rem, 1.43vw, 1.92rem);
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .store_contents .detail > span {
    margin: 0;
    width: 175px;
  }
}
.store_contents .detail > p {
  font-size: clamp(1.85rem, 2.31vw, 2.64rem);
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1024px) {
  .store_contents .detail > p {
    text-align: left;
    white-space: nowrap;
    line-height: 1.2;
  }
}
.store_contents .detail > p strong {
  font-size: clamp(2.9rem, 3.62vw, 4.1rem);
}
.store_contents .detail > p span.tc_red {
  color: #c41723;
}
.store_contents .detail > p span.tc_blue {
  color: #00438e;
}
.store_contents .btn_lst {
  padding-top: clamp(2rem, 2.5vw, 6rem);
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2.5vw, 3rem);
}
.store_contents .btn_lst li a {
  font-family: "M PLUS 1", sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: clamp(0.75rem, 0.93vw, 0.8rem);
  position: relative;
}
@media (min-width: 768px) {
  .store_contents .btn_lst li a {
    min-height: clamp(5.6rem, 7vw, 8rem);
  }
}
@media (min-width: 1024px) {
  .store_contents .btn_lst li a {
    border-radius: 100px;
  }
}
.store_contents .btn_lst li a * {
  font-family: "M PLUS 1", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-size: clamp(1.44rem, 1.8vw, 2rem);
}
.store_contents .btn_lst li a * strong {
  font-size: clamp(1.8rem, 2.25vw, 2.4rem);
}
.store_contents .btn_lst li a.mv {
  background-color: #C70057;
}
.store_contents .btn_lst li a.big {
  background-color: #F26122;
}
.store_contents .btn_lst li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: clamp(1.7rem, 2.12vw, 3rem);
  transform: translateY(-50%) rotate(-45deg);
}
@media (min-width: 1024px) {
  .store_contents .btn_lst li a:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
.store_contents .btn_lst li.end a {
  pointer-events: none;
}
.store_contents .btn_lst li.end a::before {
  content: "ご予約受付は終了いたしました。";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto sans JP", sans-serif;
  font-size: clamp(1.5rem, 1.87vw, 2.5rem);
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media (min-width: 1024px) {
  .contents01 {
    padding-top: 60px;
  }
}

@media (min-width: 1024px) {
  .contents02 {
    padding-top: 50px;
  }
}
.contents02 .box * + .kome {
  padding-top: clamp(2rem, 2.5vw, 6rem);
}

#Online {
  padding-bottom: clamp(4.5rem, 5.62vw, 9rem);
}
#Online .inner {
  padding-top: clamp(2.8rem, 3.5vw, 6rem);
}
#Online .inner > p {
  margin-top: clamp(1rem, 1.25vw, 2.6rem);
}
@media (min-width: 1024px) {
  #Online .online_contents {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 860px;
    margin-inline: auto;
  }
}
#Online .online_contents > img {
  width: min(80%, 493px);
  margin-inline: auto;
}
#Online .online_contents > a {
  display: block;
  width: min(68%, 317px);
  margin-inline: auto;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #Online .online_contents > a {
    margin-top: 0;
    background: url(../img/index/online/btn01_hover.png) no-repeat center;
  }
}
@media (min-width: 1024px) {
  #Online .online_contents > a img:hover {
    opacity: 0;
    transition: opacity 0.3s;
  }
}

footer .inner {
  background-color: #ae0048;
}
footer .inner p {
  color: #FFFFFF;
}/*# sourceMappingURL=style.css.map */