@charset "utf-8";

/*  スマホ対応全体
--------------------------------------------------*/
.sp {
    display: none;
}
@media(max-width: 965px){
/*
    #gNavi2,
    #upperNavi,
    #readCopy,
    #searchBox{
        display: none;
    }
*/
    #page {
    }
    #page-head {
        padding: 0 14px 10px;
    }
    .sp {
        display: block
    }
}



/*  レシピトップページ
--------------------------------------------------*/
#concierge .tit01,
#ichino .tit01,
#recipes .tit01,
#enjoy_life .tit01 {
    background-image: url(/images/uploads/2025/04/titleBg02.png);
    border: 1px solid #E4E4E4;
    width: auto;
    min-height: 25px;
    padding: 9px 0 0 20px;
}
a img:hover{
    opacity: .5;
}
@media(max-width: 950px){
    #recipes .tit01,
    #enjoy_life .tit01 {
        background-image: none;
    }
}
#recipes .tit03 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
@media(max-width: 950px){
    #recipes .tit03 {
        border: none;
    }
}
#recipes .recipe_new,
#recipes .enjoy-life,
#recipes .ichino,
#recipes .concierge {
    margin: 20px auto;
}
#recipes .enjoy-life {
    margin: 50px auto;
}
.wrap{
    margin: 0 auto;
    max-width: 950px;
    position: relative;
}
#recipes .wrap{
}
@media(max-width: 950px){
    .wrap,
    #recipes .wrap{
    }
}
.recipe_img_Large,
.recipe_img {
    margin: 10px 0;
}
.recipe_img_Large ul {
    display: flex;
    justify-content: space-between;
}
@media(max-width: 820px){
    .recipe_img_Large ul {
        display: block;
    }
}
.recipe_img_Large ul li {
    width: 49.6%;
    text-align: center;
}
@media(max-width: 820px){
    .recipe_img_Large ul li {
        width: 100%;
        margin-bottom: 10px;
    }
}
.recipe_img_Large ul a {
    text-decoration: none;
    font-size: 14px;
}
.recipe_img_Large ul a img {
    width: 100%;
    border-radius: 10px;
}


.recipe_img ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recipe_img ul li {
    width: 24.5%;
    text-align: center;
    margin-bottom: 7px;
}
@media(max-width: 820px){
    .recipe_img ul li {
        width: 49%;
    }
}
.recipe_img ul li a {
    text-decoration: none;
}
.recipe_img ul li a img {
    width: 100%;
    border-radius: 10px;
}

.enjoy-life img {
    width: 100%;
    filter: drop-shadow(2.6px 2.6px 4px #cecece);

}

.ichino {
/*    background-color: #f6eee4;*/
    padding: 35px 0;
}
.ichino-category {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ichino-category li{
    width: 15%;
}
@media(max-width: 820px){
    .ichino-category li{
        width: 32%;
        margin-bottom: 10px;
    }
}
.ichino-category li img {
    width: 100%;
}

.concierge-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.concierge-list li {
    width: 32%;
    margin-bottom: 10px;
}
@media(max-width: 820px){
    .concierge-list {
        margin-bottom: 30px;
    }
    .concierge-list li {
        width: 48%;
        margin-bottom: 10px;
    }
}
.concierge-list li a img {
    width: 100%;
}
.button_new-window a {
    background-color: #f6eee4;
    border-radius: 6px;
    padding: 30px 20px 25px;
    display: block;
    position: relative;
    margin: 20px auto;
    max-width: 600px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}
@media(max-width: 820px){
    .button_new-window a {
        font-size: 14px;
    }
}
    .button_icon {
    position: absolute;
    right: 20px;
    top: 25px;
    height: 28px;
}

.recipe_img_Large a {
    position: relative;
    display: block;
    
}
.recipe_img_Large a p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255 / 0.8);
    padding: 1rem;
    font-weight: bold;
}

