﻿@charset "utf-8";
/* CSS Document */
html,
html * {
	padding: 0;
	margin:  0;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

header {
	padding: 0;
	background-color: #d1c197;
}

body{
	margin: 0 auto;
	background-color: #000000;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

nav{
	background-color: #39070A;
	font-size: 13px;
	}

nav ul{
	overflow: hidden;
}


footer {
	padding: 15px 30px;
	background-color: #3A4B2A;
	color: #ffffff;
	text-align: center;
}




.style-logo {	
				margin: 0 auto -15px;
				display: block;
	width: 300px;
			}
.style-tatelogo {	
				margin: 0 auto -15px;
				display: block;
	width: 180px;
			}

.style-nav ul {
			list-style-type: none;
}

.style-nav ul li{
	width: 25%;
	float:left;
	margin:0 auto ;
	display: inline-block;
	vertical-align:middle;
}

.style-nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 15px 0;
}

.style-nav ul li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	display: block;
	padding: 15px 0;
}
	
.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/* TOP page */

.main{
	background-image: url("../image/sample1_sp.jpg");
	background-size: cover;
	height: 450px;
	padding: 20px 20px 50px 20px;
	text-align: center;
	color: #ffffff;
}

.recipe{
	background-color: #3A0809;
	color: #ffffff;
	padding: 40px 30px;
	text-align: center;
}

.cookpad{
	background-color: #A89974;
	color: #ffffff;
	padding: 35px 30px;
	text-align: center;
}

.cookpad_img {	
				margin: 0 auto 0;
				display: block;
	width: 130px;
			}

h1 {
	font-size: 40px;
	font-weight: 200;
	margin: 0 0 50px 0;
}

h2 {
	font-size: 24px;
	font-weight: 200;
	margin: 0 0 30px 0;
}

h3 {
	font-size: 19px;
	font-weight: 400;
	margin: 10px 0 20px 0;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin: 0 0 40px 0;
}

p {
	font-size: 15px;
	font-weight: 200;
	margin: 0 0 48px 0;
}



.button {
	border:2px #ffffff solid;
	padding: 8px 20px;
	border-radius: 30px;
	color: #ffffff;
	text-decoration: none;
}

.footer_official a {
	text-decoration: none;
	color: #ffffff;
	margin: 0;
}

/* RECIPE page */

.recipe_main{
	background-image: url("../image/recipetop_sp.jpg");
	background-size: cover;
	height: 200px;
	padding: 20px 20px 50px 20px;
	text-align: center;
	color: #ffffff;
}

.bannou_img{
	width: 250px;
}

.recipe_1{
	background-color: #d1c197;
	color:#39070A;
	padding: 25px 20px;
	text-align: center;
}

.recipe_2{
	background-color: #A89974;
	color: #ffffff;
	padding: 60px 30px;
	text-align: center;
	height: 300px;
}

.recipe_txt{
	text-align: left;
	padding: 0 10px ;
}



/* FOOTER */

.footer_shop{
	text-decoration: none;
	color: #ffffff;
	margin: 0;
	text-align: left;
}
.footer_text {
	font-size: 11px;
	margin: 0 0 20px 0;
}

.col{
	width: 100%;
}


/* タブレット用 */
@media (min-width: 768px){

body{
		max-width: 778px;
	}
nav{
		font-size: 16px;
	}

.style-nav ul li {
	display: inline-block;
}

.style-nav ul {
	text-align: center;
}

h1 {
	font-size: 30px;
	font-weight: 200;
	margin: 0 0 90px 0;
}
	
.main_md{
	position: relative;
	background-image: url("../image/sample1.jpg"); 
	height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	}
.col_md_half{	
	width: 50%;
	}

	.col{
		float: left;
		padding: 0px 0px;
	}

.recipe_md{
		height: 300px;
	}
	
	.cookpad_md{height: 300px;}

.recipe_main_md{
	background-image: url("../image/recipetop_sp.jpg");}
	
}

/* PC用 */
@media (min-width: 1024px){
	.col_lg_qtr{ width: 25%; }
	.recipe_1_lg {height: 300px;}
}
