.taxonomy_midahsi {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin: 100px auto 0;
}
 .taxonomy_midahsi h2{
   display: none;
}
.term-sanmaiken .taxonomy_midahsi {
    background-image: url(../image/brand/sanmaiken.jpg) !important;
}
/* .taxonomy_midahsi::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
} */
/* iPhoneの場合 */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .fadeIn {
      /* iPhoneに適用するスタイル */
      display: none !important;
    }
  }
  
  /* iPhone X, XS, XR */
  @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .fadeIn {
      /* iPhoneに適用するスタイル */
      display: none !importants;
    }
  }
.term-ryoga .taxonomy_midahsi {
    background-image: url(../image/brand/ryoga.jpg) !important;
}

.term-roppou .taxonomy_midahsi {
    background-image: url(../image/brand/roppou.jpg) !important;
}

.company .taxonomy_midahsi {
    background-image: url(../image/company/page_h2.jpg);
}
.takeout .taxonomy_midahsi {
    background-image: url(../image/takeout/page_h2.jpg);
}
.frozen_ramen .taxonomy_midahsi {
    background-image: url(../image/frozen_ramen/page_h2.jpg);
}

.fc .taxonomy_midahsi {
    background-image: url(../image/fc/page_h2.jpg);
}

.contact .taxonomy_midahsi,
.thanks .taxonomy_midahsi {
    background-image: url(../image/contact/page_h2.jpg);
}

.privacy-policy .taxonomy_midahsi,
.legal-notice .taxonomy_midahsi,
.error404 .taxonomy_midahsi {
    background-image: url(../image/privacy/page_h2.jpg);
}

.archive .taxonomy_midahsi,
.single .taxonomy_midahsi {
    background-image: url(../image/news/page_h2.jpg);
}

.usces-cart .taxonomy_midahsi {
    /* background-image: url(../image/news/page_h2.jpg); */
    background-image: none;
    height: 0px;
}
.taxonomy_midahsi_item {
    background-image: none;
    height: 0px;
}
.taxonomy_midahsi h2 {
    width: 50%;
    position: absolute;
    /* top:-120px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 1.7em;
    z-index: 10;
    background: rgb(0, 0, 0, 0.4);
    padding: 20px;
    color: #fff;
}

.pankuzu {
    width: 90%;
    margin: 15px auto;
    text-align: center;
    font-size: 0.8em;
}

/* BRANDショップリスト */
.taxonomy_catch{
    margin: 80px auto;
}
.taxonomy_catch p{
    text-align: center;
    font-style: italic;
    font-weight: bold;
    line-height: 2.5em;
}
.taxonomy_flex {
    margin-bottom: 100px;
}

.taxonomy_box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: 0.3s;
}

.taxonomy_box .tac_thum {
    width: 40%;
}

.taxonomy_box .tac_thum img {
    width: 100%;
}

.taxonomy_box .taxonomy_box_info {
    width: 50%;
    padding: 5%;
}

.taxonomy_box .taxonomy_box_info .taxonomy_box_info_title {
    font-size: 1.5em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}

.taxonomy_box .taxonomy_box_info .button {
    margin-top: 30px;
}

.taxonomy_box:hover {
    background-color: #F2F2F2;
}

.taxonomy_box:hover .button a::before,
.taxonomy_box:hover .button a::after {
    right: -0.5em;
}

.h3_left {
    font-size: 1.3em;
    padding-left: 10px;
    border-left: 3px solid #000;
    margin-bottom: 30px;
}

/* ショップFC */
.shop_fc {
    display: flex;
    flex-wrap: wrap;
}

.shop_fc li {
    list-style: none;
    width: 46%;
    padding: 15px 1%;
    margin: 0 1%;
    border-bottom: 1px solid #000;
}

.shop_fc li .shop_name {
    font-size: 1.1em;
    margin-bottom: 15px;
}

.shop_fc li .shop_info {
    font-size: 0.9em;
}
.shop_fc li .shop_info a{
    text-decoration: underline;
    display: inline-block;
}
/* ショップsingle */
.single_kyugyo{
    color: #CC0000;
    font-weight: bold;
    border: 3px solid #CC0000;
    padding: 10px;
    text-align: center;
    margin-bottom:50px ;
}
.single_shop_flex {
    display: flex;
    margin-bottom: 50px;
}

