@charset "UTF-8";
html {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #222222;
  background: #ffffff url("../img/bg-dot.png") repeat center top;
}
@media (max-width: 575px) {
  body {
    background-size: 12px;
  }
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

main {
  padding-top: 50px;
}

.container {
  padding: 0;
}
@media (max-width: 575px) {
  .container {
    padding: 0 2%;
  }
}

p {
  line-height: 1.6;
}

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

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

img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

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

ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.color-red {
  color: #df0a0a;
}

header .img-logo {
  display: block;
  margin-left: 20px;
}
@media (max-width: 575px) {
  header .img-logo {
    max-width: 100px;
    margin-left: 10px;
  }
}

nav.navbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  padding: 8px 0;
  background-color: #222222;
}
@media (max-width: 575px) {
  nav.navbar {
    padding: 6px 0;
  }
}
nav.navbar button.navbar-toggler {
  display: block;
  font-size: 14px;
  color: #ffffff;
  border: none;
  padding-top: 0;
  margin-right: 20px;
}
@media (max-width: 575px) {
  nav.navbar button.navbar-toggler {
    margin-right: 8px;
  }
}
nav.navbar button.navbar-toggler::before {
  position: relative;
  top: 3px;
  display: block;
  content: "\e5d2";
  font-family: "Material Icons";
  font-size: 33px;
}
nav.navbar button.navbar-toggler[aria-expanded=true]::before {
  content: "\e5cd";
}
nav.navbar #navbarToggleExternalContent {
  width: 100%;
}
nav.navbar .navbar-nav {
  padding-top: 20px;
  background: #222222;
}
nav.navbar .nav-link {
  padding: 12px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}
nav.navbar .nav-link .material-icons {
  position: relative;
  top: 6px;
  color: #ffffff;
}
nav.navbar .nav-item {
  border-bottom: 1px solid #cccccc;
}
nav.navbar .nav-item:last-child {
  border-bottom: none;
}
nav.navbar .dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
}
nav.navbar .dropdown-menu .dropdown-item {
  padding: 8px 1.5rem;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
nav.navbar .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
nav.navbar .dropdown-menu .dropdown-item:hover {
  background: none;
}

footer {
  background-color: #222;
  position: relative;
  padding: 10px 0;
}
footer small {
  color: #fff;
  display: block;
  text-align: center;
}
@media (max-width: 575px) {
  footer small {
    font-size: 10px;
  }
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 20px;
  }
}
footer .link-pageup:hover {
  opacity: 1;
}
footer .link-pageup img {
  opacity: 1;
}
@media (max-width: 991px) {
  footer .link-pageup img {
    width: 30px;
    height: auto;
  }
}

h1 {
  margin-bottom: 0;
}

h2 {
  text-align: center;
  margin: 0 auto 20px;
}
h2 img {
  width: 380px;
}
@media (max-width: 575px) {
  h2 img {
    width: 240px;
  }
}

