@charset 'utf-8';


/* ------------------------------------------------------------ LINK ------------------------------------------------------------ */

/*--------------------------------
	Font
--------------------------------*/
a {
	color:#000;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

a:focus				{ color:#000; text-decoration:none; }
a:link				{ color:#000; text-decoration:none; }
a:link:hover		{ color:#999; text-decoration:none; }
a:link:active		{ color:#999; text-decoration:none; }
a:visited			{ color:#000; text-decoration:none; }
a:visited:hover		{ color:#999; text-decoration:none; }
a:visited:active	{ color:#999; text-decoration:none; }


/* ------------------------------------------------------------ COMMON ------------------------------------------------------------ */

/*--------------------------------
	基本
--------------------------------*/

body {
	width:100%;
	line-height:1.8;
	color:#000;
	font-family: '游ゴシック','Yu Gothic',YuGothic,'メイリオ','meiryo', sans-serif;
}

.inner {
	width:990px;
	padding:0 15px;
	margin:0 auto;
}

section {
	width:100%;
	margin: 0 auto;
	min-height:1px;
	zoom:1;
	clear:both;
}

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

/* ボーダーボックス */
* {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

/* 電話番号 */
a.tel {
	pointer-events: none;
	text-decoration:none !important;
}

/*--------------------------------
	ヘッダー
--------------------------------*/

header {
	width:100%;
	background-color: #000;
	padding: 10px 0 3px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	min-height:1px;
	zoom:1;
	clear:both;
}

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

header h1 {
	width: 140px;
	float: left;
}

header h1 img {
	width: 100%;
	height: auto;
}

header .nav_btn {
	display: none;
}

header nav {
	width:780px;
	float: right;
	margin: 8px 0 0 0;
}

header nav ul {
	text-align: right;
	font-family:"minion-pro","A1明朝",serif;
}

header nav ul li {
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 17px;
}

header nav ul li:nth-last-of-type(2) {
	margin: 0 7px 0 10px;
	font-size: 16px;
}

header nav ul li:nth-last-of-type(1) {
	font-size: 16px;
}

header nav ul li a.active {
	border-bottom: 1px solid #fff;
}

header nav ul li a {
	padding-bottom: 5px;
	color:#fff;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

header nav ul li a:focus			{ color:#fff; text-decoration:none; }
header nav ul li a:link				{ color:#fff; text-decoration:none; }
header nav ul li a:link:hover		{ color:#999; text-decoration:none; }
header nav ul li a:link:active		{ color:#999; text-decoration:none; }
header nav ul li a:visited			{ color:#fff; text-decoration:none; }
header nav ul li a:visited:hover	{ color:#999; text-decoration:none; }
header nav ul li a:visited:active	{ color:#999; text-decoration:none; }


/*--------------------------------
	フッター
--------------------------------*/

footer {
	width:100%;
	margin: 0 auto;
	color: #fff;
	clear:both;
	min-height:1px;
	zoom:1;
}

footer a:focus			{ color:#fff; text-decoration:none; }
footer a:link			{ color:#fff; text-decoration:none; }
footer a:link:hover		{ color:#999; text-decoration:none; }
footer a:link:active	{ color:#999; text-decoration:none; }
footer a:visited		{ color:#fff; text-decoration:none; }
footer a:visited:hover	{ color:#999; text-decoration:none; }
footer a:visited:active	{ color:#999; text-decoration:none; }

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

footer #access {
	width:100%;
	min-height:1px;
	zoom:1;
	clear:both;
}

footer #access:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

footer #access #accessLeft {
	width:50%;
	height:420px;
	float: left;
	background-color: #242423;
	padding: 30px 0 0 0;
}

footer #access #accessLeft h2 {
	width: 470px;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 24px;
	letter-spacing: 0.05em;
	margin: 0 10px 20px 0;
	float: right;
	clear: both;
}
footer #access #accessLeft h3 {
	width: 470px;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 20px;
	letter-spacing: 0.05em;
	margin: 0 10px 15px 0;
	float: right;
	clear: both;
}
footer #access #accessLeft dl {
	width: 470px;
	font-size: 16px;
	margin: 0 10px 15px 0;
	float: right;
	clear: both;
	min-height:1px;
	zoom:1;
}

footer #access #accessLeft dl:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

footer #access #accessLeft dl dt {
	width: 20%;
	margin: 0 2% 10px 0;
	float: left;
	clear: both;
	font-size: 12px;
	line-height: 1.5;
}

footer #access #accessLeft dl dt span {
	display: block;
	margin-top: 3px;
	color: #ccc;
}

footer #access #accessLeft dl dd {
	width: 78%;
	float: right;
}

footer #access #accessLeft dl dd a.tel {
	color:#fff;
	text-decoration:none;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

footer #access #accessLeft dl dd span {
	display: inline-block;
	width: 5em;
}

footer #access #accessLeft dl dd i {
	font-size: 12px;
}

footer #access #accessRight {
	width:50%;
	height:420px;
	float: right;
}

footer #access #accessRight #map {
	width:100%;
	height:100%;
}

footer #access2 {
	width:100%;
	min-height:1px;
	zoom:1;
	clear:both;
}

footer #access2:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

footer #access2 #accessLeft {
	width:50%;
	height:420px;
	float: left;
	background-color: #242423;
	padding: 40px 0 0 0;
	border-top:1px solid #444;
}

footer #access2 #accessLeft h3 {
	width: 470px;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 20px;
	letter-spacing: 0.05em;
	margin: 0 10px 15px 0;
	float: right;
	clear: both;
}
footer #access2 #accessLeft dl {
	width: 470px;
	font-size: 16px;
	margin: 0 10px 15px 0;
	float: right;
	clear: both;
	min-height:1px;
	zoom:1;
}

footer #access2 #accessLeft dl:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

footer #access2 #accessLeft dl dt {
	width: 20%;
	margin: 0 2% 10px 0;
	float: left;
	clear: both;
	font-size: 12px;
	line-height: 1.5;
}

footer #access2 #accessLeft dl dt span {
	display: block;
	margin-top: 3px;
	font-size: 13px;
	color: #ccc;
}

footer #access2 #accessLeft dl dd {
	width: 78%;
	float: right;
}

footer #access2 #accessLeft dl dd a.tel {
	color:#fff;
	text-decoration:none;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

footer #access2 #accessLeft dl dd span {
	display: inline-block;
	width: 5em;
}

footer #access2 #accessLeft dl dd i {
	font-size: 12px;
}

footer #access2 #accessRight {
	width:50%;
	height:420px;
	float: right;
	border-top:1px solid #bbb;
}

footer #access2 #accessRight #map2 {
	width:100%;
	height:100%;
}

footer #links {
	width:100%;
	background-color: #000;
	color:#fff;
	padding: 50px 0 30px;
	text-align: center;
	min-height:1px;
	zoom:1;
}

