@charset "UTF-8";

.content{
  background-image: url("https://www.bourbon.co.jp/cheeseokaki/img/recipe/bg_recipe_detail_pc.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-color:#fcf3b7;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  /*padding:70px 0 140px;*/
  padding:70px 0 0;
}
.recipe_topWrap{
  width:1000px;
  margin:0 auto 60px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.recipe_topWrap .recipe_img{
  width:609px;
  font-size:0;
}
.recipe_topWrap .recipe_txtWrap{
  width:347px;
}
.recipe_topWrap .ico_img{
  width:166px;
  font-size:0;
  margin-bottom:19px;
}
.recipe_topWrap .point_img{
  width:276px;
  font-size:0;
  margin-bottom:15px;
}
.recipe_topWrap .ttl_img{
  width:338px;
  font-size:0;
}
.recipe_topWrap .point_img02{
  width:253px;
}
.recipe_topWrap .ttl_img02{
  width:283px;
}
.recipe_topWrap .point_img03{
  width:250px;
}
.recipe_topWrap .ttl_img03{
  width:330px;
}
.recipe_topWrap .point_img04{
  width:235px;
}
.recipe_topWrap .ttl_img04{
  width:330px;
}
.recipe_topWrap .point_img05{
  width:160px;
}
.recipe_topWrap .ttl_img05{
  width:291px;
}
.recipe_topWrap .point_img06{
  width:181px;
}
.recipe_topWrap .ttl_img06{
  width:327px;
}
.recipe_topWrap .point_img07{
  width:187px;
}
.recipe_topWrap .ttl_img07{
  width:240px;
}
.recipe_topWrap .point_img08{
  width:231px;
}
.recipe_topWrap .ttl_img08{
  width:214px;
}
.recipe_topWrap .txtBox::after{
  position:relative;
  top:0;
  left:0;
  display:block;
  content:'';
  background-image: url("https://www.bourbon.co.jp/cheeseokaki/img/recipe/red_line.png");
  background-repeat: repeat;
  width:100%;
  height:5px;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  margin:27px 0 30px;
}
.productWrap{
  display:flex;
  align-items: center;
  flex-wrap:wrap;
  margin-bottom:30px;
}
.productWrap .ttl{
  width:347px;
  font-size:18px;
  color:#333;
  letter-spacing: -0.12em;
  white-space: nowrap;
}
.productWrap .ttl span{
  font-weight: 700;
}
.timeWrap{
  display:flex;
  align-items: flex-start;
}
.timeWrap .img{
  width:25px;
  font-size:0;
  margin-right:9px;
}
.timeWrap .txt{
  font-size:18px;
  line-height:1.222;
  position:relative;
  top:3px;
}
.timeWrap .txt .cap{
  position:relative;
  left:-5px;
  display:block;
  font-size:12px;
  line-height:1.833;
  letter-spacing: 0.02em;
}
.recipe_txtWrap .notes{
	margin-top: 30px;
	font-size: 12px;
}

@media (max-width: 750px) {
  .content{
    background-image: url("https://www.bourbon.co.jp/cheeseokaki/img/recipe/bg_recipe_detail_sp.jpg");
    padding:8% 0 0;
  }
  .recipe_topWrap{
    width:80%;
    margin:0 auto;
    display:block;
  }
  .recipe_topWrap .recipe_img{
    width:100%;
    margin-bottom:10%;
  }
  .recipe_topWrap .recipe_txtWrap{
    width:100%;
  }
  .recipe_topWrap .ico_img{
    width:37.333%;
    margin-bottom:3.667%;
  }
  .recipe_topWrap .point_img{
    width:78.5%;
    margin:0 0 4.167%;
  }
  .recipe_topWrap .ttl_img{
    width:96.333%;
  }
  .recipe_topWrap .point_img02{
    width:71.833%;
  }
  .recipe_topWrap .ttl_img02{
    width:80.667%;
  }
  .recipe_topWrap .point_img03{
    width:71.333%;
  }
  .recipe_topWrap .ttl_img03{
    width:93.833%;
  }
  .recipe_topWrap .point_img04{
    width:66.833%;
  }
  .recipe_topWrap .ttl_img04{
    width:94%;
  }
  .recipe_topWrap .point_img05{
    width:45.333%;
  }
  .recipe_topWrap .ttl_img05{
    width:82.833%;
  }
  .recipe_topWrap .point_img06{
    width:51.5%;
  }
  .recipe_topWrap .ttl_img06{
    width:93%;
  }
  .recipe_topWrap .point_img07{
    width:53.333%;
  }
  .recipe_topWrap .ttl_img07{
    width:68.333%;
  }
  .recipe_topWrap .point_img08{
    width:65.833%;
  }
  .recipe_topWrap .ttl_img08{
    width:60.833%;
  }
  .recipe_topWrap .txtBox::after{
    margin:8% 0 8.333%;
    background-image: url("https://www.bourbon.co.jp/cheeseokaki/img/recipe/red_line_sp.png");
    height:1.333vw;
  }
  .productWrap{
    margin-bottom:0;
    position:relative;
  }
  .productWrap .ttl{
    width:100%;
    font-size:3.2vw;
    margin-bottom:0;
    letter-spacing: 0.02em;
  }
  .productWrap::after{
    position:relative;
    top:0;
    left:0;
    display:block;
    content:'';
    background-image: url("https://www.bourbon.co.jp/cheeseokaki/img/recipe/glay_line.png");
    background-repeat: repeat;
    width:100%;
    height:0.5vw;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    margin:8.333% 0 7.5%;
  }
  .timeWrap{
    margin-bottom:8.333%;
  }
  .timeWrap .img{
    width:5.333%;
    margin-right:2.167%;
  }
  .timeWrap .txt{
    font-size:3.2vw;
    top:0.5vw;
    letter-spacing: 0.1em;
  }
  .timeWrap .txt .cap{
    left:-1.667%;
    bottom:-5.833%;
    font-size:2.667vw;
  }
	.recipe_txtWrap .notes{
    margin-bottom: 8.333%;
		margin-top: 8.333%;
		font-size: 2.667vw;
	}
}

.foodstuffWrap{
  width:1000px;
  margin:0 auto 60px;
  background-color:#fff;
  padding:50px;
  box-sizing:border-box;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.foodstuffWrap .recipe_foodstuff{
  width:380px;
}
.foodstuffWrap .how_to_make{
  width:470px;
}
.foodstuffWrap .recipe_foodstuff .ttl,
.foodstuffWrap .recipe_foodstuff .ttl span,
.foodstuffWrap .how_to_make .ttl{
  font-size:20px;
  font-weight: 700;
  color:#e50213;
  letter-spacing: 0.02em;
}
.foodstuffWrap .recipe_foodstuff .ttl span{
  font-size:16px;
  margin-left:0;
}
.foodstuffWrap .recipe_foodstuff .ttl::after,
.foodstuffWrap .how_to_make .ttl::after{
  position:relative;
  top:0;
  left:0;
  display:block;
  content:'';
  background-image: url("https://www.bourbon.co.jp/cheeseokaki/img/recipe/red_line.png");
  background-repeat: repeat;
  width:100%;
  height:5px;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  margin:10px 0 18px;
}
.foodstuffWrap .recipe_foodstuff tr {
  width:380px;
  display: flex;
  align-items: center;
  justify-content:space-between;
  border-bottom:1px solid #c9c9c9;
  padding-bottom:5px;
  margin-bottom:8px;
}
.foodstuffWrap .recipe_foodstuff td{
  font-size:15px;
  line-height:1.667;
  letter-spacing: 0.02em;
}
.foodstuffWrap .recipe_foodstuff tr:last-child{
  margin-bottom:18px;
}
.foodstuffWrap .recipe_foodstuff .red{
  color:#e50213;
}
.foodstuffWrap .recipe_foodstuff .redwrap{
  border-bottom:0;
  padding-bottom:0;
  margin-bottom:0;
}
.foodstuffWrap .recipe_foodstuff .nowrap{
  white-space: nowrap;
}
.foodstuffWrap .recipe_foodstuff tr td span{
  margin-left:15px;
}
.foodstuffWrap .cap{
  font-size:12px;
  line-height:1.5;
  letter-spacing: 0.04em;
}
.foodstuffWrap .how_to_make tr {
  width:470px;
  display: flex;
	flex-wrap: wrap;
  align-items: flex-start;
  border-bottom:2px dotted #c9c9c9;
  padding-bottom:20px;
  margin-bottom:17px;
}
.foodstuffWrap .how_to_make tr th{
  width:100%;
	margin-bottom: 8px;
	color: #e50213;
	text-align: left;
	font-weight: normal;
}
.foodstuffWrap .how_to_make tr .img{
  width:17px;
  margin-right:13px;
  margin-top:3px;
}
.foodstuffWrap .how_to_make tr .img img{
  width:17px;
}
.foodstuffWrap .how_to_make tr td:last-child{
  width:440px;
  font-size:15px;
  line-height:1.467;
  letter-spacing: 0.04em;
}

@media (max-width: 750px) {
  .foodstuffWrap{
    width:80%;
    margin:0 auto 11.667%;
    padding:6.667%;
    display:block;
  }
  .foodstuffWrap .recipe_foodstuff{
    width:100%;
  }
  .foodstuffWrap .how_to_make{
    width:100%;
  }
  .foodstuffWrap .recipe_foodstuff .ttl,
  .foodstuffWrap .recipe_foodstuff .ttl span,
  .foodstuffWrap .how_to_make .ttl{
    font-size:4.267vw;
  }
  .foodstuffWrap .recipe_foodstuff .ttl span{
    font-size:3.233vw;
  }
  .foodstuffWrap .recipe_foodstuff .ttl::after,
  .foodstuffWrap .how_to_make .ttl::after{
    margin:2.885% 0 4.808%;
    background-image: url("https://www.bourbon.co.jp/cheeseokaki/img/recipe/red_line_sp.png");
    height:1.333vw;
  }
  .foodstuffWrap .recipe_foodstuff table {
    width:100%;
  }
  .foodstuffWrap .recipe_foodstuff tr {
    width:100%;
    padding-bottom:1.923%;
    margin-bottom:2.308%;
  }
  .foodstuffWrap .recipe_foodstuff td{
    font-size:3.2vw;
    line-height:1.678;
  }
  .foodstuffWrap .recipe_foodstuff tr:last-child{
    margin-bottom:9.615%;
  }
  .foodstuffWrap .recipe_foodstuff tr td span{
    margin-left:6%;
  }
  .foodstuffWrap .recipe_foodstuff .spacing{
    letter-spacing: -0.05em;
  }
  .foodstuffWrap .cap{
    font-size:2.667vw;
    line-height:1.3;
    letter-spacing: 0.06em;
  }
  .foodstuffWrap .how_to_make tr {
    width:100%;
    padding-bottom:5.769%;
    margin-bottom:4.808%;
  }
	.foodstuffWrap .how_to_make tr th{
		margin-bottom: 2%;
	}
  .foodstuffWrap .how_to_make tr .img{
    width:6.346%;
    margin-right:3.846%;
    margin-top:0.4%;
    flex:none;
  }
  .foodstuffWrap .how_to_make tr .img img{
    width:100%;
  }
  .foodstuffWrap .how_to_make tr td:last-child{
    width:89.808%;
    font-size:3.2vw;
    line-height:1.5;
    letter-spacing: 0.02em;
  }
}

.btnWrap{
  width:1000px;
  margin:0 auto 140px;
}
.btnWrap .img{
  width:480px;
  margin:0 auto 10px;
  font-size:0;
}
.btnWrap .img a:hover{
  opacity:.7;
}

@media (max-width: 750px) {
  .btnWrap{
    width:80%;
    margin:0 auto 17.333%;
  }
  .btnWrap .img{
    width:100%;
    margin:0 auto 3.333%;
  }
}





.foodstuffWrap .recipe_foodstuff .wrapbox table{
  padding:0 22px;
  box-sizing:border-box;
  position:relative;
}
.foodstuffWrap .recipe_foodstuff .wrapbox table::before{
  content: "";
  display:block;
  position: absolute;
  border-left:1px solid #c9c9c9;
  top: 14px;
  left: 5px;
  width:1px;
}
.foodstuffWrap .recipe_foodstuff .wrapbox table::after{
  content: "";
  display:block;
  position: absolute;
  border-left:none;
  border-right:1px solid #c9c9c9;
  top: 14px;
  right: 0;
  width:1px;
}
.foodstuffWrap .recipe_foodstuff .wrapbox table.line2::before,
.foodstuffWrap .recipe_foodstuff .wrapbox table.line2::after{
  height:43px;
}
.foodstuffWrap .recipe_foodstuff .wrapbox table.line3::before,
.foodstuffWrap .recipe_foodstuff .wrapbox table.line3::after{
  height:82px;
}
.foodstuffWrap .recipe_foodstuff .wrapbox table.line4::before,
.foodstuffWrap .recipe_foodstuff .wrapbox table.line4::after{
  height:121px;
}
.foodstuffWrap .recipe_foodstuff .wrapbox table.line6::before,
.foodstuffWrap .recipe_foodstuff .wrapbox table.line6::after{
  height:225px;
}
.foodstuffWrap .recipe_foodstuff .wrapbox table tr{
  width:336px;
}
.foodstuffWrap .recipe_foodstuff .wrapbox table tr:last-child{
  padding-bottom:0;
  margin-bottom:0;
  border-bottom:none;
}
.wrapbox table .line_left_top::before{
  content: "";
  display:block;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url("https://www.bourbon.co.jp/cheeseokaki/img/recipe/left_wrap_3line.png") no-repeat;
  width: 9px;
  height: 10px;
}
.wrapbox table .line_left_top::after{
  content: "";
  display:block;
  position: absolute;
  top: 5px;
  right: 0;
  background: url("https://www.bourbon.co.jp/cheeseokaki/img/recipe/right_wrap_3line.png") no-repeat;
  width: 9px;
  height: 10px;
}
.wrapbox table .line_left_bottom::before{
  content: "";
  display:block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: url("https://www.bourbon.co.jp/cheeseokaki/img/recipe/left_wrap_3line.png") no-repeat;
  width: 9px;
  height: 10px;
  background-position: bottom center;
}
.wrapbox table .line_left_bottom::after{
  content: "";
  display:block;
  position: absolute;
  bottom: 5px;
  right: 0;
  background: url("https://www.bourbon.co.jp/cheeseokaki/img/recipe/right_wrap_3line.png") no-repeat;
  width: 9px;
  height: 10px;
  background-position: bottom center;
}

@media (max-width: 750px) {
  .foodstuffWrap .recipe_foodstuff .wrapbox td:first-child{
    width:100%;
  }
  .foodstuffWrap .recipe_foodstuff .wrapbox table{
    width:100%;
    padding:0 4.789%;
    box-sizing:border-box;
    white-space: nowrap;
  }
  .foodstuffWrap .recipe_foodstuff .wrapbox table.line2::before,
  .foodstuffWrap .recipe_foodstuff .wrapbox table.line2::after{
    height:7.733vw;
  }
  .foodstuffWrap .recipe_foodstuff .wrapbox table.line3::before,
  .foodstuffWrap .recipe_foodstuff .wrapbox table.line3::after{
    height:15.733vw;
  }
  .foodstuffWrap .recipe_foodstuff .wrapbox table.line4::before,
  .foodstuffWrap .recipe_foodstuff .wrapbox table.line4::after{
    height:23.333vw;
  }
  .foodstuffWrap .recipe_foodstuff .wrapbox table.line6::before,
  .foodstuffWrap .recipe_foodstuff .wrapbox table.line6::after{
    height:44.667vw;
  }
  .foodstuffWrap .recipe_foodstuff .wrapbox table tr{
    width:100%;
  }
  .wrapbox table .line_left_bottom::before{
    height: 30px;
  }
  .wrapbox table .line_left_bottom::after{
    height: 30px;
  }
}


