@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}

/* モバイルレイアウト : 480 px およびそれ以下. */

.wrapper {
	margin:0 auto;
	padding:0;
	position: relative;
}
.wrapper:after { /* clearfix */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#unit1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding:40px 0 0;
	position:relative;
}
#unit2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#unit3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#unit4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:#f7f7f7;
}

#unit2 .caption{
	text-align:center;
	color:#ccc;
	border-bottom:1px solid #ccc;
}
.headerArea {
	width:100%;
	z-index:9999999;
	position: fixed;
	top:0;
}
#header {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	 box-sizing: border-box;
	 background:#b40002;
	 height:101px;
	border-top:2px solid #003c83;
	border-bottom:1px solid  #F4F5E9;
	position:relative;
}
#header h1{
	padding:5px 10px 60px;
	height:22px;
	font-size:13px;
	font-weight:normal;
	text-align:right;
	border-top:1px solid #333;
}
header nav {
	text-align: center;
}
header nav ul {
	margin: 0;
	padding: 1em;
	list-style-type: none;
}
header nav ul li {
	display: inline;
	margin-left: 1em;
}
header nav ul li:first-child {
	margin-left: 0;
}
.logo {
	background:#fff url(../images/logo_s.png) no-repeat center 5px;
	background-size:40%;
	width:110px;
	position:absolute;
	top:0px;
	height:98px;
	font-size:11px;
	margin:0;
	text-align:center;
	color:#DE2800;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}
.logo p{
	padding:56px 0 0;
	margin:0;
	font-size:16px;
	line-height:1.3;
}
.headTel {
	position:absolute;
	right:60px;
	top:50px;
	font-size:18px;
	color:#F4F5E9;
}
.headTel a:link{
	background:#E22800;
	padding:10px 18px;
	color:#F4F5E9;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
	text-decoration:none;
}
	
.sectionHead {
		background: #F4F5E9;
	height:28px;
	margin:0;
}
.sectionHead img {
	position:absolute;
	top:10px;
	left:5px;
}
.sectionDiscrip {
	display:none
}
#visual{
	background:#f4f5e8;
}
#visualArea{
	position:relative;
	padding:80px 0 0 0;}
#visualCoronal{
	background: url(../images/bg_visual_coronal.png) no-repeat 0 0;
	background-size:58%;
	
}
.visualMain{
	position:absolute;
	top:0;
	left:0;
	background: url(../images/bg_visual_ramen.png) no-repeat left bottom;
	width:45%;
	background-size:90%;
}
.visualMain img{
	margin:20px 0 0 35%;
}
#visualRamen{
	display:none;
}
.productDiscription{
	font-size:14px;
	background:#fff;
	padding:20px 0 20px;
}
.productDiscription h1{
	padding:0 0 5px;
	margin:0 10px 20px;
	text-align:center;

}		
.productDiscription p{
	text-align:left;
	padding:0 10px;
}
#videoArea{
	width:100%;
	padding:0 20%;
}
.unitIntro {
	padding:0 0 30px;

}

.container header {
	text-align:center;
}
.container header h1 {
	font-weight:normal;
}
.container header p{
	color:#666;
	font-size:14px;
	padding:10px 0 30px;
}	
#main {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pagetop {
	cursor:pointer;
	margin:0 0 30px;
}
#sub {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.sectionBox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	line-height:1.8;
	padding:0;
	min-height:850px;
	text-align:center;
	border-top:1px solid #fff;
	position:relative;
	background: url(../images/footer.jpg) repeat-x center bottom;
	-moz-background-size: 100% auto;
	background-size:100% auto;

} 
#footer h2.caption{
	font-size:16px;
	color:#003A85;
	font-weight:bold;
	margin:0;
	padding:5px 0;;
} 
#footer p{
	padding:0 0 10px;
}
#footer h3{
	font-size:16px;
	color:#003A85;
	font-weight:bold;
	margin:0;
	padding:10px 0 0;
	line-height:0;

} 
.radius{
	width:50px;
	height:50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	color:#fff;
	background:#003c83;
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -25px;
}
.radius span{
	padding:0 0 0 1px;
	line-height:50px;
	font-size:30px;
}
.radius span.icon-sphere{
	padding:0 0 0 3px;
	line-height:50px;
	font-size:31px;
}
#footer .contentsArea .column h4.en{
	padding:35px 0 0;
	font-size:16px;
}
#footer .contentsArea .column{
	position:relative;
	padding:35px 0 25px;
}
#footer .copy {
	height:40px;
	line-height:40px;
	position:absolute;
	bottom:0;
	width:100%;
}
#footer copy {
	color:#fff;
	font-size:11px;
	margin:0;
	padding:0;
	/*background:#DE2800;*/
}
#footer .pagetop {
  background:#E22800;
  display: block;
  width: 100%;
  height: 56px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#footer .pagetop .arrow {
  display: block;
  background: url(../images/pagetop.png) no-repeat 0 13px;
  width: 70px;
  height: 55px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#footer .pagetop:after {
  content: "";
  position: absolute;
  left: 0;
  top: 58px;
  width: 100%;
  height: 58px;
  background:#003A85;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#footer .pagetop:hover:after {
  top: 0;
}

