html {

}

body {	
	background-image: url(../images/body_bk.jpg);
	background-repeat: repeat;
}

/* -------------------- header page -------------------- */

header {
	position: relative;
	background-image: url(../images/header_bk.jpg);
	background-repeat: repeat-x;
}

.logo {
	position: relative;
	top: -35px;
	max-width: 1024px;
	margin: 0 auto;
}


.header_line {
	position: static;
	top: 120px;
	background-image: url(../images/header_line.png);
	background-position: center;
	background-repeat: repeat-x;
	
	height: 94px;
}

nav {
	display: flex;
	justify-content: space-between;
	max-width: 1024px;
	margin: -50px auto 0 auto;
}

nav a {
	display: inline-block;
	background-size: cover;
}
nav a img {
	vertical-align: middle;
	transition: opacity 0.3s;
}
/* nav a:hover img {
	opacity: 0;
} */

nav .nav_01 {
	background: url(../images/hover_01.png) no-repeat;
}
nav .nav_02 {
	background: url(../images/hover_02.png) no-repeat;
}
nav .nav_03 {
	background: url(../images/hover_03.png) no-repeat;
}
nav .nav_04 {
	background: url(../images/hover_04.png) no-repeat;
}
nav .nav_05 {
	background: url(../images/hover_05.png) no-repeat;
}
nav .nav_06 {
	background: url(../images/hover_06.png) no-repeat;
}
nav .nav_07 {
	background: url(../images/hover_07.png) no-repeat;
}
nav .nav_08 {
	background: url(../images/hover_08.png) no-repeat;
}
nav .nav_09 {
	background: url(../images/hover_09.png) no-repeat;
}

/* -------------------- footer page -------------------- */

footer {
	position: relative;
	background-image: url("../images/footer_bk.png");
	background-repeat: repeat;
}
.footer_contents {
	display: flex;
	justify-content: space-around;
	width: 1050px;
	margin: 10 auto;
	border-top: 1px solid #9f7c52;
	border-bottom: 1px solid #9f7c52;
	padding: 10px 130px;
	font-size: 0.9em;
}
.footer_contents p img {
	margin: 0 10px 0 0;
}

