@charset "UTF-8";
/* Scss Document */
article {
	padding-top: 150px;
}
article.index {
	padding-top: 0;
}
h1 {
    background: url(../../recipe/images/title.png) no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.5rem;
    padding: 0.5rem 0;
    margin-bottom: 2rem;
}

h2 span {
    color: tomato;
    font-size: 1.8rem;
    padding: 0 0.25rem;
}

.recipe-menu select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.recipe-menu select {
	padding: 5px 30px 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(../../images/common/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(../../images/common/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
}
/*　ieのみ　*/
@media all and (-ms-high-contrast: none) {
    .recipe-menu select {
        padding: 5px 10px;
      background: none;
      background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
    }
  }
.recipe-menu {
    margin-bottom: 2rem;
}
.recipe-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fed273;
    padding: 1rem;
}
.recipe-menu ul li {
    width: calc(100% / 2 - 1rem);
    background: #fff;
    margin: 0.5rem;
    padding: 0.5rem 0;
}

.recipe-menu ul li input {
    margin-left: 0.5rem;
}
.recipe-menu ul li h2 {
    background: #ebd0c6;
    margin: 0.5rem 1rem;
    font-weight: normal;
    font-size: 1.2rem;
}

.recipe-list h2 {
    font-weight: normal;
    font-size: 1.5rem;
}

.recipe-list h3 {
    display: flex;
    align-items: center;
    background: #fed273;
    font-weight: normal;
    font-size: 1.5rem;
    padding: 0.2rem 0.5rem;
    padding-left: 2rem;
    margin: 1rem auto 2rem;
}
.recipe-list h3 span {
    font-size: 1rem;
    background: #fff;
    padding: 0.2rem 1rem;
    margin-left: auto;
}
.recipe-list h3 i {
    display: block;
    font-size: 1rem;
    background: #FFFDCA;
    padding: 0.2rem 0.5rem;
    margin-right: 1rem;
    color: #333;
}

.recipe-contents {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.recipe-contents div {
    width: calc(50% - 2rem);
    margin-right: 2rem;
    margin-bottom: 2rem;
}
.recipe-contents div h4 {
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: normal;
    font-size: 1.2rem;
    background: #ebd0c6;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.recipe-contents div h4 span {
    background: #fff;
    font-size: 0.8rem;
    margin: 0.2rem 0.2rem 0.2rem auto;
    padding: 0 0.5rem;
}
.recipe-contents div h4:nth-of-type(2) span::before {
    content:"";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-bottom:3px; 
    background: url("../../recipe/images/time_24.png");
    background-size: contain;
    vertical-align: middle;
}

.recipe-contents div h5 {
    font-size: 1rem;
    background: #FF9395;
    color: #fff;
    padding: 0.2rem 0;
    margin-bottom: 0.5rem;
}
.recipe-contents div ol{
    margin-left: 2rem;
    text-align: left;
}
.recipe-contents div ul {
    margin-left: 1rem;
    text-align: left;
}
.recipe-contents div p.energy {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.recipe-search ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    margin: 1rem auto;
}
.recipe-search ul li {
    width: calc(100% / 3);
    padding: 1rem;
    position: relative;
}
.recipe-search ul li .medal {
    position: absolute;
    top: 0;
    left: 0;
}
.recipe-search ul li:last-child {
    margin-right: auto;
}
.recipe-search ul li p {
    display: flex;
    background: #fff;
    padding: 0.25rem 0.5rem;
    margin-top: 0;
}
.recipe-search ul li a {
    background: #fff;
}
.recipe-search ul li span {
    margin-left: auto;
}
.recipe-search ul li span::before {
    content:"";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-bottom:3px; 
    background: url("../../recipe/images/time_24.png");
    background-size: contain;
    vertical-align: middle;
}
/* 新着レシピ */
.recipe-search-new ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    margin: 1rem auto;
}
.recipe-search-new ul li {
    width: calc(100% / 4);
    padding: 1rem;
}

.recipe-search-new ul li.newest {
    width: calc(100% / 3);
    padding: 1rem;
}

.recipe-search-new ul li:last-child {
    margin-right: auto;
}
.recipe-search-new ul li p {
    display: flex;
    background: #fff;
    padding: 0.25rem 0.5rem;
    margin-top: 0;
}
.recipe-search-new ul li a {
    background: #fff;
}
.recipe-search-new ul li span.time {
    display: none;
}
.recipe-search-new ul li.newest span.time {
    display: block;
}
.recipe-search-new ul li.newest span.time::before {
    content:"";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-bottom:3px; 
    background: url("../../recipe/images/time_24.png");
    background-size: contain;
    vertical-align: middle;
}

.recipe-search-new ul li.newest span {
    margin-left: auto;
}

.paging ul {
    display: flex;
    justify-content: center;
}
.paging ul li {
	margin: 1rem;
}

/* for smart phone & tablet*/
@media screen and (max-width: 768px) {

   
}
/* smartphone */
@media screen and (max-width: 480px) {
    .recipe-list h3 {
        flex-wrap: wrap;
        padding-left: 0.5rem;
        text-align: left;
    }
    .recipe-list h3 span {
        margin: 0 auto;
    }
    .recipe-contents {
        flex-wrap: wrap;
    }
    .recipe-contents div {
        width: 100%;
        margin-right: 0;
    }
    
    .recipe-menu ul {
    flex-wrap: wrap;
}
.recipe-menu ul li {
    width: 100%;
    text-align: left;
}
    .recipe-menu ul li input, .recipe-menu ul li select {
    margin-left: 1rem;
}
.recipe-search ul li {
    width: 100%;
}
.recipe-search-new ul li.newest {
    width: 100%;
}
.recipe-search-new ul li {
    width: calc(100% / 2);
}
}
