@charset "UTF-8";

.inner {
  max-width: 1074px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .inner {
    padding-inline: 25px;
  }
}

.harf {
  width: 50%;
  box-sizing: border-box;
}

body {
  background: #fff;
}

section.inner {
  padding-top: 60px;
}

h3 {
  text-align: center;
}

.title p {
  margin-top: 10px;
  font-size: 24px;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
}

/* 
------------------------------------------*/
#mainimg {
  background: url(../../../../images/recipe/special/maitashi/gohan/mainimg.jpg) center center no-repeat;
  background-size: cover;
}

#mainimg h2 {
  height: 610px;
}

#mainimg h2 img {
  position: absolute;
  right: 0;
  bottom: 10px;
}

#menu {
  background: #9fd19c;
  padding: 22px 0;
}

#menu ul {
  display: table;
}

#menu ul li {
  display: table-cell;
  padding: 0 6px;
  height: 30px;
  border-right: 1px dashed #FFF;
  text-align: center;
}

#menu ul li:first-child {
  border-left: 1px dashed #FFF;
}

#menu ul li a {
  font-size: 20px;
  line-height: 30px;
  padding-right: 25px;
  background: url(../../../../images/recipe/special/maitashi/gohan/arrow_down.png) 93% center no-repeat;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color: #FFF;
  height: 30px;
  display: block;
  letter-spacing: -0.5px;
  text-align: center;
  text-decoration: none;
}

#menu ul li a:hover {
  color: #dfecde;
  text-decoration: none;
}

#menu ul li a span.l2 {
  position: relative;
  top: -0.8em;
}


#point1 {
  background: #fef7e1;
  padding: 60px 0;
}

#point1 .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #FFF;
}

#point1 .box .text {
  width: 480px;
  margin-left: 20px;
}

#point1 .box .text p {
  margin-top: 30px;
  padding: 0 12px;
  color: #676767;
  font-size: 24px;
  line-height: 2.2;
  font-weight: bold;
}

#point1 ul.box {
  border-radius: 15px;
  padding: 20px 0;
  margin-top: 50px;
}

#point1 ul li {
  width: 50%;
  margin: 10px 0;
  padding-left: 78px;
  box-sizing: border-box;
}

#point1 ul li img {
  float: left;
  margin-right: 30px;
}

#point1 ul li p {
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

#point2 {
  padding: 60px 0 30px;
  background: url(../../../../images/recipe/special/maitashi/gohan/bg.jpg) center bottom no-repeat;

}

#point2 ul li {
  margin-top: 40px;
  padding: 28px 20px 30px;
  background: #fef7e1;
}

#point2 ul li h4 {
  padding-left: 77px;
  line-height: 47px;
  font-size: 28px;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  background: url(../../../../images/recipe/special/maitashi/gohan/icon_maitake.png) left center no-repeat;
}

#point2 ul li:nth-child(1) h4 {
  color: #ee859b;
}

#point2 ul li:nth-child(2) h4 {
  color: #f8ac55;
}

#point2 ul li:nth-child(3) h4 {
  color: #4fc1f5;
}

#point2 ul li p {
  margin: 0 20px;
  font-size: 16px;
  line-height: 1.8;
}


#point3 {
  padding: 30px 0 80px;
}

#point3 ul {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

#point3 ul li {
  width: 320px;
  padding: 60px 40px;
  background: #e8f7e7;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
}

#point3 li p.point {
  width: 145px;
  padding: 12px 0;
  position: absolute;
  left: -10px;
  top: -12px;
  background: #9fd19c;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}

#point3 li p.point:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 5px solid #4a7452;
  border-left: 5px solid transparent;
  border-top: 5px solid #4a7452;
  border-bottom: 5px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
}

#point3 h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

#point3 li p {
  line-height: 1.8;
  font-size: 16px;
}


#recipe {
  padding: 60px 0;
  background: #9ccf9b;
}

@media screen and (max-width: 1049px) {
  #recipe .gohan__recipe-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

#recipe .title p {
  color: #FFF;
}

#recipe ul {
  margin-top: 40px;
}

#recipe li {
  width: 490px;
  padding: 28px 45px;
  background: #FFF;
  border-radius: 10px;
  margin-bottom: 25px;
  position: relative;
  box-sizing: border-box;
  float: left;
}

#recipe li:nth-child(even) {
  float: right;
}

#recipe .textbox {
  width: 500px;
  float: right;
}

#recipe li h4 {
  margin-bottom: 20px;
  color: #291b0d;
  font-size: 24px;
  font-weight: bold;
}

#recipe li .img {
  position: relative;
  margin-bottom: 50px;
}

#recipe li .info {
  position: absolute;
  right: -40px;
  top: -68px;
}

#recipe li .icon {
  position: absolute;
  left: -25px;
  bottom: -40px;
}

#recipe li p {
  line-height: 1.6;
  font-size: 16px;
}

#recipe li a {
  display: block;
  margin: 20px auto 0;
  width: 160px;
  height: 50px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  background: url(../../../../images/recipe/special/maitashi/gohan/arrow.png) 95% center no-repeat #cd0000;
  border-radius: 5px;
}

#recipe li a:hover {
  background-color: #d31f1f;
}


#point5 {
  margin-bottom: 80px;
}

#point5 ul {
  margin-top: 40px;
}

#point5 li {
  width: 330px;
  float: left;
  margin-right: 17px;
  margin-bottom: 5px;
}

#point5 li:nth-child(3n) {
  margin-right: 0px;
}