@charset "utf-8";

html{
	font-size: 10px;
	/*font-size: 62.5%;*/
}

body {
     font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	 line-height: 1.5;
	 letter-spacing: 0;
	 color: #333333;
}

.clearFix:after,
header:after,
#wrapper:after,
section:after,
footer:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}

*:first-child+html .clearFix:after,
*:first-child+html header:after,
*:first-child+html #wrapper:after,
*:first-child+html section:after,
*:first-child+html footer:after{ zoom: 1; } /* IE7 */

a,a img,input[type="button"],input[type="submit"],input[type="image"]{
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
}

a{
	text-decoration: none;
	color: #073190;
}

a:hover{
	text-decoration: underline;
}

a:hover img,input[type="button"]:hover,input[type="submit"]:hover,input[type="image"]:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.aligncenter{
	display: block;
	margin: 0 auto 10px;
	text-align: center;
}

.imageLeft,.alignleft{
	margin: 0 30px 0 0;
	float: left;
}

.imageRight,.alignright{
	margin: 0 0 0 30px;
	float: right;
}

hr{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}

/**************************************************
 header
**************************************************/
header{
	width: 1000px;
	height: 130px;
	margin: 0 auto;
}

h1{
	width: 360px;
	position: absolute;
	top: 20px;
	z-index: 0;
	background: url(../img/header_copy_l.png) no-repeat right 16px;
}

h1 img{display: block;}

h1 img:nth-child(2){margin-top: 7px;}

#menu{
	width: 50px;
	height: 50px;
	display: none;
	cursor: pointer;
	background: url(../img/menu.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1100;
	overflow: hidden;
}

#menu.selected{background: url(../img/menu.png) no-repeat 0 -50px;}

/**************************************************
 globalNavi
**************************************************/
#globalNavi{
	float: right;
	position: relative;
	z-index: 1000;
}

#globalNavi ul{
	font-family: ゴシックMB101 DB,Gothic MB101 DemiBold;
	font-size: 0;
	margin-top: 80px;
}

#globalNavi ul li{
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	border-right: 1px solid #FFFFFF;
}

#globalNavi ul a{
	color: #562E29;
	height: 50px;
	display: block;
	padding: 15px 20px 0 20px;
	background: url(../img/globalnavi/bg1.png) repeat 0 0;
}

#globalNavi ul > li:first-child a{border-top-left-radius: 0.6rem;}
#globalNavi ul > li:last-child a{border-top-right-radius: 0.6rem;}

#globalNavi ul a:hover{
	text-decoration: none;
	background: url(../img/globalnavi/bg2.png) repeat 0 0;
}

#searchHanger{
	width: 100%;
	height: 40px;
	position: absolute;
	top: 20px;
	text-align: right;
	vertical-align: top;
}

#searchHanger a{
	position: absolute;
	top: 0;
	right: 240px;
}

.search{
	width: 180px;
	height: 40px;
	font-size: 13px;
	font-size: 1.3rem;
	background-color: #F4EDDF;
	border: 1px solid #E9DEC0;
	border-radius: 0.5rem 0 0 0.5rem;
	padding: 0 12px;
}

.searchBtn{
	width: 40px;
	height: 40px;
	float: right
}

/**************************************************
 breadCrumb
**************************************************/
#breadCrumb{
	border-top: 1px solid #DECDA0;
}

#breadCrumb ul{
	width: 1000px;
	margin: 0 auto;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 15px 0 0 0;
}

#breadCrumb ul li{
	display: inline-block;
	padding: 0 18px 0 7px;
	background: url(../img/pointer1.png) no-repeat center right;
}

#breadCrumb ul li a{
	color: #073190;
	text-decoration: underline;
}

#breadCrumb ul li a:hover{text-decoration: none;}

#breadCrumb ul li:last-child{background: none;}

/**************************************************
 pageTop
**************************************************/
#pageTop{
	height: 50px;
	border-bottom: 1px solid #E9DEC0;
	margin: 35px 0 0 0;
	text-align: center;
}

#pageTop span{
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 50px;
	background: url(../img/page_top_bg.png) no-repeat 0 0;
}

#pageTop span a{
	width: 80px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	background: url(../img/page_top.png) no-repeat 0 0;
}

#pageTop span a:hover{background: url(../img/page_top.png) no-repeat 0 -52px;}

/**************************************************
 footer
**************************************************/
footer{
	background-color: #F4EDDF;
}

#footerNavi{
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 20px;
	font-size: 0;
}

.navHanger{
	width: 168px;
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
}

.navHanger:first-child{margin-left: 0;}

.navHanger h3{
	margin: 0 0 20px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0;
}

.navHanger h3 a{
	display: block;
	color: #531D20;
	padding: 0 0 0 12px;
	background: url(../img/pointer2.png) no-repeat left 3px;
}

footer ul{
	padding: 0 0 20px 0;
}

