@charset "utf-8";

/* =======================================

	evebt-osechi CSS

========================================== */
/* 画像置換 */
 {
	display: block;
	text-indent: 105%;
	white-space: nowrap;
	overflow: hidden;
}

/* mobile用の要素を非表示 */
.sp,
.aside ul li p span,
#osechiIdx .headerBox p.img img {
		display: none;
}





/* -- base -------------------------------------  */
body {visibility: hidden;}

#content {
	margin: 20px auto 100px;
	background: #fff;
}

h1 {
	position: absolute;
	top: 25px;
	width: 100%;
	color: #fff;
	font-family: 'すずむし', 'Suzumushi', serif;
	font-size: 67px;
	text-align: center;
	line-height: 1.2;
	text-shadow: 0px 0px 8px rgba(166, 33, 0, 1);
	font-weight: bold;

}
h1 span.small {
	display: block;
	font-size: 55px;
}

.subPage h1 {
	margin-bottom: 0;
	position: relative;
	top: 0;
    background: url(/img/recipe/event/osechi_2016/bg_02.jpg) 0 0 repeat-y;
    background-size: 970px auto;
    font-size: 55px;
    color: #fff;
    line-height: 1.6;
    vertical-align: middle;
    font-weight: bold;
    overflow: visible;
    letter-spacing: 2px;
    text-shadow: 0px 2px 1px #de3f2a,0px 1px 1px #de3f2a,1px 1px 1px #de3f2a,1px 0px 1px #de3f2a,2px 0px 1px #de3f2a,1px -1px 1px #de3f2a,1px -2px 1px #de3f2a,0px -2px 1px #de3f2a,-1px -2px 1px #de3f2a,-2px -2px 1px #de3f2a,-2px -1px 1px #de3f2a,-2px 0px 1px #de3f2a,-2px 1px 1px #de3f2a,-1px 1px 1px #de3f2a;
}

.subPage h1 span.small {
	display: inline;
	font-size: 44px;
}

h2 {
	margin-bottom: 55px;
	width: 100%;
	color: #e83a00;
	font-family: 'すずむし', 'Suzumushi', serif;
	font-size: 50px;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: -8px;
}

h2 span {
	padding-left: 3px;
	letter-spacing: -25px;
}

h2 span.kana {
	padding-left: 0;
	letter-spacing: -10px;
}

#content p {
	text-align: justify;
	color: #000;
	line-height: 1.6;
	font-size: 15px;
	text-justify: inter-ideograph;
}

a:hover{
	text-decoration: none !important;
}

.headerBox {
	padding-bottom: 10px;
	position: relative;
}

.line {
	margin-top: 0;
	padding: 30px 0 0;
	border: none;
	background: url(/img/recipe/event/osechi_2016/line_01.png) center top no-repeat;
}

#content p.toRecipe,
.section_recipeBox p span {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 8px 5px 10px;
    float: right;
    background: rgba(255,255,255,0.9);
    border-radius: 8px;
	letter-spacing: 1px;
    font-weight: bold;
    font-size: 14px;
    z-index: 100;
    box-shadow: 0 0 5px rgba(146,129,120,0.5);
    transition: 0.2s;
    color: #c30;
}
#content p.toRecipe{
    bottom: 10px;
    right: 10px;
}

.section_recipeBox p span:hover {
    color: #e93a00;
    box-shadow: 0 0 8px rgba(146,129,120,0.8);
}

#content p.lead {
    margin: 50px 0 30px 80px;
    line-height: 2;
    font-size: 18px;
}

.aside ul {
	margin: 30px 0 0;
    padding: 50px 0;
    text-align: center;
    background: url(/img/recipe/event/osechi_2016/bg_01.jpg) 0 0;
	text-align: center;
}

.aside ul li {
	margin: 0 19px;
    position: relative;
    display: inline-block;
    width: 263px;
    background: #fff;
    vertical-align: top;
    box-shadow: 0 0 3px #A89990;
}

.aside ul li a {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	opacity: 1;
}

.aside ul li a:hover {
	opacity: 0.85;
}

.aside ul li a p strong {
	transition: 0.2s;
	-webkit-transition: 0.2s;
	color: #000;
}
.aside ul li a:hover p strong {
	color: #c30;
}

.aside ul li img {
	margin-bottom: 10px;
}
.aside ul li img.pdt {
  position: absolute;
  height: 182px;
  top: 8px;
  left: 150px;
}

