    @charset "UTF-8";
    .wrapper {
        width: 1020px;
        margin: 0 auto;
    }
    /*default----*/
    
    a {
        color: #221815;
        text-decoration: none;
    }
    /*
    a:hover {
        opacity: 0.7;
    }
    */
    img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;		
		margin-bottom: 0.3em;
    }
    
    .is_sp {
        display: none;
    }
    
    body {
        color: #4d4d4d;
        font-family: 'lucida grande', 'tahoma', 'verdana', 'arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', 'sans-serif';
        margin: 0 auto;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5em;
        /*animation: fadeIn 3s ease 0s 1 normal;
        -webkit-animation: fadeIn 3s ease 0s 1 normal;*/
        position: relative;
    }
    
    main {
        background: #fff;
    }
    
    .is_pc {
        display: block;
        }
        
        .is_sp {
        display: none;
        }
        
    @keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    /*-------*/
    
    .head,
    .c_width {
        width: 1020px;
        margin: 0 auto;
		padding: 3px 0;
    }

    .visual img {
		margin-bottom: 0;
    }

    /*------------------------------*/
    
    .title_top {
		/*font-family: 'Noto Serif JP', serif;*/
        font-size: 18px;
        font-weight: bold;
    }
  
    .title_top_ss_red {
        font-size: 14px;
		font-weight: bold;
		color: #ff0000;
        margin-bottom: 30px;
    }

    .title {
		font-family: 'Noto Serif JP', serif;
        font-size: 40px;
        font-weight: 600;
        color: #000;
        margin-bottom: 20px;
    }
    
    article {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    article h2 {
        border-bottom: 10px solid #E50012;
        margin-bottom: 30px;
    }
    
    article h2 img {
        height: 44px;
        width: auto;
        margin-bottom: 10px;
    }
    
    br.pc_none {
        display: none;
    }
    /*アコーディオンボックス*/
    /*ボックス全体*/
    
    .accbox {
        margin-bottom: 2em;
        padding: 0;
    }
    /*ラベル*/
    
    .accbox {
        margin-bottom: 2em;
        padding: 0;
    }

    .accbox a {
        display: block;
        cursor: pointer;
        transition: all 0.5s;
    } 

	.accbox label {
        display: block;
        cursor: pointer;
        transition: all 0.5s;
    }
    
    .accbox input {
        display: none;
    }
    /*中身を非表示にしておく&チェックで表示*/
    
    .accbox .accshow {
        height: 0;
        padding: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.8s;
    }
    
    input:checked+.box .accshow {
        width: 100%;
        height: auto;
        padding: 5px;
        opacity: 1;
    }
    
    input:checked+.box .accshow,
    input:checked+.box .box-close {
        display: inline-block;
    }
    
    input:checked+section.box .pad_ie:before {
        transform: rotate(90deg);
        transition-duration: 0.3s;
    }
    /* foodsページのcss */
 /**/   
    #brand section {
        margin-bottom: 10px;
    }
    
    #brand .list ul li:nth-child(2n) {
        border-right: 2px solid #d61f2b;
    }
    
    #brand .list ul li:nth-child(n+9) {
        border-bottom: 2px solid #d61f2b;
    }
    
    #brand section .pad_ie {
 		/*font-family: delaney,sans-serif;*/
		font-weight: 700;
		font-style: normal;
        font-size: 30px;
        letter-spacing: 2px;
        color: #fff;
        padding: 15px 0;
        text-align: center;
        background-color: #e60012;
    }
    
    #brand section label:hover {
        opacity: 0.7;
    }

    .pad_ie::before {
        content: "▶";
        position: absolute;
        left: calc(50% - 450px);
        transition: transform .15s ease-in-out;
    }
    
    .accshow {
        background-color: #FFF;
    }
    
    .accshow ul li a {
        display: block;
        transition: .6s;
    }
    
    .accshow ul li a:hover {
        opacity: 0.7;
    }
    /*FOODSCITYお買上げCP*/
    
    .campaign {
        margin-bottom: 20px;
    }
    
    .campaign h3 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    
    .cp_date {
        font-size: 15px;
        font-weight: bold;
        padding-bottom: 10px;
    }
    
    .cp_text p {
        font-size: 13px;
        padding-bottom: 10px;
    }
    
    .red_bold {
        font-size: 20px;
        font-weight: bold;
        color: #e60012;
        margin: 5px 0;
    }
    
    .red_nuki {
        background-color: #e60012;
        color: #FFF;
        padding: 2px 7px;
        border-radius: 20px;
    }
    
    #brand section h4 {
        /*display: inline-block;*/
        position: relative;
        height: 50px;
        line-height: 50px;
        /*text-align: center;*/
        padding: 0 0px 0 18px;
		font-family: ten-mincho, serif;
		font-weight: 400;
		font-style: normal;
        font-size: 25px;
        color: #333;
        margin-top: 10px;
        border-left: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
	}
    
    #brand h5 {
        padding: 3px 0 3px 5px;
        margin-bottom: 5px;
        font-size: 13px;
    }
    
    #brand section label.food {
        background-color: #897bb8;
    }

    #brand section h4.food {
        background-color: #eee9ff;
		border-bottom: solid 4px #897bb8;
    }
    
    #brand section h5.food {
        border-left: 13px solid #897bb8;
    }
    
    #brand section label.restaurant,
    #brand section h4.restaurant {
        background-color: #f47a49;
    }
    
    #brand h5.restaurant {
        border-left: 13px solid #f47a49;
    }
    
    #brand .food_contents ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    
    #brand .food_contents ul::after {
        content: "";
        display: block;
        width: 31%;
    }
    
    #brand .food_contents ul li {
        width: 31%;
        border-bottom: 1px dashed #999;
        padding-top: 30px;
    }
    
    #brand .food_contents .text {
        font-size: 13px;
        /*margin-bottom: 10px;*/
    }
    
    #brand .fb_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        position: relative;
    }

    #brand .fb_list::before {
        content: "";
        display: block;
        /*padding-bottom: 36%;*/
    }
    
    #brand .fb_list img {
        width: 130px;
        border: 1px solid #CCCCCC;
        padding: 5px;
        margin-bottom: 10px;
    }
    
    #brand .fb_list .img_logo {
        border: 1px solid #CCCCCC;
        width: 70%;
    }
    
    #brand .fb_list .fb_txt {
        width: 70%;
        /* padding-bottom: 10px; */
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
    }

    #brand .text p span {
        color: #ff0000;
    }
    
    #brand .text p .sfont {
        color: #000000;
		font-size: 11px;
    }

    #brand .text p #brand .fb_list .fb_txt {
        width: 70%;
        padding-bottom: 10px;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
    }

	#brand .sale span {
    display: inline-block;
    text-align: center;
    background: #db3437;
	color: #fff;
	font-size: 14px;
    padding: 0.3rem 0.5rem;
	margin: 0 0 0.6em;
    min-width: 5rem;
	}

	#brand .sale {
	color: #ff0000;
	}

    /* Restaurant */
    
    #brand .restaurant_contents ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    
    #brand .restaurant_contents ul::after {
        content: "";
        display: block;
        width: 31%;
    }