.column{ 
	width: 100%;
}

 ul.gNav li a{
	 font-size:12px;

}
.contentsArea {
	margin:0 auto;
	padding:0 0 10px;
    text-align:center;
}
.contentsArea:after { /* clearfix */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.infoArea {
	text-align:left;
	margin:0;
	padding:0;
	line-height:1.7;
}
.infoArea:after { /* clearfix */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.infoArea p{
	margin:0;
	padding:15px 5px 20px;
}
.container{
	padding:20px 0 0;
}
.black a:link{
	color:#444;
}
.main-section{
	text-align:center;
	padding:0 0;
}
.main-section:after,.work02sub:after,.contentsArea:after { /* clearfix */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#unit1 h1{
	text-align:center;
	margin:0;
	padding:0;
	color:#fff;
}
#unit1 h6{
	color:#fff;
	font-size:14px;
	line-height:2;
}
.sectionArea{
	padding:0 0 20px;
}
.subVisual01,.subVisual02,.subVisual03{
	height:250px;
	line-height:1.9;
	color:#fff;
	text-shadow: 1px 1px 3px #000;  
}
.subVisual01{
	background: url(../images/sub_visual01.jpg) no-repeat center center; 
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	padding:100px 0 0;
	font-size:24px;
}
.subVisual02{
	background: url(../images/sub_visual02.jpg) no-repeat center center; 
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	padding:100px 0 0;
	font-size:22px;
}
.subVisual03{
	background: url(../images/sub_visual03.jpg) no-repeat center left; 
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	padding:100px 0 0;
	font-size:16px;
}
.itemMain{
	background: #231000 url(../images/item_main_bg.png) repeat-x bottom left; 
}
.itemSub{
	color:#fff;
	font-size:12px;
	background:#000 url(../images/item_sub_sp.jpg) no-repeat center center; 
	height:250px;
	-moz-background-size:100% auto;
	background-size:100% auto;
	text-shadow: 1px 1px 3px #000; 
}
.itemSub h3{
	color:#fff;
	font-size:20px;
	padding:20px 0 10px;
}
.recipeMain,.recipeStep{
	height:250px;
	position:relative;
}
.stepIco{
	position:absolute;
	top:0;
	right:0;
	width:150px;
}
.stepImg{
	margin:90px 0 0 0;
	width:160px;
}
.main-section.product h6{
	margin-bottom:40px;
}

	
h1.itemName,h3.itemName{
	font-size: 16px;
	line-height:40px;
	height:40px;
	border-top:3px double #444;
	border-bottom:1px solid #444;
}
h1.caption,h2.caption,h4.subCaption{
	font-weight:300;
}
h1.caption{
	font-size:16px;
}
h2.caption{
	font-size:18px;
	font-weight:normal;
	padding:30px 0 0;
}	
h2.subCaption{
	font-size:28px;
	text-align:center;
	padding:20px 0 15px;
	font-weight:normal;
}	
h3.caption{
	padding:0 0 5px 0;
	margin:0 0 15px;
}		
h3.caption span{
	padding:7px 20px 16px;
	border-bottom:1px solid #e60002;
	font-size:24px;
}		
h3.subCaption{
	border-top:1px solid #746a66;
	border-bottom:1px solid #746a66;
	padding:7px 0 5px 10px;
	margin:10px 0 0;
	background:#f7f5cf;
	font-size:16px;
}	
h3.lead{
	font-size:21px;
	padding:0 0 20px;
}
h4.subCaption{
	font-size: 14px;
	font-weight: 100;
	text-align: left;
	margin: 20px 10px 0;
}
h4.indexCaption{
	color:#fff;
	font-size: 16px;
	text-align:left;
	margin: 60px 20px 60px;
	text-shadow: 1px 1px 3px #000; 
}

h2.en{
	font-size:36px;
	font-family: 'Sorts Mill Goudy' !important;
	font-style:  normal;
	font-weight: 400;
	color:#fff;
	padding:55px 0 0;
}
h4.en{
	font-size:20px;
	font-family: 'Sorts Mill Goudy' !important;
	font-style:  normal;
	font-weight: 400;
	color:#ccc;
	padding:10px 0 20px;
}
h4.jp{
	font-size:12px;
	color:#aaa;
	padding:10px 0 20px;
}


/*　index
──────────────────── */
#news{
	padding:50px 0 60px;
}
#indexBlock{
	padding:50px 0 0;
}
#news h2,#indexBlock h2{
	text-align:center;
	margin:0;
	padding:30px 10px 0;
	color:#E22800;
	font-size:38px;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
}
#news dl{
	padding:0;
}
#news dl dt {
	color:#333;
}
/*　infoBlockArea
──────────────────── */
.infoBlockArea{
	padding:0 20px 20px;
	position:relative;
}
.infoBlockArea:after { /* clearfix */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.infoBlockArea h2.caption{
	margin:0 0 20px 0;
	padding:0;
	text-align:left;
}
.infoBlockArea h2.caption span{
	padding:8px 1px ;
	border-bottom:3px solid #bbb;
}
.infoBlockArea h3{
	margin:0 0 20px 0;
	padding:30px 0 10px;
	font-size:21px;
}
.infoBlockArea h3 span{
	padding:10px 3px ;
	border-bottom:3px solid #B70100;
}
.infoBlockArea dd p{
	padding:25px 0;
	font-size:13px;
}
/*　headline
──────────────────── */
#headline{
	position:absolute;
	top:0px;
	width:100%;
	height:40px;
	z-index:9999;	
	background: rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);/*IE8以下用*/
}
ul.headlineNav{
	top:17px;
	right:130px;
}
ul.headlineNav li{
	padding:0 32px 0 0;
	display:inline-block;
}
ul.headlineNav li::after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -1em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
ul.headlineNav li a{
	text-decoration:none;
	color:#444;
	display:block;
}
.mArea{
	padding:10px 0;
	margin:0 10px;
}
/*　テーブル
──────────────────── */