footer #links:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

footer #links strong {
	display: block;
	width: 200px;
	margin: 0 auto 50px;
}

footer #links strong img {
	width: 100%;
	height: auto;
}

footer #links dl.shop {
	display: inline-block;
	margin: 0 0 50px 0;
	min-height:1px;
	zoom:1;
}

footer #links dl.shop:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

footer #links dl.shop dt {
	float: left;
	width: 126px;
	text-align: left;
}

footer #links dl.shop dd {
	float: left;
	width: 126px;
	margin: 0 0 0 20px;
}

footer #links ul {
	text-align: center;
	font-size: 0px;
	margin: 0 0 50px 0;
}

footer #links ul li {
	display: inline-block;
	font-size: 13px;
	padding:0 20px;
	border-right:1px solid #fff;
	height:1em;
	line-height: 1em;
}

footer #links ul li:last-child {
	border-right:none;
}

footer #links dl.lang {
	float: left;
	min-height:1px;
	zoom:1;
}

footer #links dl.lang:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

footer #links dl.lang dt {
	float: left;
	margin: 0 15px 0 0;
	height: 30px;
	line-height: 30px;
}

footer #links dl.lang dd {
	float: left;
	margin: 0 10px 0 0;
	background-color: #4e4e4e;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px; /* CSS3 */
	behavior: url(ie-css3.htc);  /* for less than IE8 */
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari and Chrome */
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

footer #links dl.lang dd a {
	display: block;
	width: 100%;
	height: 100%;
}

footer #links dl.lang dd.selectedLang {
	background-color: #fff;
}

footer #links dl.lang dd.selectedLang a {
	color:#4e4e4e;
}

footer #links dl.lang dd:hover {
	background-color: #ccc;
}

footer #links dl.lang dd:hover a {
	color:#4e4e4e;
}

footer .copyright {
	float:right;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
}

footer .pagetop {
	position: fixed;
	bottom:27px;
	right:27px;
	z-index: 9997;
	zoom:1;
	background-color: #343434; /* 背景色は囲っているdivに書く */
	width:54px;
	height:54px;
	text-indent: -9999px;
	border-radius: 27px; /* CSS3 */
	/* behavior: url(ie-css3.htc); */ /* for less than IE8 */ /* bx-sliderの読み込みとバッティングする為はずす */
	-moz-border-radius: 27px; /* Firefox */
	-webkit-border-radius: 27px; /* Safari and Chrome */
}

footer .pagetop:hover {
	background-color:rgba(52,52,52,0.6);
}

footer .pagetop a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/en/common/images/pagetop.png); /* 背景画像はaに書く */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px auto;
	-webkit-background-size: 13px auto;
}

footer .pagetop a img { /* for less than IE8 */
	margin: 13px 0 0 0;
}


/* ------------------------------------------------------------ TOPPAGE ------------------------------------------------------------ */


/*--------------------------------
	メインビジュアル
--------------------------------*/

section.mainVisual {
	width: 100%;
	position: relative;
	background-color: #000;
	color:#fff;
	text-align: center;
}

section.mainVisual strong {
	display: inline-block;
	width:320px;
	height:120px;
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 9999;
	margin: auto;
}

section.mainVisual strong img {
	width:100%;
	height:auto;
}

section.mainVisual span.scroll {
	display: inline-block;
	width:50px;
	position: absolute;
	bottom:20px;
	left: 50%;
	z-index: 9999;
	margin: 0 0 0 -25px;
}

section.mainVisual span.scroll img {
	width:100%;
	height:auto;
}

section.mainVisual span.brandMovie {
	display: inline-block;
	width:108px;
	height:71px;
	position: absolute;
	bottom:40px;
	left: 50%;
	z-index: 9999;
	margin: 0 0 0 -70px;
}

section.mainVisual span.brandMovie img {
	width:100%;
	height:auto;
}

section.mainVisual .slide {
	/* overflow: hidden; */ /* pagerが他の要素に重なるのを回避 */
}

section.mainVisual .slide li {
}

section.mainVisual .bx-wrapper {
	margin: 0 auto;
}

section.mainVisual .bx-wrapper .slide img {
	max-width: none;
	width: 100%;
	height: auto;
}

section.mainVisual dl.lang {
	position: absolute;
	top:20px;
	right: 20px;
	z-index: 9999;
	min-height:1px;
	zoom:1;
}

section.mainVisual dl.lang:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

section.mainVisual dl.lang dt {
	float: left;
	margin: 0 15px 0 0;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
}

section.mainVisual dl.lang dd {
	float: left;
	margin: 0 10px 0 0;
	background-color: #4e4e4e;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	border-radius: 12px; /* CSS3 */
	behavior: url(ie-css3.htc);  /* for less than IE8 */
	-moz-border-radius: 12px; /* Firefox */
	-webkit-border-radius: 12px; /* Safari and Chrome */
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

section.mainVisual dl.lang dd a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

section.mainVisual dl.lang dd.selectedLang {
	background-color: #fff;
}

section.mainVisual dl.lang dd.selectedLang a {
	color:#4e4e4e;
}

section.mainVisual dl.lang dd:hover {
	background-color: #ccc;
}

section.mainVisual dl.lang dd:hover a {
	color:#4e4e4e;
}


/*--------------------------------
	メインメニュー
--------------------------------*/

section.mainMenu {
	width: 100%;
	background-color: #fff;
	padding: 20px 0;
}

section.mainMenu ul {
	width: 90%;
	text-align: center;
	font-size: 0px;
	margin: 0 auto;
}

section.mainMenu ul li {
	display: inline-block;
	width: 24%;
	margin: 0 0.5%;
	position: relative;
	overflow: hidden;
}

section.mainMenu ul li a {
	display: block;
	width: 100%;
	height:100%;
	color: #fff;
	overflow: hidden;
}

section.mainMenu ul li a:hover {
	color: #fff;
}
	
section.mainMenu ul li a > img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.5s;
}

section.mainMenu ul li:hover a > img {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);

	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
	filter: blur(2px);
}

section.mainMenu ul li:last-child:hover a > img {
	opacity: 0.85;
}

