@charset "utf-8";
@media (hover: none) {
  .menu-card:active {
    transform: translateY(-4px);
  }
}
html {
    scroll-behavior: smooth;
}

/* common */
* {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Merriweather;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

img {
    width: 100%;
}

/* common */
/* header */
.header {
  background-image: url(../images/header.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  position: relative;
  top: 0px;
  width: 100%;
  padding-bottom: 140px;
  position: relative;
  z-index: 2;
}


.header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.pattycakes_logo {
    width: 24%;
    height: 72%;
    position: relative;
    left: 6%;
}

/* header */
/* nav */
.nav {
    background: #789F96;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;

}

.nav_list {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    padding-left: 50%;
    margin-top: 50%;
    transform: translate(-25%, -25%);
}

.nav.active {
    transform: translateX(0);
}

.nav_item {
    list-style: none;
}

.nav_item a {
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    color: #FFFBED;
    font-size: 40px;
}

.nav_item a:hover {
    color: #f5f5f5;
}
.close{
    position:absolute;
    top: 60px;
    right: 60px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    transition: 0.5s;
}
.close span{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #FFFBED;
    transition: 0.5s;

}
.close span:first-child{
    transform: translate(-50%,-50%) rotate(45deg);
}
.close span:last-child{
    transform: translate(-50%,-50%) rotate(-45deg);
}
.close:hover span{
    background: #000;
}


.nav_list_footer {
    display: none;
}

.header_btn {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    margin-right: 10%;
    transition: 0.3s;
}

.header_btn:hover {
    filter: opacity(0.1);
}
@media (min-width: 768px) {
  .header {
    background-repeat: repeat-x;
    background-size: auto 200px; /* 高さ固定が超大事 */
  }
}
/* header pc */
@media screen and (min-width:769px) {
    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);

    }

    .nav_list {
        display: flex;
        flex-direction: row;
        gap: 70px;
        width: 100%;
        align-items: center;
        padding-top: 10px;
        justify-content: flex-end;
        padding-left: 0;
        margin-top: 0;
        transform: none;

    }

    .logo_pc {
        display: none;
    }

    .nav_item {
        display: flex;
        margin-right: 40px;
    }

    .nav_item a {
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
    }

    .nav_item a:hover {
        color: #f5f5f5;
    }

    .header_btn {
        display: none;
    }

    .close {
        display: none;
    }
}

@media screen and (min-width:1200px) {
    .nav_item a {
        font-size: 22px;
    }
}

/* nav */* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Arial Rounded MT Bold", system-ui, sans-serif;
  background: #ffd6df;
  color: #fff;
}

img {
  width: 100%;
  display: block;
}

.container {
  margin: -200px auto;
}



/* hero */


.top_tate{
    width: 100%;
    height: clamp(500px,40vw,700px);
    overflow: hidden;
    }
.top_photo{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.catch {
  margin-top: -170px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #f5f5f5;
}

/* menu */
.click{
    color: #FFFBED;
    -webkit-text-stroke-color:burlywood;
    font-family: "Lobster";
    font-size: 50px;
    text-align: center;
    padding-top: 60px;
}

.yajirushi{
    font-size: 18px;
    padding-top: 10px;

}
.menu {
      background: #EFA9B1;
  padding: 100px 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  
}
.menu-card:nth-child(2) .masking-tape {
  transform: translateX(-50%) rotate(1.5deg);
  width: 100px;
}

.menu-card:nth-child(3) .masking-tape {
  transform: translateX(-50%) rotate(-3deg);
  width: 85px;
}

.menu-card {
  background: #FFFBED;
  padding: 14px 14px 26px;
  position: relative;
  max-width: 240px;
  margin-top: 50px;
  padding: 14px 14px 26px; /* 下を少し厚く */
  transform: rotate(-2deg);
  border-radius: 2px;
  box-shadow:
  0 5px 10px rgba(0,0,0,0.18), 0 6px 5px rgba(0,0,0,0.08)

}
.menu-card {
  transition: 
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.menu-card:hover {
  transform: translateY(-8px) rotate(-0.4deg);
  box-shadow:
    0 18px 30px rgba(0,0,0,0.18);
}
.menu-card {
  box-shadow:
    0 10px 18px rgba(0,0,0,0.15);
}

.menu-card:hover {
  transform: translateY(-10px) rotate(-0.4deg);
  box-shadow:
    0 22px 36px rgba(0,0,0,0.22);
}
.menu-card:nth-child(1) {
  transform: rotate(-2.5deg);
}

.menu-card:nth-child(2) {
  transform: rotate(1.8deg);
}

.menu-card:nth-child(3) {
  transform: rotate(-1deg);
}
.menu-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.04);
  pointer-events: none;
}

