@charset "UTF-8";
/*---------------------------------------------
  トップページ スタイル
  移植元: top.css + 2026top.html インラインスタイル
---------------------------------------------*/
.bx-wrapper {
  background-color: transparent !important;
  margin: 0px auto;
  border: none !important;
  box-shadow: none !important;
}

.bx-wrapper img {
  width: 100%;
  display: block;
  margin: 0px auto;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 1 !important;
}

.slick-slide {
  margin: 0;
  transition: all ease-in-out 0.3s;
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-prev,
.slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  font-family: "Font Awesome 5 Free";
  border: 0;
  background: transparent;
  font-weight: 900;
}

.slick-prev::before,
.slick-next::before {
  font-size: 32px;
  color: #ccc;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .slick-prev::before,
  .slick-next::before {
    font-size: 42px;
  }
}

.slick-prev {
  top: 20%;
  left: 0;
  z-index: 999;
}

.slick-prev::before {
  content: "\f053";
}

@media screen and (min-width: 768px) {
  .slick-prev {
    top: 20%;
    left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .slick-prev {
    top: 40%;
    left: 10px;
  }
}

.slick-next {
  top: 20%;
  right: 0;
  z-index: 999;
}

.slick-next::before {
  content: "\f054";
}

@media screen and (min-width: 768px) {
  .slick-next {
    top: 20%;
    right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .slick-next {
    top: 40%;
    right: 10px;
  }
}

.slick-dots .slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slide-item:hover, .slide-item:active {
  transform: 0.3s;
}

.slide-item figure {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.slide-item figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slide-item figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.slide-title {
  padding: 0 16px;
  margin: 2rem 0;
}

.slide-title span {
  font-size: 14px;
  font-weight: 600;
}

.slide-txt {
  padding: 0 16px 16px;
}

@media screen and (min-width: 1200px) {
  .slide-content {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

.news-list {
  margin: 12px 0 0;
}

.slick-arrow.slick-hidden {
  display: none;
}

#about {
  padding: 50px 0;
}

#about .inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: calc(1200px - 1em);
  padding: 1em;
  margin: 0 auto;
  background-image: url(../img/about_bg2.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 530px;
}

@media (max-width: 1200px) {
  #about .inner {
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../img/about_bg2.jpg);
    background-size: cover !important;
    background-position: left;
  }
}

#about .inner .read {
  width: 50%;
  line-height: 1.8em;
}

@media (max-width: 1200px) {
  #about .inner .read {
    width: 100%;
  }
}

#about .inner .read .logo {
  text-align: center;
  margin-bottom: 2em;
}

#about .inner .read .logo img {
  width: 280px;
  max-height: none;
  max-width: none;
}

#about .inner .read h3 {
  margin-bottom: 1em;
  font-size: 1.6em;
  font-weight: 500;
}

#toStore {
  background-color: #f5f5f5;
  padding: 3em 0;
}

@media screen and (max-width: 768px) {
  #toStore {
    padding: 3em 1em;
  }
}

#toStore .wrap {
  max-width: calc(1200px - 1em);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  align-items: center;
  flex-direction: row-reverse;
}

#toStore .wrap .text {
  width: 100%;
  max-width: 40%;
  padding: 3em;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  #toStore .wrap .text {
    max-width: 100%;
    padding: 2em 1em;
  }
}

#toStore .wrap .text h3 {
  text-align: center;
  margin-bottom: 1em;
  font-weight: 400;
}

#toStore .wrap .text a {
  display: block;
  padding: 15px;
  background-color: #303030;
  color: #fff;
  text-align: center;
  margin-top: 2em;
}

#toStore .wrap img {
  width: 100%;
  max-width: 60%;
}

@media screen and (max-width: 768px) {
  #toStore .wrap img {
    max-width: 100%;
  }
}

.product-area {
  background: #ece5d7;
}

.slide-product {
  padding-top: 48px;
}

.slide-product .slick-slide {
  margin: 0 12px;
}

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

.slide-product .slick-prev,
.slide-product .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  font-family: "Font Awesome 5 Free";
  border: 0;
  background: transparent;
  font-weight: 900;
}

.slide-product .slick-prev::before,
.slide-product .slick-next::before {
  font-size: 32px;
  color: #999;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .slide-product .slick-prev::before,
  .slide-product .slick-next::before {
    font-size: 42px;
  }
}

.slide-product .slick-prev {
  top: 20%;
  left: 0;
  z-index: 999;
}

.slide-product .slick-prev::before {
  content: "\f053";
}

