@charset "utf-8";

html {
  font-size: 0.6944444444444444vw;
  font-family: "Inria Serif", serif;
}

img {
  width: 100%;
  height: auto;

}

.base-button {
  display: block;
  margin: 10rem auto;
  background-color: #fff;
  font-size: 2rem;
  transition-property: opacity;
  transition-duration: 0.2s;
  cursor: pointer;
}

.base-button a {
  width: 100%;
  padding: 1.2rem 3rem;
  border: 1px solid #000;
}

.base-button a:hover {
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
}

body {
  font-size: 1rem;
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  padding: 1.4rem 10rem 1.2rem 10.2rem;
  background-color: #fff;
}

header h1 {
  font-size: 4.5rem;
}

.nav-menu {
  color: #000;
  align-items: center;
  font-size: 1.9rem;
}

.menu-list {
  display: flex;
  gap: 9rem;
}

header ul li {
  list-style: none;
}

header .ul li a {
  text-decoration: none;
}

.menu-item {
  position: relative;
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  opacity: 1;
  /* 不透明度を最大に */
  /* アニメーション設定 */
  visibility: visible;
  /* 下層メニューを表示 */
}

.menu-item .border::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #333333;
  bottom: -0.4rem;
  transform: scale(0, 1);
  transform-origin: center top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s;
  /*変形の時間*/
}

.border:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}

.drop-menu-list {
  display: flex;
  position: absolute;
  left: -69.5%;
  top: 239%;
  transform: translate;
  background-color: rgb(255, 255, 255, 0.5);
  transition: opacity 0.3s, visibility 0.3s;
  /* アニメーション設定 */
  visibility: hidden;
  opacity: 0;
  /* 下層メニューを非表示 */
  z-index: 0;
  border: #000 1px solid;
  height: 7.5rem;

}

.drop-menu-item a {
  align-items: center;
  color: #000;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-size: 1.9rem;
  min-width: 12rem;
  padding: 2.5rem;
}

/* ドロップダウンメニュー */
.drop-menu-list .drop-menu-item:hover {
  background-color: rgb(000, 000, 000, 0.5);
}

.drop-menu-list li {
  position: relative;
}

.drop-menu-list li a {
  width: 10rem;

}

.drop-menu-list li a::after {
  position: absolute;
  content: "";
  width: 45%;
  height: 0.2rem;
  background: #fff;
  bottom: 1.9rem;
  transform: scale(0, 1);
  transform-origin: center top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s;
  /*変形の時間*/

}

.drop-menu-item a:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}

.drop-menu-list li+li {
  border-left: 1px solid #000;
}

.drop-menu-list a:hover {
  color: #fff;
}

main {
  letter-spacing: 0.2rem;
}

.top-image {
  position: relative;
  margin-top: 8.1rem;
}

.top-image .slick-list li {
  width: 100%;
  max-height: 100vh;
}

.top-image .slick-list li img {
  object-fit: cover;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.concept h2 {
  margin-top: 27.8rem;
  font-size: 2.4rem;
  text-align: center;
}

.concept p {
  font-size: 2rem;
  text-align: center;
  line-height: 3.8rem;
  margin-top: 3rem;
}

.prducts {
  width: 100%;
  margin-top: 32.8rem;
}

.list1 {
  display: flex;
}

.first {
  display: flex;
}

.first .morning-text h3 {
  font-size: 3.6rem;
  border-bottom: 0.1rem solid #000;
  padding-bottom: 2rem;
  width: fit-content;
  margin: 0 auto;
}

time {
  font-size: 2.4rem;
  margin-top: 2rem;
  display: block;
  text-align: center;
}

.morning-text {
  text-align: center;
  width: 44.1rem;
  margin: 6.7rem 0 0 17.3rem;
}

.morning-text p {
  font-size: 1.6rem;
  margin-top: 6.3rem;
  line-height: 7rem;
}

.morning-text p+p {
  margin-top: 4rem;
  line-height: 7rem;
}

.morning-image {
  margin-left: 14.5rem;
  width: 46.6rem;
}

.morning-image .plant-img {
  width: 44.2rem;
  padding-bottom: 3rem;
}

.morning-image .plant-img img {
  display: block;
  margin-bottom: 1.8rem;
  box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, .3);

}

.morning-image .toast-img {
  width: 38.4rem;
  margin-bottom: 4rem;
  box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, .3);

}

.morning-image .Americano-img {
  box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, .3);

}

.morning-referencetime {
  position: sticky;
  top: 8.1rem;
  height: fit-content;
  margin-left: auto;
}

.list2 {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 18rem;
}

.second {
  display: flex;
}

.second .lunch-text h3 {
  font-size: 3.6rem;
  border-bottom: 0.1rem solid #000;
  padding-bottom: 2rem;
  width: fit-content;
  margin: 0 auto;
}

.lunch-text {
  text-align: center;
  width: 47.3rem;
  margin: 6.7rem 14.3rem 0 0;
}

.lunch-text p {
  font-size: 1.6rem;
  margin-top: 6.3rem;
  line-height: 7rem;
}

.lunch-text p+p {
  margin-top: 4rem;
  line-height: 7rem;
}

.lunch-image {
  margin-right: 14.5rem;
  width: 46.6rem;
}

.lunch-image .lasagna-img {
  width: 44.2rem;
  padding-bottom: 3rem;
  margin-left:auto
}

.lunch-image .lasagna-img img {
  display: block;
  margin-bottom: 1.8rem;
  box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, .3);
}