.infoBlockArea dl{
	padding:10px 0;
	color:#000;
	border-bottom:1px solid #ddd;
	font-size:15px;
	color:#444;
}
.infoBlockArea dl:after{ /* clearfix */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.infoBlockArea dl dt {
	padding:5px 0 0 0px;
	text-align:left;
	color:#003c83;
	font-weight:bold;
}
.infoBlockArea dl dd {
	padding: 5px 0 0;
	text-align:left;
}

.btnSelectArea{
	padding:20px 0;
}
.btnSelectArea:after,.postItem:after { /* clearfix */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.btnSelectArea .del{
	float:left;
	width:25%;
	height:50px;
}
.btnSelectArea .inputBtn{
	float:right;
	width:74%;
}

.btnSelectArea .back{
	text-align:center;
	float:left;
	width:25%;
	background:#666;
}
.btnSelectArea .next{
	text-align:center;
	float:right;
	width:74%;
	background: #f70;
	color:#fff;
}
.btnSelectArea .next .input-btn{
	width:100%;
}
.btnSelectArea .next a,.btnSelectArea .back a{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	height:50px;
	line-height:50px;
	color:#fff;
	display:block;
	text-decoration:none;
}
.btnSelectArea .next a:hover{
	background:#888;
}
.btnSelectArea .back a:hover{
	background:#444;
}
.mainVisual{
	padding:0 0 10px;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
.bg_red{
	position:relative;
	background:#DA2800;
	color:#fff;
}
.navLanguage{
	display:none;
}
/*　index
──────────────────── */
#indexBlock .contentsArea h6{
	color:#333;
	padding:0 0 30px;
}
/*　work
──────────────────── */
#workMain{
	background:url(../images/bg_work_main.jpg) repeat-x center top;
	margin: 0 0;
	min-height:600px;
}
#workMain h1,#workMain h6{
	color:#fff;
}
#workMain img{
	margin:40px 0 40px;
}
#workMain .contentsArea{
}
#work01{
	background:#fff;
	text-align:left;
}
#work02{
	background: url(../images/bg_work_visual.jpg) no-repeat center center;
	-moz-background-size: 100% auto;
	background-size:100% auto;
	height:175px;
}
#work02 .contentsArea {
	position:relative;
	text-align:right;
}
#work02 .contentsArea h2.caption{
	position:absolute;
	left:5px;
	top:30px;
	width:120px;
	height:120px;
	line-height:70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	color:#fff;
	background:#DE2800;
	font-size:18px;
}
#work02 .contentsArea h1,#work02 .contentsArea h2.en {
	margin:0 0 0 100px;
}
#work02 .contentsArea p{
	font-size:13px;
	line-height:1.8;
}

