@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  background: #F2F2f2;
  color: #333;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333;
}

.about__item-title span {
  margin-left: -5px;
  padding: 0;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hidden {
    display: block;
  }
}

.sp1-hidden {
  display: none;
}
@media screen and (max-width: 413px) {
  .sp1-hidden {
    display: block;
  }
}

.sp2-hidden {
  display: block;
}
@media screen and (max-width: 413px) {
  .sp2-hidden {
    display: none;
  }
}

.util-sub-title {
  padding-top: 136px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #159741;
  text-align: center;
  font-weight: 700px;
}
@media screen and (max-width: 767px) {
  .util-sub-title {
    padding-top: 64px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

.util-title {
  margin: 16px auto 80px;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .util-title {
    font-size: 32px;
    margin-top: 12px;
    margin-bottom: 68px;
  }
}
.util-title::after {
  position: absolute;
  font-family: serif;
  content: "";
  width: 55px;
  height: 4px;
  background: #159741;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .util-title::after {
    top: 45px;
    width: 50px;
    height: 2px;
  }
}

.util-menu__inner {
  border: 2px solid #333;
}

.util-item-title {
  font-size: 30px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  margin-top: 100px;
  text-align: center;
  line-height: 43.44px;
  letter-spacing: 2.3px;
}
@media screen and (max-width: 1279px) {
  .util-item-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .util-item-title {
    font-size: 24px;
    line-height: 36px;
  }
}

.util-item-price {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .util-item-price {
    margin-top: 16px;
  }
}

.util-price-icon {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .util-price-icon {
    margin-top: 6px;
    font-size: 18px;
  }
}

.util-price {
  font-size: 40px;
  font-family: serif;
  margin-left: 6px;
  letter-spacing: 1.8;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  .util-price {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .util-price {
    font-size: 30px;
  }
}

.util-menu__tax {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .util-menu__tax {
    margin-top: 14px;
    font-size: 12px;
  }
}

.util-item-nutrition {
  margin-top: 33px;
  font-size: 1.64vw;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 38px;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 1279px) {
  .util-item-nutrition {
    font-size: 18px;
  }
}
@media screen and (max-width: 967px) {
  .util-item-nutrition {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .util-item-nutrition {
    margin-top: 26px;
    font-size: 14px;
    margin-bottom: 32px;
    letter-spacing: 1px;
  }
}

header {
  height: 90px;
  background: #2f2f2f;
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }
}

.header__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header__inner {
    margin: 0 16px;
  }
}

.util__logo {
  width: 118px;
  height: 63px;
  margin-left: 31px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .util__logo {
    width: 54px;
    height: 29px;
    margin-left: 0;
  }
}

.util__logo-top {
  display: flex;
  margin-top: 6px;
}

.util__logo-top-tf {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .util__logo-top-tf {
    font-size: 5px;
  }
}

.util__logo-top-text {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .util__logo-top-text {
    font-size: 13px;
  }
}

.util__logo-bottom {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  color: #159741;
  text-align: center;
  padding: 3px;
  background: url(../img/Ellipse7@3x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .util__logo-bottom {
    font-size: 13px;
  }
}

.header__nav {
  display: flex;
  margin-right: 56px;
  margin-left: auto;
  align-items: center;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .header__nav {
    margin-right: 4px;
  }
}

.header__nav-item {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .header__nav-item {
    font-size: 14px;
  }
}
.header__nav-item:nth-child(n+2) {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .header__nav-item:nth-child(n+2) {
    margin-left: 20px;
  }
}
.header__nav-item a {
  display: inline-block;
  height: 90px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .header__nav-item a {
    height: 60px;
  }
}

.header__nav-title {
  padding-top: 34px;
  position: relative;
}
.header__nav-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #159741;
  bottom: -15px;
  left: 0;
  /*横方向0で非表示にする*/
  transform: scale(0, 1);
  /*中央を基点にアニメーション*/
  transform-origin: center top;
  /*アニメーションの速度設定*/
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .header__nav-title {
    padding-top: 20px;
  }
}

.header__nav-item a:hover .header__nav-title::after {
  transform: scale(1, 1);
}

.top {
  background: #2f2f2f;
  height: 650px;
}
@media screen and (max-width: 767px) {
  .top {
    height: 243px;
  }
}

.top__img {
  width: 75%;
  height: 650px;
  margin-left: auto;
  background: url(../img/img-mv-2x.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__img {
    width: 83%;
    height: 243px;
  }
}

.top__text {
  width: 60%;
  color: #FFFFFF;
  position: absolute;
  top: 78px;
  left: -177px;
}
@media screen and (max-width: 767px) {
  .top__text {
    position: absolute;
    top: 23px;
    left: -46px;
  }
}

.top__text-1 {
  font-size: 96px;
  font-family: "Poppins", sans-serif;
  margin-top: 9px;
}
@media screen and (max-width: 1279px) {
  .top__text-1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .top__text-1 {
    font-size: 36px;
  }
}

.top__text-2 {
  font-size: 87px;
  font-family: "Poppins", sans-serif;
  margin-top: 11px;
}
@media screen and (max-width: 1279px) {
  .top__text-2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .top__text-2 {
    font-size: 36px;
    margin-top: 1px;
  }
}

.top__text-2-green {
  display: flex;
  margin-top: 22px;
  color: #159741;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .top__text-2-green {
    font-size: 31px;
    margin-top: 9px;
  }
}

.top__text-2-circle {
  position: absolute;
  right: -13px;
  bottom: 15px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #FFFFFF !important;
}
@media screen and (max-width: 1279px) {
  .top__text-2-circle {
    right: -16px;
    bottom: 8px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top__text-2-circle {
    right: -10px;
    bottom: 7px;
    width: 6px;
    height: 6px;
  }
}

.top__text-3 {
  margin-top: 51px;
  margin-left: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
}
@media screen and (max-width: 1279px) {
  .top__text-3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .top__text-3 {
    margin-top: 18px;
    font-size: 14px;
  }
}

.top__text-4 {
  margin-top: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  background: #159741;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 23px 17px 2px;
  letter-spacing: 1.5px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .top__text-4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 967px) {
  .top__text-4 {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .top__text-4 {
    margin-top: 9px;
    font-size: 14px;
    width: 225px;
    padding: 8px 8px 7px 0;
    letter-spacing: 0;
  }
}

.concept__bg {
  background: #2f2f2f;
  height: 539px;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .concept__bg {
    height: 462px;
  }
}

@media screen and (max-width: 767px) {
  .concept__inner {
    margin: 0 33px;
  }
}

.concept__bg-text {
  font-family: "Poppins", sans-serif;
  font-size: 250px;
  white-space: nowrap; /* テキストを1行で収める */
  overflow: hidden;
  color: #676767;
  opacity: 0.3;
  position: absolute;
  top: 326px;
}
.concept__bg-text span {
  display: none;
}
@media screen and (max-width: 767px) {
  .concept__bg-text {
    font-size: 100px;
    top: 300px;
    white-space: nowrap; /* テキストを折り返さずに表示させない */
    overflow: hidden;
    line-height: 0.9;
  }
}

.concept__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  text-align: center;
  font-size: 30px;
  padding-top: 128px;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 767px) {
  .concept__title {
    padding-top: 48px;
    font-size: 20px;
    margin: 0 auto;
    line-height: 30px;
    letter-spacing: 0;
  }
}

.concept__text1 {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  opacity: 0.7;
  line-height: 1.27;
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .concept__text1 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    margin-top: 26px;
  }
  .concept__text1 span {
    display: none;
  }
}

.concept__text2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  opacity: 0.7;
  line-height: 1.27;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .concept__text2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    margin-top: 24px;
  }
  .concept__text2 span {
    display: none;
  }
}

