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

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

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: futura-pt, futura-pt-bold, a-otf-gothic-mb101-pr6n, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #000000;
  background: url(../img/back.jpg);
}
@media (max-width: 767px) {
  body {
    background-size: 50px;
  }
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

main {
  padding-top: 50px;
}
@media (max-width: 767px) {
  main {
    padding-top: 30px;
  }
}

p {
  line-height: 1.6;
}

a {
  text-decoration: underline;
  color: #00a0e9;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #00a0e9;
}
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;
}

.kv-img {
  border: solid 1px #38beef;
}

.slider-main {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.slider-main .slider-thumbnail {
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slider-main .slider-thumbnail {
    display: none;
  }
}
.slider-main .slider-thumbnail img {
  display: block;
  margin: 8px 4px;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 1rem);
  padding: 0;
  font-size: 40px;
  color: #3b150b;
  border: none;
  background-color: transparent;
}
.slick-arrow img {
  display: block;
  margin: 8px;
}
.slick-arrow.slick-prev {
  left: -20px;
}
.slick-arrow.slick-next {
  right: -20px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 10px auto 20px;
  padding-left: 0;
  list-style-type: none;
}
.slick-dots > li {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
.slick-dots > li.slick-active button {
  background-color: #333333;
}
.slick-dots button {
  position: absolute;
  width: 8px;
  height: 8px;
  padding: 0;
  font-size: 0;
  color: transparent;
  border: none;
  border-radius: 50%;
  background-color: #cccccc;
}

.list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid white;
  background-color: white;
}
@media (max-width: 767px) {
  .list-info {
    display: block;
  }
}
.list-info dt {
  background-color: #38beef;
  color: #fff;
  padding: 5px 48px;
}
@media (max-width: 767px) {
  .list-info dt {
    width: 100%;
    text-align: center;
  }
}
.list-info dd {
  padding: 0px 12px;
  margin: 0;
}
@media (max-width: 767px) {
  .list-info dd {
    width: 100%;
    padding: 10px;
  }
}

.section-info {
  background-color: #fff;
  padding: 40px 24px 80px;
  font-size: 16px;
}

.section-info h2 {
  color: #38beef;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: relative;
  padding: 0.5rem 1rem;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-info h2 {
    font-size: 18px;
    padding: 0 0 5px;
    margin-bottom: 10px;
  }
}

.section-info h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: linear-gradient(to right, #f5f06e, #f5f06e 3px, transparent 3px, transparent 8px, #38beef 8px, #38beef 11px, transparent 11px, transparent 16px);
  background-repeat: repeat-x;
  background-size: 16px 3px;
  background-position: left bottom;
}

.list-icon, .list-note {
  padding-left: 0;
  list-style-type: none;
}

.list-icon > li {
  position: relative;
  padding-left: 1.4em;
  padding-bottom: 10px;
}

.list-icon > li:before {
  content: "●";
  color: #f5f06e;
  position: absolute;
  font-size: 10px;
  left: 0;
  top: 3px;
}

.list-note > li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 8px;
}

.list-note > li:before {
  content: "※";
  color: #ee1b12;
  position: absolute;
  left: 0;
  top: 0;
}

header .img-logo01 {
  display: block;
  width: 5vw;
}
@media (max-width: 575px) {
  header .img-logo01 {
    width: 15vw;
  }
}
header .img-logo02 {
  display: block;
  width: 7vw;
}
@media (max-width: 575px) {
  header .img-logo02 {
    width: 20vw;
  }
}
header .img-logo03 {
  display: block;
  width: 10vw;
}
@media (max-width: 575px) {
  header .img-logo03 {
    width: 30vw;
  }
}

nav.navbar {
  z-index: 3;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  padding: 8px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 575px) {
  nav.navbar {
    padding: 0px 0;
  }
}
nav.navbar button.navbar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 30px;
  font-size: 16px;
  color: #38beef;
  border-color: none;
}
@media (max-width: 575px) {
  nav.navbar button.navbar-toggler {
    margin-right: 20px;
  }
}
nav.navbar button.navbar-toggler::after {
  display: block;
  margin-left: 6px;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: bold;
}
nav.navbar button.navbar-toggler[aria-expanded=true]::after {
  content: "\f00d";
}
nav.navbar #navbarToggleExternalContent {
  width: 100%;
}
nav.navbar .navbar-nav {
  padding-top: 40px;
  background-color: rgba(255, 255, 255, 0.3);
}
nav.navbar .nav-link {
  padding: 12px;
  text-decoration: none;
  color: #38beef;
}
nav.navbar .nav-item {
  border-bottom: 1px solid #38beef;
}
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: #38beef;
  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;
}