.wRight .btn{
	background:#f4f5e8;
	color:#DE2800;
}
#work02 .contentsArea a{
	background:#DE2800;
	border-radius: 0;
	height:55px;
	margin:0 0 6px;
	line-height:30px;
}
.subBtnArea a::after{
	display: block;
	content: '';
	position: absolute;
	top: 1.6em;
	right: 1em;
	width: 30px;
	height: 30px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#work02 h3.lead{
	margin:30px 0 0;
}
#work02 h2.en{
	text-align:center;
	font-size:36px;
	padding:55px 0 0 ;
}
.work02sub {
	text-align:left;
}
.work02sub .contentsArea{
	text-align:left;
	z-index:10;
}
.contentsArea .wRight{
	text-align:left;
	margin:0 10px;
}
.contentsArea .wRight p{
	padding:0px 0 20px 160px;
	min-height:350px;
}
.work02sub .bg_red{
	background:#DA2800 url(../images/bg_countryname.png) no-repeat -325px 75px;
	background-size:1250px;
	-moz-background-size: 1250px;
}
.work02sub .contentsArea h2.caption{
	text-align:center;
	color:#fff;
	font-size:18px;
}

#work03{
	background:#eee;
	-moz-background-size: 100% auto;
	background-size:100% auto;
	min-height:600px;
	position:relative;
	padding:50px 0 0;
}
#work03 .contentsArea {
	position:relative;
	color:#333;
}
#work03 h1,#work03 h6{
	color:#333;
}
#work03 .contentsArea h2.caption{
	position:absolute;
	left:10px;
	top:20px;
	width:120px;
	height:120px;
	line-height:70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	background:#fe5a2f;
	color:#fff;
	font-size:20px;
}
.work_shop {
	background:url(../images/bg_shop_main.png) no-repeat center top;
	-moz-background-size: auto 170px;
	background-size:auto 170px;
	height:170px;
	font-size:26px;
	color:#fff;
	line-height:450px;
}
#work03 .btn{
	margin:20px 0 30px;
}
.icoCartArea {
	margin:0 0 30px;
	padding:40px 0 0 0;
}
.icoCartArea p{
	text-align:left;
	font-size:13px;
	padding:20px 10px 0;
	line-height:1.7;
}
.icoCartArea span {
	text-align:left;
	font-size:18px;
	background:url(../images/ico_cart.png) no-repeat left top;
	padding:12px 0 20px 50px;
	background-size:40px;
	-moz-background-size: 40px;
}
.work_trade {
	font-size:26px;
	text-align:left;
	background:url(../images/bg_work_trailer.jpg) no-repeat right top;
	background-size:340px;
	-moz-background-size: 540px;
}
.work_darts {
	font-size:26px;
	text-align:left;
	background:#000 url(../images/bg_work_darts.png) no-repeat right top;
	color:#fff;
	background-size:340px;
	-moz-background-size: 540px;
}
.work_translate {
	font-size:26px;
	text-align:left;
	background:url(../images/bg_work_translate.png) no-repeat right top;
	background-size:340px;
	-moz-background-size: 540px;
}