#content .aside ul li p {
    display: table-cell;
    padding-top: 15px;
    width: 263px;
    height: 90px;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    background: url(/img/recipe/event/osechi_2016/line_03.jpg) center top no-repeat;
    vertical-align: middle;
}

.aside ul li:nth-child(3) p {
    text-indent: 8px;
}







/* osechi index
--------------------------------------------------------------------  */

#osechiIdx h2 span {
	letter-spacing: -3px;
}

#osechiIdx .headerBox {
	position: relative;
}

#osechiIdx .headerBox p.img {
	width: 970px;
	height: 342px;
	background: url(/img/recipe/event/osechi_2016/mainImg.jpg) 0 0 no-repeat;
}

#osechiIdx .headerBox .figure {
	position: absolute;
    top: 303px;
    right: 83px;
}

#osechiIdx .headerBox .figure img {
	height:196px;
	width: auto;
}

#osechiIdx .headerBox .figure img.pdt01 {
	display: inline-block;
	position: relative;
	top: 1px;
}


/* -- .section_recipeBox -------------------------------------  */
#osechiIdx .recipeBox_wrapper {
	margin-bottom: 40px;
    padding: 40px 0;
	text-align: center;
	background: url(/img/recipe/event/osechi_2016/bg_01.jpg) 0 0;
}

#osechiIdx .section_recipeBox {
	position: relative;
	display: inline-block;
	margin: 0 20px 0;
	width: 420px;
	background: #fff;
	border-radius: 4px;
    box-shadow: 0 0 35px rgba(195, 191, 181, 0.2);
}

#osechiIdx .section_recipeBox h3 {
  padding: 5px 10px;
	position: relative;
    background: url(/img/recipe/event/osechi_2016/bg_02.jpg) 0 0 repeat-y;
    background-size: 970px auto;
    font-size: 30px;
    font-family: '丸フォーク M', 'Maru Folk Medium', serif;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    overflow: visible;
    letter-spacing: 2px;
    border-radius: 2px 2px 0 0;
    text-shadow: 0px 2px 1px #de3f2a,0px 1px 1px #de3f2a,1px 1px 1px #de3f2a,1px 0px 1px #de3f2a,2px 0px 1px #de3f2a,1px -1px 1px #de3f2a,1px -2px 1px #de3f2a,0px -2px 1px #de3f2a,-1px -2px 1px #de3f2a,-2px -2px 1px #de3f2a,-2px -1px 1px #de3f2a,-2px 0px 1px #de3f2a,-2px 1px 1px #de3f2a,-1px 1px 1px #de3f2a;
}

#osechiIdx .section_recipeBox img {
	width: 100%;
	height: auto;
}

#osechiIdx .section_recipeBox p.text {
	padding: 20px 20px 75px;
	font-size: 14px;
}

#osechiIdx .section_recipeBox p.text span {
	position: absolute;
	bottom: 20px;
	right: 18px;
	padding: 5px 7px 5px 10px;
	letter-spacing: 1px;
	font-size: 15px;
}





/* -- .section_osechi -------------------------------------  */
#osechiIdx .section_osechi .section_recipeBox  {
	width: 261px;
}

#osechiIdx .section_osechi .section_recipeBox h3 span {
    position: absolute;
    top: -62px;
    left: -28px;
    padding-top: 16px;
    display: block;
    width: 108px;
    height: 80px;
    text-align: center;
    background: url(/img/recipe/event/osechi_2016/ico_01_sp.png) 0 0 no-repeat;
    background-size: 108px auto;
    font-size: 16px;
    font-family: sans-serif;
    color: #FFF100;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0;
    z-index: 100;
    text-shadow: 0px 2px 1px #de3f2a,0px 1px 1px #de3f2a,1px 1px 1px #de3f2a,1px 0px 1px #de3f2a,2px 0px 1px #de3f2a,1px -1px 1px #de3f2a,1px -2px 1px #de3f2a,0px -2px 1px #de3f2a,-1px -2px 1px #de3f2a,-2px -2px 1px #de3f2a,-2px -1px 1px #de3f2a,-2px 0px 1px #de3f2a,-2px 1px 1px #de3f2a,-1px 1px 1px #de3f2a;
}

#osechiIdx .section_osechi .section_recipeBox p.text {
	line-height: 1.5;
}



/* -- .section_decoration -------------------------------------  */
#osechiIdx .section_decoration {
	position: relative;
}

#osechiIdx .section_decoration .recipeBox_wrapper {
	margin-top: 160px;
}

#osechiIdx .section_decoration img {
    border-radius: 2px;
}

