@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
.top-title {
  font-size: 3.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .top-title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
.top-title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  margin-top: -0.5rem;
}

a.btn-more {
  display: inline-block;
  background-color: #FFF;
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem;
  border-radius: 10rem;
  width: 200px;
  text-align: center;
}
a.btn-more:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767.98px) {
  a.btn-more {
    font-size: 1.6rem;
    width: 180px;
  }
}

/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.main-area {
  padding: 3rem 0 2rem;
  background: url(../images/home/bg_main.png) no-repeat center center;
  background-size: cover;
  /*----------------------------------------------------
    ナビゲーション
  ----------------------------------------------------*/
}
@media screen and (max-width: 767.98px) {
  .main-area {
    padding: 2rem 0;
  }
}
.main-area ul.main-contents-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-area ul.main-contents-nav li {
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 15px;
  border: 2px solid #FEEF64;
  width: 140px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
}
.main-area ul.main-contents-nav li a {
  padding: 0 1.5rem;
  color: #222;
}
.main-area ul.main-contents-nav li a .thumbnail {
  margin: 0 auto 0rem;
  border: none;
}
.main-area ul.main-contents-nav li a span {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575.98px) {
  .main-area ul.main-contents-nav li a span {
    font-size: 1.2rem;
  }
}

.main-slider {
  padding-bottom: 4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .main-slider {
    padding: 0 2rem 4rem;
  }
}
.main-slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-slider .swiper-slide img {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  height: auto;
  display: block;
  border: 0.7rem solid #fff;
  border-radius: 3rem;
}
@media screen and (max-width: 767.98px) {
  .main-slider .swiper-slide img {
    border-width: 0.6vw;
    border-radius: 3vw;
  }
}
.main-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #ccc;
  opacity: 1;
  margin: 0 0.8rem !important;
}
@media screen and (max-width: 767.98px) {
  .main-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.main-slider .swiper-pagination-bullet-active {
  background-color: #F9270B;
}
.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.8);
  color: #666;
  border-radius: 50%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 767.98px) {
  .main-slider .swiper-button-next,
  .main-slider .swiper-button-prev {
    top: calc(50% - 2rem);
    width: 40px;
    height: 40px;
  }
}
.main-slider .swiper-button-next::after,
.main-slider .swiper-button-prev::after {
  font-size: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .main-slider .swiper-button-next::after,
  .main-slider .swiper-button-prev::after {
    font-size: 2.2rem;
  }
}
.main-slider .swiper-button-prev {
  left: 22vw;
  padding-right: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .main-slider .swiper-button-prev {
    left: 0.5rem;
  }
}
.main-slider .swiper-button-next {
  right: 22vw;
  padding-left: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .main-slider .swiper-button-next {
    right: 0.5rem;
  }
}
.main-slider .button-area {
  position: relative;
}

/*----------------------------------------------------
  お知らせ
----------------------------------------------------*/
.info-wrap,
.shop-info-wrap,
.flyer-wrap {
  padding: 8rem 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .info-wrap,
  .shop-info-wrap,
  .flyer-wrap {
    padding: 5rem 0;
  }
}
.info-wrap .button-area,
.shop-info-wrap .button-area,
.flyer-wrap .button-area {
  text-align: center;
  position: relative;
}
.info-wrap .fig-bg-l,
.info-wrap .fig-bg-r,
.shop-info-wrap .fig-bg-l,
.shop-info-wrap .fig-bg-r,
.flyer-wrap .fig-bg-l,
.flyer-wrap .fig-bg-r {
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  z-index: 0;
}
.info-wrap .fig-bg-l,
.shop-info-wrap .fig-bg-l,
.flyer-wrap .fig-bg-l {
  top: 0;
  left: 0;
}
.info-wrap .fig-bg-r,
.shop-info-wrap .fig-bg-r,
.flyer-wrap .fig-bg-r {
  bottom: 0;
  right: 0;
}
.info-wrap .top-title,
.info-wrap .info-list,
.info-wrap .button-area,
.shop-info-wrap .top-title,
.shop-info-wrap .info-list,
.shop-info-wrap .button-area,
.flyer-wrap .top-title,
.flyer-wrap .info-list,
.flyer-wrap .button-area {
  position: relative;
  z-index: 1;
}

.info-wrap {
  background-color: #FCEED8;
}
@media screen and (max-width: 991.98px) {
  .info-wrap .fig-bg-l {
    width: 50vw;
  }
}
@media screen and (max-width: 991.98px) {
  .info-wrap .fig-bg-r {
    width: 44vw;
  }
}

.shop-info-wrap {
  background-color: #F1F7EC;
}
@media screen and (max-width: 991.98px) {
  .shop-info-wrap .fig-bg-l {
    width: 24vw;
  }
}
@media screen and (max-width: 991.98px) {
  .shop-info-wrap .fig-bg-r {
    width: 62vw;
  }
}

.flyer-wrap {
  background-color: #E5F5FD;
}
@media screen and (max-width: 767.98px) {
  .flyer-wrap {
    padding-bottom: 2rem;
  }
}
.flyer-wrap ul.info-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991.98px) {
  .flyer-wrap .fig-bg-l {
    width: 50vw;
  }
}
@media screen and (max-width: 991.98px) {
  .flyer-wrap .fig-bg-r {
    width: 44vw;
  }
}