.shop_thum {
    width: 40%;
}

.shop_thum img {
    width: 100%;
}

.single_shop_info {
    width: 50%;
    padding: 0 5%;
}

.single_shop_info h3 {
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.single_shop_info .explanation {
    margin-bottom: 30px;
    font-size: 0.9em;
}

.single_shop_info_p {
    font-size: 0.9em;
    border-left: 3px solid #000;
    padding: 10px 0 10px 10px;
}

.single_shop_info_p p {
    margin-bottom: 5px;
}

.parking_image {
    text-decoration: underline;
}

.parking_image a {
    padding-right: 30px;
}

.parking_image a i {
    margin-left: 10px;
}

.google_map iframe {
    width: 100%;
    height: 300px;
}

.shop_menu {
    margin: 100px 0;
}

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

.shop_menu_list li {
    list-style: none;
    width: 32%;
    margin: 0.5%;
}

.shop_menu_list li img {
    width: 100%;
    height: auto;
}
.shop_menu_list li .osusume_title{
    font-size: 1.1em;
    margin-top: 10px;
    font-weight: bold;
}
.shop_menu_list li .osusume_title i{
    padding-right: 5px;
}
.shop_menu_list li .osusume_price{
    text-align: right;
    font-size: 0.9em;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 2px dotted #000;
}
.shop_menu_list li .osusume_text{
    font-size: 0.8em;
    line-height: 1.5em;
}
.shop_menu .h3_left {
    margin-top: 80px;
}
/* テイクアウトページ */
.takeout_list{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;

}
.takeout_list li{
    width: 30%;
    margin:15px 1.5%;
}
.takeout_list li:hover img{
    transform: scale(1.05);
}
.takeout_list li img{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    transition: 0.3s;
}
.takeout_list li a{
    display: block;
    border-left: 3px solid #000;
    padding-left: 10px;
}
/* おといあわせ */
/*ContactForm7カスタマイズ*/

table.CF7_table {
    width: 80%;
    margin: 0 auto;
    border: 3px solid #e5e5e5;
    border-collapse: collapse;
}


.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
    display: table;
}

table.CF7_table tr th {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #fff;
    width: 30%;
    background-color: #ebedf5;
}

table.CF7_table tr td {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

/*入力欄*/
.CF7_table input,
.CF7_table textarea {
    border: 1px solid #d8d8d8;
    padding: 15px 2%;
    width: 96%;
}

.CF7_table ::placeholder {
    color: #797979;
}

/*「必須」文字*/
.CF7_req {
    font-size: .7em;
    padding: 5px;
    background: #CC0000;
    color: #fff;
    border-radius: 3px;
    margin-right: 1em;
}

/*「任意」文字*/
.CF7_unreq {
    font-size: .7em;
    padding: 5px;
    background: #bdbdbd;
    /*グレー*/
    color: #fff;
    border-radius: 3px;
    margin-right: 1em;
}

@media screen and (max-width: 1000px) {
    table.CF7_table {
        width: 100%;
    }
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
    table.CF7_table {
        width: 100%;
        border: none;
    }

    table.CF7_table tr {
        display: block;
        width: 100%;
    }

    table.CF7_table tr td,
    table.CF7_table tr th {
        display: block;
        width: 94%;
        padding: 10px 3%;
        border: 1px solid #e5e5e5 !important;
    }

    table.CF7_table tr th {
        background-color: #ebedf5;
    }

}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
    -webkit-appearance: none;
    display: flex;
    justify-content: center;
    background-color: #000;
    /* オレンジ*/
    border: 0;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 50px;
    cursor: pointer;
    border-radius: 3px;
    transition: 0.3s;
}

.wpcf7 input.wpcf7-submit:hover {
    background-color: #5b5b5b;
}

.CF7_btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.wpcf7-spinner {
    width: 0;
    margin: 0;
}

/* 会社案内 */
.company_tb01 {
    margin-bottom: 50px;
    width: 100%;
}

.company_tb01 th {
    padding: 10px;
    border-bottom: 1px solid #797979;
    width: 150px;
    font-size: 0.9em;
}

