@charset "UTF-8";

.c-bleu {
  color: #1e7cb9;
}

.f-bold {
  font-weight: 600;
}

.btn .btn--center--bleu {
  display: block;
  margin: 0 auto;
  width: 300px;
  border-radius: 100px;
  background: #228ec7;
  color: #fff;
  font-size: 15px;
  padding: 15px 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .btn .btn--center--bleu {
    font-size: 4vw;
    width: 80vw;
  }
}

.btn .btn--arrow::after {
  position: absolute;
  content: "";
  background: url(../img/icon_arrow-wh-big.svg) no-repeat;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}

.btn .btn--plus {
  padding: 15px 30px 15px 50px;
  cursor: pointer;
}

.btn .btn--plus::before {
  content: "全てのディナーを見る";
}

.btn .btn--plus::after {
  position: absolute;
  content: "";
  background: url(../img/icon_plus.svg) no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}

.btn .btn--plus.active {
  padding: 15px 0px 15px 80px;
}

.btn .btn--plus.active::before {
  content: "閉じる";
}

.btn .btn--plus.active::after {
  position: absolute;
  content: "";
  background: url(../img/icon_minus.svg) no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}

.btn__wh-or__ar-sm {
  font-size: 15px;
  border-radius: 50px;
  border: 1px solid #228ec7;
  padding: 10px 40px 10px 20px;
  color: #228ec7;
  position: relative;
}

@media screen and (max-width: 768px) {
  .btn__wh-or__ar-sm {
    font-size: 3.7333333333vw;
  }
}

.btn__wh-or__ar-sm::after {
  position: absolute;
  content: "";
  background: url(../img/icon_arrow-or-smbleu.svg) no-repeat;
  width: 6px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.btn__wh-red__ar-sm {
  font-size: 15px;
  border-radius: 50px;
  border: 1px solid #1e7cb9;
  padding: 10px 40px 10px 20px;
  color: #1e7cb9;
  position: relative;
  margin-right: 20px;
  width: 210px;
  display: inline-block;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .btn__wh-red__ar-sm {
    font-size: 3.7333333333vw;
    width: 56vw;
  }
}

.btn__wh-red__ar-sm::after {
  position: absolute;
  content: "";
  background: url(../img/icon_arrow-bleu-sm.svg) no-repeat;
  width: 6px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.btn__wh-red__ar-big {
  font-size: 15px;
  border-radius: 50px;
  border: 1px solid #1e7cb9;
  padding: 10px 40px 10px 20px;
  color: #1e7cb9;
  position: relative;
  margin-right: 20px;
  width: 210px;
  display: block;
}

@media screen and (max-width: 768px) {
  .btn__wh-red__ar-big {
    font-size: 4vw;
    width: 80vw;
    padding: 4vw;
    text-align: center;
    margin: 0 auto 5.3333333333vw;
  }
}

.btn__wh-red__ar-big::after {
  position: absolute;
  content: "";
  background: url(../img/icon_arrow-bleu-big.svg) no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .btn__wh-red__ar-big::after {
    width: 4vw;
    height: 4vw;
    right: 5.3333333333vw;
  }
}

.btn__wh-wh__ar-sm {
  font-size: 15px;
  border-radius: 50px;
  border: 1px solid #7e593e;
  padding: 10px 40px 10px 20px;
  color: #7e593e;
  position: relative;
}

@media screen and (max-width: 768px) {
  .btn__wh-wh__ar-sm {
    font-size: 3.7333333333vw;
  }
}

.btn__wh-wh__ar-sm::after {
  position: absolute;
  content: "";
  background: url(../img/icon_arrow-wh-sm.svg) no-repeat;
  width: 6px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}