@charset "UTF-8";
body {
  font-family: "Satisfy, Noto Sans JP", sans-serif;
  color: #333;
}

.inner {
  padding: 64px 25px;
}

.section__title {
  text-align: center;
}
.section__title-sub {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #159741;
}
.section__title-main {
  display: block;
  font-family: reross-quadratic, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.05em;
  padding-bottom: 68px;
  position: relative;
}
.section__title-main::after {
  position: absolute;
  content: "";
  bottom: 56px;
  height: 2px;
  width: 50px;
  transform: translateX(50%);
  right: 50%;
  background-color: #159741;
}
.section__title-main__white {
  display: block;
  font-family: reross-quadratic, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.05em;
  padding-bottom: 68px;
  position: relative;
}
.section__title-main__white::after {
  position: absolute;
  content: "";
  bottom: 56px;
  height: 2px;
  width: 50px;
  transform: translateX(50%);
  right: 50%;
  background-color: #fff;
}

/*=====================================================
# header
======================================================*/
.header {
  color: #fff;
  width: 100%;
  height: 60px;
  padding: 0 16px;
}
.header__logo {
  width: 55px;
  height: 30px;
  line-height: 60px;
}
.header__inner {
  display: flex;
}
.header__nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  justify-content: center;
}
.header__nav-items {
  display: flex;
  font-family: reross-quadratic, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.03em;
}
.header__nav-item {
  margin-left: 20px;
}
.header__nav-item a {
  display: block; /*heightやpaddingの指定をするため*/
  height: 60px; /*aタグに対して高さを指定したのは、クリック領域を大きくするため*/
  line-height: 60px;
}
.header__nav-item a:hover {
  position: relative;
}
.header__nav-item a:hover::after {
  position: absolute;
  content: "";
  bottom: 15px;
  width: 100%;
  left: 0;
  height: 2px;
  background: #159741;
}

/*=====================================================
# main
======================================================*/
.main {
  background-color: #333;
}

.fv {
  position: relative;
}
.fv__img {
  display: flex;
  margin-left: auto;
  width: 85%;
  height: 40vh;
  background: url(/salad/img/img_mv.png) no-repeat center center/cover;
}
.fv__contents {
  position: absolute;
  top: 25px;
  left: 15px;
}
.fv__heading {
  font-family: reross-quadratic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
}
.fv__heading-sub span {
  color: #159741;
}
.fv__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}
.fv__text-white {
  margin-bottom: 13px;
}
.fv__text-green {
  display: block;
  width: 230px;
  height: 31px;
  background-color: #159741;
  padding: 5px 0;
}

