@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";
}
.foodcolumn h1 .agarico_ttl {
	display: block;
	text-align: center;
}
.foodcolumn h1 .agarico_ttl ul{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: 700px;
	margin: 0 auto;
	justify-content: space-between;
}

.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 figure.agarico01 {
	width: 45%;
}

.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-img-box ul.colver li {
  width: 100%;
 margin-bottom: 1em;
}
.gingadan-recipe-img-box ul.colver li:last-child {
  margin-bottom: 0;
}


.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) {
  .foodcolumn h1 .agarico_ttl ul{
      width: 95%;
  }
  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 figure.agarico01 {
    width: 85%;
  }
  .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 figure.agarico02 {
    width: 85%;
    margin: 0 auto;
  }
  .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-img-box ul.colver li {
  width: 48%;
margin-bottom: 0;
}
.gingadan-recipe-img-box ul.colver li:first-child {
  width: 100%;
  margin-bottom: 1em;
}
  .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;
  }
}
/*---------------------------------------

2025 フードコラム　語れる一皿、パワーサラダは特別なスペシャリテ

---------------------------------------*/
.powersalad-mi {
	width: 80%;
	margin: 0 auto 2em;
}
.powersalad .collaborator figure {
  padding-top: 10px;
}
.collaborator-ttl {
	display: flex;
	 font-weight: bold;
	 font-size: 18px !important;
}
.collaborator-ttl li:first-child{
	white-space: nowrap;
}
.powersalad .collaborator div.collaborator-txt {
	width: 62%;
}
.powersalad .collaborator div.collaborator-txt p:first-of-type {
  font-weight: normal;
  font-size: 1em !important;
}

.l-main.r-type02 .powersalad .c-sec__box {
    margin-top: 20px;
}
.salad-header-l, .salad-header-r {
	font-size: 1.26667rem;
	color: #e4002b;
	text-align:center;
	margin-bottom: 0.5em;
}

.dressing-list {
	margin-top: 2em;
	background: #e9f0d7;
	padding: 2em;
}
.dressing-list dl {
	margin-bottom: 2em;
}
.dressing-list dl dt, .dressing-list dl dd li{
	margin-bottom: 0.5em;
}
.dressing-list dl dt {
	font-weight: bold;
}
.dressing-list dl:last-of-type,
.dressing-list dl dd li:last-child {
	margin-bottom: 0;
}
.dressing-list dl dd{
	padding-left: 1em;
}
.dressing-list dl dd a{
	text-decoration: underline;
}
.salad-menu_l {
  display: flex;
}
.salad-menu_r {
  display: flex;
  flex-direction: row-reverse;

}

.salad-menu_l figure, .salad-menu_r figure {
  width: 40%;
  margin: 0 auto 1em;

}
.salad-menu_l div.salad-menu-txt{
  width: 60%;
  padding-left: 1.5em;
  padding-top: 2.5em;
}
.salad-menu_r div.salad-menu-txt {
  width: 60%;
  padding-right: 1.5em;
  padding-top: 2.5em;
}
.salad-menu_l figure span, .salad-menu_r figure span {
  display: block;
  padding-top: 0.2em;
  line-height: 1.5;
}
.salad-menu_l figure img.for_pc {
	display: block;
}
.salad-menu_l figure img.for_sp {
	display: none;
}


@media screen and (max-width: 768px) {
.powersalad-mi {
	width: 95%;
}
.powersalad .collaborator figure {
  padding-top: 0;
}
.powersalad .collaborator div.collaborator-txt {
	width: 100%;
}
.l-main.r-type02 .powersalad .c-sec__box {
    margin-top: 8vw;
}
.salad-menu_l,
.salad-menu_r {
	flex-direction: column;
	}
.salad-menu_l figure,
.salad-menu_r figure {
  width: 80%;
  margin: 0 auto;
  padding-top: 10px;
}
.salad-menu_l div.salad-menu-txt,
.salad-menu_r div.salad-menu-txt {
  width: 100%;
  margin-bottom: 6vw;
  padding: 1em 0 0;
}
.salad-menu_l figure img.for_pc {
	display: none;
}
.salad-menu_l figure img.for_sp {
	display: block;
}
}

