@charset "utf-8";
/* --------------------------------------------- */

main {
  background: #f5f2ec;
  padding:0;
  margin:0;
    margin-top:93px;
}
#catalog {
  max-width: 1200px;
    margin: 0 auto;
  background: #f5f2ec;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 767px) {
  main{
    margin-top: 0px;
  }
  #catalog {
    margin-top: 0px;
  }
}
#catalog .visual {
	text-align:center;
}
#catalog section {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #catalog section {
    padding: 20px 0;
  }
}
#catalog .contents {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#catalog ul {
	list-style:none;
}
#catalog img {
  max-width: 100%;
  vertical-align: bottom;
}
#catalog strong {
  font-weight: bold;
}
#catalog a:link, a:visited {
  text-decoration: none;
  color: #000;
}
#catalog a:hover, a:active {
  color: #000;
  opacity: 0.7;
  cursor: pointer;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.right {
  text-align: right;
}
.f11 {
  font-size: 11px;
  line-height: 1.4em;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
  line-height: 1.5em;
}
.f18 {
  font-size: 18px;
  line-height: 1.5em;
}
.f21 {
  font-size: 21px;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .f18 {
    font-size: 16px;
  }
  .f21 {
    font-size: 17pt;
    line-height: 1.3em;
  }
}
.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexC {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.padding0 {
  padding: 0;
}
.marginT10 {
  margin-top: 10px;
}
.marginT20 {
  margin-top: 20px;
}
.marginT40 {
  margin-top: 40px;
}
.marginB10 {
  margin-bottom: 10px;
}
.marginB20 {
  margin-bottom: 20px;
}
.marginB40 {
  margin-bottom: 40px;
}
.marginB60 {
  margin-bottom: 60px;
}
.sp_brblock {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_flexnone {
    display: block;
  }
  .marginT40 {
    margin-top: 20px;
  }
  .marginB40 {
    margin-bottom: 20px;
  }
  .marginB60 {
    margin-bottom: 40px;
  }
  .sp_brblock {
    display: block;
  }
  .sp_none {
    display: none
  }
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.box2 {
  width: calc(100% / 2 - 2%);
  margin-bottom: 30px;
}
.box3 {
  width: calc(100% / 3 - 4%);
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.box4 {
  width: calc(100% / 4 - 4%);
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .floatleft {
    float: none;
  }
  .floatright {
    float: none;
  }
  .box2 {
    width: calc(100% / 1);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .box3 {
    width: calc(100% / 1);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .box4 {
    width: calc(100% / 2 - 4%);
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
}
.clear {
  clear: both;
}
.block:after, .clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0
}
#pagetop {
  clear: both;
  width: 28px;
  position: fixed;
  margin: 0 0 0;
  right: 20px;
  bottom: 35px;
}
@media screen and (max-width: 767px) {
  #pagetop {
    clear: both;
    width: 28px;
    position: fixed;
    margin: 0 0 0;
    right: 20px;
    bottom: 15px;
  }
}
/*-------------------------その他-----------------------*/
@media screen and (max-width: 767px) {
  #catalog h1 img {
    width: 100%;
  }
}
#catalog h2 {
  border:none;
  margin-bottom: 20px;
}
.category_text {
  max-width: 900px;
  margin: 0 auto 25px auto;
}
ul.list li {
  background: #fff;
  box-shadow: 2px 4px 10px 0 rgb(0 0 0 / 30%);
}
ul.list li a {
  display: block;
  padding: 15px;
}
.list_detail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.list_detail .list1 {
  margin-right: 20px;
  min-width: 120px;
}
.list2 dt {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #00a85f;
}
.list2 dd {
  margin: 0 0 5px 0;
}
.list2 dd p {
  margin: 0 0 5px 0;
}
.list2 dd p.red {
  color: #e95532;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.btn {
  float: right;
  margin-top: 10px;
}
.btn img {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .list_detail {
    display: block;
  }
  .list_detail .list1 {
    margin: 0 auto 20px auto;
    min-width: 138px;
    text-align: center;
  }
  .list2 dt {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 7px;
    border-bottom: 2px solid #00a85f;
  }
  .btn {
    float: none;
    text-align: center;
  }
}
#line {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #line {
    display: block;
  }
}
.line1 {
  background: #00a55f;
  border: 2px solid #00a55f;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  border-radius: 30px 0 0 30px;
}
.line1_p {
  display: inline-block;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
.line1_p p {
  color: #e60012;
  background: #fff;
  font-size: 24px;
  min-height: 31px;
  line-height: 31px;
  padding: 5px 0 5px 10px;
}
.line1_p img {
  height: 41px;
}
@media screen and (max-width: 767px) {
  .line1 {
    border-radius: 30px;
  }
  .line1_p {
    display: block;
    margin-top: 10px;
    text-align: center;
    background: #fff;
    padding: 20px 0 0 0;
    border-radius: 30px;
  }
  .line1_p p {
    font-size: 18px;
    height: auto;
    line-height: 1.4em;
    padding: 0;
    background-color: transparent;
  }
}
.line2 {
  background: #fff;
  border: 2px solid #00a55f;
  padding: 0 15px 0 0;
  border-radius: 0 30px 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  .line2 {
    display: none;
  }
}
.line2_1 a {
  display: block;
}
.line2_1 img {
  width: 80px;
  height: auto;
  padding: 40px;
}
.line2_2 img {
  width: 90px;
}
.list_vege,.list_meat,.list_suisan,.list_kaki {
  text-align: left;
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.list_meat,.list_suisan,.list_kaki {
	margin: 20px auto 0 auto;
	}
}
.list_vege {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
	flex-wrap: wrap;
}
.list_vege {
  margin-bottom: 20px;
}
.list_vege li {
	width:calc(50% - 1.5em);
}
.list_vege span {
	font-size: 12px;
}
.list_vege span.block {
	display: block;
}
.list_meat {
  margin-bottom: 20px;
}
.list_vege li,
.list_meat li,
.list_suisan li,
.list_kaki li {
	margin-bottom: 5px;
	margin-left:1.25em;
}
.list_vege li::before ,
.list_meat li::before ,
.list_suisan li::before,
.list_kaki li::before {
	content: "●";
	margin-left:-1.25em;
	margin-right: .25em;
	margin-top: 20px;
}
.list_vege li::before {
	color: #00a95f
}
.list_meat li::before {
	color: #f6ad3c;
}
.list_suisan li::before {
	color: #00afec;
}
.list_kaki li::before {
	color: #DD4191;
}