@charset "UTF-8";


/* bg
---------------------*/
/* .home {
  background-color: #f5f5f5;
} */
/* hero
---------------------*/

/* スープページが終わったらコメントを外す 
.heroSection {
  position: relative;
  height: 600px; *Samsung Internet用対応*
  height: 100svh;
  background: url(../img/top/hero_sp.webp)
  top no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .heroSection {
    min-height: 760px;
    background: url(../img/top/hero_pc.webp)
    center no-repeat;
    background-size: cover;
  }
}
.heroLogo {
  position: absolute;
  top: 50%;
  left: 2em;
  width: 90px;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .heroLogo {
    left: 10em;
    width: 15%;
    max-width: 180px;
  }
}
@media (min-width: 1100px) {
  .heroLogo {
    width: 10%;
  }
} */

/* スープページが終わったら消す - ここから */
.heroLogo {
  position: absolute;
  top: 30px;
  left: 50px;
  width: 90px;
}
@media (min-width: 769px) {
  .heroLogo {
    top: 50%;
    left: 10%;
    width: 13.64vw;
    max-width: 180px;
    transform: translateY(-50%);
  }
}
@media (min-width: 1100px) {
  .heroLogo {
    left: 13.5%;
    max-width: 180px;
    width: 9.38vw;
  }
}
.heroBanner {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 89.33vw;
  max-width: 335px;
}
@media (min-width: 769px) {
  .heroBanner {
    bottom: 50px;
  }
}
@media (min-width: 1100px) {
  .heroBanner {
    width: 27.55vw;
    max-width: 520px;
  }
}
/* スープページが終わったら消す - ここまで */

/* appbanner
---------------------*/
.bannerSection {
  background-image:url(../img/top/banner_bg.webp);
  background-size: cover;
  padding: 5.5rem;
  text-align: center;
}
@media(max-width:767px) {
  .bannerSection {
    padding: 0;
  }
}
.banner_image {
  margin: auto;
}
@media(max-width:767px) {
  .banner_image {
    width: 37.5rem;
    height: 22.55rem;
  }
}
@media(max-width:375px) {
  .banner_image {
    width: 100%;
    height: auto;
  }
}

/* story
---------------------*/
.storySection {
  position: relative;
  padding-top: 7rem;
  /* overflow: hidden; */
}
@media (min-width: 769px) {
  .storySection {
    padding-top: 13rem;
  }
}

