﻿@charset "UTF-8";

#RecipesMain,
.RecipesMain {
    font-size: 1.8em;
    line-height: 1.7em;
}

#RecipesMain .w960,
.RecipesMain .w960 {
    width: 960px;
    margin: 0 auto;
}

#RecipesMain img,
.RecipesMain img {
    display: block;
    max-width: 100%;
    height: auto;
}

#RecipesMain p,
.RecipesMain p {
    text-align: left;
}

#RecipesMain .f-red,
.RecipesMain .f-red {
    color: #e62231;
}

#RecipesMain .f-s133,
.RecipesMain .f-s133 {
    font-size: 1.33em;
}

#RecipesMain .f-s058,
.RecipesMain .f-s058 {
    font-size: 0.583em;
}

#RecipesMain .floatL,
.RecipesMain .floatL {
    float: left;
}

#RecipesMain .floatR,
.RecipesMain .floatR {
    float: right;
}

#RecipesMain .alignL,
.RecipesMain .alignL {
    text-align: left;
}

#RecipesMain .alignR,
.RecipesMain .alignR {
    text-align: right;
}

#RecipesMain .alignC,
.RecipesMain .alignC {
    clear: both;
    text-align: center !important;
}

.recipes-ttl {
    font-size: 2.667em;
    line-height: 1.5em;
    font-weight: bold;
    padding-bottom: 30px;
}

.recipes-ttl img {
    margin: 0 auto 15px auto;
}

.recipes-sttl {
    font-size: 2em;
    line-height: 1.5em;
    font-weight: bold;
    padding-bottom: 30px;
}

.recipes-show {
    height: 42vw !important;
    background: url("../image/251003/yosikei_251008.jpg") no-repeat center bottom !important;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9!important;
    background-size: 100% 100% \9!important;
    background-size: contain!important;
    -moz-background-size: contain!important;
    -webkit-background-size: contain!important;
    margin-bottom: 50px;
}

.recipes-show .page_ttl {
    font-size: 4em !important;
    font-weight: normal !important;
}

.swiper-wrapper,
	.swiper-pagination,
	.swiper-button-prev,
	.swiper-button-next,
	.swiper-scrollbar{
		display: none;
	}

.recipes-price {
    padding-left: 20px;
    padding-right: 20px;
}

.recipes-price p {
    margin-top: 60px;
}

.recipes-price img {
    margin: 0 auto;
}

.recipes-youtube-02 {
	width: auto;
	margin: 0 auto;
	margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.recipes-youtube-02 p{
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.recipes-youtube-02 .youtube-video img {
    margin: 0 auto;
}


.recipes-list {
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 9;
}

.recipes-list li {
    width: 31.25%;
    float: left;
    margin-right: 3.125%;
    margin-top: 60px;
}

.recipes-list li:last-child {
    margin-right: 0;
}

.recipes-list li span {
    display: none;
}

.recipes-sale {
    margin-top: -70px;
    background-image: url(../image/bg03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9;
    background-size: 100% 100% \9;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    position: relative;
    padding: 0 0 120px 0;
}

.recipes-sale:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 133px;
    background: url(../image/ico16.png) no-repeat center top;
}


.recipes-side_btn {
    position: fixed;
    width: 11.09%;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, .43) 1px 1px 31px;
    overflow: hidden;
    right: 20px;
    bottom: 160px;
    z-index: 9999;
}

.recipes-side_btn:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}



.recipes-sale_btn {
    position: absolute;
    width: 15.78%;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, .43) 1px 1px 31px;
    overflow: hidden;
    right: 4.375%;
    top: -15%;
}

.recipes-sale_btn:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.sub-recipes-sale {
    padding: 60px 0 120px 0;
    font-size: 1.111em;
}

.sub-recipes-sale img {
    width: 44.792%;
    float: left;
}

.sub-recipes-sale p {
    float: right;
    width: 50%;
    line-height: 1.8em;
}


.recipes-reason {
    padding-top: 90px;
}

