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

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

main {
  min-height: 1px;
  background-color: #ece3db;
  background-image: url(../img/bg.jpg);
  background-position: top center;
  padding-top: 50px;
}
@media (max-width: 767px) {
  main {
    padding-top: 30px;
  }
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "IBM Plex Sans JP", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #333;
  background: #ffffff;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

* {
  box-sizing: border-box;
}

p {
  line-height: 1.6;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

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

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

.section-info {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  background: url(../img/infobg.png) repeat;
  border: solid 2px #d4d0c5;
  padding: 50px 50px;
  margin: 60px auto 68px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .section-info {
    padding: 30px 10px 34px;
    margin: 35px auto 60px;
  }
}
.section-info::before, .section-info::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  background: url(../img/info_tbbg.png) repeat;
  background-size: 53px;
  background-position: center;
}
@media (max-width: 767px) {
  .section-info::before, .section-info::after {
    height: 76px;
    background-size: 43px;
  }
}
.section-info::before {
  top: 0;
}
.section-info::after {
  bottom: 0;
  height: 50px;
}
@media (max-width: 767px) {
  .section-info::after {
    height: 40px;
  }
}
.section-info h2 {
  color: #006249;
  font-weight: 600;
  padding-bottom: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 575px) {
  .section-info h2 {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .section-info h2 {
    font-size: 20px;
  }
}
.section-info .list-info dt {
  display: flex;
  font-weight: bold;
  margin-top: 20px;
  border-top: 2px dotted #7aa0a7;
  padding-top: 12px;
  padding-bottom: 6px;
  color: #006249;
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .section-info .list-info dt {
    font-size: 18px;
  }
}
.section-info .list-info dt:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 22px;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
  margin-right: 6px;
  color: #308B7D;
}
@media (max-width: 767px) {
  .section-info .list-info dt:before {
    width: 23px;
    height: 22px;
  }
}
.section-info .list-info dd {
  font-size: 15px;
}
@media (max-width: 767px) {
  .section-info .list-info dd {
    font-size: 14px;
  }
}

.list-icon {
  list-style-type: none;
  padding-left: 0;
  margin: 12px 0 0;
}
.list-icon > li {
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 8px;
}
.list-icon > li::before {
  content: "●";
  color: #006249;
  position: absolute;
  font-size: 7px;
  left: 0;
  top: 5px;
}
@media (max-width: 767px) {
  .list-icon > li::before {
    font-size: 6px;
    left: 4px;
    top: 6px;
  }
}
.list-icon span {
  color: #df0c0c;
  position: absolute;
  left: 0;
}

.goods-area {
  position: relative;
  z-index: 1;
}

.nav-tabs {
  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: #006249;
  font-weight: bold;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  border: 2px solid #333;
  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 .fas {
  font-size: 24px;
  padding-right: 16px;
}
@media (max-width: 575px) {
  .nav-tabs .nav-link .fas {
    padding: 0 7px 0 8px;
  }
}
.nav-tabs .nav-link.active {
  background-color: #c5d7c7;
  border: 2px solid #333;
  border-bottom: #c5d7c7;
  color: #006249;
  text-shadow: none;
  font-weight: bold;
  font-size: 24px;
}
.nav-tabs .nav-link.active:hover {
  border-bottom: #c5d7c7;
}
.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;
    transform: rotate(0.03deg);
  }
}
.nav-tabs .nav-link:hover {
  border: 2px solid #333;
  opacity: 1;
  color: #252525;
}
@media (max-width: 575px) {
  .nav-tabs .nav-link i.fas.fa-caret-right {
    top: 3px !important;
    left: 7px !important;
  }
}

.tab-content {
  background-color: #c5d7c7;
  border: 2px solid #333;
}

.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: #ffffff;
  border: 2px solid #333;
  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: #333;
  transform: rotate(0.03deg);
}
@media (max-width: 575px) {
  .name_ {
    font-weight: normal;
    font-size: 13px;
  }
}
.name_ a {
  display: block;
  padding: 5px;
  color: #333;
  text-decoration: none;
  word-break: break-all;
}
@media (max-width: 575px) {
  .name_ a {
    padding: 0;
  }
}

.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: 6px 0 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: #91c49c;
  color: #fff;
  border-radius: 0;
  border: 2px solid #00301e;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.cart_btn_.order_ {
  background-color: white;
  color: #8bbb87;
  border-radius: 0;
  border: 2px solid #00301e;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.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;
  transform: rotate(0.03deg);
}

.cloud-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.cloud {
  position: absolute;
  opacity: 0.6;
  left: 0;
}

/* 左から右へ移動する雲（cloud1, cloud2, cloud3） */
.cloud1, .cloud2, .cloud3 {
  animation: floatLeftToRight linear infinite;
}

/* 右から左へ移動する雲（cloud4, cloud5, cloud6） */
.cloud4, .cloud5, .cloud6 {
  animation: floatRightToLeft linear infinite;
}

