@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%;
}

main{
    background-image: url(../images/cherry.png);
    background-position: center;
    padding-bottom: 220px;
}
/* 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%;
  position: relative;
  z-index: 3;
  padding-bottom: 50px;
}


.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 {
    color: #FFFBED;
    font-size: 40px;
    text-decoration: none;
    text-align: center;
    transition: 0.5s;
}

.nav_item a:hover {
    color: #000;
    transition: 0.5s;
}
.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: white;
    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: 22px;
    }

    .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: #EFA9B1;
  color: #fff;
}

.cafe {
  margin: -70px auto;
}
.cafe_photo{
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}
.photos{
        width: 40%;
    height: auto;
}
.menu_grids{
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    gap: 10px;
}
.menu_grid{
    margin-top: 30px;
}
.torioki{
        font-size: 14px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}
.shop_info{
        text-align: center;
      background-image: url(../images/bun.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 30px 20px;
    width: 80%;
    margin: 0px auto;
    margin-top: 30px;
}
.menu_title{
      text-align: center;
    padding-top: 60px;
}
img {
  width: 100%;
  display: block;
}

.cafe_title,.menu_title{
        color: #FFFBED;
    -webkit-text-stroke-color: burlywood;
    font-family: "Lobster";
    font-size: 50px;
    text-align: center;
    padding-top: 100px;
}
.history{
         color: #000;
    font-size: 20px;
    text-align: center;
}
.menu_title{
    font-size: 40px;
    padding-top: 60px;
}
/* footer */
.footer {
    background-image: url(../images/footer.png);
    padding-bottom: 20px;
    height: 114px;
    display: flex;
    align-items: flex-end;
        margin-top: -100px;
}

.copy {
    padding-left: 74%;
    font-size: 14px;
    padding-bottom: 10px;
}

/* footer */
.shoumi_title{
    font-size: 16px;
}
.shoumi_group{
    list-style: none;
}
.shoumi_group{
    margin-top: 20px;
}
.shoumi_naiyou{
    background-color: #FFFBED;
    padding: 20px;
    border-radius: 10px;
}
.genzai{
     background-color: #FFFBED;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}
.alegy{
     background-color: #EFA9B1;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}
.shoumi_bun{
    font-size: 14px;
}