@charset "UTF-8";
/* CSS Document */
/*---------------------------------------

2025 フードコラム　人気店の仕掛け人たち~おいしさの舞台裏に迫る

---------------------------------------*/
figure.foodcolumn-trendsetter-title {
  width: 90%;
  margin: 0 auto;
}
.foodcolumn h1 {
	color:#554640;
	font-weight: bolder;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.collaborator {
  display: flex;
  margin-bottom: 30px;
}
.collaborator figure {
  width: 40%;
  margin-right: 30px;
  text-align: right;
}
.collaborator div.collaborator-txt {
  width: 60%;
}
.collaborator div.collaborator-txt p {
  line-height: 2;
}
.collaborator div.collaborator-txt p:first-of-type {
  font-weight: bold;
  font-size: 18px !important;
}
.menu-value {
  display: flex;
}
.menu-value figure {
  width: 25%;
  margin-right: 30px;
}
.menu-value div.menu-value-txt {
  width: 75%;
}
.notmain {
  display: flex;
}
.notmain figure {
  width: 35%;
  margin-left: 30px;
  font-size: 14px;
}
.notmain div.notmain-txt {
  width: 65%;
}
.mayo-nostalgia {
  display: flex;
}
.mayo-nostalgia figure {
  width: 35%;
  margin-right: 30px;
}
.mayo-nostalgia div.mayo-nostalgia-txt {
  width: 65%;
}
.gingadan-recipe-block {
  background: #fff4e7;
  margin-bottom: 3em;
  padding-top: 40px;
}
.gingadan-recipe-block h2 {
  text-align: center !important;
  color: #000;
  margin-bottom: 1em !important;
}
h3.gingadan-recipe-hd {
  text-align: center;
  color: #e4002b;
  font-size: 1.46667rem;
  margin-bottom: 1em;
}
.gingadan-recipe-box {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  width: 90%;
  margin: 0 auto 3em;
}
.gingadan-recipe-img-box, .gingadan-recipe-txt-box {
  width: 50%;
}
.gingadan-recipe-step-box {
  width: 100%;
  padding-top: 1em;
}
.gingadan-recipe-img-box {
  padding-right: 30px;
}
.gingadan-recipe-img-box .photo_bg {
  background: #FFF;
  padding: 10px;
}
.gingadan-recipe-img-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gingadan-recipe-img-box ul li {
  width: 48%;
}
.gingadan-recipe-img-box ul li:first-child {
  width: 100%;
  margin-bottom: 1em;
}
.gingadan-recipe-note {
  line-height: 1.4;
}
.gingadan-recipe-point {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 3em !important;
  padding-top: 2em;
  border-top: #ddd 1px solid;
}
.gingadan-recipe-txt-hd {
  font-weight: bold;
}
.gingadan-recipe-txt-box ul {
  margin-bottom: 2em;
}
.gingadan-recipe-txt-box ul a {
  text-decoration: underline;
}
.gingadan-recipe-step-box ul.recipe-step {
  margin-bottom: 0;
}
.gingadan-recipe-step-box ul.recipe-step li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  figure.foodcolumn-trendsetter-title {
    width: 100%;
    margin: 0 auto;
  }
  .l-main.r-type02 .c-hdg--lv1, .l-main.r-type02 .c-hdg--lv2-em {
    font-size: 6.4vw;
    text-align: center;
    margin: 0;
  }
  .collaborator {
    font-size: 3.73333vw;
    flex-direction: column;
    margin-bottom: 6vw;
  }
  .collaborator figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .collaborator div.collaborator-txt {
    width: 100%;
    margin-bottom: 1em;
  }
  .collaborator div.collaborator-txt p:first-of-type {
    font-size: 4.373333vw;
  }
  .menu-value {
    flex-direction: column-reverse;
  }
  .menu-value figure {
    width: 50%;
    margin: 0 auto;
  }
  .menu-value div.menu-value-txt {
    width: 100%;
    margin-bottom: 6vw;
  }
  .notmain {
    flex-direction: column;
  }
  .notmain figure {
    width: 100%;
    margin-left: 0;
    font-size: 3.73333vw;
  }
  .notmain div.notmain-txt {
    width: 100%;
    margin-bottom: 6vw;
  }
  .mayo-nostalgia {
    flex-direction: column-reverse;
  }
  .mayo-nostalgia figure {
    width: 90%;
    margin-right: 0;
    margin: 0 auto;
  }
  .mayo-nostalgia div.mayo-nostalgia-txt {
    width: 100%;
    margin-bottom: 1em;
  }
  .gingadan-recipe-block {
    padding-top: 6vw;
  }
  .gingadan-recipe-block h2 {
    text-align: center !important;
    color: #000;
    margin-bottom: 1em !important;
  }
  h3.gingadan-recipe-hd {
    text-align: center;
    color: #e4002b;
    font-size: 1.26667rem;
    margin-bottom: 1em;
  }
  .gingadan-recipe-box {
    display: flex;
    flex-direction: column;
    font-size: 3.43333vw;
    width: 90%;
    margin: 0 auto 3em;
  }
  .gingadan-recipe-img-box, .gingadan-recipe-txt-box {
    width: 100%;
  }
  .gingadan-recipe-img-box {
    padding-right: 0;
	margin-bottom: 2em;
  }
  .gingadan-recipe-img-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gingadan-recipe-txt-box ul {
    margin-bottom: 2em;
  }
  .gingadan-recipe-txt-box ul.recipe-step {
    margin-bottom: 2em;
  }
  .gingadan-recipe-txt-box ul.recipe-step li {
    text-indent: -1em;
    padding-left: 1em;
  }
}