/*    
    #brand .menu {
        padding-bottom: 10px;
    }
*/    
    #brand .restaurant_contents ul li {
        width: 31%;
        border-bottom: 1px dashed #999;
        padding-top: 30px;
		
    }
    
    .rs_comment {
        font-size: 13px;
    }
    
    .point {
        color: #ff0000;
/*        
		padding-top: 5px;
*/
    }
    
    .rs_menu {
        line-height: 1.5;
    }
    
    .rs_menu span {
        font-size: 13px;
        font-weight: bold;
    }
    
    .rs_menu p {
        font-size: 11px;
    }
    
    .rs_price {
        color: #ff0000;
        font-size: 13px;
        font-weight: 800;
    }

    .rs_price span {
    color: #000;
    }
    
    #brand .text p .rs_price span {
        color: #000;
    }
    
    .rs_notice {
        font-size: 11px;
        line-height: 1.5;
		padding-bottom: 10px;
    }

    #brand .text p span.rs_notice{
    font-size: 11px;
    color: #4d4d4d;
    }
    
    .rs_shop {
        margin-top: 10px;
    }
    
    .rs_floor {
        padding: 3px 0 0 10px;
        font-size: 12px;
    }
    
    #brand .rs_shop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
    }
    /*----------------------*/
    
    .notice h6 {
        font-size: 15px;
        color: #F00;
    }
    
    .note {
        display: block;
        padding: 0;
        font-size: 12px;
        list-style: none;
    }
    
    .note li {
        position: relative;
        padding-left: 1em;
    }
    
    .note li::before {
        content: "※";
        position: absolute;
        left: 0;
    }
    
    #brand .fb_txt .fb_price {
        display: block;
        margin-top: 2px;
        color: #F00;
        font-weight: bold;
        font-size: 19px;
    }
    
    #brand #lightbox-loading-link img {
        width: auto !important;
    }
    
    #brand span.text_red {
        color: red;
    }
    
    #brand span.text_small {
        font-size: 70%;
    }
    
    .topBack {
        display: block;
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
    
    .footer {
        height: 50px;
        font-size: 11px;
        line-height: 50px;
        text-align: center;
        font-family: 'lucida grande', 'tahoma', 'verdana', 'arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', 'sans-serif';
        color: #4d4d4d;
    }
    /* ---------------------------------------------------------768px以下(for mobile) */
    
    @media screen and (max-width: 768px) {
        .is_pc {
            display: none;
        }
        .is_sp {
            display: block;
        }
        .head {
            padding: 5px 0 0 0;
            height: 50%;
            text-align: left;
        }
        body {
            font-size: 12px;
            line-height: 1.6;
            margin: 0 auto;
        }
        .head {
            height: 0px;
            line-height: 0px;
            margin-bottom: 50px;
        }
        .head,
        .wrapper {
            width: 95%;
        }
        /* main visual*/
        .visual {
            padding-top: 0px;
        }
        .visual .wrapper{
            width: 100%;
        }
        /*------------------------------*/
		.title_top {
		/*font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		font-style: normal;*/
        font-size: 14px;
        font-weight: bold;
    }
		
		.title {
            font-size: 25px;
            margin-bottom: 5px;
        }
        article {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        article h2 {
            border-bottom: 10px solid #E50012;
            margin-bottom: 30px;
        }
        /* Foodページのcss */
        #brand section .pad_ie {
            font-size: 18px;
            padding: 5px 0;
            letter-spacing: 1.2px;
        }
        .pad_ie::before {
            left: calc(50% - 170px);
        }
        #brand .topBack {
            display: block;
            position: fixed;
            bottom: 50px;
            right: 50px;
        }
		#brand section h4 {
  		/*display: inline-block;*/
  		position: relative;
  		height: 36px;
  		line-height: 36px;
  		/*text-align: center;*/
  		padding: 0 0px 0 18px;
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		font-style: normal;
  		font-size: 16px;
  		color: #333;
  		margin-top: 5px;
        border-left: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
	}		
        #brand h5 {
            padding: 3px 0 3px 5px;
            margin-bottom: 5px;
            font-size: 12px;
        }
        #brand section h5.food {
            border-left: 7px solid #897bb8;
        }
        #brand h5.restaurant {
            border-left: 7px solid #ee608e;
        }
        #brand .food_contents ul {
            margin-bottom: 20px;
        }
        #brand .food_contents ul li {
            width: 100%;
            padding-top: 5px;
            margin-top: 5px;
        }
        #brand .fb_list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-flex;
        }
        #brand .fb_list::before {
            content: none;
        }    
        #brand .fb_list img {
            width: 101px;
            border: 1px solid #CCCCCC;
            margin-bottom: 10px;
            padding: 5px;
        }
        #brand .fb_list .img_logo {
            border: 1px solid #CCCCCC;
            width: 70%;
        }
        #brand .fb_list .fb_txt {
            width: 70%;
            padding-bottom: 10px;
            padding-left: 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 12px;
        }
        .notice h6 {
            font-size: 12px;
        }
        .note {
            font-size: 10px;
        }
        #brand .fb_txt .fb_price {
            display: block;
            margin-top: 2px;
            color: #F00;
            font-weight: bold;
            font-size: 19px;
        }
        #brand #lightbox-loading-link img {
            width: auto !important;
        }
        #brand span.text_red {
            color: red;
        }
        #brand span.text_small {
            font-size: 70%;
        }
        .topBack {
            display: block;
            position: fixed;
            bottom: 10px;
            right: -10px;
        }
        .topBack img {
            width: 70%;
        }
        /* Restaurant */
        #brand .restaurant_contents ul {
            margin-bottom: 20px;
        }
        #brand .restaurant_contents ul li {
            width: 100%;
            padding-top: 5px;
            margin-top: 5px;
        }		
        #brand .restaurant_contents ul::after {
            content: "";
            display: block;
            width: 100%;
        }
        #brand .menu {
            border-bottom: 1px dashed #999;
        }
/*        .restaurant_contents ul li {
            width: 100%;
            border-bottom: none;
            padding: 0;
            margin: 0px 0px 5px 0px;
        }
*/
        .rs_menu {
            line-height: 1.5;
        }
        .rs_menu p {
            font-size: 11px;
        }
        .rs_price {
            color: #FF0000;
            font-weight: 800;
        }
        .rs_notice {
            line-height: 1.5;
            padding-bottom: 10px;
        }
        span.rs_notice{
            color: #4d4d4d;
            padding-bottom: 0;
        }
        .rs_shop {
            margin-top: 10px;
        }
        .rs_floor {
            padding: 3px 0 0 10px;
            font-size: 12px;
        }
        #brand .rs_shop {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-flex;
        }
        /*----------------------*/
    }
    /* ---------------------------------------------------------769px以上(for pc) */
    
    @media screen and (min-width: 769px) and (max-width: 1020px) {
        body {
            min-width: 1020px;
        }
    }