section.mainMenu ul li em {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding:2px 0 0 32px;	
	background-image: url(/en/common/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	background-size: 23px auto;
	-webkit-background-size: 23px auto;
	position: absolute;
	top:50%;
	left:0;
	margin: -12px 0 0 0;	
	text-shadow: 0px 0px 4px rgba(0,0,0,0.9);
}

section.mainMenu ul li:last-child em {
	background-image: url(/en/common/images/icon_onlineshop.png);
}

section.mainMenu ul li em img {
	max-width: 90%;
	height: auto;
}

/*--------------------------------
	コンテンツ
--------------------------------*/

section.topContent {
	background-color: #eff0ee;
	padding: 40px;
}

section.topContent h2 {
	width: 100%;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 26px;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 40px;
	clear: both;
}

section.topContent ul {
	width: 100%;
	font-size: 0;
	text-align: center;
	margin: 0 auto 20px;
}

section.topContent ul li {
	width: 300px;
	display: inline-block;
	background-color: #fff;
	padding: 0 0 5px;
	text-align: left;
	vertical-align: top;
	margin: 0 15px 30px;
	position: relative;
	/* overflow: hidden; */
	overflow: visible;
	border-radius: 5px; /* CSS3 */
	behavior: url(ie-css3.htc);  /* for less than IE8 */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
}

section.topContent ul li:hover {
	background-color: #f7f4e5;
	cursor:pointer;
}

section.topContent ul li img {
	width: 100%;
	height: auto;
}

section.topContent ul li span {
	display: block;
	color: #a9a9a9;
	font-size: 14px;
	margin: 15px 20px 10px;
}

section.topContent ul li span a,
section.topContent ul li span a:hover {
	color: #a9a9a9;
}

section.topContent ul li h3 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 20px 15px;
}

/*
section.topContent ul li h3 a,
section.topContent ul li h3 a:hover {
	color: #333;
}
*/

section.topContent ul li > a,
section.topContent ul li > a:hover {
	display: block;
}

section.topContent ul li p {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	margin: 0 20px 15px;
}

section.topContent ul li p a,
section.topContent ul li p a:hover {
	color: #666;
}

section.topContent ul li strong {
	display: block;
	width:100px;
	height:100px;
	padding: 25px 5px;
	background-color:rgba(168,149,109,0.95);
	border-radius: 50px; /* CSS3 */
	behavior: url(ie-css3.htc);  /* for less than IE8 */
	-moz-border-radius: 50px; /* Firefox */
	-webkit-border-radius: 50px; /* Safari and Chrome */
	position: absolute;
	top:-5px;
	right:-5px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
}

section.topContent ul + dl {
	display: inline-block;
	margin: 0 0 60px 0;
	float: right;
	min-height:1px;
	zoom:1;
}

section.topContent ul + dl:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

section.topContent ul + dl dt {
	float: left;
	height: 35px;
	line-height: 35px;
}

section.topContent ul + dl dd {
	float: left;
	margin: 0 0 0 15px;
	padding: 0 20px;
	background-color: #fff;
	height: 35px;
	line-height: 35px;
	border-radius: 5px; /* CSS3 */
	behavior: url(ie-css3.htc);  /* for less than IE8 */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

section.topContent ul + dl dd a {
	display: block;
	width: 100%;
	height:100%;
}

section.topContent ul + dl dd:hover {
	background-color: #4e4e4e;
}

section.topContent ul + dl dd:hover a {
	color:#fff;
}

section.topContent ol {
	text-align: center;
	margin-bottom: 40px;
	font-size: 0;
}

section.topContent ol li {
	display: inline-block;
	text-align: center;
	margin: 0 20px;
	vertical-align: top;
}

section.topContent ol li:nth-of-type(1) i,
section.topContent ol li:nth-of-type(2) i {
	font-size: 50px;
	color: #4e69a2;
}

section.topContent ol li:nth-of-type(3) i {
	font-size: 50px;
	color: #517fa4;
}

section.topContent ol li span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	color: #666;
}


/* ------------------------------------------------------------ ABOUT ------------------------------------------------------------ */

.about section.aboutContent {
	padding:0;
	font-size: 16px;
}

.about section.aboutContent h2 {
	width: 100%;
	height:120px;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 26px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	line-height: 120px;
	background-color: rgba(0,0,0,0.9);
	margin-top: 70px;
}

.about section.aboutContent .about01,
.about section.aboutContent .about02,
.about section.aboutContent .about03,
.about section.aboutContent .about04,
.about section.aboutContent .about05 {
	width: 100%;
	height:800px;
	position: relative;
}

.about section.aboutContent .about06 {
	width: 100%;
	height:auto !important;
}

