/* 一覧　共通*/
.under_contents {
    margin-top: 150px;
}

.shop_name_span {
    font-size: 18px;
}

.otherPost li:nth-child(4n) {
    margin-right: 0;
}

.under_contents {
    margin-top: 150px;
}

.raBoxSpInner .sp_image {
    margin-bottom: 40px;
}

/* 詳細ページ */

#thumb_img img:last-child {
    margin-right: 0;
}

.cf:after {
    clear: both;
}

a,
a:visited {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    color: #000;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.food_text_area {
    margin: 0 auto 40px;
    font-size: 18px;
}

.food_text_area h1 {
    color: #fff;
    background: #5f235f;
    display: inline-block;
    line-height: 152%;
    padding: 0.25em .5em;
    font-size: 16px;
}

.food_text_area h2 {
    font-size: 32px;
    padding: 20px;
}

.download-button {
    background-color: white;
    border: 1px solid #aaa;
    color: #800080;
    padding: 2%;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    margin: 0 5px;
}

.download-button:hover,
.download-button2:hover{
   background:#D6B8DD;
}

/*media query*/
@media screen and (max-width: 560px) {
    .food_text_area {
        margin: 0 auto 40px;
    }

    .food_text_area {
        font-size: 18px;
    }

    .food_text_area h2 {
        font-size: 20px;
        padding: 15px 0;
        text-align: center;
    }

    .singleContent .singleSec {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .otherPost .download-button2 {
        background: #572061;
        padding: 2%;
        text-decoration: none;
        cursor: pointer;
        border-radius: 5px;
        display: flex;
        width: 330px;
        justify-content: center;
        margin: 1% auto;
    }

    .download_icon2 {
        width: 9%;
        margin-right: 25px;
    }

    .download-button {
        background-color: white;
        border: 1px solid #f5eedc;
        color: #800080;
        padding: 2%;
        text-decoration: none;
        cursor: pointer;
        border-radius: 3px;
        margin-bottom: 10px;
    }

    .inner {
        width: 100%;
        max-width: 1200px;
    }

    .download_icon {
        width: 10%;
        margin: auto 15px auto 10px;
    }

    .otherPost {
        /* display: flex; */
        margin: 10px auto;
    }
}

/*media query*/
.food_text_area p {
    font-size: 15px;
    line-height: 30px;
    border-top: 1px dotted #aaa;
    padding-top: 20px;
}

.fta_head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


@media screen and (min-width: 561px) {
    #thumb_img img {
        max-width: 32%;
        width: 15%;
        cursor: pointer;
        margin-left: 2%;
        border: 2px solid #eee;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 560px) {
    .food_text_area p{
        font-size: 14px;
        line-height: 25px;
    }
    .fta_head{
        display: block;
    }
    .cf img {
        max-width: 32%;
        cursor: pointer;
    }

    .cf {
        margin-top: 1%;
        display: flex;
        position: relative;
    }

    .cf .left {
        left: 0;
    }

    .cf .center {
        margin: 0 2%;
    }

    .cf .right {
        position: absolute;
        right: 0;
    }
}

img {
    max-width: 100%;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    font-family: "object-fit: cover;";
}

#thumb_img {
    margin-top: 1%;
    text-align: right;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.singleSec {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#content {
    margin: 3rem 0;
    text-align: center;
}

.inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}

@media screen and (min-width: 561px) {
    .download_container {
        display: flex;
        padding-bottom: 20px;
        justify-content: space-between;
    }
}

@media screen and (max-width: 560px) {
    .singleSec .download_container {
        padding-bottom: 20px;
    }
}

.download-sakana {
    width: 25%;
    margin-top: 1%;
    margin-right: 6%;
}

.download_icon {
    width: 10%;
    margin: auto 15px auto 0;
}

.icon_text_flex {
    display: flex;
}

.download_text {
    font-size: 15px;
    font-weight: bold;
    margin: auto 0;
}

