@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;
}
.header .header_right_sp 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_sp {
    display: flex;
    align-items: center;
    padding-right: 45px;
}
.header_right_pc p{
    margin-right: 5px;
}
.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;太字*/
}

.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;
}

.recipe_category_area{
  width: 80%;
  margin: 0 auto;
}
.recipe_category_area .title{
  /* border-bottom: solid 2px #DE0202; */
}
.recipe_category_area .title h1{
  font-size: 40px;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 40px;
}



.category_recipe_area, .column_area{
  width: 80%;
  margin: 0 auto;
}
.category_recipe_area{
  background-color: #f7f4f0;
  width: 70%;
}
.category_recipe_area h4{
  font-size: 24px;
  text-align: center;
  padding-top: 35px;
}
.recipe_category_area .title h2{
  font-size: 40px;
  text-align: center;
  /* margin-bottom: 0px; */
  margin-top: 35px;
  margin: 50px;
}
.category_recipe_area .column {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
  padding-top: 40px;
  padding-bottom: 30px;
  width: 90%;
  margin: 0 auto;
}
.category_recipe_area .column .column__item {
  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 .column__item p{
  border-bottom: 2px solid #333333;
  display: inline-block;
  font-size: 18px;
}






.other_recipe_area{
  padding: 0 30px 55px 30px;
  margin-top: 10px;
  width: 80%;
  margin: 0 auto;
}
.other_recipe_area h4{
  font-size: 23px;
  padding-top: 55px;
  padding-bottom: 20px;
  text-align: center;
}
.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%;
}

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


#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;
  }
  .recipeArea {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .category_recipe_area, .column_area {
    width: 100%;
    margin: 0 auto;
  }
  .recipe_category_area .title h1 {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 40px;
    font-size: 26px;
  }
  .pankuzu p {
    padding: 10px 0 10px 10px;
  }


  .category_recipe_area .column .column__item {
    box-sizing: border-box;
    flex: 0 1 calc((100% / 2) - 10px);
    margin-top: 0px;
    text-align: left;
    padding-left: 25px;
  }
  .other_recipe_area {
    padding: 0px 0px 55px 0px;
    margin-top: 10px;
    margin: 0 auto;
    width: 100%;
  }
  .column__item {
    box-sizing: border-box;
    flex: 0 1 calc((100% / 2) - 10px);
    padding: 10px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .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;
  }

  .pankuzu{
    background-color: #f7f4f0;
    padding: 10px 0 10px 10px;
  }

  #page_top{
    visibility: hidden;
  }


}
