@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: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  color: #3a3951;
  letter-spacing: 0.05em;
  letter-spacing: 1.8;
}

body.js-no_scroll {
  overflow: hidden;
}

body.js-no_scroll:before {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: #fff;
}

body.page-top {
  background-color: #eee;
}

.container.lyt-panel,
section.lyt-panel {
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 0 40px;
}

@media (max-width: 575px) {
  .container.lyt-panel,
  section.lyt-panel {
    padding: 0 24px;
  }
}

.container.lyt-panel:before, .container.lyt-panel:after,
section.lyt-panel:before,
section.lyt-panel:after {
  content: "";
  display: block;
  background: url("../img/bg-pattern.jpg") 0 0 repeat-y transparent;
  width: 32px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 575px) {
  .container.lyt-panel:before, .container.lyt-panel:after,
  section.lyt-panel:before,
  section.lyt-panel:after {
    width: 16px;
    background-size: 100% auto;
  }
}

.container.lyt-panel:after,
section.lyt-panel:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

section.lyt-panel {
  background-color: rgba(255, 255, 255, 0.6);
}

section.lyt-panel.section-sort {
  margin: 32px 0 40px;
}

section.lyt-panel.section-sort .dropdown-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.lyt-panel.section-sort #sort-01,
section.lyt-panel.section-sort #sort-02 {
  width: 480px;
  max-width: 46%;
  display: block;
  margin: 32px auto;
  font-size: 18px;
  padding: 12px;
  color: #3a3951;
}

@media (max-width: 767px) {
  section.lyt-panel.section-sort #sort-01,
  section.lyt-panel.section-sort #sort-02 {
    font-size: 12px;
    margin: 0 auto 24px;
  }
}

body.page-2f section.lyt-panel #sort-02 {
  display: none;
}

section {
  margin: 40px 0;
}

em {
  font-weight: bold;
  font-style: normal;
  opacity: 0.8;
}

p {
  line-height: 1.6;
}

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

img {
  max-width: 100%;
  height: auto;
}

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

.lyt-period {
  display: inline-block;
  margin-right: 8px;
  background-color: #ce8da0;
  color: #fff;
  font-family: "neuzeit-grotesk", "mamelon", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 4px 16px;
}

@media (max-width: 767px) {
  .lyt-period {
    display: block;
    width: 5em;
    text-align: center;
    margin-bottom: 8px;
  }
}

body.page-1f .lyt-period,
body.page-2f .lyt-period {
  background-color: #c8a063;
}

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

.form-wrap {
  background-color: #ccc;
  padding: 40px 0;
}

.section-item {
  background-color: #fff;
  padding: 32px 16px;
  border-radius: 16px;
  margin: 32px auto;
}

.section-item .limit-item {
  display: inline-block;
  padding: 8px;
  color: #ce8da0;
  border: 1px solid #ce8da0;
  font-weight: bold;
  font-size: 20px;
  margin-top: 8px;
}

@media (max-width: 575px) {
  .section-item .limit-item {
    font-size: 14px;
  }
}

body.page-2f .section-item .limit-item {
  color: #ae95ae;
  border-color: #ae95ae;
}

.section-item .soldTxt {
  font-weight: bold;
  font-size: 24px;
  color: #ab3054;
  display: inline-block;
  margin: 0;
}

.section-item select {
  margin-left: 8px;
  font-size: 18px;
  color: #3a3951;
}

.section-item select + span {
  margin-right: 8px;
}

.modal-backdrop {
  z-index: 1;
}

.list-caution p {
  font-size: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .list-caution p {
    text-align: left;
  }
}

header .img-logo {
  display: block;
  width: 30vw;
  max-width: 48px;
  margin-left: 20px;
}

nav.navbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  padding: 8px 0;
  background-color: rgba(0, 0, 0, 0.2);
}

body.page-1f nav.navbar {
  background-color: #ce8da0;
}

body.page-2f nav.navbar {
  background-color: #ae95ae;
}

nav.navbar button.navbar-toggler,
nav.navbar button.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 30px;
  font-family: "neuzeit-grotesk", "mamelon", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  color: #fff;
  border: none;
  letter-spacing: 0.1em;
}

@media (max-width: 575px) {
  nav.navbar button.navbar-toggler,
  nav.navbar button.btn-link {
    margin-right: 0;
    font-size: 18px;
  }
}

nav.navbar button.navbar-toggler::after,
nav.navbar button.btn-link::after {
  display: block;
  margin-left: 6px;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  font-weight: bold;
}

