/* ==================
    リセットcss
===================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html{
	font-size: 62.5%; /*10px*/
}
body{
	width:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#1f1f1e;
	background-color:#fdf9d4;
	line-height:1.4;
}
#all-wrapper{font-size:2em;}

/*h2 img{
	width:100%;
	height:auto;
}*/

.attention{
	color:#CF262A;
	font-weight:bold;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

a{
	text-decoration:none;
	color:#1f1f1e;
}
a:hover{
	cursor:pointer;
	opacity:0.7;
	color:#06C;
}

.center{text-align:center;}
.m70R{margin-right:70px;}

/* ==================
	　コンテンツ
===================== */
.header{
	background:url(img/mv.png) no-repeat center center #fdf9d4;
	text-indent:-9999px;
	height:627px;
}

.content_wrap{
	background:url(img/obi_01.png) no-repeat top ,url(img/obi_02.png) no-repeat bottom,url(img/bg.gif) repeat 0 0 ;
	background-size: contain,contain,auto;
	text-align:center;
	position: relative;
}
.inner_wrap{padding: 180px 20px;}
.inner{
	width:960px;
	padding:10px 0 20px;
	margin:0 auto;
	font-size: 25px;
	line-height: 1.6;
}
.inner:first-child{padding-bottom: 60px;}

.inner h2{
	padding: 15px 10px 5px;
	margin-bottom: 50px;
}

/* 吹き出し本体 - 左右の中心 */
.balloon1{
  position: relative;
  background-color: #fff555;
}
/* 三角アイコン - 左右の中心 */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  border-top: 20px solid #fff555;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
/*イラスト画像*/
.osero_img,.ramen_img,.present_box{position: relative;}
.osero_img figure{
	position: absolute;
	top: 30px;
	left: -15px;
}
.ramen_img figure{
	position: absolute;
	top: 60px;
	right: -15px;
}
.present_box figure{
	position: absolute;
	top: 110px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
/**/
.present_box{padding-bottom: 50px;}
.txt_pre{
	text-align: center;
	color: #dc0000;
	font-size: 27px;
	font-weight: bold;
	/*background: #fffde2;*/
	padding: 15px;
	margin-top: 30px;
/*	border-top: 6px double #dc0000;
	border-bottom: 6px double #dc0000;*/
}


/*footer コピーライト*/
.copyright{
	line-height:1.6;
	padding:40px 0;
	background-color:#FFF275;
	text-align:center;
	font-size:1.4rem;
}
.copyright img{width:auto;}