@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #333;
}

/*リセット


--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 2;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 1025px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.bold {
  font-weight: bold;
}

.jp {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .title {
    margin-top: 0;
    line-height: 1.8;
  }
}

.text {
  font-size: 15px;
}
@media screen and (min-width: 1025px) {
  .text {
    line-height: 2.4;
  }
}

/*---------------------------------------------
FV
---------------------------------------------*/
.fv {
  margin-bottom: 90px;
}
.fv h1 {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1.5;
  mix-blend-mode: overlay;
}
.fv h2 {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
}
.fv .text_box {
  margin-top: 20px;
  margin-left: 5vw;
}
@media screen and (min-width: 1025px) {
  .fv .pc_flex {
    max-width: 844px;
    margin: 14vh auto;
    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;
    line-height: 1.5;
  }
  .fv .pc_flex img {
    width: 375px;
    height: auto;
  }
  .fv .pc_flex h1 {
    font-size: 26px;
    line-height: 1.5;
  }
  .fv .pc_flex h2 {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv {
    height: initial;
  }
}
@media screen and (min-width: 1025px) {
  .fv {
    height: initial;
  }
}

/*---------------------------------------------
contents
---------------------------------------------*/
.contents {
  background-color: #B1C4B8;
  background-image: url(../images/gr_bg.png);
  background-repeat: space;
  padding: 100px 5vw;
}
@media screen and (min-width: 1025px) {
  .contents {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.contents .lead {
  font-size: 14px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contents .lead {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .contents .lead {
    font-size: 15px;
    width: 46vw;
    margin: 80px auto 160px;
    line-height: 2.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contents .pc_flex {
    display: block;
    width: 100%;
  }
  .contents .pc_flex .text_box {
    margin-top: 50px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .contents .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 65vw;
    margin: auto;
  }
  .contents .pc_flex .text_box {
    margin-left: 60px;
  }
  .contents .pc_flex .text_box .title {
    margin-top: 0;
  }
  .contents .pc_flex img {
    width: 30vw;
  }
}

/*---------------------------------------------
coupon
---------------------------------------------*/
.coupon {
  background-color: #DBDBA1;
  background-image: url(../images/yw_bg.png);
  background-repeat: space;
  padding: 100px 5vw;
}
@media screen and (min-width: 1025px) {
  .coupon {
    padding-top: 160px;
  }
}
.coupon .pc_flex {
  border-bottom: 1px solid;
  padding-bottom: 50px;
}
.coupon .pc_flex .date {
  border: 1px solid;
  padding: 20px;
  margin: 30px 0;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .coupon .pc_flex .date {
    font-size: 20px;
  }
}
.coupon .pc_flex .attention {
  font-size: 12px;
}
.coupon .pc_flex .attention ul li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .coupon .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 65vw;
    margin: auto;
    padding-bottom: 100px;
  }
  .coupon .pc_flex .date {
    font-size: 18px;
    padding: 30px;
  }
  .coupon .pc_flex .attention {
    font-size: 13px;
  }
  .coupon .pc_flex .text_box {
    margin-left: 60px;
  }
  .coupon .pc_flex .text_box .title {
    margin-top: 0;
  }
  .coupon .pc_flex img {
    width: 30vw;
  }
}

/*---------------------------------------------
event
---------------------------------------------*/
.event .inner .pc_flex {
  border-bottom: none;
}
.event .inner .sub_title {
  font-size: 16px;
  font-weight: bold;
}
.event .inner .sub_title::before {
  content: "■";
  font-size: 100%;
  margin-right: 5px;
}
.event .inner .shop .area {
  display: inline-block;
  font-size: 14px;
  border: 1px solid;
  padding: 2px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  margin-bottom: 15px;
}
.event .inner .shop .shop_name {
  display: block;
  font-size: 14px;
  margin-left: 10px;
}
.event .inner .shop .shop_name a {
  color: #333;
}
.event .inner .item {
  background-color: #EDEDCC;
  padding: 7vw 6vw;
}
.event .inner .item .sub_title {
  font-size: 14px;
}
.event .inner .item ul li {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.event .inner .item ul .list_dot {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .event .inner .item {
    background-color: #EDEDCC;
    padding: 6vw;
  }
  .event .inner .item ul {
    font-size: 14px;
  }
  .event .inner .item ul li {
    margin-bottom: 30px;
  }
  .event .inner .item ul .list_dot {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .event .inner .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .event .inner {
    width: 56vw;
    margin: 80px auto 50px;
  }
  .event .inner .pc_flex {
    width: 90%;
    max-width: 800px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .event .inner .pc_flex .left,
  .event .inner .pc_flex .right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/*---------------------------------------------
about
---------------------------------------------*/
@media screen and (min-width: 1025px) {
  .about {
    padding: 50px 0 20px;
  }
}
.about .inner {
  width: 96%;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .about .inner {
    max-width: 565px;
  }
}
.about .inner .title {
  margin-top: 80px;
  margin-bottom: 20px;
}
.about .inner .sub_title {
  font-size: 14px;
  margin-left: 2vw;
  line-height: 1.85;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .about .inner .sub_title {
    font-size: 16px;
    margin-left: 0;
  }
}
.about .inner .text {
  width: 90%;
  margin: auto;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .about .inner .text {
    font-size: 14px;
    line-height: 2;
    width: 100%;
  }
}
.about .inner .link_wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 30px;
  margin-right: 5vw;
  margin-bottom: 100px;
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .about .inner .link_wrap {
    margin-right: 0;
  }
}
.about .inner .link_wrap a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 12px;
  color: #518EAF;
  text-decoration: none;
  border-bottom: 1px solid;
  margin-top: 5px;
}
@media screen and (min-width: 1025px) {
  .about .inner .link_wrap a {
    font-size: 14px;
  }
}
.about .inner .link_wrap a.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about .inner .link_wrap a.links img.arrow-icon {
  width: 0.8em;
  height: auto;
}
.about .ecommit .title {
  margin-left: 4vw;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .about .ecommit .title {
    margin-left: 0;
  }
}
.about .ecommit .text {
  margin-top: 20px;
}
.about .footer img {
  width: 34vw;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .about .footer img {
    width: 130px;
    margin-top: 100px;
  }
}
.about .footer small {
  display: block;
  font-size: 12px;
  text-align: center;
  margin: 20px auto 50px;
}
@media screen and (min-width: 1025px) {
  .about .footer small {
    margin: 10px auto;
  }
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

.flexslider {
  border: none;
  margin: 0;
}

.flex-control-nav li {
  width: 8px;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
}/*# sourceMappingURL=style.css.map */