@charset "UTF-8";
/*===================================================
リセット
===================================================*/
main.l-content {
  gap: 0;
}
main.l-content>.l-content__inner:first-of-type {
  padding: 0 20px;
}
main.l-content>.l-content__inner:nth-of-type(n+2) {
  grid-column: 1 / 4;
}

.m-txt-date {
  display: none;
}
.m-txt-date+.m-hdg-l2Type2 {
  margin: 0;
}


/*===================================================
基本
===================================================*/
.el_center_al {
  text-align: center !important;
}


/*===================================================
ベース設定
===================================================*/
#toyosu_meshi img {
  width: 100%;
  vertical-align: top;
}

#toyosu_meshi p {
  line-height: 1.8;
}
@media print, screen and ( max-width:767px ) {
#toyosu_meshi p {
	font-size: .875rem;
}
}

#toyosu_meshi .m-hdg-l2+:not([class^=m-hdg]) {
  margin-top: 1.5em;
}

#toyosu_meshi h3 {
  font-size: 1.45em;
  color: #b41749;
  text-align: center;
  margin-bottom: .5em;
}

#toyosu_meshi h2 span,
#toyosu_meshi h3 span {
  display: inline-block;
}

.ly_center_al {
  text-align: center !important;
}

.el_mt00 {
  margin-top: 0 !important;
}
.el_mt1em {
  margin-top: 1em !important;
}
.ly_dpIb {
  display: inline-block !important;
}

#toyosu_meshi .m-hdg-l2+.m-txt {
  margin-top: 1.5em;
}
#toyosu_meshi .m-hdg-l2+p {
  text-align: center;
}

.ly_btWrap {
  max-width: 640px;
  margin: 1.5em auto 0;
}
.ly_btWrap a {
  width: 100%;
}

@media print, screen and ( max-width:767px ) {
#toyosu_meshi .m-hdg-l2+p {
  text-align: justify;
}
#toyosu_meshi .m-hdg-l2+p br {
  display: none;
}
}


/*===================================================
wrap
===================================================*/
#toyosu_meshi {
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

#toyosu_meshi .el_conWrap {
  display: grid;
  grid-area: content;
  grid-template-columns: 1fr minmax(280px, 1320px) 1fr;
  gap: 0 60px;
  z-index: 100;
}
#toyosu_meshi .el_conWrap>div {
  width: 100%;
  max-width: 980px;
  grid-column: 2 / 3;
  margin: 0 auto;
}

@media print, screen and ( max-width:767px ) {
#toyosu_meshi .el_conWrap {
  gap: 0 20px;
}
}


/*===================================================
mainImg
===================================================*/
.m-hdg-l2+p+p {
  line-height: 1.5;
  text-align: center;
  margin-top: .5em;
}


/*===================================================
slideWrap
===================================================*/
#slideWrap {
  margin: 2em auto 0;
}

.slick-track {
  display: flex;
}

.slick-slide {
  margin-right: 1em;
}
.el_slideImg {
  position: relative;
  height: 0;
  border-radius: 1em;
  padding-top: 100%;
  overflow: hidden;
}
.el_slideImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto !important;
  height: 100%;
  transform: translate(-50%,-50%);
}
.el_slideImg img.el_slideImg03 {
  left: 0%;
  transform: translate(0,-50%);
}

#toyosu_meshi .m-lst {
  margin-top: 1em;
}
#toyosu_meshi .m-lst a {
  display: block;
  transition: .2s;
}
#toyosu_meshi .m-lst a:hover {
  text-decoration: none;
  opacity: .5;
}


/*===================================================
syungyoBox
===================================================*/
#syungyoBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3em !important;
}
#syungyoBox>div {
  width: calc((100% - 3em) / 2);
}
#syungyoBox>div+div {
  margin-left: 3em;
}

#syungyoBox>div p {
  text-align: justify;
}
#syungyoBox>div>div+p {
  margin-top: 1em;
}
#syungyoBox>div>div+p+p {
  line-height: 1;
  margin: .5em 0;
}

@media print, screen and ( max-width:767px ) {
#syungyoBox>div {
  width: 100%;
}
#syungyoBox>div+div {
  margin: 2em 0 0;
}
}


/*===================================================
recipeWrap
===================================================*/
#recipeWrap {
  background: repeat center;
  padding: 3em 0;
  margin: 5em 0 0;
}
#recipeWrap.el_season_sp {
  background-image: url(recipe_bg_sp.jpg);
}
#recipeWrap.el_season_su {
  background-image: url(recipe_bg_su.jpg);
}
#recipeWrap.el_season_au {
  background-image: url(recipe_bg_au.jpg);
}
#recipeWrap.el_season_wi {
  background-image: url(recipe_bg_wi.jpg);
}

#recipeWrap h3 {
  margin-top: 3em;
}

#recipeWrap .m-hdg-l2 {
  margin-top: 0;
}

.ly_recipeBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
.ly_recipeBox>div {
  width: calc((100% - 3em) / 2);
}
.ly_recipeBox>div+div {
  margin-left: 3em;
}

.el_recipeImg a {
  display: block;
  transition: .5s;
}
.el_recipeImg a:hover {
  opacity: .5;
}

.el_recipeInfo {
  text-align: justify;
  margin: .5em 0;
}

.ly_linkBtm_s {
	width: 80%;
	max-width: 240px;
	margin: 0 auto;
}
.ly_linkBtm_s a {
	width: 100%;
  padding: 12px;
}
@media print, screen and ( max-width:767px ) {
#recipeWrap {
  padding: 2em 0;
  margin: 3em 0 0;
}

#recipeWrap h3 {
  margin-top: 2em;
}

.ly_recipeBox>div {
  width: 100%;
}
.ly_recipeBox>div+div {
  margin: 2em 0 0;
}

#toyosu_meshi .m-btn__txt {
	font-size: .875rem;
}
}


/*===================================================
アニメーション
===================================================*/
.fadeInPre { visibility: hidden; }
.fadeInPre.animate__fadeIn { visibility: visible; }