#osechiIdx .section_decoration p.text  {
	position: absolute;
	top: 140px;
	width: 100%;
    font-size: 18px;
    line-height: 2;
	text-align: center;
}








/* osechi_recipe
--------------------------------------------------------------------  */
#osechi_recipe h2 {
    margin-bottom: 15px;
    font-size: 55px;
}

#osechi_recipe ul.recipe_list {
    padding: 15px 0;
    position: relative;
    text-align: center;
    background: url(/img/recipe/event/osechi_2016/bg_01.jpg) 0 0;
}

#osechi_recipe ul.recipe_list li {
	position: relative;
	display: inline-block;
    margin: 25px 15px;
    width: 190px;
	border: 1px solid #e6d6c6;
	border-radius: 1px;
	box-shadow: 0 0 35px rgba(195, 191, 181, 0.2);
}
#osechi_recipe ul.recipe_list li a {
	display: block;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	opacity: 1;
}
#osechi_recipe ul.recipe_list li a:hover {
	opacity: 0.85;
}
#osechi_recipe ul.recipe_list li.blank {
    border: none;
    box-shadow: none;
}

#osechi_recipe ul.recipe_list li a p.tit {
    position: absolute;
    padding: 5px 5px 5px 10px;
    bottom: -1px;
    left: -1px;
    width: 175px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    z-index: 2;
    text-shadow: 0 0 5px rgba(128,63,0,0.8);
    border: 1px solid #e6d6c6;
    border-top: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
    background: rgba(207,70,28,0.7);
}
#osechi_recipe ul.recipe_list li a:hover p.tit {
    background: rgba(212,42,14,0.9);
}

#osechi_recipe ul.recipe_list li img {
	width: 100%;
}

#osechi_recipe .arrange ul.recipe_list li a p.tit {
	transition: 0.3s;
	-webkit-transition: 0.3s;
    background: rgba(232,131,33,0.7);
}
#osechi_recipe .arrange ul.recipe_list li a:hover p.tit {
    background: rgba(234,103,7,0.9);
}

#osechi_recipe .line {
	margin-top: 40px;
    padding-top: 40px;
}






/* osechi_origin
--------------------------------------------------------------------  */

#osechi_origin .recipe_list_wrapper {
	padding: 50px 0;
    background: url(/img/recipe/event/osechi_2016/bg_01.jpg) 0 0;
}

#osechi_origin ul.recipe_list {
	text-align: center;
    background: url(/img/recipe/event/osechi_2016/line_04.png) repeat-y center 0;
    border-radius: 4px;
}

#osechi_origin ul.recipe_list li {
	position: relative;
    margin: 0 45px 50px;
	display: inline-block;
	width: 390px;
	background: #fff;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	opacity: 1;
    box-shadow: 0 0 35px rgba(195, 191, 181, 0.3);
}
#osechi_origin ul.recipe_list li:hover {
	opacity: 0.9;
    box-shadow: 0 0 15px #cabd9b;
}

#osechi_origin ul.recipe_list li:last-child,
#osechi_origin ul.recipe_list li:nth-last-child(2) {
    margin-bottom: 0;
}


#osechi_origin ul.recipe_list li a {
	display: block;
	text-align: center;
}

#osechi_origin ul.recipe_list li a>div {
	display: inline-block;
	vertical-align: top;
}

#osechi_origin ul.recipe_list li div.img {
	margin-left: -1px;
	position: relative;
	width: 176px;
    border-radius: 3px 0 0 3px;

}

#osechi_origin ul.recipe_list li div.img p.tit {
	position: absolute;
    padding: 5px 5px 5px 10px;
    bottom: 0px;
    left: 0px;
    width: 161px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    z-index: 2;
    text-shadow: 0 0 5px rgba(128,63,0,0.8);
	border-radius: 0 0 0 3px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background: rgba(207,70,28,0.7);
}
#osechi_origin ul.recipe_list li:hover div.img p.tit {
    background: rgba(212,42,14,0.9);
}

#osechi_origin ul.recipe_list li div.img img {
	width: 176px;
	height: auto;
    border-radius: 3px 0 0 3px;
}

#osechi_origin ul.recipe_list li div.text {
    padding: 10px 10px 0;
    width: 189px;
}

#osechi_origin ul.recipe_list li div.text p {
    line-height: 1.5;
}
#osechi_origin ul.recipe_list li a:hover p.toRecipe {
    color: #e93a00;
}




#osechiIdx .section_other .recipeBox_wrapper .section_recipeBox p.text {
  min-height: 100px;
}