.lunch-image .sandwich-img {
  width: 38.4rem;
  margin-bottom: 4rem;
  box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, .3);
  margin-left:auto
}



.lunch-image .lunch-lnterior-img {
  box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, .3);
}

.lunch-referencetime {
  position: sticky;
  top: 8.1rem;
  height: fit-content;
  text-align: right;
}

.list3 {
  display: flex;
  margin-top: 18rem;
}

.third {
  display: flex;
}

.third .cafe-text h3 {
  font-size: 3.6rem;
  border-bottom: 0.1rem solid #000;
  padding-bottom: 2rem;
  width: fit-content;
  margin: 0 auto;
}

.cafe-text {
  text-align: center;
  width: 44.7rem;
  margin: 6.7rem 0 0 17.3rem;
}

.cafe-text p {
  font-size: 1.6rem;
  margin-top: 6.3rem;
  line-height: 7rem;
}

.cafe-text p+p {
  margin-top: 4rem;
  line-height: 7rem;
}

.cafe-image {
  margin-left: 14.5rem;
  width: 46.6rem;
}

.cafe-image .cafe-Interior-img {
  width: 44.2rem;
  padding-bottom: 3rem;
}

.cafe-image .cafe-Interior-img img {
  display: block;
  margin-bottom: 1.8rem;
  box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, .3);
}

.cafe-image .lemoncake-img {
  width: 38.4rem;
  margin-bottom: 4rem;
  box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, .3);
}

.cafe-image .cafelatte-img {
  box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, .3);
}

.cafe-referencetime {
  position: sticky;
  top: 8.1rem;
  height: fit-content;
  margin-left: auto;
}

.dinner-referencetime {
  margin-left: auto;
  width: 30rem;
  position: sticky;
  top: 8.1rem;
}

.list4 {
  height: 168rem;
  background-image: url(../img/dinner-background.png);
  background-size: cover;
  margin-top: 20.4rem;
}

.dinner-text {
  margin: 0 auto;
  padding-top: 4.4rem;
  width: 85.1rem;
}

.four .dinner-text h3 {
  margin: 0 auto;
  color: #fff;
  font-size: 3.6rem;
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 2rem;
  width: fit-content;
}

.dinner-text p {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin-top: 4.3rem;
  line-height: 7rem;
}

.notice {
  margin: 8rem auto 4rem;
  width: fit-content;
}

.notice p {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  line-height: 4rem;
  padding: 5rem 9.5rem;
}

.slider-wrapper ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  margin: 8.8rem 0;
}

/* スライダー全体 */
.slider-wrapper {
  display: flex;
  max-width: 100%;
  gap: 4rem;
}

/* スライド4枚のグループ */
.slider {
  animation: scroll-left 50s infinite linear 0.5s both;
  display: flex;
}

/* スライド */
.slide {
  width: calc(100vw / 4);
  /* 4はスライドの枚数 */
}

/* スライドの画像 */
.slide img {
  width: 100%;
  box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, .1);
}

/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.button {
  display: block;
  margin: 6rem auto;
  /* background-color: #fff; */
  font-size: 2rem;
  transition-property: opacity;
  transition-duration: 0.2s;
  cursor: pointer;
}

.button a {
  width: 100%;
  padding: 1.2rem 3rem;
  border: 1px solid #000;
  background-color: #fff;
}

.button a:hover {
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
}

footer {
  height: 47rem;
  background-color: #567272;
}

.information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  font-size: 2rem;
  color: #fff;
  padding-top: 13rem;
}

.footer-menu {
  width: 11.5rem;
  height: 21.1rem;
  margin: 0 auto;
}

.footer-menu ul {
  line-height: 4.5rem;
}

.sns {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.sns a img {
  width: 3.7rem;
}

.footer-logo {
  margin: 0 auto;
}

.footer-logo h3 {
  font-size: 6.4rem;
  font-weight: bold;
  text-align: center;
}

address {
  margin-top: 4rem;
  line-height: 5rem;
  letter-spacing: 0.2rem;
}

.businessdays {
  margin: 0 auto;
  line-height: 3.5rem;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

.Regularholiday {
  margin-top: 3rem;
}

[data-animation="fade-in"],
[data-animation="fade-in-child"]>* {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}

[data-animation="fade-in"].is-fade-in,
[data-animation="fade-in-child"]>*.is-fade-in {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 800px) {
  html {
    /* 1rem = 50pxと再定義 */
    font-size: 50px;
  }

  body {
    /* （50px * 0.28rem = 14px） */
    font-size: 0.28rem;
  }

  header {
    padding: 0.4rem;
  }

  header h1 {
    /* 見出しのサイズを少し小さく20pxに（50px * 0.4rem = 20px） */
    font-size: 0.7rem;
    /* パディングはPCの半分の10pxにしますが、ここで何も指定しなくても50px * 0.2rem = 10pxに自動で再計算されるはず */
  }

  .nav-menu {
    display: none;
  }

  .menu-list {
    gap: 2rem;
  }

  .top-image {
    height: 100vh;
    width: auto;
    margin-top: 0;
  }

  .top-image img {
    height: 100vh;
    width: auto;
  }

  .concept {
    position: relative;
  }

  .concept h2 {
    position: absolute;
    /* margin-top: 3.8rem; */
    font-size: 0.4rem;
    text-align: center;
    top: -24rem;
    left: 2rem;
    color: #000;
  }

  .concept p {
    display: none;
  }

  .prducts {
    width: 100%;
    margin-top: 4rem;
  }

  .first {
    width: 100%;
  }
}