@charset "UTF-8";
/**
 * style.css
 */

*{
  margin: 0;
  padding: 0;
}
#wrap{
  color: #000;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.header{
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 45px;
  padding-right: 45px;
  flex-wrap: wrap;
  flex-direction: row;
}
.logo img{
  width: 100%;
  margin-left: 45px;
}
.pullFormArea{
  padding: 3px 10px;
}
.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

.header .header_right p{
  color: #555555;
  margin-right: 5px;
  font-size: 14px;
}


.icon {
  position: relative;
  top: 13px;
  left: 0px;
  border-radius: 5px;
}
h1{
  font-size: 26px;
}
.globalrecipe_area{
  /* max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; */
}
.recipeArea{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  /* padding-left: 20px;
  padding-right: 20px; */
}

.header_right_pc {
    display: flex;
    align-items: center;
    padding-right: 45px;
}
.header_right_pc p{
    margin-right: 5px;
}
.header_right_sp {
    display: flex;
    align-items: center;
    padding-right: 45px;
}

.recipeTitle_area{
  display: flex;
  justify-content: space-around;
  /* padding: 5px 0; */
  border-bottom: 2px solid #DE0202;
}

li{
  list-style: none;
}

.pankuzu{
  background-color: #f7f4f0;
  padding: 10px 0 10px 95px;
}
.pankuzu ol{
  display: flex;
}
/* .pankuzu p{
  padding: 10px 0 10px 95px;
} */
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  /*font-weight: bold;太字*/
  font-size: 1em;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 1.0em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  /*color: #52b5ee;色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}



.detail_area{
  width: 80%;
  margin: 0 auto;
  text-align: center;

  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.detail_area h2{
  font-size: 38px;
  padding-bottom: 12px;
}
.detail_area .detail_txt{
  padding-bottom: 40px;
}
.detail_inner_left{
  width: 60%;
  text-align: left;
}
.detail_inner_left img{
  width: 90%;
}
.detail_inner_right{
  width: 40%;
}
.detail_inner{
  display: flex;
}
.time_print_area, .time_print_area_pc{
  display: flex;
  border: 1px solid #333333;
}
.time_print_area_pc{
  margin-left: 10px;
}

.time_print{
  display: flex;
  justify-content: space-between;
}
.time{
  padding: 6px 15px 4px 15px;
}
.print{
  padding: 6px 15px 4px 15px;
}
.time_print_area .time::before{
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  margin-bottom: 3px;
  background: url(../img/time.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.time_print_area_pc .print::before{
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  margin-bottom: 3px;
  background: url(../img/print.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.time_print_area_pc button{
  background-color: #ffffff;
  border: none;
}


.ingredients_area{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: baseline;
}
.ingredients_area p{
  font-size: 15px;
}



h3{
  text-align: left;
  font-size: 24px;
  margin-top: 20px;
}
h3::before{
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  margin-bottom: 3px;
  background: url(../img/cup.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

dl{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 20px 0 0 0;
    font-size: 14px;
}

dd{
  border-bottom: #dfdeda solid 1px;
  box-sizing: border-box;
  font-weight: 400;
  padding-bottom: 7px;
  margin-top: 10px;
  margin-bottom: 0;

  width: 55%;
  text-align: right;
}
dt{
  width: 45%;
  text-align: left;
  border-bottom: #dfdeda solid 1px;
  padding-bottom: 5px;
  padding-top: 5px;
}
/* .A{
  padding: 5px 7px;
  background-color: #de9610;
  border-radius: 50%;
  color: #fff;
  margin-right: 5px;
  font-weight: bold;
} */
.A{
  background-color: #de9610;
  color: #fff;
  margin-right: 5px;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}
/* .B{
  padding: 5px 7px;
  background-color: #c93a40;
  border-radius: 50%;
  color: #fff;
  margin-right: 5px;
  font-weight: bold;
} */
.B{
  color: #fff;
  background-color: #c93a40;
  margin-right: 5px;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}