.recipe_img a {
    position: relative;
    display: block;
}
.recipe_img a p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255 / 0.8);
    padding: 1rem;
    font-weight: bold;
}
@media(max-width: 820px){
    .recipe_img_Large a p,
    .recipe_img a p {
        padding: .5rem;
    }
}

/*  Enjoy Life! アーカイブページ
--------------------------------------------------*/
.title_img {
    margin: 0 auto 20px;
}
.title_img img {
    width: 100%;
}
.year-selector{
    margin: 20px;
    text-align: right;
    
}
.page-title {
    
}
.enjoy-life-grid {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.enjoy-life-item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 40px;
}
.enjoy-life-item:nth-child(3n) {
    margin-right: 0;
}
.enjoy-life-item img{
    width: 100%;
    height: auto;
}
.enjoy-life-item img:hover{
    opacity: .5;
}
.enjoy-life-item a{
    color: #fff;
}
.enjoy-life-item {
}
@media(max-width: 820px){
    .enjoy-life-item {
        width: 48%;
        margin-right: 4%;
    }
    .enjoy-life-item:nth-child(3n) {
        margin-right: 4%;
    }
    .enjoy-life-item:nth-child(2n) {
        margin-right: 0;
    }
}

.enjoy-life-title {
    font-size: 1rem;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
    color: #42201b;
}



/* 市野先生　レシピ
------------------------------------------------*/
.recipe-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.recipe-grid .recipe-item {
    position: relative;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 1rem;
}
.recipe-grid .recipe-item:hover {
    opacity: .5;
}
.recipe-grid .recipe-item a {
    color: #fff;
}
.recipe-grid .recipe-item:nth-child(2n) {
    margin-right: 0;
}
.recipe-grid .recipe-item a img {
    width: 100%;
    height: auto;
}


.pdf-button {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 0.5em 1% 0.4em ;
    background-color: #42201b;
    text-decoration: none;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    font-size: 1rem;
    
}
.pdf-button:hover {
    opacity: .5;
    text-decoration: none;
}

/* ページャー
------------------------------------------------*/
.pagination{
    margin: 0 auto;
    text-align: center;
}
.pagination a {
    text-decoration: none;
    color: #A1908D;
}
.pagination .page-numbers {
    margin: 0 5px;
    padding: 2px 8px;
    border: 1px solid #A1908D;
}
.pagination .current{
    background-color: #A1908D;
    color: #fff;
    font-weight: bold;
}

/* レシピトップ　ヘルシーコンシェルジュとは
------------------------------------------------*/
.concierge_about {
    padding: 40px 0 60px;
/*    text-align: center;*/
    background-image: url(/images/uploads/2025/07/p0050_l_02.jpg);
}
.concierge_about_title {
    text-align: center;
}
.concierge_about_title img {
    width: 50%;
    margin-bottom: 20px;
}
.concierge_about_contents {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.concierge_about_contents_img {
    width: 50%;
}
.concierge_about_contents_text {
    text-align: left;
    color: #4e403b;
    width: 47%;
    font-size: 18px;
    line-height: 1.5;
}
.concierge_about_shop-lists {
    background:rgba(255,255,255,0.7);
    padding: 15px 20px;
    margin: 10px 0 0;
    border-radius: 10px;
}
.concierge_about_shop-lists h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: -7px;
}
.concierge_about_shop-lists p {
    font-size: 14px;
}
.button_new-window {
    margin: 50px auto;
}
@media(max-width: 820px){
    .concierge_about {
        padding: 20px 10px;
        margin: 0 -12px;
    }
    .concierge_about_title img {
        width: 80%;
    }
    .concierge_about_contents {
        display: block;
    }
    .concierge_about_contents_img {
        width: 100%;
    }
    .concierge_about_contents_text {
        width: auto;
        padding: 1.5rem 0 0;
    }
    .concierge_about_shop-lists {
        padding: 10px 10px;
    }
}