footer ul li{
	margin: 0;
	padding: 6px 0 6px 12px;
	line-height: 1.2;
	font-size: 12px;
	font-size: 1.2rem;
}

footer ul li a{
	display: block;
	color: #531D20;
}

footer ul li.hokkaido{	display: none;}
footer ul li.nolink > a{
	text-decoration: none;
	margin-bottom: 10px;
}

#footerBottom{
	border-top: 1px solid #E9DEC0;
	background-color: #FFFFFF;
}

#footerBottom .clearFix{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 17px 0;
}

#footerLogo{
	width: 450px;
	float: left;
}

#footerLogo img{vertical-align: middle;}

#footerLogo > a{margin-left: 10px;}

#copyRight{
	width: 300px;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: right;
	color: #996C1F;
	padding: 15px 0 0 0;
	float: right;
}

/**************************************************
 table
**************************************************/
table {
	margin: 10px 0 20px;
	font-size: 13px;
	font-size: 1.3rem;
	border-left: 1px solid #DECDA0;
	border-top: 1px solid #DECDA0;
}

table th{
	padding: 10px;
	text-align: left;
	border-right: 1px solid #DECDA0;
	border-bottom: 1px solid #DECDA0;
	background-color: #F8EFDB;
	white-space: nowrap;
}

table td{
	padding: 10px;
	text-align: inherit;
	border-right: 1px solid #DECDA0;
	border-bottom: 1px solid #DECDA0;
}

.tableHanger{
	width: 100%;
	overflow: auto;
}

table.t-style1{
	width: 100%;
	margin: 15px 0;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	font-size: 15px;
	font-size: 1.5rem;
}

table.t-style1 th{
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	background-color: #F2F2F2;
}

table.t-style1 td{
	padding: 10px;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

.tableHanger table.t-style1 th{white-space: nowrap;}

table.style03,
table.style03 th.nb,
table.style03 td.nb{
	border: none;
	padding: 0 10px 0 0;
}

/** allergySearch **********/
#allergySearch.footer {
	display: none;
	margin: 30px 10px 0 10px;
}


/**************************************************
 Responsive
**************************************************/

@media screen and (max-width: 640px){

.imageLeft,.alignleft,.imageRight,.alignright,.alignnone,.aligncenter{
	max-width: 100%;	
	width: inherit;
	height: auto;
	margin: 0 auto 20px auto;
	float: none;
	display: block; 
}

/** header **********/
header{
	width: 100%;
	height: 50px;
}

h1{
	width: 95%;
	top: 8px;
	left: 5px;
	background: url(../img/header_copy_l.png) no-repeat 110px 10px;
	background-size: 120px 8px;
}

h1 img{width: 100px;}

h1 img:nth-child(2){display: none;}

#menu{display: block;}

/** globalNavi **********/
#globalNavi{
	float: none;
	position: absolute;
	border: 5px solid #073190;
	width: 100%;
	top: 50px;
	display: none;
}

#globalNavi ul{margin-top: 0;}

#globalNavi ul li{
	display: block;
	border-right: none;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}

#globalNavi ul > li:first-child a{border-top-left-radius: 0;}
#globalNavi ul > li:last-child a{border-top-right-radius: 0;}

#searchHanger{
	width: 100%;
	height: auto;
	position: static;
	top: 0;
	text-align: center;
	background-color: #FFFFFF;
	padding: 20px;
}

#searchHanger a{
	position: static;
}

.search{
	width: 100%;
	padding: 0 57px 0 12px;
}

.searchBtn{
	float: right;
	position: relative;
	margin-top: -40px;
}

/** breadCrumb **********/
#breadCrumb{
	display: none;
	/*height: auto;
	padding: 10px 0;*/
}

/** footer **********/
#footerNavi{
	width: 100%;
	padding: 0;
}

.navHanger{
	width: 100%;
	margin-left: 0;
}

.navHanger:first-child{margin-left: 0;}
.navHanger h3{
	margin: 0;
}
.navHanger h3 a{
	display: block;
	color: #531D20;
	padding: 20px 10px 16px 22px;
	background: url(../img/pointer2.png) no-repeat 10px center;
	border-bottom: 1px solid #E9DEC0;
}

footer ul{display: none;}

#footerBottom{border-top: none;}

#footerBottom .clearFix{
	width: 100%;
	text-align: center;
}

#footerLogo{
	width: 100%;
	padding-bottom: 15px;
}

#footerLogo > a{display: none;}

#copyRight{
	width: 100%;
	float: none;
	text-align: center;
}

/** table **********/
.tableHanger table.t-style1{width: 730px;}

table.style03{
	width: 100%;
}

table.style03 th.nb,
table.style03 td.nb{
	display: block;
}
table.style03 tr td.nb:first-child{
	text-align: center;
}

/** allergySearch **********/
#allergySearch.footer {
	display: block;
}

}