/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* 「vol027 岩手のレタス」 css(pc・sp) */
/* production date 2025.09.19 */


@charset "utf-8";


/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* all */

body{
  margin: 0;
}

p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
}

/* imgの選択禁止 */
img {
  user-select: none; /* 選択禁止 */
  -webkit-user-drag: none; /* Webkitブラウザ（ChromeやSafari）向け */
  -webkit-user-select: none;
  -moz-user-select: none; /* Firefox向け */
  -ms-user-select: none; /* IE向け */
  pointer-events: none; /* 右クリックや長押し禁止 */
}

.vol027{
  width: 100%;
  overflow: hidden;
}

.content_inner{
  background-color: #fff!important;
  padding-bottom: 2px;
}




/* ここからpcサイズ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* help */

/* display:blockに */
.hp_block{
  display: block
}

/* pc用の画像(spでは非表示に)  */
.hp_sp_displayNone{
  display: static;
}

/* スマホ用の画像(pcでは非表示に) */
.hp_sp_displayBlock{
  display: none;
}

/* スマホ改行用 */
.hp_sp_br{
  display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* common */

/* text_style */
.tx_style_m{
  font-size: 12.2px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2.1;
  text-align: justify;
}
.tx_style_s{
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: justify;
}

/* asterisked */
.asterisked_tx{
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #000;
}

/* after */
.after_tx{
  font-size: 6px;
  font-weight: 400;
  line-height: 1.4;
}
.after_tx span{
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

/* address */
.title_style_address{
  font-size: 12.2px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.title_style_address span{
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  border: 0.5px #000 solid;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px;
}
.tx_style_address{
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.6;
  margin-top: 5px;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* mv_block */

/* mv */
.mv_block{
  width: 100%;
  height: auto;
}
.mv_box{
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}
.mv_box img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* sabMv */
.sabMv_box{
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 30px;
}
.sabMv_left{
  width: 61.5%;
  height: auto;
}
.sabMv_right{
  width: 38.5%;
  height: auto;
}
.sabMv_right img{
  height: 50%;
}
.sabMv_right img+img{
  margin-top: 11px;
}
.sabMv_box img{
  width: 100%;
  height: auto;
  object-fit: cover;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* introduction_block */

/* introduction */
.introduction_block{
  position: relative;
  width: 100%;
  height: auto;
}
.introduction_inner{
  display: flex;
  justify-content: space-between;
}
.introduction_tx_box{
  position: relative;
  width: 60%;
  height: auto;
  gap: 30px;
}
.introduction_tx_box p{
  position: absolute;
  z-index: 10;
}
.introduction_flag{
  position: absolute;
  left: 17px;
  width: 170px;
  height: auto;
  object-fit: cover;
  z-index: 1;
}
.introduction_left{
  position: absolute;
  top: 48px;
  left: 47px;
}

/* growers */
.introduction_growers_box{
  width: 40%;
  height: auto;
  margin-bottom: 40px;
}
.introduction_growers_box img{
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 5px;
}
.introduction_right{
  width: 183px;
  margin: -4px 0px 0px 52px;
}

/* todays-menu */
.todays-menu_box{
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 40px;
}
.todays-menu_box img{
  width: 608px;
  height: auto;
  object-fit: cover;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* middle_mv_block */

/* middle_mv */
.middle_mv_block{
  width: 100%;
  height: auto;
}
.middle_mv_box{
  width: 100%;
  height: auto;
}
.middle_mv_box img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* middle_mv_box01 */
.middle_mv_tx_box01{
  margin: 35px 40px 38px 40px;
}
.float-right {
  float: right;
  margin: 0 0 10px 22px;
  width: 390px;
  height: auto;
}
.asterisked_tx_box{
  text-align: end;
  margin-top: 5px;
}

/* middle_mv_box02 */
.middle_mv_box02{
  display: flex;
  height: auto;
  margin: 40px 40px 30px 40px;
}
.middle_mv_left{
  width: 66%;
  height: auto;
  margin-right: 12px;
}
.middle_mv_left img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.middle_mv_right{
  width: 34%;
  height: 248px;
}
.middle_mv_right img{
  width: 100%;
  height: calc(50% + 4px);
  object-fit: cover;
}
.middle_mv_right img+img{
  margin-top: 14px;
}
.middle_mv_tx_box02{
  margin: 0px 40px 30px 40px;
}

/* farmers-message */
.farmers-message_box{
  height: auto;
  text-align: center;
  margin: 0px 40px 60px 40px;
}
.farmers-message_box img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* youtube */
.youtube_box{
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
.youtube_box img{
  width: 148px;
  height: auto;
  object-fit: cover;
  margin-bottom: 14px;
}
.youtube_iframe_box{
  display: block;
  text-align: center;
}
.youtube_box iframe{
  width: 416px;
  height: 234px;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* todays-dish_block */

/* todays-dish */
.todays-dish_block{
  margin: 80px 48px 0px 48px;
  background-color: #edf3d9;
}

/* todays-dish_mv */
.todays-dish_mv_box{
  width: 100%;
  height: auto;
  text-align: center;
}
.todays-dish_mv_box img{
  width: 555px;
  height: auto;
  object-fit: cover;
  margin: 20px 0px -6px 4px;
}
.todays-dish_tx_box{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

/* todays-dish_left */
.todays-dish_left{
  width: 51%;
  height: auto;
}
.todays-dish_left img{
  width: 258px;
  height: auto;
  object-fit: cover;
  margin-top: 10px;
  margin-bottom: 10px;
}
.todays-dish_left p{
  margin: 20px 0px 0px 52px;
}

/* todays-dish_right */
.todays-dish_right{
  width: 36%;
  height: auto;
  margin: -4px 38px 50px 0px;
}
.todays-dish_right p{
  margin-bottom: 4px;
}
.todays-dish_memo_box{
  width: 254px;
  height: auto;
}
.todays-dish_right img{
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-left: -20px;
}

/* one-more-dish */
.one-more-dish_box{
  display: flex;
  justify-content: space-between;
  margin: -24px 45px 25px 50px;
  padding: 25px 0 22px;
  border-top: 0.5px #000 solid;
  border-bottom: 0.5px #000 solid;
}
.one-more-dish_left{
  width: 52%;
  height: auto;
}
.one-more-dish_left img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.one-more-dish_right{
  width: 44.5%;
  height: auto;
}
.one-more-dish_right p{
  margin-bottom: 10px;
}
.one-more-dish_right img{
  width: 195px;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
}
.one-more-dish_right p:last-child{
  margin: 0px;
}

/* chefs-message */
.chefs-message_box{
  margin: 0px 45px 45px 45px;
  padding-bottom: 45px;
}
.chefs-message_img_box{
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.chefs-message_img_box img{
  width: 100%;
  height: auto;
  object-fit: cover;
}


.essay_content {
	background: #fff;
	padding-bottom: 1px;
	margin-bottom: 20px;
}








/* ここからspサイズ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* media queries */

@media print,screen and (max-width: 480px){

  .categoryTitle_L img{
    display: none;
  }

  /* ------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* help */

  /* display:blockに */
  .hp_block{
    display: block;
  }

  /* スマホでのみdisplay:blockを解除 */
  .hp_sp_block{
    display: none;
  }

  /* スマホでのみdisplay:flexに */
  .hp_sp_flex{
    display: flex;
  }

  /* pc用の画像(spでは非表示に)  */
  .hp_sp_displayNone{
    display: none;
  }

  /* スマホ用の画像(pcでは非表示に) */
  .hp_sp_displayBlock{
    display: block;
  }

  /* スマホ改行用 */
  .hp_sp_br{
    display: block;
  }


  /* ------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* common */

  /* text_style */
  .tx_style_m{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 2.1;
    text-align: justify;
  }
  .tx_style_s{
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.8;
    text-align: justify;
  }

  /* asterisked */
  .asterisked_tx{
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.2;
  }

  /* after */
  .after_tx{
    font-size: 8px;
    font-weight: 400;
    line-height: 1.4;
  }
  .after_tx span{
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }

  /* address */
  .title_style_address{
    font-size: 12.2px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .title_style_address span{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    border: 1px #000 solid;
    border-radius: 3px;
    margin-right: 5px;
    padding: 2px;
  }
  .tx_style_address{
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 1.6;
    margin-top: 5px;
  }


  /* ------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* mv_block */

  /* mv */
  .mv_block{
    width: 100%;
    height: auto;
  }
  .mv_box{
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .mv_box img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* sabMv */
  .sabMv_box{
    display: block;
    gap: 0px;
    margin-bottom: 21px;
    margin: 0px 20px;
  }
  .sabMv_left{
    width: 100%;
    height: auto;
    margin-bottom: 7px;
  }
  .sabMv_left img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .sabMv_right{
    width: 100%;
    height: auto;
    gap: 7px;
    margin-bottom: 30px;
  }
  .sabMv_right img{
    width: calc(50% - 3.5px);
    height: auto;
    object-fit: cover;
  }
  .sabMv_right img + img{
    margin: 0;
  }

  /* ------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* introduction_block */

  /* introduction */
  .introduction_block{
    position: static;
    height: auto;
    margin: 0px 20px;
  }
  .introduction_inner{
    display: block;
  }
  .introduction_tx_box {
    position: static;
    width: calc(100% - 40px);
    gap: 0;
  }
  .introduction_tx_box p{
    position: static;
    margin-top: -15px;
  }
  .introduction_flag{
    position: static;
    left: 0;
    width: 110px;
    height: auto;
    object-fit: cover;
    z-index: -10;
  }
  .introduction_left{
    position: static;
    top: 0;
    left: 0;
    margin-bottom: 30px;
  }

  /* growers */
  .introduction_growers_box{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .introduction_right{
    width: calc(100% - 40px);
    justify-content: space-between;
    margin: 0;
    gap: 20px;
  }

  /* growers sp left */
  .introduction_growers_sp_left{
    width: 55%;
  }
  .introduction_growers_sp_left img{
    width: 90%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
  }

  /* growers sp right */
  .introduction_growers_sp_right{
    width: 40%;
  }
  .introduction_growers_sp_right img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* todays-menu */
  .todays-menu_box{
    width: calc(100% - 40px);
    height: auto;
    text-align: center;
    margin-bottom: 50px;
  }
  .todays-menu_box img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }


  /* ------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* middle_mv_block */

  /* middle_mv */
  .middle_mv_block{
    width: 100%;
    height: auto;
  }
  .middle_mv_box{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .middle_mv_box img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* middle_mv_box01 */
  .middle_mv_tx_box01{
    margin: 10px 20px 20px;
  }
  .float-right {
    float: right;
    margin: 8px 0 10px 22px;
    width: 50%;
    height: auto;
  }
  .asterisked_tx_box{
    text-align: start;
    margin-top: 10px;
    line-height: 1.4;
  }

  /* middle_mv_box02 */
  .middle_mv_box02{
    display: block;
    margin: 0px 20px;
  }
  .middle_mv_left{
    width: 100%;
    height: auto;
    margin: 30px 0 10px 0;
  }
  .middle_mv_left img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .middle_mv_right{
    width: 100%;
    height: auto;
  }
  .middle_mv_right img{
    width: calc(50% - 5px);
    height: auto;
    object-fit: cover;
  }
  .middle_mv_right img+img{
    margin-top: 0;
    margin-left: 8px;
  }
  .middle_mv_tx_box02{
    margin: 20px 20px 20px 20px;
  }

  /* farmers-message */
  .farmers-message_box{
    height: auto;
    text-align: center;
    margin: 0px 20px 50px 20px;
  }
  .farmers-message_box img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* youtube */
  .youtube_box{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0px auto;
  }
  .youtube_box img{
    width: 120px;
    height: auto;
    object-fit: cover;
    margin-bottom: 14px;
  }
  .youtube_iframe_box{
    width: calc(100% - 40px);
    display: block;
    text-align: center;
    margin: 0px 20px;
  }
  .youtube_box iframe{
    width: 100%;
    height: 216px;
  }


  /* ------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* todays-dish_block */

  /* todays-dish */
  .todays-dish_block{
    margin: 50px 0px 0px;
    padding: 10px 0 0 0;
    background-color: #edf3d9;
  }

  /* todays-dish_mv */
  .todays-dish_mv_box{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0px 20px 0 16px;
  }
  .todays-dish_mv_box img{
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: -10px;
  }
  .todays-dish_tx_box{
    width: 100%;
    height: auto;
    display: block;
  }

  /* todays-dish_left */
  .todays-dish_left{
    width: 100%;
    height: auto;
  }
  .todays-dish_left img{
    width: 258px;
    height: auto;
    object-fit: cover;
    margin: 20px 0px 15px;
  }
  .todays-dish_left p{
    margin: 0px 20px;
  }

  /* todays-dish_right */
  .todays-dish_right{
    width: 100%;
    height: auto;
    margin: 0px auto 25px;
  }
  .todays-dish_memo_box{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0px auto;
  }
  .todays-dish_right img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* one-more-dish */
  .one-more-dish_box{
    display: block;
    margin: 16px 20px 30px;
    padding: 25px 0 15px;
    border-top: 0.5px #000 solid;
    border-bottom: 0.5px #000 solid;
  }
  .one-more-dish_left{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .one-more-dish_left img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .one-more-dish_right{
    width: 100%;
    height: auto;
  }
  .one-more-dish_right img{
    width: 230px;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
  }
  .one-more-dish_right p{
    margin-bottom: 10px;
  }
  .one-more-dish_right p:last-child{
    margin-bottom: 10px;
  }

  /* chefs-message */
  .chefs-message_box{
    margin: 0px 20px 20px 20px;
    padding-bottom: 35px;
  }
  .chefs-message_img_box{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .chefs-message_img_box img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
.essay_content {
	padding-bottom: 0;
}
    .chefs-message_box {
        margin: 0px 20px 0px 20px;
        padding-bottom: 35px;
    }
}