@charset "utf-8";
/* @responcive
-------------------------------- */
.forPC {
    display: block;
}
.forSP {
	display: none;
}
#BtnMenu {
	display: none;
}

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

	.forPC {
	    display: none;
	}
	.forSP {
	    display: block;
	}
	img {
	    max-width: 100%;
	}
	    
	/* common
	-------------------- */
	body > div#Wrapper {
	  font-size: 12px;
	  color: #333;
	}
	.body-wrap {
	    width: auto;
	    margin-left: 10px;
	    margin-right: 10px;
	}

	/* Header
	-------------------- */
	#Header {
		position: static;
	    box-shadow: none;
	    padding: 0;
	    z-index: 100;
	}
	#Header h1, #Logo {
	    display: block;
	    width: 50%;
	    margin: 0 auto;
	    padding: 10px 0;
	    text-align: center;
		z-index: 10000;
		position: relative;
	}
	#Header h1 img {
		vertical-align: top;
	}

	#Header .body-wrap{
		padding-top:0;
	}
	#GrobalNavi {
	    display:none;
	}

	#Header .slicknav_menu {
	    display: block;
	    background: none;
	    position: absolute;
	    right: 0;
	    top: 10px;
	    z-index: 100;
	    width: 100%;
	    padding: 0;
	}
	#Header .slicknav_menu .slicknav_nav {
	    background: #8b0000;
	    border-top: 1px solid #FFF;
	    width: 100%;
	}
	#Header .slicknav_menu .slicknav_nav ul{
		margin:0;
		border-bottom: 1px solid #FFF;
	}
	#Header .slicknav_menu .slicknav_nav ul ul{
		border-top: 1px solid #FFF;
		border-bottom: none;
	}

	#Header .slicknav_menu .slicknav_nav ul li{
	    border-bottom: 1px solid #FFF;
	}

	#Header .slicknav_menu .slicknav_nav ul li:last-child{
		border-bottom:none;
	}
	#Header .slicknav_menu .slicknav_nav ul li br{
		display:none;
	}

	#Header .slicknav_menu .slicknav_nav ul a{
		color:#FFF;
	}
	#Header .slicknav_menu .slicknav_nav ul li ul li > a{
		padding:5px 0 5px 20px;
	}
	#Header .slicknav_menu .slicknav_nav ul li ul li ul li > a{
		padding:5px 0 5px 30px
	}

	#Header .slicknav_nav .slicknav_row:hover {
	    background: #8b0000;
	}
	#Header .slicknav_nav a:hover{
		text-decoration:none;
	    background: #8b0000;
	}


	/* slicknav
	-------------------- */
	.slicknav_menu{
		display:block!important;
	}

	/* TopLink
	-------------------- */
	#TopLink {
		display: none;
	}
	#TopLink img:hover {
	    opacity: 1;
	}

	/* Footer
	-------------------- */
	#Footer{
		background: #eb7777;
	}

	#Footer #FooterAddress{
		/*text-align:center;*/
	}

	#Copyright {
		clear: both;
		padding: 10px 0 20px;
		font-size: 10px;
		text-align: center;
	}



	/* TopPage
	-------------------- */



	/* Breadcrumbs
	-------------------- */
	#Breadcrumbs {
	    width: auto;
		margin: 10px 10px 30px;
		color: #333;
	}
	#Breadcrumbs a {
		color: #333;
	}


	/* レイアウト
	-------------------- */
	.contents {
	    margin-bottom: 50px;
	}
	#Main {
	}
	#Side {
	    margin-top: 100px;
	}
	#Side #Banner {
	    margin: 30px 0 60px;
	    text-align: center;
	}
	#Side #Banner .banner {
	    display: inline-block;
	}
	/* 右サイド */
	#MainLeft {
	    float: none;
	    width: auto;
	}
	#SideLeft {
	    float: none;
	    width: auto;
	}
	/* 左サイド */
	#MainRight {
	    float: none;
	    width: auto;
	}
	#SideRight {
	    float: none;
	    width: auto;
	}

	#SideLeft #Banner,
	#SideRight #Banner {
	    text-align: center;
	}
	#SideLeft #Banner .banner,
	#SideRight #Banner .banner {
	    margin: 20px 0;
	}



	/* 汎用スタイル
	-------------------- */


	/* 文章 */
	.main p {
	    margin-bottom: 20px;
	}
	#Recipe img {
	    border: 1px solid #ccc;
	    box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.1);
	}



	/* ボタンデザイン
	-------------------- */
	.btn {
	    display: inline-block;
	    margin: 10px 0;
	    color: #fff !important;
	    text-align: center;
	    text-decoration: none;
	    box-sizing: border-box;
	}
	.btn:hover {
	    color: #fff;
	    opacity: 0.7;
	    text-decoration: none;
	}
	.btn-small {
	    width: 40%;
	    padding: 10px 10px 10px 20px;
	    background: #000 url(../img/common/icn_arrow01.png) 10px center no-repeat;
	    font-size: 14px;
	    letter-spacing: 2px;
	}
	.btn-midium {
	    width: 60%;
	    padding: 20px 10px 20px 20px;
	    background: #000 url(../img/common/icn_arrow01.png) 10px center no-repeat;
	    font-size: 20px;
	    letter-spacing: 2px;
	}
	.btn-big {
	    width: 100%;
	    padding: 30px 10px 30px 20px;
	    background: #000 url(../img/common/icn_arrow01.png) 10px center no-repeat;
	    font-size: 24px;
	    letter-spacing: 2px;
	}


	/* テーブルデザイン
	-------------------- */
	.main table {
	    box-sizing: border-box;
	    margin-bottom: 30px;
	}
	.main tr {
	    border-top: 1px solid #CCCCCC;
	    border-bottom: 1px solid #CCCCCC;
	}
	.main th {
	    padding: 20px;
	    border: 0;
	    background: url(../img/common/bg_table_th.png) right center no-repeat;
	    vertical-align: middle;
	}
	.main td {
	    padding: 20px;
	    border: 0;
	}
	.main th,
	.main td {
	    /*display: list-item;*/
	    width: auto;
	    border: none;
	    background: none;
	}
	.main th {
	    border-bottom: 1px dashed #ccc;
	    padding: 10px 10px 5px;
	}
	.main td {
	    padding: 10px;
	}
	.table-style th {
	    border-bottom: none;
	}
	.horizon th, .horizon td {
	    border-left: 1px solid #ccc;
	    border-right: 1px solid #ccc;
	}
	.table-style th,
	.horizon th {
	    background: #f6f6f6;
	}
	.horizon {
	    border-top: 1px solid #CCCCCC;
	    border-bottom: 1px solid #CCCCCC;
	}
	.horizon thead {
	    float: left;
	    display: block;
	}
	.horizon tbody {
	    display: -webkit-box;
	    overflow-x: auto;
	}

	.horizon tr {
	    display: block;
	    border: none;
	}
	.horizon th,
	.horizon td {
	    display: block;
	    width: auto;
	    padding: 10px;
	    border: none;
	}
	.horizon th:first-child,
	.horizon td:first-child {
	    border-left: none;
	}
	.horizon th:last-child,
	.horizon td:last-child {
	    border-right: none;
	}

	/* ContactForm
	-------------------- */
	.form-s {
	    width: 35%;
	}
	.form-m {
	    width: 60%;
	}
	.form-l {
	    width: 95%;
	}
	.contact-form table {
	    box-sizing: border-box;
	}
	.contact-form th,
	.contact-form td {
	    display: list-item;
	    width: auto;
	    border: none;
	    background: none;
	}
	.contact-form th {
	    padding: 5px 10px;
	    background-color: #f8f8f8;
	}
	.contact-form td {
	    padding: 10px;
	}
	.contact-form td textarea {
	    width: 100%;
	}
	.submit input {
	    margin-bottom: 5px;
	}

	/* トップページ */
	#News .date {
		display:block;
	}

	#Top_Banner ul li{
		text-align:center;
		width:100%;
		margin-bottom:2em;
	}
	/* メルマガ */
	#Ml iframe{
		height:1800px;
	}
}