@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: YakuHanJP, "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #00421a;
  background: #00421a;
  word-break: break-all;
}
body.js-no_scroll {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
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);
}

p {
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}

a {
  text-decoration: underline;
  color: #00421a;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #00421a;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-icon li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.list-icon li:last-child {
  margin-bottom: 1.5rem;
}
.list-icon li span {
  padding-right: 2px;
}

header {
  background: url(../img/kv-ghibli-rittai.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 20%;
}
@media (max-width: 767px) {
  header .container {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  header {
    background: none;
    padding-bottom: 0;
  }
}
header h1 {
  width: 580px;
  margin: 14% 0 0 auto;
}
@media (max-width: 991px) {
  header h1 {
    width: 400px;
  }
}
@media (max-width: 767px) {
  header h1 {
    width: 100%;
    margin: 0;
  }
}
header a {
  position: relative;
  display: block;
  width: 200px;
  color: #dd3b26;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background: #ecb53d;
  border-radius: 50px;
  padding: 11px 4px 14px 20px;
  margin: 20px 0 0 auto;
}
@media (max-width: 767px) {
  header a {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
    font-size: 14px;
    width: 140px;
    padding: 8px 4px 10px 18px;
  }
}
header a:hover {
  color: #dd3b26;
}
header a::after {
  position: absolute;
  content: "\e7cd";
  top: 10px;
  left: 18px;
  font-family: "Material Icons Round";
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  header a::after {
    top: 7px;
    font-size: 16px;
  }
}

h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 22px;
    background-size: 64px auto;
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
h2 span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  margin-top: 8px;
}
@media (max-width: 575px) {
  h2 span {
    font-size: 13px;
    margin-top: 4px;
  }
}

.tab-illust h3 {
  color: #00421a;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px dashed #00421a;
  padding: 0 0 8px 0;
  margin: 0 8px 8px 8px;
}
@media (max-width: 575px) {
  .tab-illust h3 {
    font-size: 15px;
  }
}
.tab-illust h3:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .tab-illust h3:not(:first-child) {
    margin-top: 30px;
  }
}
.tab-illust p,
.tab-illust dl,
.tab-illust ul {
  margin-left: 8px;
}
.tab-illust .list-icon {
  font-size: 14px;
}
@media (max-width: 575px) {
  .tab-illust dl {
    font-size: 15px;
  }
}
.tab-illust dt:not(:first-child) {
  margin-top: 24px;
}
.tab-illust .text-attention {
  font-size: 15px;
}
@media (max-width: 575px) {
  .tab-illust .text-attention {
    font-size: 14px;
  }
}

.area-guide {
  color: #ffffff;
  background: #003615;
  border-radius: 13px;
  padding: 40px;
  margin-top: 80px;
}
@media (max-width: 575px) {
  .area-guide {
    font-size: 15px;
    border-radius: 6px;
    padding: 15px;
    margin: 40px 0 0 0;
  }
}
.area-guide h3 {
  color: #f8c187;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px dashed #f8c187;
  padding: 16px 0;
  margin: 40px 0 15px 0;
}
@media (max-width: 767px) {
  .area-guide h3 {
    font-size: 15px;
    background-size: 20px auto;
    padding: 8px 0px 8px 0;
    margin: 30px 0 10px 0;
  }
}
.area-guide .list-icon {
  font-size: 14px;
}
.area-guide a {
  color: #f8c187;
}

