@charset "utf-8";
/* CSS Document */

/* ==========================================================================//
//
//　PC
//
// ========================================================================== */


/* area_ttl
---------------------------------------------------------- */
.area_ttl {
  background: url(/mori_gourmet/img/mainimg_01.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 650px;
  position: relative;
}

.area_ttl .box_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color:rgba(255, 255, 255, 0.9);
  width: 380px;
  height: 130px;
  padding: 30px 0 0;
}
.area_ttl .box_txt .ttl_01 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 0;
}


/* area_info
---------------------------------------------------------- */
.area_info {
  display: flex;
  background-color: #004f76;
}
.area_info .box_txt {
  display: flex;
  padding-top: 50px;
}
.area_info .box_txt .ttl_01 {
  text-align: right;
  width: 30%;
}
.area_info .box_txt .ttl_01 img {
  margin-right: 20%;
}
.area_info .box_txt .txt_01 {
  color: #fff;
  width: 60%;
  line-height: 1.6;
}
.area_info .box_txt .txt_01 .btn_01 {
  background-color: #000;
  width: 220px;
  text-align: center;
  margin: 30px 0 0;
}
.area_info .box_txt .btn_01 a {
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  display: block;
}
.area_info .box_img {
}
.area_info .box_img img {
}



/* area_moririce
---------------------------------------------------------- */
.area_moririce {
  padding: 70px 0 70px;
  background-color: #f8f8f8;
}
.area_moririce .ttl_01 {
  text-align: center;
  font-size:28px ;
  line-height: 1.6;
  margin: 0 0 65px;
}
.area_moririce  .ttl_02 {
  text-align: center;
  font-size: 22px;
  margin: 0 0 38px;
}
.area_moririce .box_moririce {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
  width: 920px;
}
.area_moririce .box_moririce .box_img {
  width:440px ;
}
.area_moririce .box_moririce .box_txt {
  width: 420px;
}
.area_moririce .box_moririce .box_txt dl {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 30px;
}
.area_moririce .box_moririce .box_txt dl dt {
  color: #fff;
  background-color: #868f3c;
  width: 88px;
  text-align: center;
  margin: 0 10px 10px 0;
  padding: 9px 0 6px;
}
.area_moririce .box_moririce .box_txt dl dd {
  width: 322px;
  margin: 0 0 10px 0;
  padding: 9px 0 6px;
}
.area_moririce .box_moririce.last {
  margin: 0 auto 70px;
}
.area_moririce .area_bnr {
  width: 800px;
  background-color: #fff;
  margin: 0 auto 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
  border-radius: 10px;
  text-align: center;
  padding: 35px 0 40px;
}
.area_moririce .area_bnr img {
  width: 320px;
  height: auto;
}
.area_moririce .area_bnr .btn_01 {
  background-color: #000;
  width: 220px;
  font-size: 18px;
  margin: 35px auto 0;
}
.area_moririce .area_bnr .btn_01 a {
  display: block;
  color: #fff;
  padding: 10px 0;
}



/* area_funkawan
---------------------------------------------------------- */
.area_funkawan {
  width: 920px;
  margin: 0 auto;
  padding: 70px 0 30px;
}
.area_funkawan .ttl_01 {
  text-align: center;
  font-size: 28px;
  margin: 0 0 35px;
}
.area_funkawan .box_funkawan {
  display: flex;
  justify-content: space-between;
}
.area_funkawan .box_funkawan .box_img {
  width: 440px;
}
.area_funkawan .box_funkawan .box_txt {
  width: 440px;
}
.area_funkawan .box_funkawan .btn_01 {
  background-color: #000;
  width:220px ;
  margin: 35px 0 0;
  text-align: center;

}
.area_funkawan .box_funkawan .btn_01 a {
  color: #fff;
  display: block;
  padding: 10px 0;
}