.slider-main {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}
@media (max-width: 575px) {
  .slider-main {
    margin: 13px auto 20px;
  }
}
.slider-main .slick-arrow {
  position: absolute;
  top: calc(50% - 1rem);
  padding: 0;
  font-size: 32px;
  font-family: "Material Icons";
  color: #222222;
  border: none;
  background-color: transparent;
}
.slider-main .slick-arrow img {
  display: block;
  margin: 8px;
}
.slider-main .slick-arrow.slick-prev {
  left: -30px;
}
.slider-main .slick-arrow.slick-next {
  right: -30px;
}
.slider-main .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 10px auto 20px;
  padding-left: 0;
  list-style-type: none;
}
.slider-main .slick-dots > li {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
.slider-main .slick-dots > li.slick-active button {
  background-color: #222222;
}
.slider-main .slick-dots > li:first-child:last-child {
  display: none;
}
.slider-main .slick-dots button {
  position: absolute;
  width: 8px;
  height: 8px;
  padding: 0;
  font-size: 0;
  color: transparent;
  border: none;
  border-radius: 50%;
  background-color: #cccccc;
}

.area-news {
  padding: 20px 0 60px;
}
@media (max-width: 500px) {
  .area-news {
    background: url("../img/bg-news-sp.png") no-repeat right 6px top 10px;
    background-size: 26vw;
    padding: 20px 0 30px;
  }
}
.area-news .list-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  font-size: 15px;
}
.area-news .list-news a:hover {
  color: #222;
}
.area-news .list-news dt {
  width: 38%;
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 575px) {
  .area-news .list-news dt {
    width: 100%;
    text-align: left;
  }
}
.area-news .list-news dd {
  width: 62%;
}
@media (max-width: 575px) {
  .area-news .list-news dd {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .area-news .list-news dd + dt {
    margin-top: 20px;
  }
}

.area-pickup {
  position: relative;
  background: rgba(220, 220, 225, 0.4);
  padding: 60px 0;
}
@media (max-width: 500px) {
  .area-pickup {
    background: url("../img/bg-pickup-sp.png") no-repeat right 6px top 6px, rgba(220, 220, 225, 0.4);
    background-size: 26vw;
    padding: 30px 0;
  }
}

.area-search {
  position: relative;
  border: 1px solid #444444;
  background: #ffffff;
  padding: 20px 2%;
  margin: 40px auto 60px;
}
@media (max-width: 575px) {
  .area-search {
    margin: 30px auto 30px;
  }
}

.title-search {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  width: 156px;
  margin: auto;
}
@media (max-width: 575px) {
  .title-search {
    width: 110px;
    top: -12px;
  }
}

.list-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .list-search {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.list-search a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  background: #333333 url("../img/arrow-left.png") no-repeat 16px center;
  background-size: 6px auto;
  -webkit-box-shadow: 3px 3px 0 #e5e5e5;
          box-shadow: 3px 3px 0 #e5e5e5;
  padding: 5px 30px 8px 36px;
  margin: 10px 10px 0 10px;
}
@media (max-width: 575px) {
  .list-search a {
    font-size: 12px;
    background: #333333 url("../img/arrow-left.png") no-repeat 10px center;
    background-size: 4px auto;
    padding: 5px 20px 7px 22px;
  }
}

.hdg-sort {
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #222222;
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  .hdg-sort {
    font-size: 18px;
  }
}

.area-goods {
  background: url("../img/bg-character.png") repeat-y center top;
  padding: 60px 0;
}
@media (max-width: 500px) {
  .area-goods {
    background: url("../img/bg-goods-sp.png") no-repeat right 8px top;
    background-size: 28vw;
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .area-goods h2 {
    padding-left: 10px;
  }
}

.goods_ .StyleF_Frame_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ {
  width: 340px;
  max-width: calc(33% - 40px);
  text-align: left;
  margin: 20px;
  padding: 20px;
  background: #ffffff;
  border: none;
}
@media (max-width: 991px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ {
    max-width: calc(50% - 16px);
    margin: 6px 6px 20px 6px;
    padding: 10px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ img {
  width: 100%;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ a {
  color: #222222;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ a img:hover {
    opacity: 0.8;
  }
}
.goods_ .StyleF_Frame_ .name_ {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .goods_ .StyleF_Frame_ .name_ {
    font-size: 13px;
    line-height: 1.2;
  }
}
.goods_ .StyleF_Frame_ .price_ {
  font-size: 15px;
  margin-top: 8px;
}
@media (max-width: 575px) {
  .goods_ .StyleF_Frame_ .price_ {
    font-size: 13px;
  }
}
.goods_ .StyleF_Frame_ .btn_cart_ {
  display: block;
  max-width: 284px;
  margin: 20px auto 0;
}
.goods_ .StyleF_Frame_ .rdt_,
.goods_ .StyleF_Frame_ .comment_ {
  display: none;
}

.goods_ .StyleF_Frame_ .cart_btn_ {
  width: 100%;
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
  padding: 5px 6px 6px 6px;
}
.goods_ .StyleF_Frame_ .cart_btn_.order_ {
  border: none;
  background: #fa5f82 url("../img/arrow-left.png") no-repeat 18% center;
  background-size: 6px auto;
  -webkit-box-shadow: 3px 3px 0 #e5e5e5;
          box-shadow: 3px 3px 0 #e5e5e5;
}
.goods_ .StyleF_Frame_ .cart_btn_.reservation_ {
  border: none;
  background: #28883a url("../img/arrow-left.png") no-repeat 18% center;
  background-size: 6px auto;
  -webkit-box-shadow: 3px 3px 0 #e5e5e5;
          box-shadow: 3px 3px 0 #e5e5e5;
}
.goods_ .StyleF_Frame_ .cart_btn_.sold_out_, .goods_ .StyleF_Frame_ .cart_btn_.closed {
  border: none;
  background: #a8a8a8;
}

.detail-news {
  border: 4px solid #f4f4f4;
  background: rgba(255, 255, 255, 0.8);
  padding: 60px;
  margin: 60px auto;
}
@media (max-width: 575px) {
  .detail-news {
    padding: 8% 4% 4% 4%;
    margin: 40px auto 60px;
  }
}
@media (max-width: 575px) {
  .detail-news h3 {
    font-size: 18px;
  }
}
.detail-news h4 {
  font-size: 16px;
  font-weight: bold;
}
.detail-news .day {
  color: #f6ac2f;
  text-align: right;
  margin-bottom: 40px;
}
.detail-news ul.list-disc {
  margin-left: 1.5em;
  font-size: 15px;
}
.detail-news ul.list-attent {
  list-style: none;
  font-size: 14px;
}
.detail-news ul.list-attent li {
  padding-left: 1em;
  text-indent: -1em;
}
.detail-news ul.list-attent li::before {
  content: "※";
  color: #df0a0a;
}
.detail-news .block {
  margin-bottom: 3rem;
}
.detail-news p,
.detail-news a {
  font-size: 15px;
}
.detail-news a {
  color: #007bff;
}
.detail-news ul.list-goods {
  list-style: none;
}
.detail-news ul.list-goods li {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .detail-news ul.list-goods li {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
}
.detail-news ul.list-goods img {
  border: 1px solid #f4f4f4;
}
.detail-news ul.list-goods p {
  font-size: 14px;
}

.pswp__caption__center {
  text-align: center;
}

.js-modal-img li {
  position: relative;
  display: inline-block;
}
.js-modal-img li::after {
  position: absolute;
  right: 30px;
  top: 0;
  content: "\e8ff";
  font-family: "Material Icons";
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 575px) {
  .js-modal-img li::after {
    right: 20px;
    font-size: 20px;
  }
}
.js-modal-img li img {
  cursor: pointer;
}

/* 開催概要追加　202309 */
a.tel-link {
text-decoration: none;
color: #222222;
}
@media (min-width: 768px) {
a.tel-link {
pointer-events: none;
  }
}
.notel{
pointer-events: none;
}
.notel a{
text-decoration: none;
}
.shoplist h4::before {
  content: "■";
}
/* お知らせページ　h4見出し　202309 */
.subtext {
line-height: 20px;
margin-bottom: 3rem;
}
