@charset "UTF-8";
/**
 * style.css
 */
.bannerArea {
  margin-top: 30px;
}

.bannerArea p {
  margin-bottom: 10px;
}

.bannerArea p img {
  width: 100%;
}

.bannerArea li {
  margin-bottom: 10px;
}

.bannerArea li img {
  width: 100%;
}

@media only screen and (min-width: 980px) {
  .bannerArea ul {
    overflow: hidden;
    margin-bottom: 30px;
  }

  .bannerArea li {
    width: 49%;
    float: left;
    margin-bottom: 0;
  }

  .bannerArea li:nth-child(even) {
    float: right;
  }
}
/*--------------------------------------
 new css
--------------------------------------*/
/* mainImage
-----------------------------*/
.mainImage img {
  width: 100%;
}

/* textArea
-----------------------------*/
.textArea {
  position: relative;
  padding: 30px 10px 0;
  text-align: center;
  background-color: #fffbc5;
}

.textArea p {
  position: relative;
  z-index: 2;
}

.textArea p + p {
  margin-top: 2em;
}

.textArea p strong {
  color: #e60012;
  font-size: 120%;
}

.textArea .bgImg {
  margin-top: 30px;
}

.textArea .bgImg img {
  width: 100%;
}

.textArea .ornaments {
  position: absolute;
  z-index: 1;
}

.textArea .ornaments.num01 {
  top: 0;
  left: 0;
  width: 20%;
}

.textArea .ornaments.num02 {
  top: 0;
  right: 0;
  width: 20%;
}

@media only screen and (min-width: 980px) {
  .textArea {
    padding-top: 60px;
    font-size: 20px;
  }

  .textArea p {
    line-height: 2;
    font-weight: bold;
  }

  .textArea .bgImg {
    margin-top: 60px;
  }

  .textArea .ornaments.num01,
  .textArea .ornaments.num02 {
    width: 290px;
    max-width: 20%;
  }

  .textArea .ornaments.num03 {
    left: 15%;
    bottom: -50px;
  }

  .textArea .ornaments.num04 {
    right: 17%;
    bottom: -50px;
  }
}
/* bigTitle
-----------------------------*/
.bigTitle {
  margin-bottom: 20px;
  text-align: center;
  line-height: 0;
}
.bigTitle img {
  max-width: 90%;
}
.bigTitle.tuika {
  width: 100%;
  margin: 10% auto 6.5625%;
}

/* checkBtn
-----------------------------*/
.checkBtn {
  width: 90%;
  max-width: 570px;
  margin: 0 auto 20px;
  text-align: center;
  background-color: #bee87c;
  border-radius: 30px;
}

.checkBtn span {
  position: relative;
  padding: 10px 20px 10px 0;
  display: inline-block;
  font-weight: 500;
}

.checkBtn span:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '▼';
  margin-top: -0.8em;
}