/*  */

.download-button2 {
    background: #572061;
    padding: 2%;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    width: 35%;
    justify-content: center;
    margin: 1% auto 80px;
}

.download_icon2 {
    width: 9%;
    margin: auto 5%;
}

.download_text2 {
    font-size: 20px;
    font-weight: bold;
    margin: auto 0;
    color: white;
}

@media screen and (max-width:500px){
    .download_text2{
        font-size:18px;
    }
    .download-button2{
        width:96%;
    }
}

/*  */

.breadcrumbs .modoru-button {
    color: #800080;
    padding: 1% 0;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    width: 271px;
    margin: 1% auto;
    border-bottom: 1px solid #572061;
}

.modoru_icon {
    width: 15%;
    margin: auto 9% auto 2%;
}

.modoru_text {
    font-size: 20px;
    font-weight: bold;
    margin: auto 0;
    letter-spacing: 5px;
}

/*  */

/* 詳細ページ */

/* 上*/

.section {
    border: 1px solid #ccc;
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
}

.section .item {
    flex-basis: 23%;
    margin: 10px;
    justify-content: space-between;
}

.section .item .food_image_area img {
    width: 100%;
}

/* pcbox */

.raBox {
    background: url("../images/purple-back.png") left top no-repeat;
    background-size: cover;
    padding: 80px 10px;
}

.raBox img {
    vertical-align: bottom;
}

._sp {
    display: none !important;
}

@media screen and (max-width: 560px) {
    ._pc {
        display: none !important;
    }

    ._sp {
        display: block !important;
    }
}

.raBoxInner {
    background: #fff;
}

.michelinImg {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 45px;
}

.raTxt {
    width: 80%;
    max-width: 820px;
    margin: 0 auto;
    padding-bottom: 60px;
    line-height: 30px;
    /*font-family: KozGoPr6N-Bold;*/
}

.raTxt p{
    font-size:15px;
}

.raTxt img {
    margin: 50px auto;
    max-width: 800px;
}

.sakana_contents {
    padding-bottom: 40px;
    max-width: 820px;
    margin: 0 auto;
}

.sakana_contents h1 {
    text-align: center;
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    margin: 0 auto;
    padding: 15px 0;
}

@media only screen and (max-width: 850px) {
    .sakana_contents h1 {
        font-size: 4vw;
    }
}

@media only screen and (max-width: 560px) {
    .sakana_contents h1 {
        padding:0 0;
    }
}

.sakana_contents h1:before {
    position: absolute;
    content: url("../images/kakko.png");
    left: -150px;
    top: 0;

}

@media only screen and (max-width: 1100px) {
    .sakana_contents h1:before {
        left: -10%;
        top: -10px;
    }
}

@media only screen and (max-width: 560px) {
    .sakana_contents h1:before {
        content: url("../images/kakko_sp.png");
        left: -5px;
        top: -10px;
    }
}

.sakana_contents h1:after {
    position: absolute;
    content: url("../images/kakko.png");
    right: -150px;
    bottom: 0;
    transform: rotate(180deg);
}
@media only screen and (max-width: 1100px) {
    .sakana_contents h1:after {
        right: -10%;
        bottom: -15px;
    }
}


@media only screen and (max-width: 560px) {
    .sakana_contents h1:after {
        content: url("../images/kakko_sp.png");
        right: -10px;
        bottom: -15px;
    }
}

.clearFix {
    display: flex;
    flex-wrap: wrap;
}

/* sp */

.raBoxSp {
    background: url("../images/purple-back.png") left top no-repeat;
    background-size: cover;
    padding: 0 0 20px 0;
    margin: 0px -30px;
}

@media (max-width: 560px) {
    ._sp {
        display: block !important;
    }
    .raBoxSp{
        padding:10px 0;
    }
    .raBoxSp > img{
        width: calc(100% - 40px);
        margin: 0 auto;
        display: block;
    }
}

