@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  color: #333;
  background: #ffffff;
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}
body:before {
  content: "";
  background: url(../img/bg.jpg) no-repeat center/cover;
  position: fixed;
  inset: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  body:before {
    background-position: left;
  }
}

p,
li,
dt,
dd {
  line-height: 1.6;
}

a {
  text-decoration: underline;
  color: #1a0dab;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #1a0dab;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

:root {
  scroll-behavior: auto !important;
}

footer {
  padding: 30px 0;
  background-color: #0082ca;
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 30px;
  text-align: center;
  color: #0082ca;
  background: #fff;
  border: 2px solid #0082ca;
  outline: 2px solid #fff;
  border-radius: 100vmax;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 575px) {
  footer .link-pageup {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 20px;
  }
}
footer .link-pageup:hover {
  color: #0082ca;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}

header {
  padding: 10px 20px;
  background: #0082ca;
}
@media (max-width: 575px) {
  header {
    padding: 8px;
  }
}
header .img-logo {
  width: 40vw;
  max-width: 160px;
}
@media (max-width: 575px) {
  header .img-logo {
    width: 30vw;
  }
}

section:not(.kv_sec) {
  padding: 70px 0;
}
@media (max-width: 575px) {
  section:not(.kv_sec) {
    padding: 30px 0;
  }
}

.inner {
  width: min(90%, 1150px);
  margin-inline: auto;
}

h2 {
  text-align: center;
  font-weight: 900;
}

@media (min-width: 1401px) {
  .kv_sec {
    margin-top: 40px;
  }
}
.kv_sec h1 img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.kv_sec .day {
  width: min(90%, 800px);
  margin: 40px auto 0;
}
@media (max-width: 575px) {
  .kv_sec .day {
    margin-top: 20px;
  }
}

.txt_sec .txt-wrap {
  padding: 50px 30px;
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
}
@media (max-width: 575px) {
  .txt_sec .txt-wrap {
    padding: 20px 15px;
  }
}
.txt_sec h2 {
  margin-bottom: 50px;
  color: #0082ca;
}
@media (max-width: 575px) {
  .txt_sec h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.txt_sec dl {
  margin: 2em 0 0;
}
.txt_sec dl dt {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 575px) {
  .txt_sec dl dt {
    font-size: 16px;
  }
}
.txt_sec dl dt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 25%;
  height: 1px;
  background: #0082ca;
}
.txt_sec dl dd {
  margin-bottom: 0;
}
.txt_sec dd + dt {
  margin-top: 2em;
}
.txt_sec dd + dd {
  margin-top: 1em;
}
.txt_sec .caution {
  margin: 0;
  padding: 0;
  list-style: none;
}
.txt_sec .caution li {
  position: relative;
  padding-left: 1.3em;
}
.txt_sec .caution li + li {
  margin-top: 0.5em;
}
.txt_sec .caution li span {
  position: absolute;
  left: 0;
  color: #a80b09;
}
.txt_sec .caution li.red {
  color: #a80b09;
  font-weight: 600;
}

.item_sec {
  position: relative;
  clip-path: inset(0);
}
.item_sec:before {
  content: "";
  background: url(../img/bg-02.jpg) no-repeat center/cover;
  transform: scale(-1, 1);
  position: fixed;
  inset: 0;
  z-index: -1;
}
.item_sec h2 {
  position: relative;
  padding: 1rem 3rem;
}
@media (max-width: 575px) {
  .item_sec h2 {
    padding: 10px;
  }
}
.item_sec h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #fff 0%, #bbb 100%);
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1;
}

.StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 50px;
}
@media (max-width: 575px) {
  .StyleF_Frame_ {
    gap: 10px;
    margin-top: 30px;
  }
}

.StyleF_Item_ {
  display: flex;
  flex-direction: column;
  width: calc((100% - 45px) / 4);
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .StyleF_Item_ {
    width: calc((100% - 30px) / 3);
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .StyleF_Item_ {
    width: calc((100% - 10px) / 2);
  }
}
.StyleF_Item_ a {
  color: #333;
  text-decoration: none;
}

.img_ {
  margin-bottom: 1em;
}

.name_ {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .name_ {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .name_ {
    font-size: 12px;
  }
}

.price_ {
  margin: auto 0 1em;
  text-align: right;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 575px) {
  .price_ {
    font-size: 16px;
  }
}

.rdt_,
.comment_ {
  display: none;
}

.cart_ {
  margin-top: auto;
}
.cart_ .btn_ {
  aspect-ratio: 236/45;
}

.cart_btn_ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 0;
}

.closed_,
.sold_out_ {
  background: #ccc;
}

.order_ {
  background: #0082ca;
}

.reservation_ {
  background: #00337e;
}

.resale_request {
  text-align: center;
  aspect-ratio: 236/45;
}

.resale_request a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 18px;
  background: #00b6ff;
  text-decoration: none;
  color: white;
  font-weight: 600;
}
@media (max-width: 767px) {
  .resale_request a {
    font-size: 14px;
  }
}

.search-box {
  margin: 40px 0;
  padding-bottom: 30px;
  background: #fff;
  border: 3px solid #0082ca;
  box-shadow: 0 0 0 3px #d5d5d5;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .search-box {
    padding-bottom: 20px;
  }
}
.search-box h3 {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-weight: 900;
  background: #0082ca;
  border-radius: 15px 15px 0 0;
}
.search-box .list-btn {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 30px 30px 30px;
  padding: 0;
}
@media (max-width: 991px) {
  .search-box .list-btn {
    justify-content: center;
    gap: 15px 0;
  }
}
@media (max-width: 767px) {
  .search-box .list-btn {
    margin: 20px 10px;
  }
}
.search-box .btn {
  width: 20%;
  padding: 0;
  background: #fff;
  border-radius: 0;
  border: none;
}
.search-box .btn:not(:last-of-type) {
  border-right: 1px solid #ccc;
}
@media (max-width: 991px) {
  .search-box .btn {
    width: 33.3333333333%;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .search-box .btn:nth-of-type(3) {
    border-right: none;
  }
}
@media (max-width: 575px) {
  .search-box .btn {
    width: 50%;
  }
  .search-box .btn:nth-of-type(even) {
    border-right: none;
  }
  .search-box .btn:last-of-type {
    width: 100%;
    padding: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
}
.search-box .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  text-decoration: none;
  color: #333;
  font-size: 20px;
  font-weight: 800;
  transition: 0.3s;
}
.search-box .btn a:hover {
  background: #eee;
}
.search-box .js-sort-clear {
  text-align: center;
}
.search-box .js-sort-clear a {
  display: inline-block;
  margin-inline: auto;
  padding: 10px 20px;
  color: #fff;
  background: #666;
  border-radius: 100vmax;
  text-decoration: none;
}

.hdg-sort {
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  border-top: 2px solid #d5d5d5;
  border-bottom: 2px solid #d5d5d5;
}
.hdg-sort img {
  max-width: 180px;
  padding: 10px 0;
  box-sizing: border-box;
}
@media (max-width: 575px) {
  .hdg-sort img {
    max-width: 150px;
    padding: 5px 0;
  }
}

.btn {
  --bs-btn-border-width: 0;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}