.company_tb01 td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 0.9em;
}
.company_tb01 td a{
    text-decoration: underline;
}
.company_bg {
    background-image: url(../image/company/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 300px;
}

_:lang(x)+_:-webkit-full-screen-document,
.company_bg {
    background-attachment: scroll;
}
/* 冷凍ラーメン */
.frozen_ramen_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.frozen_ramen_contents{
    width: 45%;
}
.frozen_ramen_contents h3{
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 50px;
}
.frozen_ramen_contents h4{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}
.frozen_ramen_contents_box{
    margin-bottom: 70px;
}
.frozen_ramen_img{
    width: 45%;
}
.frozen_ramen_img img{
    width: 100%;
}
.frozen_ramen_img_100 img{
    width: 100%;
}
.frozen_oem{
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
}
.frozen_oem_contents{
    padding: 80px 10%;
    width: 30%;
}
.frozen_oem_contents h4{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}
.frozen_oem_img{
    width: 50%;
}
.frozen_oem_img img{
    width: 100%;
    object-fit: cover;
}
.frozen_tantou{
    border: 1px solid #F2F2F2;
}
.frozen_tantou .frozen_ramen_contents{
    width: 40%;
    padding:0 5% 0 0;
}
/* ＦＣ */
.fc_shosai_box {
    padding: 15px;
    border: 1px solid #000;
    margin: 30px auto;
    text-align: center;
}

.fc_shosai_box .fc_shosai {
    margin-bottom: 15px;
}

.fc_shosai_box .fc_shosai_tel {
    font-size: 1.5em;
    font-weight: bold;
}

/* お知らせarchive */
.top_news .news_list {
    width: 100%;
}

.pagination ul {
    display: flex;
    justify-content: center;
    margin: 50px auto;
}

.pagination ul li {
    list-style: none;
    margin: 5px;
}

.pagination ul li a {
    border: 1px solid #000;
    padding: 3px 10px;
    color: #000;
    border-radius: 50%;

}

.pagination ul li span.current {
    background-color: #000;
    color: #FFF;
    border: 1px solid #000;
    padding: 3px 10px;
    border-radius: 50%;
}

/* おしらせsingle   */
article.entry {
    margin-bottom: 100px;
}

.entry-header {
    margin-bottom: 50px;
}

.entry-header h2 {
    font-size: 1.2em;
    border-bottom: 1px solid #000;
    padding: 10px;
    margin-bottom: 10px;
}

.entry-header .post-meta {
    display: flex;
}

.entry-header .post-meta p {
    font-size: 0.8em;
}

.entry-header .post-meta .cat {
    display: flex;
    align-items: center;
}

.entry-header .post-meta .cat p {
    color: #FFF;
    font-size: 0.7em;
    background-color: #333;
    padding: 0px 10px;
    border-radius: 2px;
    line-height: 1.5em;
    text-align: center;
    margin-left: 5px;
}

.single_thum img {
    width: 100%;
    margin-bottom: 30px;
}

.entry-content img {
    max-width: 100%;
}

.entry-content p {
    margin-bottom: 15px;
}

.entry-content li {
    margin-left: 20px;
}

.entry-content figcaption {
    font-size: 0.8em;
    text-align: center;
}

.single_back {
    display: block;
    width: 180px;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 10px 15px;
    text-align: center;
    font-size: 0.9em;
}

/* プライバシーポリシー */
.privacy-policy .privacy {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.privacy-policy .privacy_in {
    font-size: 0.9em;
}

.privacy-policy .privacy_li {
    margin: 30px 0;
}

.privacy-policy .privacy_li li {
    margin-left: 30px;
    font-size: 0.9em;
}

.privacy-policy .privacy_li li {
    overflow-wrap: break-word;
}

/* 商品リスト */
.item_list {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.item_list li {
    width: 43%;
    margin:0px 0.5% 30px;
    background-color: #F2F2F2;
    padding: 3%;
}

.item_list li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.item_list li .item_list_name {
    font-size: 1.3em;
    font-weight: bold;
}

.item_list li .field_price {
    text-align: right;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.item_list li .field_price .tax {
    font-size: 0.5em;
}

.item_list li:hover .button a::before,
.item_list li:hover .button a::after {
    right: -0.5em;
}

.detail-box .item-name {
    padding: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}

.detail-box .item-description {
    font-size: 0.9em;
}

#img-box {
    width: 48% !important;
}

.detail-box {
    width: 48% !important;
}


.sp-slide img{
    width: 100%;
    height: 400px;
    object-fit: contain;
    background-color: #F2F2F2;
}

.sp-thumbnail img{
    width: 100%;
    height: 150px;
    object-fit: contain;
    background-color: #F2F2F2;
    -webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}
.sp-selected-thumbnail img{
    -webkit-filter: brightness(1);
	filter: brightness(1);
}


@media screen and (max-width: 1100px) {
    .shop_menu_list_osusume li{
        width: 49%;
        margin-bottom: 30px;
    }
}

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

    
    .taxonomy_midahsi {
        height: 200px;
        /* margin: 230px auto 0; */
    }

    .taxonomy_midahsi h2 {
        font-size: 1.58em;
        line-height: 1.3em;
        top: -100px;
    }
    .usces-cart .taxonomy_midahsi {
        /* background-image: url(../image/news/page_h2.jpg); */
        background-image: none;
        height: 0px;
    }
    .taxonomy_midahsi_item {
        background-image: none;
        height: 0px;
    }

    .taxonomy_box {
        flex-direction: column;
    }

    .taxonomy_box .tac_thum {
        width: 100%;
    }

    .taxonomy_box .tac_thum img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .taxonomy_box .taxonomy_box_info {
        width: 90%;
        padding: 5%;
    }

    .taxonomy_box .taxonomy_box_info .taxonomy_box_info_title {
        font-size: 1.2em;
    }

    .taxonomy_box .taxonomy_box_info p {
        font-size: 0.9em;
    }

    .shop_fc {
        flex-direction: column;
    }

    .shop_fc li {
        width: 90%;
        padding: 15px 5%;
        margin: 0;
    }

    .takeout_list li{
        width: 47%;
    }

    .single_shop_flex {
        flex-direction: column;
    }

    .shop_thum {
        width: 100%;
    }

    .single_shop_info {
        width: 100%;
        padding: 5% 0;
    }

    .google_map iframe {
        height: 250px;
    }

    .shop_menu {
        margin: 100px 0;
    }



    .shop_menu_list li {
        width: 49%;
    }

    .shop_menu_list li img {
        width: 100%;
        height: auto;
    }

    .shop_menu .h3_left {
        margin-top: 80px;
    }
    .shop_menu_list_osusume li{
        width: 100%;
        margin-bottom: 30px;
    }




    .company_tb01 tr:nth-child(even) {
        background-color: #f3f6f4;
    }

    .company_tb01 th {
        display: block;
        width: 94%;
        padding: 10px 3%;
        text-align: left;
    }

    .company_tb01 td {
        display: block;
        width: 94%;
        padding: 10px 3%;
    }

    #img-box {
        width: 100% !important;
    }

    .detail-box {
        width: 100% !important;
    }

    .item_list {
        flex-direction: column;
    }
    
    .item_list li {
        width: 94%;
        margin: 15px 0;
        background-color: #F2F2F2;
        padding: 3%;
    }
    .page-template-uscescart .contetns1{
        width: 96%;
        padding: 2%;
    }


    .frozen_ramen_flex{
        flex-direction: column;
    }
    .frozen_ramen_contents{
        width: 100%;
    }
    .frozen_ramen_img{
        width: 100%;
        margin-bottom: 50px;
    }

    .frozen_oem{
        flex-direction: column;
    }
    .frozen_oem_contents{
        padding: 80px 10%;
        width: 80%;
    }
    .frozen_oem_img{
        width: 100%;
    }
    .frozen_oem_img img{
        width: 100%;
    }
    .frozen_tantou{
        border: 1px solid #F2F2F2;
    }
    .frozen_tantou .frozen_ramen_contents{
        width: 85%;
        padding:0 7.5% 7.5%;
    }
}

@media screen and (max-width: 640px) {
    .swiperMain img{
        height: 300px;
    }
    
    .swiperThumbnail .swiper-slide img{
        height: 100px;
   }

   .sp-slide img{
    height: 300px;
}

.sp-thumbnail img{
    height: 100px;
}
.taxonomy_catch p{
    text-align: left;
    font-size: 0.9em;
    line-height: 2em;
}

}

@media screen and (max-width: 480px) {
    .takeout_list li{
        width: 100%;
        margin: 15px 0;
    }
}

