/*-----共通部分-----*/
.body_1 *{
    margin: 0;
    box-sizing: border-box;
    font-family:メイリオ, Meryo, sans-serif;
    target:
}

.center{
    margin: auto;
    width: 100%;
    max-width: 900px;
    text-align: center;
}
.center img{/*-----タイトル画像の幅設定-----*/
    /*-----width: 80%!important;-----*/
    display: block;
    margin: auto;
}

.item-list{
  margin: auto;
  width: 95%;
  text-align: center;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: -50px;
  background: #ef3f40;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 20px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*----- 背景全体 -----*/
.haikei{
    background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20210524/haikei.png);
    background-repeat: repeat;
    background-attachment:fixed;
}

/*----- ヘッダー -----*/
.header{
  margin: auto;
  max-width: 100%;
  background-position: center bottom -4px;
  }
.top_title{
  padding:0px 0px 0px 0;
  max-width: 100%;
}



/*----- トップ制作写真 -----*/
.top_photo{
  max-width: 90%;
  padding: 10px 0px;
  text-align: center;
  margin: auto;
}
img.seisaku_photo{
  width: 100%;
max-width: 1000px;
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;
  width: 100%;
}
/*----- 制作レシピ一覧 -----*/
.seisaku_container {  /*-- 親要素 --*/
  display: flex;
  flex-direction: row;  /*-- 子要素の並ぶ向き --*/
  flex-wrap: wrap;  /*-- 子要素の折り返し --*/
  justify-content: space-around;  /*-- 垂直方向の揃え・均等に --*/
  align-content: space-between;  /*-- 複数行にした時の揃え--*/
  margin:0px 10px;
}
.seisaku {  /*-- 子要素 --*/
  width: 100%;
  max-width: 350px;
  margin: 20px 0px;
  position: relative;
}
.seisaku a:nth-of-type(1){
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.seisaku a:nth-of-type(2){
  position: absolute;
  top: 245px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
img.seisaku_gazo {
width: 100%;

}

.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: #e75297;
  font-size: 14px;
}
.btn-reshipi:hover {
  background: #E493B4;
}
.btn-items {
  background: #0090d6 ;
  font-size: 14px;
}
.btn-items:hover {
  background: #91ACDB ;
}
.btn-reshipi:active, .btn-items:active{
  transform: translateY(2px);
}
.btn-back {
  background: #898989;
  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%;
}

.span_bt{
  font-size: 16px !important;
  color: red !important;
}

.span_bten{
  font-size: 11px !important;
  color: red !important;
}

.span_at{
  font-size: 11px !important;
}

/*----- 商品一覧 -----*/

.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{
  width: 100%;
}
.chirashi_DL:hover{
opacity: 0.7;
filter: alpha(opacity=70);
}
.chirashi_DL:active{
  transform: translateY(2px);
}
#contentInner{width:100%;padding:0;margin:0}

.dl{
  background-color: white;
  width: 700px;
  margin: 100px auto;
  border-radius: 5px;
}


/* ----------------------------------- */
/* パソコンで見たときは"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) {
  .center{
    width: 97%;
  }
  .haikei{
      background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20210524/haikei.png);
      background-repeat: repeat;
      background-attachment:scroll;
  }
  .header{
    margin: auto;
    max-width: 100%;
    background-position: center bottom -4px;
    }

    .top_photo{
      max-width: 100%;
      padding: 10px 0px;
      text-align: center;
      margin: auto;
    }
    .top_title{
      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 a:nth-of-type(1){
      position: absolute;
      top: 205px;
      left: 50%;
      transform: translate(-50%);
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
    }
    .seisaku a:nth-of-type(2){
      position: absolute;
      top: 240px;
      left: 50%;
      transform: translate(-50%);
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
    }


    .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: #e75297;
      margin: 0px 0px 0px 0px;
      font-size: 13px;
    }
    .btn-items {
      background: #0090d6 ;/*#ff9d1a*/
      margin: 0px 0px 0px 0px;
      font-size: 13px;
    }
    .btn-back {
      background: #898989;
      font-size: 13px;
    }
    .item_title{
      padding: 40px 0px 10px 0px;
      max-width: 97%;
    }
    .sotoasobi_title{
      padding: 40px 0px 0px 0px;
      max-width: 100%;
    }


a:visited{  color: white;}
a:link{  color:white ;}

.chirashi_DL{
  max-width: 100%;
}
.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;}
}
.dl{
  width: 100%;
}
