@charset "UTF-8";
/* ▼▼▼ ルクアスイーツゾーン
======================================================*/
#sweets .pc {
  display: block;
}

#sweets .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #sweets .sp {
    display: block;
  }
}

#sweets a:hover {
  opacity: 0.8;
}

#sweets .container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

#sweets div.dashed {
  width: 100%;
  height: 2px;
  background-size: 14px 2px;
  background-image: linear-gradient(to right, #B42F29, #B42F29 7px, transparent 7px, transparent 14px);
  margin-bottom: 80px;
}

#sweets .bottom_note {
  line-height: 1.8;
}

#sweets {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0em;
}

/* ▼▼▼ 色
======================================================*/
#sweets {
  --colo-01:#fff;
  --colo-02:#FAF7F1;
  --colo-03:#FFE8B9;
}

/* ▼▼▼ fv
======================================================*/
@media screen and (min-width: 769px) {
  .sweets-bg {
    position: relative;
    z-index: 0;
  }
  .sweets-bg::before {
    position: absolute;
    content: "";
    background-image: url(../img/bg-05.png);
    background-size: cover;
    top: -152px;
    left: 12vw;
    width: 45vw;
    height: 42vw;
  }
}

.fv::before {
  position: absolute;
  content: "";
  background-image: url(../img/bg-01.png);
  background-size: cover;
  top: -150px;
  left: -100px;
  width: 300px;
  height: 300px;
}
@media screen and (min-width: 769px) {
  .fv::before {
    top: -208px;
    left: -15vw;
    width: 50vw;
    height: 50vw;
    -webkit-transform: rotate(92deg);
            transform: rotate(92deg);
  }
}
.fv::after {
  position: absolute;
  content: "";
  background-image: url(../img/bg-05.png);
  background-size: cover;
  top: -75px;
  right: -75px;
  width: 234px;
  height: 192px;
  -webkit-transform: rotate(181deg);
          transform: rotate(181deg);
}
@media screen and (min-width: 769px) {
  .fv::after {
    top: -128px;
    right: -8vw;
    width: 28vw;
    max-width: 335px;
    height: 25vw;
    max-height: 300px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    z-index: -1;
  }
}
.fv .title {
  display: block;
  text-align: center;
  padding-top: 29.8px;
}
@media screen and (min-width: 769px) {
  .fv .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fv .title_place {
  width: 152px;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  border-radius: 15px;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .fv .title_place {
    margin: auto 22.5px auto 0;
  }
}
.fv .title_name {
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 1.2352941176;
}
@media screen and (min-width: 769px) {
  .fv .title_name {
    font-size: 51px;
    margin: 0;
  }
}
.fv .fv-t01, .fv .fv-t02 {
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.2352941176;
}
.fv .fv-t01 {
  font-size: 18px;
  position: relative;
  line-height: 2;
}
.fv .fv-t01::before {
  position: absolute;
  content: "";
  background-image: url(../img/bg-02.png);
  background-size: cover;
  top: 0;
  left: -30%;
  width: 190px;
  height: 156px;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .fv .fv-t01::before {
    top: -65px;
    left: 0%;
    width: 15vw;
    height: 14vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv-t01::after {
    position: absolute;
    content: "";
    background-image: url(../img/bg-05.png);
    background-size: cover;
    top: -100px;
    left: -10vw;
    width: 20vw;
    height: 18vw;
    z-index: -2;
  }
}
.fv .fv-t02 {
  font-size: 14px;
}
.fv .sweets-image {
  max-width: 509px;
  margin: 0 auto;
}
.fv .mv-bg {
  position: relative;
}
.fv .mv-bg::before {
  position: absolute;
  content: "";
  background-image: url(../img/bg-04.png);
  background-size: cover;
  bottom: 0%;
  right: -30%;
  width: 190px;
  height: 156px;
}
@media screen and (min-width: 769px) {
  .fv .mv-bg::before {
    bottom: -30px;
    right: -10vw;
    width: 20vw;
    height: 20vw;
  }
}

.fv {
  position: relative;
  padding-bottom: 70px;
}
.fv .wave {
  position: absolute;
  height: 70px;
  width: 100%;
  background: var(--colo-01);
  bottom: 0;
}
.fv .wave::before, .fv .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}
.fv .wave::before {
  width: 55%;
  height: 109%;
  background-color: var(--colo-02);
  right: -1.5%;
  top: 60%;
}
.fv .wave::after {
  width: 55%;
  height: 100%;
  background-color: var(--colo-01);
  left: -1.5%;
  top: 40%;
  z-index: 100;
}

/* ▼▼▼ slick
======================================================*/
.sp-container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sp-container {
    width: unset;
    padding: 0 !important;
  }
}