ul.info-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1280px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 575.98px) {
  ul.info-list {
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
}
ul.info-list li {
  width: 25%;
  padding: 0 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991.98px) {
  ul.info-list li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767.98px) {
  ul.info-list li {
    width: 50%;
    padding: 0 1.5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  ul.info-list li {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
}
ul.info-list li > a {
  display: block;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  color: #222;
  text-decoration: none;
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 575.98px) {
  ul.info-list li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1.2rem;
    padding: 1.5rem;
    height: auto;
  }
}
ul.info-list li > a:hover .inner p {
  text-decoration: underline;
}
ul.info-list li > a .new {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #F9270B;
  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;
  font-size: 0.85em;
  letter-spacing: 0.5px;
  font-weight: 500;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  ul.info-list li > a .new {
    width: 55px;
    height: 55px;
    top: -15px;
    left: -15px;
  }
}
@media screen and (max-width: 767.98px) {
  ul.info-list li > a .new {
    width: 48px;
    height: 48px;
    top: -10px;
  }
}
ul.info-list li > a .thumbnail {
  position: relative;
  aspect-ratio: 3/2;
  border: 1px solid #f2f2f2;
}
@media screen and (max-width: 575.98px) {
  ul.info-list li > a .thumbnail {
    width: 100px;
    height: 66.666px;
  }
}
ul.info-list li > a .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
ul.info-list li > a .inner {
  margin-top: 1.5rem;
}
@media screen and (max-width: 575.98px) {
  ul.info-list li > a .inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding-left: 1.5rem;
  }
}
ul.info-list li > a .inner time {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
ul.info-list li > a .inner .shop-name {
  display: inline-block;
  background-color: #FFFACF;
  padding: 0.2rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #fbf2a6;
}
ul.info-list li > a .inner p {
  color: #F9270B;
}
ul.info-list li .thankyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  color: #222;
  text-decoration: none;
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 575.98px) {
  ul.info-list li .thankyou {
    padding: 1.5rem;
    height: auto;
  }
}
ul.info-list li .thankyou .logo {
  display: block;
  margin: 4rem auto 1rem;
}
@media screen and (max-width: 575.98px) {
  ul.info-list li .thankyou .logo {
    margin: 3rem auto 2rem;
  }
}
ul.info-list li .thankyou .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.info-list li .thankyou .inner a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #006600;
  padding: 1rem 0;
  margin: 1rem 0;
}
ul.info-list li .thankyou .inner a:hover {
  background-color: #084108;
}

/*----------------------------------------------------
  感謝デー
----------------------------------------------------*/
.other-wrap {
  padding: 5rem 0;
}
@media screen and (max-width: 767.98px) {
  .other-wrap {
    padding: 3rem 0;
  }
}

.thanks-day-block h3 {
  background-color: #F9270B;
  text-align: center;
  padding: 1.2rem 0;
  border-radius: 1.5rem 1.5rem 0 0;
}
.thanks-day-block h3 span {
  color: #fff;
  font-size: 3.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 0 1em;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  .thanks-day-block h3 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .thanks-day-block h3 span {
    font-size: 2.6rem;
  }
}
.thanks-day-block h3 span::before, .thanks-day-block h3 span::after {
  content: "";
  width: 3px;
  height: 1em;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.thanks-day-block h3 span::before {
  left: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.thanks-day-block h3 span::after {
  right: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.thanks-day-block .inner {
  border: 1rem solid #F9270B;
  border-top: 0;
  padding: 3rem 5rem;
  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;
  border-radius: 0 0 1.5rem 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .thanks-day-block .inner {
    display: block;
    padding: 3rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .thanks-day-block .inner .contents {
    margin-bottom: 3rem;
    text-align: center;
  }
}
.thanks-day-block .inner .contents .title {
  color: #F9270B;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 991.98px) {
  .thanks-day-block .inner .contents .title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .thanks-day-block .inner .contents .title {
    font-size: 2rem;
  }
}
.thanks-day-block .inner .contents .txt-discount {
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 991.98px) {
  .thanks-day-block .inner .contents .txt-discount {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .thanks-day-block .inner .contents .txt-discount {
    font-size: 1.8rem;
  }
}
.thanks-day-block .inner .contents .txt-discount span {
  line-height: 1.4;
}
.thanks-day-block .inner .contents .txt-discount .number {
  font-size: 1.8em;
}
.thanks-day-block .inner .contents .txt-discount .strong {
  font-size: 1.5em;
}
.thanks-day-block .inner .card {
  padding-left: 5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 991.98px) {
  .thanks-day-block .inner .card {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .thanks-day-block .inner .card {
    padding-left: 0;
  }
}
.thanks-day-block .inner .card .title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991.98px) {
  .thanks-day-block .inner .card .title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .thanks-day-block .inner .card .title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.thanks-day-block .inner .card .card-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.thanks-day-block .inner .card .card-area figure {
  text-align: center;
  padding: 0 0.5rem;
}
.thanks-day-block .inner .card .card-area figure figcaption {
  font-size: 1.2rem;
}