@charset "UTF-8";


/* ---------- style reset ---------- */
body {
	background-color: #fff;
	position: relative;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif!important;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	color: #666;
	line-height: 1.4;

}
img {
	height: auto;
	vertical-align: bottom;
}
section {
	margin-bottom: 20px;
	background-color: #fff;
}
p {
	line-height: 1.4;
}
a {
	text-decoration: none;
}
h2,h3 {
	font-weight: bold;
}
.area_global_container {
 overflow: hidden;
}
.course_area {
	font-size: 16px!important;
}


/* ====== guide ====== */
#guide {
	width: 220px;
	z-index: 1;
	display: none;
	position: relative;
	padding: 10px 0;
	color: #fff;
	line-height: 1.2;
	font-size: 1.4em;
	text-align: center;
	background: #000;
	opacity: 0.7;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#guide:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 30%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 25px 0px 0px;
	border-color: #000 transparent transparent transparent;
}
#guide p.close {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 25px;
	height: 25px;
	line-height: 22px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	color: #000;
	border-radius: 9999px;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
}


/* ====== メイン画像 ====== */
#main {
	width: 100%;
	overflow: hidden;
	background: url(/special/kikaku/cooking/imgs/main_sp.png);
	background-position : center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
img.paprica {
	position: absolute;
	height: auto!important;
	z-index: 5;
}

/* ====== Gナビ ====== */
#g_navi_wrapper p {
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 20px;
	letter-spacing: .15em;
	position: relative;
}

#g_navi {
	padding: 0 2%;
	width: 100%;
	text-align: center;
	position: relative; 
	z-index: 10;
}
#g_navi a {
	display: inline-block;
	width: 48%;
	margin : 4px 1%;
	font-size: 1.5em!important;
	font-weight: bold;
	border-radius: 7px;
}

#g_navi a li {
	width: 100%;
	padding: .65em .75em 1em;
}

/* ボタン類に押せる感の影をつける */
#g_navi a,.btn a {
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Gナビ講座別に色指定 */
/* 食アド */
#g_navi a:first-child {
	background-color: #fdd7be;
}
/* 野菜 */
#g_navi a:nth-child(2){
	background-color: #e3edae;
}
/* 薬膳 */
#g_navi a:nth-child(3){
	background-color: #ecd6ef;
}
/* 食育 */
#g_navi a:nth-child(4){
	background-color: #c6e7f1;
}
/* スイーツ */
#g_navi a:nth-child(5){
	background-color: #f9d8dc;
}
/* 介護食 */
#g_navi a:nth-child(6){
	background-color: #fbecb0;
}


/* 三角矢印 */
#g_navi a li span {
	display:block;
	height: .25em;
	width: auto;
	margin-top: .25em;
}
#g_navi a li.narrow {
	letter-spacing: -1px;
}

#g_navi a li img {
	width: 100%;
}


/* ====== 各講座の詳細エリア。タイトル～.course_inner、詳しくボタンを入れる枠 ====== */
.course_content {
	margin: 1.25em 2%;
	padding: 0 2% 10px;
	position: relative;
}

/* 詳細エリア 講座別に背景色指定 */
/* 食アド */
.course_content#syokuAD {
	background-color: #fdd7be;
	border-top: 3px solid #ff8a3f;
}
/* 野菜 */
.course_content#vege{
	background-color: #e3edae;
	border-top: 3px solid #778915;
}
/* 薬膳 */
.course_content#yakuzen{
	background-color: #ecd6ef;
	border-top: 3px solid #7b3884;
}
/* 食育 */
.course_content#syokuiku{
	background-color: #c6e7f1;
	border-top: 3px solid #207a95;
}
/* スイーツ */
.course_content#sweets{
	background-color: #f9d8dc;
	border-top: 3px solid #d65e6c;
}
/* 介護食 */
.course_content#nursingMeal{
	background-color: #fbecb0;
	border-top: 3px solid #bd9f2a;
}


/* 本文 */
.course_content p,.course_detail dt {
	line-height: 1.6;
	letter-spacing: 1.35px;
}


/* ====== 講座名 ====== */

/* 講座名を入れる箱 */
h2.content_title {
	width: 100%;
	padding: .25em 0;
	line-height: 1.35;
}
h2.content_title a {
	font-size: 1.5em!important;
}

/* ====== 各講座のイメージ画像と詳細を入れる枠 ====== */
.course_inner {
	background-image: url(/special/kikaku/cooking/imgs/bg_course_detail.jpg);
}

/* others */
.area_buttons a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.area_buttons {
	margin: 19px 10px 10px;
}


/* ====== 各講座のイメージ画像 ====== */
.course_img {
	width: 100%;
	background-position : left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#syokuAD .course_img {
	background-image: url(/special/kikaku/cooking/imgs/img_course_01.png);
}
#vege .course_img {
	background-image: url(/special/kikaku/cooking/imgs/img_course_02.png);
}
#yakuzen .course_img {
	background-image: url(/special/kikaku/cooking/imgs/img_course_03.png);
}
#syokuiku .course_img {
	background-image: url(/special/kikaku/cooking/imgs/img_course_04.png);
}
#sweets .course_img {
	background-image: url(/special/kikaku/cooking/imgs/img_course_05.png);
}
#nursingMeal .course_img {
	background-image: url(/special/kikaku/cooking/imgs/img_course_06.png);
}

/* ====== 各講座のイメージ画像に配置する要素 ====== */

/* メリットアイコン */
.meritIcon {
	position: absolute;
	top: 0;
	right: 8px;
	width: 25%;
	height: auto;
}


/* ====== 講座詳細 ====== */
.course_detail {
	position: relative;
	padding:.5em;
}