@media only screen and (min-width: 980px) {
  .checkBtn {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .bigTitle img {
    max-width: 90%;
  }
  .bigTitle.tuika {
    width: 500px;
    margin: 40px auto 20px;
  }
}
/* itemLists
-----------------------------*/
.itemLists {
  width: 90%;
  max-width: 860px;
  margin: 0 auto 30px;
}
.itemLists li + li {
  margin-top: 10px;
}
.itemLists li .iconNew {
  width: 21.5909090909%;
  margin-left: 3.4090909091%;
}
.itemLists li .iconTxt {
  width: 48%;
  margin-left: 12%;
}
.itemLists li a {
  display: block;
  padding: 2% 5%;
  text-align: center;
  text-decoration: none;
  background-color: #ffe6db;
  border: #f0828b solid 1px;
  border-radius: 8px;
}
.itemLists li a span {
  display: block;
}
.itemLists li.type02 a {
  background-color: #ffdca9;
  border: #dc952d solid 1px;
}
.itemLists li .ttl {
  margin-bottom: 10px;
  font-size: 5vw;
  font-weight: bold;
}
.itemLists ul.type02{
	margin-top: 10px;
}

@media only screen and (min-width: 980px) {
  .itemLists {
    margin-bottom: 90px;
  }
  .itemLists ul {
    margin: -15px 0 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .itemLists ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 15px 0 0 15px;
  }
  .itemLists ul li + li {
    margin-top: 0;
  }
  .itemLists ul li a {
    padding: 10px 15px;
    border-radius: 15px;
  }
  .itemLists ul li a span {
    display: block;
  }
  .itemLists ul li .ttl {
    margin-bottom: 10px;
    font-size: 22px;
  }
	.itemLists ul.type02{
		margin-top: 0;
	}
	.itemLists ul li.type03{
		padding-top: 67px;
	}
}
/* otherBnr
-----------------------------*/
.otherBnr {
  width: 90%;
  margin: 0 auto 30px;
}

@media only screen and (min-width: 980px) {
  .otherBnr {
    width: 50%;
    margin: 0 auto 80px;
  }
}
/* itemLists
-----------------------------*/
.icnoBdr {
  width: 90%;
  margin: 0 auto 50px;
}

.icnoBdr img {
  margin: 0 auto;
}

@media only screen and (min-width: 980px) {
  .icnoBdr {
    margin-bottom: 100px;
  }
}
/* itemBox
-----------------------------*/
.itemBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  max-width: 860px;
  margin: 0 auto 30px;
}
.itemBox .iconNew {
  width: 21.5909090909%;
  margin-left: 3.4090909091%;
}
.itemBox .inBg {
  display: block;
  padding: 5%;
  text-decoration: none;
  background-color: #ffe6db;
  border: #f0828b solid 1px;
  border-radius: 8px;
}
.itemBox .ttl {
  margin-bottom: 15px;
  font-size: 6vw;
  font-weight: bold;
  text-align: center;
}
.itemBox .slideArea .slide {
  position: relative;
}
.itemBox .slideArea .slide .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.itemBox .slideArea .slide .slick-dots li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: top;
}
.itemBox .slideArea .slide .slick-dots li button {
  background-color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  width: 13px;
  height: 13px;
  appearance: none;
  text-indent: -9999px;
  opacity: 0.5;
  border-radius: 50%;
}
.itemBox .slideArea .slide .slick-dots li.slick-active button {
  opacity: 1;
  background-color: #e60012;
}
.itemBox .slideArea .photo {
  position: relative;
}
.itemBox .slideArea .photo .inTxt {
  position: absolute;
  top: 4%;
  right: 4%;
  padding: 2px 10px;
  color: #fff;
  font-weight: bold;
  background-color: #9bbb59;
}
.itemBox .name {
  margin: 15px 0;
  padding: 10px 0;
  color: #fff;
  font-size: 5.6vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  background-color: #f87371;
  border-radius: 40px;
}
.itemBox.type02 .inBg {
  background-color: #ffdca9;
  border: #dc952d solid 1px;
}
.itemBox.type02 .name {
  background-color: #ffa22a;
}

@media only screen and (min-width: 980px) {
  .itemBox .iconNew {
    width: 15.7613636364%;
    width: 91.21px;
    margin-left: 0.8522727273%;
  }

  .itemBox {
    margin-bottom: 50px;
  }

  .itemBox .inBg {
    padding: 20px 25px;
  }

  .itemBox .ttl {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .itemBox .slideArea {
    float: left;
    width: 48.15%;
  }

  .itemBox .slideArea .slide .slick-dots {
    bottom: 20px;
  }

  .itemBox .slideArea .slide .slick-dots li {
    margin: 0 5px;
  }

  .itemBox .slideArea .slide .slick-dots li button {
    width: 20px;
    height: 20px;
  }

  .itemBox .slideArea .photo .inTxt {
    position: absolute;
    top: 15px;
    /*left: 15px;
right: auto;*/
    font-size: 24px;
  }

  .itemBox .name {
    margin: 20px 0;
    padding: 15px 0;
    font-size: 28px;
    border-radius: 50px;
  }
}
.itemBox .mainBox {
  margin-bottom: 20px;
}

.itemBox .mainBox .img {
  position: relative;
  float: left;
  width: 41.46%;
}

.itemBox .mainBox .inTxt {
  position: absolute;
  top: -8%;
  left: -8%;
  width: 40%;
}

.itemBox .mainBox .texts {
  float: right;
  width: 53.66%;
}

.itemBox .mainBox .texts .inName {
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.3;
}

@media only screen and (min-width: 980px) {
  .pcRight {
    float: right;
    width: 49.38%;
  }

  .itemBox .mainBox {
    margin-bottom: 35px;
  }

  .itemBox .mainBox .texts .inName {
    font-size: 26px;
  }
}
.itemBox .btn {
  max-width: 85%;
  margin: 5px 0 0 auto;
}
.itemBox .btn a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 1px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  text-decoration: none;
  border: #f87371 solid 1px;
  border-radius: 8px;
}
.itemBox .btn a > span {
  display: block;
  padding: 8px 0;
  background-color: #f87371;
  border-radius: 8px;
}
.itemBox.type02 .btn a {
  border: #ffa22a solid 1px;
}
.itemBox.type02 .btn a > span {
  background-color: #ffa22a;
}

