@charset "UTF-8";

/*------------------------------------------

	@ Style Name	/homepage_eng/css/chef.css

--------------------------------------------

		- Reset
		- Layout
		- Clearfix

------------------------------------------*/

/*------------------------------------------
 *	Reset
------------------------------------------*/

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, icenter, 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 {
    border:0 none;
    font:inherit;
    margin:0;
    padding:0;
    vertical-align:baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}

ol, ul {
    list-style:none outside none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content:none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

img {
    line-height:0;
    vertical-align:bottom;
}

input, select, textarea {
	font-size:100%;
}


/*------------------------------------------
 *	html, body
------------------------------------------*/

html {
	font-size:62.5%;
	-webkit-text-size-adjust:100%;
}

body {
    color:#2d1500;
	font-family: 'EB Garamond', serif;   
	font-size:16px;
	font-size:1.6rem;
	-webkit-text-size-adjust:100%;
}


/*------------------------------------------
/*	Link
------------------------------------------*/

a:link {
	color:#2d1500;
	text-decoration:none;
}

a:visited {
	color:#2d1500;
	text-decoration:none;
}

a:hover {
	color:#2d1500;
}


/*------------------------------------------
/*	chefProfile
------------------------------------------*/
.logo {
	width:950px;
	margin:0 auto -40px;
}

h1 {
	color:#e8e8e8;
	font-size:30px;
	font-size:3.0rem;
	letter-spacing:0.1em;
	margin:0 0 20px 0;
	font-weight:bold;
	text-align:center;
}

h2 {
	color:#643800;
	line-height:20px;
	padding:3px 0 5px 10px;
	font-size:20px;
	font-size:2.0rem;
	margin:0 0 15px 0;
	background:#fff;
}

.taR {
	text-align:right;
}

.chefProfile {
	padding:20px 0 20px 0;
	background:#492900;
}
	
.chefProfile .inner {
	color:#e8e8e8;
	width:950px;
	margin:0 auto;
	padding:0 0 50px 0
}

.chefProfile .inner .flL {
	width:350px;
	float:left;
}

.chefProfile .inner img {
	width:350px;
}

.chefProfile .inner .txtArea {
	width:570px;
}

.chefProfile .inner .flR {
	float:right;
}

.chefProfile .inner .txtArea .txt {
	letter-spacing:0.07em;
	line-height:22px;
	margin:0 0 20px 0;
	text-indent:1em;
}

.chefProfile .inner .txtArea .fontJ {
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "HGS明朝E","ＭＳ Ｐ明朝", serif;
}

.chefProfile .inner .txtArea .performance {
	line-height:26px;
	font-size:14px;
	font-size:1.4rem;
}

.chefProfile .inner .txtArea h3 {
	font-weight:bold;
	font-size:17px;
	font-size:1.7rem;
	margin:0 0 10px 0;
	letter-spacing:0.06em;
}

.chefProfile .inner .txtArea h3 a {
	font-weight:normal;
	font-size:14px;
	font-size:1.4rem;
	color:#fff;
	text-decoration:underline;
}

.chefProfile .inner .txtArea h3 a:hover {
	text-decoration:none;
}

.chefProfile .btnClose {
	color:#e8e8e8;
	font-size:16px;
	font-size:1.6rem;
	letter-spacing:0.1em;
	text-align:center;
}

.chefProfile .btnClose a {
	color:#e8e8e8;
	text-decoration:underline;
}

.chefProfile .btnClose a:hover { 
	color:#e8e8e8;
	text-decoration:none;
}

	

/* --------------------------------------------------
    clearfix
-------------------------------------------------- */

.chefProfile .inner:after {
	visibility: hidden;
	clear: both;
	display: block;
	content: " ";
	height: 0;
	font-size: 0;
}

.chefProfile .inner {
  	zoom: 1;
}