nav.navbar button.navbar-toggler:hover, nav.navbar button.navbar-toggler:focus,
nav.navbar button.btn-link:hover,
nav.navbar button.btn-link:focus {
  text-decoration: none;
  opacity: 0.8;
}

nav.navbar button.navbar-toggler[aria-expanded="true"]::after,
nav.navbar button.btn-link[aria-expanded="true"]::after {
  content: "\f00d";
}

nav.navbar #navbarToggleExternalContent {
  width: 100%;
}

nav.navbar .navbar-nav {
  border-top: 8px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

nav.navbar .nav-link {
  padding: 40px 8px;
  text-decoration: none;
  color: #307f91;
  text-align: center;
  font-family: "neuzeit-grotesk", "mamelon", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  position: relative;
}

@media (max-width: 767px) {
  nav.navbar .nav-link {
    padding: 16px 8px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  nav.navbar .nav-link .fa-solid {
    position: absolute;
    right: 24px;
    top: calc(50% - 0.5em);
  }
}

nav.navbar .nav-item {
  border-bottom: 1px solid #82b7c3;
}

.navbar-expand {
  z-index: 3;
}

.navbar-expand .container {
  width: 100%;
  max-width: 100%;
}

.navbar-expand .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.navbar-expand .modal-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: none;
}

.navbar-expand .btn-close {
  color: #3a3951;
  background-color: transparent;
  border: none;
  font-weight: bold;
  font-size: 24px;
  opacity: 0.6;
}

.navbar-expand ul.navbar-nav {
  border-top: none;
}

.navbar-expand ul.navbar-nav > li:last-child {
  border-bottom: none;
}

footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  color: #82b7c3;
}

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

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

body.page-1f footer .link-pageup {
  color: #ce8da0;
}

body.page-2f footer .link-pageup {
  color: #ae95ae;
}

footer .copyright {
  display: block;
  text-align: center;
  color: #3a3951;
  font-weight: bold;
  margin: 40px 16px;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "neuzeit-grotesk", "mamelon", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

h1 {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 160px 24px 80px;
}

@media (max-width: 575px) {
  h1 {
    padding-top: 120px;
    padding-bottom: 64px;
    font-size: 7vw;
    letter-spacing: 0.05em;
  }
}

h1 .small {
  letter-spacing: 0.05em;
  display: block;
  padding: 32px 0 16px;
  font-size: 24px;
}

@media (max-width: 575px) {
  h1 .small {
    font-size: 5vw;
  }
}

h1 .title {
  font-weight: bold;
  display: inline-block;
  padding-right: 0.5em;
  font-size: 56px;
}

@media (max-width: 767px) {
  h1 .title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  h1 .title {
    font-size: 9vw;
  }
}

h1.hdg-main {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 0;
}

.hdg-title {
  border-bottom: 8px double #82b7c3;
  padding-left: 8px;
  padding-bottom: 10px;
  color: #82b7c3;
  font-size: 24px;
}

@media (max-width: 575px) {
  .hdg-title {
    font-size: 20px;
  }
}

#anchor-cart .hdg-title {
  color: #3a3951;
  border-bottom-color: #3a3951;
}

body.page-1f .hdg-title {
  color: #ce8da0;
  border-bottom-color: #ce8da0;
}

body.page-1f .hdg-title.hdg-sort {
  color: #fff;
  border-bottom-color: #fff;
}

body.page-2f .hdg-title {
  color: #ae95ae;
  border-bottom-color: #ae95ae;
}

body.page-2f .hdg-title.hdg-sort {
  color: #fff;
  border-bottom-color: #fff;
}

.hdg-txt {
  font-size: 32px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .hdg-txt {
    font-size: 22px;
  }
}

.hdg-item {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

@media (max-width: 575px) {
  .hdg-item {
    font-size: 22px;
  }
}

ul,
ol {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 24px;
}

dl {
  padding-left: 0;
  margin-bottom: 32px;
}

dl dt {
  font-weight: normal;
  font-size: 20px;
  font-family: "neuzeit-grotesk", "mamelon", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #82b7c3;
  margin-bottom: 4px;
  margin-top: 16px;
}

dl dd {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  dl dd {
    margin-bottom: 8px;
  }
}

.list-note > li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 8px;
}

@media (max-width: 575px) {
  .list-note > li {
    padding-left: 1.2em;
  }
}

.list-note > li:before {
  content: "※";
  color: #ab3054;
  position: absolute;
  left: 0;
  top: 0;
}

.list-icon > li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 8px;
}

@media (max-width: 575px) {
  .list-icon > li {
    padding-left: 1.2em;
  }
}

.list-icon > li > .icon {
  color: #ae95ae;
  position: absolute;
  left: 0;
  top: 0;
}

