.breadcrumb {
  padding: 10px 10px 10px 20px;
  background-color: #FDFBF0;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb li {
  font-size: 14px;
  color: #000;
}

.breadcrumb li+li::before {
  content: "/";
  margin: 0 12px;
  color: #999;
}

.breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.introduce {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  background-color: #FDFBF0;
  margin: 0px 0px;
}

.introduce h1 {
  width: 480px;
  flex-shrink: 0;
  margin-left: 40px;
  margin-top: 0px;
  font-size: 48px;
}

.introduce p {
  margin-top: 15px;
  margin-bottom: 35px;
  font-size: 20px;
  flex: 1;
  line-height: 1.5;
}

.column {
  display: flex;
}

/* ======================
   SIDE NAV
====================== */


.side-nav {
  width: 480px;
  height: 100vh;

  position: sticky;
  top: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
    url(../img/sb.jpg);
  background-size: cover;
  background-position: center;
}

.side-nav1 {
  padding-top: 20px;
  padding-left: 14px;
}

.side-nav div img {
  width: 200px;
}

.side-nav ul {
  margin-top: 40px;
}

.side-nav li {
  margin-bottom: 18px;
}

.side-nav a {
  font-size: 20px;
  letter-spacing: .08em;
  margin-left: 10px;
}

/* ======================
   CONTENT
====================== */

.content {
  width: 1440px;

  margin-left: auto;
  background-color: #Fff;

}

.food-fv {
  width: 1440px;
  height: 800px;
}

.roma h1,
.firenze h1,
.venezia h1 {
 font-size:100px;
  background-color: #000;
  padding-left: 10px;
  color: #FDFBF0;

}

.roma h2,
.firenze h2,
.venezia h2 {
font-size: 40px;
  padding-bottom: 20px;

}



.roma1 {
  display: flex;
  align-items: center;
  margin-left: 70px;
  margin-right: 50px;
  gap: 70px;
}


.roma-food-ex1 {
  width: auto;
  margin-top: 50px;
}

.roma-food1 {
  width: auto;
}

.roma-food1 img {
  width: 480px;
  height: 300px;
  display: block;
  margin: 50px 0 0 0px;
}


.roma2 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-left: 70px;
  margin-right: 50px;
  gap: 120px;
}

.roma-food-ex2 {
  width: auto;
  margin-bottom: 50px;
}

.roma-food2 {
  width: auto;
}

.roma-food2 img {
  width: 480px;
  height: 300px;
  display: block;
  margin: 0 0 50px 0px;
}

.roma-food-gallary {
  display: flex;
  gap: 12px;
  margin-top: 0px;
}

.roma-food-gallary img {
  width: calc(25% - 9px);
  height: 270px;

  object-fit: cover;
}

.firenze1 {
  display: flex;
  align-items: center;
  margin-left: 70px;
  margin-right: 50px;
  gap: 70px;
}


.firenze-food-ex1 {
  width: auto;
  margin-top: 50px;
}

.firenze-food1 {
  width: auto;
}

.firenze-food1 img {
  width: 480px;
  height: 300px;
  display: block;
  margin: 50px 0 0 0px;
}


.firenze2 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-left: 70px;
  margin-right: 50px;
  gap: 100px;
}

.firenze-food-ex2 {
  width: auto;
}

.firenze-food2 {
  width: auto;
}

.firenze-food2 img {
  width: 480px;
  height: 300px;
  display: block;
  margin: 0 0 50px 0px;
}

.firenze-food-gallary {
  display: flex;
  gap: 12px;
  margin-top: 0px;
}

.firenze-food-gallary img {
  width: calc(25% - 9px);
  height: 270px;

  object-fit: cover;
}

.venezia1 {
  display: flex;
  align-items: center;
  margin-left: 70px;
  margin-right: 50px;
  gap: 70px;
}


.venezia-food-ex1 {
  width: auto;
  margin-top: 50px;
}

.venezia-food1 {
  width: auto;
}

.venezia-food1 img {
  width: 480px;
  height: 300px;
  display: block;
  margin: 50px 0 0 0px;
}


.venezia2 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-left: 70px;
  margin-right: 50px;
  gap: 200px;
}

.venezia-food-ex2 {
  width: auto;

}

.venezia-food2 {
  width: auto;
}

.venezia-food2 img {
  width: 480px;
  height: 300px;
  display: block;
  margin: 0 0 50px 0px;
}

.venezia-food-gallary {
  display: flex;
  gap: 12px;
  margin-top: 0px;
}

.venezia-food-gallary img {
  width: calc(25% - 9px);
  height: 270px;

  object-fit: cover;
}

.spacer {
  height: 35px;
  background-color: #FDFBF0;
}
@media screen and (max-width: 799px) {

    /* introduce */
    .introduce {
        flex-direction: column;
        gap: 0;
        padding: 20px;
    }

    .introduce h1 {
        width: 100%;
        font-size: 32px;
        margin-left: 0;
    }

    .introduce p {
        font-size: 14px;
        margin-top: 12px;
    }

    /* side-nav非表示 */
    .side-nav {
        display: none;
    }

    /* content */
    .content {
        width: 100%;
    }

    .food-fv {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .roma h1,
    .firenze h1,
    .venezia h1 {
        font-size: 48px;
    }

    .roma h2,
    .firenze h2,
    .venezia h2 {
        font-size: 24px;
    }

    /* roma */
    .roma1,
    .roma2 {
        flex-direction: column;
        margin: 0 15px;
        gap: 20px;
    }

    .roma-food1 img,
    .roma-food2 img {
        width: 100%;
        height: 220px;
        margin: 20px 0;
        object-fit: cover;
    }

    .roma-food-ex1,
    .roma-food-ex2 {
        margin: 0;
    }

    .roma-food-gallary {
        flex-wrap: wrap;
        gap: 8px;
        padding: 0 15px;
    }

    .roma-food-gallary img {
        width: calc(50% - 4px);
        height: 150px;
    }

    /* firenze */
    .firenze1,
    .firenze2 {
        flex-direction: column;
        margin: 0 15px;
        gap: 20px;
    }

    .firenze-food1 img,
    .firenze-food2 img {
        width: 100%;
        height: 220px;
        margin: 20px 0;
        object-fit: cover;
    }

    .firenze-food-ex1,
    .firenze-food-ex2 {
        margin: 0;
    }

    .firenze-food-gallary {
        flex-wrap: wrap;
        gap: 8px;
        padding: 0 15px;
    }

    .firenze-food-gallary img {
        width: calc(50% - 4px);
        height: 150px;
    }

    /* venezia */
    .venezia1,
    .venezia2 {
        flex-direction: column;
        margin: 0 15px;
        gap: 20px;
    }

    .venezia-food1 img,
    .venezia-food2 img {
        width: 100%;
        height: 220px;
        margin: 20px 0;
        object-fit: cover;
    }

    .venezia-food-ex1,
    .venezia-food-ex2 {
        margin: 0;
    }

    .venezia-food-gallary {
        flex-wrap: wrap;
        gap: 8px;
        padding: 0 15px;
    }

    .venezia-food-gallary img {
        width: calc(50% - 4px);
        height: 150px;
    }
}