@charset "UTF-8";
::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

* {
  outline: none;
}

body {
  padding: 0;
}

img {
  width: 100%;
}

#js-btn-menu__bg {
  z-index: 200;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
button {
  transition: all 0.35s ease;
}

a.is-touching,
a:hover,
button.is-touching,
button:hover {
  opacity: 0.5;
  transition: all 0s;
}

a.is-touching img,
a:hover img,
button.is-touching img,
button:hover img {
  opacity: 1;
}

.main-container {
  -webkit-font-smoothing: antialiased;
  width: auto;
}

@media screen and (min-width: 751px) {
  .main-container {
    width: 750px;
    margin: 0 auto;
  }
}
.rs__loading {
  z-index: 105;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.rs__loading.is-complete picture:after {
  -webkit-animation: rsLoadingHide 0.5s ease 0.5s forwards;
  animation: rsLoadingHide 0.5s ease 0.5s forwards;
}

.rs__loading__box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs__loading__box picture {
  display: block;
  position: relative;
}

.rs__loading__box picture:after, .rs__loading__box picture:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
}

.rs__loading__box picture:before {
  left: 0;
  -webkit-animation: rsLoadingShow 0.5s ease 0.5s forwards;
  animation: rsLoadingShow 0.5s ease 0.5s forwards;
}

.rs__loading__box picture:after {
  left: -100%;
}

