@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: "Yu Mincho", "YuMincho", source-han-serif-japanese, serif;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
}

p {
  line-height: 2.5;
}

a {
  text-decoration: underline;
  color: #1a0dab;
}

a:hover {
  text-decoration: none;
  opacity: .8;
  color: #1a0dab;
}

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

/* ------------
   リセットCSS
 ------------ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

/* ------------
   説明文エリア
 ------------ */
.txt-lead {
  background: #f5f1e8;
  font-size: 30px;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 680px) {
  .txt-lead {
    padding: 50px 10px;
    font-size: 4vw;
  }
}

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

h2 {
  margin-top: 200px;
}

@media (max-width: 680px) {
  h2 {
    margin-top: 100px;
  }
}

h2::after {
  content: "";
  display: block;
  width: 4em;
  border-bottom: 4px double #917347;
  margin: 0.25em auto 40px;
}

.item_back {
  padding-top: 10px;
  padding-bottom: 20px;
  background: #f5f1e8;
}

.itemWrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background: linear-gradient(45deg, #f5f1e8 25%, transparent 25%, transparent 75%, #f5f1e8 75%), linear-gradient(45deg, #f5f1e8 25%, transparent 25%, transparent 75%, #f5f1e8 75%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  background-color: white;
  display: block;
}

@media (max-width: 767px) {
  .itemWrap {
    width: 100%;
    padding: 0px;
  }
}

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

.StyleF_Item_ {
  width: calc(25% - 8px * 2);
  margin: 8px;
  padding: 8px;
  background: white;
  border: 1px solid #e6e6e6;
}

.img_ {
  margin-bottom: 15px;
}

.img_ img {
  width: 100%;
  border: 1px solid #e6e6e6;
}

.goods_img_ {
  text-decoration: none;
}

.name_ {
  padding: 5px;
  margin-bottom: 15px;
  background: transparent;
  color: #000000;
  text-align: center;
}

.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: 10px;
  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: #a72124;
}

.cart_btn_.order_ {
  background: #917347;
}

.cart_btn_.detail_ {
  background: #12763a;
}

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

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

@media (max-width: 991px) {
  .StyleF_Item_ {
    width: calc(50% - 4px * 2);
    margin: 4px;
  }
}

header {
  padding: 0px;
  background: transparent;
}

@media (max-width: 575px) {
  header {
    padding: 0px;
  }
}

header .img-fluid-bg {
  width: 100%;
  padding-top: calc(938 / 1920 * 100%);
  background: url("/img/freepage/kabuki/img/kv_pc.jpg") no-repeat center top;
  background-size: contain;
}

@media (max-width: 680px) {
  header .img-fluid-bg {
    width: 100%;
    padding-top: calc(990 / 752 * 100%);
    margin-top: 0px;
    background-image: url("/img/freepage/kabuki/img/kv_sp.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 0px;
  }
}

footer {
  background-color: #917347;
  padding: 40px;
  position: relative;
}

footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  background-color: #917347;
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  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;
  text-decoration: none;
}

@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}

footer .link-pageup:hover {
  color: #f5f1e8;
}

footer .copyright {
  padding: 0.5rem !important;
  display: block;
  text-align: center;
  color: #ffffff;
}

footer .img-logo {
  width: 40vw;
  max-width: 160px;
}