.storyContainer {
  position: relative;
  z-index: 2;
  width: min(1200px, 100% - 60px);

  margin-inline: auto;
}
.story {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .story {
    flex-direction: row;
    align-items: center;
    column-gap: 8rem;
  }
}
img.story_img {
  width: 75px;
  margin-left: 3.8rem;
}
@media (min-width: 769px) {
  img.story_img {
    width: 159px;
    margin-bottom: 2.5rem;
    margin-left: 0;
  }
}
.story_ttl {
  font-weight: 700;
  font-size: clamp(1.6rem, 3.31vw + .36rem, 2.4rem);
  letter-spacing: .11em;
}
.story_text {
  max-width: 620px;
  font-size: clamp(1.4rem, 1.35vw + .89rem, 2rem);
  line-height: 2;
  letter-spacing: .05em;
  /* margin-top: 2rem; */
}
[class^="story_"].-shadow {
  text-shadow: 3px 3px 3px rgba(240, 239, 236,.5), -3px -3px 5px rgba(240, 239, 236,.5),
  -3px 3px 3px rgba(240, 239, 236,.5),  3px -3px 5px rgba(240, 239, 236,.5),
  3px 0 3px rgba(240, 239, 236,.5), -3px -0 5px rgba(240, 239, 236,.5),
  0 3px 3px rgba(240, 239, 236,.5),  0 -3px 5px rgba(240, 239, 236,.5);
}
@media (min-width: 769px) {
  .story_text {
    line-height: 2.5;
  }
}
.open [class^="story_"].-shadow {
  text-shadow: none;
}
.berry {
  position: absolute;
  top: 9%;
  right: 0;
  z-index: 1;
  width: 160px;
}
@media (min-width: 769px) {
  .berry {
    top: 5%;
    right: 1.8em;
    width: min(60%, 670px);
    text-align: right;
  }
}
.bgLogo {
  position: absolute;
  right: -5%;
  bottom: 20em;
  z-index: 0;
  width: max(60%, 255px);
  opacity: .5;
}
@media (min-width: 769px) {
  .bgLogo {
    top: 15%;
    left: 8%;
    width: min(60%, 750px);
  }
}
.decorationSection {
  position: relative;
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@media (min-width: 769px) {
  .decorationSection {
    margin-top: -15rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1160px) {
  .decorationSection {
    margin-top: -23rem;
  }
}
.decorationContainer {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .decorationContainer {
    width: min(1735px, 100% - 40px);
  }
}
.fruits {
  position: absolute;
  bottom: 8em;
  left: -.6em;
  z-index: 1;
  width: 52%;
}
@media (min-width: 769px) {
  .fruits {
    position: static;
    width: 100%;
    max-width: 458px;
    margin-top: 3.5em;
    margin-left: 2em;
  }
}
.parfait {
  width: 66%;
}
@media (min-width: 769px) {
  .parfait {
    width: 100%;
    max-width: 450px;
  }
}

/* choice
---------------------*/
.choiceSection {
  position: relative;
  padding-top: 6.3rem;
  /* overflow: hidden; */
}
@media (min-width: 769px) {
  .choiceSection {
    padding-top: 20rem;
  }
}
@media (min-width: 1260px) {
  .choiceSection_inner {
    height: 770px;
  }
}
@media (min-width: 769px) {
  .choiceSection_inner {
    background: url(../img/bg.webp);
    background-size: contain;
  }
}
.choice_ttl {
  width: max(206px, 50%);
  padding-bottom: 2.3rem;

  margin-inline: auto;
}
.choice_ttl2 {
  width: max(224px, 72%);

  margin-inline: auto;
}
@media (min-width: 769px) {
  .choice_ttl {
    padding-bottom: 15.5rem;
  }
}
.kiwi {
  position: absolute;
  top: -5em;
  right: 0;
  width: 100px;
}
@media (min-width: 769px) {
  .kiwi {
    top: 3em;
    right: 5em;
    width: min(20%, 226px);
  }
}
.banana {
  position: absolute;
  right: -1em;
  bottom: -8em;
  z-index: 1;
  width: max(60%, 343px);
}
@media (min-width: 769px) {
  .banana {
    right: -3.5em;
    bottom: -13em;
    width: min(75%, 713px);
  }
}
.choiceContainer {
  position: relative;
}
@media (min-width: 769px) {
  .choiceContainer {
    width: min(1350px, 100% - 50px);

    margin-inline: auto;
  }
}
.choice_itemsContainer {
  position: relative;
  width: 100%;
  margin-top: -6.5rem;
  padding-top: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 12rem;
  padding-left: 2.5rem;
  background-color: rgba(233,231,230,.9);
  background-size: contain;
}
@media (min-width: 769px) {
  .choice_itemsContainer {
    width: auto;
    margin-top: 0;
    padding-top: 10rem;
  }
}
.choice_itemsContainer .note {
  white-space: nowrap;
}
.choice {
  display: grid;
  flex-wrap: wrap;
  grid-template-rows: 1fr;

  justify-items: center;
}
@media (min-width: 1260px) {
  .choice {
    grid-template-columns: 1.5fr .5fr;
    column-gap: clamp(0rem, -7.636rem + 6.061vw, 4rem);
  }
}
.choice_plate {
  position: relative;
  margin-top: 1rem;
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}
@media (min-width: 769px) {
  .choice_plate {
    position: relative;
    min-width: 680px;
    margin-top: -8rem;
    margin-right: 1.5rem;
    margin-left: 0;
    margin-left: 1.5rem;
  }
}
.choice_images {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  width: 80%;
  height: 136px;
  transform: translate(-50%, -50%);

  gap: 1em;
}
@media (min-width: 769px) {
  .choice_images {
    width: 100%;
    height: auto;

    gap: 1.5em;
  }
}
.choice_images > .sandwich_img {
  width: 50%;
}
@media (min-width: 769px) {
  .choice_images > .sandwich_img {
    width: fit-content;
  }
}
.choice_items {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, 4rem);
  margin: auto;

  gap: 6px 10px;
  justify-items: center;
}

.choice_items .font-sm {
  font-size: clamp(1.3rem, .36vw + 1.16rem, 1.7rem);
  line-height: 1.5;
  padding: 0.3em 0;
  display: inline-block;
}


.open .choice_items {
  z-index: 1;
}
@media (min-width: 769px) {
  .choice_items {
    grid-template-rows: repeat(4, 6rem);

    gap: 10px 15px;
  }
}
.choice_items > .choice_item {
  width: 100%;
  font-size: clamp(1.4rem, 0.61vw + 1.17rem, 1.9rem);
  background-color: #fff;
  border-radius: 3px;
  line-height: 1.3;
}
@media (min-width: 769px) {
  .choice_items > .choice_item {
    width: 23.5rem;
  }
}
.choice_items > .selected {
  color: #fff;
  background-color: #a31a1a;
}

/* menu
---------------------*/
.menuSection {
  position: relative;
  padding-bottom: 3rem;
}
@media (min-width: 769px) {
  .menuSection {
    padding-bottom: 11rem;
  }
}

.menuHead_ttl {
  width: min(20%, 157px);
  margin-top: 12.5rem;
  margin-bottom: 3rem;
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .menuHead_ttl {
    margin-top: 6.5rem;
  }
}
@media (min-width: 960px) {
  .menuHead_ttl {
    margin-top: 22rem;
    margin-bottom: 0;
    margin-left: 10rem;
  }
}
.menu {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 960px) {
  .menu {
    flex-direction: row;
  }
  .menu._reverse {
    flex-direction: row-reverse;
  }
}
.menu + .menu {
  margin-top: 8rem;
}
@media (min-width: 960px) {
  .menu + .menu {
    margin-top: 26rem;
  }
}
.menu > .menu_body {
  position: relative;
  margin-top: -150px;
  padding: 175px 30px 40px 30px;
}

@media (min-width: 960px) {
  .menu > .menu_body {
    top: 90px; /*元の位置を基準に90px下にずらす*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% + 460px);
    min-height: 580px;
    margin-top: 0;
    padding: 30px;
  }
  .menu > .menu_thumb {
    position: relative;
    z-index: 1;
  }
  .menu > .menu_thumb {
    height: 100%;

    object-fit: cover;
  }
}
@media (min-width: 1300px) {
  .menu > .menu_body {
    min-height: 640px;
  }
}
.menu_ttl {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: clamp(2.2rem, 2.18vw + 1.38rem, 4rem);
  letter-spacing: 4px;
}
.menu_text {
  margin-bottom: 2rem;
  font-size: clamp(1.3rem, 0.85vw + 0.98rem, 2rem);
  line-height: 1.7;
}
@media (min-width: 960px) {
  .menu_ttl {
    margin-bottom: 4rem;
  }
  .menu_text {
    margin-bottom: 4rem;
    line-height: 2;
  }
  .menu_bodyInner {
    width: min(95%, 490px);
  }
}
.menu > .menu_thumb{
  z-index: 1;
}
.menu._normal .menu_thumb {
  margin-left: 30px;
}
.menu._reverse .menu_thumb {
  margin-right: 30px;
}
@media (min-width: 960px) {
  .menu._normal .menu_thumb {
    margin-left: 0;
  }
  .menu._reverse .menu_thumb {
    margin-right: 0;
  }
  .menu._normal .menu_body {
    margin-right: -460px;
    padding-right: 460px;
  }
  .menu._reverse .menu_body {
    margin-left: -460px;
    padding-left: 460px;
  }
  .menu._normal .menu_bodyInner {
    margin-right: 12%;
    margin-left: auto;
  }
  .menu._reverse .menu_bodyInner {
    margin-left: 12%;
  }
}

/* shop
---------------------*/
.shopSection {
  padding-top: 3.5rem;
  padding-bottom: 6rem;
}
@media (min-width: 769px) {
  .shopSection {
    padding-top: 10.5rem;
    padding-bottom: 17rem;
  }
}
.shopHead {
  display: grid;
  grid-template-columns: .9fr .25fr;

  gap: 0;
}
@media (min-width: 769px) {
  .shopHead {
    align-items: center;
    grid-template-columns: 1fr .55fr;

    gap: 0 10rem;
  }
}
.shopHead_ttl {
  height: fit-content;
}
@media (min-width: 769px) {
  .shopHead_ttl {
    width: min(50%, 156.5px);
    margin-top: 6rem;
  }
}
.shopContainer {
  width: min(1200px, 100% - 60px);
  margin-top: 4rem;

  margin-inline: auto;
}
@media (min-width: 769px) {
  .shopContainer {
    margin-top: 12.5rem;
  }
}
.shop_name {
  display: block;
  font-weight: 500;
  font-size: clamp(1.8rem, 2.67vw + .6rem, 3.6rem);
  line-height: 1;
  letter-spacing: .18em;
  margin-bottom: .5em;
}
.shop_name::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: .8em;
  border-bottom: 2px solid #000;
}
.shop_name + p {
  font-size: clamp(1.3rem, 1.82vw + .62rem, 2.0rem);
  letter-spacing: .15em;
  line-height: 1;

}
.shop_detail {
  font-size: clamp(1.3rem, 1.33vw + .8rem, 2.4rem);
  letter-spacing: .1em;
}
.shop_detail p:first-child {
  min-width: 5rem;
}
@media (min-width: 769px) {
  .shop_detail p:first-child {
    min-width: 13rem;
  }
}
.shop_text {
  font-size: clamp(1.3rem, 0.61vw + 1.07rem, 1.8rem);
}
.shop_map {
  font-size: clamp(1.3rem, 0.982rem + 0.848vw, 2rem);
}
.shop_map .btn > .arrow{
  width: 15px;
  margin-left: 5px;
}
@media (min-width: 769px) {
  .shop_map .btn > .arrow{
    width: 25px;
    margin-left: 10px;
  }
}
/* .shop_map::before {
  content: url(../img/icon-pin.svg);
  margin-right: .5em;
  transform: scale(.5);
}
@media (min-width: 769px) {
  .shop_map::before {
    transform: scale(1);
  }
} */
/* news
---------------------*/
.newsContainer {
  width: min(1200px, 100% - 60px);

  margin-inline: auto;
}
.newsHead {
  position: relative;
}
.newsItem {
  padding: 1.5em 0;
  border-bottom: solid 1px #c4c4c4;
}
.newsItem:first-child {
  border-top: solid 1px #c4c4c4;
}
.newsItem_date {
  font-size: clamp(1.3rem, 1.12vw + .88rem, 2rem);
  color: #333;
}
.newsItem_text {
  margin-top: 10px;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.12vw + .88rem, 2rem);
}
@media (min-width: 769px) {
  .newsItem {
    padding: 2em 0;
  }
  .newsItem_text {
    margin-top: 5px;
  }
}

/*TOPのみ掲載footer画像
---------------------*/
.plate {
  position: absolute;
  top: -14.5em;
  right: 0;
  width: max(50%, 375px);
}
@media (min-width: 769px) {
  .plate {
    top: -14em;
    width: min(50%, 635px);
  }
}

/* 緊急お知らせ
---------------------*/
.part--systemTicker .systemTicker_title {
  width: 100%;
}


.notice-box {
    border: 1px solid #A31A1A;
    background: #F7F3F3;
    border-radius: 5px;
    padding: 2rem;
}
.notice-box__title {
    color: #A31A1A;
}