.itemBox.type02 .subBox {
  border: #ffa22a solid 1px;
}
.itemBox .subBox {
  margin-bottom: 30px;
  padding: 5%;
  background-color: #fff;
  border: #ff0000 solid 1px;
  border-radius: 8px;
}
.itemBox .subBox .inBox + .inBox {
  margin-top: 20px;
}
.itemBox .subBox .inTtl {
  margin-bottom: 12px;
  font-size: 5.2vw;
  color: #e60012;
  font-weight: bold;
  text-align: center;
}
.itemBox .subBox .inTtl > * {
  display: inline-block;
  vertical-align: middle;
}
.itemBox .subBox .inTtl span + span {
  margin-left: 2vw;
  line-height: 0;
}
.itemBox .subBox .inTtl img {
  width: 22px;
}
.itemBox .subBox .img {
  position: relative;
  float: left;
  width: 41.46%;
}
.itemBox .subBox .texts {
  float: right;
  width: 53.66%;
}
.itemBox .subBox .texts .cat {
  margin-bottom: 5px;
}
.itemBox .subBox .texts .cat span {
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
  font-weight: bold;
}
.itemBox .subBox .texts .cat.green span {
  background-color: #9bbb59;
}
.itemBox .subBox .texts .cat.orange span {
  background-color: #f79646;
}
.itemBox .subBox .texts .cat.blue span {
  background-color: #558ed6;
}
.itemBox .subBox .texts .inName {
  font-weight: bold;
  line-height: 1.3;
}

@media only screen and (min-width: 980px) {
  .itemBox.type02 .subBox {
    border: #ffa22a solid 3px;
  }
  .itemBox .subBox {
    margin-bottom: 0;
    padding: 15px 10px 20px;
    background-color: #fff;
    border: #ff0000 solid 3px;
    border-radius: 14px;
  }
  .itemBox .subBox .inBox + .inBox {
    margin-top: 40px;
  }
  .itemBox .subBox .inTtl {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .itemBox .subBox .inTtl span + span {
    margin-left: 10px;
  }
  .itemBox .subBox .inTtl img {
    width: 38px;
  }
  .itemBox .subBox .texts .cat span {
    padding: 1px 10px;
    font-size: 20px;
  }
  .itemBox .subBox .texts .inName {
    font-size: 20px;
  }
}
#menuKihon_02 .itemBox .point{
	background-color: #fff;
}
.itemBox .point .ttl {
  font-weight: bold;
  font-size: 5vw;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  border-bottom: #ff0b0a dotted 1px;
}
.itemBox .point .ttl span {
  display: inline-block;
  vertical-align: middle;
}
.itemBox .point .ttl .icon {
  margin-right: 5px;
  line-height: 0;
}
.itemBox .point .ttl img {
  width: 18px;
}
.itemBox .point .pointContents{
	padding: 10px;
}

.itemBox.type02 .point .ttl .openButton,
.itemBox.type02 .point .ttl .closeButton {
  background-color: #ffa22a;
}
.itemBox .backBtn {
  width: 60%;
  margin: 20px auto;
  /*margin-top: 30px;*/
}
.itemBox .backBtn a {
  padding: 10px 0;
  display: block;
  /*color: #e60012;*/
  /*font-size: 18px;*/
  /*font-weight: bold;*/
  /*background: #e60012;*/
  text-align: center;
  text-decoration: none;
  border: #444444 solid 1px;
  border-radius: 10px;
}
.itemBox .backBtn a span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.itemBox .backBtn a span:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '▲';
  margin-top: -0.65em;
}