.work_trade .contentsArea,.work_darts .contentsArea,.work_translate .contentsArea{
	text-align:left;
}
.work_trade .contentsArea .caption,.work_darts .contentsArea .caption,.work_translate .contentsArea .caption{
	padding:15px 0 20px 0;
}
.work_trade .contentsArea h2.caption,.work_darts .contentsArea h2.caption,.work_translate .contentsArea h2.caption{
	padding:30px 0 0px;
	font-size:22px;
}
.work_trade p,.work_darts p,.work_translate p{
	font-size:13px;
	padding:20px 0;
}
#workMain .contentsArea h2.caption{
	padding:30px 0 30px;
	color:#fff;
	font-size:22px;
}
#workMain h6 {
	text-align:left;
	font-size:13px;
	line-height:1.7;
}


.contentsArea h2{
	font-size:26px;
	padding:25px 0;
}
.contentsArea h3{
	font-size:15px;
	padding:25px 0 0;
}
#postArea {
	background:url(../images/img_work02.png) no-repeat center 20px;
	-moz-background-size: 340px;
	background-size: 340px;
}
.postItem {
	padding:130px 4px 20px;
}
.pix {
	width: 48%;
	float:left;
	height: 140px;
	border: 1px solid #F4F5E8;
	background:#000;
	overflow:hidden;
	margin:0 1% 4px;
	position: relative; /* 相対配置 */
}
.pix img {
	position: absolute; /* 親要素（.box）からの絶対配置 */
}
#company01,#accessMain,#shoppingMain,#contactMain{
	height:175px;
}
/*　company
──────────────────── */

#company01{
	background:url(../images/bg_company.jpg) no-repeat center center;
}

#company01 .infoBlockArea dl{
	font-size:13px;
}
#company01 .infoBlockArea dl dt {
	color:#444;
}
/*#company01 .infoBlockArea dl dd{
	border-left:1px solid #ddd;
	padding:0 0 0 30px;
}*/
#company01{
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
/*　access
──────────────────── */
#accessMain{
	background:url(../images/bg_access.jpg) no-repeat center center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#accessMain h1{
	color:#fff;
}
#access01 h3,#access02 h3,#access03 h3{
	font-size:16px;
	text-align:left;
}
#access01{
	background:#171B22;
}
#access02{
}
#access03{
}

#access01 .infoBlockArea dl dt,#access02 .infoBlockArea dl dt,#access03 .infoBlockArea dl dt {
	color:#B70100;
}

/*　shopping
──────────────────── */
#shoppingMain{
	background:url(../images/bg_shopping.jpg) no-repeat center center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#shopping01{
	background:#F4F5E9;
	margin:3px 0 0;
	padding:0px 0;
	min-height:0px;
	color:#000;
}

/*　shopping
──────────────────── */
#contactMain{
	background:url(../images/bg_contact.jpg) no-repeat center center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
/*　Google Map
──────────────────── */

.gMap{
	margin:20px 0 0;
	width:100%;
	height:180px;
}



/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.wrapper {
}
#unit1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#unit2 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#unit3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.visual {
}
.idea {
}
.hide_tablet {
display: none;
}
a.btn {
  font-size: 13px;
}
.detail dt{
	width:50%;
}
.detail dd{
	width:50%;
}
.detailForm dt{
	width:30%;
}
.detailForm dd{
	width:70%;
}
  .col-lg-5 img {
	  padding:240px 0 0;
  }
.imgPR {
	margin:60px 0 0;
}
.sectionDiscrip {
	display:block;
	background: url(../images/logo_handwrite.png) no-repeat center top;
	position:absolute;
	top:12px;
	left:220px;
	width:180px;
	text-align:center;
	padding:0;
	color:#58412a;
}
.sectionDiscrip p{
	margin:18px 0 0 0;
	padding:0;
	border-top:1px solid #281202;
}
table.calender tbody tr td { 
    height:45px;
}

.contentsArea .wRight p{
	padding:0px 0 20px 180px;
	min-height:350px;
}
.work02sub .bg_red{
	background:#DA2800 url(../images/bg_countryname.png) no-repeat -365px 75px;
	background-size:1400px;
	-moz-background-size: 1400px;
}