.concept__text3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  opacity: 0.7;
  line-height: 1.27;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .concept__text3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    margin-top: 23px;
  }
  .concept__text3 span {
    display: none;
  }
}

.about__title {
  margin-top: 19px;
}

.about__items {
  width: 75%;
  margin: 111px auto 144px;
}
@media screen and (max-width: 967px) {
  .about__items {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .about__items {
    width: 100%;
    margin: 0 16px;
  }
}

.about__item {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__item {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.about__item:nth-child(n+2) {
  margin-top: 64px;
}
.about__item:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .about__item:nth-child(2) {
    flex-direction: column-reverse;
  }
}

.about__img {
  width: 41.6%;
}
@media screen and (max-width: 767px) {
  .about__img {
    width: 91.4%;
  }
}
.about__img img {
  width: 100%;
}

.about__item-content {
  width: 58.4%;
}
.about__item-content span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about__item-content {
    width: 91.4%;
  }
}

.about__item-no {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 288px;
  position: absolute;
  top: 14px;
  right: 0;
  color: #FFFFFF;
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  .about__item-no {
    top: -23px;
    font-size: 180px;
  }
}
@media screen and (max-width: 767px) {
  .about__item-no {
    font-size: 180px;
    top: -41px;
    right: 21px;
  }
}
@media screen and (max-width: 413px) {
  .about__item-no {
    font-size: 180px;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .about__item-no-3 {
    font-size: 180px;
    top: -40px;
    right: 14px;
  }
}
@media screen and (max-width: 413px) {
  .about__item-no-3 {
    font-size: 180px;
    top: 35px;
    right: 28px;
  }
}

.about__no-reverse {
  left: 241px;
}
@media screen and (max-width: 767px) {
  .about__no-reverse {
    left: 192px;
    top: -14px;
  }
}
@media screen and (max-width: 413px) {
  .about__no-reverse {
    left: 150px;
    font-size: 180px;
    top: 37px;
  }
}

.about__item-texts {
  -moz-text-align-last: left;
  text-align-last: left;
  margin: 68px auto 24px 67px;
}
@media screen and (max-width: 1279px) {
  .about__item-texts {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .about__item-texts {
    margin: 12px auto -7px 9px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.03em;
  }
}

.about__item-texts-second {
  -moz-text-align-last: left;
  text-align-last: left;
  margin: 68px auto 24px 9px;
}
@media screen and (max-width: 1279px) {
  .about__item-texts-second {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about__item-texts-second {
    margin: 23px auto 24px 9px;
  }
}

.about__item-texts-third {
  -moz-text-align-last: left;
  text-align-last: left;
  margin: 74px auto 24px 67px;
}
@media screen and (max-width: 1279px) {
  .about__item-texts-third {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .about__item-texts-third {
    margin: -6px auto 24px 4px;
    line-height: 1.4;
  }
}

.about__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  z-index: 3;
}
@media screen and (max-width: 1279px) {
  .about__item-title {
    font-size: 24px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .about__item-title {
    margin: 0;
    font-size: 24px;
  }
}
.about__item-title span {
  color: #159741;
}

.about__item-text {
  z-index: 3;
  width: 67.9%;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 27px;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 967px) {
  .about__item-text {
    width: 81.9%;
  }
}
@media screen and (max-width: 767px) {
  .about__item-text {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 36px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .about__item-reverse-text {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 32px;
    line-height: 1.5;
    letter-spacing: 1.48px;
  }
}

.about__item-reverse {
  margin-left: 0;
  margin-top: -29px;
  letter-spacing: 0.8px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .about__item-reverse {
    width: 110%;
    margin-left: 0;
    margin-top: -29px;
    letter-spacing: 0.8px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .salad {
    width: 100%;
    margin-top: 64px;
    height: 250px;
    overflow: hidden;
  }
  .salad img {
    width: 100%;
    height: 100%;
  }
}

.menu {
  padding: 60px;
  background: #2f2f2f;
}
@media screen and (max-width: 767px) {
  .menu {
    padding: 24px 16px;
    height: auto;
  }
}

.menu__sub-title {
  color: #FFFFFF;
  margin-top: -44px;
}
@media screen and (max-width: 767px) {
  .menu__sub-title {
    margin: -30px;
  }
}

.menu__title {
  margin-bottom: 0;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .menu__title {
    margin-top: 47px;
  }
}
.menu__title::after {
  background: #FFFFFF;
}

.menu__inner {
  border: 2px solid #FFFFFF;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.menu__annotation {
  margin-top: 60px;
  text-align: center;
  font-size: 19px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .menu__annotation {
    margin-top: 66px;
    font-size: 16px;
    letter-spacing: 0.7px;
  }
}

.menu__items {
  width: 83.3%;
  margin: 0 auto 0;
  margin-top: 106px;
}
@media screen and (max-width: 967px) {
  .menu__items {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .menu__items {
    width: 88.3%;
  }
}

.menu__main-content {
  margin-right: 6%;
  margin-left: auto;
  width: 54.8%;
  background: #FFFFFF;
  padding: 13px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .menu__main-content {
    width: 100%;
    margin-top: 296px;
    z-index: 10;
    padding: 10px;
  }
}

.menu__main {
  display: flex;
  height: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .menu__main {
    display: block;
  }
}

.menu__main-img {
  position: absolute;
  top: -47px;
  left: -363px;
  width: 76%;
  z-index: 1;
  max-width: 451px;
}
@media screen and (max-width: 1279px) {
  .menu__main-img {
    top: 0;
    left: -286px;
  }
}
@media screen and (max-width: 967px) {
  .menu__main-img {
    left: -232px;
  }
}
@media screen and (max-width: 767px) {
  .menu__main-img {
    top: -265px;
    left: 50%;
    transform: translateX(-50%);
    width: 103%;
    z-index: 20;
    max-width: 311.3px;
  }
}
@media screen and (max-width: 767px) {
  .menu__main-title {
    font-size: 24px;
    line-height: 36px;
    margin-top: 110px;
  }
}

.menu__item-main {
  margin-right: 6%;
  margin-left: auto;
  width: 54.8%;
  background: #FFFFFF;
  padding: 13px;
  position: relative;
}
@media screen and (max-width: 967px) {
  .menu__item-main {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .menu__item-main {
    width: 100%;
    margin-top: 322px;
    z-index: 10;
    padding: 10px;
  }
}

.menu__main-recommendation {
  width: 42.3%;
  background: #159741;
  height: 78px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .menu__main-recommendation {
    width: 70.3%;
    height: 97px;
    max-width: 210px;
  }
}
@media screen and (max-width: 413px) {
  .menu__main-recommendation {
    width: 70.3%;
    height: 97px;
  }
}

.menu__recommendation-e-title {
  font-family: "Satisfy", cursive;
  text-align: center;
  margin-top: 9px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .menu__recommendation-e-title {
    margin-top: 40px;
    font-size: 12px;
  }
}

.menu__recommendation-j-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  text-align: center;
  margin-top: 9px;
  color: #FFFFFF;
}
@media screen and (max-width: 967px) {
  .menu__recommendation-j-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .menu__recommendation-j-title {
    font-size: 18px;
    margin-top: 4px;
  }
}

.menu__item-second-row {
  display: flex;
  justify-content: space-between;
  margin-top: 83px;
}
@media screen and (max-width: 767px) {
  .menu__item-second-row {
    display: block;
  }
}

.menu__item {
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  .menu__item {
    width: 100%;
    position: relative;
    margin-top: 404px;
  }
}

.menu__item-content {
  width: 100%;
  background: #FFFFFF;
  padding: 18px 17px;
  margin-top: -75px;
}
@media screen and (max-width: 967px) {
  .menu__item-content {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .menu__item-content {
    height: 223px;
    padding: 10px;
    margin-left: 4px;
    margin-top: -98px;
  }
}

.menu__item-img {
  width: 81.4%;
  margin: 0 auto;
  max-width: 427px;
}
@media screen and (max-width: 767px) {
  .menu__item-img {
    position: absolute;
    top: -262px;
    left: 50%;
    transform: translateX(-50%);
    width: 104%;
    max-width: 311.3px;
  }
}

.avocado-img {
  width: 79.5%;
  max-width: 417px;
}
@media screen and (max-width: 767px) {
  .avocado-img {
    width: 104%;
    max-width: 311.3px;
  }
}

.menu__item-inner {
  border: 2px solid #333;
}

.menu__item-title {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .menu__item-title {
    margin-top: 45px;
  }
}

.menu__item-nutrition {
  margin-bottom: 31px;
}
@media screen and (max-width: 1279px) {
  .menu__item-nutrition {
    font-size: 15px;
  }
}
@media screen and (max-width: 967px) {
  .menu__item-nutrition {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .menu__item-nutrition {
    font-size: 15px;
  }
}

.menu__instagram {
  width: 83.3%;
  margin: 80px auto 100px;
  background: #FFFFFF;
  padding: 13px;
}
@media screen and (max-width: 967px) {
  .menu__instagram {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .menu__instagram {
    width: 88.2%;
    padding: 10px;
    height: auto;
    margin-top: 48px;
    margin-bottom: 32px;
  }
}

.menu__instagram-inner {
  height: auto;
}

.menu__instagram-title-bg {
  width: 33.3%;
  background: #159741;
  height: 73px;
  margin: -13px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .menu__instagram-title-bg {
    width: 67%;
    height: 50px;
    max-width: 184.23px;
  }
}
@media screen and (max-width: 413px) {
  .menu__instagram-title-bg {
    width: 67%;
    height: 50px;
  }
}

.menu__instagram-title {
  font-size: 30px;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .menu__instagram-title {
    font-size: 24px;
  }
}

.menu__instagram-sub-title {
  margin: 28px auto 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu__instagram-icon-1 {
  width: 35px;
  height: 1px;
  background: #333;
  transform: rotate(-125deg);
}
@media screen and (max-width: 767px) {
  .menu__instagram-icon-1 {
    display: none;
  }
}

.menu__instagram-title-text {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 967px) {
  .menu__instagram-title-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .menu__instagram-title-text {
    -moz-text-align-last: left;
    text-align-last: left;
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-left: 19px;
    margin-right: 19px;
    line-height: 1.33;
  }
}

.menu__instagram-icon-2 {
  width: 35px;
  height: 1px;
  background: #333;
  transform: rotate(-54deg);
}
@media screen and (max-width: 767px) {
  .menu__instagram-icon-2 {
    display: none;
  }
}

.menu__instagram-items {
  display: flex;
  width: 92.2%;
  margin-left: auto;
  margin-right: auto;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .menu__instagram-items {
    width: 92.8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .menu__instagram-item {
    width: calc(50% - 5px);
  }
}
.menu__instagram-item img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .menu__instagram-item:nth-child(3), .menu__instagram-item:nth-child(4) {
    margin-top: 10px;
  }
}

.menu__instagram-id {
  font-size: 18px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin: 16px auto 26px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .menu__instagram-id {
    font-size: 16px;
    margin-bottom: 26px;
    margin-top: 6px;
  }
}

.menu__instagram-button {
  width: 28.57%;
  height: 56px;
  border: 1px solid #333;
  margin: 28px auto 25px;
}
.menu__instagram-button:hover {
  background: #333;
}
.menu__instagram-button:hover .menu__instagram-button-text {
  color: #FFFFFF;
}
.menu__instagram-button:hover .menu__instagram-icon .hover-color-change {
  color: #FFFFFF;
}
@media screen and (max-width: 1279px) {
  .menu__instagram-button {
    width: 308px;
  }
}
@media screen and (max-width: 767px) {
  .menu__instagram-button {
    width: 92.8%;
    max-width: 253.17px;
  }
}
@media screen and (max-width: 413px) {
  .menu__instagram-button {
    width: 92.8%;
  }
}

a {
  display: block;
}

.menu__instagram-button-text-line {
  display: flex;
}

.menu__instagram-button-text {
  width: 165px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-top: 17px;
  margin-left: 19.3%;
}
@media screen and (max-width: 767px) {
  .menu__instagram-button-text {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 413px) {
  .menu__instagram-button-text {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .menu__instagram-button-text {
    margin-left: 30px;
  }
}

.menu__instagram-icon {
  width: 22px;
  height: 22px;
  margin-top: 17px;
  margin-left: 7.6%;
}
@media screen and (max-width: 767px) {
  .menu__instagram-icon {
    width: 19px;
    height: 19px;
    margin-right: 10px;
    margin-left: auto;
  }
}
.menu__instagram-icon img {
  width: 100%;
}

.restaurant-old {
  display: none;
}
@media screen and (max-width: 767px) {
  .restaurant-old {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .restaurant-new {
    display: none;
  }
}

.shop__title {
  margin-bottom: 107px;
}
@media screen and (max-width: 767px) {
  .shop__title {
    margin-bottom: 73px;
  }
}

.shop__sub-title {
  padding-top: 123px;
}
@media screen and (max-width: 767px) {
  .shop__sub-title {
    margin-top: -56px;
  }
}

#map {
  width: 100%;
  aspect-ratio: 1440/465;
  max-width: 1440px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #map {
    margin-bottom: 0;
    height: 250px;
  }
}

.shop__google-map-bw iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .shop__google-map-bw iframe {
    height: 250px;
    margin-bottom: 0;
  }
}

.custom-marker {
  background-image: url("../img/shop-mark@3x.png");
  width: 150px; /* マーカーの幅 */
  height: 151px; /* マーカーの高さ */
  background-size: cover;
  border-radius: 50%; /* オプション: 画像を円形にする場合 */
}

.access {
  margin-top: -160px;
}
@media screen and (max-width: 767px) {
  .access {
    margin-top: 4px;
  }
}

.access__inner {
  padding-top: 80px;
  display: flex;
}
@media screen and (max-width: 967px) {
  .access__inner {
    display: block;
  }
}
@media screen and (max-width: 967px) and (max-width: 767px) {
  .access__inner {
    padding: 0;
  }
}

.access__content {
  width: 51.4%;
  margin-left: 12.7%;
}
@media screen and (max-width: 967px) {
  .access__content {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .access__content {
    width: 100%;
  }
}

.access__title-line {
  display: flex;
  align-items: center;
  margin-top: 68px;
}
@media screen and (max-width: 1279px) {
  .access__title-line {
    display: block;
  }
}
@media screen and (max-width: 967px) {
  .access__title-line {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .access__title-line {
    margin-top: 56px;
  }
}

.access__name {
  display: flex;
}
@media screen and (max-width: 967px) {
  .access__name {
    display: flex;
    justify-content: center;
  }
}

.access__tf {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 11px;
}
@media screen and (max-width: 967px) {
  .access__tf {
    display: flex;
    align-items: center;
    margin-right: 4px;
    margin-top: 11px;
  }
}

.access__name-en {
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}

.access__name-jp {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .access__name-jp {
    font-size: 16px;
    margin-top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .access__texts {
    width: 60%;
    -moz-text-align-last: left;
    text-align-last: left;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 413px) {
  .access__texts {
    width: 85%;
    -moz-text-align-last: left;
    text-align-last: left;
    margin-left: auto;
    margin-right: auto;
  }
}

.access__post-no {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 35px;
}
@media screen and (max-width: 1279px) {
  .access__post-no {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .access__post-no {
    font-size: 16px;
    margin-top: 31px;
  }
}

.access__address {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
}
@media screen and (max-width: 1279px) {
  .access__address {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .access__address {
    font-size: 16px;
    margin-top: 12px;
  }
}

.access__tel {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 18px;
}
@media screen and (max-width: 1279px) {
  .access__tel {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .access__tel {
    font-size: 16px;
    margin-top: 12px;
  }
}

.content-table {
  margin-top: 10px;
}

table {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  border-spacing: 0 10px;
  /* 行と行の間に10pxの余白を設定 */
}
@media screen and (max-width: 1279px) {
  table {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  table {
    font-size: 16px;
    border-spacing: 0px;
  }
}
table tr td {
  padding-right: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 1279px) {
  table tr td {
    padding-right: 14px;
  }
}
@media screen and (max-width: 767px) {
  table tr td {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .table-title {
    width: 80px;
  }
}

.access__img {
  width: 64.6%;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .access__img {
    margin-top: 75px;
  }
}
@media screen and (max-width: 967px) {
  .access__img {
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .access__img {
    margin-top: 40px;
    width: 91.46%;
    height: 297px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .access__img img {
    height: 100%;
  }
}

.postcard {
  width: 100%;
}

.postcard__bg {
  background: url(../img/postcard@3x.png) no-repeat center center/cover;
  width: 82.58%;
  margin: 74px auto 120px;
  max-width: 1440px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .postcard__bg {
    margin: 74px auto 120px;
  }
}
@media screen and (max-width: 967px) {
  .postcard__bg {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .postcard__bg {
    width: 91.46%;
    margin-top: 78px;
    height: 979px;
  }
}

.postcard__stamp {
  width: 286px;
  height: 240px;
  position: absolute;
  top: -70px;
  left: -74px;
}
@media screen and (max-width: 767px) {
  .postcard__stamp {
    width: 112px;
    height: 93px;
    position: absolute;
    top: -20px;
    left: -11px;
  }
}

.postcard__inner {
  padding: 30px 54px;
}
@media screen and (max-width: 1279px) {
  .postcard__inner {
    padding: 54px 30px 154px 30px;
  }
}
@media screen and (max-width: 767px) {
  .postcard__inner {
    padding: 38px 0 0 0;
  }
}

.postcard__top {
  display: flex;
  height: 430px;
}
@media screen and (max-width: 767px) {
  .postcard__top {
    display: block;
  }
}

.postcard__terrace {
  width: 58.2%;
  height: auto;
  background: url(../img/img-terrace@3x.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .postcard__terrace {
    width: 90%;
    margin: 0 auto;
    height: 282px;
    padding: 13px;
  }
}
@media screen and (max-width: 413px) {
  .postcard__terrace {
    width: 94.1%;
    max-width: 323px;
    margin: 0 auto;
    height: 282px;
    padding: 13px;
  }
}

.postcard__terrace-border {
  width: 91.2%;
  height: 392px;
  border: 1px solid #FFFFFF;
  margin: auto;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .postcard__terrace-border {
    margin: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
}

.postcard__takeout {
  background: url(../img/img-takeout@3x.png) no-repeat center center/cover;
  width: 41.8%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .postcard__takeout {
    width: 90%;
    margin: 0 auto;
    height: 209px;
    padding: 10px 13px;
  }
}
@media screen and (max-width: 413px) {
  .postcard__takeout {
    width: 94.1%;
    max-width: 323px;
    margin: 0 auto;
    height: 209px;
    padding: 10px 13px;
  }
}
@media screen and (max-width: 767px) {
  .postcard__takeout img {
    width: 100%;
    height: 209px;
  }
}

.postcard__takeout-border {
  width: 91.2%;
  height: 392px;
  border: 1px solid #FFFFFF;
  margin: auto;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .postcard__takeout-border {
    margin: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
}

.postcard__bottom {
  display: flex;
  margin-top: 47.3px;
  position: relative;
}

.postcard__message1 {
  font-size: 52px;
  font-family: "Satisfy", cursive;
  position: absolute;
  top: -11px;
  left: 12px;
}
@media screen and (max-width: 1279px) {
  .postcard__message1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .postcard__message1 {
    top: 42px;
    left: 24px;
  }
}

.postcard__text {
  width: 55.9%;
  font-size: 16px;
  line-height: 2;
  position: relative;
  margin: 0 auto;
  color: #2f2f2f;
  padding-left: 22px;
}
.postcard__text span {
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 1px solid #c4c4c4;
  line-height: 2.6;
}
@media screen and (max-width: 967px) {
  .postcard__text {
    width: 100%;
    margin: 37px auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .postcard__text {
    width: 89.86%;
    margin: 78px auto 88px;
    line-height: 40px;
    padding-left: 0;
  }
}

.postcard__message2 {
  position: absolute;
  top: 78px;
  right: 13px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 967px) {
  .postcard__message2 {
    top: -50px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .postcard__message2 {
    top: 310px;
    left: 38px;
  }
}

.postcard__message2-text {
  position: absolute;
  right: 56px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .postcard__message2-text {
    right: 13px;
    bottom: 37px;
    width: 83%;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    margin-top: -89px;
  }
}

.contact__bg {
  background: url(../img/vegetable-bg@3x.png) no-repeat center center/cover;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .contact__bg {
    padding: 64px 0;
  }
}

.contact__form {
  width: 55.5%;
  background: #F2F2f2;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .contact__form {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .contact__form {
    width: 91.4%;
  }
}

.contact__sub-title {
  padding-top: 72px;
  letter-spacing: 4.6px;
  font-weight: 700;
}

.contact__title {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact__title {
    margin-bottom: 60px;
  }
}

.contact__form-inner {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 72px;
}
@media screen and (max-width: 967px) {
  .contact__form-inner {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .contact__form-inner {
    width: 90.9%;
    padding-bottom: 71px;
  }
}

.contact__text {
  font-size: 16px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact__text {
    text-align: left;
    line-height: 1.64;
  }
}

.contact__form_dl {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .contact__form_dl {
    margin-top: 32px;
  }
}

.contact__row:not(:first-child) {
  margin-top: 34px;
}

.contact__item-label {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .contact__item-label {
    margin-bottom: 9px;
  }
}
.contact__item-label label {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact__item-label label {
    font-size: 16px;
  }
}
.contact__item-label label.is-required {
  display: inline-block;
  position: relative;
}
.contact__item-label label::after {
  content: "必須";
  position: absolute;
  top: 0;
  right: -54px;
  font-size: 12px;
  color: #FFFFFF;
  background: #159741;
  padding: 4px 6px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .contact__item-label label::after {
    right: -46px;
  }
}

.contact__item-input [type=text] {
  box-shadow: none;
  border: 1px solid #2f2f2f;
  background: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
  padding: 13px 23px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact__item-input [type=text] {
    padding: 16px 16px;
  }
}
.contact__item-input [type=email] {
  box-shadow: none;
  border: 1px solid #2f2f2f;
  background: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
  padding: 13px 23px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact__item-input [type=email] {
    padding: 16px 16px;
  }
}
.contact__item-input textarea {
  width: 100%;
  padding: 13px 23px;
  font-size: 16px;
  height: 160px;
  box-shadow: none;
  border: 1px solid #2f2f2f;
  background: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: none;
  color: inherit;
  font-family: inherit;
  resize: none;
}
@media screen and (max-width: 767px) {
  .contact__item-input textarea {
    padding: 16px 16px;
  }
}

.contact__form-check {
  margin: 37px auto 0;
  width: 66.2%;
}
@media screen and (max-width: 767px) {
  .contact__form-check {
    width: 100%;
    margin-top: 35px auto 40px;
  }
}
.contact__form-check [type=checkbox] {
  display: none;
}
.contact__form-check span {
  display: inline-block;
  padding-left: 49px;
  position: relative;
  font-size: 18px;
  width: 100%;
  width: 343px;
}
@media screen and (max-width: 767px) {
  .contact__form-check span {
    font-size: 16px;
  }
}
@media screen and (max-width: 413px) {
  .contact__form-check span {
    font-size: 4.4vw;
  }
}
.contact__form-check span::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #2f2f2f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .contact__form-check span::before {
    width: 28px;
    height: 28px;
    left: 2px;
  }
}
.contact__form-check span::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: transparent url(../img/akar-icons_check@3x.png) no-repeat center center/contain;
  display: none;
}
.contact__form-check [type=checkbox]:checked + span::after {
  display: block;
}

.contact__form-check a {
  color: #159741;
  text-align: right;
}
.contact__form-check a:hover {
  opacity: 0.7;
}
.contact__form-check a:hover::before {
  outline: 1px #159741 solid;
  border: 1px solid #159741 !important;
}

.contact__form-check span {
  display: flex;
}

.contact__form-button {
  margin-top: 40px;
  text-align: center;
}
.contact__form-button [type=submit] {
  background: #159741;
  width: 239px;
  -moz-column-rule: #FFFFFF;
  column-rule: #FFFFFF;
  font-size: 18px;
  border: none;
  color: #FFFFFF;
  padding: 15px 101px;
}
.contact__form-button [type=submit]:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .contact__form-button [type=submit] {
    width: 95.4%;
  }
}

input:hover {
  border: 0;
  outline: 1px #159741 solid;
  border: 1px solid #159741 !important;
}

input:focus {
  border: 0;
  outline: 1px #159741 solid;
  border: 1px solid #159741 !important;
}

textarea:hover {
  outline: 1px #159741 solid;
  border: 1px solid #159741 !important;
}

textarea:focus {
  outline: 1px #159741 solid;
  border: 1px solid #159741 !important;
}

.contact__form-check span:hover::before {
  outline: 1px #159741 solid;
  border: 1px solid #159741 !important;
}
.contact__form-check span:focus::before {
  outline: 1px #159741 solid;
  border: 1px solid #159741 !important;
}

.footer__sns {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    margin-top: 50px;
  }
}

.footer__sns-item {
  width: 40px;
  height: 40px;
}
.footer__sns-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .footer__sns-item {
    width: 50px;
    height: 50px;
  }
}

.footer__instagram {
  margin-left: 40px;
  margin-right: 40px;
}

.footer__nav {
  width: 329px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 44px auto 55px;
}

.footer__nav-title {
  position: relative;
}
.footer__nav-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #159741;
  bottom: -15px;
  left: 0;
  /*横方向0で非表示にする*/
  transform: scale(0, 1);
  /*中央を基点にアニメーション*/
  transform-origin: center top;
  /*アニメーションの速度設定*/
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .footer__nav-title {
    font-size: 16px;
  }
}

.footer__nav-item a:hover .footer__nav-title::after {
  transform: scale(1, 1);
}

.footer__logo {
  width: 175.48px;
  margin: -11px auto 20px;
}

.footer__logo-top {
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__logo-top-tf, .footer__logo-top-text {
  color: #333;
}

.footer__logo-top-text {
  font-size: 36px;
}

.footer__logo-top-tf {
  margin-top: -15px;
  font-size: 16px;
}

.footer__logo-bottom-text {
  width: 165.5px;
  height: 45px;
  font-size: 36px;
}

.footer__logo-bottom-bg {
  background: url(../img/Ellipse\ 7-b@3x.png) no-repeat center center/cover;
}

small {
  display: block;
  font-size: 12px;
  margin: 0 auto 9px;
  text-align: center;
}

.to-top {
  width: 120px;
  height: 120px;
  position: fixed;
  right: 60px;
  bottom: 272px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  border: 2px solid #333333;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  padding-top: 25px;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1279px) {
  .to-top {
    width: 80px;
    height: 80px;
    right: 60px;
    bottom: 272px;
    padding-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .to-top {
    right: 14px;
    bottom: 216px;
  }
}
.to-top img {
  width: 52px;
  padding-left: 15px;
}
@media screen and (max-width: 1279px) {
  .to-top img {
    width: 40px;
    padding-left: 12px;
    padding-bottom: 0px;
  }
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.to-top-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding-top: 6px;
}
@media screen and (max-width: 1279px) {
  .to-top-text {
    font-size: 12px;
    padding-top: 6px;
  }
}