@media only screen and (min-width: 980px) {
  .itemBox .point {
    float: left;
    width: 48.15%;
  }
  .itemBox .point .ttl {
    font-size: 26px;
  }
  .itemBox .point .ttl span {
    display: inline-block;
    vertical-align: middle;
  }
  .itemBox .point .ttl img {
    width: 27px;
  }
  .itemBox .backBtn a {
    max-width: 300px;
    margin: 0 auto;
    padding: 13px 0;
    /*font-size: 24px;*/
    border-radius: 10px;
  }
  .itemBox .backBtn a span {
    padding-left: 32px;
    margin-top: -1em;
  }
  .itemBox .point .ttl .openButton,
  .itemBox .point .ttl .closeButton {
    font-size: 1.038961039vw;
    color: #fff;
    border-radius: 5px;
    padding: 0.25em 0.8em 0.25em 2.3em;
    padding: 0.25em 0.5em 0.25em 2em;
    margin-left: 0.5em;
    min-width: 3em;
    text-align: center;
    cursor: pointer;
    background: #f87371 url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/icon_open.png") no-repeat 20% 50%;
    background-size: 1.0714285714vw auto;
  }
  .itemBox .point .ttl .closeButton {
    background: #f87371 url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/icon_close.png") no-repeat 18% 50%;
    background-size: 1.130952381vw auto;
  }
  .itemBox.type02 .point .ttl .openButton,
  .itemBox.type02 .point .ttl .closeButton {
    background-color: #ffa22a;
  }
}
/*--------------------------------------
 メイン食材別献立
--------------------------------------*/
/* -----------------------------------------------------
	flexLayout
----------------------------------------------------- */
.flexColumn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexColumn01.bC {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flexColumn01.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flexColumn01.aM {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flexColumn01.aEnd {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/* -----------------------------------------------------
	columnLayout
----------------------------------------------------- */
.columnLayout {
  clear: both;
}

.columnLayout .colLeft {
  float: left;
}

.columnLayout .colRight {
  float: right;
}

/* -----------------------------------------------------
	Clearfix
----------------------------------------------------- */
.columnLayout:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.columnLayout {
  *display: inline-table;
  *zoom: 1;
}

.mainSyokuzaiArea {
  width: 92%;
  max-width: 882px;
  margin: 0 auto;
}

.mainSyokuzaiArea .backBtn {
  width: 100%;
  margin: 20px auto 60px;
}

.mainSyokuzaiArea .backBtn a {
  padding: 10px 0;
  display: block;
  text-align: center;
  text-decoration: none;
  border: #f79646 solid 1px;
  border-radius: 4px;
}

.mainSyokuzaiArea .backBtn a span {
  color: #f79646;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 24px;
}

.mainSyokuzaiArea .backBtn a span:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '▲';
  margin-top: -0.65em;
}

.mainSyokuzaiArea .mainTitleWrap {
  text-align: center;
  margin-bottom: 20px;
}

.mainSyokuzaiArea .mainTitleWrap .ttl {
  display: inline-block;
  color: #fff;
  font-size: 27.5px;
  font-size: 6vw;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1;
  background: #f79646;
  border-radius: 30px;
  text-align: center;
  padding: 0.65em 0;
  width: 100%;
}

.mainSyokuzaiArea .mainSyokuzaiAnchorList {
  margin-bottom: 75px;
  margin-bottom: 4.3424317618%;
}

.mainSyokuzaiArea .mainSyokuzaiAnchorList .wrap860 {
  padding-left: 0;
  padding-right: 0;
}

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

.mainSyokuzaiArea .mainSyokuzaiAnchorList ul li {
  width: 48%;
  border: 2px solid #f79646;
  border-radius: 10px;
  margin-right: 2%;
  margin-bottom: 3%;
  box-sizing: border-box;
}

.mainSyokuzaiArea .mainSyokuzaiAnchorList ul li:nth-child(2n) {
  margin-right: 0;
}

.mainSyokuzaiArea .mainSyokuzaiAnchorList ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 25px;
  font-size: 5.5vw;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.2em;
  height: 3em;
  position: relative;
  text-decoration: none;
  padding: 0 0 0 75px;
}

.mainSyokuzaiArea .mainSyokuzaiAnchorList ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 11.5px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/iconList01.png") no-repeat 0 0;
  background-size: auto 50px;
}

.mainSyokuzaiArea .mainSyokuzaiAnchorList ul li:nth-child(2) a:before {
  background-position: -50px 0;
  background-size: auto 50px;
}

.mainSyokuzaiArea .mainSyokuzaiAnchorList ul li:nth-child(3) a:before {
  background-position: -150px 0;
  background-size: auto 50px;
}