.raBoxSpInner {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.raBoxSpImg {
    width: 40%;
    margin: 0 auto 30px auto;
}

@media screen and (max-width: 500px) {
    .raBoxSpImg {
        width: 80%;
    }
}

@media screen and (max-width: 960px) {
    .title {
        pointer-events: all;
        font-family: "Noto Serif JP", serif;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0.05em;
        color: #5f235f;
        font-size: 18px;
        border-bottom: 1px solid #5f235f;
        padding-bottom: 10px;
        position: relative;
        display: block;
    }
}

@media screen and (max-width: 960px) {
    .title::after {
        content: "\f107";
        font-family: FontAwesome;
        color: #5f235f;
        position: absolute;
        right: 0;
    }
}

@media screen and (max-width: 960px) {
    .toggle {
        display: none;
        padding-top: 20px;
        line-height: 25px;
    }
    .toggle p{
        font-size:14px;
    }
}

.raBoxSpImg {
    width: 40%;
    margin: 0 auto 30px auto;
}

/* レシピリスト */

.resultList .interviewTitle {
    padding: 50px 0;
    position: relative;
    border-bottom: 1px solid #dcdddd;
    margin-bottom: 30px;
}

.interviewTitle {
    padding: 40px 0;
    margin-bottom: 30px;
}

.interviewTitle {
    padding: 90px 0;
    position: relative;
    border-bottom: 1px solid #dcdddd;
    margin-bottom: 60px;
}

.interviewTitle h2 {
    background: #fff;
    font-family: ReimPro-Bold;
}

.topHstyle {
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 35px;
    position: relative;
}

.interviewTitle:after {
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    border-right: 1px solid #dcdddd;
    top: 0;
    z-index: -1;
    box-sizing: inherit;
}

/* recipelistArea */

@media screen and (max-width: 560px) {
    .searchBox {
        font-size: 12px;
    }
}

.searchBox {
    margin-bottom: 15px;
    font-size: 14px;
}

/*.otherPost {*/
/*    margin-bottom: 50px;*/
/*}*/

ul {
    list-style: none;
}

@media screen and (max-width: 560px) {
    .otherPost li:nth-child(odd) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 560px) {
    .otherPost li {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* list */

/* ページネーション */

.pageNation {
    padding-top: 60px;
}

.ra_PN {
    padding-bottom: 60px;
    display: block;
}

.pageNation ul {
    display: flex;
    flex-wrap: wrap;
}

ol,
ul {
    list-style: none;
}

.pageNation li a.active {
    background: #e84d3f;
    color: #fff;
}

.pageNation li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    /* padding: 16px 20px; */
    border: 1px solid #5f235f;
    background: #fff;
    display: block;
    /* line-height: 1; */
    transition: 0.15s;
    margin: 2px;
    text-align: center;
}

/* ページネーション */

/* breadcrumbs */

.breadcrumbs {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    font-size: 13px;
}

.breadcrumbs .sepa {
    color: #e84d3f;
    padding: 0 8px;
}

a {
    text-decoration: none;
}

/* container */

a {
    color: inherit;
}

.message {
    margin: 5px;
}

.container {
    font-weight: bold;
    border: solid 2px #febf38;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

p {
    margin: 0 0;
    padding: 0 0;
    /*font-weight: bold;*/
}

.title_container {
    color: #febf38;
    margin: auto 10px;
    width: 100px;
    font-family: Futura;
}

.number_container {
    font-family: Futura;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    width: 60px;
    margin: auto 30px auto 0px;
    color: #febf38;
}

.border {
    border: solid 1px #febf38;
    height: 60px;
    margin: auto 0;
}

.table_container {
    margin: auto 0 auto 10px;
    padding: 0 0;
    font-family: KozGoPr6N-Bold;
}

tr {
    margin: 10px 0;
    display: flex;
}

.list {
    margin-right: 10px;
    text-align: center;
    color: white;
    width: 60px;
    background-color: #febf38;
    padding: 5px;
}

.text {
    padding: 5px 0;
    text-align: center;
}

/* container */

/* 上*/

ul {
    list-style: none;
}

.otherPost li {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 30px;
    position: relative;
}

.otherPost li:hover img{
    transform: scale(1.3);
}

a {
    text-decoration: none;
}

a,
a:visited {
    color: inherit;
}

.otherPost .food_image_area {
    width: 100%;
    margin: 0 auto 5px;
    position: relative;
    overflow: hidden;
    background:#eee;
}

.otherPost .food_image_area:before {
    content: "";
    display: block;
    padding-top: 66.6666%;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.otherPost li img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.food_image_area img {
    transition: all 0.3s;
}

/*img {*/
/*    height: auto;*/
/*    width: 100%;*/
/*    border-style: none;*/
/*    display: block;*/
/*    line-height: 0;*/
/*}*/

.otherPost h3 {
    color: #5f235f;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 2px;
    font-weight: bold;
    font-family: KozGoPr6N-Bold;
    position: absolute;
    top: 0;
    left: 0;
}

.fbox > span:first-child {
    flex-basis: auto;
}

.fbox > .shop_name_span {
    display: inline-block;
    line-height: 152%;
    color: #fff;
    background: #5f235f;
    font-size: 13px;
    padding: .25em .5em;
}

.otherPost .shop_text {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 6px;
    /*font-weight: bold;*/
    /*font-family: KozGoPr6N-Bold;*/
}

.pageNation {
    border-top: 2px solid #5f235f;
    padding-top: 60px;
    display: block;
}

.pageNation ul {
    display: flex;
    flex-wrap: wrap;
}

ul {
    list-style: none;
}

.pageNation li {
    /* display: inline-block; */
}

.pageNation li a.active {
    background: #e84d3f;
    color: #fff;
}

.pageNation li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    /* padding: 16px 20px; */
    border: 1px solid #e83820;
    background: #fff;
    display: block;
    /* line-height: 1; */
    transition: 0.15s;
    margin: 2px;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .otherPost li:nth-child(odd) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 560px) {
    .otherPost li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 560px) {
    .otherPost .food_image_area {
        margin-bottom: 6px;
    }
}

.otherPost .food_image_area {
    width: 100%;
    margin: 0 auto 5px auto;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 560px) {
    .otherPost h3 {
        font-size: 11px;
    }
}

@media screen and (max-width: 800px) {
    .otherPost h3 {
        font-size: 11px;
    }
}

@media screen and (max-width: 560px) {
    .fbox > span:first-child {
        flex-basis: auto;
    }
}

@media screen and (max-width: 560px) {
    .fbox > .shop_name_span {
        line-height: 1.3;
    }
}

@media screen and (max-width: 560px) {
    .otherPost .shop_text {
        font-size: 13px;
        margin-top: 4px;
    }
}

@media screen and (max-width: 800px) {
    .randomPost h6,
    .otherPost .shop_text {
        font-size: 15px;
    }
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.kitei{
    width: 70%;
    margin:0 auto 40px;
}

@media screen and (max-width:560px){
    .kitei{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}


.kitei h3{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #c30d23;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #c30d23;
}


.kitei p{
    margin: 10px auto 30px;
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 10px;
    border-bottom: 1px solid #c30d23;
} 

@media screen and (max-width: 780px) {
    .download-button2{
        width:60%;
    }
    .singleSec{
        width: 100%;
    }
    .kitei{
        width: 100%;
    }
    .breadcrumbs .modoru-button{
        font-size:18px;
    }
}

@media screen and (max-width:560px){
    .kitei h3{
        text-align:center;
    }
    .download-button2{
        width:100%;
    }
    .kitei p{
        font-size:13px;
    }
}