.slider01 {
  display: none;
  /* arrowsカスタム */
  /* dotsカスタム */
}
.slider01.slick-initialized {
  display: block;
}
.slider01 .slick-prev::before, .slider01 .slick-next::before {
  content: "" !important;
  width: 18px;
  height: 18px;
  border-style: solid;
  border-color: #C39A7F;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
}
.slider01 .slick-prev {
  z-index: 100;
}
.slider01 .slick-prev::before {
  border-width: 0 0 1.5px 1.5px;
  left: 10px;
}
@media screen and (min-width: 769px) {
  .slider01 .slick-prev {
    left: 0;
  }
}
.slider01 .slick-next::before {
  border-width: 1.5px 1.5px 0 0;
  right: 10px;
}
@media screen and (min-width: 769px) {
  .slider01 .slick-next {
    right: 0;
  }
}
.slider01 .slick-slide img {
  border-radius: 7%;
}
@media screen and (min-width: 769px) {
  .slider01 .slick-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 769px) {
  .slider01 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .slider01 {
    /* 中央以外のスライド */
    /* 中央のスライド */
  }
  .slider01 .slick-slide {
    height: auto;
    opacity: 0.8;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    width: 100%;
  }
  .slider01 .slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .slider01 .current_cloned {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.slider01 .slick-dots {
  width: 100%;
  bottom: -13px !important;
  left: auto;
}
.slider01 .slick-dots li {
  width: 12px;
  height: 7px;
}
.slider01 .slick-dots li button {
  border: 0;
  display: block;
  height: 7px;
  width: 7px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 10px;
  cursor: pointer;
  position: relative;
  background: none;
}
.slider01 .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-size: 0 !important;
  opacity: 1 !important;
  background-color: #E0E0E0;
  border-radius: 50%;
  width: 7px !important;
  height: 7px !important;
  line-height: 7px !important;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.slider01 .slick-dots li.slick-active button {
  border: none !important;
  height: 7px !important;
  width: 7px !important;
}
.slider01 .slick-dots li.slick-active button::before {
  content: "";
  background: #E24300;
}

.slider02 {
  display: none;
  /*戻る、次へ矢印の位置*/
  /* dotsカスタム */
}
.slider02.slick-initialized {
  display: block;
  position: relative;
}
.slider02 .slick-prev,
.slider02 .slick-next {
  display: block;
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}
.slider02 .slick-prev { /*戻る矢印の位置と形状*/
  left: -1.5%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.slider02 .slick-next { /*次へ矢印の位置と形状*/
  right: -1.5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slider02 .slick-dots {
  bottom: -13px !important;
}
.slider02 .slick-dots li {
  width: 12px;
  height: 7px;
}
.slider02 .slick-dots li button {
  border: 0;
  display: block;
  height: 7px;
  width: 7px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 10px;
  cursor: pointer;
  position: relative;
  background: none;
}
.slider02 .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-size: 0 !important;
  opacity: 1 !important;
  background-color: #E0E0E0;
  border-radius: 50%;
  width: 7px !important;
  height: 7px !important;
  line-height: 7px !important;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.slider02 .slick-dots li.slick-active button {
  border: none !important;
  height: 7px !important;
  width: 7px !important;
}
.slider02 .slick-dots li.slick-active button::before {
  content: "";
  background: #E24300;
}

/* ▼▼▼ セクションタイトル
======================================================*/
.section-title {
  display: block;
  text-align: center;
  padding-top: 32px;
}
@media screen and (min-width: 769px) {
  .section-title {
    padding-top: 48px;
  }
}
.section-title .title-sub, .section-title .title-main {
  letter-spacing: 0.05em;
  margin: 0px auto;
}
.section-title .title-sub span {
  font-weight: 700;
  font-size: 14px;
  position: relative;
}
.section-title .title-sub span::before, .section-title .title-sub span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  height: 14px;
  width: 1px;
  border: 0.5px solid #000;
}
.section-title .title-sub span::before {
  left: -10px;
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}
.section-title .title-sub span::after {
  right: -10px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.section-title .title-main {
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 28px;
  margin-top: 3px;
}
@media screen and (min-width: 769px) {
  .section-title .title-main {
    font-size: 40px;
    margin-top: 0px;
    line-height: 40px;
    padding-top: 8px;
  }
}

/* ▼▼▼ フロアマップ
======================================================*/
.floormap {
  background-color: var(--colo-02);
  position: relative;
  padding-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .floormap::before {
    position: absolute;
    content: "";
    background-image: url(../img/bg-04.png);
    background-size: cover;
    top: 100px;
    left: -3vw;
    width: 14vw;
    height: 12vw;
  }
}
.floormap::after {
  position: absolute;
  content: "";
  background-image: url(../img/bg-01.png);
  background-size: cover;
  top: -20%;
  right: -30%;
  width: 190px;
  height: 156px;
  -webkit-transform: rotate(253deg);
          transform: rotate(253deg);
}
@media screen and (min-width: 769px) {
  .floormap::after {
    top: -10%;
    right: -5vw;
    width: 20vw;
    height: 18vw;
  }
}
.floormap .pinchout {
  text-align: center;
  padding-left: 14px;
}
.floormap .pinchout span {
  position: relative;
}
.floormap .pinchout span::before {
  content: "";
  position: absolute;
  background-image: url(../img/pinch-out.png);
  background-size: cover;
  bottom: calc(50% - 14px);
  left: -33.8px;
  height: 28px;
  width: 28px;
}
.floormap .wave {
  position: absolute;
  height: 70px;
  width: 100%;
  background: var(--colo-02);
  bottom: 0;
}
.floormap .wave::before, .floormap .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}
.floormap .wave::before {
  width: 55%;
  height: 100%;
  background-color: var(--colo-02);
  right: -1.5%;
  top: 40%;
}
.floormap .wave::after {
  width: 55%;
  height: 109%;
  background-color: var(--colo-03);
  left: -1.5%;
  top: 60%;
}

/* ▼▼▼ ショップガイド
======================================================*/
.shopguide {
  background-color: var(--colo-03);
  padding-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .shopguide {
    position: relative;
    z-index: 0;
  }
  .shopguide::before {
    position: absolute;
    content: "";
    background-image: url(../img/bg-06.png);
    background-size: cover;
    top: -100px;
    left: -4vw;
    width: 16vw;
    height: 15vw;
  }
  .shopguide::after {
    position: absolute;
    content: "";
    background-image: url(../img/bg-07.png);
    background-size: cover;
    top: -100px;
    right: 4vw;
    width: 14vw;
    height: 15vw;
  }
}
.shopguide .section-title {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .shopguide .section-title {
    margin-bottom: 32px;
    position: relative;
    z-index: auto;
  }
  .shopguide .section-title::before {
    position: absolute;
    content: "";
    background-image: url(../img/bg-04.png);
    background-size: cover;
    bottom: -1200px;
    left: -5vw;
    width: 14vw;
    height: 12vw;
    z-index: -1;
  }
  .shopguide .section-title::after {
    position: absolute;
    content: "";
    background-image: url(../img/bg-06.png);
    background-size: cover;
    top: 480px;
    right: -126px;
    width: 20vw;
    height: 19vw;
    z-index: -1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.shopguide .flex-corner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .shopguide .flex-corner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
}
.shopguide_list {
  background-color: var(--colo-01);
  border-radius: 15px;
  padding-top: 29px;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .shopguide_list {
    width: calc(50% - 8px);
  }
  .shopguide_list:nth-of-type(2n+1) {
    margin-right: 8px;
  }
  .shopguide_list:nth-of-type(2n) {
    margin-left: 8px;
  }
}
.shopguide_list_container {
  width: 100%;
  padding: 0 10%;
}
.shopguide_list_container .shop-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.shopguide_list_container .shop-title .shop-number {
  height: 47px;
  padding-right: 13px;
}
.shopguide_list_container .shop-title .shop-number p {
  margin: 0 auto;
  width: 47px;
  height: 47px;
  background-color: #F5A308;
  border-radius: 50%;
  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-family: "Arvo", serif;
  font-size: 23px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .shopguide_list_container .shop-title .shop-number p {
    font-size: 28px;
    letter-spacing: -0.01em;
  }
}
.shopguide_list_container .shop-title .shop-link {
  height: 47px;
}
.shopguide_list_container .shop-title .shop-link p {
  margin: 0;
}
.shopguide_list_container .shop-title .shop-link .shop-name {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
.shopguide_list_container .shop-title .shop-link .change-name {
  display: inline;
  font-weight: normal;
  font-size: 13px;
  line-height: 19.2px;
  text-align: left;
  color: #eb0057;
}
.shopguide_list_container .shop-title .shop-link .shop-category {
  font-size: 13px;
}
.shopguide_list_container .shop-title .shop-link .sp-inline {
  display: inline;
}
@media screen and (min-width: 769px) {
  .shopguide_list_container .shop-title .shop-link .sp-inline {
    display: block;
  }
}
.shopguide_list_container .shop-title .plus-height {
  height: 60px;
}
.shopguide_list_container .shop-tag p span {
  display: inline-block;
  background-color: #FCF1E2;
  padding: 1px 5px;
  margin-bottom: 9px;
  margin-right: 6px;
}
.shopguide_list_container .more-info {
  /* 矢印 */
}
.shopguide_list_container .more-info .check {
  display: none;
}
.shopguide_list_container .more-info .label {
  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;
  height: 50px;
  padding: 20px;
  width: 240px;
  margin: 0 auto;
  height: 55px;
  background: #fff;
  border: 2px solid #e5e5e5;
  font-family: Arvo;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 45px;
  color: #020101;
  position: relative;
}
.shopguide_list_container .more-info .label::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 8px;
}
.shopguide_list_container .more-info .label.open::after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.shopguide_list_container .more-info .check:checked + .label + .text {
  height: auto;
  padding: 20px;
}
.shopguide_list_container .more-info .accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 300px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .shopguide_list_container .more-info .accordion {
    max-width: unset;
  }
}
.shopguide_list_container .more-info .accordion-title {
  cursor: pointer;
  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;
  height: 50px;
  padding: 20px;
  width: 240px;
  margin: 0 auto;
  height: 55px;
  background: #fff;
  border: 2px solid #e5e5e5;
  font-family: Arvo;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 45px;
  color: #020101;
  position: relative;
}
.shopguide_list_container .more-info .accordion-content {
  display: none;
  padding: 10px 20px;
}
.shopguide_list_container .more-info .accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}
.shopguide_list_container .more-info .accordion-title {
  position: relative;
}
.shopguide_list_container .more-info .accordion-title::after {
  border-right: solid 2px #B4B4B4;
  border-top: solid 2px #B4B4B4;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 8px;
}
.shopguide_list_container .more-info .accordion-title.open::after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.shopguide_list_container .more-info .inner-content {
  background: none;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.shopguide_list_container .more-info .inner-content .mb-space {
  margin-bottom: 32px;
}
.shopguide_list_container .more-info .inner-content .ribbon-box {
  padding-top: 14px;
}
.shopguide_list_container .more-info .inner-content .ribbon-box .ribbon {
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  padding-top: 24px;
  padding-bottom: 17px;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .shopguide_list_container .more-info .inner-content .ribbon-box .ribbon {
    width: 100%;
    max-width: 440px;
  }
}
.shopguide_list_container .more-info .inner-content .ribbon-box .ribbon::before {
  position: absolute;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  background-size: cover;
  top: -14px;
  left: 50%;
  height: 28px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.shopguide_list_container .more-info .inner-content .popular-item .bg-popular {
  background: #fff7eb;
}
.shopguide_list_container .more-info .inner-content .popular-item .bg-popular::before {
  content: "売れ筋商品";
  text-align: center;
  background-image: url(../img/shopguide/ribbon1.png);
  width: 112px;
}
.shopguide_list_container .more-info .inner-content .popular-item .popular-item-container {
  width: 100%;
  padding: 0 22px;
  margin: 0 auto;
  height: auto;
  background: transparent;
}
.shopguide_list_container .more-info .inner-content .popular-item .popular-item-container .item-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #020101;
  position: relative;
  padding-left: 17px;
  margin: 15px auto 8px;
}
.shopguide_list_container .more-info .inner-content .popular-item .popular-item-container .item-name::before {
  position: absolute;
  content: "◆";
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0px;
  font-weight: normal;
  line-height: 19.2px;
  text-align: left;
  color: #f5a308;
}
.shopguide_list_container .more-info .inner-content .popular-item .popular-item-container .item-name .ls-min {
  letter-spacing: -0.1em;
}
.shopguide_list_container .more-info .inner-content .popular-item .popular-item-container .item-point {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #020101;
  margin: 0px auto 0px;
}
.shopguide_list_container .more-info .inner-content .limited-item .bg-limited {
  background: #F2F8F2;
}
.shopguide_list_container .more-info .inner-content .limited-item .bg-limited::before {
  content: "限定サービス・商品";
  text-align: center;
  background-image: url(../img/shopguide/ribbon2.png);
  width: 178px;
}
.shopguide_list_container .more-info .inner-content .limited-item .bg-limited .limited-item-container {
  width: 100%;
  padding: 0 22px;
  margin: 0 auto;
  height: auto;
  background: transparent;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #020101;
}
.shopguide_list_container .more-info .inner-content .message-coner .border-text {
  max-width: 290px;
  height: auto;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #000;
  position: relative;
}
@media screen and (min-width: 769px) {
  .shopguide_list_container .more-info .inner-content .message-coner .border-text {
    width: 100%;
    max-width: 440px;
  }
}
.shopguide_list_container .more-info .inner-content .message-coner .border-text::before {
  position: absolute;
  content: "お店からひとこと";
  background: #fff;
  top: -12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 19.2px;
  text-align: left;
  color: #020101;
}
.shopguide_list_container .more-info .inner-content .message-coner .border-text p {
  width: 100%;
  padding: 20px 22px;
  margin: 0 auto;
  height: auto;
}
.shopguide .bottom_note {
  margin: 0px;
  padding-left: 1em;
  text-indent: -1em;
}
.shopguide .link-sect {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .shopguide .link-sect::before {
    position: absolute;
    content: "";
    background-image: url(../img/bg-06.png);
    background-size: cover;
    bottom: 600px;
    left: -4vw;
    width: 19vw;
    height: 18vw;
    z-index: -1;
    -webkit-transform: rotate(273deg);
            transform: rotate(273deg);
  }
  .shopguide .link-sect::after {
    position: absolute;
    content: "";
    background-image: url(../img/bg-07.png);
    background-size: cover;
    bottom: 1000px;
    right: -2vw;
    width: 21vw;
    height: 24vw;
    z-index: -1;
    -webkit-transform: rotate(254deg);
            transform: rotate(254deg);
  }
}
.shopguide .link-box {
  width: 335px;
  margin: 32px auto 0;
  height: 330px;
  border-radius: 15px;
  background: #fa9250;
  -webkit-box-shadow: 3px 0px 7px rgba(29, 26, 13, 0.06);
          box-shadow: 3px 0px 7px rgba(29, 26, 13, 0.06);
}
@media screen and (min-width: 769px) {
  .shopguide .link-box {
    width: 720px;
    height: auto;
    position: relative;
    z-index: auto;
  }
  .shopguide .link-box::after {
    position: absolute;
    content: "";
    background-image: url(../img/bg-04.png);
    background-size: cover;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 150px;
    z-index: -1;
  }
}
.shopguide .link-box .link-box-container {
  width: 100%;
  padding: 33px 22px;
  margin: 0 auto;
  height: auto;
  background: transparent;
}
.shopguide .link-box .link-box-container .text p {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin: 0px auto 18.4px;
}
.shopguide .link-box .link-box-container .button-corner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .shopguide .link-box .link-box-container .button-corner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.shopguide .link-box .link-box-container .button-corner .link-button {
  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;
  width: 291px;
  height: 75px;
  border-radius: 10px;
  background: #fff;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #020101;
  margin-bottom: 10px;
}