.mainSyokuzaiArea .mainSyokuzaiAnchorList ul li:nth-child(4) a {
  letter-spacing: -0.05em;
}

.mainSyokuzaiArea .mainSyokuzaiAnchorList ul li:nth-child(4) a:before {
  background-position: -100px 0;
  background-size: auto 50px;
}

.mainSyokuzaiArea .mainSyokuzaiAnchorList ul li:nth-child(5) a:before {
  background-position: -200px 0;
  background-size: auto 50px;
}

.mainSyokuzaiArea .categoryTitle {
  text-align: center;
  margin-bottom: 20px;
}

.mainSyokuzaiArea .categoryTitle .ttl {
  display: inline-block;
  color: #fff;
  font-size: 32.5px;
  font-size: 6.5vw;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1;
  background: #9bd44a;
  text-align: center;
  padding: 0.65em 0;
  width: 100%;
  position: relative;
  background-image: url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/bg01.png"), url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/bg02.png");
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}

.mainSyokuzaiArea .recipeArea {
  background: #fffbc5;
  padding: 10.2272727273% 4.0909090909% 4.3181818182% 4.3181818182%;
  margin-bottom: 5.6818181818%;
}

.mainSyokuzaiArea .recipeArea .menuTitle {
  margin: 0 auto 10px;
}

.mainSyokuzaiArea .recipeArea .menuTitle .ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.mainSyokuzaiArea .recipeArea .menuTitle .ttl .morning,
.mainSyokuzaiArea .recipeArea .menuTitle .ttl .lunch,
.mainSyokuzaiArea .recipeArea .menuTitle .ttl .dinner {
  width: 17.39%;
  width: 17.3697270471%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #f79646;
  border-radius: 3px;
  font-size: 22.5px;
  font-size: 4.7vw;
  font-feature-settings: "palt";
  font-weight: bold;
  padding: 7vw 0 0.05em;
  margin-right: 0;
  position: relative;
  box-sizing: border-box;
}

.mainSyokuzaiArea .recipeArea .menuTitle .ttl .morning:before,
.mainSyokuzaiArea .recipeArea .menuTitle .ttl .lunch:before,
.mainSyokuzaiArea .recipeArea .menuTitle .ttl .dinner:before {
  content: '';
  position: absolute;
  top: 6%;
  left: 0;
  width: 100%;
  height: 7vw;
  background: url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/iconList02.png") no-repeat 50% 20%;
  background-size: 6.5vw auto;
}

.mainSyokuzaiArea .recipeArea .menuTitle .ttl .lunch:before {
  background: url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/iconList03.png") no-repeat 50% 20%;
  background-size: 6.5vw auto;
}

.mainSyokuzaiArea .recipeArea .menuTitle .ttl .dinner:before {
  background: url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/iconList04.png") no-repeat 50% 20%;
  background-size: 6.5vw auto;
}

.mainSyokuzaiArea .recipeArea .menuTitle .ttl .txt {
  width: 78.75%;
  width: 78.9081885856%;
  width: 74.4416873449%;
  text-align: left;
  font-size: 32.5px;
  font-size: 15.5px;
  font-size: 6.4vw;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1.1;
}

.mainSyokuzaiArea .recipeArea .menuRecipeColumn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.mainSyokuzaiArea .recipeArea .menuRecipeColumn .mainRecipeArea {
  width: 48%;
  width: 100%;
  margin-bottom: 30px;
}

.mainSyokuzaiArea .recipeArea .menuRecipeColumn .mainRecipeArea .inImage {
  margin-bottom: 5.459057072%;
}

.mainSyokuzaiArea .recipeArea .menuRecipeColumn .mainRecipeArea .inImage img {
  border-radius: 6px;
}

.mainSyokuzaiArea .recipeArea .menuRecipeColumn .mainRecipeArea .inTxt {
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea {
  width: 45.29%;
  width: 100%;
  border: 2px solid #f79646;
  border-radius: 10px;
  background: #fff;
  padding: 19px 9px 35px;
  text-align: center;
}

.mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea .menuListTitle {
  width: 73%;
  display: inline-block;
  text-align: center;
  color: #f79646;
  font-size: 35px;
  font-size: 6.5vw;
  font-weight: bold;
  line-height: 1;
  padding: 0.45em 0 0.75em;
  margin-bottom: 0;
  background: url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/line01.png") repeat-x 50% 0;
  background-size: 6px auto;
}

.mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea .menuListTitle span {
  display: block;
  background: url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/line01.png") repeat-x 50% 100%;
  background-size: 6px auto;
  padding-bottom: 0.35em;
}

.mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea ul li + li {
  margin-top: 30px;
}

.mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
}

.mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea ul li a .img {
  width: 48%;
}

.mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea ul li a .txt {
  width: 48%;
  text-align: right;
}

.mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea ul li a .txt .name {
  font-size: 4.3vw;
  font-weight: bold;
  text-align: left;
}

.mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea ul li a .txt .button {
  margin-top: 5px;
  text-align: right;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  border: 1px solid #f79646;
}

.mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea ul li a .txt .button span {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #f79646;
  cursor: pointer;
  text-align: center;
  padding: 0.8em 1.2em;
  margin: 0;
  font-size: 19px;
  font-size: 4.16vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 980px) {
  .mainSyokuzaiArea {
    width: 90%;
    max-width: 882px;
    margin: 0 auto;
  }

  .mainSyokuzaiArea .backBtn {
    width: 60%;
    margin: 20px auto 60px;
  }

  .mainSyokuzaiArea .backBtn a {
    padding: 13px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    border: #f79646 solid 1px;
    border-radius: 10px;
    border-radius: 4px;
    max-width: 60%;
    margin: 0 auto;
  }

  .mainSyokuzaiArea .backBtn a span {
    color: #f79646;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-left: 32px;
    margin-top: -1em;
  }

  .mainSyokuzaiArea .backBtn a span:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: '▲';
    margin-top: -0.65em;
  }

  .mainSyokuzaiArea .mainTitleWrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .mainSyokuzaiArea .mainTitleWrap .ttl {
    display: inline-block;
    color: #fff;
    font-size: 27.5px;
    line-height: 1;
    background: #f79646;
    border-radius: 30px;
    text-align: center;
    padding: 0.65em 3em;
    width: inherit;
  }

  .mainSyokuzaiArea .mainSyokuzaiAnchorList {
    margin-bottom: 75px;
  }

  .mainSyokuzaiArea .mainSyokuzaiAnchorList ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 75.5%;
    margin: 0 auto;
  }

  .mainSyokuzaiArea .mainSyokuzaiAnchorList ul li {
    width: 30.4%;
    border: 2px solid #f79646;
    border-radius: 10px;
    margin-right: 4.4%;
    margin-bottom: 3%;
    box-sizing: border-box;
  }

  .mainSyokuzaiArea .mainSyokuzaiAnchorList ul li:nth-child(2n) {
    margin-right: 4.4%;
  }

  .mainSyokuzaiArea .mainSyokuzaiAnchorList ul li:nth-child(3n) {
    margin-right: 0;
  }

  .mainSyokuzaiArea .mainSyokuzaiAnchorList ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
    height: 3em;
    position: relative;
    text-decoration: none;
    padding: 0 0 0 80px;
  }

  .mainSyokuzaiArea .mainSyokuzaiAnchorList ul li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 11.5px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/iconList01.png") no-repeat 0 0;
    background-size: auto 50px;
  }

  .mainSyokuzaiArea .mainSyokuzaiAnchorList ul li:nth-child(2) a:before {
    background-position: -50px 0;
    background-size: auto 50px;
  }

  .mainSyokuzaiArea .mainSyokuzaiAnchorList ul li:nth-child(3) a:before {
    background-position: -150px 0;
    background-size: auto 50px;
  }

  .mainSyokuzaiArea .mainSyokuzaiAnchorList ul li:nth-child(4) a {
    letter-spacing: -0.05em;
  }

  .mainSyokuzaiArea .mainSyokuzaiAnchorList ul li:nth-child(4) a:before {
    background-position: -100px 0;
    background-size: auto 50px;
  }

  .mainSyokuzaiArea .mainSyokuzaiAnchorList ul li:nth-child(5) a:before {
    background-position: -200px 0;
    background-size: auto 50px;
  }

  .mainSyokuzaiArea .categoryTitle {
    text-align: center;
    margin-bottom: 30px;
  }

  .mainSyokuzaiArea .categoryTitle .ttl {
    display: inline-block;
    color: #fff;
    font-size: 32.5px;
    font-weight: bold;
    line-height: 1;
    background: none;
    text-align: center;
    padding: 0.65em 3em;
    width: inherit;
    position: relative;
    background-image: url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/bg01.png"), url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/bg02.png");
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 100%, auto 100%;
  }

  .mainSyokuzaiArea .recipeArea {
    background: #fffbc5;
    padding: 40px 37px 40px 42px;
    margin-bottom: 20px;
  }

  .mainSyokuzaiArea .recipeArea .menuTitle {
    text-align: center;
    margin: 0 auto 20px;
  }

  .mainSyokuzaiArea .recipeArea .menuTitle .ttl {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }

  .mainSyokuzaiArea .recipeArea .menuTitle .ttl .morning,
  .mainSyokuzaiArea .recipeArea .menuTitle .ttl .lunch,
  .mainSyokuzaiArea .recipeArea .menuTitle .ttl .dinner {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #f79646;
    border-radius: 3px;
    font-size: 22.5px;
    font-weight: bold;
    width: 70px;
    padding: 1.8em 0 0.2em;
    margin-right: 40px;
    position: relative;
  }

  .mainSyokuzaiArea .recipeArea .menuTitle .ttl .morning:before,
  .mainSyokuzaiArea .recipeArea .menuTitle .ttl .lunch:before,
  .mainSyokuzaiArea .recipeArea .menuTitle .ttl .dinner:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 38px;
    background: url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/iconList02.png") no-repeat 50% 10%;
    background-size: 38px auto;
  }

  .mainSyokuzaiArea .recipeArea .menuTitle .ttl .lunch:before {
    background: url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/iconList03.png") no-repeat 50% 20%;
    background-size: 38px auto;
  }

  .mainSyokuzaiArea .recipeArea .menuTitle .ttl .dinner:before {
    background: url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/iconList04.png") no-repeat 50% 20%;
    background-size: 38px auto;
  }

  .mainSyokuzaiArea .recipeArea .menuTitle .ttl .txt {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 32.5px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
  }

  .mainSyokuzaiArea .recipeArea .menuRecipeColumn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mainSyokuzaiArea .recipeArea .menuRecipeColumn .mainRecipeArea {
    width: 48%;
    margin-bottom: 0;
  }

  .mainSyokuzaiArea .recipeArea .menuRecipeColumn .mainRecipeArea .inImage {
    margin-bottom: 15px;
  }

  .mainSyokuzaiArea .recipeArea .menuRecipeColumn .mainRecipeArea .inImage img {
    border-radius: 10px;
  }

  .mainSyokuzaiArea .recipeArea .menuRecipeColumn .mainRecipeArea .inTxt {
    letter-spacing: -0.02em;
  }

  .mainSyokuzaiArea .recipeArea .menuRecipeColumn .mainRecipeArea .inTxt p {
    font-size: 20px;
    line-height: 1.5;
  }

  .mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea {
    width: 45.29%;
    border: 2px solid #f79646;
    border-radius: 10px;
    background: #fff;
    padding: 29px 9px 35px;
    text-align: center;
  }

  .mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea .menuListTitle {
    width: 73%;
    display: inline-block;
    text-align: center;
    color: #f79646;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    padding: 0.4em 0;
    margin-bottom: 20px;
    background: url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/line01.png") repeat-x 50% 0;
    background-size: 8px auto;
  }

  .mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea .menuListTitle span {
    display: block;
    background: url("/wp-content/themes/ajinomoto/resources/menu/kachimeshi/bukatsu/images/line01.png") repeat-x 50% 100%;
    background-size: 8px auto;
    padding-bottom: 0.4em;
  }

  .mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea ul li + li {
    margin-top: 58px;
  }

  .mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-decoration: none;
  }

  .mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea ul li a .img {
    width: 48%;
  }

  .mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea ul li a .txt {
    width: 48%;
    text-align: right;
  }

  .mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea ul li a .txt .name {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    text-align: left;
  }

  .mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea ul li a .txt .button {
    margin-top: 10px;
    text-align: right;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    border: 2px solid #f79646;
  }

  .mainSyokuzaiArea .recipeArea .menuRecipeColumn .menuListArea ul li a .txt .button span {
    display: inline-block;
    border-radius: 10px;
    border: 2px solid #fff;
    background: #f79646;
    cursor: pointer;
    text-align: center;
    padding: 0.75em 1.2em;
    margin: 0;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.02em;
  }
}