.footer_copy {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.txt_01 {
	font-size: 1.4em;
	text-align: center;
	margin: 30px auto 10px auto;
}
.txt_02 {
	text-align: center;
	font-size: 0.9em;
	margin: 0 auto 20px auto;
}
.txt_03 {
	text-align: center;
	font-size: 0.7em;
	padding: 0 0 50px 0;
}
.yasai_01 {
	position: absolute;
	top: -50px;
	left: 0;
}
.yasai_02 {
	position: absolute;
	top: -60px;
	right: 0;
}

/* -------------------- frame page -------------------- */

.wrap {
	max-width: 1024px;
	height: auto;
	margin: 30px auto 0 auto;

}

.pankuzu p {
	float: left;
	font-size: 0.9em;
	margin: 0 10px 0 0;
}
.pankuzu p a {
	text-decoration:none;
	color: #1eac4b;
}

.inner {
	display: flex;
	justify-content: space-between;
	width: 1024px;
	height: auto;
	margin: 20px auto 0 auto;
}

.side_contents {
	width: 300px;
}

.main_contents {
	float: left;
	width: 708px;
	padding: 10px 0 0 0;
}

.contents_03 {
	width: 100%;
}

.vatal_back {
	width: 40%;
	margin: 20px auto;
}
.vatal_back a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.vatal_back a div {
	text-align: center;
	border: none;
	background-color: orange;
	padding: 30px;
}
/* -------------------- sidebar page -------------------- */

.sidebar {
	position: relative;
	top: 50px;
	width: 300px;
	height: auto;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #9f7c52;
	margin: 0 0 100px 0;
}

.category_img {
	position: absolute;
	top: -50px;
	left: 10px;
}

.sidebar ul {
	list-style: none;
	line-height: 30px;
	padding: 55px 0 30px 15px;
}
.sidebar ul a {
	text-decoration: none;
	color: #000;
}
.sidebar ul a li {
	width: 95%;
	border-bottom: 1px dotted #9f7c52;
	background-image: url(../images/list_mark.png);
	background-repeat: no-repeat;
	background-position: 95%;
	padding: 0 0 0 5px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.pull {
	list-style: none;
	line-height: 30px;
	padding: 55px 0 30px 15px;
}
.pull a {
	text-decoration: none;
	color: #000;
}
.pull label{
	display: block;
	width: 95%;
	border-bottom: 1px dotted #9f7c52;
	padding: 0 0 0 5px;

	cursor: pointer;
}
.pull div {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pull div ul {
	padding: 0;
}
.pull a div ,
.pull div ul a li {
	width: 95%;
	border-bottom: 1px dotted #9f7c52;
	background-image: url(../images/list_mark.png);
	background-repeat: no-repeat;
	background-position: 95%;
	padding: 0 0 0 5px;
	
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

/* -------------------- category color -------------------- */

.sidebar ul a .list_01:hover ,
.active_01 {
	background-color: #f8e9ea;
}

.pull a div:hover ,
.pull div ul a .list_03:hover ,
.pull label:hover ,
.active_03 {
	background-color: #fff599;
}

.sidebar ul a .list_05:hover ,
.active_05 {
	background-color: #afeeee;
}

.sidebar ul a .list_07:hover ,
.active_07 {
	background-color: #87cefa;
}

/* -------------------- single page -------------------- */

.table_coin ,
.table_topics ,
.table_kyosai ,
.table_car {
	margin: 20px auto 40px auto;
}
.table_topics td ,
.table_car td {
	line-height: 25px;
}
.table_topics .day {
	width: 150px;
	text-align: center;
}
.table_topics p ,
.table_car p {
	margin: 20px 20px 0 20px;
}
.table_topics th ,
.table_infoqa th ,
.table_kyosai th ,
.table_car th {
	text-align: left;
}
.table_kyosai td {
	padding: 20px;
}
.table_kyosai p {
	line-height: 25px;
}

.table_kojin th ,
.table_kojin td {
	width: 50%;
}

table.table_kojin2 {
	margin: 0 auto 10px auto;
}
.table_kojin2 th.kubun {
	width: 30%;
}
.table_kojin2 th.gyomu {
	width: 20%;
}



.image_left {
	float: left;
	margin: 20px 2em 1em 20px;
	box-shadow: 4px 4px 4px #4f4f4f;
	width: 300px;
}
.image_box {
	width: 90%;
	margin: 20px auto;
}
.image_max {
	width: 100%;
}

.g_map {
	max-width: 636px;
	margin: 0 auto 20px auto;
}
.g_map iframe {
	width: 100%;
	height: 200px;
}

.jigyosho_img {
	width: 160px;
	vertical-align: bottom;
}
.jigyosho_img img {
	width: 160px;
	height: auto;
	vertical-align: middle;
}

/* -------------------- main contents -------------------- */

.h1_midashi {
	z-index: 999;
	position: relative;
	width: 416px;
	text-align: center;
	margin: 0 auto;
}

.contents {
	position: relative;
	top: -40px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #9f7c52;
	padding: 50px 0 50px 0;
}

/* 各カテゴリのh2の色 */

.contents h2 {
	width: 90%;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	margin: 20px auto 40px auto;
}

.info_h2 {
	color: #ba272d;	
	background-color: #f8e9ea;	
}

.contents .garden_h2 {
	font-size: 1.6em;
	color: #e58000;
	background-color: #fcf2e5;
	line-height: 65px;	
}
.garden2_h2 {
	color: #e58000;
	background-color: #fcf2e5;
}

.virtual_h2 {
	color: #e58000;
	background-color: #fcf2e5;
}
.kyosai_h2 {
	color: #31b4aa;
	background-color: #eaf7f6;
}
.car_h2 {
	color: #005baa;
	background-color: #e5eff7;
}
.bank_h2 {
	color: #85bf3f;
	background-color: #f3f9ec;
}
.travel_h2 {
	color: #29a4db;
	background-color: #eaf6fb;
}



/* ご案内 */

.right_box {
	display: flex;
	width: 90%;
	font-size: 14px;
	line-height: 1.5em;
	margin: 20px auto 30px auto;
	border-top: 1px dashed #a9a9a9;
	border-bottom: 1px dashed #a9a9a9;
	padding: 30px 10px 30px 10px;
}

.right_box p {
	width: 60%;
}

.right_box img {
	width: 200px;
	height: 172px;
	margin: 20px 0 0 20px;
}

.greeting {
	width: 90%;
	display: flex;
	margin: 0 auto 20px auto;
	padding: 0 0 0 0px;
}

.greeting .icon {
	margin: 0 0 0 30px;
}

.greeting p {
	position: relative;
	width: 60%;
	font-size: 14px;
	line-height: 1.5em;
	border-radius: 10px;
	color: #000;
	background-color: #f2e9d7;
	padding: 20px;
	margin: 20px auto 20px auto;
}

.greeting p::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #f2e9d7;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}






table {
	width: 90%;
	font-size: 1em;
	margin: 0 auto 40px auto;
	
}

table th,
table td {
	line-height: 30px;
	border: 1px solid #ddd;
	padding: 5px;
}

table th {
	background-color: #f2e9d7;
	padding: 0 0 0 20px;
}

.column1 ,
.column2 {
	width: 40%;
}

table tr:nth-child(odd) {
	background: #f4f4f4;
}

table tr:nth-child(even) {
	background: #fdfdfd;
}

.disk_list li {
	position:relative;
	list-style: none;
	padding: 0 0 0 1.5em;
}

.disk_list li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ff7f50;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* -------------------- farm page -------------------- */

.farm_image {
	max-width: 80%;
	margin: 20px auto;
}
.farm_image img {
	width: 100%;
}

.contents .farm_h2 {
	position: relative;
	background: #f8e9ea;
	border: none;
	width: 600px;
	text-align: left;
	padding: 10px 20px;
	margin: 20px auto 30px auto;
	font-weight: normal;
}

.contents .farm_h2:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #f8e9ea;
width: 0;
height: 0;
}
.farm_midashi {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 20px;
	line-height: 1.5em;
}
.farm_text {
	max-width: 640px;
	margin: 0 auto;
	padding: 20px;
	text-indent: 1em;
	font-size: 0.9em;
	line-height: 1.4em;
}
.farm_text img {
	float: left;
	width: 40%;
	margin: 0 2em 2em 0;
}


/* -------------------- invite page -------------------- */

.invite_num {
	width: 620px;
	margin: 30px auto 0 auto;
}
.invite_text {
	width: 620px;
	line-height: 1.5em;
	text-indent: 1em;
	margin: 20px auto 0 auto;
}

table.invite_table {
	margin: 20px auto 0 auto;
}
table.invite_table th {
	background-color: #eee;
	font-weight: normal;
	text-align: center;
	width: 200px;
	vertical-align: middle;
}
table.invite_table td {
	line-height: 1.5em;
	text-indent: -1em;
	padding: 10px 10px 10px 1.5em;
	background-color: #fff;
}

table.invite_table2 {
	margin: 20px auto 0 auto;
}
table.invite_table2 th {
	font-weight: normal;
	text-align: center;
	width: 150px;
	vertical-align: middle;
	background-color: #fff;
	line-height: 1.5em;
}
table.invite_table2 td {
	line-height: 1.5em;
	background-color: #eee;
	padding: 10px 10px 10px 1.5em;
}

.invite_last {
	width: 620px;
	margin: 45px auto 0 auto;
	text-align: center;
	border-bottom: 1px solid red;
	line-height: 2em;
	font-size: 0.9em;
}

/* -------------------- recruitment page -------------------- */
.recruitment_title {
	width: 620px;
	text-align: center;
	margin: 30px auto 0 auto;
}
.recruitment_text {
	width: 620px;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 20px auto 0 auto;
	text-align: center;
}
.recruitment_contact {
	width: 400px;
	font-size: 0.8em;
	line-height: 2em;
	margin: 20px auto 0 auto;
	border: 1px solid green;
	padding: 20px;
	box-shadow: 1px 1px green;
}

.recruit_img {
	width: 195px;
	margin: 20px auto;
}
.recruit_img img {
	width: 100%;
}

.recruit_img2 {
	width: 400px;
	margin: auto;
}
.recruit_img2 img {
	width: 100%;
}

.seisyun_inner {
	width: 90%;
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.seisyun_inner li.seisyun_box:nth-child(3n+2):last-child {
margin-left: auto;
margin-right: 35%;
}


.seisyun_box {
	width: 30%;
	margin: 0 0 15px 0;
}
.seisyun_box img{
	width: 100%;
	margin: 0 0 5px 0;

}
.seisyun_box p {
	text-align: center;
	margin: 0 0 5px 0;
}




/* -------------------- garden page -------------------- */

.garden_main {
	max-width: 584px;
	margin: 0 auto;
	position: relative;
	top: -30px;
}
.garden_main2 {
	max-width: 584px;
	margin: 0 auto;
	position: relative;
}
.garden_category {
	text-align: center;
	background-color: #fcf2e5;
	padding: 30px 30px 10px 30px;
	border: 1px solid #e58000;
	width: 80%;
	margin: 25px auto 30px auto;
} 
.garden_category a {
	text-decoration: none;
}
.garden_category p {
	font-size: 1em;
	line-height: 55px;
}
.category_button {
	width: 330px;
	background-color: #e58000;
	padding: 5px;
	margin: 0 auto;
}
.category_button:hover {
	opacity: 0.6;
}
.category_button p {
	color: #fff;
	border: 1px solid #fff;
	padding: 15px;
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;
}

.contents .garden_sort {
	background-color: #1eac4b;
	color: #fff;
	border: none;
	width: 80%;
	margin: 20px auto;
}
.contents .garden_sort span {
	font-weight: normal;
	font-size: 0.9em;
}
.garden_sort_text {
	width: 80%;
	margin: 0 auto;
	font-size: 0.9em;
}

.garden_sell {
	display: flex;
	width: 80%;
	margin: 20px auto 0 auto;
}
.garden_sell_img {
	margin: 0 10px 0 0;
}
.garden_sell_img img {
	width: 160px;
}
.garden_sell_text .yasai_title {
	font-weight: bold;
	font-size: 2.3em;
}
.garden_sell_text .yasai_category {
	margin: 10px 0;
	padding: 0 0 0 20px;
}
.garden_sell_text div {
	margin: 0 0 0 0;
	padding: 0 0 0 18px;
}
.garden_sell_text div img {
	width: 340px;
}
.garden_sell_button {
	display: flex;
	justify-content: space-around;
	width: 68%;
	margin: 20px auto;
	padding: 0 0 20px 0;
	border-bottom: 2px dotted orange;
}
.garden_sell_button a {
	text-decoration: none;
}
.garden_sell_button .garden_button {
	width: 150px;
}

.garden_sell_button .garden_button input {
	color: #fff;
	border: 1px solid #fff;
	padding: 15px;
	text-align: center;
	font-size: 15px;
	background: transparent;
	line-height: 16px;
	cursor: pointer;
	width: 100%;
}


.garden_sell_text .garden_sell_calendar img {
	width: auto;
	float: right;
}

.calendar {
	width: 200px;
	float: right;
}

.garden_table {
	font-size: 1em;
}
.garden_table th {
	width: 200px;
	vertical-align: middle;
}



.garden_h3 {
	padding: 0.5em 1.5em 0.5em 1.5em;
	line-height: 1.3;
	background: #1eac4b;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
	width: 92%;
	margin: 30px auto 20px auto;
	color: #fff;
	font-size: 1.15em;
}

.garden_img {
	width: 650px;
	margin: 0 auto;
}
.garden_text {
	width: 92%;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 1em;
	line-height: 1.8em;
}


.garden_flow {
	position: relative;
	display: flex;
	justify-content: space-around;
	width: 90%;
	border: 1px solid #853e04;
	margin: 20px auto;
	padding: 20px;
}

.flow_img {
	width: 260px;
	display: flex;
	align-items: center;
}
.flow_img img {
	width: 260px;
	height: auto;
}

.flow_data {
	width: 335.2px;
	font-size: 0.95em;
	line-height: 21px;
	padding: 0 0 0 20px;
}

.flow_midashi {
	position: relative;
	padding: 0.6em;
	background: #7acc7a;
	margin: 0 0 25px 0;
	font-weight: bold;
	border-radius: 10px;
}
.flow_midashi:after {
	position: absolute;
	content: '';
	top: 90%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #7acc7a;
	width: 0;
	height: 0;
}

.flow_text {
	line-height: 1.8em;
}


.garden_button_area {
	width: 60%;
	display: flex;
	margin: 20px auto;
	justify-content: space-around;
}

.garden_button_area form .garden_button input {
	color: #fff;
	border: 1px solid #fff;
	padding: 15px;
	text-align: center;
	background-color: transparent;
	width: 100%;
	font-size: 1em;
	line-height: 16px;
}

.area_footer {
	margin: 50px auto 20px auto;
}
.garden_button_area a {
	text-decoration: none;
}
.garden_button {
	width: 200px;
	background-color: #e58000;
	padding: 5px;
}
.garden_button:hover {
	opacity: 0.6;
}
.garden_button p {
	color: #fff;
	border: 1px solid #fff;
	padding: 15px;
	text-align: center;
}

.gaerden_qa_text {
	width: 80%;
	margin: 0 auto 20px auto;
}

/* -------------------- 営農単一 page -------------------- */
.einou_title {
	width: 620px;
	text-align: center;
	margin: 30px auto 0 auto;
}
.einou_text {
	width: 620px;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 20px auto 0 auto;
	text-align: left;
}
.einou_img {
	width: 600px;
	margin: 0 auto;
}
.einou_img img {
	width: 100%;
}




/* -------------------- 准組合員広報誌 page -------------------- */
.junkumi_top {
	width: 85%;
	font-size: 18px;
	color: #349FA6;
	text-align: center;
	margin: 0px auto 0 auto;
}
.junkumi_pic {
	width: 250px;
	margin: 0 auto;
}


/* -------------------- イベントカレンダー page -------------------- */
.event_month {
	width: 85%;
	font-size: 18px;
	color: #349FA6;
	text-align: center;
	margin: 0px auto 0 auto;
}
.event_pic1 {
	width: 250px;
	margin: 0 auto;
}
.event_pic2 {
	width: 250px;
	margin: 0 auto;
}



/* JA共済 */

.kyosai_table th {
	font-size: 1.2em;
	background-color: #ffb6c1;
}
.kyosai_table2 th {
	font-size: 1.2em;
	background-color: #87ceeb;
}
.kyosai_table3 th {
	font-size: 1.2em;
	background-color: #beedbe;
}
.kyosai_table4 {
	text-align: center;
	font-size: 24px;
}
.kyosai_table .kyosai_result ,
.kyosai_table2 .kyosai_result ,
.kyosai_table3 .kyosai_result {
	width: 400px;
	vertical-align: middle;
}
.kyosai_table p ,
.kyosai_table2 p , 
.kyosai_table3 p {
	font-size: 1.2em;
	text-align: center;
}

.kyosai_color1 {
	color: red;
	font-weight: bold;
}

.kyosai_img {
	width: 300px;
	height: auto;
	margin: 0 auto 20px auto;
}
.kyosai_img img {
	width: 100%;
}

.kyosai_img2 {
	width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
}
.kyosai_img2 img {
	width: 100%;
}

.kyosai_text {
	width: 80%;
	margin: 0 auto 20px auto;
	line-height: 1.5em;
}
.kyosai_text2 {
	width: 80%;
	margin: 0 auto 20px auto;
	line-height: 1.5em;
	font-size: 0.9em;
}

.kyosai_phone {
	background-color: #FFFFCC;
	width: 80%;
	margin: 0 auto 40px auto;
	padding: 15px;
	box-shadow: 2px 2px 2px gray;
}
.kyosai_phone .title {
	width: 100%;
	margin: 0 auto 10px auto;
	text-align: center;
	padding: 15px;
	background-color: #CCFFFF;
	border: 1px solid blue;
}
.kyosai_phone .text {
	width: 100%;
	margin : 0 auto;
	line-height: 1.5em;
	padding: 0 1em;
}
.kyosai_phone .img {
	width: 300px;
	margin: 20px auto;
}
.kyosai_phone .img img {
	width: 100%;
}
.kyosai_phone .footer {
	width: 100%;
	margin: 0 auto;
	padding: 0 1em;
	text-align: center;
}

.wp_text {
	width: 80%;
	margin: 0 auto;
	line-height: 1.5em;
}
.wp_img {
	width: 60%;
	margin: 0 auto;
}
.wp_img img {
	width: 100%;
}

.kyosai_cation {
	width: 80%;
	margin: 0 auto;
	line-height: 1.5em;
	padding: 10px;
	background-color: pink;
}

.kyosai_banner {
	width: 400px;
	margin: 20px auto;
}
.kyosai_banner .banner {
	margin: 10px auto;
}
.kyosai_banner img {
	width: 100%;
}

.kyosai_num {
	width: 80%;
	margin: 20px auto 0 auto;
	text-align: right;
	color: gray;
}


/* 不動産 */
.travel_p {
	width: 90%;
	margin: 0 auto 10px auto;
	text-indent: 1em;
	line-height: 1.5em;
}


/* 利用実績 */

.ikubyou_p {
	width: 80%;
	margin: 0 auto 50px auto;
	font-size: 0.95em;
	line-height: 2em;
}

.ikubyou_p2 {
	width: 80%;
	margin: 0 auto 50px auto;
	font-size: 0.95em;
	line-height: 2em;
}

.ikubyou_img {
	max-width: 494px;
	margin: 0 auto 50px auto;
}

.red_bold {
	color: red;
	font-weight: bold;
}

.blue_bold {
	color: blue;
	font-weight: bold;
}

/* recipe */

.recipe_box {
	margin: 0 0 30px 0;
}

.contents .recipe_title {
	position: relative;
	background: #ffc966;
	box-shadow: 0px 0px 0px 5px #ffc966;
	border: solid 2px white;
	padding: 0.2em 0.5em;
	font-weight: normal;
	font-size: 1.2em;
}
.contents .recipe_title:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #ffa600;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.recipe_info {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}
.make {
	font-size: 0.9em;
	color: gray;
}

.recipe_material {
	width: 90%;
	margin: 20px auto;
	line-height: 1.5em;
	display: flex;
	justify-content: space-between;
}

.recipe_img {
	width: 45%;
}
.recipe_img img {
	width: 100%;
}
.recipe_zairyo {
	width: 50%;
}


.recipe_zairyo p {
	font-size: 0.9em;
	width: 100%;
	line-height: 2em;
	padding: 0.2em 0.5em;
	color: #565656;
	background: #ffeaea;
	box-shadow: 0px 0px 0px 10px #ffeaea;
	border: dashed 2px #ffc3c3;
	border-radius: 8px;
}
.material_p{
	margin: 2em 0;
}

.recipe_flow {
	width: 90%;
	margin: 0 auto;
	font-size: 1em;
	line-height: 1.8em;
	text-indent: -1em;
	padding: 0 0 0 1em;
}
.recipe_flow p {
	margin: 0 0 10px 0;
}


.recipe_list {
	display: flex;
	width: 80%;
	margin: 20px auto;
	line-height: 2em;
	padding: 0.2em 0.5em;
	color: #565656;
	background: #ffeaea;
	box-shadow: 0px 0px 0px 10px #ffeaea;
	border: dashed 2px #ffc3c3;
	border-radius: 8px;
	justify-content: space-between;
}
.recipe_list .image {
	width: 180px;
	height: auto;
}
.recipe_list .image img {
	width: 100%;
}

.recipe_list .info {
	width: 330px;
	height: auto;
	margin: 1em 0 0 0;
}

.recipe_a {
	text-decoration: none;
	margin: 0 10px 0 0;
}

/* バーチャル見学 */

.center-item {
	width: 90%;
	margin: 0 auto;
}

.country_midashi {
	width: 90%;
	margin: 0 auto;
}
.country_midashi img {
	width: 100%;
}

.country_start {
	max-width: 411px;
	margin: 0 auto;
	position: relative;
	top: -30px;
}
.country_start img {
	width: 100%;
}
.country_start img:hover {
	opacity: 0.6;
}

.virtual_contents {
	width: 80%;
	margin: 0 auto 20px auto;
}
.virtual_contents img {
	width: 100%;
}
.virtual_contents img:hover {
	opacity: 0.6;
}

.virtual_text {
	font-size: 0.9em;
	width: 80%;
	line-height: 2em;
	padding: 0.2em 0.5em;
	color: #565656;
	background: #ffeaea;
	box-shadow: 0px 0px 0px 10px #ffeaea;
	border: dashed 2px #ffc3c3;
	border-radius: 8px;
	margin: 0 auto 10px auto;
}

.country_textarea {
	background-color: #fdf7e5;
	margin: 0 auto;
	width: 80%;
	padding: 20px;
	line-height: 2em;
}



/* アグリスクール*/

span.aguri {
	font-size: 1.4em;
	color: #ff8c00;
	font-weight: bold;
}



/* 家族の和 */

.contents h2.family{
	font-size: 1.2em;/* 文字の大きさ */
	font-weight: bold;/* 文字の太さ */
	color: #fff;/* 文字の色 */
	background: #F9B8CD;/* 背景色 */
	border-radius: 8px;/* 四隅の丸み */
	-webkit-border-radius: 8px;/* 四隅の丸みと同じ数字に */
	-moz-border-radius: 8px;/* 四隅の丸みと同じ数字に */
	position: relative;
	margin: 20px auto;
	padding: 0.4em 0.4em 0.4em 2em;
	border: none;
	box-shadow: 2px 2px 2px #ffccd5;
}
.contents h2.family:before,
.contents h2.family:after {
	content: "";
	position: absolute;
	display: block;
}
.contents h2.family:before{
	top: -0.1em;
	left: 0.5em;
	width: 20px;
	height: 23px;
	padding: 5px 0 0 0;
	background: #f69;/* リボン部分の色 */
	text-align: center;
}
.contents h2.family:after{
	top: 0.8em;
	left: 0.5em;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: transparent #f69;/* リボンの切りっぱなし部分の色 */
}

.contents h3.family {
	font-size: 1.2em;
	font-weight: bold;
	color: #5C4747;
	border-bottom: 2px dashed #E07C7D;
	padding: 0 35px;
	position: relative;
	width: 85%;
	margin: 0 auto 20px auto;
	line-height: 2.2em;
}
.contents h3.family:after{
	content:"★";/* 文字前のワンポイント */
	font-size:26px;/* ワンポイントの大きさ */
	color: #E07C7D;/* ワンポイントのカラー */
	top: -6px;/* ワンポイントの位置 */
	left:5px;/* ワンポイントの位置 */
	position:absolute;
}


.angel_name {
  position: relative;
  padding: 34px 15px;
  background: #ffccd5;
  border-radius: 30px;
	line-height: 2em;
	font-weight: bold;
	color: #5C4747;
}
.angel_name:before{font-family: FontAwesome;
    content: "●";
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: 0;
    color: #ffb6c1;
}
.angel_name:after{
    font-family: FontAwesome;
    content: "●";
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #ffb6c1;
}
.angel_name p {
    margin: 0; 
    padding: 0;
}


.angel_contents ,
.ojama_contents ,
.pet_contents {
	width: 90%;
	margin: 0 auto;
}

.angel_contents {
	display: flex;
	align-items: center;
}

.angel_img img ,
.ojama_img img ,
.pet_img img ,
.naka_img img {
	width: 100%;
	display: block;
}

.angel_img ,
.ojama_img ,
.pet_img {
	float: left;
	margin: 0 2em 1em 20px;
	box-shadow: 4px 4px 4px #4f4f4f;
	width: 300px;
}

.naka_img {
	width: 90%;
	margin: 0 auto;
}

.ojama_txt ,
.pet_txt {
	line-height: 1.6em;
}

.naka_name {
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
    margin: 30px auto;
    padding: 10px 20px;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
	float: left;
}

.naka_qa {
	width: 80%;
	margin: 0 auto 30px auto;
}

.naka_q {
	background-image: url("../images/heart.png");
	background-repeat: no-repeat;
	line-height: 3em;
	padding: 0 0 0 55px;
	font-weight: bold;
	color: #5C4747;
}

.naka_a {
	padding: 0 0 0 55px;
	font-weight: normal;
	color: #000;
	line-height: 1.6em;
}


/* クイズとプレゼント */

.present_flex {
	width: 80%;
	margin: 0 auto 20px auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px dashed orange;
	line-height: 1.6em;
}

.present_flex div {
	width: 30%;
}
.present_flex p {
	width: 70%;
}

.present_privacy {
	width: 80%;
	margin: 40px auto 0 auto;
	border: 1px solid #000;
	padding: 20px;
	line-height: 1.5em;
	font-size: 0.9em;
}


.contents h2.present {
    position: relative;
    color: #111;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #B92A2C;
	 border-top: none;
}
 
.contents h2.present:before{
    content: "";
    position: absolute;
    background: #d48789;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
.contents h2.present:after{
    content: "";
    position: absolute;
    background:#d26466;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

#mw_wp_form_mw-wp-form-2109 p ,
#mw_wp_form_mw-wp-form-2103 p ,
#mw_wp_form_mw-wp-form-2545 p ,
#mw_wp_form_mw-wp-form-3003 p {
	text-align: center;
}

#mw_wp_form_mw-wp-form-2109 p input ,
#mw_wp_form_mw-wp-form-2103 p input ,
#mw_wp_form_mw-wp-form-3003 p input ,
#mw_wp_form_mw-wp-form-2545 p input {
	width: 200px;
	height: 50px;
}

/* クロスワード */

.cross_month {
	text-align: center;
	margin: 0 auto 15px auto;
	width: 200px;
}
.cross_next {
	text-align: center;
	margin: 0 0 20px 0;
}
.cross_midshi {
	text-align: center;
}
.cross_img {
	width: 60%;
	margin: 0 auto;
}
.cross_img img {
	width: 100%;
}
.cross_make {
	text-align: center;
	margin: 0 0 15px 0;
}
.cross_question {
	width: 80%;
	margin: 0 auto 35px auto;
}
.cross_question img {
	width: 100%;
}


/*　クロスワードパズル当選発表　*/

table.winning ,
table.answer {
	width: 80%;
	text-align: center;
}

table.answer td {
	width: 12.5%;
	text-align: center;
}

.answer_img {
	width: 50%;
	margin: 0 auto;
}
.answer_img img {
	width: 100%
}

.answer_month {
	text-align: center;
	margin: 0 0 15px 0;
}

.present_contents {
	width: 80%;
	margin: 0 auto 20px auto;
	line-height: 1.5em;
}

table.present_form td{
	vertical-align: middle;
}


/* JAバンク情報局 */

table.atm {

} 

table.atm td {
	vertical-align: middle;
	text-align: center;
}

.time1 {
	background-color: #FFFFCC;
}
.time2 {
	background-color: #CCFFFF;
}
.time3 {
	background-color: #FFE8FF;
}

table.atm2 th,
table.atm3 th{
	background-color: #c9ffba;
	vertical-align: middle;
}

table.atm2 td,
table.atm3 td{
	background-color: #ECFFEC;
	vertical-align: middle;
}

table.atm2 td{
	width: 33%;
}
table.atm3 td{
	width: 50%;
}

.atm_text {
	width: 80%;
	line-height: 1.5em;
	margin: 0 auto;
	text-indent: -1em;
	padding: 0 0 0 1em;
	font-size: 0.9em;
}

.atm_text2 {
	width: 80%;
	line-height: 1.5em;
	margin: 20px auto 0 auto;
}

.atm_text3 {
	width: 80%;
	line-height: 1.5em;
	margin: 0 auto 20px auto;
	font-size: 0.9em;
}

.atm_cation {
	width: 80%;
	margin: 0 auto;
	background-color: #ffd3f4;
	padding: 10px 5px;
}
.cation_text {
	width: 100%;
	line-height: 1.5em;
	margin: 0 auto;
	text-indent: -1em;
	padding: 0 0 0 1em;
	font-size: 0.9em;
}

/* 手数料 */

table.tesu1 ,
table.tesu2 ,
table.tesu3 ,
table.tesu4 ,
table.tesu5 {
	text-align: center;
	font-size: 0.9em;	
}
table.tesu3 .tesu_midashi {
	background-color: #FFDFFF;
}
table.tesu2 .tesu_midashi {
	background-color: #CCFFFF;
}
table.tesu1 .tesu_midashi ,
table.tesu4 .tesu_midashi ,
table.tesu5 .tesu_midashi {
	background-color: #EEEEEE;
}
table.tesu1 tr ,
table.tesu2 tr ,
table.tesu3 tr ,
table.tesu4 tr ,
table.tesu5 tr {
	background-color: #fff;
}

table.tesu1 td ,
table.tesu2 td ,
table.tesu3 td ,
table.tesu4 td ,
table.tesu5 td {
	vertical-align: middle;
}

.muryo {
	background-color: #ECFFEC;
}

.noline {
        border-left-style:none; 
        border-right-style:none; 
}

.tesu_text {
	width: 90%;
	margin: 20px auto;
	font-weight: bold;
}

.tesu_cation {
	width: 90%;	
	margin: 0px auto;
	line-height: 1.5em;
	font-size: 0.9em;
}

/* JA NET */

.net_text {
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.net_text2 {
	text-align: center;
	color: red;
	margin: 0 0 20px 0;
}

table.janet {
	
}
table.janet tr {
	background-color: #fff;
}
table.janet tr.janet_color {
	background-color: #eeeeee;
}
table.janet tr.janet_color1 {
	background-color: #FFFFC5;
}
table.janet tr.janet_color2 {
	background-color: #DCFFFF;
}
table.janet tr.janet_color3 {
	background-color: #FFE6ED;
}

.net_cation {
	color: red;
	width: 90%;
	margin: 0 auto;
	line-height: 1.5em;
	font-size: 0.9em;
}

.uranai_inner {
	width: 90%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.uranai_box {
	width: 32%;
	border: 1px solid #4d4d4d;
	margin-bottom: 20px;
}

.uranai1 {
	text-align: center;
padding: 20px 0;
background-color: skyblue;
font-weight: bold;
font-size: 1.5em;
color: #fff;
}
.uranai2 {
	text-align: center;
padding: 10px 0;
}
.uranai3 {
	text-align: center;
padding: 10px 0;
background-color: gold;
}
.uranai4 {
padding: 10px;
font-size: 0.9em;
line-height: 1.4em;
height: 120px;
}
.uranai5 {
	text-align: center;
padding: 10px 0;
background-color: greenyellow;
}
.uranai6 {
	padding: 10px;
font-size: 0.9em;
}
.uranai7 {
	text-align: center;
padding: 10px 0;
background-color: hotpink;
}
.uranai8 {
	padding: 10px;
font-size: 0.9em;
}

.uranai_text {
	width: 90%;
	margin: 0 auto;
	text-align: right;
}

/* キャンペーン情報 */

.campaign_box {
	width: 85%;
	margin: 0 auto 20px auto;
	line-height: 1.5em;
	border-bottom: 1px dotted;
	padding: 0 3%;
}
.campaign_box a img {
	width: 240px;
	display:block;
	margin:0 auto;
}

.campaign2_box {
	width: 85%;
	margin: 0 auto 10px auto;
	line-height: 0.5em;
	border-bottom: 1px dotted;
	padding: 0 3%;
}
.campaign2_box a img {
	width: 240px;
	display:block;
	margin:0 auto;
}

.waiwai_text {
	text-align: center;
	margin: 20px auto 35px auto;
}


/* JAバンク情報局 */

table.jisen_table td a ,
table.bank_table td {
	display: flex;
	align-items: center;
}
table.jisen_table td a img {
	margin: 0 0.5em 0 0;
}
table.bank_table td img {
	margin: 0 1em 0 0;
}

table.jisen_table th {
	vertical-align: top;
}
table.bank_table td {
	width: 650px;
	word-wrap: break-word;
}


/* 個人情報 */

.information_text1 {
	width: 90%;
	margin: 0 auto 20px auto;
	line-height: 1.5em;
}
.information_text {
	width: 90%;
	margin: 0 auto 20px auto;
	line-height: 1.5em;
}
.information_text span {
	font-size: 1.3em;
	margin: 0 1em 0 0;
}
.information_right {
	width: 90%;
	margin: 0 auto 20px auto;
	text-align: right;
}
.information_center {
	width: 90%;
	margin: 0 auto 20px auto;
	text-align: center;
	line-height: 1.5em;
}
.information_center span {
	font-weight: bold
}

.information_indent {
	width: 90%;
	margin: 0 auto 10px auto;
	line-height: 1.5em;
	text-indent: -1.5em;
	padding: 0 0 0 1.5em;
}
span.information_indent {
	display: block;
	width: 90%;
	margin: 0 auto 10px auto;
	line-height: 1.5em;
	text-indent: -1em;
	padding: 0 0 0 0;
}


.gaikyo_info {
	width: 90%;
	margin: 0 auto 10px auto;
}


/* ご利用にあたって */

.goriyo_indent {
	width: 90%;
	margin: 0 auto;
	text-indent: 1em;
	line-height: 1.5em;
}

.goriyo_text {
	width: 90%;
	margin: 20px auto 0 auto;
	text-indent: -1em;
	padding: 0 0 0 1em;
	line-height: 1.5em;
}
.goriyo_text span {
	color: greenyellow;
	margin: 0 0.5em 0 0;
}
.goriyo_cation {
	width: 90%;
	border: 1px solid red;
	margin: 20px auto 0 auto;
	padding: 10px;
	line-height: 1.5em;
}
.goriyo_cation span {
	font-weight: bold;
}


.family_th {
	width: 35%;
}

/* 更新情報 */


.wrap .top_topics ul {
	padding: 15px 0 0 0;
}
.wrap .top_topics ul li {
	width: 90%;
	padding: 10px 20px;
	margin: 0 auto;
}
.wrap .top_topics ul li a {
	text-decoration: none;
	color: #000;
}
.wrap .top_topics ul li a img {
	vertical-align: middle;
}
.wrap .top_topics ul li a p {
	display: inline-block;
	width: 390px;
	font-size: 0.9em;
	line-height: 32px;
	border-bottom: 1px dashed #9f7c52;
}
.wrap .top_topics ul li a p span {
	margin: 0 10px;
}

.news_list_banner {
	width: 260px;
	height: 800px;
}

.wrap .top_news ul {
	padding: 15px 0 0 0;
}
	
.wrap .top_news ul li {
	width: 90%;
	border-bottom: 1px dashed #9f7c52;
	padding: 5px 20px;
	margin: 0 auto;
}
.wrap .top_news ul li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #000;
}
.wrap .top_news ul li a img {
	margin: 0 10px 0 0;
}
.wrap .top_news ul li a p {
	line-height: 20px;
	font-size: 0.9em;
}

.loan_txt {
	width: 90%;
	margin: 0 auto;
	line-height: 1.5em;
}
.plan_box ,
.plan_box2 {
	display: flex;
	width: 380px;
	margin: 20px auto;
}
.plan_box {
	justify-content: space-between;
}
.plan_box2 {
	justify-content: center;
}

.plan_img {
	width: 300px;
	margin: 20px auto 0 auto;
}

.loan_plan ,
.loan_simyu {
	text-align: center;
}
.loan_plan {
	margin: 25px 0 0 0;
}
table.loan {
	margin: 0 auto 10px auto;
}

.link_box {
	width: 90%;
	margin: 0 auto 20px auto;
	line-height: 1.5em;
}

.link_box .title {
	background: #fff8dc;
	padding: 10px;
}
.link_box .setumei {
	background: #f5f5dc;
	padding: 10px;
}

.kojin_sp {
	display: none;
}

@media screen and (max-width: 1050px) {
	
	header nav {
		display: none;
	}
	
	.inner {
		width: 100%;
	}
	
	.side_contents {
		display: none;
	}
	
	.main_contents {
		width: 90%;
		margin: 0 auto;
	}
	
	.yasai_01 ,
	.yasai_02 {
		display: none;
	}
	
	.footer_contents ,
	.footer_copy {
		width: 100%;
	}
	
	.pankuzu {
		width: 90%;
		margin: 0 auto;
	}
	
	.box label{
		display: block;
		cursor: pointer;
	}

	.box input[type="checkbox"].on-off,
	.box input[type="checkbox"].on-off +div{
		display: none;
	}

	.box input[type="checkbox"].on-off:checked +div{
		display: block;
	}
	
	.oll_wrap ,
	.oll_wrap a{
		text-decoration: none;
		color: #fff;
		line-height: 1.5em;
	}
		
	.oll_wrap a div ,
	.box {
		
		padding: 10px;
	}
	
	.oll_wrap .box div a div ,
	.box label {

	}
	
	.oll_wrap .box label {
		padding: 10px 10px 10px 0;
		line-height: 0;
	}
	.box input[type="checkbox"].on-off:checked + div {
		padding: 0 0 0 10px;
		margin: 10px 0 0 0;
		transition: .2s;
	}
	
	table.present_form td {
		width: 100%;
		display: list-item;
		list-style: none;
	} 
	
	table.present_form td input ,
	table.present_form td select ,
	table.present_form td textarea {
		width: 100%;
	}
	
	#mw_wp_form_mw-wp-form-2103 table.present_form td input.present_06 ,
	#mw_wp_form_mw-wp-form-2103 table.present_form td input.present_10 {
		width: auto;
	}
	
	.garden_img ,
	.garden_img img {
		width: 100%;
	}
	
	.invite_text ,
	.invite_num {
		width: 90%;
	}
	
	.garden_main ,
	.garden_main img ,
	.garden_main2 ,
	.garden_main2 img ,
	.category_button {
		width: 100%;
	}
	
	.garden_sell {
		display: block;
	}
	
	.garden_sell_img img ,
	.garden_sell_text ,
	.garden_sell_img ,
	.garden_sell_img img {
		width: 100%;
	}
	
	.garden_sell_img {
		width: 160px;
		margin: 0 auto;
	}
	
	.garden_sell_text .yasai_title {
		text-align: center;
		padding: 10px 0 0 0;
		font-size: 1.5em;
	}
	
	.bank_table {
		width: 95%;
	}
	table.bank_table td {
		width: 100%;
	}
	
	table.sp_img img {
		width: 100%;
	}
	
	.image_box img {
		width: 100%;
	}
	
	.uranai_box {
		width: 45%;
	}
	
	.news_style {
		display: block;
	}
	
	.news_contents {
		float: none;
	}
	
	.news_page {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
		height: auto;
	}
	
	.wrap .news_style .top_topics ul li a p {
		width: 100%;
	}
	
}



@media screen and (max-width: 445px) {
		
	.right_box {
		width: 90%;
		display: block;
	}
	.right_box p {
		width: 100%;
	}
	
	table th ,
	table td ,
	.column1 ,
	.column2 ,
	table.table_topics th ,
	table.table_topics td ,
	table.table_topics .day ,
	table.invite_table th ,
	table.invite_table td ,
	table.invite_table2 th ,
	table.invite_table2 td {
		display: block;
		width: 100%;
	}
	

	
	.image_left {
		width: 95%;
		margin: 20px auto;
	}
	
	.seisyun_box {
		width: 45%;
	}
	
	.ikubyou_img {
		width: 90%
	}
	.ikubyou_img img {
		width: 100%;
	}
	
	.contents .farm_h2 {
		width: 90%;
	}
	
	.invite_num ,
	.invite_text {
		width: 90%;
	}
	
	.invite_last {
		width: 90%;
	}
	
	.recruitment_title ,
	.recruitment_text ,
	.recruitment_contact {
		width: 90%;
	}
	

	
	.garden_category p {
		line-height: 23px;
	}
		
	.garden_sell_img {
		width: 100%;
	}
	
	.garden_sell_text .yasai_title ,
	.garden_sell_text .yasai_category {
		text-align: center;
		margin: 10px 0 0 0;
	}
	
	.garden_sell_text div ,
	.garden_sell_text div img {
		padding: 0;
		width: 100%;
	}
	
	.garden_sell_button {
		width: 100%;
		display: block;
		margin: 30px auto 0 auto;
	}
	
	.garden_button {
		margin: 10px auto;
	}
	
	.recipe_list {
		display: block;
	}
	
	.recipe_list .image ,
	.recipe_list .info {
		width: 100%;
	}
	
	.vatal_back {
		width: 90%;
	}
	

	
	.plan_box,
	.plan_box2 {
		display: block;
		width: 180px;
	}
	
	.kyosai_table .kyosai_result, .kyosai_table2 .kyosai_result, .kyosai_table3 .kyosai_result {
		width: 100%;
		vertical-align: middle;
	}
	
	.kyosai_banner {
		width: 90%;
		margin: 20px auto;
	}
	
	.kyosai_phone .img {
		width: 100%;
	}
	
	.angel_contents {
		display: block;
	}
	
	.angel_img, .ojama_img, .pet_img {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	
	.angel_name::after ,
	.angel_name::before {
		font-family: none;
		content: none;
	}
	
	.angel_name {
		position: static;
		padding: 34px 15px;
		background: #ffccd5;
		border-radius: 30px;
		line-height: 2em;
		font-weight: bold;
		color: #5C4747;
		margin: 20px auto;
	}
	
	.naka_name {
		width: 90%;
		margin: 20px auto;
		float: none;
	}
	
	.naka_qa {
		width: 90%;
	}
	
	.naka_q {
		background-image: url("../images/heart.png");
		background-repeat: no-repeat;
		line-height: 2em;
		padding: 0 0 0 35px;
		font-weight: bold;
		color: #5C4747;
		background-size: 30px;
	}
	
	.naka_a {
		padding: 0 0 0 35px;
	}
	
	.family_th {
		width: 100%;
	}
	
	table.answer td {
		width: 12.5%;
		text-align: center;
		display: table-cell;
	}
	
	.uranai_box {
		width: 80%;
		border: 1px solid #4d4d4d;
		margin-bottom: 20px;
	}
	
	.garden_img ,
	.garden_img img {
		width: 100%;
	}
	
	.garden_table th {
		width: 100%;
	}
	
	.garden_flow {
		display: block;
		padding: 3px;
	}
	
	.flow_img {
		width: 100%;
	}
	
	.flow_data {
		width: 100%;
		padding: 3px;
	}
	
	.recipe_material {
		display: block;
	}
	
	.recipe_img ,
	.recipe_zairyo {
		width: 90%;
		margin: 0 auto 10px auto;
	}
	
	.table_kojin {
		width: 90%;
	}
	
	.table_kojin th ,
	.table_kojin td {
		width: 100%;
	}
	
	.sp_hide {
		display: none;
	}
	
	.kojin_sp {
		display: block;
		width: 90%;
		margin: 0 auto;
		line-height: 1.5em;
	}
	
	.kojin_sp .title {
		padding-left: 1.5em;
	}
	
	.kojin_sp .sub_title {
		padding-left: 2.5em;
	}
	
	.kojin_sp .content {
		padding-left: 3.5em;
	}

	
}

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

	.footer_contents {
		display: block;
		flex-wrap: wrap;
		padding: 10px 50px;
	}
	
	.footer_contents p {
		padding: 10px;
	}
	
}

@media screen and (max-width: 416px) {
	
	.h1_midashi ,
	.h1_midashi img {
		width: 100%;
	}
	
	.greeting {
		display: block;
	}
	.greeting .icon {
		margin: 0 auto;
		width: 150px;
		height: auto;
	}

}









































