.area-contact {
  color: #ffffff;
  background: #003615;
  border-radius: 13px;
  padding: 40px;
  margin-top: 80px;
}
@media (max-width: 575px) {
  .area-contact {
    font-size: 15px;
    border-radius: 6px;
    padding: 15px;
    margin: 40px 0 0 0;
  }
}
.area-contact .button-form {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  color: #dd3b26;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background: #ecb53d;
  border-radius: 50px;
  padding: 16px 0 19px;
  margin: 40px auto 20px;
}
@media (max-width: 575px) {
  .area-contact .button-form {
    font-size: 15px;
    padding: 12px 34px 14px;
  }
}
.area-contact .button-form:hover {
  color: #dd3b26;
}
.area-contact .button-form::after {
  position: absolute;
  content: "\e7cd";
  top: 13px;
  right: 30px;
  font-family: "Material Icons Round";
  font-size: 26px;
  font-weight: 400;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media (max-width: 575px) {
  .area-contact .button-form::after {
    top: 11px;
    right: 15px;
    font-size: 19px;
  }
}

.button-layer01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  margin-top: 40px;
  z-index: 2;
}
.button-layer01 li {
  width: 48%;
}
.button-layer01 li button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00421a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 13px 13px 0 0;
  border: 2px solid #f8c187;
  padding: 10px 0;
  cursor: pointer;
}
@media (max-width: 575px) {
  .button-layer01 li button {
    min-height: 45px;
    font-size: 14px;
    text-align: left;
    line-height: 1.2;
    border-radius: 6px 6px 0 0;
    padding: 4px 0;
  }
}
.button-layer01 li button .day {
  font-size: 14px;
  padding-left: 4px;
}
@media (max-width: 575px) {
  .button-layer01 li button .day {
    font-size: 12px;
  }
}
.button-layer01 li button:hover {
  opacity: 1;
  background-color: #f8c187;
}
.button-layer01 li button:focus {
  outline: none;
}
.button-layer01 li button .material-icons-round {
  font-size: 20px;
  padding: 0 0 5px 0;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media (max-width: 575px) {
  .button-layer01 li button .material-icons-round {
    font-size: 18px;
  }
}

.button-layer01 li button.active {
  background-color: #f8c187;
  cursor: auto;
}
.button-layer01 li button.active .material-icons-round {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  padding: 0 2px 0 0;
}

.nav.nav-tabs.button-layer02 {
  border: none;
  background-color: #f8c187;
  padding: 40px 48px 0 48px;
}
@media (max-width: 767px) {
  .nav.nav-tabs.button-layer02 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 8px 0 8px;
  }
}
.nav.nav-tabs.button-layer02 .nav-item {
  margin: 0 10px 8px 0;
}
@media (max-width: 767px) {
  .nav.nav-tabs.button-layer02 .nav-item {
    width: calc(33.333% - 6px);
    margin: 0 0 8px 0;
  }
}
.nav.nav-tabs.button-layer02 .nav-link {
  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;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  background-color: #ffffff;
  border: none;
  border-radius: 50px;
}
@media (max-width: 575px) {
  .nav.nav-tabs.button-layer02 .nav-link {
    font-size: 11px;
    min-height: 30px;
    padding: 2px 4px;
    line-height: 1.2;
  }
}
.nav.nav-tabs.button-layer02 .nav-link:hover {
  opacity: 1;
  background-color: #00421a;
  color: #fff;
}
.nav.nav-tabs.button-layer02 .nav-link.active {
  background-color: #00421a;
  color: #fff;
}
.nav.nav-tabs.button-layer02 .nav-link.active:hover {
  opacity: 1;
  cursor: default;
}

.tab-content {
  border-radius: 0 0 13px 13px;
  background-color: #f8c187;
  padding: 40px;
}
@media (max-width: 575px) {
  .tab-content {
    border-radius: 0 0 6px 6px;
    padding: 20px 6px 6px 6px;
  }
}

.title-category {
  color: #00421a;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px dashed #00421a;
  padding: 0 0 8px 0;
  margin: 0 8px 20px 8px;
}
@media (max-width: 575px) {
  .title-category {
    font-size: 15px;
  }
}

.area-shopping {
  margin-top: 80px;
}
@media (max-width: 575px) {
  .area-shopping {
    margin-top: 50px;
  }
}

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

.StyleF_Item_ {
  width: calc(25% - 16px);
  margin: 8px;
  padding: 12px;
  background: white;
}
@media (max-width: 991px) {
  .StyleF_Item_ {
    width: calc(50% - 8px);
    margin: 4px;
  }
}

.img_ img {
  width: 100%;
}

.goods_img_ {
  text-decoration: none;
}

.name_ {
  min-height: 3.16rem;
  color: #00421a;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 8px;
}
@media (max-width: 575px) {
  .name_ {
    font-size: 12px;
    line-height: 1.3;
  }
}
.name_ .name1_ {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.name_ a {
  display: block;
  color: #00421a;
  text-decoration: none;
  word-break: break-all;
}

.price_ {
  text-align: right;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .price_ {
    font-size: 13px;
  }
}

.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: 4px 10px;
  font-weight: bold;
  color: #fff;
  border: none;
  position: relative;
  text-align: center;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}
@media (max-width: 575px) {
  .cart_btn_ {
    font-size: 13px;
    padding: 4px 10px 5px 10px;
  }
}

.cart_btn_.reservation_ {
  color: #dd3b26;
  background: rgba(221, 59, 38, 0.1) url("../img/arrow-red.png") no-repeat left 94% top 8px;
  background-size: 13px auto;
  border-radius: 50px;
  border: 2px solid #dd3b26;
}

