body {
  font-family: "Amatic SC", "Damion", "Patua One", "Noto Serif JP", serif;
  letter-spacing: 0.12em;
  background-color: #F3EFEB;
  overflow-x: hidden;
  font-size: 16px;
}
body.no-scroll {
  overflow: hidden;
}

img {
  width: 100%;
}

.wrapper {
  overflow: hidden;
}

.mt-50 {
  margin-top: 50px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .container {
    display: block;
  }
}

.p-container {
  padding: 10px;
  background: url(/img/img_firstview_concept.jpg) center center no-repeat;
  background-size: 100% auto;
  height: 320px;
  width: 100%;
}

.p-page__head {
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 300px;
  border: 2px solid #fff;
  position: relative;
}
.p-page__head::before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  top: 4px;
  left: 4px;
  width: 1248px;
  height: 288px;
}

.p-page__title {
  padding-top: 100px;
  font-size: 72px;
  display: block;
}
.p-page__title--sub {
  font-family: "Noto Serif JP", serif;
}

.btn {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 72px;
  color: #fff;
  background-color: #222222;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 14px;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/img/arrow-right.svg);
  background-size: 100% auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn::after {
  position: absolute;
  content: "";
  bottom: -13%;
  right: -3%;
  width: 277px;
  height: 70px;
  border-bottom: 1px solid #222222;
  border-right: 1px solid #222222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:hover {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}
.btn:hover::after {
  bottom: 0;
  right: 0;
}

.sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns__item + .sns__item {
  padding-left: 24px;
}

.price {
  font-family: "Damion", cursive;
}

.border {
  border-bottom: 2px solid #222;
  border-top: 2px solid #222;
  padding: 9px 0 9px 20px;
  position: relative;
}
.border::before {
  position: absolute;
  content: "";
  border-top: 1px solid #222;
  width: 100%;
  height: 1px;
  top: 2px;
  left: 0;
}
.border::after {
  position: absolute;
  content: "";
  border-top: 1px solid #222;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
}

.section__head {
  text-align: center;
}
.section__head-main {
  display: block;
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .section__head-main {
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}
.section__head-sub {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section__head-sub {
    font-size: 12px;
  }
}

.to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .to-top {
    right: 12px;
    bottom: 12px;
  }
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.to-top a img {
  width: 60px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .to-top a img {
    width: 40px;
  }
}

.c-header__btn {
  width: 100%;
  position: fixed;
  z-index: 10;
  margin: 20px;
  --opacity: 1;
  --rotate: 0;
  --translate: 0.5rem;
  display: grid;
  place-items: center;
  width: 60px;
  aspect-ratio: 1;
  border: none;
  background-color: #382620;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 10px;
  padding: 22px 13px;
}
.c-header__btn.is-active {
  --opacity: 0;
  --rotate: 135deg;
  --translate: 0;
  background-color: #fff;
}
.c-header__btn.is-active span {
  background-color: #382620;
}
.c-header__btn span {
  display: block;
  width: 70%;
  height: 2px;
  background-color: #fff;
  grid-area: 1/1/-1/-1;
  -webkit-transition: opacity 0.4s ease, rotate 0.4s, translate 0.4s ease;
  transition: opacity 0.4s ease, rotate 0.4s, translate 0.4s ease;
}
.c-header__btn span:nth-child(1) {
  opacity: var(--opacity);
}
.c-header__btn span:nth-child(2) {
  translate: 0 calc(var(--translate) * -1);
  rotate: var(--rotate);
}
.c-header__btn span:nth-child(3) {
  translate: 0 var(--translate);
  rotate: calc(var(--rotate) * -1);
}

.c-header__menu {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(205%);
          transform: translateX(205%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  padding-top: 130px;
  margin-top: 0;
  background-color: #382620;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-header__menu.is-active {
  display: block;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  color: #fff;
}

/*--------------------------------
  header
---------------------------------*/
.header {
  width: 200px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header {
    width: 100%;
    position: fixed;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .header {
    width: 100%;
    position: fixed;
    z-index: 10;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__logo {
  padding: 29px 18px 0 19px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header__logo {
    width: 120px;
    padding: 10px 0 0 14px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 120px;
    padding: 10px 0 0 14px;
  }
}
.header__menu-btn {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header__menu-btn {
    --opacity: 1;
    --rotate: 0;
    --translate: 0.5rem;
    display: grid;
    place-items: center;
    width: 60px;
    aspect-ratio: 1;
    border: none;
    background-color: #382620;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 10px;
    padding: 22px 13px;
  }
  .header__menu-btn.is-active {
    --opacity: 0;
    --rotate: 135deg;
    --translate: 0;
    background-color: #fff;
  }
  .header__menu-btn.is-active span {
    background-color: #382620;
  }
  .header__menu-btn span {
    display: block;
    width: 70%;
    height: 2px;
    background-color: #fff;
    grid-area: 1/1/-1/-1;
    -webkit-transition: opacity 0.4s ease, rotate 0.4s, translate 0.4s ease;
    transition: opacity 0.4s ease, rotate 0.4s, translate 0.4s ease;
  }
  .header__menu-btn span:nth-child(1) {
    opacity: var(--opacity);
  }
  .header__menu-btn span:nth-child(2) {
    translate: 0 calc(var(--translate) * -1);
    rotate: var(--rotate);
  }
  .header__menu-btn span:nth-child(3) {
    translate: 0 var(--translate);
    rotate: calc(var(--rotate) * -1);
  }
}
@media (max-width: 767px) {
  .header__menu-btn {
    --opacity: 1;
    --rotate: 0;
    --translate: 0.5rem;
    display: grid;
    place-items: center;
    width: 60px;
    aspect-ratio: 1;
    border: none;
    background-color: #382620;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 10px;
    padding: 22px 13px;
  }
  .header__menu-btn.is-active {
    --opacity: 0;
    --rotate: 135deg;
    --translate: 0;
    background-color: #fff;
  }
  .header__menu-btn.is-active span {
    background-color: #382620;
  }
  .header__menu-btn span {
    display: block;
    width: 70%;
    height: 2px;
    background-color: #fff;
    grid-area: 1/1/-1/-1;
    -webkit-transition: opacity 0.4s ease, rotate 0.4s, translate 0.4s ease;
    transition: opacity 0.4s ease, rotate 0.4s, translate 0.4s ease;
  }
  .header__menu-btn span:nth-child(1) {
    opacity: var(--opacity);
  }
  .header__menu-btn span:nth-child(2) {
    translate: 0 calc(var(--translate) * -1);
    rotate: var(--rotate);
  }
  .header__menu-btn span:nth-child(3) {
    translate: 0 var(--translate);
    rotate: calc(var(--rotate) * -1);
  }
}
.header__contents {
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header__contents {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(205%);
            transform: translateX(205%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 130px;
    margin-top: 0;
    background-color: #382620;
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header__contents.is-active {
    display: block;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    color: #fff;
  }
}
@media (max-width: 767px) {
  .header__contents {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(205%);
            transform: translateX(205%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 130px;
    margin-top: 0;
    background-color: #382620;
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header__contents.is-active {
    display: block;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    color: #fff;
  }
}
.header__nav {
  margin-bottom: 60px;
}
.header__nav-item + .header__nav-item {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .header__nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-left: 40px;
    letter-spacing: 0.3em;
  }
}
.header__text-main {
  display: block;
  font-family: "Patua One", serif;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .header__text-main {
    font-size: 24px;
  }
}
.header__text-sub {
  display: block;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .header__text-sub {
    padding-top: 0;
  }
  .header__text-sub span {
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  #logo path,
  .sns path {
    fill: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #logo path,
  .sns path {
    fill: #fff;
  }
}

/*--------------------------------
  fv
---------------------------------*/
.fv {
  position: relative;
}
.fv__img {
  padding-top: 68.2407%;
}
.fv__contents {
  position: absolute;
  content: "";
  bottom: 58px;
  left: 56px;
  width: 406px;
  line-height: 2;
}
@media (max-width: 767px) {
  .fv__contents {
    width: auto;
    top: 129px;
    left: 20px;
    width: 260px;
    height: 90px;
  }
}
.fv__text {
  color: #fff;
}
.fv:after {
  position: absolute;
  content: "";
  bottom: -8%;
  right: 0;
  background-color: #EAE0D5;
  width: 91.111111%;
  height: 100%;
  z-index: -999;
}
@media (max-width: 767px) {
  .fv:after {
    bottom: 0;
  }
}

.u-mobile {
  display: none;
}
@media (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.pickup-news {
  position: absolute;
  bottom: 3%;
  right: 3px;
  -webkit-transform: translate(-5%, 0%);
          transform: translate(-5%, 0%);
  max-width: 388px;
  z-index: 2;
  width: 100%;
}
@media (max-width: 767px) {
  .pickup-news {
    bottom: 32px;
    width: 335px;
    margin: 0 auto;
  }
}
.pickup-news__inner {
  position: relative;
  background-color: #fff;
  opacity: 0.85;
  margin: 0 auto;
  padding: 12px;
}
.pickup-news__inner::before {
  background: url(../img/img_balloon-pickup.svg) left top no-repeat;
  background-size: 100% auto;
  content: "";
  width: 120px;
  height: 71px;
  pointer-events: none;
  position: absolute;
  top: -55px;
  right: 0;
}
@media (max-width: 767px) {
  .pickup-news__inner::before {
    top: -35px;
  }
}
.pickup-news__tag {
  position: absolute;
  top: 8px;
  left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.pickup-news__tag-text {
  display: inline-block;
  color: #fff;
  background-color: #382620;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 12px 2px 10px;
  position: relative;
  z-index: 1;
}
.pickup-news__tag-text::before {
  border-right-color: #aaa;
  border-bottom-color: transparent;
  border-style: solid;
  border-width: 0 8px 4px 0;
  position: absolute;
  content: "";
  height: 0;
  left: 0;
  top: 100%;
  width: 0;
}
.pickup-news__tag-text::after {
  border-color: #382620 transparent #382620 #382620;
  border-style: solid;
  border-width: 11px 8px 10px 0;
  position: absolute;
  content: "";
  right: -7.46px;
  top: 0;
  width: 0;
  z-index: 1;
}

.column-card {
  position: relative;
}
.column-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.column-card__thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .column-card__thumbnail {
    width: 100px;
    height: 100px;
  }
}
.column-card__thumbnail img {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.column-card__thumbnail img:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.column-card__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-left: 16px;
  width: 100%;
}
.column-card__date {
  margin-bottom: 11px;
  margin-top: 9px;
  display: block;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
}
.column-card__head {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .column-card__head {
    letter-spacing: normal;
  }
}

/*-------------------------
concept
--------------------------*/
.concept {
  padding-top: 220px;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .concept {
    padding-top: 120px;
  }
}
.concept::before {
  position: absolute;
  content: "";
  background: url(/img/bg_coffee-beans.png) left top no-repeat;
  background-size: 100% auto;
  top: 15px;
  right: -4%;
  width: 300px;
  height: 300px;
}
@media (max-width: 767px) {
  .concept::before {
    width: 128px;
    height: 130px;
    top: -15px;
  }
}
.concept::after {
  position: absolute;
  content: "";
  background-color: #EAE0D5;
  width: 90%;
  height: 300px;
  bottom: -9%;
  left: 0;
  z-index: -999;
}
@media (max-width: 767px) {
  .concept::after {
    width: 94.6666%;
    height: 100px;
    bottom: -5%;
  }
}
.concept__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .concept__wrapper {
    display: block;
  }
}
.concept__contents {
  padding: 10px 130px 16px 80px;
}
@media (max-width: 767px) {
  .concept__contents {
    width: 89.333333%;
    margin: 0 auto;
    padding: 0;
  }
}
.concept__head {
  font-size: 28px;
  font-weight: bold;
  padding: 50px 0;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .concept__head {
    font-size: 20px;
    line-height: 2;
  }
}
.concept__text {
  font-size: 14px;
  line-height: 2;
  font-family: "Noto Serif JP";
}
@media (max-width: 767px) {
  .concept__text {
    letter-spacing: normal;
  }
}
.concept__btn {
  margin-top: 60px;
  display: inline-block;
}
@media (max-width: 767px) {
  .concept__btn {
    display: block;
  }
}
@media (max-width: 767px) {
  .concept__img {
    padding-top: 80px;
    width: 84%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .concept__img {
    width: 50%;
  }
}
.concept__head-main {
  -moz-text-align-last: left;
       text-align-last: left;
}
.concept__head-sub {
  -moz-text-align-last: left;
       text-align-last: left;
}

/*-------------------------
lunchSet
--------------------------*/
.lunchSet {
  padding: 240px 0;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .lunchSet {
    padding-top: 192px;
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lunchSet {
    padding-top: 290px;
    padding-bottom: 120px;
  }
}
.lunchSet::before {
  position: absolute;
  content: "";
  background: url(/img/bg_coffee-leaves.png) center center no-repeat;
  background-size: 100% auto;
  top: 110px;
  right: -40px;
  width: 200px;
  height: 228px;
}
@media (max-width: 767px) {
  .lunchSet::before {
    top: 6px;
    right: -34px;
    width: 119px;
    height: 135px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lunchSet::before {
    top: 0;
  }
}
.lunchSet::after {
  position: absolute;
  content: "";
  background: url(/img/bg_coffee-leaves2.png) center center no-repeat;
  background-size: 100% auto;
  bottom: 37px;
  left: -100px;
  width: 360px;
  height: 294px;
}
@media (max-width: 767px) {
  .lunchSet::after {
    bottom: 0;
    left: -47px;
    width: 190px;
    height: 191px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lunchSet::after {
    bottom: -75px;
  }
}
.lunchSet__wrapper {
  background-color: #EAE0D5;
  padding: 80px 50px;
}
@media (max-width: 767px) {
  .lunchSet__wrapper {
    padding: 60px 0;
  }
}
.lunchSet__container {
  margin-top: 60px;
  background-color: #fff;
  padding: 60px 40px 40px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .lunchSet__container {
    width: 100%;
    padding: 39px 19px 20px;
  }
}
.lunchSet__container::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/sp/img_ribbon-text_sp.svg) center center no-repeat;
  background-size: 100% auto;
  width: 430px;
  height: 62px;
}
@media (max-width: 767px) {
  .lunchSet__container::before {
    width: 320px;
    height: 56px;
  }
}
.lunchSet__container::after {
  position: absolute;
  content: "";
  background: url(/img/img_balloon-special-lunch-set.svg) center center no-repeat;
  background-size: 100% auto;
  top: -8%;
  right: -2%;
  width: 300px;
  height: 140px;
}
@media (max-width: 767px) {
  .lunchSet__container::after {
    width: 200px;
    height: 93px;
    top: -225px;
    right: -19px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lunchSet__container::after {
    top: -295px;
  }
}
.lunchSet__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .lunchSet__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lunchSet__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lunchSet__item:nth-child(2n) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .lunchSet__item:nth-child(2n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lunchSet__item:nth-child(2n) {
    margin-top: 0;
  }
}
.lunchSet__item--texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
.lunchSet__tag {
  font-family: "Patua One", serif;
  color: #fff;
  background-color: #222;
  display: inline-block;
  width: 49px;
  height: 49px;
  padding: 5px 14px;
  font-size: 32px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .lunchSet__tag {
    font-size: 19px;
    width: 24px;
    height: 24px;
    padding: 1px 6px;
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  .lunchSet__text {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lunchSet__text {
    font-size: 18px;
  }
}
.lunchSet__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F3EFEB;
  padding: 20px 50px 20px 70px;
  border-radius: 8px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .lunchSet__wrap {
    display: block;
    padding: 20px 0;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lunchSet__wrap {
    display: block;
    padding: 20px 0;
    margin-top: 20px;
  }
}
.lunchSet__wrap img {
  max-width: 700px;
  margin-right: 36px;
}
.lunchSet__contents {
  text-align: right;
}
@media (max-width: 767px) {
  .lunchSet__contents {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lunchSet__contents {
    text-align: center;
  }
}
.lunchSet__contents--ttl {
  font-size: 20px;
  font-family: "NotoSerifCJKjp Bold", sans-serif;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .lunchSet__contents--ttl {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lunchSet__contents--ttl {
    padding-top: 20px;
  }
}
.lunchSet__contents--text {
  font-size: 14px;
  margin-top: 9px;
}
@media (max-width: 767px) {
  .lunchSet__contents--text {
    font-size: 12px;
  }
}
.lunchSet__contents--price {
  font-size: 60px;
  position: relative;
  border-bottom: 4px dotted #222;
}
@media (max-width: 767px) {
  .lunchSet__contents--price {
    font-size: 40px;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lunchSet__contents--price {
    font-size: 40px;
    display: inline-block;
  }
}

/*-------------------------
menu
--------------------------*/
.menu__wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 300px;
}
@media (max-width: 767px) {
  .menu__wrapper {
    padding-bottom: 180px;
  }
}
.menu__wrapper::before {
  position: absolute;
  content: "";
  top: 380px;
  right: 0;
  width: 1024px;
  height: 2800px;
  background-color: #EAE0D5;
  z-index: -100;
}
@media (max-width: 767px) {
  .menu__wrapper::before {
    width: 274px;
    height: 2655px;
    top: 270px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .menu__wrapper::before {
    width: 80%;
    height: 79.5%;
  }
}
.menu__wrapper::after {
  position: absolute;
  content: "";
  background: url(/img/bg_coffee-beans2.png) left top no-repeat;
  background-size: 100% auto;
  bottom: 0;
  right: -175px;
  width: 500px;
  height: 500px;
}
@media (max-width: 767px) {
  .menu__wrapper::after {
    width: 169px;
    height: 143px;
    right: -38px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .menu__wrapper::after {
    bottom: -80px;
    width: 320px;
    right: -110px;
  }
}
.menu__bloc {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .menu__bloc {
    width: 89.3333%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .menu__bloc {
    width: 89.3333%;
    margin: 0 auto;
  }
}
.menu__container {
  margin-top: 44px;
}
.menu__ttl {
  font-size: 24px;
  font-weight: bold;
}
.menu__contents {
  margin-top: 24px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .menu__contents {
    margin-bottom: 44px;
  }
}
.menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
@media (max-width: 767px) {
  .menu__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.menu__list--drink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .menu__list--drink {
    display: block;
  }
}
.menu__list--drink img {
  width: 343px;
}
@media (max-width: 767px) {
  .menu__list--drink img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .menu__list--drink img {
    display: none;
  }
}
.menu__text {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-top: 12px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .menu__text {
    font-size: 14px;
  }
}
.menu__price {
  font-size: 32px;
}
@media (max-width: 767px) {
  .menu__price {
    font-size: 24px;
  }
}
.menu-img {
  background-color: #fff;
  padding: 8px;
}
@media (max-width: 767px) {
  .menu-img {
    padding: 5px;
  }
}

.drink__head {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #222;
}
.drink__list--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drink__list--name {
  font-size: 14px;
  font-weight: bold;
  margin-right: 36px;
}
.drink__list--price {
  font-size: 20px;
}

/*-------------------------
galley
--------------------------*/
.galley {
  position: relative;
  overflow-x: clip;
}
.galley::after {
  position: absolute;
  content: "";
  background: url(/img/bg_plate.png) center center no-repeat;
  background-size: 100% auto;
  bottom: -176px;
  left: -90px;
  width: 355px;
  height: 320px;
}
@media (max-width: 767px) {
  .galley::after {
    width: 204px;
    height: 185px;
    left: -48px;
    bottom: -180px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .galley::after {
    bottom: -170px;
    left: -140px;
  }
}
.galley__head {
  position: relative;
}
.galley__head::before {
  position: absolute;
  content: "";
  background: url(/img/img_balloon-gallery.svg) center center no-repeat;
  background-size: 100% auto;
  top: -100px;
  left: 140px;
  width: 265px;
  height: 140px;
  z-index: 1;
}
@media (max-width: 767px) {
  .galley__head::before {
    top: -115px;
    left: -42px;
    width: 200px;
    height: 104px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .galley__head::before {
    left: -45px;
  }
}
.galley__wrapper {
  padding-top: 20px;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .galley__wrapper {
    margin-bottom: 120px;
  }
}
.galley__container {
  background-color: #EAE0D5;
  padding: 80px 90px;
}
@media (max-width: 767px) {
  .galley__container {
    padding: 60px 20px 120px;
  }
}
.galley__imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px 0 60px;
}
@media (max-width: 767px) {
  .galley__imgs {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 40px 0;
  }
}

/*-------------------------
news
--------------------------*/
.news {
  padding-bottom: 170px;
}
@media (max-width: 767px) {
  .news {
    padding-bottom: 160px;
  }
}
.news__inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .news__inner {
    width: 89.333333%;
  }
}
.news__card {
  padding: 40px 0 60px;
}
@media (max-width: 767px) {
  .news__card {
    padding: 40px 0 40px;
  }
}
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .news__list {
    display: block;
  }
}
.news__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}
@media (max-width: 767px) {
  .news__list2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 19px;
    width: 100%;
    margin-top: 20px;
  }
}
.news__item {
  width: calc(50% - 20px);
  position: relative;
}
@media (max-width: 767px) {
  .news__item {
    width: 100%;
  }
}
.news__tag {
  position: absolute;
  top: 8px;
  left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.news__tag-text {
  display: inline-block;
  color: #fff;
  background-color: #382620;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 12px 2px 10px;
  position: relative;
  z-index: 1;
}
.news__tag-text::before {
  border-right-color: #aaa;
  border-bottom-color: transparent;
  border-style: solid;
  border-width: 0 8px 4px 0;
  position: absolute;
  content: "";
  height: 0;
  left: 0;
  top: 100%;
  width: 0;
}
.news__tag-text::after {
  border-color: #382620 transparent #382620 #382620;
  border-style: solid;
  border-width: 11px 8px 10px 0;
  position: absolute;
  content: "";
  right: -7.46px;
  top: 0;
  width: 0;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .news-card__img {
    height: 0;
    overflow: hidden;
    padding-top: 62.5%;
    position: relative;
    width: 100%;
  }
}
.news-card__thumbnail {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .news-card__thumbnail {
    position: absolute;
    top: 0;
    height: 100%;
  }
}
.news-card__thumbnail2 {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .news-card__thumbnail2 {
    position: absolute;
    top: 0;
    height: 100%;
  }
}
.news-card__head {
  margin: 16px 0 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .news-card__head {
    line-height: 1.7;
    font-size: 14px;
  }
}
.news-card__head2 {
  font-size: 14px;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .news-card__head2 {
    line-height: 1.5;
    font-size: 12px;
  }
}
.news-card__text {
  font-size: 14px;
  line-height: 1.7em;
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  .news-card__text {
    line-height: 1.5;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .news-card__date {
    font-size: 12px;
  }
}

/*--------------------------------------------------
 access
 ---------------------------------------------------*/
.access {
  padding: 80px 0;
  background-color: #EAE0D5;
  position: relative;
  overflow-x: clip;
}
.access::before {
  position: absolute;
  content: "";
  top: -180px;
  right: -70px;
  width: 374px;
  height: 359px;
  background: url(/img/bg_bread.png) center center no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .access::before {
    width: 153px;
    height: 180px;
    top: -100px;
    right: -30px;
  }
}
.access__head {
  position: relative;
}
.access__head::before {
  position: absolute;
  content: "";
  top: -128px;
  left: 30%;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  width: 232px;
  height: 200px;
  background: url(/img/img_balloon-access.svg) center center no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .access__head::before {
    width: 170px;
    height: 172px;
    left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .access__head::before {
    left: 130px;
  }
}
.access__map-wrap {
  max-width: 678px;
  margin: 40px auto;
  padding: 5px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .access__map-wrap {
    width: 89.333%;
    height: 188px;
  }
  .access__map-wrap iframe {
    width: 100%;
    height: 178px;
  }
}
.access__wrap {
  max-width: 678px;
  margin: 0 auto;
}
.access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .access__list {
    display: block;
    width: 89.333%;
    margin: 0 auto;
  }
}
.access__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #222;
  padding-bottom: 14px;
}
.access__item + .access__item {
  padding-top: 24px;
}
@media (max-width: 767px) {
  .access__item + .access__item {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .access__item {
    width: 100%;
  }
}
.access__name {
  margin-right: 24px;
  letter-spacing: normal;
  width: 56px;
  font-size: 14px;
}
.access__deta {
  font-size: 14px;
}

@media (max-width: 767px) {
  .mt20 {
    margin-top: 20px;
  }
}

/*--------------------------------------------------
 footer
 ---------------------------------------------------*/
.footer {
  background-color: #382620;
  width: 100%;
  position: relative;
}
.footer::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -67px;
  width: 322px;
  height: 288px;
  background: url(/img/bg_coffee-beans3.png) center center no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .footer::after {
    width: 126px;
    height: 113px;
    bottom: 85px;
    left: -29px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer::after {
    bottom: -66px;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}

.sns__link {
  width: 12px;
  height: 12px;
}

.copyrigth {
  color: #fff;
  width: 250px;
  margin: 0 auto;
  font-size: 12px;
  padding-bottom: 20px;
}