@charset "UTF-8";
/* ---------------------------------------------------------
■ default rest
--------------------------------------------------------- */
.mainContents h1, .mainContents h2, .mainContents h3, .mainContents h4, .mainContents h5, .mainContents h6 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.clearFix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

/* ---------------------------------------------------------
■ Common
--------------------------------------------------------- */
#wrapper {
  background-image: url("../../asset/images/bg_snow.png");
  background-repeat: repeat;
  background-size: 800px;
}

.spShow {
  display: none !important;
}

/* ---------------------------------------------------------
■ Font
--------------------------------------------------------- */
.fz34pc {
  font-size: 3.4rem;
  line-height: 1.41;
}

.fz18pc {
  font-size: 1.8rem;
  line-height: 1.77;
}

.fz16pc {
  font-size: 1.6rem;
  line-height: 1.625;
}

.fz14pc {
  font-size: 1.4rem;
  line-height: 1.71;
}

/* ---------------------------------------------------------
■ 一覧ページ
--------------------------------------------------------- */
.userRecipeWrapper {
  width: 730px;
  margin: 80px auto;
}

.ttlUserRecipe {
  text-align: center;
  margin-bottom: 15px;
  line-height: 0;
  font-size: 0;
}
.ttlUserRecipe img {
  width: 248px;
  display: inline;
}

.leadUserRecipe {
  text-align: center;
  color: #503228;
  position: relative;
}
.leadUserRecipe:before {
  content: '';
  display: block;
  width: 85px;
  height: 89px;
  position: absolute;
  background-image: url("../img/bg_ice1.png");
  background-repeat: no-repeat;
  top: -15px;
  left: 0;
}
.leadUserRecipe:after {
  content: '';
  display: block;
  width: 92px;
  height: 60px;
  position: absolute;
  background-image: url("../img/bg_ice2.png");
  background-repeat: no-repeat;
  top: -36px;
  right: 32px;
}

/*=========*/
/* 一覧 */
/*=========*/
.recipeArea {
  width: 1000px;
  margin: 0 auto 80px;
  background-color: #f5f0e6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.selectIcedeli {
  height: 86px;
  text-align: center;
  color: #FFF;
  background-color: #f07da5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.selectIcedeli .bar {
  line-height: 86px;
}

.bar {
  font-size: 3.0rem;
  position: relative;
  display: inline-block;
}
.bar:before, .bar:after {
  content: '';
  width: 36px;
  display: block;
  position: absolute;
  top: 50%;
  border-top: 1px solid #FFF;
}
.bar:before {
  left: -55px;
}
.bar:after {
  right: -55px;
}

.icedeliList {
  margin-left: 4px;
}
.icedeliList li {
  width: 332px;
  height: 214px;
  padding-top: 10px;
  float: left;
  border-right: 4px solid #f5f0e6;
  background-color: #FFF;
  cursor: pointer;
}
.icedeliList li img {
  display: block;
}
.icedeliList li.selected {
  background-color: #f5f0e6;
}

.productName {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}

.recipeListWrapper {
  display: none;
}
.recipeListWrapper.show {
  display: block;
}

.recipeList {
  width: 880px;
  margin: 54px auto 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.recipeList a {
  display: block;
}
.recipeList li {
  width: 266px;
  margin-bottom: 50px;
  margin-right: 41px;
  position: relative;
}
.recipeList li:nth-child(3n) {
  margin-right: 0;
}

.tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: auto;
  z-index: 10;
}

.recipeTtl {
  font-weight: bold;
  color: #503228;
}

.recipeThumb {
  line-height: 0;
  margin-bottom: 15px;
}

/*=========*/
/* バナー */
/*=========*/
.bnrArea {
  padding: 80px 0;
  background-color: #FFF;
}

.bnrLink {
  display: block;
  position: relative;
  width: 600px;
  margin: 0 auto;
}

.bnrImg {
  width: 600px;
  height: auto;
}

.iconCheck {
  width: 104px;
  height: auto;
  position: absolute;
  top: -32px;
  right: -32px;
}

.bnrText {
  margin-top: 30px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.41;
  color: #503228;
  font-weight: bold;
}

/* ---------------------------------------------------------
■ レシピページ
--------------------------------------------------------- */
.detailRecipeTtlArea {
  width: 1000px;
  margin: 70px auto 0;
}
.detailRecipeTtlArea .rightBlock {
  float: right;
  width: 460px;
}
.detailRecipeTtlArea .leftBlock {
  float: left;
  width: 490px;
}

.detailRecipeTtl {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.41;
  margin-bottom: 15px;
}
.detailRecipeTtl.pink {
  color: #f07da5;
}
.detailRecipeTtl.mint {
  color: #91cd5a;
}
.detailRecipeTtl.blue {
  color: #6e96e1;
}

.author {
  font-size: 2.0rem;
  line-height: 1;
  margin-bottom: 30px;
}
.author.pink {
  color: #f07da5;
}
.author.mint {
  color: #91cd5a;
}
.author.blue {
  color: #6e96e1;
}