.list-panel > li {
  border: 1px solid #ae95ae;
  padding: 32px 32px 0;
  margin-bottom: 32px;
  border-radius: 24px;
}

@media (max-width: 575px) {
  .list-panel > li {
    padding: 16px 16px 0;
  }
}

.section-item .list-item dt {
  color: #c8a063;
  font-size: 18px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 8px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #c8a063;
  letter-spacing: 0.2em;
}

@media (max-width: 575px) {
  .section-item .list-item dt {
    padding: 4px;
    margin-bottom: 8px;
  }
}

.section-item .list-item dd {
  line-height: 1.6;
}

.section-item .list-select {
  text-align: center;
}

.section-item .list-select dt {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3a3951;
  font-size: 16px;
}

ul.nav-tabs > li {
  width: 25%;
  padding-right: 8px;
}

@media (max-width: 575px) {
  ul.nav-tabs > li {
    padding-right: 4px;
  }
}

ul.nav-tabs .nav-link {
  display: block;
  text-decoration: none;
  color: #ce8da0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #ce8da0;
  border-bottom: none;
  line-height: 2;
}

body.page-2f ul.nav-tabs .nav-link {
  border-color: #ae95ae;
  color: #ae95ae;
}

@media (max-width: 575px) {
  ul.nav-tabs .nav-link {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
}

ul.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #ce8da0;
}

body.page-2f ul.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #ae95ae;
}

ul.nav-tabs .nav-link:hover {
  border-color: #ce8da0;
}

body.page-2f ul.nav-tabs .nav-link:hover {
  border-color: #ae95ae;
}

ul.nav-tabs + .tab-content {
  border: 1px solid #ce8da0;
  border-top: 4px solid #ce8da0;
}

body.page-2f ul.nav-tabs + .tab-content {
  border-color: #ae95ae;
  border-top-color: #ae95ae;
}

a {
  text-decoration: underline;
  color: #307f91;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #307f91;
}

a.btn {
  text-decoration: none;
}

.list-btn a {
  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;
  color: #fff;
  text-decoration: none;
  font-family: "neuzeit-grotesk", "mamelon", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  font-size: 32px;
  background-color: #ae95ae;
  padding: 32px 8px;
  border: 4px solid #fff;
  border-radius: 16px;
  letter-spacing: 2.4;
  position: relative;
}

@media (max-width: 767px) {
  .list-btn a {
    font-size: 24px;
  }
}

.list-btn a .fa-solid {
  position: absolute;
  right: 1em;
}

@media (max-width: 767px) {
  .list-btn a .fa-solid {
    right: 0.5em;
    font-size: 14px;
  }
}

.list-btn > li:nth-child(even) a {
  background-color: #ce8da0;
}

.section-item .btn-item {
  display: block;
  margin: 16px auto 0;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  border: 4px solid #eee;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 16px;
  width: 600px;
  max-width: 100%;
  background-color: #ce8da0;
}

body.page-2f .section-item .btn-item {
  background-color: #ae95ae;
}

.btn-cart {
  width: 92%;
  display: block;
  margin: 40px auto;
  background-color: #307f91;
  color: #fff;
  font-size: 32px;
  font-family: "neuzeit-grotesk", "mamelon", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  border: 4px solid #ccc;
  padding: 16px;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .btn-cart {
    font-size: 24px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .btn-cart {
    font-size: 5vw;
    letter-spacing: -0.05em;
    padding: 16px 0;
  }
}

.btn-cart:hover {
  opacity: 0.8;
}

/* ------------
   商品一覧エリア
 ------------ */
.form-wrap {
  background-color: #ccc;
  padding: 40px 0;
  margin-top: 100px;
}

.goods_title {
  border-bottom: 8px double #fff;
  padding-bottom: 10px;
  color: white;
}

.itemWrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background: transparent;
  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: 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

.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;
  text-align: center;
}

.name_ a {
  display: block;
  color: #3a3951;
  padding: 5px;
  text-decoration: none;
  word-break: break-all;
}

.price_ {
  margin-bottom: 15px;
  text-align: center;
  color: #3a3951;
}

.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: 4px;
  border: dotted 2px #fff;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 5px;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: rgba(0, 0, 0, 0.2);
}

.cart_btn_.reservation_ {
  background: #ce8da0;
}

.cart_btn_.order_ {
  background: #ae95ae;
}

.cart_btn_.detail_ {
  background: #c8a063;
}

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

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

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

.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: #3a3951;
  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: -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;
  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;
}

.draggable {
  border: 1px solid #3a3951;
}