/*=====================================================
# content
======================================================*/
.comment {
  padding: 48px 40px 40px 40px;
  position: relative;
  overflow: hidden;
}
.comment__box {
  color: #fff;
  text-align: center;
}
.comment__header {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.comment__text {
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.comment__text p {
  padding: 24px 0;
  text-align: left;
}
.comment__bg {
  font-family: reross-quadratic, sans-serif;
  font-size: 28.8vw;
  font-weight: 400;
  line-height: 88px;
  letter-spacing: 0.03em;
  text-align: right;
  color: rgba(103, 103, 103, 0.3019607843);
  position: absolute;
  bottom: 0;
  left: 0px;
  overflow: hidden;
}

/*=====================================================
# about
======================================================*/
.about {
  background-color: #F2F2F2;
  position: relative;
  z-index: -2;
}
.about__inner {
  padding-bottom: 0;
}
.about__number {
  font-family: reross-quadratic, sans-serif;
  font-size: 180px;
  font-weight: 400;
  line-height: 216px;
  letter-spacing: 0em;
  color: #fff;
  position: absolute;
  z-index: -1;
  right: 0;
}
.about__item-container {
  position: relative;
}
.about__item-head {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.05em;
  text-align: left;
}
.about__item-head span {
  font-weight: 700;
  color: #159741;
}
.about__item-text {
  padding: 16px 0;
}
.about__item-img {
  padding: 16px 0 58px 0;
}
.about__img:hover {
  transform: scale(1.05);
}

/*=====================================================
# menu
======================================================*/
.menu {
  background-color: #2F2F2F;
}
.menu__inner {
  outline: 1px solid rgb(255, 255, 255);
  outline-offset: -20px;
}
.menu__title {
  color: #fff;
}
.menu__text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.03em;
}
.menu__items {
  margin-top: 48px;
}
.menu__item-img {
  position: relative;
  top: 50px;
  z-index: 1;
}
.menu__item-recommend {
  color: #fff;
  width: 50vw;
  height: 97px;
  background-color: #159741;
  display: block;
  padding-top: 50px;
  margin: 0 auto;
  position: relative;
}
.menu__item-recommend__sub {
  font-family: Satisfy;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.03em;
  text-align: center;
  display: block;
}
.menu__item-recommend__main {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.03em;
  display: block;
  text-align: center;
}
.menu__item-box {
  background-color: #fff;
  height: auto;
  padding: 20px 15px 42px;
  margin: 0 10px;
  outline: 1px solid #333;
  outline-offset: -5px;
}
.menu__item-box__recommend {
  padding-top: 0;
}
.menu__item-title {
  margin: 24px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
}
.menu__item-price {
  font-family: reross-quadratic, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-align: center;
}
.menu__item-price span {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}
.menu__item-content {
  text-align: center;
}
.menu__item-content__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.03em;
}
.menu__instagram {
  background-color: #fff;
  margin: 48px 10px 0 10px;
  padding: 0 20px 34px;
  outline: 1px solid #333;
  outline-offset: -5px;
}
.menu__instagram-head {
  position: relative;
  width: 185px;
  height: 50px;
  background-color: #159741;
  font-family: reross-quadratic, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.05em;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  color: #fff;
}
.menu__instagram-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.05em;
  padding: 24px 10px;
}
.menu__instagram-img {
  display: flex;
  flex-wrap: wrap;
}
.menu__instagram-img__picture {
  width: calc(50% - 10px);
  margin: 5px;
}
.menu__instagram-id {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 24px;
}
.menu__button-more {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.03em;
  text-align: center;
  width: 260px;
  height: 56px;
  background-color: #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.menu__button-more::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  right: 10px;
  background: url(/salad/img/Vector.png) no-repeat center center/cover;
  top: 50%;
  transform: translateY(-50%);
}
.menu__button-more::before::after:hover {
  background: url(/salad/img/radix-icons_external-link.png) no-repeat center center/cover;
}
.menu__button-more:hover {
  color: #fff;
  background: #000;
  cursor: pointer;
}
.menu__shop-img:hover {
  transform: scale(1.05);
}

/*=====================================================
# shop
======================================================*/
.shop {
  padding-top: 64px;
  width: 100%;
  background-color: #F2F2F2;
}
.shop__map iframe {
  width: 100%;
  height: 250px;
  filter: grayscale(1);
}
.shop__information-title {
  font-family: reross-quadratic, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 16px;
}
.shop__information-title span {
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.03em;
}
.shop__information-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 16px;
}
.shop__information-box {
  padding: 24px 25px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.03em;
  text-align: left;
}
.shop__information-address {
  margin-bottom: 5px;
}
.shop__information-access {
  display: flex;
}
.shop__information-access-text {
  width: 80px;
  margin-bottom: 5px;
}
.shop__information-access-comment {
  margin-bottom: 5px;
}
.shop__information-img {
  margin-top: 40px;
}