.about section.aboutContent .about01 { background: url(/en/about/images/about01.jpg) no-repeat center center; background-size: cover; }
.about section.aboutContent .about02 { background: url(/en/about/images/about02.jpg) no-repeat center center; background-size: cover; }
.about section.aboutContent .about03 { background: url(/en/about/images/about03.jpg) no-repeat center center; background-size: cover; }
.about section.aboutContent .about04 { background: url(/en/about/images/about04.jpg) no-repeat center center; background-size: cover; }
.about section.aboutContent .about05 { background: url(/en/about/images/about05.jpg) no-repeat center center; background-size: cover; }
.about section.aboutContent .about06 { background-color: #000; }

.about section.aboutContent .inner {
	width: 60%;
	height: auto;
	text-align: left;
	position: absolute;
	margin: auto;
}

.about section.aboutContent .inner h3 {
	font-family:"minion-pro","A1明朝",serif;
	font-size: 26px;
	letter-spacing: 0.05em;
	margin: 0 0 15px 0;
}

.about section.aboutContent .about_text {
	color: #fff;
	background-color: transparent !important;
	font-family:"minion-pro","A1明朝",serif;
	letter-spacing: 0.05em;
	line-height: 2;
}
	
.about section.aboutContent .textwrap {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity:0;
}

.about section.aboutContent .movie {
	width: 100%;
	margin: 0 auto;
	padding:140px;
}

.about section.aboutContent .movie h3 {
	font-family:"minion-pro","A1明朝",serif;
	font-size: 24px;
	letter-spacing: 0.05em;
	margin: 0 0 30px 0;
	color: #fff;
	text-align: center;
}

.about section.aboutContent .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
 
.about section.aboutContent .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------------------------------------------------------------ PRODUCTPAGE ------------------------------------------------------------ */


/*--------------------------------
	料理道具 一覧ページ
--------------------------------*/

ul.productList {
	width: 100%;
	margin: 130px auto 60px;
	text-align: center;
}

ul.productList li {
	width: 198px;
	display: inline-block;
	vertical-align: top;
	margin: 2px;
	position: relative;

	min-height: 252px;
}

ul.productList li a {
	width: 100%;
	height: auto;
	display: block;
}

ul.productList li a img {
	width: 100%;
	height: auto;
	display: block;
}

ul.productList li a em {
	display: block;
	font-size: 12px;
	margin: 5px 0 7px;
}

ul.productList li.hoverAnime a img:not(:first-child) {
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
}

ul.productList li.hoverAnime:hover a img:nth-of-type(2) {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.08s;
	transition-delay: 0s;
}

ul.productList li.hoverAnime:hover a img:nth-of-type(3) {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.08s;
	transition-delay: 0.1s;
}

ul.productList li.hoverAnime:hover a img:nth-of-type(4) {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.08s;
	transition-delay: 0.2s;
}

/* 詳細ページフッターナビ */
section.footerNavi ul.productList {
	font-size: 0;
	margin: 0 auto;
	text-align: center;
}

section.footerNavi ul.productList li {
	width: 120px;
	font-size: 12px;
}

section.footerNavi ul.productList li a {
	position: relative;
}

section.footerNavi ul.productList li a img {
	margin: 0 0 5px 0;
}

section.footerNavi ul.productList li a em {
	display: block;
	font-size: 12px;
	margin: 3px 0 0;

}

/*--------------------------------
	包丁 一覧ページ
--------------------------------*/

section.houchoVisual {
	width: 100%;
	min-width: 990px;
	margin: 70px 0 0 0;
}

section.houchoVisual img {
	width: 100%;
	height:auto;
	display: block;
}

section.productContent .conceptMenu {
	width: 990px;
	margin: 172px auto 0;
}

section.productContent .conceptMenu p {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin: 0 auto 30px;
	width: 50%;
	clear: both;
}

section.productContent .conceptMenu a {
	text-align: center;
	display: block;
	clear: both;
	color: #fff;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 20px;
	letter-spacing: 0.05em;
	margin: 0 auto 60px;
	width: 50%;
	height: 60px;
	line-height: 60px;

	background-color: #4e4e4e;
	background-image: url(/en/common/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 25px auto;
	-webkit-background-size: 25px auto;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

section.productContent .conceptMenu a:hover {
	background-color: #999;
}

ul.houchoList {
	width: 100%;
	margin: 60px auto 120px;
	text-align:center;
}

ul.houchoList li {
	width: 237px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

ul.houchoList li a {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

ul.houchoList li a img {
	width: 100%;
	height: auto;
	display: block;
}

ul.houchoList li a em {
	display: block;
	font-size: 14px;
	margin: 10px 0 0;
}

/* 詳細ページフッターナビ */
section.footerNavi ul.houchoList {
	font-size: 0;
	margin: 0 auto;
	text-align: center;
}

section.footerNavi ul.houchoList li {
	width: 160px;
	font-size: 11px;
}

section.footerNavi ul.houchoList li a {
	position: relative;
}

section.footerNavi ul.houchoList li a img {
	margin: 0 0 5px 0;
}


/*--------------------------------
	庖丁のこだわり
--------------------------------*/

section.productContent ul.concept {
	width: 990px;
	text-align: left;
	margin: 60px auto 0;
}

section.productContent ul.concept li {
	width: 100%;
	margin: 0 0 60px 0;
	min-height:1px;
	zoom:1;
}

section.productContent ul.concept li:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

section.productContent ul.concept li img {
	width: 350px;
	height: auto;
	float: right;
}

section.productContent ul.concept li p {
	width: 620px;
	font-size: 16px;
	margin: 0 20px 0 0;
	float: left;
}

section.productContent ul.concept li:nth-of-type(2n) img {
	float: left;
}

section.productContent ul.concept li:nth-of-type(2n) p {
	margin: 0 0 0 20px;
	float: right;
}

section.productContent ul.concept li p strong {
	display: block;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 24px;
	letter-spacing: 0.05em;
	margin: 0 0 15px 0;
}

section.productContent ul.concept li p span {
	display: block;
	font-size: 13px;
	margin: 30px 0 0 0;
}


/*------------------------------------------
	料理道具 + 包丁 詳細ページ共通
------------------------------------------*/

section.toolVisual {
	width: 100%;
	min-width: 990px;
	position: relative;
	margin: 70px 0 0 0;
}

section.toolVisual img {
	width: 100%;
	height:auto;
	display: block;
}

section.toolVisual h2 {
	width: 100%;
	height:120px;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 26px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	line-height: 120px;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
}

section.leadCopy {
	width: 100%;
	font-size: 16px;
	line-height: 2.2;
	text-align: center;
	color: #333;
	background-color: #eff0ee;
	padding: 50px 200px;
}

section.productContent {
	width: 100%;
}

section.productContent h3 {
	width: 100%;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 26px;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 80px 0 60px;
	padding-top: 80px;
	border-top: 1px solid #eff0ee;
}

section.productContent h3:nth-of-type(1) {
	margin: 80px 0 30px;
	padding-top: 0;
	border-top: none
}

section.productContent h3 + p {
	display: block;
	width: 990px;
	font-size: 16px;
	margin: 20px auto;
	text-align: center;
}

section.productContent ul.product {
	width: 100%;
	font-size: 0;
	text-align: center;
	margin: 0 auto;
}

section.productContent ul.product li {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	/* margin: 0 15px 40px; */
	margin: 0 15px 0;
	padding-top: 40px;
	text-align: left;
	font-size: 14px;
}

section.productContent ul.product li img {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

section.productContent ul.product li h4 {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}

section.productContent ul.product:nth-of-type(1) li h4:nth-of-type(n+1) { /* セイロ */
	margin: 20px 0 20px;
}

section.productContent ul.product li h4 span {
	font-size: 12px;
}

section.productContent ul.product li em {
	display: block;
	font-size: 15px;
	color: #666;
	margin: 20px 0 10px;
	text-align: center;
}

section.productContent ul.product li strong {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0 5px;
	text-align: center;
}

section.productContent ul.product li strong + em {
	margin: 0 0 10px;
}

section.productContent ul.product li i {
	font-size: 12px;
}

/* 詳細ページフッターナビ 共通  */
section.footerNavi {
	background-color: #eff0ee;
	padding: 40px 0 30px;
	margin-top: 100px;
}

/* オプションリスト */
section.productContent ul.product.option li {
	width: 225px;
	margin: 0 15px 40px;
	font-size: 14px;
}

section.productContent ul.product.option li h4 {
	font-size: 18px;
	margin: 0 0 15px;
}

section.productContent ul.product.option li em {
	font-size: 14px;
	margin: 15px 0 10px;
}

/* Characteristics of the product */
section.productContent ul.feature {
	width: 100%;
	font-size: 0;
	margin: 0 auto;
	text-align: center;
}

section.productContent ul.feature li {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 40px;
	font-size: 14px;
	text-align: left;
}

section.productContent ul.feature li img {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

section.productContent ul.feature li em {
	display: block;
	font-weight: bold;
	margin: 0 0 5px 0;
}

/* ご使用方法 */
section.productContent ul.howtouse {
	width: 990px;
	text-align: left;
	margin: 0 auto;
}

section.productContent ul.howtouse li {
	width: 100%;
	margin: 0 0 30px;
	min-height:1px;
	zoom:1;
}

section.productContent ul.howtouse li:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

section.productContent ul.howtouse li img {
	width: 350px;
	height: auto;
	float: right;
}

section.productContent ul.howtouse li p {
	width: 620px;
	margin: 0 20px 0 0;
	float: left;
	font-size: 15px;
}

section.productContent ul.howtouse li p strong {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

/* Daily Care */
section.productContent div.maintenance {
	width: 990px;
	text-align: left;
	margin: 0 auto;
}

section.productContent div.maintenance:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

section.productContent div.maintenance img {
	width: 350px;
	height: auto;
	float: left;
}

section.productContent div.maintenance p {
	width: 620px;
	margin: 0 0 30px 20px;
	float: right;
	font-size: 15px;
}

section.productContent div.maintenance p:nth-of-type(2) {
	margin: 0 0 0 20px;
}

section.productContent div.maintenance p strong {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

/* Manufacturing Process */
section.productContent .movie {
	width: 800px;
	margin: 60px auto 120px;
}

section.productContent .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
 
section.productContent .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.productContent ul.proccess {
	width: 990px;
	text-align: left;
	margin: 0 auto;
}

section.productContent ul.proccess li {
	width: 100%;
	margin: 0 0 30px;
	min-height:1px;
	zoom:1;
}

section.productContent ul.proccess li:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

section.productContent ul.proccess li img {
	width: 350px;
	height: auto;
	float: left;
}

section.productContent ul.proccess li p {
	width: 620px;
	margin: 0 0 0 20px;
	float: right;
	font-size: 15px;
}

section.productContent ul.proccess li p strong {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
}


/* Craftsman */
section.productContent ul.craftman {
	width: 100%;
	font-size: 0;
	margin: 0 auto;
	text-align: center;
}

section.productContent ul.craftman li {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 40px;
	font-size: 15px;
	text-align: left;
}

section.productContent ul.craftman li img {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

section.productContent ul.craftman li p {
	width: 100%;
	font-size: 15px;
}

section.productContent ul.craftman li p strong {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

section.productContent ul.craftman li p strong span {
	font-size: 14px;
}

/* 包丁リスト */
section.productContent .slideBtn {
	width: 495px;
	height: 90px;
	line-height: 90px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 26px;
	letter-spacing: 0.05em;
	margin: 60px auto;

	background-color: #4e4e4e;
	background-image: url(/en/common/images/arrow_dn.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 25px auto;
	-webkit-background-size: 25px auto;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

section.productContent .slideBtn:hover {
	background-color: #999;
}

section.productContent .slideBtn.active {
	background-image: url(/en/common/images/close.png);
}

section.productContent .slideBtn span.open {
	display: block;
}

section.productContent .slideBtn span.close {
	display: none;
}

section.productContent .slideBtn.active span.open {
	display: none;
}

section.productContent .slideBtn.active span.close {
	display: block;
}

section.productContent .slideContents {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
}

section.productContent .houchoAnchrLink {
	text-align: center;
	margin: 0 auto 60px;
}

section.productContent .houchoAnchrLink li {
	display: inline-block;
	height:20px;
	line-height: 20px;
	margin: 0 20px 20px;
	padding: 0 0 0 25px;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: center;

	background-image: url(/en/common/images/arrow_dn_bk.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px auto;
	-webkit-background-size: 18px auto;
}

section.productContent ul.product.houcho {
	border-left:1px solid #eff0ee;
	border-top:1px solid #eff0ee;
}

section.productContent ul.product.houcho li {
	font-size: 14px;
	width: 247px;
	margin: 0;
	padding:5px;
	border-right:1px solid #eff0ee;
	border-bottom:1px solid #eff0ee;
}

section.productContent ul.product.houcho li h4 {
	font-size: 16px;
	margin: 0 0 10px;
}

section.productContent ul.product.houcho li em {
	font-size: 12px;
	margin: 10px 0 10px;
}

section.productContent h5 {
	width: 40%;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 26px;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 auto 30px;
	padding: 200px 0 10px;
}

section.productContent h5 + p {
	display: block;
	width: 990px;
	font-size: 18px;
	margin: 20px auto;
	text-align: center;
}

section.productContent h6 {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin: 100px auto 20px;
}

section.productContent dl {
	width: 100%;
	margin: 20px auto 10px;
	font-size: 15px;
	min-height:1px;
	zoom:1;
}

section.productContent dl:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

section.productContent dl dt {
	width: 18%;
	margin: 0 2% 5px 0;
	float: left;
	clear: both;
}

section.productContent dl dd {
	width: 80%;
	margin: 0 0 5px 0;
	float: left;
}

section.productContent ol {
	width: 100%;
	margin: 20px auto 20px;
	font-size: 14px;
}

section.productContent dl + ol {
	margin: -10px auto 20px;
}
section.productContent p.youhouchoExp {
	display: block;
	width: 990px;
	font-size: 18px;
	margin: 100px auto 20px;
	text-align: center;
	border: 1px solid #666;
	padding: 20px;
}

section.productContent p.wahouchoExp {
	display: block;
	width: 990px;
	font-size: 18px;
	margin: 100px auto 20px;
	text-align: center;
	border: 1px solid #666;
	padding: 20px;
}

/* 本焼 */
section.productContent ul.honyaki {
	width: 990px;
	text-align: left;
	margin: 0 auto;
}

section.productContent ul.honyaki li {
	width: 100%;
	margin: 0 0 30px;
	min-height:1px;
	zoom:1;
}

section.productContent ul.honyaki li:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

section.productContent ul.honyaki li img {
	width: 350px;
	height: auto;
	float: right;
}

section.productContent ul.honyaki li p {
	width: 620px;
	margin: 0 20px 0 0;
	float: left;
	font-size: 15px;
}

section.productContent ul.honyaki li p strong {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

/* キャプションなど */
section.productContent .caption {
	display: block;
	width: 990px;
	font-size: 13px;
	color: #666;
	margin: 20px auto;
}

section.productContent .productContact {
	width: 495px;
	height: 90px;
	line-height: 90px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 26px;
	letter-spacing: 0.05em;
	margin: 20px auto 60px;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

section.productContent .productContact a {
	display: block;
	width:100%;
	height:100%;
	color: #333;
	border: 1px solid #333;
	background: #fff;
	text-decoration: none !important;
}

section.productContent .productContact a:hover {
	color: #fff;
	border: 1px solid #999;
	background: #999;
}

section.productContent .productContactText {
	text-align: center;
	font-size: 15px;
	margin: 60px auto 0;
	max-width: 600px;
}

section.productContent .washiki_gingami3List + .productContact,
section.productContent .honyakiList + .productContact {
	margin: 60px auto 50px;
}

section.productContent .vkinList + .productContact {
	margin: 60px auto 30px;
}

section.productContent p.kamadoExp {
	display: block;
	width: 990px;
	font-size: 16px;
	margin: 0 auto 60px;
	text-align: center;
	border: 1px solid #666;
	padding: 20px;
}

/* Online storeボタン */
section.productContent .onlineshopBtn {
	width: 495px;
	height: 90px;
	line-height: 90px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 26px;
	letter-spacing: 0.05em;
	margin: 60px auto;

	background-color: #4e4e4e;
	background-image: url(/en/common/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 25px auto;
	-webkit-background-size: 25px auto;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

section.productContent .productContactText + .onlineshopBtn {
	margin: 20px auto 60px;
}

section.productContent .onlineshopBtn a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}

section.productContent .onlineshopBtn:hover {
	background-color: #999;
}

/* 庖丁の使用上の注意 */
section.productContent ul.caution {
	width: 990px;
	text-align: left;
	margin: 0 auto;
}

section.productContent ul.caution li {
	width: 100%;
	margin: 0 0 15px;
	font-size: 15px;
	list-style-type: disc;
}


/* ------------------------------------------------------------ SECONDPAGE ------------------------------------------------------------ */


/*--------------------------------
	セカンドページ共通
--------------------------------*/

section.generalContent {
	padding:0 0 72px;
	font-size: 14px;
}

section.generalContent a:focus			{ color:#000; text-decoration:underline; }
section.generalContent a:link			{ color:#000; text-decoration:underline; }
section.generalContent a:link:hover		{ color:#999; text-decoration:none; }
section.generalContent a:link:active	{ color:#999; text-decoration:none; }
section.generalContent a:visited		{ color:#000; text-decoration:underline; }
section.generalContent a:visited:hover	{ color:#999; text-decoration:none; }
section.generalContent a:visited:active	{ color:#999; text-decoration:none; }

section.generalContent .inner {
	width: 700px;
}

section.generalContent h2 {
	width: 100%;
	height:120px;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 26px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	line-height: 120px;
	background-color: #242423;
	margin-top: 70px;
}

section.generalContent h3 {
	width: 100%;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 24px;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 120px 0 60px;
}

section.generalContent h3 + p {
	display: block;
	width: 990px;
	font-size: 18px;
	margin: 20px auto;
	text-align: center;
}

section.generalContent h4 {
	width: 100%;
	font-family:"minion-pro","A1明朝",serif;
	font-size: 24px;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 60px 0 30px;
}

section.generalContent h5 {
	width: 100%;
	font-size: 18px;
	text-align: left;
	margin: 60px 0 15px;
	font-weight: bold;
}

section.generalContent .inner {
	margin-top: 60px;
}

section.generalContent p {
	margin: 0 0 50px 0;
}


/*--------------------------------
	Online store
--------------------------------*/

.onlineshop section.generalContent p {
	font-size: 16px;
	margin: 120px 0;
}


/*--------------------------------
	求人
--------------------------------*/

.recruit section.generalContent p {
	font-size: 16px;
}

.recruit section.generalContent dl {
	margin: 0 0 30px 0;
	min-height:1px;
	zoom:1;
}

.recruit section.generalContent dl:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.recruit section.generalContent dl dt {
	width: 20%;
	float: left;
	clear: both;
	margin: 0 2% 10px 0;
}

.recruit section.generalContent dl dd {
	width: 78%;
	float: left;
	margin: 0 0 10px 0;
}

.recruit section.generalContent dl + p {
	font-size: 14px;
}


/*--------------------------------
	会社概要
--------------------------------*/

.company section.generalContent p {
	font-size: 16px;
}

.company section.generalContent dl {
	font-size: 15px;
	min-height:1px;
	zoom:1;
}

.company section.generalContent dl:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.company section.generalContent dl dt {
	width: 15%;
	float: left;
	clear: both;
	margin: 0 2% 10px 0;
}

.company section.generalContent dl dd {
	width: 83%;
	float: left;
	margin: 0 0 10px 0;
}

.company section.generalContent dl:nth-of-type(2) {
	margin-top: 30px;
}

.company section.generalContent dl:nth-of-type(2) dt {
	width: 20%;
	float: left;
	clear: both;
	margin: 0 2% 10px 0;
}

.company section.generalContent dl:nth-of-type(2) dd {
	width: 78%;
	float: left;
	margin: 0 0 10px 0;
}

.company section.generalContent h5 {
}

.company section.generalContent dl:nth-of-type(3) {
	margin-top: 30px;
}

.company section.generalContent dl:nth-of-type(3) dt {
	width: 25%;
	float: left;
	clear: both;
	margin: 0 2% 10px 0;
}

.company section.generalContent dl:nth-of-type(3) dd {
	width: 73%;
	float: left;
	margin: 0 0 10px 0;
}

.company section.generalContent dl dd strong {
	display: block;
	margin: 20px 0 0 0;
}

.company section.generalContent dl dd table {
	width: 360px;
	border-collapse: collapse;
	margin: 10px 0 10px;
	font-size: 13px;
}

.company section.generalContent dl dd table tr td {
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
	padding: 5px 10px;
}

.company section.generalContent dl dd p {
	font-size: 14px;
	margin: 0 0 20px 0;
}

/*--------------------------------
	よくあるご質問
--------------------------------*/

.faq section.generalContent dl {
	font-size: 16px;
}

.faq section.generalContent dl dt {
	margin: 0 0 10px 0;
}

.faq section.generalContent dl dd {
	margin: 0 0 60px 0;
}

.faq section.generalContent dl dt em,
.faq section.generalContent dl dd em {
	font-size: 18px;
	font-weight: bold;
	margin: 0 10px 0 0;
}


/*--------------------------------
	個人情報保護方針
--------------------------------*/

.privacypolicy section.generalContent p:nth-of-type(1) {
	font-size: 14px;
	margin: 0 0 60px;
}

.privacypolicy section.generalContent dl {
	font-size: 14px;
	margin: 0 0 60px;
}

.privacypolicy section.generalContent dl dt {
	margin: 0 0 5px 0;
	font-weight: bold;
}

.privacypolicy section.generalContent dl dd {
	margin: 0 0 30px 0;
}

.privacypolicy section.generalContent p.signature {
	text-align: right;
	margin: 0 0 40px;
}

.privacypolicy section.generalContent p.signature strong {
	display: block;
}

.privacypolicy section.generalContent p.privacypolicyContact {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
}

.privacypolicy section.generalContent p.privacypolicyContact strong {
	display: block;
	margin: 10px 0 0 0;
}


/*--------------------------------
	問い合わせ
--------------------------------*/

/* 問い合わせトップ */
.contact section.generalContent h4 {
	font-family: '游ゴシック','Yu Gothic',YuGothic,'メイリオ','meiryo', sans-serif;
	font-size: 18px;
	margin-bottom: 40px;
}

.contact section.generalContent ul {
	width:600px;
	text-align: center;
	margin: 0 auto;
}

.contact section.generalContent ul li {
	display: inline-block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 22px;
	font-family:"minion-pro","A1明朝",serif;
	/* letter-spacing: 0.05em; */
	text-align: center;
	margin: 0 0 40px 0;
}

.contact section.generalContent ul li a {
	display: block;
	width:100%;
	height:100%;
	color: #333;
	border: 1px solid #333;
	background: #fff;
	text-decoration: none !important;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.contact section.generalContent ul li a:hover {
	color: #fff;
	border: 1px solid #999;
	background: #999;
}

/* フォーム */
.contact .contactForm {
	width: 670px;
	margin: 30px auto;
	font-size: 16px;
}

.contact .contactForm > p:nth-of-type(1) {
	margin: 0 0 50px 0;
}

.contact .contactForm > p:nth-of-type(1) em {
	font-weight: bold;
}

.contact .contactForm .excuse {
	font-size: 11px;
	color:#999;
}

.contact .contactForm .excuse em {
	color:#970000;
	margin: 0 5px 0 0;
}

.contact .contactForm form dl {
	min-height:1px;
	zoom:1;
}

.contact .contactForm form dl:nth-of-type(1) {
	margin-bottom:30px;
}

.contact .contactForm form dl:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.contact .contactForm form dt {
	margin:0 20px 20px 0;
	width:200px;
	float:left;
	clear:both;
}

.contact .contactForm form dt span {
	font-size: 12px;
	color:#970000;
	margin: 0 0 0 5px;
}

.contact .contactForm form dt i {
	display: block;
	font-size: 12px;
	margin: 0;
}

.contact .contactForm form dd {
	margin:0 0 20px 0;
	width:450px;
	float:left;
}

.contact .contactForm form dd span {
	font-size: 12px;
	color:#999;
	margin: 0 0 0 5px;
}

.contact .contactForm form input {
	position:relative;
	z-index:2;
	border: solid 1px #ccc;
	background-color: #fff;
	padding:5px;
}

.contact .contactForm form input#namae,
.contact .contactForm form input#namae_furigana,
.contact .contactForm form input#compnamae,
.contact .contactForm form input#compnamae_furigana,
.contact .contactForm form input#onsya,
.contact .contactForm form input#busyo,
.contact .contactForm form input#address {
	width:300px;
}

.contact .contactForm form input#email,
.contact .contactForm form input#email2 {
	width:300px;
}

.contact .contactForm form label {
	position:relative;
	padding:5px 5px 5px 25px;
	margin:0 5px 0 -20px;
	z-index:1;
}

.contact .contactForm form textarea {
	border: solid 1px #ccc;
	background-color: #fff;
	padding:2px;
}

.contact .contactForm form textarea#toiawase {
	width:300px;
	height:180px;
}

.contact .contactForm form textarea#chumon {
	width:300px;
	height:90px;
}

.contact .contactForm form input.radio,
.contact .contactForm form input.check {
	border: none;
}

.contact .contactForm form + p {
	margin: 60px 0 60px;
	font-size: 12px;
}

.contact .contactForm .order {
	border: 1px solid #ccc;
	padding: 40px;
}

.contact .contactForm .order h4:nth-of-type(1) {
	margin-top: 0;
}

.contact .contactForm .order p {
	margin: 0 0 40px 0;
}

.contact .contactForm .order h4:nth-of-type(1) + p {
	text-align: center;
}

.contact .contactForm .order table {
	width: 360px;
	border-collapse: collapse;
	margin: 0 auto 10px;
	font-size: 13px;
}

.contact .contactForm .order table tr td {
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
	padding: 5px 10px;
}

.contact .contactForm .order table + p {
	width: 360px;
	font-size: 12px;
	margin:  0 auto;
}

.contact .contactForm .order  strong {
	display: block;
	margin: 0 0 10px 0;
	font-size: 17px;
	font-weight: bold;
}
/* safariハック */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.contact .contactForm form input.file  {
		border: none;
	}
}

/* 内容確認ボタン */
.contact .contactForm form p.confirmBtn {
	width:300px;
	font-size:116% !important;
	text-align:center;
}

.contact .contactForm form p.confirmBtn input {
	border: none;
	width:100%;
	height:45px;
	cursor: pointer;
	background-color:#fff;
	border: #999 2px solid;
	color:#666;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.contact .contactForm form p.confirmBtn input:hover {
	background-color: #999;
	color:#fff;
}


/* 戻るボタン */
.contact .contactForm form p.backBtn {
	width:76px;
	background-color:#fff;
	margin:0;
	text-align:center;
	float:left;
	display:inline;
}

.contact .contactForm form p.backBtn a {
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	border: #999 2px solid;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.contact .contactForm form p.backBtn a:focus			{ color:#666; text-decoration:none; /* border: 1px solid #f00; */ background-color: #fff; }
.contact .contactForm form p.backBtn a:link				{ color:#666; text-decoration:none; /* border: 1px solid #f00; */ background-color: #fff; }
.contact .contactForm form p.backBtn a:link:hover		{ color:#fff; text-decoration:none; /* border: 1px solid #f00; */ background-color: #999; }
.contact .contactForm form p.backBtn a:link:active		{ color:#fff; text-decoration:none; /* border: 1px solid #f00; */ background-color: #999; }
.contact .contactForm form p.backBtn a:visited			{ color:#666; text-decoration:none;	/* border: 1px solid #f00; */ background-color: #fff; }
.contact .contactForm form p.backBtn a:visited:hover	{ color:#fff; text-decoration:none; /* border: 1px solid #f00; */ background-color: #999; }
.contact .contactForm form p.backBtn a:visited:active	{ color:#fff; text-decoration:none; /* border: 1px solid #f00; */ background-color: #999; }


/* 送信ボタン */
.contact .contactForm form p.submitBtn {
	font-size:116% !important;
	width:300px;
	text-align:center;
	float:left;
}

.contact .contactForm form p.submitBtn input {
	border: none;
	width:100%;
	height:45px;
	cursor: pointer;
	background-color:#fff;
	border: #999 2px solid;
	color:#666;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.contact .contactForm form p.submitBtn input:hover {
	background-color: #999;
	color:#fff;
}

/* トップに戻るボタン */
.contact .contactForm form p.topBtn {
	font-size:100% !important;
	margin:10px 0 0 0;
	text-align:left;
	float:none;
}

.contact .contactForm form p.topBtn a {
	display:block;
	width:300px;
	height:45px;
	line-height:45px;
	border: #999 2px solid;
	background-color:#fff;
	color:#666;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.contact .contactForm form p.topBtn a:focus			    { color:#666; text-decoration:none; /* border: 1px solid #f00; */ background-color: #fff; }
.contact .contactForm form p.topBtn a:link			    { color:#666; text-decoration:none; /* border: 1px solid #f00; */ background-color: #fff; }
.contact .contactForm form p.topBtn a:link:hover		{ color:#fff; text-decoration:none; /* border: 1px solid #f00; */ background-color: #999; }
.contact .contactForm form p.topBtn a:link:active	    { color:#fff; text-decoration:none; /* border: 1px solid #f00; */ background-color: #999; }
.contact .contactForm form p.topBtn a:visited		    { color:#666; text-decoration:none; /* border: 1px solid #f00; */ background-color: #fff; }
.contact .contactForm form p.topBtn a:visited:hover	    { color:#fff; text-decoration:none; /* border: 1px solid #f00; */ background-color: #999; }
.contact .contactForm form p.topBtn a:visited:active	{ color:#fff; text-decoration:none; /* border: 1px solid #f00; */ background-color: #999; }	


/* エラー */
.contact .contactForm form dd.error input,
.contact .contactForm form dd.error textarea,
.contact .contactForm form dd.error label {
	background-color:#ffe7e7;
}

.contact .contactForm form dd p.error {
	margin:0;
	color:#970000;
	font-size:12px;
	margin-bottom:0.2em;
	display: block;
}

.contact .contactForm form span.confirm {
	display: block;
	margin: 0 0 30px;
}

.contact .message {
	margin: 50px 0;
}

.contact .topBtn {
	text-align: left;
	margin: 0;
}

/*
@media screen and (max-width: 480px){

	.contactForm {
		width: 90%;
		margin: 0 auto;
	}
	
	.contactForm form {
		width: 100%;
		margin: 0 auto;
	}
	
	.contactForm .excuse {
		display:block;
		margin: 5px 0 0 0;
	}
	.contactForm form dt {
		margin:0 0 10px 0;
		float:none;
		padding-top:5px;
		width:auto;
		display:block;
	}
	
	.contactForm form dd {
		margin:0 0 20px 0;
		width:auto;
		float:none;
		display:block;
	}
	
	.contactForm form p.backBtn {
		width:80px;
		margin:5px 10px 0 0;
		float:none;
		display:block;
		margin-left:0;
	}
	
	.contactForm form dd {
		width: 100%;
	}
	
	.contactForm form textarea,
	.contactForm form input#email,
	.contactForm form input#email2,
	.contactForm form input#namae {
		padding: 2px 1%;
		width: 96%;
	}
	
	
	.contactForm form p.confirmBtn,
	.contactForm form p.submitBtn,
	.contactForm form p.topBtn a{
		width: 100%;
	}

}
*/






/* ------------------------------------------------------------ UTILITY ------------------------------------------------------------ */



/*--------------------------------
	FontAwesome
--------------------------------*/

i {
	font-style: normal;
	font-family: 'FontAwesome';
}

/*
IE8以下の場合metaにハックでstyle追記
contsnts内部にバックスラッシュを一つ追加
style.cssとresponsive.cssをimportの外に移動させる
<!--[if lt IE 9]>
<style type="text/css">
	.fa-envelope-o:before {
	  content: "\\f003";
	}
</style>
<![endif]-->
*/


/*--------------------------------
	vendor prefix
--------------------------------*/

.backgroundSize {
	background-size: auto auto;
	-webkit-background-size: auto auto;
}

.box-sizing {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}


/*--------------------------------
	CSS3
--------------------------------*/

.round {
	border-radius: 5px; /* CSS3 */
	behavior: url(ie-css3.htc);  /* for less than IE8 */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
}

.shadow {
	box-shadow: 3px 3px 5px 0px #999; /* CSS3 */
	behavior: url(ie-css3.htc);   /* for less than IE8 */
	-moz-box-shadow: 3px 3px 5px 0px #999; /* Firefox */
	-webkit-box-shadow: 3px 3px 5px 0px #999; /* Safari and Chrome */
}

.animation {
	animation: animation-name 0.5s linear 0s infinite forwards;
}

@-webkit-keyframes animation-name {
	0%		{ background-color: #fff; }
	100%	{ background-color: #000; }
}
@keyframes animation-name {
	0%		{ background-color: #fff; }
	100%	{ background-color: #000; }
}


/*--------------------------------
	Hack
--------------------------------*/

/* IE7,8 hack */
.XXX { example/*\**/: 000px\9; }

/* opera10later hack */
@media not screen and (1) { /* opera10以上 ハック */
	.example {
		style:000px;
	}
}

/* safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.example {
		style:000px;
	}
}


/*--------------------------------
	Print
--------------------------------*/

@media print {
}