.recipes-reason dt {
    margin-top: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 2.333em;
    font-weight: bold;
    width: 100%;
}

.recipes-reason dt img {
    width: 17.083%;
}

.recipes-reason dd {
    padding-top: 30px;
}

.recipes-reason dd p {
    padding-bottom: 20px;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
	clip-path: url(#clip_id);/*形の切り抜き*/
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*css追加分*/
.recipes-message {
    margin-top: 100px;
    padding: 100px 0 110px 0;
    background-image: url(../image/bg04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9;
    background-size: 100% 100% \9;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.recipes-message li {
    width: 48.958%;
    float: left;
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 25px;
}

.recipes-message li:last-child {
    float: right;
}

.recipes-message-name {
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    padding: 0 16px 0 60px;
    background: #f61926 url(../image/ico06.png) no-repeat 14px center;
    background-size: auto 60%;
    text-align: left;
}

.recipes-message li img {
    margin: 0 auto;
}

.recipes-message li p {
    padding: 10px 5px;
}





.recipes-youtube {
    padding: 100px 0 110px 0;
}

.recipes-youtube dt {
    margin-top: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 2.333em;
    font-weight: bold;
    width: 100%;
}

.recipes-youtube dt img {
    width: 17.083%;
}

.recipes-youtube dd {
    padding-top: 30px;
}

.recipes-youtube dd p {
    padding-bottom: 20px;
}
/*ここまで*/

.recipes-Instagram {
    margin-top: 100px;
    padding: 100px 0 110px 0;
    background-image: url(../image/bg04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9;
    background-size: 100% 100% \9;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.recipes-Instagram ul {
    display: flex!important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recipes-Instagram li {
    width: 300px;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-top: 25px;
    box-shadow: 4px 6.928px 16px 0px rgba(0, 0, 0, 0.15);
}

.recipes-Instagram-name {
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    padding: 0 16px 0 60px;
    background: #f61926 url(../image/ico06.png) no-repeat 14px center;
    background-size: auto 60%;
    text-align: left;
}

.recipes-Instagram li img {
    margin: 0 auto;
}

.recipes-Instagram li p {
    padding: 10px 5px;
}

.recipes-food {
    background: #FFFFFF url(../image/bg01.jpg) no-repeat center 220px;
    background-size: 100% auto;
}

.sub-recipes-food {
    background: url(../image/bg02.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.recipes-food-pic {
    margin: 0 auto;
    position: relative;
    top: -40px;
}

.recipes-food th {
    background-color: #5c4f4b;
    padding: 0 15px 0 30px;
    width: 320px;
    color: #FFFFFF;
    font-size: 1.333em;
    text-align: left;
    border-bottom: #FFFFFF solid 1px;
}

.recipes-food th small {
    font-size: 0.667em;
    display: block;
}

.recipes-food th span {
    padding: 20px 0 20px 60px;
    display: block;
}

.recipes-food th .ico-cattle {
    background: url(../image/ico07.png) no-repeat left center;
}

.recipes-food th .ico-pig {
    background: url(../image/ico08.png) no-repeat left center;
}

.recipes-food th .ico-chicken {
    background: url(../image/ico09.png) no-repeat left center;
}

.recipes-food th .ico-vegetable {
    background: url(../image/ico10.png) no-repeat left center;
}

.recipes-food td {
    text-align: left;
    padding: 15px 40px 15px 30px;
    border-bottom: #5c4f4b solid 1px;
}

.recipes-food tr:last-child th,
.recipes-food tr:last-child td {
    border-bottom: none;
}

.recipes-food-slogan {
    font-size: 2.111em;
    padding: 300px 0 250px 0;
    line-height: 1.5em;
    font-weight: bold;
}

.recipes-flow {
    padding-top: 120px;
    padding-bottom: 50px;
}

.recipes-flow th {
    width: 119px;
    padding: 35px 0;
    position: relative;
    overflow: hidden;
}

.recipes-flow tr:first-child th:after,
.recipes-flow tr:last-child th:before {
    display: none;
}

.recipes-flow th:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 50%;
    background-color: #e62231;
    left: 50%;
    margin-left: -2px;
    top: 50%;
    z-index: -1;
}

.recipes-flow th:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 50%;
    background-color: #e62231;
    left: 50%;
    margin-left: -2px;
    top: 0;
    z-index: -1;
}

.recipes-flow td {
    padding: 30px;
    text-align: left;
    font-size: 1.333em;
    line-height: 1.7em;
}

.recipes-menu {
    background: #f4f4f4 url(../image/bg05.jpg) no-repeat left top;
    background-size: 100% auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.recipes-menu-box {
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-top: 50px !important;
}

.recipes-menu-sub-box {
    padding: 50px 80px;
}

.recipes-pictogram{
	width: 80%;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.recipes-menu-box table {
    width: 100%;
    border: #605754 solid 1px;
    margin-top: 40px;
}

.recipes-menu-box th {
    width: 150px;
    padding: 15px 25px;
    background-color: #605754;
    border-bottom: #FFFFFF solid 1px;
    color: #FFFFFF;
    text-align: left;
    font-size: 1.111em;
}

.recipes-menu-box td {
    border-bottom: #605754 solid 1px;
    padding: 15px 15px 15px 30px;
    text-align: left;
    font-size: 0.833em;
}

.recipes-menu-box tr:last-child th,
.recipes-menu-box tr:last-child td {
    border-bottom: none;
}

.recipes-menu-box_logo {
    margin: 0 auto 30px auto;
}

.recipes-menu-box_logo_02 {
    margin: 0 auto 30px auto;
}

.recipes-faq {
    padding-top: 100px;
}

.recipes-faq table:last-child {
    border-bottom: black solid 1px;
}

.recipes-faq table {
    border-top: black solid 1px;
    width: 100%;
    padding: 20px 0;
    font-size: 1.333em;
}

.recipes-faq th {
    width: 100px;
    padding: 20px 0;
    text-align: left;
}

.recipes-faq td {
    padding: 20px 0 20px 30px;
    text-align: left;
}

.recipes-faq small {
    font-size: 0.6em;
	line-height: 0.9em;
}


.recipes-faq td.recipes-faq-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recipes-faq td.recipes-faq-box p {
    width: 45.122%;
}

.recipes-faq td.recipes-faq-box img {
    width: 51.829%;
}

.recipes-faq td .floatR {
    margin: 0 0 20px 20px;
}

.recipes-sale-ttl {
    font-size: 2.47em;
    text-align: center;
    clear: both;
    padding-top: 110px;
    font-weight: bold;
}

.recipes-sale-ttl img {
    display: block;
    margin: 30px auto;
}

.recipes-faq-sttl {
    overflow: hidden;
    text-align: center;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-size: 75%;
}

.recipes-faq-sttl span {
    display: inline-block;
    position: relative;
    padding: 0 .5em;
}

.recipes-faq-sttl span:before {
    right: 100%;
}

.recipes-faq-sttl span:after {
    left: 100%;
}

.recipes-faq-sttl span:before, .recipes-faq-sttl span:after {
    border-top: 1px solid #000;
    display: block;
    position: absolute;
    width: 80em;
    top: 50%;
    content: '';
}


.recipes-form {
    background: url(../image/bg06_251003.jpg) no-repeat center top #fff4e2;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9;
    background-size: 100% 100% \9;
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    margin-top: 50px;
    padding-top: 170px;
    padding-bottom: 110px;
}



.recipes-form .recipes-ttl {
    position: relative;
}

.recipes-form-ico {
    position: absolute;
    left: 50%;
    top: -140px;
    margin-right: -100px;
}

.recipes-form .recipes-ttl .f-red {
    font-size: 1.354em;
}

.recipes-form p img {
    border: #FFFFFF solid 2px;
}

.recipes-ttl-date {
    font-size: 0.75em;
    text-align: center !important;
}

.recipes-ttl-date small {
    font-size: 0.625em;
}

.recipes-form-btn {
    margin-top: 30px;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 50px 20px;
}

.recipes-form-btn ul {
    max-width: 792px;
    margin: 0 auto;
}

.recipes-form-btn li {
    width: 80%;
    margin: 30px auto 0;
}

.recipes-form-btn li a {
    display: block;
    height: 85px;
    line-height: 85px;
    border-radius: 15px;
    padding: 0 30px 0 10px;
    font-size: 1.333em;
    color: #FFFFFF;
    text-decoration: none;
    background: #e62231 url(../image/ico14.png) no-repeat 92% 50%;
}

.recipes-form-btn li a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.br-sp {display: none; }
.br-pc {display: block; }




@media all and (max-width: 1400px) {
    .recipes-show {
    height: 49vw !important;
	}
}


@media all and (max-width: 1200px) {
    .recipes-show {
    height: 50vw !important;
	}
}

@media all and (max-width: 1100px) {
    .recipes-show {
    height: 51vw !important;
	}
}


@media all and (max-width: 999px) {
    #RecipesMain .w960,
    .RecipesMain .w960 {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
	
	.recipes-show {
    height: 52vw !important;
	}


}


@media all and (max-width: 900px) {
    .recipes-show {
    height: 53vw !important;
	}
}

@media all and (max-width: 800px) {
    .recipes-show {
    height: 54vw !important;
	}
}

@media all and (max-width: 767px) {
    #menu .RecipesMain {
        margin-top: 25px;
    }
    #RecipesMain,
    .RecipesMain{
        font-size: 0.875em;
        line-height: 1.6em;
    }

    #RecipesMain .f-s133,
    .RecipesMain .f-s133 {
        font-size: 1.8em;
        line-height: 1.8em;        
    }
    #menu .image img {
        width: 100%;
        height: auto;
    }

    #RecipesMain .f-s058,
    .RecipesMain .f-s058 {
        font-size: 0.9em;
        line-height: 1.3em;   
    }        

    .recipes-ttl{
        padding-bottom: 20px;
    }
    .recipes-sttl{
        padding-bottom: 15px;
    }
    .recipes-ttl img{
        max-width: 10%!important;
    }
    .recipes-price p:first-child{
        margin-right: -20px;
        margin-left: -20px;
    }
    .recipes-list li .pc-pic {
        display: none!important;
    }


    .recipes-side_btn {
        position: fixed;
        width: 24.09%;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, .43) 1px 1px 31px;
        overflow: hidden;
        left: 10px;
        bottom: 10px;
    }
    
    .recipes-side_btn:hover {
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }
    

/*
    .recipes-side_btn{
        display: none;
    }
*/
    .recipes-list li span,
    .recipes-list li span img {
        display: block !important;
    }
    .recipes-show {
        height: 42vw!important;
        font-size: 1em;
        margin-bottom: 20px!important;
    }
    .recipes-price p{
        margin-top: 20px;
    }
    .recipes-list{
        padding-top: 30px;
    }
    .recipes-list .w960{
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .recipes-list li:first-child{
        margin-top: 0;
    }
    .recipes-list li{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 20px;
    }
    .recipes-sale_btn{
        display: none;
    }
    .recipes-sale{
        margin-top: 50px;
        padding-bottom: 20px;
    }
    .recipes-sale:before {
        width: 72%;
        height: 10vw;
        left: 14%;
        background-size: 100% 100%;
    }
    .recipes-sale-ttl{
        padding-top: 70px;
    }
    .recipes-sale-ttl img{
        width: 36%;
    }
    .sub-recipes-sale{
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 1.6em;        
    }
    .sub-recipes-sale img{
        width: 100%;
        float: none;
    }
    .sub-recipes-sale p{
        padding-top: 20px;
        width: auto;
        float: none;
    }
    .recipes-reason{
        padding-top: 30px;
    }
    .recipes-reason dt{
        margin-top: 20px;
    }
    .recipes-reason dt:first-child{
        margin-top: 0;
    }

    .recipes-reason dd p {
        font-size: 1.6em;
        line-height: 1.8em;
    }
    

	/*css追加分*/
	.recipes-message{
        background-position: top center;
        background-size: auto 50%;
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 10px;
        background-color: #FFFFFF;
    }
    .recipes-message-name{
        height: 40px;
        line-height: 40px;
    }
    .recipes-message li{
        width: auto;
        float: none!important;
        margin-top: 0;
        margin-bottom: 20px;
    }
	
	
	
	
	
	.recipes-youtube{
        padding-top: 30px;
		padding-bottom: 10px;
    }
    .recipes-youtube dt{
        margin-top: 20px;
    }
    .recipes-youtube dt:first-child{
        margin-top: 0;
    }

    .recipes-youtube dd p {
        font-size: 1.6em;
        line-height: 1.8em;
    }
	
	.recipes-youtube-02{
		margin-top: 30px;
	}
	
	.recipes-youtube-02 p{
		margin-top: 0;
		font-size: 1.6em;
        line-height: 1.8em;
	}
	/*ここまで*/
	
    .recipes-Instagram{
        background-position: top center;
        background-size: auto 50%;
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 10px;
        background-color: #FFFFFF;
    }
    .recipes-Instagram-name{
        height: 40px;
        line-height: 40px;
    }
    .recipes-Instagram li{
        width: 47.9%;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .recipes-food-pic{
        position: static;
        width: 94%;
        margin: 0 auto;
    }
    .recipes-food {
        background: #FFFFFF url(../image/bg01.jpg) no-repeat center 10vw;
    }
    .sub-recipes-food{
        background-image: url(../image/bg02_sp.jpg);
    }
    .recipes-food .recipes-ttl{
        padding-top: 10px;
    }
    .recipes-food table{
        background-color: #FFFFFF;
    }
    .recipes-food th{
        padding:0 10px;
        width: 33.5%;
    }
    .recipes-food th span{
        padding: 10px 0 10px 30px;
    }
    .recipes-food th .ico-cattle,
    .recipes-food th .ico-pig,
    .recipes-food th .ico-chicken,
    .recipes-food th .ico-vegetable {
        background-size: 25px auto;
    }
    .recipes-food td{
        padding: 10px 15px;
        font-size: 1.35em;
        line-height: 1.5em;           

    }
    .recipes-food-slogan{
        padding: 40px 30px 80px 30px;
    }


    .recipes-flow{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .recipes-flow th{
        width: 13.134%;
        padding: 10px 0;
    }
    .recipes-flow th:before,
    .recipes-flow th:after{
        width: 1px;
        margin-left: 0;
    }
    .recipes-flow td{
        padding: 10px;
        font-size: 1.6em;           
    }
    .recipes-menu {
        background: #f4f4f4 url(../image/bg05.jpg) no-repeat center top;
        background-size: 130% auto;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .recipes-menu-sub-box{
        padding: 20px;
    }
    .recipes-menu-box_logo{
        max-width: 40%!important;
        margin-bottom: 15px;
    }
	
	.recipes-menu-box_logo_02{
        max-width: 100%!important;
        margin-bottom: 15px;
    }
    .recipes-menu-box{
        margin-top: 15px!important;
    }
    .recipes-menu-box table{
        margin-top: 15px;
    }
    .recipes-menu-box th{
        padding: 10px;
        width: 40px;
        font-size: 1.8em;           
    }
    .recipes-menu-box td{
        padding: 10px;
        font-size: 1.6em;
        line-height: 140%;          
    }

    .recipes-faq{
        padding-top: 20px;
    }
    .recipes-faq table{
        padding: 5px 0;
    }
    .recipes-faq th{
        width: 10.746%;
        padding: 10px 0;
    }
    .recipes-faq td{
        padding: 10px 0 10px 10px;
        font-size: 1.35em;
        line-height: 1.6em;                   
    }
	
	.recipes-faq small {
    	font-size: 0.45em;
        line-height: 0.5em;    		
}
	
	
    .recipes-faq td.recipes-faq-box{
        display: block;
    }
    .recipes-faq td.recipes-faq-box p{
        padding-bottom: 10px;
    }
    .recipes-faq td.recipes-faq-box p,
     td.recipes-faq-box img{
        width: 100%;
    }

    .recipes-faq td.recipes-faq-box img{
        width: 100%;
    }
    .recipes-faq td .floatR {
        margin: 20px 0 20px 20px;
    }

    .recipes-faq .bgc{
        background-color: #f8f7f4;
        padding: 5px 10px;
    }
    .recipes-form{
        background: url(../image/bg06_sp_251003.jpg) no-repeat center top #fff4e2;
        background-size: contain;
    }

    /*
    #RecipesMain .f-red{
        display: block;
    }
    */
    .recipes-form{
        margin-top: 30px;
        padding-top: 110px;
        padding-bottom: 30px;
    }
    .recipes-form .recipes-ttl img{
        max-width: 120px!important;
    }
    .recipes-form-ico{
        top: -65px;
        left: 55%;
    }
    .recipes-form-btn{
        margin-top: 0;
        padding: 20px 10px;
    }
    .recipes-form-btn li a {
        height: 40px;
        line-height: 40px;
        border-radius: 8px;
        padding: 0 25px 0 10px;
        background-size: 20px auto;
    }

    .br-sp {display: block; }
    .br-pc {display: none; }

}

@media all and (max-width: 440px) {
    .recipes-show {
	margin-bottom: 0!important;
    height: 87vw!important;
    background: url("../image/251003/yosikei_sp_251008.jpg") no-repeat center bottom !important;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9!important;
    background-size: 100% 100% \9!important;
    background-size: cover!important;
    -moz-background-size: cover!important;
    -webkit-background-size: cover!important;		
		
    }
	
	/**
	.swiper-button-prev, .swiper-button-next,.swiper-pagination,.swiper-scrollbar,.swiper-slide {
    display: block;
  }**/
	
	.slider {
 	 white-space: nowrap;
  	 overflow: hidden;
	}

	.swiper-wrapper {
  	display: inline-block;
  	animation: scroll 20s linear infinite;
	}

	.swiper-wrapper > div {
  	display: inline-block;
	}

	@keyframes scroll {
  	0% { transform: translateX(0); }
  	100% { transform: translateX(-600%); }
	}
	
	
	.swiper-wrapper {
		display: flex;
		transition-timing-function:linear!important;
		backface-visibility: hidden;
  		transform-style: preserve-3d;
	}
	
	
  .swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function:linear!important;
	-o-transition-timing-function:linear!important;
	transition-timing-function:linear!important; 
  }
	
	.recipes-youtube-02 p {
    width: auto;
	}
	
	.recipes-pictogram{
	width: 100%;
}

}


.recipes-list ul,
.sub-recipes-sale,
.recipes-message ul,
.recipes-Instagram ul,
.recipes-form-btn ul {
    display: inline-block;
}

.recipes-list ul:after,
.sub-recipes-sale:after,
.recipes-message ul:after,
.recipes-Instagram ul:after,
.recipes-form-btn ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

* html .recipes-list ul,
* html .sub-recipes-sale,
* html .recipes-message ul,
* html .recipes-Instagram ul,
* html .recipes-form-btn ul {
    height: 1%;
}

.recipes-list ul,
.sub-recipes-sale,
.recipes-message ul,
.recipes-Instagram ul,
.recipes-form-btn ul {
    display: block;
}

.moshikomi_btn {
    width: 700px;
    margin: auto;
    display: block;
	margin-top: 20px;
}
@media all and (max-width: 767px) {
    .moshikomi_btn {
        width: 86%;
    }
}