@-webkit-keyframes rsLoadingShow {
  0% {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes rsLoadingShow {
  0% {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes rsLoadingHide {
  0% {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes rsLoadingHide {
  0% {
    left: -100%;
  }
  to {
    left: 0;
  }
}
.rs__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: 68px;
  z-index: 100;
  background-color: #fff;
}

.rs__header.is-open {
  height: 100vh;
  overflow: scroll;
}

.rs__header.is-open .head-logo {
  transform: rotateX(90deg) scale(0.8);
  opacity: 0;
}

.rs__header__content {
  max-width: 750px;
  background-color: #fff;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rs__header__content__left {
  display: flex;
  align-items: center;
}

.rs__header__icon {
  display: flex;
  align-items: center;
}

.rs__header__icon a img {
  width: 45px;
  height: auto;
}

.rs__header__menu-toggle {
  position: relative;
  width: 45px;
  height: 45px;
  padding: 5px;
  border: none;
  /*background-color:transparent;*/
  background-color: #000;
  text-align: center;
  cursor: pointer;
}

.rs__header__menu-toggle i {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.25s ease;
}

.rs__header__menu-toggle i:first-child {
  top: 7px;
}

.rs__header__menu-toggle i:nth-child(2) {
  top: 16.5px;
}

.rs__header__menu-toggle i:nth-child(3) {
  top: 26.5px;
}

.rs__header__menu-toggle__text {
  display: block;
  position: absolute;
  left: 0;
  top: 30.5px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
}

.rs__header__menu-toggle .for-opened {
  display: none;
}

.rs__header__menu-toggle.is-open i:first-child {
  transform: translateX(-50%) rotate(45deg);
  top: 17px;
}

.rs__header__menu-toggle.is-open i:nth-child(2) {
  width: 0;
}

.rs__header__menu-toggle.is-open i:nth-child(3) {
  transform: translateX(-50%) rotate(-45deg);
  top: 17px;
}

.rs__header__menu-toggle.is-open .for-opened {
  display: block;
}

.rs__header__menu-toggle.is-open .for-closed {
  display: none;
}

.rs__header__menu-toggle.is-touching, .rs__header__menu-toggle:hover {
  opacity: 1 !important;
}

.rs__header__logo {
  width: 140px;
  margin-left: 10px;
  transition: all 0.25s ease;
  position: relative;
}

@media screen and (min-width: 751px) {
  .rs__header__logo {
    width: 221px;
  }
}
.rs__header__logo img {
  width: 100%;
}

.rs__header__menu {
  display: none;
}

.rs__header__menu.is-open {
  height: auto;
}

.rs__header__menu .rs__links {
  min-height: calc(100vh - 68px);
}

.rs__article {
  padding-top: 68px;
}

.rs__article.is-secpage {
  padding-top: 0;
}

.rs__article > section {
  padding: 0 15px;
  margin-bottom: 75px;
}

.rs__article > section h2 {
  text-align: center;
  margin-bottom: 27px;
}

.rs__article > section h2 small,
.rs__article > section h2 strong {
  display: block;
}

.rs__article > section h2 strong {
  font-family: "Mukta Malar", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-size: 61px;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 751px) {
  .rs__article > section h2 strong {
    font-size: 61px;
  }
}
.rs__article > section h2 small {
  font-size: 12px;
  margin-top: -19px;
}

@media screen and (min-width: 751px) {
  .rs__article > section h2 small {
    font-size: 15px;
  }
}
.rs__hero {
  margin-bottom: 20px !important;
}

.rs__hero__img {
  margin: 0 -15px;
}

.rs__hero__txt {
  text-align: center;
  padding: 21px 0;
}

.rs__hero__txt p {
  font-size: 13px;
  line-height: 1.76923;
}

@media screen and (min-width: 751px) {
  .rs__hero__txt p {
    font-size: 16.25px;
    line-height: 1.76923;
  }
}
.rs__news__list {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  max-height: 11em;
  overflow: scroll;
}

@media screen and (min-width: 751px) {
  .rs__news__list {
    max-height: 13em;
  }
}
.rs__news__list__item {
  margin-top: 20px;
  padding: 0 10px;
}

.rs__news__list__item a {
  text-decoration: underline;
}

.rs__news__list__item:first-of-type {
  margin-top: 0;
}

.rs__news__list__item.-new .rs-news-tag {
  background-color: #FF962C;
}

.rs__news__list__item.-new .rs-news-tag:after {
  content: "new";
  font-size: 14px;
}

.rs__news__list__item.-announce .rs-news-tag {
  background-color: #f2a538;
}

.rs__news__list__item.-announce .rs-news-tag:after {
  content: "お知らせ";
  font-size: 14px;
}

.rs__news__list__item.-restock .rs-news-tag {
  background-color: #088eca;
}

.rs__news__list__item.-restock .rs-news-tag:after {
  content: "再入荷";
  font-size: 14px;
}

.rs__news__list__item__date {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .rs__news__list__item__date {
    font-size: 15px;
  }
}
.rs__news__list__item__tag {
  display: inline-block;
  font-size: 11px;
  padding: 2px 10px 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 751px) {
  .rs__news__list__item__tag {
    font-size: 13.75px;
    margin-left: 5px;
  }
}
.rs__news__list__item__body {
  font-size: 11px;
  margin-top: 3px;
}

@media screen and (min-width: 751px) {
  .rs__news__list__item__body {
    font-size: 13.75px;
  }
}
.rs__recommend__list__item {
  margin-top: 60px;
}

.rs__recommend__list__item > a {
  display: block;
}

.rs__recommend__list__item:first-of-type {
  margin-top: 0;
}

.rs__recommend__list__item.-new .rs-recommend-img:before {
  background-color: #FF962C;
  content: "new";
  font-family: "Mukta Malar", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  font-weight: 700;
}

.rs__recommend__list__item.-soldout .rs-recommend-img:before {
  background-color: #464545;
  content: "売り切れ";
  font-size: 22px;
  font-weight: 700;
}

.rs__recommend__list__item.-restock .rs-recommend-img:before {
  background-color: #088eca;
  content: "再入荷";
  font-size: 22px;
  font-weight: 700;
}

.rs__recommend__list__item__img {
  margin: 0 -15px;
  position: relative;
}

.rs__recommend__list__item__img:before {
  content: "";
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  height: 32px;
  padding: 0 17px;
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
}

.rs__recommend__list__item__logo {
  margin: -27px 27px 0;
  padding: 0 0 27px;
  background-color: #fff;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .rs__recommend__list__item__logo {
    margin: -54px 85px 0;
    padding: 0 0 54px;
  }
}
.rs__recommend__list__item__logo__img {
  margin-bottom: 0;
}

@media screen and (min-width: 751px) {
  .rs__recommend__list__item__logo__img {
    margin-bottom: 0;
    padding: 0 100px;
  }
}
.rs__recommend__list__item__logo__img img {
  width: 60%;
}

@media screen and (min-width: 751px) {
  .rs__recommend__list__item__logo__img img {
    width: 70%;
  }
}
.rs__recommend__list__item__logo__txt {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .rs__recommend__list__item__logo__txt {
    font-size: 18.75px;
    line-height: 1.4;
  }
}
.rs__recommend__list__item__items {
  border-top: 1px solid #000;
}

.rs__recommend__list__item__items__item {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

@media screen and (min-width: 751px) {
  .rs__recommend__list__item__items__item {
    padding-bottom: 30px;
  }
}
.rs__recommend__list__item__items__item.-limited .rs-recommend-item-img:before {
  background-color: #ff6e00;
  content: "期間限定";
  font-size: 12px;
  font-weight: 700;
}

.rs__recommend__list__item__items__item.-sale .rs-recommend-item-img:before {
  background-color: #CC0D16;
  content: "SALE";
  font-size: 12px;
  font-weight: 700;
}

.rs__recommend__list__item__items__item.-new .rs-recommend-item-img:before {
  background-color: #FF962C;
  content: "new";
  font-family: "Mukta Malar", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 700;
}

.rs__recommend__list__item__items__item.-restock .rs-recommend-item-img:before {
  background-color: #088eca;
  content: "再入荷";
  font-size: 12px;
  font-weight: 700;
}

.rs__recommend__list__item__items__item.-soldout .rs-recommend-item-img:before {
  background-color: #464545;
  content: "売り切れ";
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

.rs__recommend__list__item__items__item.-soldout .rs-recommend-item-img:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.rs__recommend__list__item__items__item a {
  display: block;
}

.rs__recommend__list__item__items__item__body {
  padding: 15px 0;
  display: flex;
}

@media screen and (min-width: 751px) {
  .rs__recommend__list__item__items__item__body {
    padding: 30px 0;
  }
}
.rs__recommend__list__item__items__item__body__img {
  margin-right: 10px;
  width: calc(50% - 10px);
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .rs__recommend__list__item__items__item__body__img {
    width: calc(30% - 20px);
    margin-right: 20px;
  }
}
.rs__recommend__list__item__items__item__body__img:before {
  content: "";
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  height: 23px;
  padding: 0 12px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.rs__recommend__list__item__items__item__body__txt {
  width: calc(50% - 10px);
}

@media screen and (min-width: 751px) {
  .rs__recommend__list__item__items__item__body__txt {
    width: calc(70% - 20px);
  }
}
.rs__recommend__list__item__items__item__body__txt__ttl {
  font-size: 15px;
  line-height: 1.26667;
  font-weight: 700;
  margin-bottom: 12px;
}

@media screen and (min-width: 751px) {
  .rs__recommend__list__item__items__item__body__txt__ttl {
    font-size: 21.25px;
    line-height: 1.17647;
  }
}
.rs__recommend__list__item__items__item__body__txt__copy {
  font-size: 13px;
  line-height: 1.30769;
}

@media screen and (min-width: 751px) {
  .rs__recommend__list__item__items__item__body__txt__copy {
    font-size: 16.25px;
    line-height: 1.53846;
  }
}
.rs__recommend__list__item__items__item__detail a {
  display: block;
}

.rs__recommend__list__item__items__item__detail a.is-touching p:after,
.rs__recommend__list__item__items__item__detail a:hover p:after {
  right: 25px;
}

.rs__recommend__list__item__items__item__detail a p {
  text-align: center;
  border-radius: 5px;
  border: 2px solid #000;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.rs__recommend__list__item__items__item__detail a p span {
  font-size: 13px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .rs__recommend__list__item__items__item__detail a p span {
    font-size: 16.25px;
    line-height: 2;
  }
}
.rs__recommend__list__item__items__item__detail a p:after {
  display: block;
  content: "";
  background-image: url(/gift/restaurant-support/image/rs_arw.svg);
  background-size: 14.5px 29.5px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: transparent;
  width: 29px;
  height: 59px;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.25s ease;
}

.rs__stores__list {
  background-color: #f2f2f2;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}

.rs__stores__list__item {
  width: calc(50% - 30px);
  padding: 10px;
  margin: 5px;
  background-color: #fff;
  min-height: 150px;
}

@media screen and (min-width: 751px) {
  .rs__stores__list__item {
    min-height: 350px;
  }
}
.rs__stores__list__item img {
  width: 100%;
  border: 1px solid #ccc;
}

.rs__stores__list__item .logoTitle {
  margin: 10px 0 0;
  font-size: 11px;
  font-weight: 700;
}

.rs__stores__list__item .logoRead {
  margin: 6px 0 0;
  font-size: 11px;
}

@media screen and (min-width: 751px) {
  .rs__stores__list__item .logoTitle {
    margin: 12px 0 0;
    font-size: 15px;
    font-weight: 700;
  }

  .rs__stores__list__item .logoRead {
    margin: 6px 0 0;
    font-size: 15px;
  }
}
.rs__foods__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 0 -15px;
}

.rs__foods__list__item {
  margin: 5px 5px 30px;
  width: calc(50% - 10px);
}

@media screen and (min-width: 751px) {
  .rs__foods__list__item {
    width: calc(50% - 20px);
    margin: 6.25px 6.25px 37.5px;
  }
}
.rs__foods__list__item.-new .rs-foods-item-img:before {
  background-color: #FF962C;
  content: "new";
  font-family: "Mukta Malar", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 700;
}

.rs__foods__list__item.-limited .rs-foods-item-img:before {
  background-color: #ff6e00;
  content: "期間限定";
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

.rs__foods__list__item.-sale .rs-foods-item-img:before {
  background-color: #CC0D16;
  content: "SALE";
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

.rs__foods__list__item.-restock .rs-foods-item-img:before {
  background-color: #088eca;
  content: "再入荷";
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

.rs__foods__list__item.-soldout .rs-foods-item-img:before {
  background-color: #464545;
  content: "売り切れ";
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

.rs__foods__list__item.-soldout .rs-foods-item-img:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.rs__foods__list__item a {
  display: block;
}

.rs__foods__list__item .tax {
  margin-top: 8px;
  font-size: 11px;
}

@media screen and (min-width: 751px) {
  .rs__foods__list__item .tax {
    margin-top: 4px;
  }
}
.rs__foods__list__item__img {
  margin-bottom: 12px;
  position: relative;
}

@media screen and (min-width: 751px) {
  .rs__foods__list__item__img {
    margin-bottom: 15px;
  }

  .rs__foods__list__item__img img {
    width: 100%;
  }
}
.rs__foods__list__item__img:before {
  content: "";
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  height: 23px;
  padding: 0 12px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.rs__foods__list__item__brand {
  font-size: 11px;
  line-height: 1.63636;
}

@media screen and (min-width: 751px) {
  .rs__foods__list__item__brand {
    font-size: 13.75px;
    line-height: 1.63636;
  }
}
.rs__foods__list__item__ttl {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .rs__foods__list__item__ttl {
    font-size: 15px;
    line-height: 1.5;
  }
}
.rs__banners {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (min-width: 751px) {
  .rs__banners {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.rs__banners__list {
  padding: 0;
}

.rs__banners__list__item__banzai {
  margin-bottom: 3px;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .rs__banners__list__item__banzai {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.rs__banners__list__item {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.rs__banners__list__item img {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .rs__banners__list__item img {
    width: 100%;
  }
}
.rs__footer {
  margin-top: 50px;
  padding-bottom: 100px;
}

@media screen and (min-width: 751px) {
  .rs__footer {
    margin-top: 62.5px;
  }
}
.rs__footer__socials {
  display: flex;
  align-items: center;
  width: 210px;
  margin: 50px auto 40px;
  justify-content: space-between;
}

.rs__footer .copyright {
  text-align: center;
  padding: 0 0 20px;
}

.rs__links {
  border-top: 1px solid #767676;
  background-color: #fff;
}

.rs__links__item {
  line-height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #767676;
}

@media screen and (min-width: 751px) {
  .rs__links__item {
    line-height: 67.5px;
  }
}
.rs__links__item a {
  display: block;
  width: 100%;
  text-align: center;
}

.rs__links__item a.is-touching, .rs__links__item a:hover {
  background-color: #f2f2f2;
  color: #333;
  opacity: 1;
}

@media screen and (min-width: 751px) {
  .rs__links__item a {
    font-size: 17.5px;
  }
}
.rs__links__item.-top {
  background-color: #f2f2f2;
}

.rs__links__item--inquery {
  padding: 20px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  display: block;
}

.rs__links__item--inquery__title {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 751px) {
  .rs__links__item--inquery__title {
    margin-bottom: 5px;
  }
}
.rs__links__item--inquery__title picture {
  margin-right: 7px;
  display: flex;
  align-items: center;
}

.rs__links__item--inquery__title span {
  font-size: 12px;
}

@media screen and (min-width: 751px) {
  .rs__links__item--inquery__title span {
    font-size: 15px;
  }
}
.rs__links__item--inquery__link {
  text-align: center;
}

.rs__links__item--inquery__link a {
  display: inline-block;
  width: auto;
}

@media screen and (min-width: 751px) {
  .rs__links__item--inquery__link a {
    margin-bottom: 5px;
  }
}
.rs__links__item--inquery__link a.is-touching,
.rs__links__item--inquery__link a:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.5;
}

.rs__links__item--inquery__link span {
  font-size: 15px;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .rs__links__item--inquery__link span {
    font-size: 18.75px;
  }
}
.rs__links__item--inquery__link small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 751px) {
  .rs__links__item--inquery__link small {
    font-size: 15px;
  }
}
.purchase__btn--area--soldout {
  pointer-events: none;
  background-color: #ddd !important;
}

.purchase__btn--area--soldout span {
  color: #000 !important;
}

.purchase__btn--area--soldout:after {
  display: none !important;
}

.rs__article--subitem > section {
  margin-bottom: 0;
}

.rs__subitem__hero {
  border-bottom: 1px solid #000;
  padding: 0 0 30px !important;
  margin: 0 15px;
}

@media screen and (min-width: 751px) {
  .rs__subitem__hero {
    padding: 0 0 37.5px !important;
    margin: 0 18.75px;
  }
}
.rs__subitem__hero__img {
  margin-bottom: 15px;
}

@media screen and (min-width: 751px) {
  .rs__subitem__hero__img {
    margin-bottom: 18.75px;
  }
}
.rs__subitem__hero__brand {
  margin-bottom: 15px;
}

@media screen and (min-width: 751px) {
  .rs__subitem__hero__brand {
    margin-bottom: 18.75px;
  }
}
.rs__subitem__hero__brand img {
  width: auto;
}

.rs__subitem__hero__ttl {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .rs__subitem__hero__ttl {
    margin-bottom: 12.5px;
    font-size: 20px;
  }
}
.rs__subitem__hero__itemprice {
  font-size: 14px;
  line-height: 1.28571;
}

@media screen and (min-width: 751px) {
  .rs__subitem__hero__itemprice {
    font-size: 17.5px;
    line-height: 1.28571;
  }
}
.rs__subitem__hero__itemprice p {
  font-weight: 700;
}

.rs__subitem__detail > dl {
  margin-bottom: 30px;
}

.rs__subitem__detail > dl dt {
  font-size: 14px;
  font-weight: 700;
  margin: 27px 0 15px;
}

@media screen and (min-width: 751px) {
  .rs__subitem__detail > dl dt {
    font-size: 17.5px;
    font-weight: 700;
    margin: 33.75px 0 18.75px;
  }
}
.rs__subitem__detail > dl dt:before {
  content: "■";
}

.rs__subitem__detail > section {
  margin-bottom: 30px;
}

@media screen and (min-width: 751px) {
  .rs__subitem__detail > section {
    margin-bottom: 37.5px;
  }
}
.rs__subitem__detail h3,
.rs__subitem__detail h4,
.rs__subitem__detail h5,
.rs__subitem__detail p {
  margin-bottom: 15px;
}

.rs__subitem__detail p strong {
  font-weight: 700;
}

.rs__subitem__detail p em {
  font-weight: 700;
  color: red;
}

@media screen and (min-width: 751px) {
  .rs__subitem__detail h3,
.rs__subitem__detail h4,
.rs__subitem__detail h5,
.rs__subitem__detail p {
    margin-bottom: 18.75px;
  }

  .rs__subitem__detail p strong {
    font-weight: 700;
  }

  .rs__subitem__detail p em {
    font-weight: 700;
    color: red;
  }
}
.rs__subitem__detail h3 {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 16px;
}

@media screen and (min-width: 751px) {
  .rs__subitem__detail h3 {
    font-size: 20px;
  }
}
.rs__subitem__detail h3:before {
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #000;
  margin-right: 12px;
  position: absolute;
  left: 0;
}

.rs__subitem__detail h4 {
  padding: 10px 0;
}

@media screen and (min-width: 751px) {
  .rs__subitem__detail h4 {
    padding: 12.5px 0;
  }
}
.rs__subitem__detail h4 span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  min-width: 189px;
  background-color: #e6e6e6;
  text-align: center;
  position: relative;
  padding: 7px 15px;
  box-sizing: border-box;
}

@media screen and (min-width: 751px) {
  .rs__subitem__detail h4 span {
    padding: 8.75px 18.75px;
    font-size: 20px;
    min-width: 236.25px;
  }
}
.rs__subitem__detail h4 span:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #e6e6e6;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
  z-index: -1;
}

.rs__subitem__detail h5 {
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 751px) {
  .rs__subitem__detail h5 {
    font-size: 17.5px;
    padding-top: 12.5px;
    margin-bottom: 12.5px;
  }
}
.rs__subitem__detail h5:before {
  content: "■";
  margin-right: 4px;
}

@media screen and (min-width: 751px) {
  .rs__subitem__detail h5:before {
    margin-right: 5px;
  }
}
.rs__subitem__detail__img {
  margin-bottom: 15px;
}

@media screen and (min-width: 751px) {
  .rs__subitem__detail__img {
    margin-bottom: 18.75px;
  }
}
.rs__subitem__detail__cart {
  margin: 40px 0;
}

@media screen and (min-width: 751px) {
  .rs__subitem__detail__cart {
    margin: 50px 0;
  }
}
.rs__subitem__detail__cart a {
  height: 64.5px;
  background-color: #000;
  border-radius: 5px;
  padding: 0 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 751px) {
  .rs__subitem__detail__cart a {
    height: 80.625px;
    padding: 0 26.25px;
  }
}
.rs__subitem__detail__cart a picture {
  display: none;
}

.rs__subitem__detail__cart a:after {
  display: block;
  content: "";
  position: absolute;
  background-image: url(/gift/restaurant-support/image/rs_arw_w.png);
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: transparent;
  width: 18px;
  height: 30px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
}

@media screen and (min-width: 751px) {
  .rs__subitem__detail__cart a:after {
    background-image: url(/gift/restaurant-support/image/rs_arw_w.png);
    background-size: 11.25px 18.75px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: transparent;
    width: 22.5px;
    height: 37.5px;
    overflow: hidden;
    right: 37.5px;
  }
}
.rs__subitem__detail__cart a span {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .rs__subitem__detail__cart a span {
    font-size: 16.25px;
  }
}
.rs__subitem__detail__shopmessagebox {
  display: flex;
  align-items: center;
}

.rs__subitem__detail__shopmessagebox__img {
  width: 120px;
  margin-right: 15px;
}

.rs__subitem__detail__shopmessagebox__img img {
  width: 100%;
}

.rs__subitem__detail__shopmessagebox__txt {
  width: calc(100% - 135px);
}

.rs__subitem__fixedcart {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  padding: 0 !important;
  left: 0;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  margin: 0 !important;
  z-index: 95;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(100px);
  -webkit-animation: fixedCartShow 0.5s ease 1s forwards;
  animation: fixedCartShow 0.5s ease 1s forwards;
}

@media screen and (min-width: 751px) {
  .rs__subitem__fixedcart {
    height: 87.5px;
  }
}
.rs__subitem__fixedcart__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  height: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 751px) {
  .rs__subitem__fixedcart__box {
    max-width: 750px;
    margin: 0 auto;
    padding: 16.25px 18.75px;
  }
}
.rs__subitem__fixedcart__price .tax {
  font-weight: 700;
  font-size: 13px;
}

@media screen and (min-width: 751px) {
  .rs__subitem__fixedcart__price .tax {
    font-size: 16.25px;
  }
}
.rs__subitem__fixedcart__cart {
  height: 100%;
}

.rs__subitem__fixedcart__cart a {
  height: 100%;
  background-color: #000;
  border-radius: 5px;
  padding: 0 21px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 751px) {
  .rs__subitem__fixedcart__cart a {
    padding: 0 26.25px;
  }
}
.rs__subitem__fixedcart__cart a picture {
  margin-right: 13px;
}

@media screen and (min-width: 751px) {
  .rs__subitem__fixedcart__cart a picture {
    margin-right: 16.25px;
  }
}
.rs__subitem__fixedcart__cart a span {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .rs__subitem__fixedcart__cart a span {
    font-size: 16.25px;
  }
}
@-webkit-keyframes fixedCartShow {
  0% {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fixedCartShow {
  0% {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
.rs__article--subitem > .delivery-notice {
  margin-bottom: 80px;
  padding: 0 15px;
}

.delivery-notice p.-red {
  color: #c00;
  font-size: 12px;
}

.delivery-notice .list {
  padding: 15px 0;
}

.delivery-notice .list + .-red {
  margin-bottom: 20px;
}

.delivery-notice table,
.delivery-notice tbody,
.delivery-notice td,
.delivery-notice th,
.delivery-notice tr {
  display: block;
}

.delivery-notice table {
  border-top: 1px solid #666;
}

.delivery-notice th {
  padding: 15px 0;
  font-weight: 700;
  border-bottom: 1px dotted #666;
}

.delivery-notice td {
  padding: 15px;
  font-size: 14px;
  border-bottom: 1px solid #666;
}

.enq-voice .accordion__area {
  width: auto;
  margin: 0 auto;
}

.enq-voice {
  margin: 0 auto 30px auto !important;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

.rs__foods__list__item .tax__sale {
  color: #c00;
  margin-top: 4px;
  font-size: 11px;
}

.rs__foods__list__item .tax__sale .tax__sale--teika {
  text-decoration: line-through;
  color: #333;
}

.rs__foods__list__item .tax__sale .tax__sale--sale {
  font-weight: bold;
  font-size: 14px;
}

.rs__foods__list__item .tax__fixed {
  display: none;
}

.year-end-cmp {
  margin-bottom: 50px !important;
}

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 1.625em 2em 1.625em 2em;
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
  background: #000;
  cursor: pointer;
  text-align: center;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  opacity: 0.5;
  transition: all 0s;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  opacity: 0.5;
  transition: all 0s;
}

.accordion-title {
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding: 2.3125em;
}

.cmp-img {
  margin-bottom: 30px;
}

.food__category__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 30px auto;
}

.category__list {
  display: block;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-size: 12px;
  text-align: center;
  width: 20%;
}

span.category__list:hover {
  color: #333;
  cursor: pointer;
  opacity: 0.5;
}

.category__list.is-active {
  background: #333;
  color: #fff;
}

span.category__list.is-active:hover {
  color: #fff;
}

.is-hide {
  display: none;
}

@media screen and (max-width: 480px) {
  .year-end-cmp {
    margin-bottom: 50px !important;
  }

  .accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    cursor: pointer;
  }

  .accordion-container .accordion-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 1.625em 2em 1.625em 2em;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background: #000;
    cursor: pointer;
    text-align: center;
  }

  .accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
    opacity: 0.5;
    transition: all 0s;
  }

  .accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
    opacity: 0.5;
    transition: all 0s;
  }

  .accordion-title {
    position: relative;
  }

  .accordion-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .accordion-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }

  .accordion-content {
    display: none;
    padding: 2.3125em;
  }

  .cmp-img {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=restaurant-support.css.map */
