/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	/* ボディ */
	body
	{
		font-size: 13px ;	/* 文字サイズ */
	}


    
    #header{
        display: none;
    }

	div.nav_sp{
		display: block;
		position: absolute;
		width: 100%;
		top: 0;
		z-index: 9999;
	}
	div.footer{
		display: none;
	}
	div.footer_sp{
		display: block;
	}
	/* ロゴ画像 */
	.logo
	{
		width: 200px ;
	}

	.footer{
		display: none;
	}
	.wrapper
	{
		width: auto ;
		padding: 0 10px ;
	}

	main
	{
		width: auto ;
		padding: 0 ;		/* 余白 */
		border: none ;		/* 枠線 */
	}

	.side
	{
		width: auto ;
    	visibility: hidden;
		display: none;
	}

    .main , .side
	{
        float: none;
		margin-top: 115px;
		float: none ;
	}

	main , .side
	{
        float: none;
	}

    .wrapper .side {
        width: 320px;
        /* position: absolute; */
        top: 10px;
        right: 0px;
    }
    .corner_icon {
        width: 75%;
        border: 2px solid #d0111b;
        background-color: white;
        /* float: left; */
        /* margin-right: 10px; */
        margin: 0 auto;
    }
    
    .today_inquiry {
        width: 100%;
    }

    .today_inquiry2 {
        width: 70%;
    }

	.top_corner_icon , .top_corner_read
	{
		float: none ;
	}
    .side{
    display: none;
    }
    .top_corner_read {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .top_corner_icon{
        text-align: center;
    }

    main {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }



    #top-head, .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
		height: 100px;
        position: relative;
		border-bottom: 5px solid #d0111b;
    }
    #top-head.fixed .logo,
    #top-head .logo {
		position: absolute;
		left: 13px;
		/* top: 13px; */
		color: #333;
		font-size: 26px;
		margin-top: 0px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
	    top: -468px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 10px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(570px);
        -webkit-transform: translateY(570px);
        transform: translateY(570px);
    }
    .for_sp
    {
        display: inline-block;
        width: 100%;
	margin:  10px 0;
    }


    .for_sp p
    {
        padding:10px;
	border:1px solid #ff0000;
    }


    .for_pc
    {
        visibility:hidden;
        display: none;
    }
    .mbs_common_header_genremenu{
        display: none;
    }
    .mbs_common_header_subgenremenu{
        display: none;
    }

    #header .oa_time_img {
        display: block;
        width: 160px;
        height: 31.14px;
    }


    /*accordion*/
    .accordion-box {
        position: relative;
    }
    .accordion-box label {
            height: 140px; /* グラデーションの高さ */
            cursor: pointer;
            text-align: center;
            font-size: 12px;
            position: absolute;
            bottom: 0;
            width: 100%;

            /* 以下グラデーションは「背景が白」に併せて設定しています */ 
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
            background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
            background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    }
    .accordion-box input:checked + label {
            background: inherit; /* 開いた時には背景グラデーションを消す */
    }
    .accordion-box label:after {
            content: "続きを見る"; /* ラベルの文字 */
            letter-spacing: .05em;
            line-height: 2.5rem;
            position: absolute;
            bottom: 20px;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            color: #fff;
            background-color: #c70044;
            width: 18.75rem;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
    }
    .accordion-box label:before {
            font-weight: 700;
            position: absolute;
            bottom: 30px;
            left: 50%;
            -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
            z-index: 1;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            width: 20px;
            height: 20px;
            line-height: 20px;
    }
    .accordion-box input {
            display: none;
    }
    .accordion-box .accordion-container {
            overflow: hidden;
            height: 720px; /* 開く前に見えている部分の高さ */
            -webkit-transition: all 0.1s;
            -moz-transition: all 0.1s;
            -ms-transition: all 0.1s;
            -o-transition: all 0.1s;
            transition: all 0.1s;
    }


    .accordion-box input:checked + label {
            /* display: none ; 閉じるボタンは要らないとき */
    }
    .accordion-box input:checked + label:after {
            content: "閉じる";
    }
    .accordion-box input:checked ~ .accordion-container {
            height: auto;
            padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
            -webkit-transition: all 0.1s;
            -moz-transition: all 0.1s;
            -ms-transition: all 0.1s;
            -o-transition: all 0.1s;
            transition: all 0.1s;
    }

	.top_corner_icon , .top_corner_read
	{
		float: none ;
	}
    .side{
    display: none;
    }
    .top_corner_read {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .top_corner_icon{
        text-align: center;
    }

    main {
        width: 100%;
        padding: 0px;
        padding-top: 70px;
        margin: 0px;
    }

    /*キッチンぷいぷい*/
    .kitchen-main_read {
        /* padding-top: 20px; */
        /* width: 100%; */
        float: left;
        width: 100%;
        margin-left: 5px;
        color: #d0111b;
        font-size: 1.2em;
        font-weight: 600;
        margin-left: 0px;
        font-family: sans-serif;
    }

    .kitchen-main_photo {
        border: 2px solid #d0111b;
        width: 100%;
        float: left;
        /* margin-top: 25px; */
    }

    .kitchen-main-wrapper―read {
        vertical-align: bottom;
        padding-bottom: 10px;
        float: left;
        width: 40%;
    }

    .kitchen-main-chefphotoin {
        margin-right: 5px;
        border-radius: 50%;
        float: right;
        width: 30%;
    }

    .list-myButton {
        background-color: #f9ff00;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        cursor: pointer;
        color: #c4191f;
        font-weight: 600;
        font-size: 1.2em;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 10px;
        padding-left: 10px;
        text-decoration: none;
        float: none;
        margin-top: 5px;
        margin: 0 auto;
    }

    .kitchen_todytitle {
        margin-top: 30px;
        width: 100%;
        font-size: 1.2em;
        font-weight: 600;
        color: #d0111b;
    }

    .kitchen_list {
        width: 100%;
        height: auto;
        display: inline-block;
        padding-top: 17px;
        padding-bottom: 17px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-bottom-style: dotted;
        border-bottom-color: #e7250f;
        border-bottom-width: 1px;
    }

    .kitchen_title {
        margin-top: 0px;
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .coner_title {
        margin-top: -45px;
        width: 100%;
    }


    .br-pc { display:none; }
    .br-sp { display:block; }


    .top_corner_icon {
        text-align: center;
    }
    .top_corner_read {
        width: 100%;
        float: none;
        text-align: center;
    }
    .top_corner_icon, .top_corner_read {
        float: none;
    }
    .kitchen-main_title {
        width: 100%;
        font-size: 1.0em;
        font-weight: 600;
        color: #d0111b;
        padding-bottom: 10px;
    }

    .recipe_icon {
        width: 50%;
        border: 2px solid #d0111b;
        background-color: white;
        float: left;
        margin-right: 10px;
    }

    .present-main_title {
        width: 100%;
        font-size: 1.2em;
        font-weight: 600;
        color: #d0111b;
    }

    .corner_title {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .kitchen-main-chefphotoin {
        border-radius: 50%;
        float: right;
    }

    .kitchen-main-wrapper―sns .kitchen-main-sns {
        float: left;
        margin-left: 15px;
        width: 17%;
    }

    .kitchen-main_recipe_left {
        width: 43%;
        float: left;
        padding: 0px;
        font-family: sans-serif;
    }

    .kitchen-main_recipe_right {
        width: 45%;
        padding: 10px;
        float: right;
        border-left-style: dotted;
        border-left-color: #e7250f;
        border-left-width: 1px;
        font-family: sans-serif;
    }

    button.print {
        display: none;
    }
    
    button.print:hover {
        background-color: #f9827f;
        color: #fff;
    }
}