/*=====================================================
# notice
======================================================*/
.notice {
  background-color: #F2F2F2;
  padding-bottom: 100px;
}
.notice__inner {
  padding: 0 10px 80px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(161, 159, 159, 0.6);
}
.notice__stamp {
  width: 112px;
  height: 93px;
  position: relative;
  top: 60px;
}
.notice__img-second {
  outline: 2px solid rgb(255, 255, 255);
  outline-offset: -25px;
}
.notice__title {
  padding: 20px 0;
  font-family: Satisfy;
  font-size: 30px;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: 0.05em;
  text-align: left;
}
.notice__comment {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #ddd 97%, #ddd 100%);
  background-size: 100% 2em;
  line-height: 2;
}
.notice__catch {
  font-family: Satisfy;
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.05em;
  text-align: left;
  -webkit-text-decoration: 2px underline;
          text-decoration: 2px underline;
  text-underline-offset: 0.25em;
  color: #159741;
  text-align: center;
  transform: rotate(-7deg);
  position: relative;
}
.notice__catch::before {
  position: absolute;
  content: "";
  width: 275px;
  bottom: -0.5px;
  height: 2px;
  background: #159741;
}

/*=====================================================
# contact
======================================================*/
.contact {
  background: url(/salad/img/img：野菜.png) no-repeat center center/cover;
  padding: 64px 16px;
}
.contact__inner {
  background-color: #F2F2F2;
}
.contact__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.03em;
  text-align: left;
  padding-bottom: 32px;
}
.contact__form-row {
  margin-bottom: 32px;
}
.contact__form-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 5px;
}
.contact__form-input input {
  width: 100%;
  height: 56px;
  padding: 16px;
}
.contact__form-input input:hover {
  box-shadow: inset 0 0 2px 2px #159741;
}
.contact__form-input textarea {
  width: 100%;
  height: 160px;
  padding: 16px;
}
.contact__form-input textarea:hover {
  box-shadow: inset 0 0 2px 2px #159741;
}
.contact__form-check {
  margin-bottom: 40px;
}
.contact__form-check [type=checkbox] {
  display: none;
}
.contact__form-check span {
  display: inline-block;
  position: relative;
}
.contact__form-check span::before {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contact__form-check span::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  background: transparent url(/salad/img/Vector.p.png) no-repeat center center/contain;
  display: none;
}
.contact__form-check span:hover::before {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #159741;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contact__form-check span:active::before {
  content: "";
  width: 25px;
  height: 25px;
  background: rgba(21, 151, 65, 0.1490196078);
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contact__form-check [type=checkbox]:checked + span::after {
  display: block;
}
.contact__form-check a {
  text-decoration: underline;
  color: #159741;
  margin-left: 13px;
  display: inline-block;
  padding-left: 26px;
  font-size: 12px;
}
.contact__form-check a:hover {
  opacity: 0.7;
}
.contact__form-button {
  text-align: center;
}
.contact__form-button button {
  width: 90%;
  display: inline-block;
  height: 56px;
}
.contact__form-button button.is-active {
  background: #159741;
  color: #fff;
  border: none;
}
.contact__form-button button.is-active:hover {
  opacity: 0.7;
}
.contact__required {
  position: relative;
}
.contact__required::after {
  position: absolute;
  content: "必須";
  right: -50px;
  width: 39px;
  height: 21px;
  background: #159741;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  padding: 2px;
  border-radius: 6px;
}

/*=====================================================
# modal
======================================================*/
.modal__contact {
  position: fixed;
  z-index: 501;
  width: 900px;
  max-width: calc(100% - 48px);
  max-height: calc(100% - 48px);
  height: 652px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #707070;
  display: none;
}
.modal__contact-content {
  height: 350px;
  overflow: auto;
}
.modal__contact-subhead {
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  margin-top: 40px;
}
.modal__contact-subhead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #159741;
}
.modal__contact-text {
  margin-top: 16px;
  line-height: 1.5;
  padding-left: 20px;
}
.modal__contact-icon {
  position: absolute;
  width: 23px;
  height: 23pc;
  right: 20px;
  top: 20px;
}
.modal__contact-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  display: none;
}
.modal__inner {
  padding: 100px 62px;
}