.cart_btn_.order_ {
  color: #ffffff;
  background: #dd3b26 url("../img/arrow-white.png") no-repeat left 94% top 8px;
  background-size: 13px auto;
  border-radius: 50px;
  border: 2px solid #dd3b26;
}

.cart_btn_.detail_ {
  background-color: white;
  color: #766754;
  border-radius: 0;
  border: 1px solid #766754;
}

.cart_btn_.sold_out_,
.cart_btn_.closed_ {
  color: #333333;
  background: #aaaaaa;
}

@media (max-width: 767px) {
  .name_,
  .price_,
  .rdt_,
  .comment_ {
    margin-bottom: 5px;
  }
}
.StyleF_Item_ .img_ {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.StyleF_Item_ .img_ img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.resale_request {
  text-align: center;
}

.resale_request a {
  display: block;
  width: 100%;
  margin: 20px auto 0;
  padding: 8px;
  background: #ecaf29 url("../img/arrow-white.png") no-repeat 94% center;
  background-size: 16px auto;
  border-radius: 50px;
  text-decoration: none;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 15px;
}

@media (max-width: 575px) {
  .resale_request a {
    font-size: 13px;
    background: #ecaf29 url("../img/arrow-white.png") no-repeat 94% top 8px;
    background-size: 13px auto;
    padding: 4px 6px 5px 6px;
  }
}
footer {
  color: #ffffff;
  text-align: center;
  background: #03200e;
  padding: 20px 0;
  margin-top: 80px;
}
@media (max-width: 575px) {
  footer {
    padding: 10px 0;
  }
}
footer .link-pageup {
  font-size: 24px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  z-index: 1;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
    width: 40px;
  }
}
footer .copyright {
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin: 0;
}
@media (max-width: 575px) {
  footer .copyright {
    font-size: 12px;
  }
}

/* ——————————————————————–
商品一覧 在庫なし商品に「二次受付ボタン」表示　
——————————————————————— */
.StyleF_Item_:has(.secondary_reception) {
  padding-bottom: 35px;
}
.secondary_reception {
  text-align: center;
}
.secondary_reception a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 6px;
  text-decoration: none;
  color: #ecaf29;
  font-weight: bold;
  border: 2px solid #ecaf29;
  border-radius: 100vmax;
  box-sizing: border-box;
  font-size: 14px;
  background: #fbedd0;
}
.StyleF_Item_:has(.secondary_reception) {
  position: relative;
}
.StyleF_Item_:has(.secondary_reception):after {
  content: "※一部二次受付の対象外商品もございます。";
  display: block;
  width: calc(100% - 24px);
  position: absolute;
  bottom: 12px;
  font-size: 11px;
  text-align: center;
  color: #00421a;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 1200px) {
  .secondary_reception a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    color: #fbedd0;
    background: #ecaf29;
    border-radius: 100vmax;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .secondary_reception a {
    padding: 4px;
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .StyleF_Item_:has(.secondary_reception) {
    padding-bottom: 45px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .StyleF_Item_:has(.secondary_reception):after {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .StyleF_Item_:has(.secondary_reception) {
    padding-bottom: 35px;
  }
  .secondary_reception {
    max-width: 216px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .StyleF_Item_:has(.secondary_reception) {
    padding-bottom: 45px;
  }
  .StyleF_Item_:has(.secondary_reception):after {
    text-align: left;
  }
  .secondary_reception a {
    padding: 4px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .secondary_reception a {
    padding: 5px;
  }
}
/* カートボタン位置揃え */
.StyleF_Item_ {
  display: flex;
  flex-direction: column;
}
.cart_ {
  margin-top: auto;
}
/* 完売商品について */
.sold-info {
  margin: 0;
  padding: 40px 40px 0 40px;
  background: #f8c187;
}
.sold-info dt {
  color: #dd3b26;
}
.sold-info dt:before {
  content: "\f06a";
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}
.sold-info dd {
  margin: 0;
}
.sold-info dd > span {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 575px) {
  .sold-info {
    padding: 20px 10px 0 10px;
  }
  .sold-info dt {
    font-size: 14px;
  }
  .sold-info dd {
    font-size: 12px;
  }
}

/* -----------------------
250903 修正
-------------------------*/
.nav.nav-tabs.button-layer02 {
  border-radius: 13px 13px 0 0;
}
@media (max-width: 575px) {
  .nav.nav-tabs.button-layer02 {
    border-radius: 6px 6px 0 0;
  }
}