.direction_area{
  width: 95%;
  padding-bottom: 80px;
}
.direction_area h3{
  padding-bottom: 15px;
  font-size: 20px;
}
.direction_area h3::before{
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  margin-bottom: 3px;
  background: url(../img/fly.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.direction_area ul li {
  text-align: left;
  padding-bottom: 5px;
  letter-spacing: 0.05em;
  margin-left: 2em;
  text-indent: -2.0em;
}


.other_recipe_area{
  background-color: #f7f4f0;
  padding: 0 30px 55px 30px;
}
.other_recipe_area h4{
  font-size: 23px;
  padding-top: 55px;
  padding-bottom: 20px;
}
.column {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
}
.column__item {
  box-sizing: border-box;
  flex: 0 1 calc((100% / 4) - 10px); /* カラム間の隙間の分を引く */
  padding: 10px;
  margin-top: 10px; /* カラム間の隙間 */
  margin-left: 10px; /* カラム間の隙間 */
}
.other_recipe_area .column .column__item p{
  text-align: left;
  padding-top: 10px;
}
.other_recipe_area .column .column__item img{
  width: 100%;
}





.column_category {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
}
.column__item_category {
  box-sizing: border-box;
  flex: 0 1 calc((100% / 4) - 10px); /* カラム間の隙間の分を引く */
  padding: 10px;
  margin-top: 10px; /* カラム間の隙間 */
  margin-left: 10px; /* カラム間の隙間 */
}
.category_recipe_area, .column_area{
  width: 80%;
  margin: 0 auto;
}
.category_recipe_area .title{
  border-bottom: solid 2px #DE0202;
}
.category_recipe_area .title h2{
  font-size: 40px;
  text-align: center;
  /* margin-bottom: 0px; */
  padding-top: 70px;
}
.category_recipe_area .column_category {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
  padding-top: 40px;
}
.category_recipe_area .column_category .column__item_category {
  box-sizing: border-box;
  flex: 0 1 calc((100% / 5) - 10px); /* カラム間の隙間の分を引く */
  /* padding: 10px 0 10px 0px; */
  margin-top: 0px; /* カラム間の隙間 */
  /* margin-left: 15px; カラム間の隙間 */
  text-align: left;
}
.category_recipe_area .column_category .column__item_category p{
  border-bottom: 2px solid #333333;
  display: inline-block;
  font-size: 18px;
}


a{
  text-decoration: none;
  color: #000000;
}

.button_area {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.button {
    margin: 0 auto;
    display: inline-block;
    border: 2px solid #333333;
    margin-top: 60px;
}
.button p {
    font-size: 24px;
    padding: 10px 15px 10px 55px;
}
.button p::after {
    content: ">";
    margin-left: 40px;
}



#page_top{
  width: 110px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 60px;
  background: #DE0202;
  border-radius: 100vh;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 19px;
  color: #fff;
  position: absolute;
  top: 9px;
  bottom: 0;
  right: 0px;
  left: 10px;
  margin: auto;
}
#page_top a::after{
  content: 'page top';
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 9px;
    bottom: 0;
    right: 5px;
    left: 0px;
    margin: auto;
    padding-left: 10px;
    text-align: right;
}




.footer_area{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #f7f4f0;
  margin-top: 200px;
}
.footer_area footer{
  padding: 10px 0;
}


@media screen and (min-width:769px) {
  .header_right_sp{
    display: none;
  }
}
@media screen and (max-width:640px){

}

@media screen and (max-width:768px){
  .recipeTitle_area {
    display: block;
    padding: 5px 0;
    border-bottom: 2px solid #DE0202;
  }
  .logo{
    width: 100%;
    height: auto;
    margin: 5px 10px 0;
  }
  .logo img {
    width: 100%;
    margin-left: 0px;
  }
  h1{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
  }
  .globalrecipe_area {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* .header_right_pc{
    display: none;
  } */
  .active {
    overflow: hidden;
    order: -1;
    flex: 1 0;
    background-color: #f2f2f2;
    padding: 10px;
    justify-content: flex-end;
  }
  .header_right_sp{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 15px 10px 0;
    background-color: #f2f2f2;
  }

  .pankuzu{
    padding: 10px 0 10px 10px;
  }


  .detail_area {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
  }
  .detail_inner {
    display: flex;
    display: block;
  }
  .detail_inner_left {
    width: 100%;
    text-align: center;
  }
  .detail_inner_left img {
    width: 100%;
  }
  .print {
    display: none;
  }
  .detail_inner_right{
    width: 100%;
  }
  .detail_area h2 {
    font-size: 26px;
    padding-bottom: 12px;
  }
  .time_print_area{
    border: 1px solid #333333;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .time{
    padding: 6px 0 4px 0;
  }
  .other_recipe_area {
    background-color: #f7f4f0;
    padding: 0 10px 55px 10px;
  }
  .column__item {
    box-sizing: border-box;
    flex: 0 1 calc((100% / 2) - 10px);
    padding: 10px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .recipeArea {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .category_recipe_area, .column_area_category {
    width: 100%;
    margin: 0 auto;
  }
  .category_recipe_area .column_category .column__item_category {
    box-sizing: border-box;
    flex: 0 1 calc((100% / 2) - 10px);
    /* padding: 10px 0 10px 0px; */
    margin-top: 0px;
    text-align: left;
    padding-left: 20px;
  }
  .time_print{
    display: block;
  }
  .time_print_area_pc{
    display: none;
  }
  .other_recipe_area h4 {
    text-align: center;
  }

  .header_right_sp p{
    margin-right: 5px;
  }
  .header {
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
  }
  .button {
      margin: 0 auto;
      display: inline-block;
      border: 2px solid #333333;
      margin-top: 60px;
  }
  .button p {
      font-size: 18px;
      padding: 10px 20px;
  }
  .breadcrumb li:after {
    content: '>';
    padding: 0 2px;
    color: #555;
}
  .breadcrumb li {
    display: inline;/*横に並ぶように*/
    list-style: none;
    /*font-weight: bold;太字*/
    font-size: 0.1em;
  }
  .pankuzu ol {
    display: flex;
    flex-wrap: wrap;
  }

  #page_top{
    visibility: hidden;
  }


}