.cloud1 {
  width: 400px;
  height: 180px;
  background: url("../img/cloud1.png") no-repeat center;
  background-size: contain;
  top: 6%;
  animation-duration: 60s;
  animation-delay: -10s;
}
@media (max-width: 767px) {
  .cloud1 {
    width: 200px;
    height: 100px;
  }
}

.cloud2 {
  width: 480px;
  height: 150px;
  background: url("../img/cloud2.png") no-repeat center;
  background-size: contain;
  top: 35%;
  animation-duration: 90s;
  animation-delay: 0s;
}
@media (max-width: 767px) {
  .cloud2 {
    width: 240px;
    height: 80px;
  }
}

.cloud3 {
  width: 360px;
  height: 265px;
  background: url("../img/cloud3.png") no-repeat center;
  background-size: contain;
  top: 70%;
  animation-duration: 80s;
  animation-delay: -4s;
}
@media (max-width: 767px) {
  .cloud3 {
    width: 180px;
    height: 135px;
    top: 66%;
  }
}

.cloud4 {
  width: 400px;
  height: 180px;
  background: url("../img/cloud4.png") no-repeat center;
  background-size: contain;
  top: 57%;
  animation-duration: 80s;
  animation-delay: 0s;
}
@media (max-width: 767px) {
  .cloud4 {
    width: 200px;
    height: 100px;
    top: 60%;
  }
}

.cloud5 {
  width: 600px;
  height: 232px;
  background: url("../img/cloud5.png") no-repeat center;
  background-size: contain;
  top: 86%;
  animation-duration: 80s;
  animation-delay: -10s;
}
@media (max-width: 767px) {
  .cloud5 {
    width: 300px;
    height: 122px;
    top: 77%;
  }
}

.cloud6 {
  width: 320px;
  height: 265px;
  background: url("../img/cloud6.png") no-repeat center;
  background-size: contain;
  top: 19%;
  animation-duration: 70s;
  animation-delay: -4s;
}
@media (max-width: 767px) {
  .cloud6 {
    width: 180px;
    height: 140px;
    top: 30%;
  }
}

/* 右から左へ移動するアニメーション */
@keyframes floatLeftToRight {
  0% {
    transform: translateX(100vw) translateY(0px);
  }
  12% {
    transform: translateX(90vw) translateY(30px);
  }
  25% {
    transform: translateX(75vw) translateY(0px);
  }
  37% {
    transform: translateX(60vw) translateY(40px);
  }
  50% {
    transform: translateX(50vw) translateY(0px);
  }
  62% {
    transform: translateX(20vw) translateY(30px);
  }
  75% {
    transform: translateX(10vw) translateY(0px);
  }
  87% {
    transform: translateX(5vw) translateY(40px);
  }
  100% {
    transform: translateX(-5vw) translateY(0px);
  }
}
@keyframes floatRightToLeft {
  0% {
    transform: translateX(-10vw) translateY(0px);
  }
  12% {
    transform: translateX(5vw) translateY(30px);
  }
  25% {
    transform: translateX(10vw) translateY(0px);
  }
  37% {
    transform: translateX(30vw) translateY(40px);
  }
  50% {
    transform: translateX(50vw) translateY(0px);
  }
  62% {
    transform: translateX(65vw) translateY(30px);
  }
  75% {
    transform: translateX(78vw) translateY(0px);
  }
  87% {
    transform: translateX(88vw) translateY(40px);
  }
  100% {
    transform: translateX(100vw) translateY(0px);
  }
}
footer {
  background-color: #444444;
  padding: 15px 0;
  z-index: 1;
}
@media (max-width: 575px) {
  footer {
    padding: 15px 0 25px;
  }
}
footer .link-pageup {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 50px;
  right: 40px;
  bottom: 20px;
  text-align: center;
  font-size: 17px;
  color: #006249;
  display: flex;
  text-decoration: none;
  border: 3px solid #006249;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .link-pageup:hover {
  opacity: 0.7;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}

header {
  padding: 10px 20px;
  background: #f7f3ef;
  border-bottom: 2px solid #333;
  z-index: 5;
}
@media (max-width: 575px) {
  header {
    padding: 8px;
  }
}
header .img-logo {
  width: 18vw;
  max-width: 100px;
  display: flex;
  margin: 0 auto;
}

.slider-main {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .slider-main {
    width: calc(100% - 10px);
    /* padding: 0 5px !important; */
  }
}
.slider-main .slick-arrow {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  z-index: 1;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
}
.slider-main .slick-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #333;
  transition: border-color 0.3s ease;
}
.slider-main .slick-arrow.slick-prev {
  left: -40px;
  transform: translateY(-50%) rotate(180deg);
}
.slider-main .slick-arrow.slick-next {
  right: -40px;
}
.slider-main .slick-arrow:hover::before {
  border-color: transparent transparent transparent #1a1a1a;
}

.js-slider {
  opacity: 0;
}

.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s;
}

.slick-slide img {
  display: block;
  width: 100%;
}