@charset "utf-8";
/* ===========================================================================================

nasuluckitchen > useful.css

=========================================================================================== */
.content {
	width: 950px;
	margin: 0 auto;
}

.content h1 {
	margin: 0 auto;
}

.first_lead {
	width: 672px;
	margin: 30px auto 0;
}

.description_space {
	width: 635px;
	padding: 14px 20px;
	background: #efdfc7;
	margin: 30px auto 60px;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* 共通 */
.red {
	color: 	#d94242;
}

/* 料理レシピを見るボタン */
.btn {
	width: 228px;
	margin: 40px auto 0;
}

/* マウスオーバー */
.over:hover {
	opacity: 0.7;
}

/* ページのトップへ */
.page_top {
	text-align: right;
	margin: 20px 0;
	font-size:.9rem!important;
}
.page_top span{
	color:#CC0000
}


/* ========================================================================================
		メニュー
		---------------------------------------------------------------------------------------
	 	nav 
======================================================================================== */	
nav .Japanese_syllabary {
	width: 582px;
	overflow: hidden;
	margin: 0 auto 0;
}

nav .Japanese_syllabary02{
	width: 795px;
	overflow: hidden;
	margin: 0 auto 0;
}

nav .Japanese_syllabary03{
	width: 490px;
	overflow: hidden;
	margin: 0 auto 0;
}

nav .Japanese_syllabary04{
	width: 870px;
	overflow: hidden;
	margin: 0 auto 0;
}

.Japanese_syllabary li,
.Japanese_syllabary02 li {
	/*width: 110px;*/
	float: left;
	margin: 11px 6px 0 0;
}

.Japanese_syllabary li:nth-of-type(6)
.Japanese_syllabary02 li:nth-of-type(6) {
	margin: 11px 6px 0 58px;
}

.Japanese_syllabary li:nth-last-of-type(1)
.Japanese_syllabary02 li:nth-last-of-type(1){
	margin: 11px 0 0 0;
}

.Japanese_syllabary03 li{
	width: 220px;
	float: left;
	margin: 11px 6px 0 0;
	font-size:16px!important;
}

/* ========================================================================================
		「○」行の野菜の育て方一覧
		---------------------------------------------------------------------------------------
	 	.syllabary_order_box 
======================================================================================== */	
.syllabary_order_box {
	width: 920px;
	margin: 10px auto 0;
}

.syllabary_order_box:nth-of-type(1) {
	margin: 40px auto 0;
}

/* 見出し */
.syllabary_order_box h3{
	padding: 17px 0 16px 85px;
	background: url(../image/bg_headline.png) 0 0 no-repeat;
}

.item_list {
	width: 868px;
	margin: 0 auto 0;
	overflow: hidden;
}

/* 野菜リスト */
.item_list li {
	float: left;
	width: 274px;
	margin: 20px 20px 0 0;
}

.item_list li:nth-of-type(3n) {
	margin: 20px 0 0 0;
}


.btn_submenu{
	width:150px;
	border-radius:5px;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
	text-align: center;
    background: #4caf50;/*背景色*/
    border-bottom: solid 2px #388e3c;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.btn_submenu::after{
	content: "▼";
	margin-left: 12px;
	margin-bottom:50px;
	color:#FFEB3B;
	font-size:10px;
}


.btn_submenu02{
	width:250px;
	border-radius:5px;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
	text-align: center;
    background: #ba68c8;/*背景色*/
    border-bottom: solid 2px #8e24aa;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.btn_submenu02::after{
	content: "≫";
	margin-left: 12px;
	margin-bottom:50px;
	color:#FFEB3B;
	font-size:10px;
}


.btn_submenu a,
.btn_submenu02 a{
	color:#fff!important;
}
.btn_submenu a:hover,
.btn_submenu02 a:hover{
	opacity: 0.7;
}



/* 野菜名 */
[id^="line_"] .vege_name {
	width: 272px;
	padding: 11px 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #fff;
	font-weight: bold;
	border: 1px solid #ff0000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e93939+0,870101+100 */
	background: #e93939; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e93939 0%,#870101 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e93939 0%,#870101 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: relative;
}

/* 野菜名 背景グラデーション上書き */
[id^="line_"]:nth-of-type(even) .vege_name {
	border: 1px solid #18aa0b;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27ba50+0,17760a+100 */
	background: #27ba50; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #27ba50 0%,#17760a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #27ba50 0%,#17760a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* 野菜名 白右矢印 */
[class^="syllabary_order_"] .vege_name::after {
	content: url(/home_garden/image/ico_white_arrow.png);
	display: block;
	pointer-events: none;
	position: absolute;
	right: 0;
	bottom: 50%;
	line-height: 0;
	margin: 0 10px -6px 0;
}

/* 野菜画像のボーダー */
[id^="line_"] .vege_img {
	position: relative;
	border: 1px solid #8e8e8e;
}

/* 野菜画像のボーダー */
[class*="star0"]::after {
	display: block;
	pointer-events: none;
	position: absolute;
	left: 10px;
	bottom: 6px;
	line-height: 0;
}

/* ☆印 */
.star01::after { content: url(/home_garden/result_image/ico_star01.png);}
.star02::after { content: url(/home_garden/result_image/ico_star02.png);}
.star03::after { content: url(/home_garden/result_image/ico_star03.png);}
.star04::after { content: url(/home_garden/result_image/ico_star04.png);}
.star05::after { content: url(/home_garden/result_image/ico_star05.png);}

/* 各行の一番下が2マス分空いた時 */
.bg_a { background: url(/home_garden/image/bg_a.jpg) right bottom no-repeat;}
.bg_ka { background: url(/home_garden/image/bg_ka.jpg) right bottom no-repeat;}
.bg_sa { background: url(/home_garden/image/bg_sa.jpg) right bottom no-repeat;}
.bg_ta { background: url(/home_garden/image/bg_ta.jpg) right bottom no-repeat;}
.bg_na { background: url(/home_garden/image/bg_na.jpg) right bottom no-repeat;}
.bg_ha { background: url(/home_garden/image/bg_ha.jpg) right bottom no-repeat;}
.bg_ma { background: url(/home_garden/image/bg_ma.jpg) right bottom no-repeat;}
.bg_ra { background: url(/home_garden/image/bg_ra.jpg) right bottom no-repeat;}
.bg_wa { background: url(/home_garden/image/bg_wa.jpg) right bottom no-repeat;}


/*H2タイトル*/

.content h2 {
position: relative;
color: #158b2b;
font-size: 20px;
padding: 10px 0;
text-align: center;
margin: 1.5em 0;
}
.content h2:before {
content: "";
position: absolute;
top: -8px;
left: 50%;
width: 150px;
height: 58px;
border-radius: 50%;
border: 5px solid #a6ddb0;
border-left-color: transparent;
border-right-color: transparent;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