/*=====================================================
# footer
======================================================*/
.footer__inner {
  padding-bottom: 10px;
}
.footer__to-top {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  position: fixed; /*常に張り付いた状態*/
  right: 35px;
  bottom: 360px;
  opacity: 0;
  visibility: hidden; /*見えてはいないけど実際には存在する*/
  transition: all 0.3s ease 0s; /*アニメーションんをつける*/
}
.footer__to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.footer__to-top a {
  transition: all 0.3s ease 0s;
}
.footer__to-top a img {
  width: 60px;
}
.footer__to-top a:hover {
  opacity: 0.7;
}
.footer__sns {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.footer__nav {
  padding: 41px 0 34px 0;
}
.footer__nav-items {
  display: flex;
  font-family: reross-quadratic, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.03em;
  justify-content: center;
  align-items: center;
}
.footer__nav-item:not(:first-child) {
  margin-left: 32px;
}
.footer__nav-item a {
  display: block; /*heightやpaddingの指定をするため*/
  height: 60px; /*aタグに対して高さを指定したのは、クリック領域を大きくするため*/
  line-height: 60px;
}
.footer__nav-item a:hover {
  position: relative;
}
.footer__nav-item a:hover::after {
  position: absolute;
  content: "";
  bottom: 15px;
  width: 100%;
  left: 0;
  height: 2px;
  background: #159741;
}
.footer__logo {
  width: 166px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.footer__copy {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.03em;
  display: block;
  text-align: center;
}

.my-twitter {
  font-size: 2em;
  border: 1px solid #000;
  padding: 5px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
}
.my-twitter:hover {
  background-color: #fff;
  color: #000;
}

.my-instagram {
  font-size: 2em;
  border: 1px solid #000;
  padding: 5px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
}
.my-instagram:hover {
  background-color: #fff;
  color: #000;
}

.my-tiktok {
  font-size: 2em;
  border: 1px solid #000;
  padding: 5px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
}
.my-tiktok:hover {
  background-color: #fff;
  color: #000;
}

/*=====================================================
# pc
======================================================*/
@media screen and (min-width: 768px) {
  .section__title {
    text-align: center;
  }
  .section__title-sub {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
  }
  .section__title-main {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.05em;
  }
  .header {
    height: 90px;
    padding-left: 31px;
    padding-right: 71px;
  }
  .header__logo {
    width: 118px;
    height: 63px;
    line-height: 90px;
  }
  .header__nav-items {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.03em;
  }
  .header__nav-item a {
    line-height: 90px;
  }
  .fv__contents {
    top: 94px;
    left: 178px;
  }
  .fv__heading {
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 0em;
    text-align: left;
  }
  .fv__img {
    width: 75%;
    height: 90vh;
  }
  .fv__text {
    margin-top: 37px;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0.05em;
  }
  .fv__text-green {
    width: auto;
    height: auto;
  }
  .comment {
    padding: 0;
  }
  .comment__header {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.05em;
  }
  .comment__header br {
    display: none;
  }
  .comment__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.03em;
    width: 490px;
    height: 325px;
    margin: 0 auto;
  }
  .comment__text p {
    padding: 15px 50px 0 50px;
    text-align: center;
  }
  .comment__text p:last-child {
    padding: 15px 0 0 0;
  }
  .comment__bg {
    font-size: 18.8vw;
    font-weight: 400;
    line-height: 280px;
    letter-spacing: 0em;
    bottom: -25px;
  }
  .comment__bg br {
    display: none;
  }
  .about__inner {
    padding-left: 180px;
    padding-right: 180px;
  }
  .about__item {
    display: flex;
  }
  .about__item:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
  .about__item-text {
    padding-right: 163px;
  }
  .about__item-img {
    width: 50%;
  }
  .about__item-container {
    width: 50%;
    padding: 64px 0 50px 41px;
  }
  .about__item-container__middle {
    padding-left: 0;
  }
  .about__item-head {
    font-size: 30px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0.05em;
  }
  .about__item-head__none br {
    display: none;
  }
  .about__img img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu__inner {
    outline-offset: -50px;
  }
  .menu__item-box {
    margin-top: 50px;
    outline-offset: -20px;
  }
  .menu__item-box__recommend {
    width: 45%;
    height: 400px;
    padding-top: 10px;
  }
  .menu__item-title {
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 0.1em;
  }
  .menu__item-price {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
  }
  .menu__item-content__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.03em;
    text-align: left;
  }
  .menu__item-main {
    display: flex;
    justify-content: center;
  }
  .menu__item-main__img {
    top: 0;
    left: 100px;
  }
  .menu__item-recommend {
    width: 200px;
    padding-top: 10px;
    height: 60px;
  }
  .menu__item-img {
    width: 450px;
    height: 445px;
  }
  .menu__item-sub {
    width: 40vw;
  }
  .menu__item-sub__img {
    top: 80px;
    left: 100px;
  }
  .menu__box {
    display: flex;
    justify-content: center;
    gap: 32px;
  }
  .menu__instagram {
    margin: 80px 93px;
    outline-offset: -20px;
  }
  .menu__instagram-text {
    margin: 28px 0;
    position: relative;
    display: inline-block;
    padding: 0 16px;
    left: 50%;
    transform: translateX(-50%);
  }
  .menu__instagram-text::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
  }
  .menu__instagram-text::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
  }
  .menu__instagram-img {
    flex-wrap: nowrap;
  }
  .menu__button-more {
    transform: translateX(-50%);
    left: 50%;
  }
  .menu__shop-img img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .shop__map iframe {
    height: 465px;
  }
  .shop__information-box {
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
  .shop__information-head {
    display: flex;
  }
  .shop__information-title {
    text-align: left;
    margin: 0;
  }
  .shop__information-subtitle {
    text-align: left;
    line-height: 2;
    margin: 0;
  }
  .shop__information-container {
    width: 50%;
    padding: 150px 10px 150px 100px;
  }
  .shop__information-img {
    width: 50%;
  }
  .shop__information-img img {
    width: 100%;
    height: 500px;
  }
  .notice__inner {
    width: 79.5%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
  }
  .notice__picture {
    display: flex;
  }
  .notice__post {
    display: block;
    position: relative;
  }
  .notice__post::after {
    position: absolute;
    content: "";
    width: 288px;
    height: 240px;
    top: -100px;
    left: -100px;
    background: url(/salad/img/img：stamp.png) no-repeat center center/cover;
  }
  .notice__stamp {
    display: none;
  }
  .notice__img img {
    height: 25vw;
  }
  .notice__img-first img {
    width: 45vw;
  }
  .notice__img-second {
    outline: 1px solid rgb(255, 255, 255);
    outline-offset: -20px;
  }
  .contact {
    padding: 320px 130px;
  }
  .contact__inner {
    padding-left: 140px;
    padding-right: 140px;
  }
  .contact__form-check {
    text-align: center;
  }
  .contact__form-check a {
    font-size: 16px;
  }
  .contact__form-button {
    width: 20%;
    margin: 0 auto;
  }
}
/*=====================================================
# tb
======================================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .about__item-head {
    font-size: 20px;
  }
  .about__item-text {
    padding-right: 20px;
  }
  .menu__item-img {
    width: 200px;
    height: 200px;
  }
  .menu__item-recommend {
    padding-top: 10px;
    height: 60px;
  }
  .menu__item-title {
    font-size: 20px;
  }
  .menu__item-price {
    font-size: 20px;
  }
  .menu__item-main__img {
    top: 150px;
    left: 60px;
  }
  .menu__item-sub {
    margin: 0 auto;
  }
  .menu__item-sub__img {
    top: 50px;
    left: 40px;
  }
  .menu__item-content__text {
    font-size: 12px;
  }
  .menu__instagram-text {
    font-size: 14px;
  }
  .shop__information-container {
    padding-left: 10px;
  }
  .shop__information-subtitle {
    font-size: 12px;
  }
  .contact {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*=====================================================
# fd
======================================================*/
@media screen and (min-width: 1310px) {
  .notice__box {
    display: flex;
  }
  .notice__title {
    width: 30%;
    font-size: 48px;
    font-weight: 400;
    line-height: 69px;
    letter-spacing: 0.05em;
  }
  .notice__letter {
    width: 72%;
    margin-top: 45px;
  }
  .notice__catch {
    width: 50%;
    left: 480px;
    bottom: 70px;
  }
}