.slider-main {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.slider-main .slider-thumbnail {
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slider-main .slider-thumbnail {
    display: none;
  }
}
.slider-main .slick-arrow {
  position: absolute;
  top: calc(50% - 1rem);
  padding: 0;
  font-size: 40px;
  color: #38beef;
  border: none;
  background-color: transparent;
}
.slider-main .slick-arrow img {
  display: block;
  margin: 8px;
}
.slider-main .slick-arrow.slick-prev {
  left: -20px;
}
.slider-main .slick-arrow.slick-next {
  right: -20px;
}
.slider-main .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: 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: #333333;
}
.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;
}

.nav-tabs {
  position: sticky;
  top: 0;
  z-index: 2;
}

.nav-tabs .nav-item {
  width: 33.3333333333%;
}

.nav-tabs .nav-link {
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  color: #38beef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1em;
  border: 2px solid #38beef;
  font-weight: bold;
  height: 72px;
}
@media (max-width: 575px) {
  .nav-tabs .nav-link {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
  }
}

.nav-tabs .nav-link.active {
  background-color: rgba(255, 255, 255, 0.4);
  background-color: #38beef;
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  border: 2px solid #38beef;
}
@media (max-width: 575px) {
  .nav-tabs .nav-link.active {
    font-size: 4.2vw;
    font-weight: bold;
    text-align: center;
  }
}

.nav-tabs .nav-link:hover {
  border: 2px solid #38beef;
  opacity: 1;
  color: #f5f06e;
}

.tab-content {
  background-color: #38beef;
}

.nav-tabs .nav-link.active .fas {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 6px;
  padding-top: 16px;
}

.nav-tabs .nav-link .fas {
  font-size: 24px;
  padding-right: 16px;
}
@media (max-width: 575px) {
  .nav-tabs .nav-link .fas {
    padding-right: 5px;
  }
}

.fa-caret-right:before {
  content: "\f0da";
}

/* ------------
   商品一覧エリア
 ------------ */
.itemWrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}
@media (max-width: 767px) {
  .itemWrap {
    width: 100%;
    padding: 5px;
  }
}

.StyleF_Frame_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}

.StyleF_Item_ {
  width: calc(25% - 16px);
  margin: 8px;
  padding: 8px;
  background: white;
}

.img_ {
  margin-bottom: 15px;
}
.img_ img {
  width: 100%;
}

.goods_img_ {
  text-decoration: none;
}

.name_ {
  padding: 5px;
  margin-bottom: 15px;
  background: transparent;
  color: #000000;
}
.name_ a {
  display: block;
  padding: 5px;
  color: #000000;
  text-decoration: none;
  word-break: break-all;
}

.price_ {
  margin-bottom: 15px;
  text-align: center;
}

.price_,
.name_ {
  font-weight: bold;
}

.cart_ {
  text-align: center;
}
.cart_:hover a {
  opacity: 0.8;
}

.goods_ .StyleF_Frame_ .rdt_,
.goods_ .StyleF_Frame_ .comment_ {
  display: none;
}

/* スマホ時インプットボタン */
.cart_btn_ {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 5px;
  border: dotted 2px #ffffff;
  font-weight: bold;
  color: #fff;
  border: none;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: rgba(0, 0, 0, 0.2);
}

.cart_btn_.reservation_ {
  background-color: #38beef;
  color: #fff;
  border: 3px solid #38beef;
  border-radius: 0;
}

.cart_btn_.order_ {
  background-color: white;
  color: #38beef;
  border: 3px solid #38beef;
  border-radius: 0;
}

.cart_btn_.detail_ {
  background: #38beef;
}

.cart_btn_.sold_out_,
.cart_btn_.closed_ {
  background: #898989;
}

@media (max-width: 767px) {
  .name_,
  .price_,
  .rdt_,
  .comment_ {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .StyleF_Item_ {
    width: calc(50% - 8px);
    margin: 4px;
  }
}
footer {
  background-color: #38beef;
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  color: #f5f06e;
  z-index: 99;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .copyright {
  display: block;
  text-align: center;
  color: white;
}