@charset "UTF-8";


/*---------------------

・レシピページ（記事/一覧） 
・お知らせページ（記事/一覧）
・soon 
・お問い合わせページ
 
 -----------------------*/



/*＝＝＝＝＝＝＝＝＝＝＝　　　 ★その他 page(一覧ページ、soonページ、contactページ)★　　＝＝＝＝＝＝＝＝＝＝＝*/


.soon, .contact, .cooking, .archive, .privacy, .single_recipe, .post{
    padding: 200px 0 140px;
}

/* タグcss */
.recipe-categories{
    padding-bottom: 15px;
}
.recipe-categories a, .tag a{
    background: #1779b3;
    padding: 2px 6px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

/*----------------------　　　 mobile 　　　　----------------------*/
@media screen and (max-width: 840px) {
    .soon, .contact, .cooking, .archive, .privacy, .single_recipe, .post{
    padding: 130px 0px 0;
}
}
@media screen and (max-width: 540px) {
    .soon h2, .contact h2, .cooking h2, .archive h2, .privacy h2{
        font-size: 24px;
    }
}


/*＝＝＝＝＝＝＝＝＝＝＝　　　 ★soon page(しばらくお待ちくださいページ)★　　＝＝＝＝＝＝＝＝＝＝＝*/
.soon h2{
    font-size: 32px;
}
.soon-text{
    text-align: center;
}

.soon .sd{
    flex-direction: column;
}
.soon-img img{
    width: 150px;
    opacity: 0.4;
}

/*＝＝＝＝＝＝＝＝＝＝＝　　　 ★contact page(お問い合わせページ)★　　＝＝＝＝＝＝＝＝＝＝＝*/

.contact-inner, .contact .beside-h2, .form, form .form-inbox{
    flex-direction: column;
}
.contact-inner{
    margin: 0px auto 0px;
    width: 1100px;
    max-width: calc(100% - 200px);
}
.form{
    width: 700px;
    max-width: 100%;
    margin-top: 60px;
}
.form-inbox{
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px 0px 24px 0px;
}
.form-inbox p{
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    width: 100%;
}
.form-input{
    padding: 12px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    height: 50px;
    font-size: 15px;
    background: #eeedea;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-radius: 4px;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    box-sizing:border-box;
}
.form-textarea{
    background: #eeedea;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-radius: 4px;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    height: 160px;
    font-size: 15px;
    text-align: left;
    box-sizing:border-box;
}
.form-text p:nth-child(1){
    font-weight: 600;
}
.form-text p:nth-child(2){
    line-height: 1.4;
}
.form-label{
    height: auto;
    margin: 0px 0px 24px 0px;
    padding: 0px;
    width: auto;
    max-width: 100%;
}
.form-label-text{
    text-decoration: underline;
    text-decoration-color: #848484;
}
.form-label input{
    cursor: pointer;
}
.check-box{
    margin: 0px 10px 0px 0px;
    padding: 0px;
    width: auto;
    max-width: calc(100% - 10px);
}
.form-button{
    background: #1779b3;
    border-radius: 40px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 24px 12px;
    width: 380px;
    font-size: 15px;
    height: 70px;
    color: #fff;
    letter-spacing: 0.5em;
    font-weight: 600;
    border: none;
}
.form-btn p{
    width: 380px;
}
.form-btn input:hover{
    transition: .3s cubic-bezier(.4,.4,0,1);
    opacity: 0.7;
    cursor: pointer;
}
.form-btn span{
    display: none;
}


/*＝＝＝＝＝＝＝＝＝＝＝　　　 ★archive page(レシピ投稿一覧ページ)★　　＝＝＝＝＝＝＝＝＝＝＝*/
.archive .beside-h2 h2{
    margin: 0px 0px 100px 0px;
}
.archive section{
    flex-direction: column;
}
.rec-list-box article{
    flex-direction: column;
}
/* レシピ一覧はすべて */
.blog-list__list-item a{
    justify-content: space-between;
    padding-bottom: 3rem;
	max-width: 720px;
}
.blog-item{
    letter-spacing: initial;
    line-height: inherit;
}
.blog-item__thumbnail{
    width: 35%;
}
.blog-item__title{
    font-weight: bold;
    border-bottom: 1.7px dotted #1779b3;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.pagination{
    padding: 50px 0 0;
}
.page-numbers{
    margin: 0 11px;
}
.current{
    color: #fff;
    background-color: #387faa;
    border-radius: 44px;
    height: auto;
    margin: 0 11px;
    height: 36px;
    width: 36px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.blog-item__button{
    align-items: flex-start;
    justify-content: flex-end;
    font-size: 14px;
}
.yajirushi_img img{
    margin-right: 10px;
    width: 15px;
}

/*＝＝＝＝＝＝＝＝＝＝＝　　　 ★recipe 投稿ページ(投稿ページ)★　　＝＝＝＝＝＝＝＝＝＝＝*/
.single_recipe_category{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.single_recipe .text{
    letter-spacing: 0.2px;
    line-height: 1.6;
}
.single_recipe_h1{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    gap: 1.25rem;
}
.recipe_h1_img{
    max-width: 432px;
    height: 332px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 2.5em;
    border-bottom-right-radius: 2.5em;
}
.recipe_h1_content{
    width: 100%;
}
.recipe_h1_content h1{
    font-size: 30px;
    font-weight: bold;
}
.timer{
    padding: 7px 10px;
    justify-content: flex-start;
    background: #1989ca33;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
}
.timer > :last-child{
    margin-left: auto;
}
.timer img{
    width: 16px;
    margin-right: 5px;
}
.timer p{
    margin: 0;
}
.single_recipe_h2{
    padding-top: 5rem;
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}
.single_recipe_h2 h2{
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 3px #387faa solid;
    font-weight: bold;
}
.recipe_h2_content{
    max-width: 796px;
    margin: auto;
    width: 90%;
}
.recipe_h2_content ul{
    padding: 0;
}
.recipe_h2_content li{
    justify-content: space-between;
    border-bottom: 1.7px dotted #628397;
    padding: 0.5rem 0;
}
.step-image{
    width: 15rem;
    margin-top: 1rem;
}
.recipe_cooking_text{
    justify-content: flex-start;
    align-items: flex-start;
}
.recipe_h2_content strong{
    color: #fff;
    font-weight: initial;
    width: 20px;
    background: #1779b3;
    border-radius: 53px;
    height: 20px;
    text-align: center;
    margin: 0 8px 0 0;
    padding: 12px;
    justify-content: center;
}

/*＝＝＝＝＝＝＝＝＝＝＝　　　 ★category page(お知らせ一覧ページ)★　　＝＝＝＝＝＝＝＝＝＝＝*/
.news-archive .blog-list__list-item a{
    padding: 14px 0;
    /* width: 90%;
    max-width: 840px; */
    align-items: flex-start;
}
.news-archive .news-link-date{
    min-width: 200px;
}
.news-archive .news-link-text{
    width: 100%;
}
.news-archive .news-link-text p{
    margin: 0;
}


/*＝＝＝＝＝＝＝＝＝＝＝　　　 ★news page(お知らせページ)★　　＝＝＝＝＝＝＝＝＝＝＝*/
.post{
    padding-bottom: 90px;
}
.post-inner{
    margin: 0px auto 0px;
    width: 860px;
    max-width: calc(100% - 100px);
}
.post_top_box{
    justify-content: space-between;
}
.post_top_box ul{
    padding: 0;
}
.post h2{
    font-size: 32px;
    text-align: left;
    letter-spacing: 0.2px;
    line-height: 1.4;
}
.post-content{
    width: 620px;
    margin: 0 auto;
    max-width: calc(100% - 50px);
}
.post-content figure{
    width: 100%;
    margin: 0;
}
.post-btn{
    padding: 90px 0 0;
}

/*＝＝＝＝＝＝＝＝＝＝＝　　　 ★privacy page(プライバシーページ)★　　＝＝＝＝＝＝＝＝＝＝＝*/
.privacy-inner{
    margin: 0px auto 0px;
    width: 1100px;
    max-width: calc(100% - 200px);
}
.privacy-h2{
    flex-direction: column;
}
.privacy-h2 .text{
    padding: 0px 0px 30px 0px;
    border-bottom: #d4d4d4 1px solid;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.privacy-content{
    margin: 50px 0 0 0;
}
.privacy-content article{
    margin: 50px 0px 0px 0px;
}
.privacy-h3{
    justify-content: flex-start;
    margin-bottom: 16px;
}
.privacy-h3 h3{
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.privacy-h3-content{
    font-size: 15px;
    line-height: 1.6;
}


/*----------------------　　　 mobile 　　　　----------------------*/

@media screen and (max-width: 840px) {
    /* 840px以下に適用されるCSS） */

    /* コンタクトフォーム */
    .contact-inner{
    width: 84%;
    max-width: 84%;
    margin: 0 8%;
    }

    /* レシピ一覧 */
    .rec-list-box{
        width: 75%;
    }
    .blog-list__list-item a{
        margin: 0 auto;
        width: 95%;
    }
    .blog-item__thumbnail{
        width: 37%;
    }
    .blog-item__content{
        width: 60%;
    }
    .blog-item__content p{
        line-height: 1.6;
    }
    .blog-list__list-item a{
        padding-bottom: 4rem;
    }
    .blog-item__thumbnail{
        line-height: 1.6;
    }

    /* レシピ投稿ページ */
    .recipe_h1_content h1{
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .single_recipe_h1{
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
        width: 100%;
    }
    .recipe_h1_img{
        width: 100%;
        position: relative;
        padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
        --tw-aspect-w: 6;
        --tw-aspect-h: 4;
        overflow: hidden;
        height: auto;
        max-width: 100%;
        border-radius: 0;
    }
    .single_recipe_h1 .recipe_h1_img img{
        object-fit: cover;
        max-width: 100%;
        object-position: center;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 0;
    }
    .recipe_h1_content{
        width: 100%;
        padding: 1rem 1.5rem 0;
    }
}

@media screen and (max-width: 540px) {

    /* コンタクトフォーム */
    .form-button{
        width: 260px;
        height: 60px;
    }
    .form-btn p{
        width: 260px;
        height: 60px;
    }
    .form-button{
        width: 240px;
        height: 60px;
    }

    /* プライバシーポリシー */
    .privacy-inner{
        margin: 0px 30px 0px;
        width: calc(100% - 60px);
        max-width: calc(100% - 60px);
    }
    .privacy-h2 .text, .privacy-h3-content{
        font-size: 14px;
    }
    .privacy-h3 h3{
        font-size: 18px;
    }
	
	/* 	投稿ぺージ */
    .blog-item__content{
        height: auto;
    }

    /* レシページページ */
    .archive .beside-h2 h2{
        margin: 0px 0px 50px 0px;
    }
    .blog-list__list-item a{
        flex-direction: column;
    }
    .pagination{
        padding: 25px 0 0;
    }
    .blog-item__thumbnail, .blog-item__content{
        max-width: 400px;
        width: 80%;
    }

    /* お知らせページ */
    .post{
        padding-bottom: 0;
    }
    .post-inner{
        max-width: calc(100% - 50px);
    }
    .post_top_box, .post_top_box a{
        font-size: 12px;
    }
    .post h2{
        font-size: 24px;
    }
    .post-content{
        max-width: 100%;
    }
    .post-btn{
        padding: 50px 0 0;
    }

     /* お知らせ一覧ページ */
     .news-archive .news-link-text{
        width: 100%;
     }
     .news-archive .news-link-date{
        width: 100%;
        text-align: left;
     }
}