@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;
  margin-top: 50px;
}
@media (max-width: 767px) {
  main {
    margin-top: 10px;
  }
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: ta-kasanemarugo, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #000000;
  background-image: url(../img/back.jpg);
}
@media (max-width: 767px) {
  body {
    background-size: 500px;
  }
}

p {
  line-height: 1.6;
}

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

h2 {
  position: relative;
  font-size: 60px;
  text-align: center;
  text-shadow: 2px 2px 0 white, -2px -2px 0 white, -2px 2px 0 white, 2px -2px 0 white, 0px 2px 0 white, 0 -2px 0 white, -2px 0 0 white, 2px 0 0 white, rgba(193, 168, 148, 0.4) 4px 4px 0px;
  color: #e7af75;
  vertical-align: middle;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h2 span {
  font-size: 24px;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  h2 span {
    font-size: 18px;
  }
}

/* ------------
   商品一覧エリア
 ------------ */
.container-fluid {
  padding: 0;
}

.item_back {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: "MS Pゴシック", sans-serif;
}

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

.StyleF_Item_ {
  line-height: 1.3;
  border-radius: 5px;
  width: calc(25% - 16px);
  margin: 8px;
  padding: 8px;
  background: #fff7dc;
  -webkit-box-shadow: rgba(193, 168, 148, 0.4) 2px 2px 0px;
          box-shadow: rgba(193, 168, 148, 0.4) 2px 2px 0px;
}

.img_ img {
  width: 100%;
}

.goods_img_ {
  text-decoration: none;
}

.name_ {
  padding-top: 10px;
  background: transparent;
  color: #000000;
}
.name_ a {
  display: block;
  color: #000000;
  text-decoration: none;
  word-break: break-all;
}

.price_,
.name_ {
  font-weight: bold;
  font-size: 0.8em;
  margin-bottom: 8px;
}

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

.rdt_ {
  font-size: 0.7em;
  color: #00a1e9;
  margin-bottom: 8px;
}

.comment_ {
  font-size: 0.7em;
  margin-bottom: 8px;
}

/* スマホ時インプットボタン */
.cart_btn_ {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 10px;
  border: none;
  position: relative;
  text-align: center;
  font-weight: bold;
  color: white;
  letter-spacing: 0.1em;
}

.cart_btn_.reservation_ {
  border-radius: 3px;
  background-color: #9ee5da;
}

.cart_btn_.order_ {
  border-radius: 3px;
  background-color: #fcb9b3;
}

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

@media (max-width: 767px) {
  .comment_ {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .StyleF_Item_ {
    width: calc(50% - 8px);
    margin: 4px;
  }
}
header {
  overflow: hidden;
  background: url(../img/h_back.png);
  background-repeat: repeat-x;
  padding: 35px 60px 100px 60px;
}
@media (max-width: 767px) {
  header {
    background-size: 300px;
    padding-bottom: 60px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  header img {
    width: 60%;
  }
}
@media (max-width: 540px) {
  header img {
    width: 40%;
  }
}
@media (max-width: 414px) {
  header img {
    width: 60%;
  }
}
@media (max-width: 280px) {
  header img {
    width: 100%;
  }
}

footer {
  overflow: hidden;
}
footer .footer_top {
  background: url(../img/foot.png);
  background-repeat: repeat-x;
  padding-top: 100px;
}
@media (max-width: 767px) {
  footer .footer_top {
    background-size: 300px;
    padding-top: 50px;
  }
}
footer .footer_bottom {
  background-color: #e7af75;
  padding-bottom: 40px;
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  color: #9ee5da;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .link-pageup:hover {
  opacity: 0.8;
}
footer .img-logo {
  padding: 10px;
  width: 40vw;
  max-width: 160px;
}
footer .material-symbols-outlined.md-48 {
  font-size: 48px;
  font-variation-settings: "FILL" 0;
}