/*-----共通部分-----*/
.body_1 *{
    margin: 0;
    box-sizing: border-box;
    font-family:メイリオ, Meryo, sans-serif;
    target:
}

.center{
    margin: auto;
    width: 80%;
    text-align: center;
}
.center img{/*-----タイトル画像の幅設定-----*/
    /*-----width: 80%!important;-----*/
    display: block;
    margin: auto;
}

.item-list{
  margin: auto;
  width: 95%;
  text-align: center;
}

/*----- 背景全体 -----*/
.haikei{
    background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20200513/main_haikei.png);
    margin: auto;
    text-align: center;
    background-attachment:fixed;
    background-size: cover;
}

/*----- ヘッダー -----*/
.header{
  background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20200513/top_haikei.png);
  background-repeat:no-repeat;
  background-size: cover;
  margin: auto;
  max-width: 100%;
  background-position: center bottom -4px;
  }
.top_title{
  padding:30px 0px;
  max-width: 80%;
}
/*----- トップ制作写真 -----*/
.top_photo{
  max-width: 90%;
  padding: 10px 0px;
  text-align: center;
  margin: auto;
}
img.seisaku_photo{
max-width: 90%;
padding: 10px 0px;
text-align: center;
margin: auto;
}
/*----- わくわく素材ラインナップトップ -----*/
.top_wakuwaku_lineup img{
  max-width: 72%;
  padding: 40px 0px 20px 0px;
  text-align: center;
  margin: auto;
}
/*----- 制作レシピ一覧トップ -----*/
.seisaku_title_gazo{
  padding: 0px 0px 10px 0px;
}
/*----- 制作レシピ一覧 -----*/
.seisaku_container {  /*-- 親要素 --*/
  display: flex;
  flex-direction: row;  /*-- 子要素の並ぶ向き --*/
  flex-wrap: wrap;  /*-- 子要素の折り返し --*/
  justify-content: space-around;  /*-- 垂直方向の揃え・均等に --*/
  align-content: space-between;  /*-- 複数行にした時の揃え--*/
  margin:0px 25px;
}
.seisaku {  /*-- 子要素 --*/
  max-width: 47%;
  background-color: white;
  padding-bottom: 13px;
  margin: 10px 0px;
  border: 2px solid;
  border-color: #e40012;
  border-radius: 5px;
}
img.seisaku_gazo {
  padding: 3px 3px 0px 3px;
  border-radius: 8px;
  width: 98%;
}

.btn-reshipi, .btn-items,.btn-back{
  display: inline-block;
  text-decoration: none;
  color: white;
  border-radius: 25px;/*左側の角を丸く*/
  width: 70%;
  height: 30px;
  text-align:center;
  line-height: 30px;
}
.btn-reshipi {
  background: #805732;
  margin: 10px 0px 0px 0px;
  font-size: 14px;
}
.btn-reshipi:hover {
  background: #c2be5e;
}
.btn-items {
  background: #cf7525 ;
  margin: 6px 0px 0px 0px;
  font-size: 14px;
}
.btn-items:hover {
  background: #c2be5e ;
}
.btn-reshipi:active, .btn-items:active{
  transform: translateY(2px);
}
.btn-back {
  background: #805732;
  margin: 15px 0px 0px 0px;
  font-size: 13px;
}
/*----- 商品一覧 タイトル部分 -----*/
.item-list_title {
	position: relative;
	padding: 9px;
  background-color: #e40012 ;
  border-radius: 50px;
  margin-top: 90px;
  margin-bottom: 10px;
}
.item-list_title:after {
  position: absolute;
	content: '';
	top: 100%;
	border: 10px solid transparent;
	border-top: 15px solid #e40012 ;
	width: 0;
	height: 0;
}
.copy_s{
	text-align: center;
  color:white;
  font-size: 16px;
  padding-bottom: 7px;
  font-weight: bold;
}
.copy_m{
	text-align: center;
  color:white;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
.item_title{
  padding: 110px 0px 10px 0px;
  max-width: 75%;
}

/*----- 商品一覧 -----*/

.item-list1,.item-list2,.item-list3,.item-list4,.item-list5,.item-list6,.item-list7,.item-list8
 {  /*-- 親要素 --*/
  display: flex;
  flex-direction: row;  /*-- 子要素の並ぶ向き --*/
  flex-wrap: wrap;  /*-- 子要素の折り返し --*/
  justify-content: space-around;  /*-- 垂直方向の揃え・均等に --*/
  align-content: space-between;  /*-- 複数行にした時の揃え--*/
}
/*----- 外あそび -----*/
.sotoasobi_title{
  padding: 130px 0px 0px 0px;
  max-width: 75%;
}
/*----- チラシダウンロード -----*/
.chirashi_DL{
  max-width: 60%;
  padding: 20px 0px 55px 0px;
}
.chirashi_DL:hover{
opacity: 0.7;
filter: alpha(opacity=70);
}
.chirashi_DL:active{
  transform: translateY(2px);
}
#contentInner{width:100%;padding:0;margin:0}

/* ----------------------------------- */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 670px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}