#work02 .contentsArea h1,#work02 .contentsArea h2.en {
	margin:0;
}
#postArea {
	background:url(../images/img_work02.png) no-repeat center 20px;
	-moz-background-size: 450px;
	background-size: 450px;
}
.postItem {
	padding:160px 4px 20px;
}
}
@media only screen and (min-width: 600px) {
.contentsArea .wRight p{
	min-height:300px;
}
.work02sub .bg_red{
	background:#DA2800 url(../images/bg_countryname.png) no-repeat -365px 20px;
	background-size:1400px;
	-moz-background-size: 1400px;
}	
	
.pix {
	width: 32.3%;
	height: 130px;
	border: 1px solid #F4F5E8;
	margin:0.5%;
}
#postArea {
	background:url(../images/img_work02.png) no-repeat center 20px;
	-moz-background-size: 450px;
	background-size: 540px;
}
.postItem {
	padding:190px 4px 20px;
}
.work_trade .contentsArea h2.caption,.work_darts .contentsArea h2.caption,.work_translate .contentsArea h2.caption,#workMain .contentsArea h2.caption{
	font-size:28px;
}
.work_trade {
	background:url(../images/bg_work_trailer.jpg) no-repeat right top;
	background-size:540px;
	-moz-background-size: 540px;
}
.work_darts {
	background:#000 url(../images/bg_work_darts.png) no-repeat right top;
	color:#fff;
	background-size:540px;
	-moz-background-size: 540px;
}
.work_translate {
	background:url(../images/bg_work_translate.png) no-repeat right top;
	background-size:540px;
	-moz-background-size: 540px;
}
}
/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
	html {
		min-width:980px;
}
.wrapper {
	margin:0 auto;
	padding:0;
	
}
.headerArea {
	position: relative;
}
#header  {
	margin:0 auto;
}
h4.jp{
	font-size:16px;
}
.sectionHead img {
	top:30px;
	left:20px;
}
.logo {
	background:#fff url(../images/logo.png) no-repeat center top;
	width:140px;
	position:absolute;
	top:0;
	height:130px;
	font-size:12px;
	margin:0 0 0 15px;
	text-align:center;
	color:#DE2800;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}
.logo p{
	padding:68px 0 0;
	font-size:21px;
}
.navArea{
	margin:0 auto;
	padding:0;
	position:absolute;
	top:28px;
	width:100%;
	right:0;
	background:url(../images/nav_img.png) no-repeat right top;
}
 ul.gNav{
	 height:70px;
	padding:0;
	background: #DA2800;
	margin:0 210px 0 170px;
	padding:0 1px 0 1px;
}
 ul.gNav:after { /* clearfix */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
 ul.gNav li{
	 font-size:12px;
	margin:0;
	display:block;
	float:left;
	height:58px;
	padding:0;
}
 ul.gNav li a{
	font-size:13px;
	height:63px;
	text-decoration:none;
	color:#FFF;
	display:block;
	padding:3px 0 0;
	border-top:1px solid #a5020d;
	background:#B70100;
	margin:0;
	line-height:60px;

}
.navLi{
	width:25%;
	/*width:20%;*/
	margin:0;
}
.navLi a:hover{
	color:#ccc;
}
.navLi p{
	height:28px;
	margin:7px 0 0;
	padding:0 0 0 1px;
}
.navLanguage{
	margin:0 auto;
	padding:0;
	position:absolute;
	top:0;
	right:0px;
	text-align:center;
	font-size:14px;
	width:495px;
	display:block;
}
 ul.navLanguage:after { /* clearfix */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
 ul.navLanguage li{
	 font-size:12px;
	margin:0;
	padding:0;
}
 ul.navLanguage li a{
	font-size:13px;
	float:left;
	 width:160px;
	height:25px;
	text-decoration:none;
	color:#FFF;
	display:block;
	padding:3px 0 0;
	background:#003c83;
	margin:0 3px 0 0;
	line-height:19px;

}
#unit1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding:0 0 80px;
}
#unit2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#unit3 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#unit4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
	
#unit2 img{
		width:100%;}

a.btn {
  font-size: 16px;
}
.column{ 
  width:48%;
  margin:0 1%;
  float:left;
}
.contentsArea {
	padding:30px 0 10px;
}
.contentsArea .column{ 
  width:31.3%;
  margin:0 1%;
  float:left;
  text-align:center;
}
.contentsArea .column p{
	padding:20px 0 0;
	text-align:left;
}
#footer h2{
	font-size:18px;
	color:#003A85;
	font-weight:bold;
} 
#footer p{
	padding:20px 0 20px;
	text-align:center;
}
.main-section.product{
	padding:85px 0;
}