.btnInfo {
  margin-bottom: 21px;
}
.btnInfo img {
  display: inline;
}

.btnIcedeli {
  width: 211px;
  height: auto;
}

.btnHardness {
  width: 112px;
  height: auto;
  margin-left: 20px;
}

.detailTag {
  display: block;
  width: 120px;
  margin-bottom: 10px;
}

/*=========*/
/* どんな時 */
/*=========*/
.situationWrapper {
  padding: 25px 30px;
  background-color: #f0f0f0;
  border-radius: 12px;
  color: #FFF;
  position: relative;
}
.situationWrapper:before {
  content: '';
  display: block;
  width: 20px;
  height: 23px;
  margin-top: -11px;
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: rotate(-90deg);
}
.situationWrapper.pink {
  background-color: #f397b7;
}
.situationWrapper.pink:before {
  background-image: url("../img/bg_arrow_pink.png");
}
.situationWrapper.mint {
  background-color: #a7d77b;
}
.situationWrapper.mint:before {
  background-image: url("../img/bg_arrow_mint.png");
}
.situationWrapper.blue {
  background-color: #8babe7;
}
.situationWrapper.blue:before {
  background-image: url("../img/bg_arrow_blue.png");
}

.when {
  font-size: 1.9rem;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  padding-bottom: 5px;
}

.situationText {
  margin-top: 15px;
}

.pointMint {
  background-color: #91cd5a;
}

.pointBlue {
  background-color: #6e96e1;
}

.materialsListArea {
  width: 1000px;
  margin: 60px auto;
}

/*=========*/
/* 材料 */
/*=========*/
.materialTtl {
  font-size: 2.0rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 25px;
}

.materialList {
  width: 460px;
  float: left;
}
.materialList:first-child {
  margin-right: 80px;
}
.materialList dt {
  float: left;
  width: auto;
  position: relative;
}
.materialList dt span {
  display: inline-block;
}
.materialList dt:before {
  content: '・';
  display: inline-block;
  width: 10px;
  vertical-align: top;
}
.materialList dt .name {
  line-height: 1.4;
}
.materialList dt .dot {
  border-top: 2px dotted #503228;
  position: relative;
  top: -5px;
}
.materialList dt.no {
  margin-top: -7px;
}
.materialList dt.no:before {
  content: '';
}
.materialList dd {
  float: right;
}
.materialList dd.noQauntity {
  margin-top: -7px;
}
.materialList dd .quantity {
  display: inline-block;
  line-height: 1.4;
}

.trademark {
  width: 100%;
  float: left;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 20px;
}

/*=========*/
/* 作り方 */
/*=========*/
.howToMakeArea {
  padding: 50px 0;
}
.howToMakeArea.pink {
  background-image: url("../img/bg_pink.jpg");
}
.howToMakeArea.mint {
  background-image: url("../img/bg_mint.jpg");
}
.howToMakeArea.blue {
  background-image: url("../img/bg_blue.jpg");
}

.howToMakeWrapper {
  width: 880px;
  margin: 0 auto;
}

.howToMakeWrapper.noPoint {
  width: 500px;
}
.howToMakeWrapper.noPoint .pointBlock {
  display: none;
}

.makeBlock {
  width: 500px;
  float: left;
}

.makeTtl {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  width: 110px;
  margin: 0 auto;
  padding: 8px 0;
  color: #503228;
  text-align: center;
  border-top-style: dotted;
  border-top-width: 4px;
  border-bottom-style: dotted;
  border-bottom-width: 4px;
  position: relative;
}
.makeTtl.pink {
  border-color: #f397b7;
}
.makeTtl.pink:before, .makeTtl.pink:after {
  background-image: url("../img/blender_p.png");
}
.makeTtl.mint {
  border-color: #a7d77b;
}
.makeTtl.mint:before, .makeTtl.mint:after {
  background-image: url("../img/blender_m.png");
}
.makeTtl.blue {
  border-color: #8babe7;
}
.makeTtl.blue:before, .makeTtl.blue:after {
  background-image: url("../img/blender_b.png");
}
.makeTtl:after, .makeTtl:before {
  content: '\2002';
  display: block;
  width: 28px;
  height: 40px;
  background-size: 28px;
  background-repeat: no-repeat;
  position: absolute;
}
.makeTtl:before {
  transform: rotateY(180deg);
  left: -45px;
  top: 3px;
}
.makeTtl:after {
  right: -45px;
  top: 3px;
}

