@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
  scroll-padding-top: 60px;
}

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

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #111111;
  background-image: url(../img/back.webp);
  background-size: 100% auto;
}
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;
  transform: rotate(0.03deg);
}

a {
  text-decoration: underline;
  color: #5fb0b3;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #5fb0b3;
}
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;
}

ul {
  transform: rotate(0.03deg);
}

.kv-img {
  border: solid 1px #95c7cc;
}

.section-info {
  background-color: #fffdf6;
  border: solid 2px #d4d0c5;
  padding: 30px 24px 80px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .section-info {
    padding: 30px 10px 70px;
  }
}

.section-info h2 {
  color: #03768b;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0.5rem 0.1rem;
  margin-bottom: 15px;
  transform: rotate(0.03deg);
}
.section-info h2::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon.png);
  background-size: contain;
  vertical-align: bottom;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .section-info h2 {
    font-size: 18px;
    padding: 0 0 5px;
    margin-bottom: 10px;
  }
}

.section-info .tokuten h2 {
  color: #03768b;
  font-size: 21px;
  font-weight: bold;
  border-bottom: 2px #03768b solid;
  border-left: 5px solid #03768b;
  display: inline-block;
  position: relative;
  margin: 10px 0 14px;
  padding: 4px 25px 6px 12px;
  transform: rotate(0.03deg);
}
.section-info .tokuten h2::before {
  content: none;
}
@media (max-width: 767px) {
  .section-info .tokuten h2 {
    font-size: 18px;
    padding: 4px 13px 5px 13px;
    margin-bottom: 12px;
  }
}

.tokuten ul {
  padding-left: 0;
  list-style-type: none;
}
.tokuten .list-icon2 img {
  margin-left: 1.3em;
}
.tokuten img {
  display: block;
}

h2.hdg-info {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 30px 15px 40px;
  background-image: url(../img/list.png);
  background-position: top center;
  background-repeat: no-repeat;
}
h2.hdg-info::before {
  content: none;
  background-image: none;
}
@media (max-width: 767px) {
  h2.hdg-info {
    color: #03768b;
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 28px;
    background-image: none;
    padding: 5px 0px;
  }
  h2.hdg-info::after {
    content: "";
    background: url(../img/list_sp.png) no-repeat;
    height: 20px;
    width: 100%;
    display: block;
    background-size: contain;
    margin: 22px auto 0;
  }
}

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

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

.list-icon > li:before {
  content: "※";
  background-size: contain;
  height: 15px;
  width: 14px;
  left: 0px;
  top: 0px;
  font-weight: bold;
  color: #0197aa;
  position: absolute;
  font-size: 16px;
}

.list-icon2 > li {
  position: relative;
  padding-left: 1.3em;
  padding-bottom: 5px;
  font-size: 14px;
}

.list-icon2 > li:before {
  content: "・";
  background-size: contain;
  height: 15px;
  width: 14px;
  left: 0px;
  top: -5px;
  font-weight: bold;
  color: #0197aa;
  position: absolute;
  font-size: 20px;
}

.list-icon2 > li img {
  margin-left: 0; /* img 要素の余白をリセット */
}

.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;
}

.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: flex;
  align-items: 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;
}

header .img-logo01 {
  display: block;
  width: 150px;
}
@media (max-width: 575px) {
  header .img-logo01 {
    width: 120px;
  }
}

nav.navbar {
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.7490196078);
  border-bottom: 3px solid #03768b;
}
@media (max-width: 575px) {
  nav.navbar {
    padding: 12px 0;
  }
}

.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: #111111;
  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: flex;
  align-items: 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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

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

.nav-tabs .nav-link {
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
  color: #0b444f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  border: 2px solid #111111;
  height: 88px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .nav-tabs .nav-link {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .nav-tabs .nav-link {
    font-size: 4.4vw;
    font-weight: bold;
    line-height: 22px;
    transform: rotate(0.03deg);
  }
}

.nav-tabs .nav-link.active {
  background-color: rgba(255, 255, 255, 0.4);
  background-color: #bae1e1;
  border: 2px solid #111111;
  border-bottom: #67c5cc;
  color: #0b444f;
  text-shadow: none;
  font-weight: 500;
  font-size: 24px;
}
.nav-tabs .nav-link.active:hover {
  border-bottom: #67c5cc;
}
.nav-tabs .nav-link.active .fas {
  transform: rotate(90deg);
  position: relative;
  top: 12px;
  padding-top: 16px;
}
@media (max-width: 575px) {
  .nav-tabs .nav-link.active {
    font-size: 4.4vw;
    font-weight: bold;
    -webkit-transform: rotate(0.03deg);
    transform: rotate(0.03deg);
  }
}

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

.tab-content {
  background-color: #bae1e1;
  border: 2px solid #111111;
}

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

@media (max-width: 575px) {
  i.fas.fa-caret-right {
    top: 3px !important;
    left: 7px !important;
  }
}

.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: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.StyleF_Item_ {
  width: calc(25% - 16px);
  margin: 8px;
  padding: 8px;
  background: #fffdf6;
  border: 2px solid #111111;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 991px) {
  .StyleF_Item_ {
    width: calc(50% - 8px);
    margin: 4px;
  }
}

.img_ img {
  width: 100%;
}

.goods_img_ {
  text-decoration: none;
}

.name_ {
  padding: 5px;
  margin-bottom: 15px;
  background: transparent;
  color: #111111;
  transform: rotate(0.03deg);
}
@media (max-width: 575px) {
  .name_ {
    font-weight: normal;
    font-size: 13px;
  }
}
.name_ a {
  display: block;
  padding: 5px;
  color: #111111;
  text-decoration: none;
  word-break: break-all;
}
@media (max-width: 575px) {
  .name_ a {
    padding: 0px;
  }
}

.price_ {
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  transform: rotate(0.03deg);
}

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

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

/* スマホ時インプットボタン */
.cart_btn_ {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 5px;
  font-weight: bold;
  color: #fff;
  border: none;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

.cart_btn_.reservation_ {
  background-color: #90c4c4;
  color: #fff;
  border-radius: 0;
  border: 2px solid #111111;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.cart_btn_.order_ {
  background-color: white;
  color: #87bbbb;
  border-radius: 0;
  border: 2px solid #111111;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.cart_btn_.detail_ {
  background: #67c5cc;
}

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

@media (max-width: 767px) {
  .name_,
  .price_,
  .rdt_,
  .comment_ {
    margin-bottom: 5px;
  }
}
input.js-checkbox {
  width: 24px;
  height: 24px;
}

input.js-checkbox + label {
  font-weight: bold;
  line-height: 1;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}

footer {
  text-align: center;
  padding: 15px 0 0;
  background-color: #111111;
}
@media (max-width: 575px) {
  footer {
    padding: 15px 0 25px;
  }
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  color: #0197aa;
  z-index: 99;
}
footer .link-pageup img {
  width: 72px;
}
@media (max-width: 575px) {
  footer .link-pageup img {
    width: 42px;
  }
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .copyright {
  width: 200px;
  text-align: center;
  color: white;
}