.sectionArea{
	padding:60px 0 20px;
}
#header h1{
	padding:5px 10px 20px;}


#company01,#accessMain,#shoppingMain,#contactMain{
	height:420px;
}
.mArea{
	padding:0;
}
.contentsArea h3{
	font-size:18px;
}
/*　work
──────────────────── */
#work02 h2{
	text-align:center;
	color:#fff;
	line-height:400px;
}
#work02 h2.en{
	text-align:center;
	font-size:60px;
	padding:200px 0 0;
	line-height:1.6;
}
#work02 .contentsArea h2.caption{
	position:absolute;
	left:0;
	top:150px;
	width:250px;
	height:250px;
	line-height:200px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	color:#fff;
	background:#DE2800;
	font-size:28px;
}
.work02sub .bg_red{
	background:#DA2800 url(../images/bg_countryname.png) no-repeat center top;
	padding:0;
}
.work02sub .contentsArea h2.caption{
	text-align:left;
	font-size:28px;
}
#postArea {
	background:url(../images/img_work02.png) no-repeat center 20px;
	-moz-background-size: none;
	background-size: none;
}
.postItem {
	padding:270px 0 20px;
}
.pix {
	width: 146px;
	float:left;
	height: 95px;
	border: 1px solid #F4F5E8;
	background:#000;
	overflow:hidden;
	margin:0 4px 4px 0;
	position: relative; /* 相対配置 */
}
.contentsArea .wRight{
	text-align:left;
	margin:0 0 0 30%;
}
.contentsArea .wRight p{
	padding:60px 0 20px;
	font-size:14px;
}

#work03 .contentsArea h2.caption{
	position:absolute;
	left:0;
	top:100px;
	width:250px;
	height:250px;
	line-height:200px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	background:#fe5a2f;
	color:#fff;
	font-size:28px;
}
.work_shop {
	background:url(../images/bg_shop_main.png) no-repeat center top;
	height:450px;
	font-size:26px;
	color:#fff;
	line-height:450px;
}
.icoCartArea p{
	text-align:center;
	font-size:13px;
	padding:20px 10px 0;
	line-height:2.1;
}
.icoCartArea span {
	font-size:26px;
	background:url(../images/ico_cart.png) no-repeat left top;
	padding:28px 0 80px 90px;
	background-size:none;
	-moz-background-size: none;
	text-align:center;
}
.work_trade {
	font-size:26px;
	text-align:left;
	background:url(../images/bg_work_trailer.jpg) no-repeat center top;
	height:480px;
}
.work_darts {
	font-size:26px;
	text-align:left;
	background:#000 url(../images/bg_work_darts.png) no-repeat center top;
	height:480px;
	color:#fff;
}
.work_translate {
	font-size:26px;
	text-align:left;
	background:url(../images/bg_work_translate.png) no-repeat center top;
	height:480px;
}
.work_trade .contentsArea h2.caption,.work_darts .contentsArea h2.caption,.work_translate .contentsArea h2.caption{
	padding:15px 0 20px;
}

#workMain h6 {
	text-align:center;
	line-height:2.1;
	}


.visualMain{
	position:absolute;
	top:0;
	left:0;
	background: url(../images/bg_visual_ramen.png) no-repeat left bottom;
	background-size:480px;
	height:500px;
	width:480px;
}
.visualMain img{
	margin:20px 0 0 38%;
	width:200px;
}

h1.itemName,h3.itemName{
	font-size: 20px;
	height:50px;
	line-height:50px;
	margin:0;
}
.bannerArea {
	background:none;
}
h2.en{
	font-size:60px;
	padding:140px 0 0;
}
h4.en{
	font-size:24px;
	padding:10px 0 40px;
}
h3.caption{
	padding:6px 0 5px 0;
	margin:0px 0 10px;
}		
h3.caption span{
	padding:0 20px 20px;
	font-size:30px;
}	

#work02{
	min-height:600px;
}