.menu-card img {
  display: block;
  width: 100%;
  border-radius: 1px;

  /* 写真が少し沈んでる影 */
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.06),
    inset 0 -2px 3px rgba(0,0,0,0.12),
    0 1px 1px rgba(0,0,0,0.08);

  /* 印刷っぽい色 */
  filter: contrast(0.95) saturate(0.9) brightness(1.02);
}

.menu-card::before {
  content: "";
  position: absolute;
  inset: 14px 14px 52px 14px;
  pointer-events: none;

  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.05),
    inset 0 2px 4px rgba(255,255,255,0.4),
    inset 0 -4px 6px rgba(0,0,0,0.18);

  border-radius: 1px;
  
}


.menu-card img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      rgba(255,255,255,0.08) 1px,
      transparent 1px
    );
  background-size: 3px 3px;
  mix-blend-mode: overlay;
}

/* マスキングテープ */
.masking-tape {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 96px;
  height: 26px;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,0.15),
      rgba(255,255,255,0.15) 6px,
      rgba(255,255,255,0.05) 6px,
      rgba(255,255,255,0.05) 12px
    ),
    #e6dcc8;
  opacity: 0.92;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.18);
  /* ←→だけギザギザ */
  clip-path: polygon(
    0% 0%,
    6% 5%,
    0% 12%,
    7% 20%,
    0% 28%,
    6% 36%,
    0% 44%,
    7% 52%,
    0% 60%,
    6% 68%,
    0% 76%,
    7% 84%,
    0% 92%,
    6% 100%,
    100% 100%,
    94% 95%,
    100% 88%,
    93% 80%,
    100% 72%,
    94% 64%,
    100% 56%,
    93% 48%,
    100% 40%,
    94% 32%,
    100% 24%,
    93% 16%,
    100% 8%,
    94% 0%
  );
  
}
.menu-card:nth-child(2) .masking-tape {
  height: 24px;
  transform: translateX(-50%) rotate(1deg);
}

.menu-card:nth-child(3) .masking-tape {
  height: 28px;
  transform: translateX(-50%) rotate(-3deg);
}



  /* 紙の重なり影 */

/* 写真部分 */
.menu-card img {
  display: block;
  border-radius: 1px;
}

/* 下の余白に文字 */
.menu-card p {
  font-family: 'Poppins', 'Nunito', sans-serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-top: 10px;
  color: #000;
  transform: rotate(-0.6deg);
  text-shadow: 0.3px 0.3px 0 rgba(0,0,0,0.25);
}
.menu-card:nth-child(2) p {
  transform: rotate(0.4deg);
}
.menu-card:nth-child(3) p {
  transform: rotate(-1deg);
}


/* CTA */

.reserve_btn{
display:none;
}

@media screen and (max-width:768px) {
  .reserve_btn{
    display: block;
    position: fixed;
    bottom: 0;
    background-color: #d8b26a;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    z-index: 999;
    width: 100%;
    padding: 10px;
  }
}
/* PC */
@media (min-width: 768px) {
  .container {
    max-width: 900px;
  }

  .menu {
    flex-direction: row;
    justify-content: space-between;
  }

  .menu-card {
    width: 30%;
  }
}
.line{
  text-decoration: none;
}