@media screen and (min-width: 768px) {
  .slide-product .slick-prev {
    top: 20%;
    left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .slide-product .slick-prev {
    top: 45%;
    left: -25px;
  }
}

.slide-product .slick-next {
  top: 20%;
  right: 0;
  z-index: 999;
}

.slide-product .slick-next::before {
  content: "\f054";
}

@media screen and (min-width: 768px) {
  .slide-product .slick-next {
    top: 20%;
    right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .slide-product .slick-next {
    top: 45%;
    right: -25px;
  }
}

.slide-product .slick-slide {
  transition: all ease-in-out 0.3s;
}

.slide-product .slide-item {
  background-color: #fff;
}

.slide-product .slide-title {
  padding: 0 1.5rem;
}

.slide-product .slide-txt {
  padding: 0 1.5rem 1.5rem;
}

@media screen and (min-width: 1200px) {
  .slide-product .slide-content {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

.new-item-price {
  padding: 0 1.5rem 1.5rem;
}

.slider-content {
  width: 100%;
  margin: 100px auto;
}

.product-list {
  margin-top: 80px;
}

.product-list-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 32px;
}

@media screen and (min-width: 1200px) {
  .product-list-inner {
    max-width: 1200px;
    margin: auto;
  }
}

.product-list-title {
  text-align: center;
  margin: 1rem 0 2rem;
}

.product-item {
  width: calc(50% - 32px);
  margin: 0 16px 32px;
  padding-bottom: 32px;
}

@media screen and (min-width: 480px) {
  .product-item {
    display: inline-block;
    width: calc(50% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (min-width: 768px) {
  .product-item {
    display: inline-block;
    width: calc(33.3% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (min-width: 1024px) {
  .product-item {
    width: calc(33.3% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (min-width: 1200px) {
  .product-item {
    width: calc(33% - 32px);
    margin: 0 16px 32px;
  }
}

.product-item figure {
  position: relative;
  margin: 0;
  line-height: 0;
  background: #fff;
  overflow: hidden;
}

.product-item figure img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.product-item figure:hover img {
  opacity: 0.5;
}

.product-item.sale figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  font-size: 13px;
  text-align: center;
  color: #000;
  background-color: #f8d803;
}

@media screen and (min-width: 768px) {
  .product-item.sale figcaption {
    position: absolute;
    top: 10%;
    left: -36%;
    padding: 18px 40px 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
}

.product-item-name {
  margin-top: 8px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.sale-price {
  color: #c00;
}

.original-price {
  text-decoration: line-through;
}

.product-item-price {
  margin-top: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
}

.sold-out {
  background-color: #000 !important;
  color: #fff !important;
}

@media screen and (min-width: 1200px) {
  .bg {
    padding: 40px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::before, .slick-track::after {
  display: table;
  content: "";
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  color: #111;
}

.slick-dots li button::before {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f192";
  text-align: center;
  color: #999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #111;
}

.notice {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: white;
  border-top: 1px solid #999;
}

@media screen and (min-width: 960px) {
  .notice {
    flex-direction: row;
    background: linear-gradient(90deg, white 50%, #f5f4f3 50%);
  }
}

.notice-news {
  width: 100%;
  max-width: 100%;
  padding: 24px 16px 40px;
}

@media screen and (min-width: 960px) {
  .notice-news {
    width: 50%;
    max-width: 600px;
    padding: 24px 40px 40px;
    background: white;
  }
}

.news-title {
  margin: 1rem 0;
  padding-bottom: 12px;
  text-align: center;
  border-bottom: solid 1px #777;
}

.news-list {
  display: block;
}

@media screen and (min-width: 960px) {
  .news-list {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (min-width: 960px) {
  .news-date {
    grid-area: 1 / 1 / 2 / 2;
    font-size: 0.8rem;
  }
}

.news-article-title {
  margin-left: 0;
}

@media screen and (min-width: 960px) {
  .news-article-title {
    grid-area: 1 / 2 / 2 / 3;
    margin-left: 0.5rem;
    font-size: 0.9rem;
  }
}

.notice-contact {
  width: 100%;
  max-width: 100%;
  padding: 40px 16px 64px;
  text-align: center;
  background-color: #f5f4f3;
}

@media screen and (min-width: 960px) {
  .notice-contact {
    position: relative;
    width: 50%;
    max-width: 600px;
    padding: 24px 40px 64px;
    text-align: center;
  }
}

.notice-contact h2,
.notice-contact p,
.notice-contact span {
  text-align: center;
}

.contact-title {
  margin: 1rem 0;
  padding-bottom: 12px;
  text-align: center;
  border-bottom: solid 1px #777;
}

@media screen and (min-width: 768px) {
  .contact-category {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 960px) {
  .contact-category {
    flex-direction: column;
    height: 70%;
  }
}

.contact-tel {
  display: block;
  margin: 0 auto;
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .contact-tel {
    width: 50%;
  }
}

@media screen and (min-width: 960px) {
  .contact-tel {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .fas.contact-tel {
    display: block;
    margin: 16px 0 0;
    font-size: 1.6em;
    text-align: center;
  }
}

@media screen and (min-width: 960px) {
  .fas.contact-tel {
    margin: 0 auto;
    font-size: 1.8em;
  }
}

.contact-tel-number {
  font-size: 1.2em;
}

.contact-tel-number::before {
  margin-right: 12px;
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .contact-tel-number {
    margin-left: 0;
    font-size: 1.2em;
  }
}

@media screen and (min-width: 960px) {
  .contact-tel-number {
    margin-right: 30px;
    font-size: 1.6em;
  }
}

.contact-tel-time {
  display: block;
  margin: 8px auto 24px;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .contact-tel-time {
    margin: 8px auto 32px;
    font-size: 0.6em;
    text-align: center;
  }
}

@media screen and (min-width: 960px) {
  .contact-tel-time {
    display: block;
    margin: 8px auto 32px;
    font-size: 16px;
  }
}

.contact-btn-area {
  width: 100%;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .contact-btn-area {
    width: 50%;
    margin-left: 40px;
  }
}

@media screen and (min-width: 960px) {
  .contact-btn-area {
    width: 100%;
    margin-left: 0;
  }
}

.contact-btn-area .btn-outline {
  display: block;
  width: 90%;
  margin: auto;
  padding: 24px 20px;
}

@media screen and (min-width: 768px) {
  .contact-btn-area .btn-outline {
    width: auto;
    margin: 0 16px;
  }
}

@media screen and (min-width: 960px) {
  .contact-btn-area .btn-outline {
    display: block;
    width: 60%;
    margin: auto;
    padding: 20px;
  }
}

.main-ad .bx-wrapper {
  margin-bottom: 0;
  padding: 0;
  box-shadow: 0;
  border: 0;
}

.main-ad .bx-wrapper ul {
  margin: 0;
}