/*　テーブル
──────────────────── */

.infoBlockArea dl {
	padding:20px 0;
}
.infoBlockArea:after,.infoBlockArea dl:after{ /* clearfix */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.infoBlockArea dl dt {
	width: 20%;
	float:left;
	padding:0;
	border-bottom:0;
	text-align:center;
	padding:5px 0;
}
.infoBlockArea dl dd {
	width: 75%;
	padding:0;
	float:right;
	text-align:left;
	padding:5px 0;
}
.tableForm dl:after,btnSelectArea:after { /* clearfix */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.tableForm dl dt.formS {
	width: 30%;
	height:60px;
	line-height:38px;
	float:left;
	padding:8px 0 0;
	text-align:right;
	border:none;
}
.tableForm dl dd.formS {
	width: 65%;
	height:60px;
	padding:8px 0 0;
	line-height:36px;
	float:right;
}

.tableForm dl dt.formL {
	width: 30%;
	line-height:38px;
	float:left;
	padding:8px 0 0;
	text-align:right;
	border:none;
}
.tableForm dl dd.formL {
	width: 65%;
	padding:8px 0 16px;
	min-height:30px;
	float:right;
}
.plan .button,.button .inputBtn{
	margin:20px 20%;
	width:60%;
}
.btnSelectArea{
	margin:0 20%;
}
#recipe .column{
	width:31%;
}
.imgNone{
	display:none;
}
h2.caption{
	font-size:23px;
	font-weight:normal;
	padding:20px 0 0;
}
h4.indexCaption{
	font-size: 16px;
}
.productDiscription{
	padding:50px 0 40px;
	text-align:center;
}
.productDiscription h1{
	padding:0 0 5px;
	margin:0 15% 20px;
	width:70%;
}		
.productDiscription p{
	text-align:center;
}
h1.caption{
	font-size:28px;
}
h2.caption{
	font-size:28px;
	font-weight:normal;
	padding:20px 0 0;
}
h4.subCaption{
	text-align:center;
	margin: 40px 10px 20px;
}
h4.indexCaption{
	font-size: 20px;
	margin: 60px 20px 60px;
}
.subVisual01,.subVisual02,.subVisual03{
	height:450px;
	font-size:34px; 
}
.subVisual01{
	padding:220px 0 0;
}
.subVisual02{
	padding:200px 0 0;
}
.subVisual03{
	padding:220px 0 0;
	background: url(../images/sub_visual03.jpg) no-repeat center center; 
}
.bgArea {
	padding:0 0 40px;
}

/*　Google Map
──────────────────── */

.gMap{
	height:400px;
	margin:0 0 80px;
}
.headTel {
	display:none;
}
#footer{
	min-height:700px;
}
.radius{
	width:90px;
	height:90px;
	line-height:90px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin:0 0 0 -45px;
}
.radius span{
	padding:0 0 0 1px;
	line-height:90px;
	font-size:44px;
}
.radius span.icon-sphere{
	padding:0 0 0 4px;
	line-height:88px;
	font-size:48px;
}
#footer .contentsArea .column{
	position:relative;
	padding:85px 0 0;
}
}
@media (min-width: 981px) {
#unit1 h1{
	font-size:18px;
}

  .col-lg-5 img {
	  padding:240px 0 0;
  }
#visual{
	border-bottom:solid 22px #e73f02;
}
.visualMain{
	background-size:auto;
	min-height:680px;
	width:580px;
}
.visualMain img{
	margin:20px 0 0 180px;
	width:261px;
}
.columnInfo{ 
  width:48%;
  margin:0 1%;
  float:left;
}
}
@media (min-width: 1200px) {
.contentsArea {
  width: 1200px;
}
.sectionDiscrip {
	width:240px;
}
 ul.gNav li a{
	 font-size:14px;

}
#footer{
	min-height:800px;
}
.mArea{
	padding:0;
	margin:0;
}
#workMain{
	background:url(../images/bg_work_main.jpg) repeat-x center top;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	margin: 0 0;
	min-height:600px;
}
}
@media (min-width: 1280px) {
#footer{
	min-height:900px;
}

}
@media (min-width: 1400px) {

}
@media (min-width: 1600px) {
	#footer{
	min-height:1000px;
}
}