/*----- 以下スマホ版指示 -----*/
@media only screen and (max-width: 670px) {
  .haikei{
      background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20200513/main_haikei2_sp.png);
      margin: auto;
      text-align: center;
      background-attachment:scroll;
      background-size: auto;
  }
  .header{
    background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20200513/top_haikei_sp.png);
    background-repeat:no-repeat;
    background-size: cover;
    margin: auto;
    max-width: 100%;
    background-position: center bottom -3px;
    padding-bottom: 21px;
    }
    .top_photo{
      max-width: 100%;
      padding: 10px 0px;
      text-align: center;
      margin: auto;
    }
    .top_title{
      padding:9px 0px 15px 0px;
      max-width: 100%;
    }
    img.seisaku_photo{
    max-width: 100%;
    text-align: center;
    margin: auto;
    }
    .top_wakuwaku_lineup img{
      max-width: 100%;
      padding: 15px 0px 20px 0px;
      text-align: center;
      margin: auto;
    }
    .seisaku_container {  /*-- 親要素 --*/
      display: flex;
      flex-direction: row;  /*-- 子要素の並ぶ向き --*/
      flex-wrap: wrap;  /*-- 子要素の折り返し --*/
      justify-content: space-around;  /*-- 垂直方向の揃え・均等に --*/
      align-content: space-between;  /*-- 複数行にした時の揃え--*/
    }
    .seisaku {  /*-- 子要素 --*/
      max-width: 100%;
      background-color: white;
      padding-bottom: 10px;
      margin: 10px 0px;
      border: 2px solid;
      border-color: #e40012;
      border-radius: 5px;
    }
    .btn-reshipi, .btn-items,.btn-back{
      display: inline-block;
      text-decoration: none;
      color: white;
      border-radius: 25px;/*左側の角を丸く*/
      width: 90%;
      height: 30px;
      text-align:center;
      line-height: 30px;
    }
    .btn-reshipi {
      background: #805732;
      margin: 10px 0px 0px 0px;
      font-size: 13px;
    }
    .btn-items {
      background: #e40012 ;/*#ff9d1a*/
      margin: 6px 0px 0px 0px;
      font-size: 13px;
    }
    .btn-back {
      background: #6e6e6e;
      font-size: 13px;
    }
    .item_title{
      padding: 40px 0px 10px 0px;
      max-width: 100%;
    }
    .sotoasobi_title{
      padding: 40px 0px 0px 0px;
      max-width: 100%;
    }
a:visited{  color: white;}
a:link{  color: white;}

.chirashi_DL{
  max-width: 90%;
  padding: 20px 0px 55px 0px;
}
.item-list_title {
	position: relative;
	padding: 9px;
  background-color: #e40012 ;/*#ff9d1a*/
  border-radius: 50px;
  margin-top: 70px;
  margin-bottom: 24px;
}
.resipi-list li{display:none;}
}