/* ====== レシピ ====== */
/* レシピ写真（右）とテキスト（左）をまとめる箱 */
.recipe_detail {
	margin-top: 1.25em;
}
.recipe_detail img {
	width: 100%;
	height: auto;
	margin-top:1em;
}
/* レシピについてタイトル */
.course_detail dt span {
	display: inline-block;
	font-size: 1.25em;
	margin-bottom: .75em;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.25;
}

.course_detail dt img.h3Icon {
	height: 1.55em;
	width: auto;
	vertical-align: baseline;
}

/* ↑ここまで整理済 */

/* レシピについてタイトル講座別 */
#syokuAD .course_detail dt span {
	color: #ff8a3f;
}
#vege .course_detail dt span {
	color: #778915;
}
#yakuzen .course_detail dt span {
	color: #7b3884;
}
#syokuiku .course_detail dt span {
	color: #207a95;
}
#sweets .course_detail dt span {
	color: #d65e6c;
}
#nursingMeal .course_detail dt span {
	color: #bd9f2a;
}


/* ====== くわしくみる！ボタン ====== */
.btn {
	text-align: center;
}

.btn a{
	background-color: #ff5a00;
	padding: .75em 0;
	display: inline-block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-radius: 2.5em;
	width: 100%;
	margin: 1.75em auto .25em;
	height:2.5em;
}


/* ====== TOPへ戻るボタン ====== */
.upper {
	display: none;
}

.mod_button_top {
	position: relative;
	min-height: 38px;
	font-size: 0.92em;
	line-height: 38px;
	color: #034d73;
	font-weight: bold;
	padding-right: 48px;
}
.mod_button_top:after {
	display: block;
	position: absolute;
	min-height: 38px;
	top: 0;
	right: 5px;
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	background-image: url(/common/imgs/parts-s60a8ca576d.png);
	background-repeat: no-repeat;
	background-size: 115px 687px;
	background-position: 0 -162px;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}


/* 料理系講座は他にもエリア */
.area_course_same { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 40px 10px 0; }
.area_course_same > .area_box_same_courses { *zoom: 1; margin-top: 13px; }
.area_course_same > .area_box_same_courses:after { content: ""; display: block; clear: both; }
.area_course_same > .title_section { font-size: 1.34em; line-height: 1.13; letter-spacing: 0.172em; color: #034d73; font-family: "TsukuGoPro-E"; padding-left: 1px; }
.area_course_same .mod_course_same { float: left; width: 50%; }
.area_course_same .mod_course_same:nth-child(2n) a { margin-left: 5px; }
.area_course_same .mod_course_same:nth-child(2n+1) a { margin-right: 5px; }

.area_course_same h3 {
	font-size: 1.25em;
	text-align: center;
	letter-spacing: .25em;
}
/* 料理系講座は他にも_タイトル、気になる資格をタップ_タイトル */
.area_course_same h3 span,#g_navi_wrapper p span{
	margin: 0 1.75em;
}
.area_course_same h3 img,#g_navi_wrapper p img {
	height: 1.5em;
	width: auto;
}

.mod_course_same { width: 145px; }
.mod_course_same a { display: block; text-decoration: none; }
.mod_course_same .photo { margin-bottom: 6px; overflow: hidden; position: relative; }
.mod_course_same .photo img { border-radius: 4px 4px 5px 5px; display: block; width: 100%; }
.mod_course_same .photo .caption { border-radius: 0 0 4px 4px; position: absolute; bottom: 0; left: 0; width: 100%; background: #dac39d; padding: 10px 0; text-align: center; color: #fff; font-size: .75em; line-height: 1.08; font-weight: bold; }
.mod_course_same .desc { color: #333; font-size: 0.75em; line-height: 1.82; padding: 0 3px; }


@media screen and (max-width:320px) {
	#g_navi a li {
		font-size: .85em!important;
		padding: .45em .25em 1em;
	}
	img.paprica {
		top: -6em;
		right: -1.35em!important;
		width: 6.5em!important;
	}
	/* 本文 */
	.course_content p,.course_detail dt {
		letter-spacing: 1.25px;
	}

.course_img {
		height: 130px;
	}
	.course_detail dt span {
		margin-top:-.5em;
		margin-bottom: .5em;
	}
	.area_course_same h3 {
		font-size: 1.25em;
		letter-spacing: 0;
	}
	.area_course_same h3 span,#g_navi_wrapper p span {
		margin: 0 .25em;
	}
	.area_course_same h3 img,#g_navi_wrapper p img {
		height: 1em;
	}
	.meritIcon {
		right: 0;
	}
}
@media screen and (min-width:321px) and (max-width:540px) {
	img.paprica {
		top: -7.25em;
		right: -2em!important;
		width: 8em!important;
	}
	.course_img {
		height: 170px;
	}
	.course_detail dt span {
		letter-spacing: -1px;
	}
	.area_course_same h3 {
		font-size: 1.25em;
		letter-spacing: .15em;
	}
	.area_course_same h3 span {
		margin: 0 .5em;
	}
	.meritIcon {
		right: -2px;
	}
}
@media screen and (min-width:541px) and (max-width:735px) {
	img.paprica {
		top: -9em;
		right: -3em!important;
		width: 11em!important;
	}
	.course_img {
		height: 240px;
	}
	.meritIcon {
		right: -5px;
		width: 20%;
	}
}
@media screen and (min-width:736px) {
	img.paprica {
		top: -11em;
		right: -4em!important;
		width: 14em!important;
	}
	.course_img {
		height: 240px;
	}
	.meritIcon {
		width: 20%;
	}
}