﻿@CHARSET "UTF-8";
/***** デフォルトはスマートフォン *****/

/* -------　レシピ　------------------*/
.section_outer{
	margin-top: 2rem;
	padding: 0.5rem 0;
}
.section_inner{
		
}
.recipe_h2{
	margin: 1rem 0 0.5rem 0;
}
.recipe_h2_p{
	margin: 0 0 0.5rem 0.5rem;
}
.recipe_outer{
	display: flex;
	border: 1px solid black;
	padding: 0.5rem;
	margin: 1rem 0;
}
.recipe_h3{
	margin: 0.5rem 0;
}
/* -------　農園詳細・アクセス　------------------*/
.access_h2{
	color: dimgray;
}
.access_outer{
	text-align: center;
}
.table_th{
	color: dimgray;
	background-color: #ffffd6;
}
.table_outer{
	text-align: center;
	margin: 2rem auto;
}
.table_outer, .table_tr, .table_th, .table_td{
	border: solid 1px #000000;
	border-collapse: collapse;
	padding: 5px 20px;
}
.access_text{
	margin: 1.5rem;
}


/**==================================================**/
/**=          画面サイズ768px以上の指定              **/
/**==================================================**/
@media screen and (min-width:768px)
{
	.recipe_h2_p{
		font-size: 1.2rem;
	}
}
/**==================================================**/
/**=          画面サイズ1024px以上の指定              **/
/**==================================================**/
@media screen and (min-width:1280px){
}