.howToMake {
  margin-top: 25px;
}
.howToMake li {
  color: #503228;
  padding-left: 100px;
  padding-right: 10px;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 78px;
}
.howToMake li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -46px;
  width: 92px;
  height: 78px;
  background-size: 92px;
  background-repeat: no-repeat;
}
.howToMake li span {
  font-size: 1.8rem;
  line-height: 1.55;
}
.howToMake.pink li:nth-child(1):before {
  background-image: url("../img/step1_p.png");
}
.howToMake.pink li:nth-child(2):before {
  background-image: url("../img/step2_p.png");
}
.howToMake.pink li:nth-child(3):before {
  background-image: url("../img/step3_p.png");
}
.howToMake.pink li:nth-child(4):before {
  background-image: url("../img/step4_p.png");
}
.howToMake.pink li:nth-child(5):before {
  background-image: url("../img/step5_p.png");
}
.howToMake.pink li:nth-child(6):before {
  background-image: url("../img/step6_p.png");
}
.howToMake.pink li:nth-child(7):before {
  background-image: url("../img/step7_p.png");
}
.howToMake.pink li:nth-child(8):before {
  background-image: url("../img/step8_p.png");
}
.howToMake.pink li:nth-child(9):before {
  background-image: url("../img/step9_p.png");
}
.howToMake.mint li:nth-child(1):before {
  background-image: url("../img/step1_m.png");
}
.howToMake.mint li:nth-child(2):before {
  background-image: url("../img/step2_m.png");
}
.howToMake.mint li:nth-child(3):before {
  background-image: url("../img/step3_m.png");
}
.howToMake.mint li:nth-child(4):before {
  background-image: url("../img/step4_m.png");
}
.howToMake.mint li:nth-child(5):before {
  background-image: url("../img/step5_m.png");
}
.howToMake.mint li:nth-child(6):before {
  background-image: url("../img/step6_m.png");
}
.howToMake.mint li:nth-child(7):before {
  background-image: url("../img/step7_m.png");
}
.howToMake.mint li:nth-child(8):before {
  background-image: url("../img/step8_m.png");
}
.howToMake.mint li:nth-child(9):before {
  background-image: url("../img/step9_m.png");
}
.howToMake.blue li:nth-child(1):before {
  background-image: url("../img/step1_b.png");
}
.howToMake.blue li:nth-child(2):before {
  background-image: url("../img/step2_b.png");
}
.howToMake.blue li:nth-child(3):before {
  background-image: url("../img/step3_b.png");
}
.howToMake.blue li:nth-child(4):before {
  background-image: url("../img/step4_b.png");
}
.howToMake.blue li:nth-child(5):before {
  background-image: url("../img/step5_b.png");
}
.howToMake.blue li:nth-child(6):before {
  background-image: url("../img/step6_b.png");
}
.howToMake.blue li:nth-child(7):before {
  background-image: url("../img/step7_b.png");
}
.howToMake.blue li:nth-child(8):before {
  background-image: url("../img/step8_b.png");
}
.howToMake.blue li:nth-child(9):before {
  background-image: url("../img/step9_b.png");
}

.pointBlock {
  width: 360px;
  float: left;
  padding: 10px;
  margin-top: 25px;
  margin-left: 20px;
  position: relative;
  background-color: #fff;
}
.pointBlock:before {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: 36px;
  top: -15px;
  left: 50%;
}
.pointBlock.pink {
  -webkit-box-shadow: -4px 4px 0px 0px #f4a4c0;
  -moz-box-shadow: -4px 4px 0px 0px #f4a4c0;
  box-shadow: -4px 4px 0px 0px #f4a4c0;
}
.pointBlock.pink:before {
  background-image: url("../img/pin_p.png");
}
.pointBlock.mint {
  -webkit-box-shadow: -4px 4px 0px 0px #a7d77b;
  -moz-box-shadow: -4px 4px 0px 0px #a7d77b;
  box-shadow: -4px 4px 0px 0px #a7d77b;
}
.pointBlock.mint:before {
  background-image: url("../img/pin_m.png");
}
.pointBlock.blue {
  -webkit-box-shadow: -4px 4px 0px 0px #8babe7;
  -moz-box-shadow: -4px 4px 0px 0px #8babe7;
  box-shadow: -4px 4px 0px 0px #8babe7;
}
.pointBlock.blue:before {
  background-image: url("../img/pin_b.png");
}

.pointWrapper {
  border: 4px dotted;
}
.pointWrapper.pink {
  border-color: #f397b7;
}
.pointWrapper.mint {
  border-color: #a7d77b;
}
.pointWrapper.blue {
  border-color: #8babe7;
}

.ttlPoint {
  height: 31px;
  text-align: center;
  line-height: 0;
  margin: 20px 0 10px;
}
.ttlPoint img {
  width: 70px;
  height: auto;
  display: inline;
}

.pointText {
  padding: 0 25px;
  margin-bottom: 25px;
}
.pointText.pink {
  color: #f07da5;
}

/*=========*/
/* 他のレシピ */
/*=========*/
.otherRecipeArea {
  margin-top: 55px;
}

.otherRecipeTtl {
  text-align: center;
  color: #503228;
  margin-bottom: 40px;
}
.otherRecipeTtl .bar {
  line-height: 1;
  font-size: 3.0rem;
}
.otherRecipeTtl .bar:after, .otherRecipeTtl .bar:before {
  border-color: #503228;
}

.otherRecipeWrapper .recipeList {
  margin-top: 0px;
}

.recipeBnr {
  padding: 80px 0 35px;
}

.pagehosoku {
  width: 600px;
  margin: 25px auto 40px;
}
.pagehosoku .conw {
  width: auto;
}

/*# sourceMappingURL=user_recipe.css.map */
